
:root {
  --ink: #030303;
  --ink-soft: #090807;
  --panel: #0d0b09;
  --gold: #d6aa4d;
  --gold-bright: #f4ce69;
  --gold-deep: #7f4e08;
  --purple: #55206e;
  --purple-bright: #a144c2;
  --cream: #f7edda;
  --muted: #c6bfb4;
  --line: rgba(214, 170, 77, .54);
  --background: #030303;
  --foreground: #f7edda;
  --card: #0d0b09;
  --card-foreground: #f7edda;
  --popover: #0d0b09;
  --popover-foreground: #f7edda;
  --primary: #d6aa4d;
  --primary-foreground: #100a02;
  --secondary: #351041;
  --secondary-foreground: #fff3ff;
  --border: rgba(214, 170, 77, .35);
  --input: rgba(214, 170, 77, .36);
  --ring: #f4ce69;
  --radius: .15rem;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: Arial, Helvetica, sans-serif; }
button, input, textarea { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
svg { stroke-width: 1.5; }
::selection { background: var(--purple); color: white; }

.royal-site { min-height: 100vh; overflow-x: clip; overflow-y: visible; background: radial-gradient(circle at 14% 28%, rgba(90,34,106,.11), transparent 28%), radial-gradient(circle at 86% 62%, rgba(214,170,77,.07), transparent 26%), #030303; }
.royal-site main { position: relative; z-index: 2; }
.film-grain { position: fixed; inset: 0; z-index: 90; opacity: .032; pointer-events: none; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.87' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }

.site-smoke, .ember-field { position: fixed; inset: 0; overflow: hidden; pointer-events: none; }
.site-smoke { z-index: 40; mix-blend-mode: screen; }
.site-smoke i { width: clamp(260px, 26vw, 500px); height: clamp(460px, 56vw, 900px); position: absolute; left: 2%; bottom: -70%; opacity: 0; border-radius: 48%; filter: blur(38px); background: radial-gradient(ellipse at 50% 76%, rgba(235,228,216,.11), rgba(206,198,184,.04) 40%, transparent 73%); animation: site-fog-rise 22s ease-in-out infinite; transform-origin: 50% 100%; }
.site-smoke i:nth-child(2) { left: 17%; width: 330px; animation-delay: -13s; animation-duration: 26s; }
.site-smoke i:nth-child(3) { left: 34%; width: 430px; animation-delay: -7s; animation-duration: 29s; }
.site-smoke i:nth-child(4) { left: 50%; width: 280px; animation-delay: -18s; animation-duration: 23s; }
.site-smoke i:nth-child(5) { left: 63%; width: 470px; animation-delay: -10s; animation-duration: 31s; }
.site-smoke i:nth-child(6) { left: 76%; width: 310px; animation-delay: -21s; animation-duration: 27s; }
.site-smoke i:nth-child(7) { left: 90%; width: 390px; animation-delay: -4s; animation-duration: 25s; }
@keyframes site-fog-rise { 0% { opacity: 0; transform: translate3d(-20px,120px,0) scale(.5) rotate(-7deg); } 14% { opacity: .28; } 62% { opacity: .12; transform: translate3d(34px,-58vh,0) scale(1.25) rotate(10deg); } 100% { opacity: 0; transform: translate3d(-28px,-118vh,0) scale(1.78) rotate(-5deg); } }

.ember-field { z-index: 42; opacity: .68; }
.ember-field i { width: 3px; height: 3px; position: absolute; left: 6%; bottom: -12px; border-radius: 50%; background: #ffc35d; box-shadow: 0 0 7px 2px rgba(232,133,32,.58); opacity: 0; animation: ember-float 15s linear infinite; }
.ember-field i:nth-child(2) { left: 12%; animation-delay: -5s; animation-duration: 18s; }
.ember-field i:nth-child(3) { left: 18%; animation-delay: -11s; animation-duration: 16s; }
.ember-field i:nth-child(4) { left: 24%; animation-delay: -2s; animation-duration: 20s; }
.ember-field i:nth-child(5) { left: 31%; animation-delay: -8s; animation-duration: 14s; }
.ember-field i:nth-child(6) { left: 38%; animation-delay: -14s; animation-duration: 22s; }
.ember-field i:nth-child(7) { left: 45%; animation-delay: -4s; animation-duration: 17s; }
.ember-field i:nth-child(8) { left: 52%; animation-delay: -9s; animation-duration: 19s; }
.ember-field i:nth-child(9) { left: 59%; animation-delay: -1s; animation-duration: 15s; }
.ember-field i:nth-child(10) { left: 66%; animation-delay: -12s; animation-duration: 23s; }
.ember-field i:nth-child(11) { left: 73%; animation-delay: -6s; animation-duration: 18s; }
.ember-field i:nth-child(12) { left: 80%; animation-delay: -15s; animation-duration: 24s; }
.ember-field i:nth-child(13) { left: 86%; animation-delay: -17s; animation-duration: 21s; }
.ember-field i:nth-child(14) { left: 92%; animation-delay: -3s; animation-duration: 18s; }
.ember-field i:nth-child(15) { left: 15%; animation-delay: -19s; animation-duration: 26s; }
.ember-field i:nth-child(16) { left: 41%; animation-delay: -16s; animation-duration: 20s; }
.ember-field i:nth-child(17) { left: 68%; animation-delay: -8s; animation-duration: 25s; }
.ember-field i:nth-child(18) { left: 96%; animation-delay: -14s; animation-duration: 19s; }
@keyframes ember-float { 0% { opacity: 0; transform: translate3d(0,4vh,0) scale(.55); } 10% { opacity: .72; } 48% { transform: translate3d(26px,-48vh,0) scale(1); } 78% { opacity: .4; } 100% { opacity: 0; transform: translate3d(-20px,-104vh,0) scale(.35); } }

.site-header { height: 112px; padding: 10px clamp(26px, 4vw, 78px); position: absolute; inset: 0 0 auto; z-index: 60; display: grid; grid-template-columns: 210px 1fr auto; gap: clamp(24px, 4vw, 64px); align-items: center; border-bottom: 1px solid rgba(214,170,77,.2); background: linear-gradient(180deg, rgba(0,0,0,.92), rgba(0,0,0,.58), transparent); }
.header-logo { height: 90px; display: block; overflow: hidden; }
.header-logo img { width: 190px; height: 90px; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 2.6vw, 44px); }
.desktop-nav a { padding: 38px 0 31px; position: relative; color: #f0e7d7; font: 600 12px/1 Arial, sans-serif; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; left: 50%; right: 50%; bottom: 22px; background: linear-gradient(90deg, transparent, var(--gold-bright), transparent); transition: .25s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--gold-bright); text-shadow: 0 0 16px rgba(244,206,105,.35); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { left: -8px; right: -8px; }
.desktop-nav-cigar { width: 108px; height: 68px; position: absolute; left: 50%; bottom: 38px; z-index: 4; display: block; pointer-events: none; opacity: 0; filter: drop-shadow(0 6px 7px rgba(0,0,0,.8)); transform: translate(-50%, 18px) rotate(-8deg) scale(.58); transform-origin: 50% 90%; transition: opacity .2s ease, transform .42s cubic-bezier(.22,.8,.24,1); }
.desktop-nav a:hover .desktop-nav-cigar, .desktop-nav a:focus-visible .desktop-nav-cigar { opacity: 1; transform: translate(-50%, 0) rotate(-8deg) scale(1); }
.desktop-nav-cigar img { width: 108px; height: 68px; display: block; object-fit: contain; }
.desktop-nav-cigar-ember { width: 9px; height: 13px; position: absolute; left: 7px; top: 49px; z-index: 6; border-radius: 55% 55% 42% 42%; background: linear-gradient(180deg,#fffbd4 0%,#ffd769 34%,#ff7a20 74%,#a92808 100%); clip-path: polygon(50% 0, 78% 34%, 100% 64%, 80% 100%, 20% 100%, 0 64%, 22% 34%); box-shadow: 0 0 5px #fff1a4, 0 0 12px 4px rgba(255,105,21,.82), 0 0 22px 8px rgba(166,42,8,.48); transform-origin: 50% 88%; animation: cigar-ember-pulse 1.35s ease-in-out infinite; }
.desktop-nav-cigar-smoke { width: 20px; height: 28px; position: absolute; left: 1px; top: 26px; z-index: 5; border: 2px solid rgba(240,236,226,.38); border-color: rgba(240,236,226,.4) transparent transparent rgba(240,236,226,.16); border-radius: 50%; opacity: 0; filter: blur(1.5px); animation: nav-cigar-smoke 3.2s ease-out infinite; }
.desktop-nav-cigar-smoke.smoke-two { left: 7px; top: 26px; animation-delay: -1.25s; }
.mobile-menu { display: none; }

.royal-button { min-height: 48px; padding: 0 24px; position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; overflow: hidden; border: 1px solid #f5d77d; border-radius: 2px; color: #fff4cf; background: linear-gradient(112deg,#4e2c05 0%,#a96d13 9%,#e8bd59 24%,#8e550b 39%,#f4ce69 50%,#8e5b0c 64%,#d7a943 80%,#4b2a04 100%); background-size: 190% 100%; box-shadow: inset 0 1px 0 rgba(255,255,255,.65), inset 0 -2px 0 rgba(64,34,0,.62), inset 0 0 0 3px rgba(84,48,7,.2), 0 6px 0 #4a2a06, 0 14px 28px rgba(0,0,0,.44); text-shadow: 0 1px 3px #2d1702; font: 700 12px/1 Arial, sans-serif; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: .25s ease; animation: metal-glint 7s ease-in-out infinite; }
.royal-button::after { content: ""; width: 38%; position: absolute; inset: -70% auto -70% -55%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.62), transparent); transform: skewX(-22deg); animation: button-shine 4.8s ease-in-out infinite; }
.royal-button:hover { transform: translateY(-3px); filter: brightness(1.15) saturate(1.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.84), inset 0 -2px 0 rgba(64,34,0,.62), inset 0 0 0 3px rgba(84,48,7,.2), 0 9px 0 #4a2a06, 0 20px 36px rgba(0,0,0,.52); }
.royal-button:active { transform: translateY(4px); box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 2px 0 #4a2a06, 0 8px 18px rgba(0,0,0,.4); }
.royal-button svg { width: 17px; height: 17px; position: relative; z-index: 1; }
.royal-button-purple { border-color: #ae69c7; background: linear-gradient(130deg,#160c1b,#4c175f 24%,#77238c 42%,#32103e 63%,#6d247d 82%,#160c1b); box-shadow: inset 0 1px 0 rgba(255,255,255,.24), inset 0 -2px 0 rgba(15,3,18,.75), 0 6px 0 #1b0821, 0 14px 28px rgba(0,0,0,.46); }
.royal-button-purple:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.35), inset 0 -2px 0 rgba(15,3,18,.75), 0 9px 0 #1b0821, 0 20px 36px rgba(0,0,0,.55); }
@keyframes metal-glint { 0%,32%,100% { background-position: 0 0; } 44%,58% { background-position: 100% 0; } }
@keyframes button-shine { 0%,72% { left: -55%; } 92%,100% { left: 125%; } }

.page-hero { min-height: clamp(650px, 79vh, 850px); padding: 150px clamp(28px, 6vw, 110px) 80px; position: relative; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); isolation: isolate; }
.hero-image, .hero-video, .hero-overlay { position: absolute; inset: 0; }
.hero-image { z-index: -4; background: url("../images/royal-leaf-hero.jpg") 64% center / cover no-repeat; transform: scale(1.035); animation: hero-breathe 18s ease-in-out infinite alternate; }
.hero-video { width: 100%; height: 100%; z-index: -4; object-fit: cover; object-position: center 48%; background: #050505; }
.page-hero-home .hero-image { background-image: url("../images/royal-leaf-owner-hero.jpg"); background-position: 72% top; transform-origin: center top; }
.hero-overlay { z-index: -3; background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.79) 37%, rgba(0,0,0,.24) 69%, rgba(0,0,0,.1)), linear-gradient(0deg, rgba(0,0,0,.76), transparent 56%), radial-gradient(circle at 15% 48%, rgba(95,27,112,.14), transparent 35%); }
.page-hero-membership .hero-image, .page-hero-about .hero-image, .page-hero-experience .hero-image, .page-hero-gallery .hero-image { background-image: url("../images/royal-leaf-community.jpg"); background-position: center; }
.page-hero-events .hero-image, .page-hero-contact .hero-image { background-image: url("../images/royal-leaf-still-life.jpg"); background-position: center; }
.page-hero-membership .hero-overlay, .page-hero-about .hero-overlay, .page-hero-experience .hero-overlay, .page-hero-gallery .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.72) 42%, rgba(0,0,0,.2) 75%), linear-gradient(0deg, rgba(0,0,0,.72), transparent 60%); }
.page-hero-membership .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.46), rgba(0,0,0,.16) 60%, rgba(0,0,0,.1)), linear-gradient(0deg, rgba(0,0,0,.42), transparent 70%); }
.page-hero-about .hero-image { background-image: url("../images/royal-leaf-about-hero.jpg"); background-position: center 48%; }
.page-hero-contact .hero-image { background-image: url("../images/royal-leaf-contact-hero.jpg"); background-position: center 51%; }
.page-hero-gallery .hero-image { background-image: url("../images/royal-leaf-live-music-home.jpg"); background-position: center 48%; }
.page-hero-gallery .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.83) 37%, rgba(0,0,0,.46) 62%, rgba(0,0,0,.16) 86%), linear-gradient(0deg, rgba(0,0,0,.82), transparent 64%), radial-gradient(circle at 18% 50%, rgba(89,24,101,.24), transparent 42%); }
.page-hero-membership { min-height: 670px; align-items: flex-end; }
.page-hero-membership .membership-hero-single { background: #080604; animation: none; transform: none; }
.membership-hero-single img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: right top; filter: saturate(1.04) contrast(1.06) brightness(.98); }
.page-hero-membership .hero-image { background-position: center 42%; }
.page-hero-membership .hero-copy { width: min(670px, 55vw); padding-bottom: 24px; }
.page-hero-membership .hero-copy h1 { margin-bottom: 15px; font-size: clamp(60px, 7vw, 102px); }
.page-hero-membership .hero-copy h2 { margin: 0 0 16px; color: #fff9ef; font: 500 clamp(19px, 2vw, 30px)/1.2 Georgia, serif; letter-spacing: .055em; text-shadow: 0 2px 12px #000; text-transform: uppercase; }
@keyframes hero-breathe { from { transform: scale(1.035) translate3d(0,0,0); } to { transform: scale(1.075) translate3d(-.5%, -1%, 0); } }
.hero-copy { width: min(680px, 56vw); position: relative; z-index: 3; animation: page-reveal .75s ease both; }
.eyebrow, .section-title > span, .feature-copy > span, .closing-cta span, .anniversary-banner > div > span, .experience-rows article > div > span, .member-entry-copy > span, .member-room span { color: var(--gold-bright); font: 600 14px/1.4 Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.hero-copy h1, .section-title h2, .feature-copy h2, .anniversary-banner h2, .closing-cta h2, .experience-rows h2, .quote-feature h2, .member-entry-copy h1, .member-room h2 { margin: 12px 0 20px; color: var(--gold); background: linear-gradient(180deg,#fff1b5 0%,#f3cf70 28%,#c38a25 57%,#714005 79%,#efc45e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 2px 14px #000); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: .035em; text-transform: uppercase; }
.hero-copy h1 { font-size: clamp(52px, 6.4vw, 104px); line-height: .95; text-wrap: balance; }
.page-hero-home .hero-copy h1 { color: #d7a12e; background: linear-gradient(180deg,#fff9d9 0%,#ffe992 12%,#dca83b 28%,#7b4305 44%,#fff0a2 51%,#c78616 61%,#5a2d02 76%,#e9b843 88%,#6d3905 100%); background-size: 100% 175%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: .55px rgba(255,239,169,.78); filter: drop-shadow(0 2px 0 #7a4306) drop-shadow(0 4px 0 #3b1c00) drop-shadow(0 7px 0 #160900) drop-shadow(0 13px 18px rgba(0,0,0,.96)); text-shadow: 0 1px 0 rgba(255,255,255,.62); font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: .018em; }
.hero-copy h2 { margin: 0 0 18px; color: var(--gold-bright); font: 500 clamp(19px, 2vw, 30px)/1.2 Georgia, "Times New Roman", serif; letter-spacing: .075em; text-shadow: 0 2px 14px #000; text-transform: uppercase; }
.hero-copy p { width: min(620px, 100%); margin: 0; color: #f5f1eb; font: 400 clamp(17px, 1.4vw, 22px)/1.65 Arial, sans-serif; text-shadow: 0 2px 14px #000; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 20px; }
.hero-smoke { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.hero-smoke i { width: 260px; height: 480px; position: absolute; left: 7%; bottom: -55%; opacity: 0; border-radius: 50%; filter: blur(30px); background: radial-gradient(ellipse at 50% 72%, rgba(244,237,221,.22), rgba(218,210,194,.08) 38%, transparent 72%); animation: smoke-rise 14s ease-in-out infinite; }
.hero-smoke i:nth-child(2) { left: 33%; animation-delay: -8s; animation-duration: 17s; }
.hero-smoke i:nth-child(3) { left: 62%; animation-delay: -4s; animation-duration: 19s; }
.hero-smoke i:nth-child(4) { left: 85%; animation-delay: -11s; animation-duration: 16s; }
@keyframes smoke-rise { 0% { opacity: 0; transform: translate3d(-18px,80px,0) scale(.55) rotate(-8deg); } 18% { opacity: .22; } 58% { opacity: .13; transform: translate3d(24px,-280px,0) scale(1.15) rotate(9deg); } 100% { opacity: 0; transform: translate3d(-22px,-620px,0) scale(1.65) rotate(-4deg); } }
@keyframes page-reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.section-title { max-width: 850px; margin: 0 auto 50px; text-align: center; }
.section-title h2 { margin-top: 8px; font-size: clamp(34px, 4vw, 55px); line-height: 1.05; }
.section-title h2.metallic-typewriter { min-height: 1.12em; }
.metallic-typewriter > span { display: inline; }
.typewriter-caret { width: 2px; height: .82em; margin-left: .09em; display: inline-block; background: linear-gradient(180deg, #fff4ba, var(--gold-bright), #8c5408); box-shadow: 0 0 9px rgba(244,206,105,.82); vertical-align: -.03em; animation: typewriter-caret-blink .72s step-end infinite; }
@keyframes typewriter-caret-blink { 0%, 48% { opacity: 1; } 49%, 100% { opacity: 0; } }
.section-title p { max-width: 720px; margin: 14px auto 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.ornament { display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--gold); }
.ornament i { width: 90px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.ornament i:last-child { transform: scaleX(-1); }
.ornament svg { width: 20px; }

.icon-section, .pricing-section, .events-section, .member-privileges, .difference-section, .contact-info, .signature-touches { padding: clamp(76px, 8vw, 120px) clamp(24px, 4vw, 72px); position: relative; border-bottom: 1px solid rgba(214,170,77,.25); background: linear-gradient(180deg, #050504, #020202); }
.curated-brick-parallax { background: linear-gradient(180deg, rgba(2,2,2,.91), rgba(13,5,2,.82)), radial-gradient(circle at 50% 26%, rgba(214,139,47,.2), transparent 40%), url("../images/royal-leaf-brick-parallax.jpg") center / cover fixed no-repeat; box-shadow: inset 0 34px 80px rgba(0,0,0,.76), inset 0 -34px 80px rgba(0,0,0,.8); }
.perk-grid { width: min(1400px, 100%); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card-link { display: block; min-width: 0; color: inherit; text-decoration: none; }
.card-link:focus-visible, .card-link:focus-visible article { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.perk-grid .card-link:hover article, .perk-grid article:focus-visible { transform: translateY(-8px); border-color: var(--gold-bright); box-shadow: 0 30px 75px rgba(0,0,0,.66), 0 0 28px rgba(214,170,77,.13); }
.perk-grid article { min-height: 390px; position: relative; display: flex; align-items: flex-end; overflow: hidden; border: 1px solid rgba(214,170,77,.58); background: #080705; box-shadow: 0 24px 60px rgba(0,0,0,.46); text-align: left; isolation: isolate; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.perk-grid article:hover { transform: translateY(-8px); border-color: var(--gold-bright); box-shadow: 0 30px 75px rgba(0,0,0,.66), 0 0 28px rgba(214,170,77,.13); }
.perk-photo { width: 100%; height: 100%; position: absolute; inset: 0; z-index: -2; display: block; object-fit: cover; background: #080705; filter: saturate(.92) contrast(1.06); transition: transform .7s ease, filter .5s ease; }
.perk-grid article:hover .perk-photo { transform: scale(1.055); filter: saturate(1.04) contrast(1.08); }
.perk-grid article::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.84) 34%, rgba(0,0,0,.14) 76%), linear-gradient(115deg, rgba(71,18,83,.3), transparent 48%); }
.perk-grid article.byob-card::after { background: linear-gradient(0deg, rgba(0,0,0,.66) 0%, rgba(0,0,0,.3) 34%, rgba(0,0,0,.02) 78%), linear-gradient(115deg, rgba(71,18,83,.22), transparent 48%); }
.perk-grid article.premium-lounge-card::after { display: none; }
.perk-grid article.premium-lounge-card .perk-photo { filter: saturate(1.08) contrast(1.04) brightness(1.22); }
.perk-grid article.premium-lounge-card .perk-copy { text-shadow: 0 2px 14px rgba(0,0,0,.9); }
.perk-copy { width: 100%; padding: 32px; }
.perk-grid svg, .story-pillars svg, .difference-grid svg { width: 44px; height: 44px; color: var(--gold-bright); margin-bottom: 20px; }
.perk-grid h3, .story-pillars h3, .difference-grid h3, .contact-info h3, .member-privileges h3 { margin: 0 0 12px; color: var(--gold-bright); font: 500 16px/1.2 Georgia, serif; letter-spacing: .06em; text-transform: uppercase; }
.perk-grid h3 { font-size: 22px; text-shadow: 0 2px 16px #000; }
.perk-grid p, .story-pillars p, .difference-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.perk-grid p { max-width: 340px; color: #f0e9df; font-size: 15px; text-shadow: 0 2px 12px #000; }

.split-feature { width: min(1420px, calc(100% - 48px)); min-height: 560px; margin: 64px auto; display: grid; grid-template-columns: 1.05fr .95fr; border: 1px solid var(--line); background: #060504; box-shadow: 0 28px 80px rgba(0,0,0,.45); }
.feature-image { min-height: 560px; background: url("../images/royal-leaf-community.jpg") center / cover no-repeat; }
.membership-feature .feature-image { background-image: url("../images/royal-leaf-community-night.jpg"); background-position: center 44%; }
.lifestyle-feature .feature-image { background-image: url("../images/royal-leaf-still-life.jpg"); }
.feature-copy { padding: clamp(42px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; }
.feature-copy h2 { font-size: clamp(35px, 4vw, 58px); line-height: 1.05; }
.feature-copy p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.feature-copy ul { margin: 22px 0 32px; padding: 0; display: grid; gap: 13px; list-style: none; }
.feature-copy li { display: flex; gap: 10px; color: #e8e1d7; font-size: 15px; }
.feature-copy li svg { width: 18px; color: var(--purple-bright); }
.feature-copy .royal-button { align-self: flex-start; }

.home-member-teaser, .legacy-panel { width: min(1420px, calc(100% - 48px)); min-height: 210px; margin: 64px auto; padding: clamp(34px, 4vw, 58px); display: flex; align-items: center; justify-content: space-between; gap: 38px; border: 1px solid var(--line); background: radial-gradient(circle at 15% 0, rgba(104,31,122,.32), transparent 42%), linear-gradient(115deg, #130718, #050404 68%); box-shadow: inset 0 0 0 4px rgba(0,0,0,.35), 0 26px 70px rgba(0,0,0,.45); }
.home-member-teaser > div, .legacy-panel > div { max-width: 900px; }
.home-member-teaser > div > svg { width: 44px; height: 44px; margin: 0 0 12px; color: var(--gold-bright); }
.home-member-teaser span, .legacy-panel span, .about-manifesto > div:first-child > span { color: var(--purple-bright); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.home-member-teaser h2, .legacy-panel h2, .about-manifesto h2 { margin: 8px 0 12px; color: var(--gold); font: 500 clamp(32px, 4vw, 52px)/1.05 Georgia, serif; letter-spacing: .035em; text-transform: uppercase; }
.home-member-teaser p, .legacy-panel p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.home-member-teaser .royal-button, .legacy-panel .royal-button { flex: 0 0 auto; }

.events-page-backdrop, .contact-page-backdrop { position: relative; isolation: isolate; background: linear-gradient(180deg, rgba(3,3,3,.7), rgba(18,6,2,.82)), url("../images/royal-leaf-events-contact-brick.jpg") center / cover fixed no-repeat; }
.events-page-backdrop::before, .contact-page-backdrop::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.28), transparent 50%, rgba(0,0,0,.34)); }
.events-page-backdrop > *, .contact-page-backdrop > * { position: relative; z-index: 1; }
.events-section { background: radial-gradient(circle at 50% 0, rgba(83,27,98,.2), transparent 30%), rgba(3,3,3,.58); }
.event-grid { width: min(1540px, 100%); margin: auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.event-grid .card-link { min-width: 0; }
.event-grid .card-link:focus-visible article { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.event-grid article { min-height: 470px; position: relative; overflow: hidden; border: 1px solid var(--line); background: #080705; transition: .3s ease; }
.event-grid article:hover { transform: translateY(-8px); border-color: var(--gold-bright); box-shadow: 0 24px 60px rgba(0,0,0,.62), 0 0 24px rgba(93,31,109,.2); }
.event-image { height: 300px; background-color: #080705; background-repeat: no-repeat; background-size: cover; filter: saturate(.94) contrast(1.04); transition: transform .7s ease, filter .5s ease; }
.event-grid article:hover .event-image { transform: scale(1.045); filter: saturate(1.05) contrast(1.06); }
.event-grid article:nth-child(1) .event-image { background-image: url("../images/royal-leaf-card-scenes-2.jpg"); background-size: 200% auto; background-position: 0% 100%; }
.event-grid article:nth-child(2) .event-image { background-image: url("../images/royal-leaf-card-scenes-2.jpg"); background-size: 200% auto; background-position: 100% 100%; }
.event-grid article:nth-child(3) .event-image { background-image: url("../images/royal-leaf-card-scenes-3.jpg"); background-size: 200% auto; background-position: 0% 0%; }
.event-grid article:nth-child(4) .event-image { background-image: url("../images/royal-leaf-card-scenes-3.jpg"); background-size: 200% auto; background-position: 100% 0%; }
.event-grid article:nth-child(5) .event-image { background-image: url("../images/royal-leaf-card-scenes-3.jpg"); background-size: 200% auto; background-position: 0% 100%; }
.event-grid article .event-image.event-image-nfl-sundays { background-image: url("../images/nfl-sundays-lounge.jpg"); background-size: cover; background-position: center 52%; }
.event-grid article .event-image.event-image-hookah-first-fridays { background-image: url("../images/royal-leaf-first-friday-hookah-nights.jpg"); background-size: contain; background-position: center; background-color: #040206; }
.event-grid article .event-image.event-image-spades-saturdays { background-image: url("../images/royal-leaf-spades-saturdays-home.jpg"); background-size: cover; background-position: center 46%; }
.event-grid article .event-image.event-image-live-music { background-image: url("../images/royal-leaf-live-music-home.jpg"); background-size: cover; background-position: center 22%; }
.event-grid article > div:last-child { min-height: 185px; padding: 28px 26px 24px; position: relative; z-index: 2; text-align: left; background: linear-gradient(145deg, rgba(17,13,10,.98), rgba(5,4,4,.98)); }
.event-grid span, .event-grid small { color: var(--gold-bright); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.event-grid h3 { margin: 8px 0; color: var(--gold); font: 500 27px/1 Georgia, serif; letter-spacing: .05em; text-transform: uppercase; }
.event-grid p { margin: 0 0 16px; color: #d6d0c7; font-size: 14px; }
.event-grid small { color: var(--purple-bright); }

.nfl-home-banner { position: relative; overflow: hidden; border-block: 1px solid rgba(214,170,77,.62); background: linear-gradient(90deg, #080609, #29102f 50%, #080609); box-shadow: 0 12px 40px rgba(0,0,0,.42); }
.nfl-home-banner::before, .nfl-home-banner::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.nfl-home-banner::before { background: linear-gradient(90deg, rgba(4,3,4,.96), transparent 18%, transparent 82%, rgba(4,3,4,.96)); z-index: 2; }
.nfl-home-banner::after { background: radial-gradient(circle at 50% 50%, rgba(214,170,77,.14), transparent 45%); z-index: 0; }
.nfl-home-banner-link { min-height: 94px; padding: 14px max(22px, calc((100vw - 1500px)/2)); position: relative; z-index: 3; display: flex; align-items: center; gap: 24px; color: var(--gold-bright); text-decoration: none; }
.nfl-banner-label { flex: 0 0 auto; color: var(--gold-bright); font: 700 14px/1 Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; text-shadow: 0 0 18px rgba(244,206,105,.34); }
.nfl-banner-marquee { min-width: 0; flex: 1 1 auto; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.nfl-banner-track { width: max-content; display: flex; align-items: center; animation: nfl-banner-scroll 26s linear infinite; }
.nfl-banner-item { min-width: max-content; display: inline-flex; align-items: center; gap: 12px; padding-inline: 28px; color: #f2e7c1; font: 700 13px/1 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.nfl-banner-item b { color: var(--gold-bright); }
.nfl-banner-item span { color: #fff5d2; }
.nfl-banner-item em { color: var(--purple-bright); font-style: normal; }
.nfl-football { width: 27px; height: 17px; position: relative; display: inline-block; flex: 0 0 auto; border: 1px solid #fff0ad; border-radius: 52% 48% 50% 50%; background: linear-gradient(135deg, #fff0a5 0%, #d69b28 42%, #81500b 100%); box-shadow: 0 0 12px rgba(244,206,105,.75), inset -3px -2px 5px rgba(65,27,0,.5); animation: nfl-football-bounce 1.8s ease-in-out infinite; transform: rotate(-28deg); }
.nfl-football::before { content: ""; width: 12px; height: 1px; position: absolute; top: 7px; left: 7px; background: #fff5c4; box-shadow: 3px -3px 0 -0.2px #fff5c4, 3px 3px 0 -0.2px #fff5c4; transform: rotate(28deg); }
.nfl-banner-item:nth-child(2) .nfl-football { animation-delay: -.55s; }
.nfl-banner-item:nth-child(3) .nfl-football { animation-delay: -1.1s; }
.nfl-banner-item:nth-child(4) .nfl-football { animation-delay: -1.55s; }
.nfl-banner-cta { flex: 0 0 auto; padding: 12px 17px; border: 1px solid rgba(244,206,105,.66); color: #120d06; background: linear-gradient(135deg, #fff0a5, #dba63a 54%, #8d5d11); box-shadow: 0 0 16px rgba(244,206,105,.24); font: 700 11px/1 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; transition: transform .25s ease, box-shadow .25s ease; }
.nfl-home-banner-link:hover .nfl-banner-cta, .nfl-home-banner-link:focus-visible .nfl-banner-cta { transform: translateY(-2px); box-shadow: 0 0 24px rgba(244,206,105,.46); }
@keyframes nfl-banner-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes nfl-football-bounce { 0%, 100% { transform: rotate(-28deg) translateY(0); } 50% { transform: rotate(-28deg) translateY(-5px) scale(1.08); } }
@media (prefers-reduced-motion: reduce) { .nfl-banner-track, .nfl-football { animation: none; } }

.friday-home-banner { position: relative; overflow: hidden; border-block: 1px solid rgba(214,170,77,.62); background: linear-gradient(90deg, #080609, #29102f 50%, #080609); box-shadow: 0 12px 40px rgba(0,0,0,.42); }
.friday-home-banner::before, .friday-home-banner::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.friday-home-banner::before { background: linear-gradient(90deg, rgba(4,3,4,.96), transparent 18%, transparent 82%, rgba(4,3,4,.96)); z-index: 2; }
.friday-home-banner::after { background: radial-gradient(circle at 50% 50%, rgba(214,170,77,.14), transparent 45%); z-index: 0; }
.friday-home-banner-link { min-height: 108px; padding: 14px max(22px, calc((100vw - 1500px)/2)); position: relative; z-index: 3; display: flex; align-items: center; gap: 16px; color: var(--gold-bright); text-decoration: none; }
.friday-banner-art { width: 78px; height: 78px; flex: 0 0 auto; padding: 3px; border: 1px solid rgba(244,206,105,.75); background: #090608; box-shadow: 0 0 18px rgba(244,206,105,.23); overflow: hidden; }
.friday-banner-art img { width: 100%; height: 100%; display: block; object-fit: cover; }
.friday-banner-label { flex: 0 0 auto; color: var(--gold-bright); font: 700 14px/1 Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; text-shadow: 0 0 18px rgba(244,206,105,.34); }
.friday-banner-marquee { min-width: 0; flex: 1 1 auto; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.friday-banner-track { width: max-content; display: flex; align-items: center; animation: friday-banner-scroll 26s linear infinite; }
.friday-banner-item { min-width: max-content; display: inline-flex; align-items: center; gap: 12px; padding-inline: 24px; color: #f2e7c1; font: 700 13px/1 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.friday-banner-item b { color: var(--gold-bright); }
.friday-banner-item span { color: #fff5d2; }
.friday-banner-item em { color: var(--purple-bright); font-style: normal; }
.friday-banner-spark { width: 27px; height: 27px; display: inline-grid; place-items: center; flex: 0 0 auto; color: #fff0ad; font: 700 25px/1 Georgia, serif; text-shadow: 0 0 8px #f4ce69, 0 0 18px #bd7610; animation: friday-spark-pulse 1.8s ease-in-out infinite; }
.friday-banner-item:nth-child(2) .friday-banner-spark { animation-delay: -.45s; }
.friday-banner-item:nth-child(3) .friday-banner-spark { animation-delay: -.9s; }
.friday-banner-item:nth-child(4) .friday-banner-spark { animation-delay: -1.35s; }
.friday-banner-cta { flex: 0 0 auto; padding: 12px 17px; border: 1px solid rgba(244,206,105,.66); color: #120d06; background: linear-gradient(135deg, #fff0a5, #dba63a 54%, #8d5d11); box-shadow: 0 0 16px rgba(244,206,105,.24); font: 700 11px/1 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; transition: transform .25s ease, box-shadow .25s ease; }
.friday-home-banner-link:hover .friday-banner-cta, .friday-home-banner-link:focus-visible .friday-banner-cta { transform: translateY(-2px); box-shadow: 0 0 24px rgba(244,206,105,.46); }
@keyframes friday-banner-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes friday-spark-pulse { 0%, 100% { transform: scale(.86) rotate(0deg); opacity: .75; } 50% { transform: scale(1.12) rotate(45deg); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .friday-banner-track, .friday-banner-spark { animation: none; } }

.were-back-popup { position: fixed; inset: 0; z-index: 10050; display: grid; place-items: center; padding: 20px; }
.were-back-popup[hidden] { display: none; }
.were-back-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
.were-back-card { width: min(620px, 100%); max-height: 92vh; padding: 12px; position: relative; z-index: 1; overflow: auto; border: 1px solid var(--gold-bright); background: linear-gradient(145deg, #160d17, #030303 70%); box-shadow: 0 30px 100px rgba(0,0,0,.8), 0 0 32px rgba(214,170,77,.18); }
.were-back-card img { width: 100%; height: auto; max-height: calc(92vh - 78px); display: block; object-fit: contain; border: 1px solid rgba(244,206,105,.58); }
.were-back-close { width: 38px; height: 38px; position: absolute; top: 20px; right: 20px; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,241,181,.7); color: #fff5d2; background: rgba(5,3,5,.78); font: 400 27px/1 Arial, sans-serif; cursor: pointer; }
.were-back-close:hover, .were-back-close:focus-visible { color: #120d06; background: var(--gold-bright); }
.were-back-continue { display: block; margin: 12px auto 2px; }
body.were-back-popup-open { overflow: hidden; }

.closing-cta { min-height: 220px; padding: 46px max(30px, calc((100vw - 1280px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; border-block: 1px solid var(--line); background: linear-gradient(90deg, rgba(23,7,29,.96), rgba(72,22,83,.82), rgba(28,8,33,.96)), url("../images/royal-leaf-still-life.jpg") center / cover; }
.closing-cta h2 { margin-bottom: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.05; }
.closing-cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }

.anniversary-banner { width: min(1420px, calc(100% - 48px)); min-height: 320px; margin: 70px auto; padding: 38px clamp(28px, 5vw, 70px); position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--gold-bright); text-align: center; background: linear-gradient(90deg, rgba(17,6,21,.95), rgba(45,13,54,.83), rgba(0,0,0,.35)), url("../images/royal-leaf-still-life.jpg") right center / cover no-repeat; box-shadow: inset 0 0 0 5px #050405, 0 25px 70px rgba(0,0,0,.55); }
.anniversary-banner h2 { margin: 0; position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 44px); line-height: .8; }
.anniversary-number-wrap { width: clamp(170px, 22vw, 310px); position: relative; display: inline-grid; place-items: center; isolation: isolate; }
.anniversary-number { position: relative; z-index: 2; font-size: clamp(120px, 18vw, 250px); }
.anniversary-fireworks { position: absolute; inset: -10% -16% 4%; z-index: 1; pointer-events: none; }
.anniversary-fireworks > span { width: clamp(22px, 2.7vw, 42px); height: clamp(22px, 2.7vw, 42px); position: absolute; bottom: 2%; color: #ffe79a; opacity: 0; filter: drop-shadow(0 0 5px #f4ce69) drop-shadow(0 0 14px #bd7610); animation: anniversary-firework 3.4s cubic-bezier(.22,.62,.2,1) infinite; }
.anniversary-fireworks > span::after { width: 2px; height: 30px; content: ""; position: absolute; left: 50%; top: 78%; z-index: -1; background: linear-gradient(180deg, rgba(255,239,170,.95), rgba(214,170,77,0)); box-shadow: 0 0 9px #f4ce69; transform-origin: top; }
.anniversary-fireworks svg { width: 100%; height: 100%; stroke-width: 1.6; }
.anniversary-fireworks > span:nth-child(1) { left: 5%; --firework-rise: -150px; animation-delay: 0s; }
.anniversary-fireworks > span:nth-child(2) { left: 22%; --firework-rise: -205px; animation-delay: .72s; }
.anniversary-fireworks > span:nth-child(3) { left: 40%; --firework-rise: -135px; animation-delay: 1.42s; }
.anniversary-fireworks > span:nth-child(4) { left: 58%; --firework-rise: -220px; animation-delay: 2.1s; }
.anniversary-fireworks > span:nth-child(5) { left: 76%; --firework-rise: -160px; animation-delay: 2.78s; }
.anniversary-fireworks > span:nth-child(6) { left: 92%; --firework-rise: -198px; animation-delay: 1.02s; }
.anniversary-fireworks > span:nth-child(7) { left: 13%; --firework-rise: -235px; animation-delay: 2.42s; }
.anniversary-fireworks > span:nth-child(8) { left: 84%; --firework-rise: -240px; animation-delay: .34s; }
.anniversary-fireworks > span:nth-child(2n) { color: #d6aa4d; }
.anniversary-fireworks > span:nth-child(3n) { width: clamp(16px, 2.1vw, 32px); height: clamp(16px, 2.1vw, 32px); }
@keyframes anniversary-firework {
  0%, 8% { opacity: 0; transform: translate3d(0, 34px, 0) scale(.28) rotate(0deg); }
  18% { opacity: 1; }
  48% { opacity: .95; transform: translate3d(0, var(--firework-rise), 0) scale(.42) rotate(14deg); }
  58% { opacity: 1; transform: translate3d(0, var(--firework-rise), 0) scale(1.52) rotate(42deg); }
  76%, 100% { opacity: 0; transform: translate3d(0, calc(var(--firework-rise) - 26px), 0) scale(2.15) rotate(74deg); }
}
@keyframes anniversary-cigar-glow {
  0%, 100% { filter: sepia(.62) saturate(1.5) brightness(1.12) contrast(1.08) drop-shadow(0 0 4px rgba(255,241,181,.58)) drop-shadow(0 12px 22px rgba(0,0,0,.9)); }
  50% { filter: sepia(.72) saturate(1.72) brightness(1.32) contrast(1.04) drop-shadow(0 0 12px rgba(244,206,105,.92)) drop-shadow(0 15px 28px rgba(0,0,0,.92)); }
}
.gold-cigar-divider { width: min(920px, calc(100% - 48px)); height: 170px; margin: -58px auto 28px; position: relative; z-index: 3; display: grid; place-items: center; overflow: visible; }
.gold-cigar-divider::before, .gold-cigar-divider::after { width: calc(50% - 160px); height: 1px; content: ""; position: absolute; top: 50%; background: linear-gradient(90deg, transparent, #d6aa4d, #f4ce69); box-shadow: 0 0 10px rgba(244,206,105,.42); }
.gold-cigar-divider::before { left: 0; }
.gold-cigar-divider::after { right: 0; transform: scaleX(-1); }
.gold-cigar-divider img { width: 300px; max-width: none; display: block; object-fit: contain; transform: rotate(-8deg); filter: sepia(.62) saturate(1.5) brightness(1.18) contrast(1.08) drop-shadow(0 0 4px rgba(255,241,181,.78)) drop-shadow(0 12px 22px rgba(0,0,0,.9)); animation: anniversary-cigar-glow 3.4s ease-in-out infinite; }
.anniversary-label { display: grid; justify-items: start; gap: 12px; }
.anniversary-year { padding-left: .08em; font-size: clamp(28px, 3.5vw, 52px); letter-spacing: .34em; }
.anniversary-word { font-size: clamp(44px, 7vw, 104px); letter-spacing: .08em; }

.anniversary-ticket-feature { width: min(1180px, calc(100% - 48px)); margin: 70px auto; display: grid; grid-template-columns: minmax(320px, .78fr) 1.22fr; overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle at 100% 0, rgba(91,28,108,.46), transparent 48%), linear-gradient(145deg, #0d0710, #030303 62%); box-shadow: 0 30px 90px rgba(0,0,0,.62); }
.anniversary-ticket-art { padding: 18px; border-right: 1px solid var(--line); background: linear-gradient(150deg, #15091a, #020202); }
.anniversary-ticket-art img { width: 100%; height: auto; display: block; border: 1px solid rgba(244,206,105,.62); box-shadow: 0 18px 50px rgba(0,0,0,.68); }
.anniversary-ticket-copy { padding: clamp(42px, 6vw, 88px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.anniversary-ticket-copy > span { color: var(--purple-bright); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.anniversary-ticket-copy h2 { margin: 14px 0 22px; color: var(--gold); background: linear-gradient(180deg,#fff1b5,#e0ad45 42%,#7a4306 74%,#eac05d); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font: 500 clamp(40px, 5vw, 68px)/1 Georgia, serif; letter-spacing: .035em; text-transform: uppercase; }
.anniversary-ticket-copy p { max-width: 620px; margin: 0 0 34px; color: #e3dbd0; font-size: 17px; line-height: 1.72; }

.nfl-sundays-feature { width: min(1180px, calc(100% - 48px)); margin: 70px auto; display: grid; grid-template-columns: minmax(340px, .72fr) 1.28fr; border: 1px solid var(--line); background: radial-gradient(circle at 100% 0, rgba(90,28,106,.4), transparent 46%), #060504; box-shadow: 0 30px 90px rgba(0,0,0,.58); }
.nfl-flyer-frame { padding: 18px; border-right: 1px solid var(--line); background: linear-gradient(150deg, #120916, #020202); }
.nfl-flyer-frame img { width: 100%; height: auto; display: block; border: 1px solid rgba(244,206,105,.58); box-shadow: 0 18px 50px rgba(0,0,0,.62); }
.nfl-sundays-copy { padding: clamp(42px, 6vw, 88px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.nfl-sundays-copy > span { color: var(--purple-bright); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.nfl-sundays-copy h2 { margin: 14px 0 22px; color: var(--gold); background: linear-gradient(180deg,#fff1b5,#e0ad45 42%,#7a4306 74%,#eac05d); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font: 500 clamp(40px, 5vw, 68px)/1 Georgia, serif; letter-spacing: .035em; text-transform: uppercase; }
.nfl-sundays-copy p { max-width: 620px; margin: 0; color: #e3dbd0; font-size: 17px; line-height: 1.72; }
.nfl-sundays-highlights { width: 100%; margin: 30px 0 36px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(214,170,77,.4); }
.nfl-sundays-highlights span { padding: 18px 10px; border-right: 1px solid rgba(214,170,77,.3); color: var(--gold-bright); font: 600 11px/1.3 Arial, sans-serif; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.nfl-sundays-highlights span:last-child { border-right: 0; }

.pricing-grid { width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pricing-grid article { min-height: 430px; padding: 34px 22px 26px; position: relative; display: flex; flex-direction: column; align-items: center; border: 1px solid var(--line); background: linear-gradient(145deg, #0b0a08, #040403); text-align: center; }
.clickable-card { cursor: pointer; }
.clickable-card:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.pricing-grid .clickable-card:hover, .annual-membership-grid .clickable-card:hover { border-color: var(--gold-bright); transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,.6); }
.story-pillars .clickable-card:hover, .house-code .clickable-card:hover, .difference-grid .clickable-card:hover, .contact-info .clickable-card:hover { border-color: var(--gold-bright); transform: translateY(-4px); box-shadow: 0 18px 48px rgba(0,0,0,.46); }
.pricing-grid article.featured { border-color: var(--purple-bright); background: radial-gradient(circle at 50% 0, rgba(103,29,122,.6), transparent 55%), #080509; transform: translateY(-8px); box-shadow: 0 20px 50px rgba(63,14,76,.32); }
.popular { min-height: 28px; padding: 8px 12px; position: absolute; top: -15px; color: white; background: var(--purple); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.pricing-grid h3 { margin: 12px 0 20px; color: #f2eadf; font: 500 19px/1 Georgia, serif; text-transform: uppercase; }
.pricing-grid strong { color: var(--gold-bright); font: 500 38px/1 Georgia, serif; }
.pricing-grid article > i { width: 80px; height: 1px; margin: 20px 0; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.pricing-grid ul { width: 100%; min-height: 150px; margin: 0 0 24px; padding: 0; display: grid; align-content: start; gap: 14px; list-style: none; text-align: left; }
.pricing-grid li { display: flex; gap: 8px; color: #dfd8ce; font-size: 13px; line-height: 1.4; }
.pricing-grid li svg { width: 17px; color: var(--purple-bright); }
.pricing-grid .royal-button { width: 100%; margin-top: auto; }
.membership-parallax { position: relative; isolation: isolate; background: linear-gradient(180deg, rgba(0,0,0,.82), rgba(14,5,2,.8)), url("../images/royal-leaf-membership-brick.jpg") center / cover fixed no-repeat; box-shadow: inset 0 40px 95px rgba(0,0,0,.92), inset 0 -40px 95px rgba(0,0,0,.92); }
.membership-parallax::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 50% 8%, rgba(214,170,77,.15), transparent 27%), linear-gradient(90deg, rgba(0,0,0,.52), rgba(32,8,1,.12), rgba(0,0,0,.52)); }
.membership-parallax .pricing-section { background: rgba(2,2,2,.76); backdrop-filter: blur(1px); }
.membership-parallax .membership-lifestyle { background: rgba(3,3,3,.93); }
.annual-membership-section { padding: clamp(76px, 8vw, 120px) clamp(24px, 4vw, 72px); border-bottom: 1px solid rgba(214,170,77,.25); background: radial-gradient(circle at 50% 0, rgba(89,24,101,.22), transparent 34%), #030303; }
.annual-membership-grid { width: min(1520px, 100%); margin: 42px auto 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.annual-membership-grid article { min-height: 590px; padding: 36px 24px 28px; display: flex; flex-direction: column; align-items: center; border: 1px solid var(--line); background: linear-gradient(155deg, rgba(19,12,8,.98), rgba(3,3,3,.98)); box-shadow: 0 22px 55px rgba(0,0,0,.38); text-align: center; }
.annual-membership-grid article.featured { border-color: var(--purple-bright); background: radial-gradient(circle at 50% 0, rgba(105,31,124,.68), transparent 52%), #080509; transform: translateY(-10px); box-shadow: 0 24px 70px rgba(71,17,84,.42); }
.annual-membership-grid h3 { margin: 6px 0 16px; color: #f5ede2; font: 500 21px/1.1 Georgia, serif; letter-spacing: .04em; text-transform: uppercase; }
.annual-membership-grid strong { color: var(--gold-bright); font: 500 29px/1.1 Georgia, serif; }
.annual-membership-grid small { min-height: 30px; margin-top: 10px; color: var(--purple-bright); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.annual-membership-grid article > i { width: 88px; height: 1px; margin: 20px 0; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.annual-membership-grid ul { width: 100%; margin: 0 0 28px; padding: 0; display: grid; gap: 13px; list-style: none; text-align: left; }
.annual-membership-grid li { display: flex; gap: 9px; color: #e4ddd3; font-size: 13px; line-height: 1.45; }
.annual-membership-grid li svg { width: 17px; min-width: 17px; color: var(--purple-bright); }
.annual-membership-grid .royal-button { width: 100%; margin-top: auto; }
.membership-terms { width: min(1120px, 100%); margin: 36px auto 0; padding: 22px 26px; border: 1px solid rgba(214,170,77,.28); background: rgba(15,7,18,.72); }
.membership-terms p { margin: 5px 0; color: #bcb3a7; font-size: 12px; line-height: 1.55; }
.founder-note { margin: 36px 0 0; display: flex; justify-content: center; align-items: center; gap: 10px; color: #e4ded4; }
.founder-note svg { color: var(--gold); }

.pricing-section { padding-top: 24px; }
.membership-section-heading { margin: 0 auto 26px; color: var(--gold-bright); text-align: center; text-transform: uppercase; }
.membership-section-heading > div { display: flex; align-items: center; justify-content: center; gap: 22px; }
.membership-section-heading i { width: 82px; height: 1px; display: block; background: linear-gradient(90deg, transparent, var(--gold)); }
.membership-section-heading i:last-child { transform: scaleX(-1); }
.membership-section-heading h2 { margin: 0; color: var(--gold); font: 500 clamp(28px, 3vw, 42px)/1 Georgia, serif; letter-spacing: .04em; }
.membership-section-heading p { margin: 8px 0 0; color: #f5efe7; font-size: 13px; letter-spacing: .28em; }
.membership-section-heading.compact { margin: 0; padding: 22px 20px 10px; }
.membership-section-heading.compact h2 { font-size: clamp(24px, 2.4vw, 34px); }

.membership-privileges { border-block: 1px solid rgba(214,170,77,.42); background: #050504; }
.membership-privileges .privilege-band { border: 0; }

.privilege-band { padding: 36px clamp(24px, 5vw, 80px); display: grid; grid-template-columns: repeat(6, 1fr); border-block: 1px solid rgba(214,170,77,.42); background: #050504; }
.privilege-band div, .privilege-band a { min-height: 100px; display: grid; place-items: center; align-content: center; gap: 11px; border-right: 1px solid rgba(214,170,77,.36); text-align: center; }
.privilege-band div:last-child, .privilege-band a:last-child { border-right: 0; }
.privilege-band svg, .privilege-band a > span { color: var(--gold-bright); }
.privilege-band span, .privilege-band b { max-width: 150px; color: #ede7dd; font-size: 13px; line-height: 1.35; }

.membership-lifestyle { width: min(1480px, calc(100% - 40px)); margin: 20px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid rgba(214,170,77,.55); background: #030303; }
.membership-card-photo { min-height: 520px; border-right: 1px solid rgba(214,170,77,.45); background: #080705 url("../images/royal-leaf-humidor-selection.jpg") center 43% / cover no-repeat; }
.membership-lifestyle-copy { padding: clamp(32px, 4vw, 58px); display: flex; flex-direction: column; justify-content: center; }
.membership-lifestyle-copy > h2 { margin: 0 0 26px; color: var(--gold); font: 500 clamp(28px, 3vw, 43px)/1.12 Georgia, serif; letter-spacing: .025em; text-transform: uppercase; }
.membership-lifestyle-copy ul { margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.membership-lifestyle-copy li { display: flex; align-items: center; gap: 11px; color: #f0eae2; font-size: 15px; }
.membership-lifestyle-copy li svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--purple-bright); }
.membership-in-person { width: min(1120px, calc(100% - 40px)); margin: 36px auto; padding: 28px clamp(24px, 5vw, 52px); display: flex; align-items: center; justify-content: space-between; gap: 26px; border: 1px solid var(--purple-bright); background: linear-gradient(110deg, rgba(64,13,77,.72), rgba(19,6,23,.92)); }
.membership-in-person > div:first-child { flex: 1 1 auto; }
.membership-in-person span { color: var(--gold-bright); font: 600 12px/1.4 Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.membership-in-person h2 { margin: 8px 0 9px; color: var(--gold-bright); font: 500 clamp(24px, 3vw, 36px)/1.12 Georgia, serif; text-transform: uppercase; }
.membership-in-person p { max-width: 690px; margin: 0; color: #eee6dd; font-size: 14px; line-height: 1.6; }
.membership-in-person-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.membership-in-person-actions .royal-button { flex: 0 0 auto; }

.membership-closing { min-height: 230px; padding: 30px; display: grid; place-items: center; align-content: center; border-block: 1px solid rgba(214,170,77,.55); background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.48), rgba(0,0,0,.82)), url("../images/royal-leaf-community.jpg") center 48% / cover no-repeat; text-align: center; }
.membership-closing p { margin: 0; color: var(--gold-bright); font: 500 clamp(25px, 3vw, 40px)/1.1 Georgia, serif; letter-spacing: .05em; text-transform: uppercase; }
.membership-closing h2 { margin: 2px 0 24px; color: #fff; font: 500 clamp(38px, 5vw, 68px)/1 Georgia, serif; letter-spacing: .13em; text-shadow: 0 3px 18px #000; text-transform: uppercase; }

.legacy-panel { min-height: 250px; background: linear-gradient(105deg, rgba(32,8,39,.96), rgba(79,23,91,.66), rgba(12,5,13,.96)), url("../images/royal-leaf-community.jpg") center / cover no-repeat; }
.legacy-panel span { color: var(--gold-bright); }

.private-events { width: min(1420px, calc(100% - 48px)); margin: 70px auto; display: grid; grid-template-columns: 1.1fr .9fr; border: 1px solid var(--line); background: #070605; }
.private-image { min-height: 580px; background: url("../images/royal-leaf-chess-lounge.jpg") center 48% / cover no-repeat; }
.private-events > div:last-child { padding: clamp(36px, 5vw, 80px); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.private-events .section-title { margin-bottom: 28px; }
.mini-perks { width: 100%; margin: 12px 0 34px; display: grid; grid-template-columns: repeat(3, 1fr); }
.mini-perks span { padding: 16px; display: grid; place-items: center; gap: 10px; color: var(--gold-bright); font: 500 11px/1.35 Arial, sans-serif; text-align: center; text-transform: uppercase; }
.mini-perks svg { width: 34px; height: 34px; }

.experience-rows { padding: clamp(90px, 10vw, 145px) 24px; display: grid; gap: clamp(70px, 8vw, 110px); background: radial-gradient(circle at 50% 0, rgba(85,32,110,.14), transparent 34%), #020202; }
.experience-rows article { width: min(1420px, 100%); min-height: 520px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid var(--line); background: #040403; box-shadow: 0 26px 75px rgba(0,0,0,.52); }
.experience-rows article.clickable-card { transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.experience-rows article.clickable-card:hover { transform: translateY(-5px); border-color: var(--gold-bright); box-shadow: 0 30px 80px rgba(0,0,0,.62); }
.experience-rows article.reverse { grid-template-columns: .85fr 1.15fr; }
.experience-rows article.reverse .experience-photo { order: 2; }
.experience-photo { min-height: 520px; background: url("../images/royal-leaf-house-cigar.jpg") center / cover no-repeat; }
.experience-photo-2 { background-image: url("../images/royal-leaf-smooth-sessions.jpg"); background-position: center 58%; }
.experience-photo-3 { background-image: url("../images/royal-leaf-byob-pour.jpg"); background-position: 46% center; }
.experience-rows article > div:last-child { padding: clamp(42px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.experience-rows article > div:last-child > svg { width: 72px; height: 72px; padding: 15px; margin-bottom: 24px; border: 1px solid var(--gold-bright); border-radius: 50%; color: var(--gold-bright); }
.experience-rows h2 { margin: 12px 0; font-size: clamp(36px, 4vw, 60px); }
.experience-rows p { max-width: 540px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.experience-rows .royal-button { margin-top: 20px; align-self: flex-start; }

.signature-touches > div:last-child { width: min(1250px, 100%); margin: auto; display: grid; grid-template-columns: repeat(5, 1fr); }
.signature-touches > div:last-child span { min-height: 120px; display: grid; place-items: center; align-content: center; gap: 14px; border-right: 1px solid var(--line); color: var(--gold-bright); font-size: 13px; text-align: center; text-transform: uppercase; }
.signature-touches > div:last-child span:last-child { border-right: 0; }
.signature-touches svg { width: 38px; height: 38px; }
.gallery-ribbon { min-height: 240px; display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--line); }
.gallery-ribbon i { background: url("../images/royal-leaf-house-cigar.jpg") center / cover no-repeat; border-right: 1px solid var(--line); }
.gallery-ribbon i:nth-child(2) { background-image: url("../images/royal-leaf-community-night.jpg"); }
.gallery-ribbon i:nth-child(3) { background-image: url("../images/royal-leaf-cigar-moment.jpg"); background-position: center 38%; }
.gallery-ribbon i:nth-child(4) { background-image: url("../images/royal-leaf-chess-lounge.jpg"); background-position: center 45%; }
.gallery-ribbon i:nth-child(5) { background-image: url("../images/royal-leaf-portrait-cigar.jpg"); background-position: center 36%; }

.gallery-parallax { position: relative; padding: 1px 0 90px; background: linear-gradient(rgba(0,0,0,.64), rgba(0,0,0,.82)), url("../images/royal-leaf-community.jpg") center / cover fixed; isolation: isolate; }
.gallery-parallax::before { content: ""; position: absolute; inset: 0; z-index: -1; background: repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 5px), radial-gradient(circle at 50% 15%, rgba(117,37,131,.2), transparent 33%); pointer-events: none; }
.gallery-intro { width: min(1120px, calc(100% - 48px)); margin: 80px auto 56px; padding: clamp(38px, 5vw, 68px); border: 1px solid rgba(214,170,77,.5); background: rgba(3,3,3,.88); box-shadow: 0 30px 90px rgba(0,0,0,.58); backdrop-filter: blur(8px); }
.gallery-intro .section-title { margin-bottom: 0; }
.photo-story-section, .first-year-film-section { width: min(1420px, calc(100% - 48px)); margin: 0 auto 86px; padding: clamp(28px, 4vw, 56px); border: 1px solid rgba(214,170,77,.42); background: linear-gradient(145deg, rgba(7,5,4,.94), rgba(2,2,2,.88)); box-shadow: 0 30px 90px rgba(0,0,0,.52); backdrop-filter: blur(6px); }
.gallery-section-heading { margin-bottom: 34px; display: grid; grid-template-columns: auto 1fr; column-gap: 24px; align-items: end; }
.gallery-section-heading span { grid-row: 1 / 3; padding: 12px 18px; align-self: stretch; display: grid; place-items: center; border-right: 1px solid var(--gold); color: var(--purple-bright); font: 600 11px/1.3 Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.gallery-section-heading h2 { margin: 0 0 6px; color: var(--gold); background: linear-gradient(180deg,#fff1b5,#e0ad45 42%,#7a4306 74%,#eac05d); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font: 500 clamp(31px, 4vw, 54px)/1 Georgia, serif; letter-spacing: .045em; text-transform: uppercase; }
.gallery-section-heading p { margin: 0; color: #d7d0c7; font-size: 15px; }
.first-year-photo-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: 260px; gap: 16px; }
.first-year-photo { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(214,170,77,.44); background: #090806; box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.first-year-photo.feature { grid-row: span 2; }
.first-year-photo img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.9) contrast(1.04); transition: transform .65s ease, filter .4s ease; }
.first-year-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.88), transparent 48%); pointer-events: none; }
.first-year-photo:hover img { transform: scale(1.045); filter: saturate(1.04) contrast(1.06); }
.first-year-photo > span { position: absolute; inset: auto 0 0; z-index: 2; padding: 22px; display: grid; gap: 6px; }
.first-year-photo small, .video-caption > span { color: var(--purple-bright); font: 700 10px/1 Arial, sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.first-year-photo strong { color: var(--gold-bright); font: 500 19px/1.2 Georgia, serif; letter-spacing: .04em; text-transform: uppercase; }
.first-year-film-section { margin-bottom: 0; padding-top: clamp(46px, 6vw, 78px); }
.first-year-film-section .section-title { margin-bottom: 42px; }
.first-year-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.first-year-video { overflow: hidden; border: 1px solid rgba(214,170,77,.48); background: linear-gradient(145deg, #0d0a08, #040303); box-shadow: 0 20px 55px rgba(0,0,0,.5); transition: transform .3s ease, border-color .3s ease; }
.first-year-video:hover { transform: translateY(-5px); border-color: var(--gold-bright); }
.video-frame { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border-bottom: 1px solid rgba(214,170,77,.38); background: #000; }
.video-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
.video-caption { min-height: 142px; padding: 24px 26px; }
.video-caption h3 { margin: 9px 0 9px; color: var(--gold-bright); font: 500 clamp(21px, 2.2vw, 30px)/1.12 Georgia, serif; letter-spacing: .035em; text-transform: uppercase; }
.video-caption p { margin: 0; color: var(--muted); font-size: 14px; }

.story-section { width: min(1420px, calc(100% - 48px)); margin: 70px auto; display: grid; grid-template-columns: 1fr .9fr; border: 1px solid var(--line); background: #060504; }
.story-section > div:first-child { padding: clamp(40px, 5vw, 74px); }
.story-section .section-title { margin: 0 0 36px; text-align: left; }
.story-section .ornament { justify-content: flex-start; }
.story-pillars { display: grid; grid-template-columns: repeat(3, 1fr); }
.story-pillars article { padding: 20px; border-right: 1px solid rgba(214,170,77,.42); }
.story-pillars article:last-child { border-right: 0; }
.story-image { min-height: 600px; background: url("../images/royal-leaf-community-night.jpg") center 40% / cover no-repeat; }
.about-motion-gallery { padding: clamp(72px, 8vw, 112px) 0; overflow: hidden; border-block: 1px solid rgba(214,170,77,.28); background: radial-gradient(circle at 50% 0, rgba(99,27,115,.24), transparent 38%), #030303; }
.about-motion-heading { width: min(1180px, calc(100% - 48px)); margin: 0 auto 42px; text-align: center; }
.about-motion-heading > span { color: var(--purple-bright); font: 700 11px/1.3 Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.about-motion-heading h2 { margin: 12px 0 14px; color: var(--gold); background: linear-gradient(180deg,#fff1b5,#e0ad45 42%,#7a4306 74%,#eac05d); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font: 500 clamp(36px, 5vw, 66px)/1 Georgia, serif; letter-spacing: .04em; text-transform: uppercase; }
.about-motion-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.about-carousel-window { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.about-carousel-track { width: max-content; display: flex; gap: 18px; padding: 10px 0 24px; animation: about-carousel-scroll 42s linear infinite; will-change: transform; }
.about-carousel-window:hover .about-carousel-track { animation-play-state: paused; }
.about-carousel-card { width: clamp(270px, 29vw, 430px); aspect-ratio: 4 / 5; margin: 0; position: relative; flex: 0 0 auto; overflow: hidden; border: 1px solid rgba(214,170,77,.5); background: #080705; box-shadow: 0 24px 60px rgba(0,0,0,.52); }
.about-carousel-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.88), transparent 48%); pointer-events: none; }
.about-carousel-card img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.92) contrast(1.04); transition: transform .65s ease, filter .4s ease; }
.about-carousel-card:hover img { transform: scale(1.045); filter: saturate(1.04) contrast(1.06); }
.about-carousel-card figcaption { position: absolute; inset: auto 0 0; z-index: 2; padding: 24px; color: var(--gold-bright); font: 500 20px/1.2 Georgia, serif; letter-spacing: .045em; text-transform: uppercase; }
@keyframes about-carousel-scroll { to { transform: translateX(calc(-50% - 9px)); } }
.about-manifesto { width: min(1420px, calc(100% - 48px)); margin: 64px auto; display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line); background: radial-gradient(circle at 0 0, rgba(95,28,111,.25), transparent 44%), #060504; }
.about-manifesto > div:first-child { padding: clamp(42px, 6vw, 90px); }
.about-manifesto h2 { font-size: clamp(34px, 4vw, 56px); }
.about-manifesto > div:first-child p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.house-code { display: grid; grid-template-columns: repeat(3, 1fr); background: linear-gradient(rgba(0,0,0,.62), rgba(0,0,0,.8)), url("../images/royal-leaf-humidor-selection.jpg") center 42% / cover no-repeat; }
.house-code article { padding: 42px 26px; display: flex; flex-direction: column; justify-content: flex-end; border-left: 1px solid rgba(214,170,77,.38); }
.house-code strong { color: var(--purple-bright); font: 500 42px/1 Georgia, serif; }
.house-code h3 { margin: 16px 0 10px; color: var(--gold-bright); font: 500 20px/1.2 Georgia, serif; text-transform: uppercase; }
.house-code p { margin: 0; color: #ddd4c9; font-size: 14px; line-height: 1.6; }
.difference-grid { width: min(1400px, 100%); margin: auto; display: grid; grid-template-columns: repeat(6, 1fr); }
.difference-grid article { min-height: 230px; padding: 24px; border-right: 1px solid var(--line); text-align: center; }
.difference-grid article:last-child { border-right: 0; }
.quote-feature { width: min(1420px, calc(100% - 48px)); margin: 64px auto; display: grid; grid-template-columns: 1.2fr .8fr; border: 1px solid var(--line); background: radial-gradient(circle at 100% 0, rgba(96,26,113,.24), transparent 42%), #070507; }
.quote-image { min-height: 520px; background: url("../images/royal-leaf-about-lifestyle.jpg") center 44% / cover no-repeat; }
.quote-feature blockquote { margin: 0; padding: clamp(45px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.quote-feature blockquote > span { color: var(--purple-bright); font: 500 100px/.6 Georgia, serif; }
.quote-feature h2 { font-size: clamp(36px, 4vw, 56px); line-height: 1.05; }
.quote-feature p { color: var(--muted); font-size: 17px; line-height: 1.7; }

.contact-info { background: linear-gradient(180deg, rgba(5,5,4,.56), rgba(2,2,2,.68)); }
.contact-info > div:last-child { width: min(1400px, 100%); margin: auto; display: grid; grid-template-columns: repeat(4, minmax(220px, 280px)); justify-content: center; gap: 14px; }
.contact-info article { min-height: 230px; padding: 30px 22px; display: flex; flex-direction: column; align-items: center; border: 1px solid var(--line); background: linear-gradient(145deg, #0c0b09, #050504); text-align: center; }
.contact-info article > svg { width: 52px; height: 52px; margin-bottom: 20px; color: var(--gold-bright); }
.contact-info article p { margin: 3px 0; color: #e2dbd1; font-size: 14px; line-height: 1.5; }
.inline-location-link { display: inline-block; margin-top: 8px; color: var(--gold-bright) !important; font-weight: 700; text-decoration: underline !important; text-underline-offset: 3px; }
.hours-notice { margin: 12px 0 0; display: grid; gap: 3px; color: #d9d0c2; font-size: 12px; line-height: 1.5; }
.hours-notice strong { color: var(--gold-bright); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.contact-info .hours-notice { padding-top: 12px; border-top: 1px solid rgba(214,170,77,.24); }
.contact-form-section { display: grid; grid-template-columns: .95fr 1.05fr; border-block: 1px solid var(--line); background: rgba(5,5,4,.72); }
.contact-form-section > div:first-child { padding: clamp(50px, 7vw, 110px); }
.contact-form-section .section-title { margin: 0 0 12px; text-align: left; }
.contact-form-section .ornament { justify-content: flex-start; }
.contact-form-section > div:first-child > p { color: var(--muted); }
.contact-form-section form { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form-section label { display: grid; gap: 8px; color: var(--gold-bright); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.contact-form-section input, .contact-form-section textarea { width: 100%; padding: 14px 16px; border: 1px solid rgba(214,170,77,.52); border-radius: 0; outline: 0; color: white; background: rgba(0,0,0,.62); }
.contact-form-section input:focus, .contact-form-section textarea:focus { border-color: var(--gold-bright); box-shadow: 0 0 0 3px rgba(214,170,77,.12); }
.contact-form-section .full { grid-column: 1 / -1; }
.contact-form-section button.full { width: 100%; }
.contact-image { min-height: 750px; background: linear-gradient(135deg, rgba(72,20,84,.08), rgba(0,0,0,.2)), url("../images/royal-leaf-contact-lounge.jpg") center 48% / cover no-repeat; }

.member-entry-hero { min-height: 1020px; padding: 145px clamp(30px, 6vw, 110px) 70px; position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: #020202; }
.member-entry-photo { position: absolute; inset: 0; background: url("../images/royal-leaf-secret-members.jpg") 42% center / cover no-repeat; }
.member-entry-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.12), rgba(0,0,0,.78) 47%, rgba(0,0,0,.97) 72%), linear-gradient(0deg, rgba(0,0,0,.66), transparent 60%); }
.member-entry-copy { grid-column: 2; position: relative; z-index: 2; text-align: center; }
.member-entry-copy > img { width: 260px; height: 155px; object-fit: contain; }
.member-entry-copy h1 { margin: 12px 0 18px; font-size: clamp(48px, 5vw, 78px); line-height: .97; }
.member-entry-copy > p { color: #e4dbce; font: 500 17px/1.65 Georgia, serif; letter-spacing: .08em; text-transform: uppercase; }
.keypad-panel { width: min(520px, 100%); min-height: 520px; margin: 32px auto 0; padding: 30px; display: flex; flex-direction: column; align-items: center; border: 1px solid var(--gold-bright); background: radial-gradient(circle at 50% 0, rgba(94,27,111,.38), transparent 52%), rgba(7,4,8,.94); box-shadow: inset 0 0 0 5px rgba(0,0,0,.5), 0 30px 80px rgba(0,0,0,.55); }
.keypad-title { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--gold-bright); }
.keypad-title h2 { margin: 0; font: 500 20px/1 Georgia, serif; letter-spacing: .1em; text-transform: uppercase; }
.keypad-panel > p { color: #d6c69f; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.otp-wrap { margin: 14px 0 20px; }
.otp-slot { width: 62px; height: 60px; border: 1px solid var(--gold) !important; color: var(--gold-bright); background: rgba(0,0,0,.7); font: 500 26px/1 Georgia, serif; }
.number-pad { width: min(330px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.number-pad button { min-height: 52px; border: 1px solid rgba(214,170,77,.6); color: #f5ead8; background: linear-gradient(145deg, #120d0f, #050404); font: 500 19px/1 Georgia, serif; transition: .2s ease; }
.number-pad button:hover { border-color: var(--purple-bright); background: linear-gradient(145deg, #40104c, #140619); transform: translateY(-1px); }
.number-pad .enter { color: var(--gold-bright); font: 700 11px/1 Arial, sans-serif; text-transform: uppercase; }
.keypad-panel > small { margin-top: 18px; color: var(--gold); letter-spacing: .12em; text-transform: uppercase; }
.access-message { min-height: 450px; display: grid; place-items: center; align-content: center; gap: 15px; }
.access-message > svg { width: 72px; height: 72px; color: var(--gold-bright); }
.access-message h2 { margin: 0; color: var(--gold-bright); font: 500 30px/1.1 Georgia, serif; text-transform: uppercase; }
.access-message p { color: var(--muted); }
.member-benefit-details { padding: clamp(76px, 8vw, 120px) clamp(24px, 5vw, 80px); border-bottom: 1px solid rgba(214,170,77,.25); background: radial-gradient(circle at 50% 100%, rgba(82,21,95,.22), transparent 38%), #030303; }
.member-benefit-details > div:last-child { width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.member-benefit-details article { min-height: 150px; padding: 26px; display: flex; align-items: flex-start; gap: 22px; border: 1px solid rgba(214,170,77,.36); background: linear-gradient(145deg, rgba(15,12,10,.95), rgba(4,3,3,.95)); }
.member-benefit-details article:last-child { grid-column: 1 / -1; }
.member-benefit-details article > svg { width: 48px; height: 48px; flex: 0 0 auto; padding: 10px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); }
.member-benefit-details h3 { margin: 0 0 9px; color: var(--gold-bright); font: 500 19px/1.2 Georgia, serif; letter-spacing: .04em; text-transform: uppercase; }
.member-benefit-details p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.member-privileges > div:last-child { width: min(1300px, 100%); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.member-privileges article { padding: 25px; text-align: center; border-right: 1px solid var(--line); }
.member-privileges article:last-child { border-right: 0; }
.member-privileges article > svg { width: 58px; height: 58px; margin-bottom: 20px; color: var(--gold-bright); }
.member-privileges article p { color: var(--muted); font-size: 14px; }
.member-room { min-height: 500px; display: grid; place-items: center; border-bottom: 1px solid var(--line); background: linear-gradient(rgba(0,0,0,.9), rgba(0,0,0,.9)), url("../images/royal-leaf-secret-members.jpg") center 42% / cover no-repeat; scroll-margin-top: 86px; }
.member-room.open { background: linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.74)), url("../images/royal-leaf-secret-members.jpg") center 42% / cover no-repeat; }
.member-room > div { max-width: 760px; padding: 60px 30px; text-align: center; }
.member-room h2 { font-size: clamp(42px, 5vw, 70px); }
.member-room p { color: #eee7dc; font-size: 17px; line-height: 1.7; }

.member-hub { position: relative; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 0, rgba(89,24,101,.25), transparent 28%), #030303; scroll-margin-top: 88px; }
.member-hub-welcome { min-height: 520px; padding: clamp(72px, 8vw, 115px) 28px; position: relative; display: grid; place-items: center; align-content: center; overflow: hidden; border-bottom: 1px solid rgba(214,170,77,.45); background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.53), rgba(0,0,0,.88)), url("../images/royal-leaf-secret-members.jpg") center 42% / cover no-repeat; text-align: center; isolation: isolate; }
.member-hub-welcome::after { width: min(850px, 80vw); height: 240px; content: ""; position: absolute; left: 50%; bottom: -125px; z-index: -1; border-radius: 50%; background: rgba(106,35,121,.28); filter: blur(60px); transform: translateX(-50%); }
.member-hub-seal { width: 82px; height: 82px; margin-bottom: 16px; display: grid; place-items: center; border: 1px solid var(--gold-bright); border-radius: 50%; color: var(--gold-bright); background: radial-gradient(circle, rgba(97,30,113,.82), rgba(5,3,5,.94) 72%); box-shadow: inset 0 0 0 5px rgba(0,0,0,.46), 0 0 34px rgba(214,170,77,.26); }
.member-hub-seal svg { width: 40px; height: 40px; }
.member-hub-welcome > span { color: var(--gold-bright); font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.member-hub-welcome h2, .member-quick-access h2, .member-chat-heading h2 { margin: 12px 0 18px; color: var(--gold); background: linear-gradient(180deg,#fff1b5 0%,#f3cf70 28%,#c38a25 57%,#714005 79%,#efc45e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font: 500 clamp(44px, 5vw, 74px)/.98 Georgia, "Times New Roman", serif; letter-spacing: .035em; text-transform: uppercase; }
.member-hub-welcome > p { max-width: 720px; margin: 0; color: #f3ece2; font-size: 17px; line-height: 1.7; }
.member-hub-actions { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }

.member-dashboard-grid { width: min(1420px, calc(100% - 48px)); margin: -34px auto 0; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.member-dashboard-grid article { min-height: 285px; padding: 34px 30px; position: relative; overflow: hidden; border: 1px solid rgba(214,170,77,.58); background: radial-gradient(circle at 100% 0, rgba(94,27,111,.34), transparent 42%), linear-gradient(150deg, rgba(18,13,10,.98), rgba(4,3,3,.99)); box-shadow: 0 22px 60px rgba(0,0,0,.48); }
.member-dashboard-grid article::after { width: 100%; height: 2px; content: ""; position: absolute; inset: auto 0 0; background: linear-gradient(90deg, transparent, var(--purple-bright), var(--gold-bright), transparent); }
.member-dashboard-grid article > svg { width: 44px; height: 44px; margin-bottom: 28px; color: var(--gold-bright); }
.member-dashboard-grid article > span, .member-quick-access > div:first-child > span, .member-chat-heading span { display: flex; align-items: center; gap: 8px; color: var(--purple-bright); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.member-dashboard-grid h3 { margin: 9px 0 14px; color: var(--gold-bright); font: 500 22px/1.15 Georgia, serif; text-transform: uppercase; }
.member-dashboard-grid p { margin: 0; color: #cbc3b8; font-size: 14px; line-height: 1.7; }

.member-quick-access { width: min(1420px, calc(100% - 48px)); margin: 80px auto; padding: clamp(34px, 4vw, 58px); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 48px; border: 1px solid rgba(214,170,77,.44); background: radial-gradient(circle at 0 0, rgba(102,30,120,.35), transparent 47%), linear-gradient(120deg, #100512, #050404 68%); }
.member-quick-access > div:first-child > span svg, .member-chat-heading span svg { width: 17px; height: 17px; }
.member-quick-access h2 { max-width: 560px; margin-bottom: 0; font-size: clamp(34px, 4vw, 53px); line-height: 1.05; }
.member-quick-links { display: grid; gap: 10px; }
.member-quick-links a { min-height: 84px; padding: 18px 22px; display: flex; align-items: center; gap: 18px; border: 1px solid rgba(214,170,77,.3); color: #f4ede3; background: rgba(0,0,0,.38); text-decoration: none; transition: .25s ease; }
.member-quick-links a:hover { border-color: var(--gold-bright); background: rgba(77,20,90,.42); transform: translateX(4px); }
.member-quick-links a > svg { width: 30px; height: 30px; flex: 0 0 auto; color: var(--gold-bright); }
.member-quick-links span { display: grid; gap: 5px; color: var(--muted); font-size: 13px; }
.member-quick-links strong { color: var(--gold-bright); font: 500 17px/1.1 Georgia, serif; letter-spacing: .04em; text-transform: uppercase; }

#community-chat { scroll-margin-top: 24px; }
.member-chat { padding: clamp(76px, 8vw, 115px) clamp(20px, 4vw, 72px); border-top: 1px solid rgba(214,170,77,.3); background: radial-gradient(circle at 85% 8%, rgba(83,22,99,.24), transparent 31%), linear-gradient(180deg, #070506, #020202); }
.member-chat-heading { width: min(1420px, 100%); margin: 0 auto 38px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.member-chat-heading > div { max-width: 880px; }
.member-chat-heading h2 { margin-bottom: 12px; font-size: clamp(36px, 4.5vw, 64px); }
.member-chat-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.chat-refresh { min-height: 44px; padding-inline: 18px; border-color: rgba(214,170,77,.65) !important; border-radius: 0 !important; color: var(--gold-bright) !important; background: rgba(0,0,0,.5) !important; text-transform: uppercase; }
.chat-refresh:hover { background: rgba(82,22,97,.5) !important; }
.chat-refresh svg, .chat-send svg { width: 16px; height: 16px; }
.is-spinning { animation: chat-spin .85s linear infinite; }
@keyframes chat-spin { to { transform: rotate(360deg); } }

.member-chat-shell { width: min(1420px, 100%); min-height: 760px; margin: auto; display: grid; grid-template-columns: 300px 1fr; border: 1px solid rgba(214,170,77,.58); background: #080607; box-shadow: 0 32px 90px rgba(0,0,0,.58); }
.chat-profile-panel { padding: 32px 26px; border-right: 1px solid rgba(214,170,77,.42); background: radial-gradient(circle at 50% 0, rgba(102,31,119,.43), transparent 36%), linear-gradient(180deg, #0d090e, #050404); }
.chat-profile-mark { width: 58px; height: 58px; margin-bottom: 22px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); background: rgba(0,0,0,.56); }
.chat-profile-mark svg { width: 28px; }
.chat-profile-panel h3 { margin: 0 0 10px; color: var(--gold-bright); font: 500 22px/1.1 Georgia, serif; text-transform: uppercase; }
.chat-profile-panel > p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.chat-profile-panel > label, .chat-compose > label { display: block; margin: 0 0 8px; color: #d9bc71; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.chat-profile-panel input { height: 46px; border-color: rgba(214,170,77,.52); border-radius: 0; color: white; background: rgba(0,0,0,.56); }
.chat-profile-panel input:focus { border-color: var(--gold-bright); box-shadow: 0 0 0 3px rgba(214,170,77,.12); }
.chat-room-note { margin-top: 26px; padding: 17px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid rgba(161,68,194,.5); background: rgba(72,16,83,.25); }
.chat-room-note > svg { width: 22px; flex: 0 0 auto; color: var(--purple-bright); }
.chat-room-note p { margin: 0; color: #d4cbd8; font-size: 12px; line-height: 1.5; }
.chat-room-note strong { color: #f0dfff; text-transform: uppercase; }
.chat-code { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(214,170,77,.28); }
.chat-code h4 { margin: 0 0 14px; color: var(--gold-bright); font: 500 15px/1 Georgia, serif; text-transform: uppercase; }
.chat-code ul { margin: 0; padding: 0 0 0 17px; display: grid; gap: 9px; color: #bdb3a6; font-size: 12px; line-height: 1.45; }

.chat-main-panel { min-width: 0; background: linear-gradient(180deg, #0a0808, #050404); }
.chat-main-panel [data-slot="tabs"] { height: 100%; gap: 0; }
.chat-tabs { width: 100%; height: 64px !important; padding: 0 24px !important; justify-content: flex-start !important; gap: 18px !important; border-bottom: 1px solid rgba(214,170,77,.3); }
.chat-tabs [data-slot="tabs-trigger"] { flex: 0 0 auto; height: 64px; padding-inline: 8px; color: #a99e90; font: 700 11px/1 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.chat-tabs [data-slot="tabs-trigger"][data-state="active"] { color: var(--gold-bright); }
.chat-tabs [data-slot="tabs-trigger"]::after { background: linear-gradient(90deg, var(--purple-bright), var(--gold-bright)); }
.chat-tab-content { min-height: 695px; display: grid; grid-template-rows: auto 1fr auto; }
.chat-room-title { min-height: 76px; padding: 14px 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(214,170,77,.2); background: rgba(0,0,0,.24); }
.chat-room-title > div { display: flex; align-items: center; gap: 13px; }
.chat-room-title > div > i { width: 10px; height: 10px; border-radius: 50%; background: var(--purple-bright); box-shadow: 0 0 14px rgba(161,68,194,.8); }
.chat-room-title h3 { margin: 0; color: #f5ead6; font: 500 19px/1.1 Georgia, serif; text-transform: uppercase; }
.chat-room-title p { margin: 5px 0 0; color: #9f9588; font-size: 12px; }
.chat-room-title > span { display: flex; align-items: center; gap: 8px; color: #c9bead; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.chat-room-title > span i { width: 7px; height: 7px; border-radius: 50%; background: #6ed289; box-shadow: 0 0 9px rgba(110,210,137,.72); }

.chat-message-scroller { min-height: 0; height: 480px; background: radial-gradient(circle at 100% 0, rgba(83,22,99,.12), transparent 35%), #060505; }
.chat-message-list { padding: 24px 26px; gap: 18px !important; }
.chat-message { align-items: flex-end; }
.chat-message [data-slot="message-avatar"] { background: transparent; }
.chat-avatar { width: 36px; height: 36px; border: 1px solid rgba(214,170,77,.65); color: var(--gold-bright); background: linear-gradient(145deg, #4b1859, #130717); }
.chat-avatar [data-slot="avatar-fallback"] { color: var(--gold-bright); background: transparent; font-size: 11px; font-weight: 700; }
.chat-message [data-slot="message-header"], .chat-message [data-slot="message-footer"] { padding-inline: 4px; color: #9f9588; }
.chat-message [data-slot="message-header"] { color: var(--gold-bright); font-size: 11px; letter-spacing: .05em; }
.chat-bubble { width: fit-content; max-width: min(680px, 90%); padding: 13px 16px; border: 1px solid rgba(214,170,77,.29); border-radius: 2px 14px 14px 14px; color: #f0e9df; background: linear-gradient(145deg, rgba(29,21,17,.96), rgba(11,8,8,.97)); font-size: 14px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.chat-loading { min-height: 300px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--gold); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.chat-loading svg { width: 20px; }
.chat-empty { min-height: 360px; border: 0; color: var(--muted); }
.chat-empty [data-slot="empty-icon"] { color: var(--gold-bright); background: rgba(83,22,99,.4); }
.chat-empty [data-slot="empty-title"] { color: var(--gold-bright); font-family: Georgia, serif; text-transform: uppercase; }
.chat-scroll-button { border-color: rgba(214,170,77,.5) !important; color: var(--gold-bright) !important; background: #16091a !important; }

.chat-compose { padding: 18px 24px 22px; border-top: 1px solid rgba(214,170,77,.28); background: #090707; }
.chat-compose > div:nth-of-type(1) { display: grid; grid-template-columns: 1fr 118px; gap: 10px; }
.chat-compose textarea { min-height: 74px; max-height: 130px; resize: vertical; border-color: rgba(214,170,77,.48); border-radius: 0; color: white; background: rgba(0,0,0,.55); }
.chat-compose textarea:focus { border-color: var(--gold-bright); box-shadow: 0 0 0 3px rgba(214,170,77,.12); }
.chat-send { min-height: 74px; border: 1px solid #f5d77d !important; border-radius: 0 !important; color: #fff4cf !important; background: linear-gradient(112deg,#4e2c05,#c28a2d 28%,#6e3c05 52%,#e4b950 76%,#4b2a04) !important; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.chat-compose-meta { margin-top: 9px; display: flex; justify-content: space-between; gap: 20px; color: #887f73; font-size: 10px; }
.chat-compose-meta strong { color: #e2a0ef; font-weight: 600; }

@media (max-width: 980px) {
  .member-dashboard-grid { grid-template-columns: 1fr; }
  .member-dashboard-grid article { min-height: 220px; }
  .member-quick-access { grid-template-columns: 1fr; }
  .member-chat-shell { grid-template-columns: 1fr; }
  .chat-profile-panel { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; border-right: 0; border-bottom: 1px solid rgba(214,170,77,.42); }
  .chat-profile-mark { grid-row: 1 / span 2; }
  .chat-profile-panel > p, .chat-profile-panel > label, .chat-profile-panel > input, .chat-room-note, .chat-code { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .member-hub-welcome { min-height: 580px; padding-inline: 20px; }
  .member-hub-actions, .member-hub-actions .royal-button { width: 100%; }
  .member-dashboard-grid, .member-quick-access { width: calc(100% - 28px); }
  .member-dashboard-grid { margin-top: -24px; }
  .member-dashboard-grid article { padding: 30px 24px; }
  .member-quick-access { margin-block: 55px; padding: 34px 22px; gap: 30px; }
  .member-quick-links a { padding: 17px 14px; }
  .member-chat { padding: 65px 14px; }
  .member-chat-heading { align-items: stretch; flex-direction: column; }
  .chat-refresh { width: 100%; }
  .chat-profile-panel { padding: 28px 20px; }
  .chat-tabs { height: auto !important; padding: 8px 10px !important; gap: 5px !important; overflow-x: auto; }
  .chat-tabs [data-slot="tabs-trigger"] { height: 50px; font-size: 10px; }
  .chat-room-title { padding: 14px 16px; }
  .chat-room-title > span { display: none; }
  .chat-message-scroller { height: 430px; }
  .chat-message-list { padding: 20px 14px; }
  .chat-bubble { max-width: 96%; }
  .chat-compose { padding: 16px 14px 18px; }
  .chat-compose > div:nth-of-type(1) { grid-template-columns: 1fr; }
  .chat-send { min-height: 50px; }
  .chat-compose-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
}

/* WordPress theme integration */
body.admin-bar .site-header { top: 32px; }
.wp-mobile-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); color: var(--gold-bright); background: rgba(0,0,0,.76); font-size: 22px; }
.wp-mobile-nav { position: fixed; inset: 80px 0 auto; z-index: 58; padding: 20px; border-bottom: 1px solid var(--line); background: rgba(3,3,3,.98); }
.wp-mobile-nav a { padding: 15px; display: block; border-bottom: 1px solid rgba(214,170,77,.22); color: var(--gold-bright); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.page-hero-members .hero-image { background-image: url("../images/royal-leaf-secret-members.jpg"); background-position: center 42%; }
.page-hero-members .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.66) 48%, rgba(0,0,0,.24)), linear-gradient(0deg, rgba(0,0,0,.82), transparent 65%); }
.hero-copy em { color: #c565e2; background: linear-gradient(180deg,#ffd7ff,#c768e4 45%,#56136d 80%,#edb3ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-style: normal; }
.wp-content-shell { min-height: 70vh; padding: 170px 24px 90px; }
.wp-content-shell article { width: min(1000px, 100%); margin: auto; }
.wp-content-shell h1 { color: var(--gold-bright); font: 500 clamp(42px, 6vw, 72px)/1 Georgia, serif; text-transform: uppercase; }
.wp-gallery-grid { width: min(1420px, calc(100% - 48px)); margin: 0 auto; padding-bottom: 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.wp-gallery-grid figure { min-height: 340px; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #080705; }
.wp-gallery-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .65s ease; }
.wp-gallery-grid figure:hover img { transform: scale(1.05); }
.story-section { width: min(1420px, calc(100% - 48px)); min-height: 560px; margin: 70px auto; display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line); background: #060504; }
.story-section > div:first-child { padding: clamp(42px,6vw,90px); display: flex; flex-direction: column; justify-content: center; }
.story-section > div:first-child > span { color: var(--purple-bright); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.story-section h2 { margin: 12px 0 20px; color: var(--gold-bright); font: 500 clamp(38px,4vw,58px)/1.05 Georgia,serif; text-transform: uppercase; }
.story-section p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.story-image { min-height: 560px; background: url("../images/royal-leaf-community-night.jpg") center / cover no-repeat; }
.wp-member-entry { min-height: 720px; padding: 80px 24px; background: radial-gradient(circle at 50% 0, rgba(86,22,101,.38), transparent 36%), #030303; }
.wp-keypad, .wp-member-hub { width: min(760px, 100%); margin: 0 auto; padding: clamp(28px,5vw,58px); border: 1px solid var(--line); background: linear-gradient(145deg,#160a1b,#050404 70%); box-shadow: 0 28px 80px rgba(0,0,0,.58); text-align: center; }
.wp-keypad h2, .wp-member-hub h2 { margin: 0 0 20px; color: var(--gold-bright); font: 500 clamp(32px,5vw,52px)/1 Georgia,serif; text-transform: uppercase; }
.wp-code-dots { margin: 22px 0; color: var(--gold-bright); font-size: 30px; letter-spacing: .5em; }
.wp-keypad-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.wp-keypad-grid button { min-height: 64px; border: 1px solid rgba(214,170,77,.58); color: var(--gold-bright); background: rgba(0,0,0,.55); font: 600 18px Georgia,serif; cursor: pointer; }
.wp-keypad-grid button:hover { background: rgba(86,22,101,.58); }
.wp-member-hub { width: min(1120px,100%); text-align: left; }
.wp-member-hub > span { color: var(--purple-bright); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.wp-chat { margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(214,170,77,.34); }
.wp-chat-messages { height: 420px; padding: 18px; overflow-y: auto; border: 1px solid rgba(214,170,77,.34); background: #040303; }
.wp-chat-messages article { margin-bottom: 14px; padding: 14px 16px; border: 1px solid rgba(214,170,77,.25); background: #0d0909; }
.wp-chat-messages strong { color: var(--gold-bright); }
.wp-chat-messages p { margin: 7px 0; color: #eee7dd; }
.wp-chat-messages small { color: #8f8578; }
.wp-chat form { margin-top: 16px; display: grid; grid-template-columns: 240px 1fr auto; gap: 10px; }
.wp-chat input, .wp-chat textarea { min-height: 52px; padding: 14px; border: 1px solid rgba(214,170,77,.45); border-radius: 0; color: white; background: #050404; }
.wp-chat textarea { min-height: 72px; resize: vertical; }
.screen-reader-text { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(1px,1px,1px,1px); }
.contact-form h2 { color: var(--gold-bright); font: 500 clamp(36px,4vw,56px)/1 Georgia,serif; text-transform: uppercase; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 46px 1fr 46px; }
  .wp-mobile-toggle { display: grid; grid-column: 3; grid-row: 1; place-items: center; justify-self: end; }
  .story-section { grid-template-columns: 1fr; }
  .wp-gallery-grid { grid-template-columns: repeat(2,1fr); }
  .wp-chat form { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body.admin-bar .site-header { top: 46px; }
  .wp-mobile-nav { top: 80px; }
  body.admin-bar .wp-mobile-nav { top: 126px; }
  .wp-gallery-grid { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .wp-gallery-grid figure { min-height: 330px; }
  .story-section { width: calc(100% - 28px); margin: 34px auto; }
  .story-section > div:first-child { padding: 36px 24px; }
  .story-image { min-height: 340px; }
  .membership-hero-single img { object-position: 61% 46%; }
  .wp-member-entry { padding: 46px 14px; }
  .wp-keypad, .wp-member-hub { padding: 28px 18px; }
}

.site-footer { position: relative; z-index: 44; overflow: hidden; isolation: isolate; border-top: 1px solid var(--line); background: #020202; }
.site-footer::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(2,2,2,.82), rgba(7,3,2,.7)), url("../images/royal-leaf-events-contact-brick.jpg") center / cover no-repeat; }
.site-footer::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.42), transparent 34%, transparent 66%, rgba(0,0,0,.46)), linear-gradient(0deg, rgba(2,2,2,.85), transparent 62%); }
.footer-smoke-overlay { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; opacity: .68; mix-blend-mode: screen; }
.footer-smoke-overlay i { width: clamp(190px, 22vw, 390px); height: clamp(360px, 52vw, 660px); position: absolute; left: 6%; bottom: -57%; border-radius: 50%; filter: blur(28px); background: radial-gradient(ellipse at 50% 80%, rgba(245,237,222,.23), rgba(124,65,145,.15) 40%, transparent 73%); animation: footer-smoke-rise 19s ease-in-out infinite; }
.footer-smoke-overlay i:nth-child(2) { left: 25%; animation-delay: -8s; animation-duration: 23s; }
.footer-smoke-overlay i:nth-child(3) { left: 46%; width: clamp(150px, 18vw, 320px); animation-delay: -14s; animation-duration: 21s; }
.footer-smoke-overlay i:nth-child(4) { left: 67%; animation-delay: -4s; animation-duration: 25s; }
.footer-smoke-overlay i:nth-child(5) { left: 86%; width: clamp(150px, 19vw, 330px); animation-delay: -11s; animation-duration: 22s; }
@keyframes footer-smoke-rise { 0% { opacity: 0; transform: translate3d(-18px, 90px, 0) scale(.5) rotate(-8deg); } 15% { opacity: .56; } 60% { opacity: .2; transform: translate3d(28px, -55%, 0) scale(1.2) rotate(9deg); } 100% { opacity: 0; transform: translate3d(-24px, -130%, 0) scale(1.7) rotate(-5deg); } }
.footer-grid, .footer-bottom { position: relative; z-index: 2; }
.footer-grid { width: min(1400px, calc(100% - 48px)); min-height: 280px; margin: auto; padding: 42px 0; display: grid; grid-template-columns: 1.2fr .7fr 1fr .7fr; gap: 40px; }
.footer-grid > div { padding-left: 32px; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; border-left: 1px solid rgba(214,170,77,.34); }
.footer-grid > div:first-child { padding-left: 0; border-left: 0; }
.footer-brand { align-items: center !important; text-align: center; }
.footer-brand > a { display: block; }
.footer-brand img { width: 220px; height: 110px; object-fit: contain; }
.footer-brand p { max-width: 300px; color: #bfb7ab; font-size: 13px; line-height: 1.6; }
.footer-grid h3 { margin: 18px 0 8px; color: var(--gold-bright); font: 500 15px/1 Georgia, serif; text-transform: uppercase; }
.footer-grid a, .footer-grid p { margin: 0; color: #cfc8bd; font-size: 13px; line-height: 1.6; text-decoration: none; }
.footer-grid a:hover { color: var(--gold-bright); }
.footer-grid p svg, .footer-grid a > svg { width: 15px; margin-right: 6px; display: inline; color: var(--gold); vertical-align: -3px; }
.social-row { display: flex; gap: 14px; margin-bottom: 12px; }
.social-row a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-bright); }
.footer-grid .royal-button { margin-top: 12px; }
.footer-grid .royal-button + .royal-button { margin-top: 2px; }
.footer-bottom { min-height: 58px; padding: 18px max(24px, calc((100vw - 1400px)/2)); display: flex; justify-content: space-between; color: #847b6d; border-top: 1px solid rgba(214,170,77,.18); font-size: 11px; }
.footer-bottom a { text-decoration: none; }
.footer-bottom i { width: 1px; height: 12px; margin: 0 12px; display: inline-block; background: var(--gold); vertical-align: middle; }

.mobile-sheet { border-color: var(--line) !important; color: var(--cream) !important; background: radial-gradient(circle at 100% 0, rgba(93,31,109,.32), transparent 40%), #050404 !important; }
.mobile-sheet h2 { color: var(--gold-bright); font: 500 27px/1 Georgia, serif; text-transform: uppercase; }
.mobile-sheet p { color: var(--muted); }
.mobile-nav { padding: 10px 20px 10px 88px; position: relative; display: grid; overflow: visible; }
.wp-mobile-nav[hidden], .mobile-nav[hidden] { display: none !important; }
.mobile-nav a { padding: 18px 4px; position: relative; z-index: 2; border-bottom: 1px solid rgba(214,170,77,.26); color: #eee7db; font: 500 17px/1 Georgia, serif; text-decoration: none; text-transform: uppercase; }
.mobile-nav .mobile-member { margin-top: 20px; padding: 17px; border: 1px solid var(--gold); color: var(--gold-bright); background: rgba(79,24,93,.28); text-align: center; }
.mobile-cigar-pointer { width: 96px; height: 64px; position: absolute; left: -7px; top: 5px; z-index: 3; display: block; pointer-events: none; animation: mobile-cigar-guide 10.5s cubic-bezier(.55,.08,.35,.96) infinite; filter: drop-shadow(0 6px 7px rgba(0,0,0,.8)); will-change: transform; }
.mobile-cigar-pointer img { width: 96px; height: 64px; max-width: none; display: block; object-fit: contain; transform: rotate(-8deg); }
.mobile-cigar-pointer::after { content: ""; width: 9px; height: 13px; position: absolute; left: 7px; top: 49px; z-index: 5; border-radius: 55% 55% 42% 42%; background: linear-gradient(180deg,#fffbd4 0%,#ffd769 34%,#ff7a20 74%,#a92808 100%); clip-path: polygon(50% 0, 78% 34%, 100% 64%, 80% 100%, 20% 100%, 0 64%, 22% 34%); box-shadow: 0 0 5px #fff1a4, 0 0 12px 4px rgba(255,105,21,.82), 0 0 22px 8px rgba(166,42,8,.48); transform-origin: 50% 88%; animation: cigar-ember-pulse 1.35s ease-in-out infinite; }
.mobile-cigar-smoke { width: 20px; height: 28px; position: absolute; left: 1px; top: 26px; z-index: 4; border: 2px solid rgba(240,236,226,.38); border-color: rgba(240,236,226,.4) transparent transparent rgba(240,236,226,.16); border-radius: 50%; opacity: 0; filter: blur(1.5px); animation: nav-cigar-smoke 3.2s ease-out infinite; }
.mobile-cigar-smoke.smoke-two { left: 7px; top: 26px; animation-delay: -1.1s; }
.mobile-cigar-smoke.smoke-three { left: 13px; top: 26px; animation-delay: -2.15s; }
@keyframes mobile-cigar-guide { 0%, 10% { transform: translateY(0); } 17%, 25% { transform: translateY(54px); } 32%, 40% { transform: translateY(108px); } 47%, 55% { transform: translateY(162px); } 62%, 70% { transform: translateY(216px); } 77%, 85% { transform: translateY(270px); } 92%, 100% { transform: translateY(345px); } }
@keyframes cigar-ember-pulse { 0%, 100% { transform: translateY(1px) rotate(28deg) scale(.78,.9); filter: brightness(.9); } 50% { transform: translateY(0) rotate(20deg) scale(1.05,1.18); filter: brightness(1.45); } }
@keyframes nav-cigar-smoke { 0% { opacity: 0; transform: translate3d(0,7px,0) scale(.55) rotate(0); } 22% { opacity: .5; } 100% { opacity: 0; transform: translate3d(-15px,-35px,0) scale(1.45) rotate(22deg); } }

@media (max-width: 1180px) {
  .site-header { height: 96px; grid-template-columns: 170px 1fr auto; gap: 22px; }
  .header-logo, .header-logo img { width: 165px; height: 76px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 10px; }
  .site-header > .royal-button { min-height: 42px; padding: 0 16px; font-size: 10px; }
  .perk-grid, .difference-grid { grid-template-columns: repeat(3, 1fr); }
  .difference-grid article:nth-child(3), .difference-grid article:nth-child(6) { border-right: 0; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .annual-membership-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .annual-membership-grid article.featured { transform: none; }
  .event-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-info > div:last-child { grid-template-columns: repeat(3, minmax(210px, 280px)); justify-content: center; }
  .contact-info article:last-child { grid-column: 2; }
  .story-section { grid-template-columns: 1fr; }
  .story-image { min-height: 480px; }
  .about-manifesto { grid-template-columns: 1fr; }
  .house-code { min-height: 380px; }
}

@media (max-width: 920px) {
  .site-header { padding: 7px 20px; grid-template-columns: 44px 1fr 44px; background: rgba(0,0,0,.92); backdrop-filter: blur(15px); }
  .header-logo { grid-column: 2; justify-self: center; }
  .header-logo, .header-logo img { width: 160px; height: 76px; }
  .desktop-nav, .site-header > .royal-button { display: none; }
  .mobile-menu, .wp-mobile-toggle { grid-column: 3; grid-row: 1; display: inline-flex; justify-self: end; border-color: var(--gold); color: var(--gold-bright); background: #0a0908; }
  .page-hero { min-height: max(760px, 100svh); padding: 138px 28px 70px; align-items: flex-end; }
  .hero-image { background-position: 68% center; }
  .page-hero-home .hero-image { background-position: 68% 34%; animation: none; transform: none; }
  .page-hero-membership .hero-image, .page-hero-about .hero-image, .page-hero-experience .hero-image { background-position: 62% center; }
  .page-hero-events .hero-image, .page-hero-contact .hero-image { background-position: 64% center; }
  .page-hero-contact .hero-image { background-position: 58% center; }
  .page-hero-gallery .hero-image { background-position: 56% center; }
  .hero-copy, .page-hero-membership .hero-copy { width: min(680px, 100%); padding-bottom: 0; }
  .hero-copy h1, .page-hero-membership .hero-copy h1 { font-size: clamp(48px, 10vw, 76px); line-height: 1; }
  .hero-copy h2 { font-size: clamp(18px, 4.2vw, 27px); }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.38)), linear-gradient(0deg, rgba(0,0,0,.95) 0, rgba(0,0,0,.52) 65%, rgba(0,0,0,.15)); }
  .hero-copy { width: min(680px, 100%); }
  .split-feature, .private-events, .quote-feature { grid-template-columns: 1fr; }
  .feature-image, .private-image, .quote-image { min-height: 420px; }
  .home-member-teaser, .legacy-panel { align-items: flex-start; flex-direction: column; }
  .privilege-band { grid-template-columns: repeat(3, 1fr); }
  .privilege-band div:nth-child(3) { border-right: 0; }
  .membership-lifestyle { grid-template-columns: 1fr; }
  .membership-card-photo { min-height: 480px; border-right: 0; border-bottom: 1px solid rgba(214,170,77,.45); }
  .experience-rows article, .experience-rows article.reverse { grid-template-columns: 1fr; }
  .experience-rows article.reverse .experience-photo { order: 0; }
  .signature-touches > div:last-child { grid-template-columns: repeat(5, minmax(180px, 1fr)); overflow-x: auto; }
  .gallery-ribbon { min-height: 460px; grid-template-columns: repeat(2, 1fr); }
  .gallery-ribbon i:last-child { display: none; }
  .first-year-photo-grid { grid-template-columns: 1fr 1fr; }
  .first-year-photo.feature { grid-column: 1 / -1; grid-row: auto; }
  .first-year-video-grid { grid-template-columns: 1fr; }
  .contact-form-section { grid-template-columns: 1fr; }
  .contact-info > div:last-child { grid-template-columns: repeat(2, minmax(220px, 320px)); justify-content: center; }
  .contact-info article:last-child { grid-column: auto; }
  .contact-image { min-height: 480px; }
  .member-entry-hero { min-height: 1120px; padding: 140px 28px 70px; grid-template-columns: 1fr; align-items: end; }
  .member-entry-hero::after { background: linear-gradient(0deg, rgba(0,0,0,.97) 0, rgba(0,0,0,.7) 72%, rgba(0,0,0,.15)); }
  .member-entry-copy { grid-column: 1; }
  .member-entry-photo { background-position: 48% center; }
  .member-benefit-details > div:last-child { grid-template-columns: 1fr; }
  .member-benefit-details article:last-child { grid-column: auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .membership-in-person { align-items: stretch; flex-direction: column; }
  .membership-in-person-actions { justify-content: flex-start; }
  .footer-grid > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .anniversary-ticket-feature { grid-template-columns: .9fr 1.1fr; }
  .nfl-sundays-feature { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 640px) {
  .nfl-home-banner-link { min-height: 128px; padding: 14px; display: grid; grid-template-columns: 1fr; gap: 10px; text-align: center; }
  .nfl-banner-label, .nfl-banner-cta { justify-self: center; }
  .nfl-banner-marquee { width: 100%; }
  .nfl-banner-cta { padding: 10px 14px; }
  .friday-home-banner-link { min-height: 168px; padding: 14px; display: grid; grid-template-columns: 1fr; gap: 10px; text-align: center; }
  .friday-banner-art { width: 62px; height: 62px; justify-self: center; }
  .friday-banner-label, .friday-banner-cta { justify-self: center; }
  .friday-banner-marquee { width: 100%; }
  .friday-banner-cta { padding: 10px 14px; }
  .were-back-popup { padding: 10px; }
  .were-back-card { padding: 8px; }
  .were-back-card img { max-height: calc(100vh - 72px); }
  .site-header { height: 80px; padding-inline: 14px; grid-template-columns: 42px 1fr 42px; }
  .header-logo, .header-logo img { width: 142px; height: 66px; }
  .page-hero { min-height: max(720px, 100svh); padding: 118px 22px 58px; }
  .page-hero-home .hero-image { background-position: 67% 32%; transform: none; }
  .membership-hero-single img { object-position: 61% 46%; }
  .hero-copy h1, .page-hero-membership .hero-copy h1 { font-size: clamp(42px, 12.5vw, 62px); line-height: 1.02; }
  .hero-copy h2 { font-size: clamp(17px, 5vw, 23px); line-height: 1.25; }
  .hero-copy p { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .royal-button {
    width: 100%;
    animation: none;
    background-position: 50% 0;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: color .18s ease, border-color .18s ease;
  }
  .hero-actions .royal-button::after { display: none; animation: none; }
  .hero-actions .royal-button:hover { transform: translateZ(0); filter: none; }
  .hero-actions .royal-button:active { transform: translate3d(0, 2px, 0); }
  .curated-brick-parallax { background-attachment: scroll; }
  .icon-section, .pricing-section, .events-section, .member-privileges, .difference-section, .contact-info, .signature-touches { padding: 65px 20px; }
  .perk-grid { grid-template-columns: 1fr; gap: 18px; }
  .perk-grid article { min-height: 370px; }
  .perk-copy { padding: 28px 24px; }
  .difference-grid { grid-template-columns: repeat(2, 1fr); }
  .difference-grid article { padding: 22px 14px; border-bottom: 1px solid rgba(214,170,77,.3); }
  .difference-grid article:nth-child(3) { border-right: 1px solid rgba(214,170,77,.46); }
  .difference-grid article:nth-child(even) { border-right: 0; }
  .split-feature, .private-events, .quote-feature, .story-section { width: calc(100% - 28px); margin: 34px auto; }
  .home-member-teaser, .legacy-panel, .about-manifesto { width: calc(100% - 28px); margin: 34px auto; padding: 32px 24px; }
  .feature-image, .private-image, .quote-image, .story-image { min-height: 340px; }
  .feature-copy { padding: 36px 24px; }
  .event-grid { grid-template-columns: 1fr; }
  .event-grid article { min-height: 450px; }
  .closing-cta { padding: 44px 22px; display: grid; text-align: center; }
  .closing-cta .royal-button { width: 100%; }
  .closing-cta-actions { display: grid; justify-content: stretch; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-grid article.featured { transform: none; }
  .annual-membership-section { padding: 65px 20px; }
  .annual-membership-grid { grid-template-columns: 1fr; }
  .privilege-band { grid-template-columns: repeat(2, 1fr); padding: 25px 14px; }
  .privilege-band div { border-bottom: 1px solid rgba(214,170,77,.26); }
  .privilege-band div:nth-child(3) { border-right: 1px solid rgba(214,170,77,.36); }
  .privilege-band div:nth-child(even) { border-right: 0; }
  .membership-section-heading > div { gap: 10px; }
  .membership-section-heading i { width: 38px; }
  .membership-section-heading p { font-size: 10px; letter-spacing: .19em; }
  .membership-lifestyle { width: calc(100% - 28px); }
  .membership-card-photo { min-height: 360px; }
  .membership-lifestyle-copy { padding: 34px 22px; }
  .membership-in-person { align-items: stretch; flex-direction: column; }
  .membership-in-person-actions { justify-content: stretch; }
  .membership-in-person-actions .royal-button { width: 100%; }
  .membership-closing { min-height: 280px; padding-inline: 22px; }
  .anniversary-banner { width: calc(100% - 28px); min-height: 230px; padding: 28px 18px; }
  .anniversary-banner h2 { flex-direction: column; gap: 4px; }
  .anniversary-number-wrap { width: min(250px, 76vw); }
  .anniversary-number { font-size: clamp(112px, 40vw, 170px); }
  .anniversary-fireworks { inset: -14% -7% 2%; }
  .anniversary-fireworks > span { width: clamp(18px, 7vw, 30px); height: clamp(18px, 7vw, 30px); }
  .anniversary-fireworks > span:nth-child(1), .anniversary-fireworks > span:nth-child(3), .anniversary-fireworks > span:nth-child(5), .anniversary-fireworks > span:nth-child(7) { --firework-rise: -118px; }
  .anniversary-fireworks > span:nth-child(2), .anniversary-fireworks > span:nth-child(4), .anniversary-fireworks > span:nth-child(6), .anniversary-fireworks > span:nth-child(8) { --firework-rise: -152px; }
  .anniversary-label { justify-items: center; gap: 9px; }
  .anniversary-year { padding-left: .34em; font-size: clamp(24px, 8vw, 36px); }
  .anniversary-word { font-size: clamp(35px, 11vw, 54px); }
  .gold-cigar-divider { width: calc(100% - 28px); height: 122px; margin: -36px auto 22px; }
  .gold-cigar-divider::before, .gold-cigar-divider::after { width: calc(50% - 100px); }
  .gold-cigar-divider img { width: 205px; }
  .anniversary-ticket-feature { width: calc(100% - 28px); margin: 34px auto; grid-template-columns: 1fr; }
  .anniversary-ticket-art { padding: 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .anniversary-ticket-copy { padding: 36px 22px; }
  .anniversary-ticket-copy .royal-button { width: 100%; }
  .nfl-sundays-feature { width: calc(100% - 28px); margin: 34px auto; grid-template-columns: 1fr; }
  .nfl-flyer-frame { padding: 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .nfl-sundays-copy { padding: 36px 22px; }
  .nfl-sundays-highlights { grid-template-columns: 1fr; }
  .nfl-sundays-highlights span { border-right: 0; border-bottom: 1px solid rgba(214,170,77,.3); }
  .nfl-sundays-highlights span:last-child { border-bottom: 0; }
  .mini-perks { grid-template-columns: 1fr; }
  .experience-photo { min-height: 340px; }
  .membership-parallax { background-attachment: scroll; }
  .experience-rows { padding: 52px 14px; gap: 38px; }
  .experience-rows article > div:last-child { padding: 38px 24px; }
  .story-pillars { grid-template-columns: 1fr; }
  .gallery-parallax { padding-bottom: 55px; background-attachment: scroll; }
  .gallery-intro, .photo-story-section, .first-year-film-section { width: calc(100% - 28px); margin-bottom: 34px; padding: 30px 18px; }
  .gallery-section-heading { grid-template-columns: 1fr; }
  .gallery-section-heading span { grid-row: auto; padding: 0 0 10px; justify-items: start; border-right: 0; border-bottom: 1px solid rgba(214,170,77,.48); writing-mode: initial; transform: none; }
  .gallery-section-heading h2 { margin-top: 16px; }
  .first-year-photo-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .first-year-photo.feature { grid-column: auto; }
  .video-caption { min-height: auto; padding: 21px 20px; }
  .story-pillars article { border-right: 0; border-bottom: 1px solid var(--line); }
  .about-manifesto { padding: 0; }
  .about-motion-gallery { padding: 62px 0; }
  .about-motion-heading { width: calc(100% - 40px); }
  .about-carousel-window { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: thin; }
  .about-carousel-track { animation-duration: 36s; }
  .about-carousel-card { width: min(78vw, 330px); }
  .about-manifesto > div:first-child { padding: 38px 24px; }
  .house-code { min-height: auto; grid-template-columns: 1fr; }
  .house-code article { min-height: 180px; border-left: 0; border-top: 1px solid rgba(214,170,77,.38); }
  .contact-info > div:last-child { grid-template-columns: 1fr; }
  .contact-form-section > div:first-child { padding: 55px 22px; }
  .contact-form-section form { grid-template-columns: 1fr; }
  .contact-form-section label { grid-column: 1; }
  .contact-image { min-height: 380px; }
  .member-entry-hero { min-height: 1080px; padding-inline: 16px; }
  .member-entry-copy > img { width: 210px; }
  .keypad-panel { padding: 22px 14px; }
  .otp-slot { width: 53px; height: 54px; }
  .member-benefit-details { padding: 65px 20px; }
  .member-benefit-details article { padding: 22px 18px; }
  .member-privileges > div:last-child { grid-template-columns: repeat(2, 1fr); }
  .member-privileges article { border-bottom: 1px solid var(--line); }
  .member-privileges article:nth-child(even) { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { min-height: auto; padding: 24px 0; border-left: 0; border-bottom: 1px solid rgba(214,170,77,.22); }
  .footer-bottom { gap: 16px; flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .anniversary-fireworks > span { animation: none; opacity: .72; transform: translateY(-58px) scale(.85); }
  .anniversary-fireworks > span::after { display: none; }
  .about-carousel-track { animation: none !important; }
  .about-carousel-window { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .mobile-cigar-pointer { animation: none !important; }
  .mobile-cigar-smoke { display: none; }
}

/* Final mobile hero safety pass: keep the image, title, and controls inside
   the viewport on every page, including short mobile browsers. */
@media (max-width: 920px) {
  .page-hero {
    min-height: max(780px, 100svh);
    padding: 136px 22px 74px;
    align-items: flex-end;
    background: #050403;
  }
  .page-hero .hero-image {
    transform: none;
    animation: none;
    background-color: #050403;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page-hero-home .hero-image { background-position: 68% 28%; }
  .page-hero-membership .hero-image { background-position: center center; }
  .page-hero-about .hero-image { background-position: 53% 38%; }
  .page-hero-experience .hero-image { background-position: 56% 43%; }
  .page-hero-events .hero-image { background-position: 57% 45%; }
  .page-hero-gallery .hero-image { background-position: 55% 42%; }
  .page-hero-contact .hero-image { background-position: 57% 45%; }
  .page-hero-members .hero-image { background-position: 54% 42%; }
  .page-hero-membership .hero-overlay { background: linear-gradient(0deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.24) 34%, rgba(0,0,0,.06) 68%, transparent 100%); }
  .membership-hero-single { display: block; background: #080604; }
  .membership-hero-single img {
    object-fit: contain;
    object-position: right top;
    filter: saturate(1.06) contrast(1.04) brightness(1.06);
  }
  .hero-copy { max-width: 100%; }
  .hero-copy h1 { max-width: 100%; overflow-wrap: anywhere; }
}

@media (max-width: 640px) {
  .page-hero {
    min-height: max(760px, 100svh);
    padding: 124px 18px 56px;
  }
  .page-hero-home .hero-image { background-position: 68% 27%; }
  .page-hero-membership {
    min-height: max(820px, 112svh);
  }
  .membership-hero-single img {
    object-fit: contain;
    object-position: right top;
    filter: saturate(1.06) contrast(1.04) brightness(1.06);
  }
  .page-hero-membership .hero-copy { padding-bottom: 8px; }
  .page-hero-membership .hero-copy h1 {
    font-size: clamp(44px, 13vw, 62px);
    letter-spacing: .02em;
  }
  .hero-copy h1 {
    font-size: clamp(40px, 11.5vw, 62px);
    line-height: 1.04;
    text-wrap: balance;
  }
  .hero-copy h2, .hero-copy p { max-width: 100%; }
}

/* Mobile stability pass: keep the full Membership composition visible and
   avoid fixed/filter-heavy layers repainting during touch scrolling. */
@media (max-width: 920px) {
  .film-grain, .site-smoke, .ember-field, .hero-smoke { display: none !important; }
  .events-page-backdrop, .contact-page-backdrop, .curated-brick-parallax, .membership-parallax, .gallery-parallax { background-attachment: scroll !important; }
  .site-header { backdrop-filter: none; }
  .royal-button, .royal-button::after { animation: none !important; }
  .hero-copy { animation: none; }

  .anniversary-banner { contain: layout paint; }
  .anniversary-fireworks > span { animation: none !important; opacity: .72; filter: none; transform: translateY(-58px) scale(.85); }
  .anniversary-fireworks > span::after { display: none; }

  .page-hero-membership {
    min-height: auto;
    padding: 96px 18px 54px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
  }
  .page-hero-membership .membership-hero-single {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1672 / 941;
    position: relative;
    inset: auto;
    order: 0;
  }
  .page-hero-membership .membership-hero-single img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
  .page-hero-membership .hero-copy {
    width: 100%;
    max-width: 100%;
    padding: 28px 0 0;
    position: relative;
    order: 1;
  }
  .page-hero-membership .hero-copy h1 {
    max-width: 100%;
    margin-inline: 0;
    font-size: clamp(34px, 10.8vw, 56px);
    line-height: 1;
    letter-spacing: .01em;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    text-wrap: nowrap;
  }

  .page-hero-home {
    min-height: auto;
    padding: 96px 18px 54px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
  }
  .page-hero-home .hero-image {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1672 / 941;
    position: relative;
    inset: auto;
    background-size: cover;
    background-position: center top;
    transform: none;
    animation: none;
    order: 0;
  }
  .page-hero-home .hero-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.5));
  }
  .page-hero-home .hero-copy {
    width: 100%;
    max-width: 100%;
    padding-top: 28px;
    position: relative;
    order: 1;
  }
  .page-hero-home .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(40px, 11.5vw, 62px);
    line-height: 1.02;
    text-wrap: balance;
  }
}
