:root {
  --night: #080a1c;
  --night-2: #0e1230;
  --ink: #11142e;
  --muted: #687086;
  --paper: #f8f8ff;
  --white: #ffffff;
  --violet: #9255ff;
  --pink: #ff3ca6;
  --cyan: #48e5ff;
  --line-dark: rgba(255, 255, 255, .14);
  --line-light: rgba(40, 35, 96, .14);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", Inter, system-ui, sans-serif;
  --max: 1480px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: #f6f6ff url("assets/silhouette-pattern.jpg") center top / 1254px 260px repeat; color: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { color: var(--night); background: var(--cyan); }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: var(--night); background: var(--white); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; top: 18px; left: 50%; width: min(calc(100% - 28px), var(--max)); min-height: 76px; padding: 8px 10px 8px 18px; display: grid; grid-template-columns: 184px 1fr auto; align-items: center; gap: 24px; transform: translateX(-50%); color: var(--ink); border: 1px solid rgba(59, 42, 124, .18); border-radius: 20px; background: linear-gradient(rgba(250,250,255,.9), rgba(246,245,255,.86)), url("assets/silhouette-pattern.jpg") center / 940px auto repeat; box-shadow: 0 18px 50px rgba(40, 25, 104, .2); backdrop-filter: blur(22px); transition: .25s ease; }
.site-header.is-scrolled { top: 8px; background: linear-gradient(rgba(252,252,255,.96), rgba(245,244,255,.94)), url("assets/silhouette-pattern.jpg") center / 940px auto repeat; box-shadow: 0 18px 50px rgba(40, 25, 104, .28); }
.site-brand { width: 158px; aspect-ratio: 1.529; margin: -19px 0; overflow: hidden; border: 1px solid rgba(146, 85, 255, .22); border-radius: 17px; background: url("assets/silhouette-pattern.jpg") center / cover; box-shadow: 0 13px 32px rgba(40,25,104,.24); transform: rotate(-1deg); transition: transform .25s ease; }
.site-brand:hover { transform: rotate(0deg) translateY(-2px); }
.site-brand img { width: 100%; height: 100%; object-fit: cover; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(17px, 2.1vw, 34px); }
.desktop-nav a { position: relative; color: rgba(17, 20, 46, .72); font-size: 14px; font-weight: 800; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--pink)); transform: scaleX(0); transition: .2s ease; }
.desktop-nav a:hover { color: #4c2699; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta { padding: 13px 18px; border-radius: 11px; color: var(--night); background: linear-gradient(115deg, var(--cyan), #fff 52%, #ffb8e6); font-size: 14px; font-weight: 900; box-shadow: 0 10px 28px rgba(72, 229, 255, .18); }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; padding: 132px 14px 38px; min-height: 880px; display: grid; place-items: center; overflow: hidden; color: var(--ink); background: radial-gradient(circle at 12% 20%, rgba(146, 85, 255, .2), transparent 31%), radial-gradient(circle at 92% 73%, rgba(72, 229, 255, .18), transparent 30%), linear-gradient(rgba(249,249,255,.8), rgba(240,240,253,.9)), url("assets/silhouette-pattern.jpg") center top / 1254px 260px repeat; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(86,65,155,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(86,65,155,.07) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-shell { position: relative; z-index: 2; width: min(100%, var(--max)); min-height: 690px; display: grid; grid-template-columns: .86fr 1.14fr; overflow: hidden; border: 1px solid rgba(64, 46, 132, .16); border-radius: 38px; background: linear-gradient(125deg, rgba(255,255,255,.84), rgba(241,239,255,.72)); box-shadow: 0 50px 120px rgba(52,34,126,.2); }
.hero-copy { padding: clamp(55px, 6.4vw, 105px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.overline { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; color: #dcecff; font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero .overline { color: #5b4a91; }
.overline > span { width: 33px; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--pink)); box-shadow: 0 0 14px var(--cyan); }
.dark-overline { color: #6959a4; }
.hero h1, h2, .vendor-content h2, .gallery-heading h2 { margin: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.035em; text-transform: uppercase; line-height: .9; text-wrap: balance; }
.hero h1 { max-width: 650px; font-size: clamp(4.3rem, 7.1vw, 7.4rem); }
h1 em, h2 em { color: transparent; background: linear-gradient(100deg, var(--cyan) 0%, #c3a3ff 48%, var(--pink) 100%); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-intro { max-width: 620px; margin: 28px 0 32px; color: #5f667b; font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 12px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--night); background: linear-gradient(115deg, var(--cyan), #fff 50%, #ffb2e3); box-shadow: 0 14px 35px rgba(72,229,255,.17); }
.button-secondary { color: #2a2453; border-color: rgba(72,53,139,.24); background: rgba(255,255,255,.58); backdrop-filter: blur(10px); }
.button-secondary:hover { background: rgba(255,255,255,.88); }
.hero-proof { width: 100%; margin-top: 50px; padding-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; border-top: 1px solid rgba(54,39,121,.14); }
.hero-proof span { color: #73788b; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.hero-proof b { display: block; margin-bottom: 2px; color: #241845; font-family: var(--display); font-size: 30px; line-height: 1; }
.hero-visual { position: relative; min-height: 690px; padding: 24px 24px 24px 0; }
.hero-image-frame { position: relative; width: 100%; height: 100%; min-height: 640px; overflow: hidden; display: grid; place-items: center; border: 1px solid rgba(98,71,178,.16); border-radius: 26px; background: radial-gradient(circle at 50% 28%, rgba(72,229,255,.22), transparent 38%), linear-gradient(rgba(255,255,255,.55), rgba(239,237,255,.72)), url("assets/silhouette-pattern.jpg") center / 760px auto repeat; }
.hero-image-frame::after { content: ""; position: absolute; z-index: 2; inset: 0; box-shadow: inset 0 0 70px rgba(48, 32, 112, .16); pointer-events: none; }
.hero-image-frame img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; object-position: center; filter: drop-shadow(0 24px 35px rgba(31,20,86,.18)); transition: transform 1.2s cubic-bezier(.2,.75,.2,1); }
.hero-shell:hover .hero-image-frame img { transform: scale(1.025); }
.hero-image-shine { position: absolute; z-index: 3; inset: 0; background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.13) 43%, transparent 60%); transform: translateX(-100%); animation: heroShine 7s 1.4s ease-in-out infinite; pointer-events: none; }
@keyframes heroShine { 0%, 72% { transform: translateX(-100%); } 90%, 100% { transform: translateX(100%); } }
.date-pass { position: absolute; right: 8px; bottom: 60px; width: 150px; padding: 17px; color: var(--night); background: linear-gradient(rgba(255,255,255,.9), rgba(248,246,255,.9)), url("assets/silhouette-pattern.jpg") center / 620px auto; border: 1px solid rgba(146,85,255,.24); border-radius: 18px; box-shadow: 0 22px 55px rgba(50,31,117,.25); transform: rotate(3deg); backdrop-filter: blur(12px); }
.date-pass > span, .date-pass small { display: block; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.date-pass strong { margin: 5px 0; display: flex; align-items: baseline; gap: 7px; font-family: var(--display); font-size: 27px; line-height: 1; }
.date-pass strong b { font-size: 55px; color: #723cff; }
.hero-orbit { position: absolute; right: -160px; bottom: -390px; width: 720px; height: 720px; border: 1px solid rgba(72,229,255,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(146,85,255,.03), 0 0 0 180px rgba(255,60,166,.025); }

.event-ribbon { width: min(calc(100% - 28px), var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1.18fr .88fr 1.2fr .85fr; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 20px; background: linear-gradient(rgba(18,21,50,.94), rgba(18,21,50,.96)), url("assets/silhouette-pattern.jpg") center / 1000px auto repeat; transform: translateY(-14px); box-shadow: 0 25px 55px rgba(31,19,83,.25); }
.event-ribbon-item { min-height: 112px; padding: 24px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line-dark); }
.event-ribbon-item:last-child { border: 0; }
.event-ribbon-item.accent { background: linear-gradient(135deg, rgba(72,229,255,.14), rgba(255,60,166,.15)); }
.ribbon-icon { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(72,229,255,.35); border-radius: 50%; font-size: 11px; font-weight: 900; }
.event-ribbon-item p { margin: 0; }
.event-ribbon-item small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.43); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.event-ribbon-item strong { font-family: var(--display); font-size: 20px; line-height: 1.1; text-transform: uppercase; letter-spacing: .01em; }

.countdown-section { padding: clamp(80px, 9vw, 140px) max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: clamp(50px, 8vw, 120px); color: var(--ink); background: linear-gradient(rgba(248,248,255,.9), rgba(248,248,255,.92)), url("assets/silhouette-pattern.jpg") center top / 1254px 260px repeat; }
.countdown-copy h2 { max-width: 680px; font-size: clamp(3.2rem, 5vw, 5.8rem); }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.countdown > div { min-height: 150px; padding: 20px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line-light); border-radius: 20px; background: rgba(255,255,255,.78); box-shadow: 0 18px 50px rgba(45,33,106,.07); backdrop-filter: blur(5px); }
.countdown b { font-family: var(--display); font-size: clamp(3.2rem, 5vw, 5rem); line-height: 1; background: linear-gradient(135deg, #31205f, var(--violet), var(--pink)); background-clip: text; color: transparent; }
.countdown span { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.countdown-live { grid-column: 1 / -1; margin: 0; padding: 30px; border-radius: 20px; color: white; background: linear-gradient(115deg, #4d2ac4, #e42f9f); font-family: var(--display); font-size: 32px; text-align: center; text-transform: uppercase; }

.map-section { position: relative; padding: clamp(90px, 10vw, 150px) max(18px, calc((100vw - var(--max)) / 2)); overflow: hidden; background: radial-gradient(circle at 8% 10%, rgba(146,85,255,.23), transparent 28%), radial-gradient(circle at 92% 85%, rgba(72,229,255,.15), transparent 30%), linear-gradient(rgba(8,10,28,.94), rgba(8,10,28,.96)), url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat; }
.map-section::before { content: "+"; position: absolute; top: 3%; right: 3%; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 38vw; font-weight: 900; line-height: .8; }
.map-heading { position: relative; z-index: 1; margin-bottom: 44px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 50px; }
.map-heading h2 { max-width: 850px; font-size: clamp(4rem, 7vw, 7.4rem); }
.map-heading-copy { max-width: 470px; justify-self: end; color: rgba(255,255,255,.67); }
.map-heading-copy p { margin: 0 0 18px; line-height: 1.75; }
.map-heading-copy a, .text-link { color: var(--cyan); font-weight: 900; }
.map-heading-copy a span, .text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.map-heading-copy a:hover span, .text-link:hover span { transform: translate(3px, -2px); }
.map-window { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 28px; background: white; box-shadow: 0 45px 100px rgba(0,0,0,.45), 0 0 65px rgba(105,68,255,.12); }
.window-bar { height: 48px; padding: 0 18px; display: flex; align-items: center; gap: 8px; color: #777b8d; background: #f1f2f7; border-bottom: 1px solid #dfe1ea; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.window-bar > span { width: 10px; height: 10px; border-radius: 50%; background: #ff6c75; }
.window-bar > span:nth-child(2) { background: #f7bf4d; }
.window-bar > span:nth-child(3) { background: #55cf77; }
.window-bar b { margin-left: 10px; color: #3b3d4b; }
.window-bar i { margin-left: auto; font-style: normal; }
.map-window iframe { width: 100%; height: 1550px; display: block; border: 0; background: white; }
.map-notes { position: relative; z-index: 1; margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.map-notes p { margin: 0; padding: 20px 22px; color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.04); font-size: 14px; }
.map-notes strong { margin-right: 7px; color: white; }

.worlds-section { padding: clamp(90px, 11vw, 165px) max(18px, calc((100vw - var(--max)) / 2)); color: var(--ink); background: linear-gradient(rgba(248,248,255,.9), rgba(248,248,255,.93)), url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat; }
.section-intro { max-width: 920px; margin-bottom: 60px; }
.section-intro h2 { max-width: 900px; font-size: clamp(4rem, 7vw, 7.6rem); }
.section-intro > p:last-child { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.worlds-grid { display: grid; grid-template-columns: 1.28fr .72fr; grid-template-rows: repeat(2, minmax(340px, 1fr)); gap: 18px; }
.world-card { overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) 230px; border: 1px solid var(--line-light); border-radius: 28px; background: rgba(255,255,255,.83); box-shadow: 0 28px 70px rgba(39,28,96,.09); backdrop-filter: blur(5px); }
.world-card.world-large { grid-row: 1 / 3; grid-template-columns: 1fr; grid-template-rows: minmax(620px, 1fr) auto; }
.world-image { min-height: 0; overflow: hidden; }
.world-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.world-card:hover .world-image img { transform: scale(1.035); }
.world-card:nth-child(2) .world-image img { object-position: center 68%; }
.world-card:nth-child(3) .world-image img { object-position: center 48%; }
.world-copy { padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; }
.world-copy span { color: var(--violet); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.world-copy h3 { margin: 7px 0 3px; font-family: var(--display); font-size: 35px; line-height: 1; text-transform: uppercase; }
.world-copy p { margin: 0; color: var(--muted); font-size: 14px; }

.vendor-section { padding: clamp(90px, 10vw, 150px) max(18px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(42px, 7vw, 105px); align-items: center; overflow: hidden; background: radial-gradient(circle at 95% 10%, rgba(255,60,166,.2), transparent 28%), radial-gradient(circle at 2% 90%, rgba(72,229,255,.15), transparent 30%), linear-gradient(rgba(16,18,46,.94), rgba(16,18,46,.96)), url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat; }
.vendor-art { position: relative; max-width: 580px; margin: auto; }
.vendor-art::before { content: ""; position: absolute; inset: 8% -8%; border: 1px solid rgba(72,229,255,.25); border-radius: 32px; transform: rotate(-3deg); }
.vendor-art img { position: relative; width: 100%; max-height: 850px; object-fit: contain; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; box-shadow: 0 38px 100px rgba(0,0,0,.45); }
.vendor-art-label { position: absolute; right: -28px; bottom: 45px; padding: 15px 20px; display: grid; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 14px; box-shadow: 0 18px 50px rgba(0,0,0,.25); transform: rotate(2deg); }
.vendor-art-label span { color: var(--violet); font-family: var(--display); font-size: 30px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.vendor-art-label b { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.vendor-content h2 { max-width: 820px; font-size: clamp(4rem, 6vw, 7rem); }
.vendor-lead { max-width: 760px; margin: 26px 0 32px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.8; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pricing-grid article { position: relative; min-height: 270px; padding: 27px 23px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 1px solid rgba(255,255,255,.14); border-radius: 21px; background: rgba(255,255,255,.055); }
.pricing-grid article.popular { border-color: rgba(72,229,255,.45); background: linear-gradient(145deg, rgba(72,229,255,.17), rgba(146,85,255,.14), rgba(255,60,166,.13)); box-shadow: 0 20px 50px rgba(0,0,0,.23); }
.pricing-grid .popular > b { position: absolute; top: 14px; right: 14px; padding: 5px 8px; color: var(--night); background: var(--cyan); border-radius: 6px; font-size: 9px; letter-spacing: .1em; }
.pricing-grid small { color: rgba(255,255,255,.54); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.pricing-grid strong { margin: 8px 0 0; font-family: var(--display); font-size: 67px; line-height: .95; }
.pricing-grid span { color: var(--cyan); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.pricing-grid a { margin-top: 24px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; font-weight: 900; }
.perk-grid { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.perk-grid p { margin: 0; padding: 15px; display: grid; grid-template-columns: 28px 1fr; column-gap: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.035); }
.perk-grid p > span { grid-row: 1 / 3; width: 28px; height: 28px; display: grid; place-items: center; color: var(--night); background: linear-gradient(135deg, var(--cyan), var(--pink)); border-radius: 50%; font-size: 12px; font-weight: 900; }
.perk-grid b { font-size: 14px; }
.perk-grid small { color: rgba(255,255,255,.5); font-size: 12px; }
.vendor-actions { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }

.collector-section { padding: clamp(90px, 11vw, 165px) max(18px, calc((100vw - var(--max)) / 2)); color: var(--ink); background: linear-gradient(rgba(241,240,251,.9), rgba(241,240,251,.94)), url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat; }
.collector-stage { position: relative; min-height: 720px; overflow: hidden; display: grid; grid-template-columns: .92fr .68fr; align-items: stretch; border: 1px solid rgba(70,49,143,.15); border-radius: 34px; background: radial-gradient(circle at 78% 22%, rgba(72,229,255,.24), transparent 34%), linear-gradient(rgba(255,255,255,.8), rgba(241,239,255,.86)), url("assets/silhouette-pattern.jpg") center / 940px auto repeat; box-shadow: 0 35px 90px rgba(38,25,94,.17); }
.collector-stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 90px rgba(54,34,129,.08); }
.collector-stage img { position: relative; z-index: 1; width: 100%; height: 100%; padding: 24px; object-fit: contain; filter: drop-shadow(0 28px 45px rgba(47,29,114,.2)); }
.collector-stage-copy { position: relative; z-index: 2; width: 100%; padding: clamp(35px, 5vw, 78px); display: flex; flex-direction: column; justify-content: flex-end; color: var(--ink); }
.collector-stage .overline { color: #5b4a91; }
.collector-stage-copy h2 { font-size: clamp(4rem, 7vw, 7.5rem); }
.category-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.category-grid article { min-height: 245px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line-light); border-radius: 20px; background: rgba(255,255,255,.75); backdrop-filter: blur(5px); }
.category-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--violet); border: 1px solid rgba(146,85,255,.28); border-radius: 50%; font-size: 11px; font-weight: 900; }
.category-grid h3 { margin: auto 0 10px; font-family: var(--display); font-size: 33px; line-height: 1; text-transform: uppercase; }
.category-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.day-section { padding: clamp(90px, 10vw, 150px) max(18px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 9vw, 140px); color: var(--ink); background: linear-gradient(rgba(248,248,255,.91), rgba(248,248,255,.94)), url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat; }
.day-heading { position: sticky; top: 130px; align-self: start; }
.day-heading h2 { font-size: clamp(4rem, 6vw, 6.7rem); }
.day-timeline { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-light); }
.day-timeline li { padding: 34px 0; display: grid; grid-template-columns: 145px 1fr; gap: 28px; border-bottom: 1px solid var(--line-light); }
.day-timeline li > span { color: var(--violet); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.day-timeline b { font-family: var(--display); font-size: 31px; line-height: 1; text-transform: uppercase; }
.day-timeline p { margin: 8px 0 0; color: var(--muted); line-height: 1.7; }

.gallery-section { padding: clamp(90px, 10vw, 150px) max(18px, calc((100vw - var(--max)) / 2)); overflow: hidden; background: radial-gradient(circle at 88% 6%, rgba(255,60,166,.2), transparent 28%), linear-gradient(rgba(8,10,28,.94), rgba(8,10,28,.97)), url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat; }
.gallery-heading { max-width: 950px; margin-bottom: 52px; }
.gallery-heading h2 { font-size: clamp(4rem, 6.5vw, 7.2rem); }
.gallery-heading > p:last-child { color: rgba(255,255,255,.58); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 260px; gap: 14px; }
.gallery-card { grid-column: span 4; position: relative; padding: 0; overflow: hidden; color: white; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: #171a3d; cursor: zoom-in; text-align: left; }
.gallery-card.wide { grid-column: span 8; }
.gallery-card.tall { grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .4s ease; }
.gallery-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(4,5,18,.9)); }
.gallery-card > span { position: absolute; z-index: 2; right: 18px; bottom: 17px; left: 18px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 900; }
.gallery-card i { font-style: normal; font-size: 18px; }
.gallery-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
.gallery-card:nth-child(3) img, .gallery-card:nth-child(5) img { object-position: center 44%; }

.visit-section { padding: clamp(90px, 10vw, 150px) max(18px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(50px, 8vw, 120px); color: var(--ink); background: linear-gradient(rgba(241,240,251,.9), rgba(241,240,251,.94)), url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat; }
.visit-poster { max-width: 570px; margin: auto; }
.visit-poster img { width: 100%; max-height: 870px; object-fit: contain; border-radius: 22px; box-shadow: 0 35px 90px rgba(40,26,98,.23); }
.visit-content h2 { max-width: 830px; font-size: clamp(4rem, 6.5vw, 7.1rem); }
.venue-card { margin-top: 38px; padding: 30px; color: white; border-radius: 24px; background: linear-gradient(135deg, #18143f, #332069 65%, #5e2b78); box-shadow: 0 24px 60px rgba(42,28,104,.18); }
.venue-card > span { color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.venue-card h3 { margin: 10px 0 7px; font-family: var(--display); font-size: 37px; line-height: 1; text-transform: uppercase; }
.venue-card p { color: rgba(255,255,255,.68); }
.venue-card a { display: inline-flex; gap: 8px; color: var(--cyan); font-weight: 900; }
.visit-facts { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.visit-facts p { margin: 0; min-height: 115px; padding: 20px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line-light); border-radius: 18px; background: rgba(255,255,255,.76); backdrop-filter: blur(5px); }
.visit-facts b { font-family: var(--display); font-size: 23px; text-transform: uppercase; }
.visit-facts span { color: var(--muted); font-size: 13px; }

.faq-section { padding: clamp(90px, 10vw, 150px) max(18px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 140px); color: var(--ink); background: linear-gradient(rgba(255,255,255,.9), rgba(248,247,255,.94)), url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat; }
.faq-heading h2 { font-size: clamp(4rem, 5.5vw, 6.3rem); }
.faq-list { border-top: 1px solid var(--line-light); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { padding: 27px 0; display: flex; justify-content: space-between; gap: 25px; list-style: none; cursor: pointer; font-family: var(--display); font-size: 26px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 31px; height: 31px; flex: 0 0 31px; display: grid; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 750px; margin: -4px 50px 28px 0; color: var(--muted); line-height: 1.75; }

.contact-section { position: relative; min-height: 720px; padding: clamp(90px, 10vw, 150px) max(18px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .72fr 1.03fr .55fr; align-items: center; gap: clamp(30px, 5vw, 72px); overflow: hidden; background: #0a0c22; }
.contact-art { position: absolute; inset: 0; opacity: .26; }
.contact-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,28,.98) 0%, rgba(8,10,28,.87) 52%, rgba(8,10,28,.82)); }
.contact-art img { width: 100%; height: 100%; object-fit: cover; }
.contact-content { position: relative; z-index: 2; grid-column: 1 / 3; max-width: 850px; }
.contact-content h2 { font-size: clamp(4rem, 6.5vw, 7rem); }
.contact-content > p:not(.overline) { max-width: 660px; color: rgba(255,255,255,.65); font-size: 17px; }
.contact-links { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-links a { min-width: 0; padding: 18px; display: grid; grid-template-columns: 1fr auto; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); transition: .2s ease; }
.contact-links a:hover { border-color: rgba(72,229,255,.45); background: rgba(255,255,255,.1); transform: translateY(-2px); }
.contact-links small { grid-column: 1; color: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.contact-links strong { grid-column: 1; min-width: 0; overflow-wrap: anywhere; font-size: 14px; }
.contact-links a > span { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--pink); }
.qr-card { position: relative; z-index: 2; grid-column: 3; padding: 14px; display: block; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 22px; box-shadow: 0 30px 80px rgba(0,0,0,.35); transform: rotate(2deg); transition: transform .25s ease; }
.qr-card:hover { transform: rotate(0) translateY(-4px); }
.qr-card img { width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: 12px; }
.qr-card > span { padding: 12px 5px 5px; display: grid; text-align: center; }
.qr-card b { font-family: var(--display); font-size: 23px; }
.qr-card small { color: var(--muted); }

.final-cta { min-height: 590px; padding: clamp(80px, 9vw, 140px) max(18px, calc((100vw - var(--max)) / 2)); display: flex; align-items: flex-end; background: linear-gradient(90deg, rgba(8,10,28,.95), rgba(8,10,28,.58), rgba(8,10,28,.22)), url("assets/week-4-ocean-crest.jpeg") center 42% / cover no-repeat; }
.final-cta-copy { max-width: 920px; }
.final-cta h2 { font-size: clamp(4.4rem, 8vw, 8.5rem); }
.final-cta-copy > div { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }

footer { padding: 50px max(18px, calc((100vw - var(--max)) / 2)) 28px; color: rgba(255,255,255,.64); background: linear-gradient(rgba(6,7,22,.96), rgba(6,7,22,.98)), url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat; }
.footer-top { padding-bottom: 35px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { width: 188px; aspect-ratio: 1.529; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; box-shadow: 0 16px 36px rgba(0,0,0,.25); }
.footer-brand img { width: 100%; height: 100%; object-fit: cover; }
.footer-top p { margin: 0; }
.footer-links { display: flex; gap: 24px; color: white; font-size: 13px; font-weight: 800; }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; gap: 30px; font-size: 11px; }
.mobile-reserve { display: none; }

.gallery-dialog { width: min(1040px, calc(100% - 28px)); max-height: 92vh; padding: 0; overflow: visible; border: 1px solid rgba(255,255,255,.2); border-radius: 23px; color: white; background: #0b0d25; box-shadow: 0 40px 120px rgba(0,0,0,.7); }
.gallery-dialog::backdrop { background: rgba(3,4,15,.87); backdrop-filter: blur(12px); }
.gallery-dialog figure { margin: 0; max-height: 88vh; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.gallery-dialog figure img { width: 100%; max-height: calc(88vh - 58px); object-fit: contain; border-radius: 23px 23px 0 0; }
.gallery-dialog figcaption { padding: 17px 22px; font-weight: 900; }
.dialog-close { position: absolute; z-index: 2; top: -14px; right: -12px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--night); border: 0; border-radius: 50%; background: white; font-size: 28px; line-height: 1; cursor: pointer; box-shadow: 0 8px 22px rgba(0,0,0,.28); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 174px 1fr auto; }
  .desktop-nav { gap: 17px; }
  .desktop-nav a { font-size: 12px; }
  .hero-shell { grid-template-columns: .95fr 1.05fr; }
  .hero-copy { padding: 55px; }
  .event-ribbon { grid-template-columns: 1fr 1fr; }
  .event-ribbon-item:nth-child(2) { border-right: 0; }
  .event-ribbon-item:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .worlds-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .world-card.world-large { grid-column: 1 / 3; grid-row: auto; grid-template-columns: 1.25fr .75fr; grid-template-rows: minmax(480px, 1fr); }
  .world-card:not(.world-large) { grid-template-columns: 1fr; grid-template-rows: 430px auto; }
  .vendor-section { grid-template-columns: .7fr 1.3fr; gap: 50px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-grid article:nth-child(n+4) { min-height: 210px; }
  .contact-section { grid-template-columns: 1fr 270px; }
  .contact-content { grid-column: 1; }
  .qr-card { grid-column: 2; }
}

@media (max-width: 900px) {
  body { padding-bottom: 70px; }
  .site-header { top: 10px; min-height: 70px; grid-template-columns: 1fr auto; }
  .site-brand { width: 122px; height: auto; margin: -9px 0; border-radius: 13px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { width: 46px; height: 46px; padding: 11px; display: grid; align-content: center; gap: 5px; color: #2c2453; border: 1px solid rgba(74,54,143,.18); border-radius: 12px; background: rgba(255,255,255,.58); }
  .menu-toggle span { width: 100%; height: 2px; display: block; background: currentColor; transition: .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: calc(100% + 7px); right: 0; left: 0; padding: 14px; display: grid; gap: 4px; visibility: hidden; opacity: 0; transform: translateY(-10px); color: var(--ink); border: 1px solid rgba(74,54,143,.18); border-radius: 17px; background: linear-gradient(rgba(252,252,255,.97), rgba(245,244,255,.96)), url("assets/silhouette-pattern.jpg") center / 940px auto repeat; box-shadow: 0 25px 60px rgba(40,25,104,.3); transition: .2s ease; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-menu a { padding: 12px 14px; border-radius: 10px; font-weight: 800; }
  .mobile-menu a:hover { background: rgba(146,85,255,.09); }
  .hero { min-height: 0; padding-top: 112px; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-copy { order: 2; padding: 46px 30px 52px; }
  .hero h1 { font-size: clamp(4.3rem, 13vw, 7rem); }
  .hero-visual { min-height: 670px; padding: 18px 18px 0; }
  .hero-image-frame { min-height: 650px; }
  .date-pass { right: 5px; bottom: -5px; }
  .event-ribbon { transform: none; margin-top: 14px; }
  .countdown-section, .day-section, .faq-section { grid-template-columns: 1fr; }
  .countdown-section { gap: 40px; }
  .map-heading { grid-template-columns: 1fr; align-items: start; }
  .map-heading-copy { justify-self: start; }
  .map-window iframe { height: 1550px; }
  .vendor-section, .visit-section { grid-template-columns: 1fr; }
  .vendor-art { width: min(100%, 570px); }
  .collector-stage { min-height: 570px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-grid article { min-height: 210px; }
  .day-heading { position: static; }
  .gallery-grid { grid-auto-rows: 250px; }
  .gallery-card { grid-column: span 6; }
  .gallery-card.wide { grid-column: span 12; }
  .gallery-card.tall { grid-row: span 2; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-content, .qr-card { grid-column: 1; }
  .qr-card { width: min(330px, 100%); margin-top: 10px; transform: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / 3; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .mobile-reserve { position: fixed; z-index: 95; right: 12px; bottom: 10px; left: 12px; height: 54px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; color: var(--night); border-radius: 14px; background: linear-gradient(115deg, var(--cyan), white 48%, #fface0); box-shadow: 0 16px 38px rgba(0,0,0,.38); font-size: 14px; font-weight: 900; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 74px; }
  .site-header { width: calc(100% - 16px); }
  .hero { padding-right: 8px; padding-left: 8px; }
  .hero-shell { border-radius: 25px; }
  .hero-visual { min-height: 535px; padding: 10px 10px 0; }
  .hero-image-frame { min-height: 515px; border-radius: 18px; }
  .hero-copy { padding: 38px 20px 42px; }
  .hero h1 { font-size: clamp(3.75rem, 18vw, 5.4rem); }
  .hero-intro { margin-top: 20px; }
  .hero-actions { width: 100%; display: grid; }
  .button { width: 100%; }
  .hero-proof { margin-top: 36px; }
  .hero-proof b { font-size: 25px; }
  .date-pass { width: 127px; padding: 12px; }
  .date-pass strong b { font-size: 44px; }
  .event-ribbon { grid-template-columns: 1fr; }
  .event-ribbon-item, .event-ribbon-item:nth-child(2) { min-height: 90px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .event-ribbon-item:last-child { border-bottom: 0; }
  .countdown { grid-template-columns: 1fr 1fr; }
  .countdown > div { min-height: 120px; }
  .countdown-copy h2, .section-intro h2, .map-heading h2, .vendor-content h2, .collector-stage-copy h2, .day-heading h2, .gallery-heading h2, .visit-content h2, .faq-heading h2, .contact-content h2, .final-cta h2 { font-size: clamp(3.4rem, 16vw, 5.1rem); }
  .map-section { padding-right: 8px; padding-left: 8px; }
  .map-heading, .map-notes { padding-right: 10px; padding-left: 10px; }
  .map-window { border-radius: 20px; }
  .map-window iframe { height: min(1420px, calc(95vw + 1080px)); }
  .window-bar b { display: none; }
  .map-notes { grid-template-columns: 1fr; }
  .worlds-grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .world-card, .world-card.world-large, .world-card:not(.world-large) { min-width: 86vw; grid-template-columns: 1fr; grid-template-rows: 470px auto; scroll-snap-align: center; }
  .world-copy { padding: 22px; }
  .vendor-art-label { right: -4px; bottom: 24px; }
  .pricing-grid, .perk-grid { grid-template-columns: 1fr; }
  .pricing-grid article { min-height: 225px; }
  .vendor-actions { align-items: stretch; flex-direction: column; }
  .collector-stage { min-height: 0; grid-template-columns: 1fr; border-radius: 24px; }
  .collector-stage img { order: -1; height: auto; max-height: 670px; aspect-ratio: 2 / 3; padding: 12px 12px 0; }
  .collector-stage-copy { padding: 30px 22px; }
  .category-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .category-grid article { min-width: 76vw; scroll-snap-align: center; }
  .day-timeline li { grid-template-columns: 1fr; gap: 10px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 235px; }
  .gallery-card, .gallery-card.wide { grid-column: span 1; }
  .gallery-card.tall { grid-row: span 2; }
  .gallery-card:nth-child(3), .gallery-card:nth-child(5) { grid-column: span 2; }
  .visit-facts, .contact-links { grid-template-columns: 1fr; }
  .visit-facts p { min-height: 105px; }
  .faq-list summary { font-size: 23px; }
  .contact-section { min-height: 0; }
  .final-cta { min-height: 620px; background-position: 50% center; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-column: 1; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* v17 weekly-art refresh */
.gallery-grid.weekly {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 520px;
  gap: 16px;
}
.gallery-grid.weekly .gallery-card { grid-column: auto; grid-row: auto; }
.gallery-grid.weekly .gallery-card img { object-fit: contain; object-position: center; background: #0b0d25; padding: 8px; }
.visit-poster { position: relative; }
.poster-week-label {
  position: absolute; z-index: 3; top: 16px; left: 16px; padding: 8px 12px;
  color: #fff; background: rgba(8,10,28,.78); border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px; backdrop-filter: blur(10px); font-size: 11px; font-weight: 900;
  letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 10px 28px rgba(0,0,0,.22);
}
@media (max-width: 900px) {
  .gallery-grid.weekly { grid-template-columns: 1fr 1fr; grid-auto-rows: 430px; }
}
@media (max-width: 620px) {
  .gallery-grid.weekly { grid-template-columns: 1fr; grid-auto-rows: 520px; }
  .gallery-grid.weekly .gallery-card { grid-column: auto !important; grid-row: auto !important; }
}

/* v21 community photo story */
.community-section {
  position: relative;
  padding: clamp(92px, 10vw, 155px) max(18px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(72,229,255,.15), transparent 28%),
    radial-gradient(circle at 91% 78%, rgba(255,60,166,.2), transparent 30%),
    linear-gradient(rgba(8,10,28,.96), rgba(8,10,28,.98)),
    url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat;
}
.community-heading { max-width: 980px; margin-bottom: 52px; }
.community-heading h2 { margin: 0; max-width: 940px; font-family: var(--display); font-size: clamp(3.8rem, 6.6vw, 7rem); font-weight: 800; letter-spacing: -.035em; line-height: .92; text-transform: uppercase; text-wrap: balance; }
.community-heading > p:last-child { max-width: 760px; margin: 26px 0 0; color: rgba(255,255,255,.63); font-size: 17px; line-height: 1.75; }
.community-photo-grid { display: grid; grid-template-columns: 1.06fr .94fr .94fr 1.06fr; gap: 14px; align-items: stretch; }
.community-photo { position: relative; min-width: 0; margin: 0; aspect-ratio: .78; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: #151936; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.community-photo:nth-child(2), .community-photo:nth-child(3) { transform: translateY(36px); }
.community-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.03) contrast(1.01); transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.community-photo:hover img { transform: scale(1.035); }
.community-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(8,10,28,.2), transparent 38%); }
@media (max-width: 980px) {
  .community-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .community-photo:nth-child(2), .community-photo:nth-child(3) { transform: none; }
}
@media (max-width: 560px) {
  .community-heading { margin-bottom: 30px; }
  .community-photo-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .community-photo { border-radius: 16px; }
}

/* v21 floor-map embed is intentionally map-only (no public vendor-name directory). */
.map-window iframe { height: min(920px, calc(95vw + 50px)); min-height: 390px; }
@media (max-width: 560px) { .map-window iframe { height: min(620px, calc(96vw + 70px)); min-height: 390px; } }

/* v22 — community photos distributed through the site */
.people-strip {
  padding: clamp(72px, 8vw, 118px) max(18px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 20%, rgba(146,85,255,.13), transparent 28%),
    linear-gradient(rgba(249,249,255,.92), rgba(243,243,253,.95)),
    url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat;
}
.people-strip-copy h2 { margin: 0; max-width: 760px; font-family: var(--display); font-size: clamp(3.6rem, 5.8vw, 6.4rem); line-height: .94; text-transform: uppercase; }
.people-strip-copy > p:last-child { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.people-strip-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: end; }
.people-strip-photo { margin: 0; overflow: hidden; border: 1px solid var(--line-light); border-radius: 26px; background: white; box-shadow: 0 28px 65px rgba(39,28,96,.16); }
.people-strip-photo:first-child { transform: translateY(-18px) rotate(-1.1deg); }
.people-strip-photo:last-child { transform: translateY(18px) rotate(1.1deg); }
.people-strip-photo img { width: 100%; aspect-ratio: .79; object-fit: cover; object-position: center; }

/* v22 — vendor names live below the map, never inside the floor plan */
.homepage-vendor-directory { position: relative; z-index: 2; margin-top: 26px; padding: clamp(24px, 4vw, 42px); border: 1px solid rgba(255,255,255,.11); border-radius: 24px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.homepage-vendor-directory-head { display: grid; grid-template-columns: 1fr minmax(260px, 440px); gap: 30px; align-items: end; margin-bottom: 24px; }
.homepage-vendor-directory-head h3 { margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 4.3vw, 4.8rem); line-height: .95; text-transform: uppercase; }
.homepage-vendor-directory-head > p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.7; }
.homepage-vendor-directory-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; }
.vendor-directory-card { min-width: 0; padding: 16px 17px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.10); border-radius: 13px; background: rgba(255,255,255,.045); }
.vendor-directory-card b { overflow-wrap: anywhere; font-size: 13px; }
.vendor-directory-card span { color: var(--cyan); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

/* v22 — iframe sized to the clean floor plan only */
.map-window iframe { height: min(900px, calc(90vw + 30px)); min-height: 420px; }

@media (max-width: 1050px) {
  .people-strip { grid-template-columns: 1fr; }
  .people-strip-copy { max-width: 820px; }
  .homepage-vendor-directory-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .people-strip-photos { gap: 9px; }
  .people-strip-photo { border-radius: 16px; }
  .people-strip-photo:first-child, .people-strip-photo:last-child { transform: none; }
  .homepage-vendor-directory-head { grid-template-columns: 1fr; gap: 12px; }
  .homepage-vendor-directory-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .map-window iframe { height: min(640px, calc(96vw + 80px)); min-height: 410px; }
}

/* v23 hard refresh */
.people-strip-photos{grid-template-columns:repeat(2,minmax(0,1fr))}
.build-marker{font-size:10px;opacity:.32;text-align:center;padding:8px 0 2px}
@media(min-width:1200px){.people-strip-photos{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* v24: new art, community moments, food and merchandise */
.new-worlds-section {
  position: relative;
  padding: clamp(82px, 9vw, 134px) max(18px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 82%, rgba(76, 240, 155, .23), transparent 34%),
    radial-gradient(circle at 92% 13%, rgba(149, 104, 255, .24), transparent 34%),
    linear-gradient(rgba(9, 20, 28, .96), rgba(8, 12, 29, .98)),
    url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat;
}
.new-worlds-section::before { content: ""; position: absolute; width: 360px; height: 360px; right: -190px; top: 18%; border: 1px solid rgba(75,240,154,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(75,240,154,.035), 0 0 0 160px rgba(72,229,255,.025); pointer-events: none; }
.new-worlds-heading { position: relative; z-index: 1; margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.new-worlds-heading h2, .show-table-copy h2, .food-copy h2, .merch-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3.9rem, 6.7vw, 7.1rem); font-weight: 800; letter-spacing: -.035em; line-height: .9; text-transform: uppercase; text-wrap: balance; }
.new-worlds-heading h2 { max-width: 850px; }
.new-worlds-heading p:last-child { max-width: 680px; margin: 23px 0 0; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.7; }
.new-worlds-link { flex: 0 0 auto; padding: 13px 0; border-bottom: 1px solid rgba(99,244,164,.8); color: #b9ffd4; font-size: 13px; font-weight: 900; }
.new-worlds-link span { margin-left: 9px; }
.new-worlds-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 18px; }
.new-world-card { position: relative; min-width: 0; height: clamp(470px, 48vw, 650px); padding: 0; overflow: hidden; border: 1px solid rgba(181,255,204,.25); border-radius: 28px; background: radial-gradient(circle at center, #245a70, #0d1b34 75%); box-shadow: 0 34px 90px rgba(0,0,0,.28); cursor: zoom-in; text-align: left; }
.new-world-card-waterfall { background: radial-gradient(circle at 48% 48%, #407b63, #142d3c 75%); }
.new-world-card-friends { background: radial-gradient(circle at 50% 42%, #7283bd, #1c274b 80%); }
.new-world-card img { width: 100%; height: 100%; object-fit: contain; transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.new-world-card:hover img { transform: scale(1.025); }
.new-world-card::after { content: ""; position: absolute; inset: 55% 0 0; pointer-events: none; background: linear-gradient(transparent, rgba(4,10,23,.84)); }
.new-world-card-caption { position: absolute; z-index: 1; right: 24px; bottom: 23px; left: 24px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4px; color: white; }
.new-world-card-caption small { grid-column: 1 / -1; color: #aeffd1; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.new-world-card-caption strong { font-family: var(--display); font-size: clamp(2rem, 3.2vw, 3.6rem); font-weight: 800; line-height: .93; text-transform: uppercase; }
.new-world-card-caption i { font-size: 23px; font-style: normal; }

.show-table-section { padding: clamp(74px, 9vw, 134px) max(18px, calc((100vw - var(--max)) / 2)); color: var(--ink); background: radial-gradient(circle at 88% 20%, rgba(255,60,166,.13), transparent 30%), linear-gradient(rgba(250,248,255,.95), rgba(242,248,255,.96)), url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat; }
.show-table-shell { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(30px, 5vw, 80px); }
.show-table-copy h2 { max-width: 570px; }
.show-table-copy > p:not(.overline) { max-width: 540px; margin: 24px 0 25px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.show-table-copy > a { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 7px; border-bottom: 2px solid #8856e5; color: #5732a5; font-size: 14px; font-weight: 900; }
.show-table-photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: 12px; }
.show-table-photo { min-width: 0; margin: 0; padding: 5px; overflow: hidden; border: 1px solid rgba(103,71,165,.18); border-radius: 18px; background: white; box-shadow: 0 22px 46px rgba(52,35,110,.14); }
.show-table-photo:nth-child(2) { margin-top: 55px; }
.show-table-photo:nth-child(3) { margin-top: -30px; }
.show-table-photo img { width: 100%; height: auto; border-radius: 13px; }

.food-section { position: relative; padding: clamp(82px, 9vw, 135px) max(18px, calc((100vw - var(--max)) / 2)); overflow: hidden; color: var(--ink); background: radial-gradient(circle at 16% 18%, rgba(107,237,149,.31), transparent 35%), radial-gradient(circle at 91% 88%, rgba(255,107,187,.23), transparent 32%), linear-gradient(rgba(247,255,251,.94), rgba(242,245,255,.96)), url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat; }
.food-shell { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(38px, 8vw, 120px); }
.food-copy h2 { max-width: 680px; }
.food-copy > p:not(.overline), .merch-copy > p:not(.overline) { max-width: 620px; margin: 26px 0; color: #575f73; font-size: 17px; line-height: 1.75; }
.food-pills { margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.food-pills span { padding: 9px 13px; border: 1px solid rgba(50,132,95,.22); border-radius: 999px; background: rgba(255,255,255,.76); color: #236346; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.food-art, .merch-art { position: relative; width: min(100%, 635px); margin: 0 auto; padding: 9px; display: block; border: 1px solid rgba(79,68,139,.24); border-radius: 26px; background: white; box-shadow: 0 36px 95px rgba(35,60,69,.21); cursor: zoom-in; text-align: left; }
.food-art img, .merch-art img { width: 100%; height: auto; border-radius: 18px; }
.food-art > span, .merch-art > span { padding: 11px 13px 4px; display: flex; justify-content: space-between; gap: 12px; color: #3b365d; font-size: 11px; font-weight: 900; letter-spacing: .11em; }
.food-art i, .merch-art i { font-size: 18px; font-style: normal; line-height: 1; }

.gallery-grid.weekly .gallery-card:nth-child(n+5) { border-color: rgba(120,250,174,.35); }
.gallery-grid.weekly .gallery-card:focus-visible, .new-world-card:focus-visible, .food-art:focus-visible, .merch-art:focus-visible { outline: 3px solid #64f3a1; outline-offset: 4px; }

.merch-section { padding: clamp(82px, 9vw, 140px) max(18px, calc((100vw - var(--max)) / 2)); overflow: hidden; color: var(--ink); background: radial-gradient(circle at 85% 14%, rgba(152,119,247,.2), transparent 32%), radial-gradient(circle at 11% 90%, rgba(64,219,196,.17), transparent 35%), linear-gradient(rgba(248,248,255,.94), rgba(247,251,255,.95)), url("assets/silhouette-pattern.jpg") center / 1254px 260px repeat; }
.merch-shell { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(36px, 7vw, 105px); }
.merch-copy h2 { max-width: 630px; }
.merch-art { width: min(100%, 750px); box-shadow: 0 36px 90px rgba(52,35,110,.17); }

@media (max-width: 980px) {
  .new-worlds-heading { align-items: start; flex-direction: column; }
  .new-worlds-grid { grid-template-columns: .85fr 1.15fr; }
  .new-world-card { height: 520px; }
  .show-table-shell, .food-shell, .merch-shell { grid-template-columns: 1fr; }
  .show-table-copy h2, .food-copy h2, .merch-copy h2 { max-width: 850px; }
  .food-art, .merch-art { width: min(100%, 640px); }
  .food-art { margin-left: 0; }
}
@media (max-width: 620px) {
  .new-worlds-heading h2, .show-table-copy h2, .food-copy h2, .merch-copy h2 { font-size: clamp(3.4rem, 15vw, 5.15rem); }
  .new-worlds-grid { grid-template-columns: 1fr; gap: 14px; }
  .new-world-card { height: auto; min-height: 0; aspect-ratio: 4 / 5; border-radius: 20px; }
  .new-world-card-friends { aspect-ratio: 4 / 3; }
  .new-world-card-caption { right: 18px; bottom: 17px; left: 18px; }
  .new-world-card-caption strong { font-size: 2.1rem; }
  .show-table-photos { display: flex; align-items: center; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 4px 24px; }
  .show-table-photo { flex: 0 0 min(74vw, 320px); scroll-snap-align: center; }
  .show-table-photo:nth-child(2), .show-table-photo:nth-child(3) { margin-top: 0; }
  .food-shell, .merch-shell { gap: 32px; }
  .food-art, .merch-art { padding: 5px; border-radius: 18px; }
  .food-art img, .merch-art img { border-radius: 13px; }
  .gallery-grid.weekly { grid-auto-rows: min(125vw, 560px); }
}
