:root {
  --navy: #061225;
  --navy-soft: #0a1a31;
  --navy-card: #0c1d35;
  --gold: #d9af5b;
  --gold-light: #f0d492;
  --cream: #f2eee5;
  --muted: #94a0af;
  --line: rgba(217, 175, 91, 0.22);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background: var(--navy);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

body::before {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.05;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: flex;
  width: min(1380px, calc(100% - 80px));
  height: 100px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transform: translateX(-50%);
}
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--navy);
  background: var(--gold);
  font: 700 21px/1 var(--display);
  letter-spacing: -2px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.logo-name { font-size: 16px; font-weight: 700; letter-spacing: 0.28em; }
.nav { display: flex; gap: 42px; color: #c0c8d1; font-size: 13px; }
.nav a, .header-cta { transition: color 180ms ease; }
.nav a:hover, .header-cta:hover { color: var(--gold-light); }
.header-cta { border-bottom: 1px solid var(--gold); padding: 9px 0; color: var(--gold-light); font-size: 13px; }
.menu-button { display: none; border: 0; background: none; }

.hero {
  position: relative;
  display: grid;
  min-height: 900px;
  padding: 190px max(40px, calc((100vw - 1380px) / 2)) 70px;
  grid-template-columns: 52% 48%;
  align-items: center;
  isolation: isolate;
  background:
    linear-gradient(90deg, #061225 0%, rgba(6,18,37,0.85) 48%, rgba(6,18,37,0.24) 100%),
    radial-gradient(circle at 78% 46%, #183451 0, #09182c 39%, #061225 67%);
}
.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.24;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, transparent 20%, black 80%);
}
.hero-glow { position: absolute; z-index: -1; right: 9%; bottom: 12%; width: 25vw; height: 25vw; border-radius: 50%; background: #b07a25; filter: blur(160px); opacity: .14; }
.hero-copy { position: relative; z-index: 2; max-width: 770px; padding-bottom: 80px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 26px; color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 25px; font: 600 clamp(66px, 6.4vw, 110px)/.86 var(--display); letter-spacing: -.045em; }
h1 em, h2 em { color: var(--gold-light); font-weight: 500; }
.hero-text { max-width: 590px; color: #adb7c3; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; border: 0; padding: 0 28px; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.button-gold { color: #081426; background: linear-gradient(135deg, var(--gold-light), #c2913f); box-shadow: 0 15px 45px rgba(198,146,60,.15); transition: transform 180ms ease, box-shadow 180ms ease; }
.button-gold:hover { transform: translateY(-2px); box-shadow: 0 18px 55px rgba(198,146,60,.28); }
.text-link { color: #d4d9df; font-size: 13px; }
.text-link span { margin-left: 8px; color: var(--gold); }

.hero-scene { position: relative; z-index: 1; width: 100%; aspect-ratio: 1; align-self: center; perspective: 900px; }
.orbit { position: absolute; border: 1px solid rgba(217,175,91,.16); border-radius: 50%; }
.orbit-one { inset: 4%; }
.orbit-two { inset: 16%; border-style: dashed; animation: spin 40s linear infinite; }
.card { position: absolute; display: flex; width: 37%; height: 57%; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(233,199,128,.58); border-radius: 5px; background: linear-gradient(145deg, rgba(23,50,76,.97), rgba(7,18,35,.98)); box-shadow: 0 40px 70px rgba(0,0,0,.5); }
.card::before { position: absolute; inset: 8px; border: 1px solid rgba(217,175,91,.18); content: ""; }
.card-left { top: 20%; left: 22%; transform: rotate(-14deg) translateZ(20px); }
.card-right { top: 13%; left: 49%; transform: rotate(12deg) translateZ(60px); }
.card-corner { position: absolute; top: 25px; left: 25px; color: var(--gold-light); font: 600 34px var(--display); }
.card-symbol { color: var(--gold); font-size: 76px; text-shadow: 0 0 35px rgba(217,175,91,.25); }
.card-label { position: absolute; bottom: 30px; color: #8795a4; font-size: 8px; letter-spacing: .26em; text-transform: uppercase; }
.mask { position: relative; width: 95px; height: 115px; border: 2px solid var(--gold); border-radius: 45% 45% 48% 48%; box-shadow: inset 0 0 25px rgba(217,175,91,.1), 0 0 25px rgba(217,175,91,.1); }
.mask::after { position: absolute; bottom: -19px; left: 50%; width: 35px; height: 34px; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); content: ""; transform: translateX(-50%) rotate(45deg); }
.mask span { position: absolute; top: 42%; width: 24px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px var(--gold); }
.mask span:first-child { left: 16px; transform: rotate(10deg); }
.mask span:last-child { right: 16px; transform: rotate(-10deg); }
.chip { position: absolute; z-index: 3; display: grid; width: 62px; height: 62px; place-items: center; border: 5px double #735626; border-radius: 50%; color: #715625; background: #d9b66e; box-shadow: 0 14px 30px rgba(0,0,0,.45); font: 700 18px var(--display); }
.chip-one { right: 14%; bottom: 20%; transform: rotate(18deg); }
.chip-two { right: 11%; top: 22%; width: 45px; height: 45px; font-size: 13px; transform: rotate(-10deg); }
.chip-three { left: 13%; bottom: 26%; width: 51px; height: 51px; transform: rotate(-20deg); }
.hero-meta { position: absolute; bottom: 55px; left: max(40px, calc((100vw - 1380px) / 2)); display: flex; gap: 60px; }
.hero-meta div { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 9px; }
.hero-meta strong { color: var(--gold-light); font: 600 25px var(--display); }
.hero-meta span { color: #768493; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }

.section { position: relative; padding: 130px max(40px, calc((100vw - 1380px) / 2)); }
.manifesto { min-height: 620px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f0ece3; color: var(--navy); }
.manifesto-content { width: min(870px, 75%); margin: 20px auto 0; text-align: center; }
.manifesto .eyebrow { justify-content: center; color: #97722e; }
.manifesto h2, .section-heading h2, .experience h2, .contact h2 { margin-bottom: 25px; font: 600 clamp(49px, 5.5vw, 82px)/.98 var(--display); letter-spacing: -.035em; }
.manifesto h2 { margin-bottom: 30px; }
.manifesto-content > p:last-child { max-width: 680px; margin: 0 auto; color: #526070; font-size: 16px; line-height: 1.8; }
.signature { position: absolute; right: -30px; bottom: -120px; color: rgba(6,18,37,.035); font: 700 390px/.8 var(--display); letter-spacing: -.1em; }

.formats { background: var(--navy-soft); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 420px; margin-bottom: 10px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.format-card { position: relative; display: flex; min-height: 650px; flex-direction: column; overflow: hidden; padding: 32px; background: #0a192e; transition: background 250ms ease, transform 250ms ease; }
.format-card:hover { z-index: 2; background: #0e223d; transform: translateY(-7px); }
.format-card-featured { background: linear-gradient(155deg, #173653, #0a192e 75%); }
.format-topline { display: flex; justify-content: space-between; color: #708092; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.format-topline span:first-child { color: var(--gold); }
.format-icon { position: relative; display: grid; width: 190px; height: 190px; place-items: center; margin: 45px auto 40px; }
.format-icon::before { position: absolute; inset: 0; border: 1px solid var(--line); border-radius: 50%; content: ""; }
.mafia-icon .hat { position: absolute; top: 52px; width: 95px; height: 30px; border-bottom: 16px solid var(--gold); border-radius: 50%; transform: rotate(-4deg); }
.mafia-icon .hat::before { position: absolute; bottom: 3px; left: 17px; width: 60px; height: 46px; border: 2px solid var(--gold); border-bottom: 0; border-radius: 60% 60% 0 0; content: ""; transform: skew(-8deg); }
.mafia-icon .face { position: absolute; bottom: 43px; width: 72px; height: 52px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); border-left: 2px solid var(--gold); border-radius: 0 0 45% 45%; }
.dice-icon { grid-template: repeat(3, 1fr) / repeat(3, 1fr); padding: 52px; transform: rotate(12deg); }
.dice-icon::before { inset: 31px; border-radius: 12px; }
.dice-icon span { z-index: 1; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px rgba(217,175,91,.35); }
.dice-icon span:nth-child(1) { grid-area: 1/1; }.dice-icon span:nth-child(2) { grid-area: 1/3; }.dice-icon span:nth-child(3) { grid-area: 2/2; }.dice-icon span:nth-child(4) { grid-area: 3/1; }.dice-icon span:nth-child(5) { grid-area: 3/3; }
.crown-icon span { position: absolute; bottom: 64px; width: 5px; height: 62px; background: var(--gold); transform-origin: bottom; }
.crown-icon span:nth-child(1) { transform: rotate(-43deg); }.crown-icon span:nth-child(2) { height: 85px; }.crown-icon span:nth-child(3) { transform: rotate(43deg); }
.crown-icon::after { position: absolute; bottom: 57px; width: 100px; height: 20px; border: 2px solid var(--gold); border-radius: 2px 2px 10px 10px; content: ""; }
.format-copy h3 { margin-bottom: 17px; font: 600 34px var(--display); }
.format-copy > p { min-height: 77px; color: #93a0af; font-size: 13px; line-height: 1.7; }
.format-copy ul { margin: 24px 0 0; padding: 0; list-style: none; }
.format-copy li { padding: 9px 0; border-top: 1px solid rgba(255,255,255,.07); color: #bac2cc; font-size: 11px; }
.format-copy li::before { margin-right: 9px; color: var(--gold); content: "✦"; font-size: 7px; }
.format-card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.experience { display: grid; min-height: 760px; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; overflow: hidden; background: #071426; }
.experience-visual { position: relative; width: 100%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #153552 0%, #0b213b 49%, transparent 50%); }
.table-ring { position: absolute; border-radius: 50%; }
.ring-outer { inset: 5%; border: 1px solid rgba(217,175,91,.22); }
.ring-inner { inset: 29%; border: 1px solid var(--gold); box-shadow: 0 0 40px rgba(217,175,91,.08); }
.table-logo { position: absolute; inset: 39%; display: grid; place-items: center; color: var(--gold-light); font: 600 clamp(40px,5vw,74px)/.6 var(--display); text-align: center; }
.table-logo small { font: 500 7px var(--sans); letter-spacing: .28em; text-transform: uppercase; }
.seat { position: absolute; width: 12%; height: 20%; border: 1px solid rgba(217,175,91,.32); border-radius: 50%; background: #08182b; box-shadow: 0 20px 35px rgba(0,0,0,.4); }
.seat-one { top: 1%; left: 44%; }.seat-two { top: 20%; right: 4%; transform: rotate(60deg); }.seat-three { right: 7%; bottom: 18%; transform: rotate(120deg); }.seat-four { bottom: 1%; left: 44%; }.seat-five { bottom: 18%; left: 7%; transform: rotate(60deg); }.seat-six { top: 20%; left: 4%; transform: rotate(120deg); }
.experience-copy h2 em, .section-heading h2 em, .contact h2 em { display: block; }
.experience-copy > p { max-width: 550px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.feature-list { margin-top: 45px; }
.feature-list div { display: grid; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.09); grid-template-columns: 55px 1fr; }
.feature-list span { color: var(--gold); font: 600 18px var(--display); }
.feature-list p { margin: 0; color: #8e9baa; font-size: 12px; line-height: 1.65; }
.feature-list strong { color: #dce1e6; font-weight: 600; }

.hosts { overflow: hidden; border-top: 1px solid var(--line); background: #09182b; }
.hosts::before { position: absolute; top: -22%; right: -8%; width: 560px; height: 560px; border: 1px solid rgba(217,175,91,.08); border-radius: 50%; content: ""; }
.hosts .section-heading h2 em { display: inline; }
.host-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.host-card { display: flex; min-height: 700px; flex-direction: column; border: 1px solid var(--line); background: #0c1d34; transition: border-color 250ms ease, transform 250ms ease; }
.host-card:hover { border-color: rgba(217,175,91,.58); transform: translateY(-6px); }
.host-photo { position: relative; height: 490px; overflow: hidden; background: #101c2c; }
.host-photo::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,18,37,.42), transparent 45%); content: ""; }
.host-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.03); transition: filter 350ms ease, transform 700ms ease; }
.host-card:first-child .host-photo img { object-position: center 30%; }
.host-card:nth-child(2) .host-photo img { object-position: 51% center; }
.host-card:nth-child(3) .host-photo img { object-position: center 28%; }
.host-card:hover .host-photo img { filter: saturate(.95) contrast(1.03); transform: scale(1.025); }
.host-info { display: flex; min-height: 210px; padding: 30px 28px; flex: 1; flex-direction: column; justify-content: flex-end; }
.host-info > p { color: var(--gold); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.host-info h3 { margin-bottom: 24px; font: 600 clamp(35px,3vw,52px)/1 var(--display); }
.host-info > span { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #8f9cab; font-size: 11px; line-height: 1.75; }

.gallery { overflow: hidden; background: #061225; }
.gallery .section-heading h2 em { display: inline; }
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(3, 290px); gap: 12px; }
.gallery-item { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #0d2139; }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,13,26,.88), transparent 52%); content: ""; transition: background 350ms ease; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); transition: filter 350ms ease, transform 800ms ease; }
.gallery-item:hover img { filter: saturate(.95) contrast(1.05); transform: scale(1.035); }
.gallery-item:hover::after { background: linear-gradient(to top, rgba(4,13,26,.72), transparent 60%); }
.gallery-item-featured { grid-column: 1 / 5; grid-row: 1 / 3; }
.gallery-item-host { grid-column: 5 / 7; grid-row: 1; }
.gallery-item-team { grid-column: 5 / 7; grid-row: 2; }
.gallery-item-hall { grid-column: 1 / 4; grid-row: 3; }
.gallery-item-board { grid-column: 4 / 7; grid-row: 3; }
.gallery-item-featured img { object-position: center 43%; }
.gallery-item figcaption { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.gallery-item figcaption strong { font: 600 25px/1 var(--display); }
.gallery-item figcaption span { color: var(--gold); font-size: 7px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.gallery-item-featured figcaption strong { font-size: 38px; }

.process { background: #f0ece3; color: var(--navy); }
.process .section-heading h2 em { color: #9f7a34; }
.steps { display: grid; margin: 80px 0 0; padding: 0; grid-template-columns: repeat(4, 1fr); list-style: none; counter-reset: steps; }
.steps li { min-height: 250px; padding: 0 30px; border-left: 1px solid rgba(6,18,37,.17); }
.steps li:first-child { padding-left: 0; border-left: 0; }
.steps li > span { color: #a47d34; font: 600 15px var(--display); }
.steps h3 { margin: 65px 0 15px; font: 600 28px var(--display); }
.steps p { color: #68717d; font-size: 12px; line-height: 1.7; }

.reviews { overflow: hidden; background: #0a192e; }
.reviews::after { position: absolute; right: -180px; bottom: -280px; width: 600px; height: 600px; border: 1px solid rgba(217,175,91,.08); border-radius: 50%; content: ""; }
.reviews .section-heading { position: relative; z-index: 1; }
.reviews .section-heading h2 em { display: inline; }
.review-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { display: flex; min-height: 410px; padding: 34px; flex-direction: column; border: 1px solid var(--line); background: rgba(6,18,37,.54); transition: border-color 250ms ease, transform 250ms ease; }
.review-card:hover { border-color: rgba(217,175,91,.55); transform: translateY(-6px); }
.review-card-featured { background: linear-gradient(145deg, #173651, #0b1d34 78%); }
.review-stars { color: var(--gold); font-size: 11px; letter-spacing: .22em; }
.review-card blockquote { margin: 45px 0 40px; }
.review-card blockquote p { margin: 0; color: #d8dce1; font: 500 23px/1.35 var(--display); }
.review-author { display: flex; margin-top: auto; padding-top: 22px; align-items: center; gap: 14px; border-top: 1px solid rgba(255,255,255,.09); }
.review-author > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font: 600 16px var(--display); }
.review-author div { display: grid; gap: 3px; }
.review-author strong { color: var(--cream); font: 600 18px var(--display); }
.review-author small { color: #758394; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.quote-section { display: grid; min-height: 540px; place-items: center; overflow: hidden; background: radial-gradient(circle at center, #112b47, #061225 65%); text-align: center; }
.quote-section::before, .quote-section::after { position: absolute; width: 1px; height: 100%; background: var(--line); content: ""; transform: rotate(30deg); }
.quote-section::before { left: 18%; }.quote-section::after { right: 18%; }
.quote-mark { position: absolute; top: 10px; color: rgba(217,175,91,.09); font: 400 300px var(--display); }
blockquote { position: relative; max-width: 900px; margin: 0; }
blockquote p { margin-bottom: 30px; font: 500 clamp(40px,5vw,70px)/1.05 var(--display); }
blockquote footer { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; }

.contact { display: grid; grid-template-columns: 1fr .8fr; gap: 11%; background: #0a192e; }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.contact-copy > a { display: inline-block; margin-top: 22px; border-bottom: 1px solid var(--gold); padding-bottom: 5px; color: var(--gold-light); font: 600 21px var(--display); }
.contact-form { display: grid; gap: 26px; padding: 40px; border: 1px solid var(--line); background: rgba(6,18,37,.62); }
.contact-form label { display: grid; gap: 10px; }
.contact-form label > span { color: #8e9aa8; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.contact-form input, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.17); border-radius: 0; padding: 6px 0 14px; outline: 0; color: var(--cream); background: transparent; font-size: 14px; }
.contact-form input:focus, .contact-form select:focus { border-color: var(--gold); }
.contact-form select { appearance: none; background: linear-gradient(45deg, transparent 50%, var(--gold) 50%) calc(100% - 5px) 50%/5px 5px no-repeat, linear-gradient(135deg, var(--gold) 50%, transparent 50%) 100% 50%/5px 5px no-repeat; }
.contact-form option { color: var(--navy); }
.contact-form small { color: #657282; font-size: 9px; line-height: 1.5; text-align: center; }
.form-success { display: none; margin: 0; color: var(--gold-light); font-size: 12px; line-height: 1.6; text-align: center; }
.contact-form.submitted .form-success { display: block; }

.footer { display: grid; min-height: 160px; padding: 50px max(40px, calc((100vw - 1380px) / 2)); grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid var(--line); color: #667384; background: #05101f; font-size: 10px; }
.footer > p { margin: 0; text-align: center; text-transform: uppercase; letter-spacing: .12em; }
.footer > div { display: flex; justify-content: flex-end; gap: 24px; }
.footer > div a { color: var(--gold); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .header { width: calc(100% - 48px); }
  .nav { display: none; }
  .menu-button { display: grid; width: 42px; height: 42px; place-content: center; gap: 7px; }
  .menu-button span { display: block; width: 22px; height: 1px; background: var(--gold); }
  .menu-button.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .header-cta { margin-left: auto; margin-right: 25px; }
  .header.menu-open .nav { position: absolute; top: 90px; right: 0; display: flex; width: 280px; padding: 28px; flex-direction: column; gap: 20px; border: 1px solid var(--line); background: #08172a; }
  .hero { min-height: 820px; padding-top: 170px; grid-template-columns: 58% 42%; }
  .hero-scene { transform: scale(1.18); transform-origin: left center; }
  .format-card { min-height: 620px; padding: 24px; }
  .format-icon { width: 150px; height: 150px; margin: 40px auto 35px; transform: scale(.85); }
  .experience { gap: 5%; }
}

@media (max-width: 760px) {
  .header { width: calc(100% - 36px); height: 78px; }
  .header-cta { display: none; }
  .logo-mark { width: 36px; height: 36px; font-size: 18px; }
  .logo-name { font-size: 13px; }
  .hero { display: block; min-height: 900px; padding: 130px 20px 50px; }
  .hero-copy { padding-bottom: 0; }
  h1 { font-size: clamp(57px, 17vw, 78px); }
  .hero-text { font-size: 14px; line-height: 1.7; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 30px; }
  .button { width: 100%; }
  .hero-scene { width: 84%; margin: 35px auto 0; transform: none; }
  .hero-meta { position: relative; bottom: auto; left: auto; display: grid; margin-top: 20px; grid-template-columns: repeat(3, 1fr); gap: 5px; }
  .hero-meta div { display: flex; align-items: flex-start; flex-direction: column; gap: 4px; }
  .hero-meta strong { font-size: 20px; }
  .hero-meta span { font-size: 7px; }
  .section { padding: 85px 20px; }
  .manifesto { min-height: 580px; }
  .manifesto-content { width: 100%; margin-top: 40px; }
  .manifesto h2, .section-heading h2, .experience h2, .contact h2 { font-size: 48px; }
  .manifesto-content > p:last-child { font-size: 14px; }
  .signature { font-size: 230px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 40px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-card { min-height: 580px; }
  .format-card:hover { transform: none; }
  .experience { display: flex; flex-direction: column-reverse; gap: 65px; }
  .experience-copy h2 em { display: inline; }
  .experience-visual { width: 110%; }
  .host-grid { grid-template-columns: 1fr; }
  .host-card { min-height: 540px; flex-direction: row; }
  .host-card:hover { transform: none; }
  .host-photo { width: 63%; height: auto; min-height: 540px; flex: 0 0 63%; }
  .host-info { min-height: 540px; padding: 25px 18px; }
  .host-info h3 { font-size: 34px; }
  .host-info > span { font-size: 10px; }
  .gallery-grid { display: flex; flex-direction: column; gap: 10px; }
  .gallery-item { height: 290px; flex: 0 0 290px; }
  .gallery-item-featured { height: 440px; flex-basis: 440px; }
  .gallery-item:hover img { transform: none; }
  .gallery-item figcaption { right: 18px; bottom: 18px; left: 18px; }
  .gallery-item-featured figcaption strong { font-size: 30px; }
  .steps { margin-top: 45px; grid-template-columns: 1fr 1fr; }
  .steps li { min-height: 210px; padding: 20px; border-top: 1px solid rgba(6,18,37,.15); }
  .steps li:first-child { padding-left: 20px; border-top: 1px solid rgba(6,18,37,.15); border-left: 1px solid rgba(6,18,37,.17); }
  .steps li:nth-child(odd) { border-left: 0; }
  .steps h3 { margin-top: 35px; font-size: 24px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 350px; padding: 28px 24px; }
  .review-card:hover { transform: none; }
  .review-card blockquote { margin: 35px 0; }
  .review-card blockquote p { font-size: 24px; }
  .quote-section { min-height: 480px; }
  blockquote p { font-size: 42px; }
  .contact { grid-template-columns: 1fr; gap: 50px; }
  .contact-form { padding: 28px 20px; }
  .footer { display: flex; padding: 45px 20px; align-items: flex-start; flex-direction: column; gap: 28px; }
  .footer > p { text-align: left; }
  .footer > div { justify-content: flex-start; }
}

@media (max-width: 430px) {
  .host-card { min-height: 0; flex-direction: column; }
  .host-photo { width: 100%; height: 470px; min-height: 470px; flex-basis: auto; }
  .host-info { min-height: 250px; padding: 28px 24px; }
}

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