:root {
  --ink: #171713;
  --paper: #f8f1df;
  --cream: #fffaf0;
  --yellow: #fac61d;
  --orange: #f36c35;
  --coral: #ee4d2d;
  --muted: #716e66;
  --line: rgba(23, 23, 19, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.4; overflow-x: hidden; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.section-pad { padding-left: clamp(24px, 6vw, 96px); padding-right: clamp(24px, 6vw, 96px); }

.topline { height: 37px; background: var(--ink); color: var(--paper); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(18px, 4vw, 66px); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.topline p { margin: 0; opacity: .86; }
.topline a { color: var(--yellow); }
.topline a span { font-size: 14px; vertical-align: -1px; }

.site-header { height: 98px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 6vw, 96px); background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.brand { display: block; width: 153px; }
.brand img, .footer-brand img { mix-blend-mode: multiply; }
.site-nav { display: flex; align-items: center; gap: clamp(17px, 2.4vw, 42px); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { position: absolute; content: ""; height: 2px; width: 0; background: var(--orange); bottom: -7px; left: 0; transition: width .2s; }
.site-nav > a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { background: var(--ink); color: #fff; padding: 14px 18px; }
.menu-button { display: none; border: 0; background: none; padding: 5px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px; }

.hero { min-height: min(770px, calc(100vh - 135px)); padding-top: clamp(45px, 9vh, 100px); padding-bottom: 65px; background: var(--ink); color: var(--paper); position: relative; display: grid; grid-template-columns: minmax(400px, .98fr) minmax(440px, 1.02fr); gap: clamp(40px, 6vw, 115px); align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 660px; height: 660px; border: 1px solid rgba(250, 198, 29, .35); border-radius: 50%; left: -385px; bottom: -365px; }
.hero::after { content: ""; position: absolute; top: 30px; right: -52px; width: 220px; height: 320px; background-image: radial-gradient(rgba(255,255,255,.15) 1px, transparent 1px); background-size: 10px 10px; opacity: .55; }
.hero-copy { position: relative; z-index: 1; align-self: center; }
.eyebrow { margin: 0 0 17px; color: var(--yellow); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: currentColor; vertical-align: middle; margin: 0 8px 3px 0; }
.eyebrow-dark { color: var(--orange); }
h1, h2, h3 { margin: 0; font-weight: 900; text-transform: uppercase; letter-spacing: -.065em; line-height: .9; }
h1 { font-size: clamp(64px, 8vw, 135px); max-width: 740px; }
h1 em, h2 em { color: var(--yellow); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.08em; text-transform: none; }
.hero-intro { max-width: 455px; margin: 31px 0 28px; color: #e6e0d2; line-height: 1.6; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 34px; border: 0; padding: 17px 21px; text-transform: uppercase; letter-spacing: .065em; font-size: 11px; font-weight: 800; transition: transform .18s, background .18s; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 19px; line-height: 8px; }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--paper); }
.text-link { color: var(--paper); text-transform: uppercase; font-size: 11px; font-weight: bold; letter-spacing: .07em; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 5px; }
.text-link span { color: var(--yellow); margin-left: 8px; font-size: 16px; }
.text-link.dark { color: var(--ink); border-color: var(--ink); }
.reservation-actions { display:flex; align-items:center; gap:18px; flex-wrap:wrap; margin-top:22px; }
.manual-wave-box { position:relative; overflow:hidden; }
.manual-wave-box::after { content:"WAVE"; position:absolute; right:-18px; top:18px; font-size:76px; line-height:1; font-weight:900; letter-spacing:-.08em; color:rgba(23,23,19,.05); transform:rotate(-6deg); pointer-events:none; }
.reservation-code-card { margin:22px 0; padding:18px; background:var(--ink); color:var(--paper); box-shadow:8px 8px 0 var(--yellow); }
.reservation-code-card span { display:block; color:var(--yellow); font-size:10px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.reservation-code-card strong { display:block; margin-top:8px; font-size:clamp(26px, 5vw, 44px); line-height:.95; letter-spacing:-.06em; }
.reservation-code-card small { display:block; margin-top:10px; max-width:430px; color:#f8f1df; font-weight:700; line-height:1.45; }
.manual-payment-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:22px 0; }
.manual-payment-steps article { padding:15px; background:#fff8e7; border:1px solid rgba(23,23,19,.12); }
.manual-payment-steps b { display:block; margin-bottom:8px; color:var(--orange); font-size:13px; }
.manual-payment-steps span { display:block; font-weight:800; line-height:1.35; }

.hero-media { position: relative; z-index: 1; width: min(100%, 550px); justify-self: end; padding: 25px 24px 0 0; }
.hero-photo-wrap { position: relative; width: 100%; height: clamp(360px, 48vw, 530px); overflow: hidden; clip-path: polygon(6% 0, 100% 4%, 96% 94%, 0 100%); }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(246, 162, 16, .32), transparent 45%); mix-blend-mode: multiply; }
.hero-photo-wrap img { height: 100%; width: 100%; object-fit: cover; object-position: 50% 45%; transition: opacity .45s ease, transform 5s ease; }
.hero-photo-wrap img.is-changing { opacity: .12; transform: scale(1.035); }
.hero-date { position: absolute; z-index: 2; top: 0; left: -42px; background: var(--yellow); color: var(--ink); display: flex; align-items: center; gap: 11px; padding: 16px 24px 15px; transform: rotate(-5deg); }
.hero-date strong { font-size: 47px; letter-spacing: -.08em; line-height: .75; }
.hero-date span { font-size: 10px; font-weight: 800; line-height: 1.15; letter-spacing: .08em; }
.hero-location { font-weight: bold; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; margin: 15px 0 0; color: #fbf5e8; }
.hero-location a { color: inherit; text-decoration: underline; text-underline-offset: 4px; }
.pin { color: var(--coral); font-size: 16px; margin-right: 6px; }
.hero-sticker { position: absolute; z-index: 3; right: -37px; bottom: 52px; width: 113px; height: 113px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--coral); color: #fff; transform: rotate(13deg); font-size: 39px; line-height: .78; font-weight: 900; border: 4px solid var(--ink); }
.hero-sticker small { font-size: 10px; letter-spacing: .05em; }
.hero-scroll { position: absolute; bottom: 29px; left: clamp(24px, 6vw, 96px); z-index: 3; font-size: 9px; letter-spacing: .16em; font-weight: bold; color: #cbc5b8; }
.hero-scroll span { height: 42px; width: 1px; background: var(--yellow); display: inline-block; margin-left: 13px; vertical-align: middle; }

.event-strip { display: grid; grid-template-columns: 1fr 1.2fr 1fr auto; align-items: stretch; border-bottom: 1px solid var(--line); background: var(--cream); padding-left: clamp(24px, 6vw, 96px); }
.event-strip > div { padding: 24px clamp(15px, 3vw, 45px) 24px 0; }
.event-strip span { display: block; color: var(--orange); font-size: 9px; letter-spacing: .13em; font-weight: 700; margin-bottom: 5px; }
.event-strip strong { font-size: 15px; text-transform: uppercase; letter-spacing: -.03em; }
.event-strip strong small { font-size: 9px; letter-spacing: .03em; }
.event-strip strong a { color: inherit; text-decoration: underline; text-underline-offset: 4px; }
.event-strip > a { background: var(--orange); padding: 0 29px; display: grid; place-content: center; color: white; font-size: 11px; text-transform: uppercase; font-weight: 800; letter-spacing: .05em; }
.event-strip b { font-size: 20px; display: inline-block; margin-left: 12px; }

.about { padding-top: clamp(80px, 12vw, 160px); padding-bottom: clamp(80px, 12vw, 160px); display: grid; grid-template-columns: 1fr 1fr; gap: min(10vw, 170px); }
h2 { font-size: clamp(50px, 6.4vw, 101px); }
.about h2 em { color: var(--orange); }
.about-content { padding-top: 45px; max-width: 540px; }
.lead { font-size: clamp(18px, 2vw, 24px); line-height: 1.35; letter-spacing: -.03em; font-weight: 600; margin: 0 0 28px; }
.about-content > p:not(.lead) { color: #514f49; line-height: 1.65; margin: 0; }
.about-highlights { margin-top: 48px; padding-top: 23px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.about-highlights article { display: flex; align-items: center; gap: 9px; }
.about-highlights b { font-size: clamp(25px, 3vw, 38px); letter-spacing: -.07em; color: var(--orange); white-space: nowrap; }
.about-highlights span { font-size: 10px; font-weight: bold; line-height: 1.2; text-transform: uppercase; }
.ticker { background: var(--yellow); padding: 16px 0; white-space: nowrap; overflow: hidden; font-size: clamp(20px, 2.5vw, 34px); font-weight: 900; letter-spacing: -.05em; }
.ticker div { animation: scroll 23s linear infinite; width: max-content; }
@keyframes scroll { to { transform: translateX(-30%); } }

.impact { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(360px, 1.1fr); gap: clamp(50px, 10vw, 160px); align-items: center; padding-top: clamp(80px, 11vw, 150px); padding-bottom: clamp(80px, 11vw, 150px); background: #f4e8d2; }
.impact-photo { position: relative; max-width: 550px; }
.impact-photo img { width: 100%; aspect-ratio: .84; object-fit: cover; object-position: 52% center; clip-path: polygon(0 3%, 96% 0, 100% 95%, 4% 100%); }
.impact-photo span { position: absolute; right: -25px; bottom: 31px; color: var(--ink); background: var(--yellow); padding: 12px 18px; font-size: 16px; font-weight: 900; line-height: .92; transform: rotate(-4deg); }
.impact-copy h2 em { color: var(--orange); }
.impact-copy .lead { margin: 28px 0 18px; }
.impact-copy > p:not(.eyebrow):not(.lead) { max-width: 550px; color: #575149; line-height: 1.65; margin: 0 0 30px; }

.earnings { color: var(--paper); background: var(--ink); padding-top: clamp(80px, 11vw, 150px); padding-bottom: clamp(80px, 11vw, 150px); display: grid; grid-template-columns: minmax(310px, .87fr) minmax(400px, 1.13fr); gap: clamp(50px, 10vw, 180px); align-items: center; position: relative; }
.earnings::after { content: ""; position: absolute; right: 0; bottom: 0; width: 170px; height: 220px; background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px); background-size: 9px 9px; }
.earnings-photo { position: relative; }
.earnings-photo img { aspect-ratio: .78; width: 100%; object-fit: cover; filter: saturate(.93); clip-path: polygon(0 2%, 95% 0, 100% 96%, 6% 100%); }
.earnings-photo::after { content: ""; position: absolute; inset: 0; background: var(--orange); mix-blend-mode: multiply; opacity: .25; clip-path: polygon(0 2%, 95% 0, 100% 96%, 6% 100%); }
.photo-label { position: absolute; color: var(--ink); background: var(--yellow); z-index: 2; bottom: 18px; right: -30px; padding: 12px 16px; font-weight: 900; line-height: 1; font-size: 16px; transform: rotate(-4deg); }
.earnings-copy { position: relative; z-index: 2; }
.earnings-copy h2 { margin-bottom: 29px; }
.earnings-copy .lead { color: #e5dfd1; max-width: 600px; }
.money-card { margin: 31px 0 25px; border: 1px solid rgba(255,255,255,.35); padding: 22px; background: rgba(255,255,255,.04); }
.money-caption { font-size: 11px; color: #d7d1c5; text-transform: uppercase; letter-spacing: .055em; margin: 0 0 17px; }
.money-caption strong { color: var(--yellow); }
.money-flow { display: grid; grid-template-columns: 1fr 15px 1fr 15px 1fr; gap: 7px; align-items: center; }
.money-flow div { border-left: 3px solid var(--orange); padding-left: 8px; }
.money-flow div:nth-of-type(2) { border-color: var(--yellow); }
.money-flow div:nth-of-type(3) { border-color: var(--coral); }
.money-flow span { display: block; font-size: 17px; letter-spacing: -.06em; font-weight: 800; white-space: nowrap; }
.money-flow small { font-size: 9px; text-transform: uppercase; color: #c1baad; font-weight: bold; }
.money-flow i { font-style: normal; color: #777269; text-align: center; }
.money-note { border-top: 1px solid rgba(255,255,255,.18); margin: 19px 0 0; padding-top: 14px; font-size: 13px; color: #ded7ca; }
.money-note strong { color: white; }

.calculator { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 10vw, 160px); align-items: center; padding-top: clamp(80px, 10vw, 140px); padding-bottom: clamp(80px, 10vw, 140px); background: #f4e8d2; }
.calculator-title h2 em { color: var(--orange); }
.calculator-title > p:last-child { max-width: 290px; color: #575149; margin: 25px 0 0; }
.calculator-card { padding: clamp(24px, 4vw, 55px); border-top: 10px solid var(--orange); background: var(--cream); box-shadow: 13px 13px 0 var(--yellow); max-width: 680px; }
.calculator-card > label { display: block; font-size: 12px; text-transform: uppercase; font-weight: 800; letter-spacing: .03em; }
.counter { margin: 13px 0 29px; display: grid; grid-template-columns: 55px 1fr 55px; height: 69px; }
.counter button { border: 1px solid var(--ink); background: var(--cream); font-size: 29px; }
.counter button:hover { background: var(--yellow); }
.counter input { background: var(--ink); color: var(--yellow); border: 0; text-align: center; font-size: 34px; font-weight: 800; outline: none; }
.counter input::-webkit-inner-spin-button { appearance: none; }
.result-line { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 13px; }
.result-line strong { font-size: 17px; white-space: nowrap; }
.result-line b { color: var(--orange); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.deduction strong { color: var(--coral); }
.result-total { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; }
.result-total span { text-transform: uppercase; letter-spacing: .07em; font-weight: 800; font-size: 11px; }
.result-total strong { font-size: clamp(32px, 4vw, 52px); line-height: .9; letter-spacing: -.08em; color: var(--orange); }
.result-total small { font-size: 12px; letter-spacing: .02em; }
.calculation-note { margin: 23px 0 0; padding-top: 13px; border-top: 1px dashed var(--line); color: var(--muted); font-size: 11px; line-height: 1.5; }

.awards { padding-top: clamp(80px, 11vw, 150px); padding-bottom: clamp(80px, 11vw, 150px); background: var(--orange); position: relative; overflow: hidden; }
.awards::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(0,0,0,.11) 1px, transparent 1px); background-size: 11px 11px; opacity: .5; }
.awards-heading, .award-grid { position: relative; }
.awards-heading { color: var(--ink); max-width: 630px; }
.awards-heading .eyebrow { color: var(--ink); }
.awards-heading h2 em { color: var(--paper); }
.awards-heading > p:last-child { max-width: 500px; font-size: 18px; line-height: 1.5; font-weight: 600; margin: 25px 0 50px; }
.award-grid { display: grid; grid-template-columns: 1.12fr 1fr 1fr; align-items: stretch; gap: 13px; }
.award-card { padding: clamp(22px, 3vw, 40px); min-height: 395px; display: flex; flex-direction: column; }
.award-primary { background: var(--ink); color: var(--paper); }
.award-voter { background: var(--yellow); }
.award-raffle { background: var(--paper); }
.card-icon { font-size: 27px; margin-bottom: auto; }
.award-kicker { font-size: 9px; margin: 34px 0 10px; letter-spacing: .14em; font-weight: 900; }
.award-card h3 { font-size: clamp(28px, 3.4vw, 48px); }
.award-card > strong { font-size: clamp(31px, 4vw, 57px); letter-spacing: -.08em; line-height: 1; margin: 22px 0 12px; }
.award-card > strong small { font-size: 12px; letter-spacing: .02em; }
.award-card > p:not(.award-kicker) { font-size: 12px; line-height: 1.55; margin: 0; max-width: 290px; }
.award-card a { margin-top: 23px; font-size: 11px; text-transform: uppercase; letter-spacing: .055em; font-weight: 800; }
.award-card a span { color: var(--coral); font-size: 20px; margin-left: 8px; }
.award-primary a { color: var(--yellow); }

.vote-callout { min-height: 650px; padding-top: clamp(80px, 10vw, 130px); padding-bottom: clamp(80px, 10vw, 130px); display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; background: #e9ddb7; overflow: hidden; }
.vote-copy { max-width: 650px; position: relative; z-index: 2; }
.vote-copy h2 em { color: var(--coral); }
.vote-copy > p:not(.eyebrow) { max-width: 500px; font-size: 17px; line-height: 1.55; margin: 28px 0 31px; }
.vote-poster { justify-self: center; position: relative; background: var(--ink); width: min(100%, 400px); aspect-ratio: .76; color: var(--yellow); overflow: hidden; transform: rotate(5deg); box-shadow: 19px 21px 0 var(--coral); }
.vote-poster > span { position: absolute; left: 24px; top: 29px; font-size: clamp(51px, 6vw, 76px); line-height: .79; font-weight: 900; letter-spacing: -.075em; z-index: 2; }
.vote-poster > b { position: absolute; bottom: 24px; right: 26px; color: var(--paper); text-align: right; font-size: 30px; line-height: .8; letter-spacing: -.06em; z-index: 2; }
.poster-ring { position: absolute; width: 270px; height: 270px; border: 27px solid var(--orange); border-radius: 50%; left: 41px; top: 125px; }
.ring-two { width: 180px; height: 180px; left: 93px; top: 170px; border-color: var(--yellow); }

.vote-rules { padding-top: clamp(80px, 11vw, 150px); padding-bottom: clamp(80px, 11vw, 150px); background: var(--cream); }
.vote-rules-title { max-width: 690px; }
.vote-rules-title h2 em { color: var(--orange); }
.vote-rules-title > p:not(.eyebrow) { max-width: 590px; margin: 27px 0 45px; color: #555048; font-size: 17px; line-height: 1.55; }
.vote-rules-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.vote-rules-grid article { min-height: 250px; padding: 27px 23px; border: 1px solid var(--line); background: var(--paper); }
.vote-rules-grid article:nth-child(2) { background: var(--yellow); }
.vote-rules-grid article:nth-child(3) { background: var(--ink); color: var(--paper); }
.vote-rules-grid article:nth-child(4) { background: var(--orange); }
.vote-rules-grid span { display: block; color: var(--orange); font-size: 14px; font-weight: 900; letter-spacing: -.04em; }
.vote-rules-grid article:nth-child(2) span, .vote-rules-grid article:nth-child(4) span { color: var(--ink); }
.vote-rules-grid article:nth-child(3) span { color: var(--yellow); }
.vote-rules-grid h3 { font-size: 27px; margin: 27px 0 13px; }
.vote-rules-grid p { margin: 0; font-size: 12px; line-height: 1.55; }
.vote-disclaimer { margin: 20px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }

.stands { background: var(--ink); color: var(--paper); padding-top: clamp(80px, 11vw, 150px); padding-bottom: clamp(80px, 11vw, 150px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 150px); }
.stands-intro { max-width: 560px; }
.stands-intro h2 { margin-bottom: 28px; }
.stands-intro > p:not(.eyebrow) { color: #ded6c8; font-size: 16px; line-height: 1.6; }
.stands-intro .private-note { margin-top: 18px; padding: 13px 15px; border-left: 3px solid var(--yellow); background: rgba(255,255,255,.08); font-size: 12px; color: #eee8dc; }
.stands-visual { max-width: 530px; position: relative; justify-self: end; }
.stands-visual img { width: 100%; aspect-ratio: 1.08; object-fit: cover; clip-path: polygon(5% 0, 100% 3%, 95% 100%, 0 95%); }
.stands-visual span { position: absolute; right: -19px; bottom: 25px; background: var(--orange); color: #fff; padding: 14px 18px; font-size: 17px; font-weight: 900; line-height: .9; transform: rotate(-5deg); }
.stand-steps { margin-top: 46px; border-top: 1px solid rgba(255,255,255,.25); }
.stand-steps > div { display: flex; gap: 13px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); padding: 12px 0; }
.stand-steps b { color: var(--yellow); font-size: 19px; letter-spacing: -.07em; }
.stand-steps span { font-size: 11px; text-transform: uppercase; line-height: 1.2; font-weight: bold; }
.application-form { position: relative; background: var(--cream); color: var(--ink); padding: clamp(24px, 4vw, 55px); min-height: 590px; overflow: hidden; }
.candidate-gate { padding-top: 17px; max-width: 480px; }
.candidate-gate h3 { font-size: clamp(31px, 3.2vw, 48px); margin: 15px 0 23px; }
.candidate-gate > p:not(.eyebrow) { color: #5d5850; line-height: 1.6; font-size: 14px; }
.candidate-gate .check-label { margin-top: 28px; }
#open-candidature[disabled] { opacity: .36; cursor: not-allowed; transform: none; }
.form-top { display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 800; letter-spacing: .1em; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.form-top b { color: var(--orange); }
.form-top i { font-style: normal; }
.form-page { display: none; padding-top: 30px; }
.form-page.is-active { display: block; }
.form-page h3, .form-success h3 { font-size: clamp(30px, 3vw, 46px); margin-bottom: 25px; }
.conditions-box { padding: 17px 20px; background: #f3e4c8; font-size: 12px; line-height: 1.45; }
.conditions-box p { font-weight: bold; margin: 0 0 8px; }
.conditions-box ul { margin: 0; padding-left: 17px; }
.conditions-box li { margin: 6px 0; }
.check-label { display: flex; gap: 10px; align-items: flex-start; margin: 22px 0; font-size: 12px; line-height: 1.4; font-weight: bold; cursor: pointer; }
.check-label input { display: none; }
.check-label span { flex: 0 0 19px; height: 19px; border: 2px solid var(--ink); margin-top: -1px; position: relative; }
.check-label input:checked + span { background: var(--yellow); }
.check-label input:checked + span::after { content: "✓"; position: absolute; left: 2px; top: -5px; font-size: 19px; }
.next-page[disabled] { opacity: .36; cursor: not-allowed; transform: none; }
.form-page > label { display: block; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; font-weight: 800; margin: 15px 0 0; }
.form-page input:not([type="file"]), .form-page textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; padding: 9px 0; outline: 0; font-size: 14px; color: var(--ink); }
.form-page input:focus, .form-page textarea:focus { border-color: var(--orange); }
.form-page input[type="file"] { font-size: 12px; padding-top: 9px; max-width: 100%; }
.form-page input[type="file"]::file-selector-button { border: 0; background: var(--yellow); padding: 7px 9px; margin-right: 8px; font-weight: bold; }
.optional { color: var(--muted); text-transform: none; letter-spacing: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-buttons { display: flex; gap: 16px; align-items: center; justify-content: space-between; margin-top: 25px; }
.back-page { border: 0; background: none; padding: 8px 0; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.form-success { text-align: center; padding: 105px 20px 25px; }
.form-success > span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; margin: 0 auto 18px; background: var(--yellow); font-size: 29px; font-weight: bold; }
.form-success p { max-width: 370px; margin: 0 auto; color: #5c5851; line-height: 1.6; font-size: 13px; }

.gallery { padding-top: clamp(80px, 11vw, 150px); padding-bottom: clamp(80px, 11vw, 150px); }
.gallery-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.gallery-head h2 em { color: var(--orange); }
.gallery-head > p { max-width: 330px; margin: 0 0 10px; line-height: 1.5; }
.gallery-tip { color: var(--muted); font-size: 11px; text-transform: uppercase; font-weight: bold; letter-spacing: .045em; margin: -29px 0 20px; }
.gallery-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; grid-template-rows: 230px 230px 180px; gap: 12px; }
.gallery-grid a { margin: 0; overflow: hidden; position: relative; display: block; background: var(--ink); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-grid a:hover img { transform: scale(1.05); opacity: .9; }
.gallery-main { grid-row: span 2; }
.gallery-main span { position: absolute; bottom: 0; left: 0; padding: 15px 18px; background: var(--yellow); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.gallery-grid a:nth-child(2) { grid-column: 2 / 4; }
.video-gallery { margin-top: 30px; background: var(--ink); color: var(--paper); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(25px, 6vw, 85px); padding: clamp(24px, 5vw, 56px); align-items: center; }
.video-gallery h3 { font-size: clamp(29px, 4vw, 54px); }
.video-gallery h3 + p { max-width: 370px; color: #d8d0c3; line-height: 1.55; font-size: 13px; }
.video-gallery video { width: 100%; max-height: 420px; background: #000; display: block; }

.faq { padding-top: clamp(80px, 11vw, 150px); padding-bottom: clamp(80px, 11vw, 150px); background: var(--ink); color: var(--paper); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 10vw, 150px); }
.faq-list { border-top: 1px solid rgba(255,255,255,.3); }
.faq details { border-bottom: 1px solid rgba(255,255,255,.3); }
.faq summary { list-style: none; cursor: pointer; padding: 19px 30px 19px 0; position: relative; font-size: clamp(15px, 2vw, 20px); line-height: 1.2; font-weight: bold; letter-spacing: -.02em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { position: absolute; right: 0; color: var(--yellow); font-size: 22px; line-height: .7; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -2px 20px 18px 0; color: #d1cbc0; font-size: 14px; line-height: 1.6; }

.newsletter { text-align: center; padding-top: clamp(80px, 11vw, 140px); padding-bottom: clamp(80px, 11vw, 140px); background: var(--yellow); background-image: linear-gradient(135deg, transparent 49.7%, rgba(255,255,255,.33) 50%, transparent 50.3%); background-size: 16px 16px; }
.newsletter .eyebrow { color: var(--ink); }
.newsletter h2 em { color: var(--coral); }
.newsletter form { display: flex; max-width: 560px; margin: 35px auto 0; border-bottom: 2px solid var(--ink); }
.newsletter input { flex: 1; min-width: 0; border: 0; background: transparent; outline: 0; padding: 14px 17px; font-size: 16px; }
.newsletter .button { padding-top: 15px; padding-bottom: 15px; }
.newsletter-message { height: 20px; margin: 12px 0 0; font-size: 12px; font-weight: bold; }

.candidate-page-body { background: #f4e8d2; }
.candidate-header { background: var(--cream); }
.candidate-main { display: grid; grid-template-columns: minmax(300px, .87fr) minmax(400px, 1.13fr); gap: clamp(45px, 9vw, 145px); align-items: center; padding-top: clamp(70px, 10vw, 130px); padding-bottom: clamp(70px, 10vw, 130px); }
.candidate-aside { position: relative; max-width: 555px; }
.candidate-aside h1 { color: var(--ink); font-size: clamp(56px, 6.2vw, 100px); }
.candidate-aside h1 em { color: var(--orange); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.08em; text-transform: none; }
.candidate-aside > p:not(.eyebrow) { max-width: 440px; color: #575149; font-size: 17px; line-height: 1.55; margin: 27px 0 30px; }
.candidate-aside img { width: 100%; max-width: 450px; aspect-ratio: 1.15; object-fit: cover; clip-path: polygon(5% 0, 100% 4%, 95% 100%, 0 95%); }
.candidate-date { position: absolute; left: min(61%, 278px); bottom: 0; display: flex; align-items: center; gap: 9px; color: var(--ink); background: var(--yellow); padding: 12px 18px; transform: rotate(-4deg); }
.candidate-date b { font-size: 40px; line-height: .8; letter-spacing: -.08em; }
.candidate-date span { font-size: 9px; font-weight: 800; line-height: 1.1; letter-spacing: .06em; }
.candidate-application { box-shadow: 12px 12px 0 var(--orange); }
.alert-public { margin: 0 0 22px; padding: 13px 15px; font-size: 13px; line-height: 1.45; font-weight: 700; }
.alert-success { background: #dcefd7; border-left: 4px solid #3f7f3d; color: #224d22; }
.alert-error { background: #ffe1dc; border-left: 4px solid var(--coral); color: #8e2c1b; }
.privacy-copy { color: var(--muted); font-size: 11px !important; margin-top: 22px !important; }
.candidate-help { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-top: 24px; padding-bottom: 24px; background: var(--yellow); }
.candidate-help p { margin: 0; font-size: 12px; }
.candidate-help a { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }

.vote-page { background: #f4e8d2; }
.vote-main { padding-top: clamp(70px, 10vw, 130px); padding-bottom: clamp(70px, 10vw, 130px); }
.vote-page-head { max-width: 730px; margin-bottom: 52px; }
.vote-page-head h1 { color: var(--ink); }
.vote-page-head h1 em { color: var(--orange); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.08em; text-transform: none; }
.vote-page-head > p:not(.eyebrow) { max-width: 560px; color: #575149; font-size: 18px; line-height: 1.55; margin: 28px 0; }
.vote-price { display: inline-block; background: var(--ink); color: var(--yellow); padding: 14px 18px; font-size: 28px; line-height: .8; letter-spacing: -.07em; }
.vote-price small { color: var(--paper); font-size: 10px; letter-spacing: .05em; }
.vote-closed { max-width: 720px; background: var(--ink); color: var(--paper); padding: 20px 24px; font-size: 14px; line-height: 1.5; }
.vote-form { max-width: 1050px; }
.nominee-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.nominee-card { display: block; position: relative; overflow: hidden; background: var(--cream); cursor: pointer; border: 3px solid transparent; transition: transform .18s, border-color .18s; }
.nominee-card:hover { transform: translateY(-4px); }
.nominee-card input { position: absolute; opacity: 0; pointer-events: none; }
.nominee-card input:checked ~ .vote-select { background: var(--yellow); color: var(--ink); }
.nominee-card input:checked ~ .nominee-info { border-left-color: var(--orange); }
.nominee-photo { display: block; aspect-ratio: 1; background: var(--ink); }
.nominee-photo img { width: 100%; height: 100%; object-fit: cover; }
.nominee-info { display: block; border-left: 5px solid var(--ink); padding: 15px 16px; }
.nominee-info b { display: block; font-size: 19px; line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.nominee-info small { display: block; margin-top: 7px; font-size: 10px; text-transform: uppercase; font-weight: bold; color: var(--muted); }
.vote-select { display: block; background: var(--ink); color: var(--paper); padding: 11px 16px; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; font-weight: 900; }
.vote-open { width: 100%; border: 0; cursor: pointer; transition: background .18s, color .18s; }.vote-open:hover { background: var(--yellow); color: var(--ink); }.vote-open:disabled { cursor: not-allowed; opacity: .55; }
.voter-details { margin-top: 30px; max-width: 650px; background: var(--cream); padding: clamp(23px, 4vw, 45px); box-shadow: 10px 10px 0 var(--orange); }
.voter-details h2 { margin: 0 0 19px; font-size: 38px; letter-spacing: -.07em; text-transform: uppercase; }
.voter-details label { display: block; margin-top: 14px; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; font-weight: 900; }
.voter-details input, .voter-details select { display: block; width: 100%; padding: 9px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; outline: 0; }
.voter-details button { margin-top: 29px; }
.vote-total { margin: 16px 0 5px; font-size: 14px; }.vote-total strong { color: var(--orange); font-size: 20px; }
.vote-modal[hidden] { display: none; }.vote-modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 24px; background: rgba(23,23,19,.72); }.vote-modal-card { position: relative; width: min(100%,680px); max-height: calc(100vh - 48px); overflow: auto; background: var(--cream); padding: clamp(28px,5vw,58px); box-shadow: 14px 14px 0 var(--orange); }.vote-modal-card h2 { font-size: clamp(43px,5vw,68px); }.vote-modal-card h2 em { color: var(--orange); font-family:Georgia,'Times New Roman',serif;font-weight:400;text-transform:none; }.vote-modal-close { position:absolute;right:16px;top:12px;border:0;background:none;font-size:29px;line-height:1;cursor:pointer; }.vote-form label { display:block;margin-top:16px;font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:900; }.vote-form input,.vote-form select { display:block;width:100%;padding:10px 0;border:0;border-bottom:1px solid var(--line);background:transparent;outline:0; }.vote-form button { margin-top:28px; }

.reservation-launch { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 8vw, 120px); align-items: center; padding-top: clamp(70px, 10vw, 125px); padding-bottom: clamp(70px, 10vw, 125px); background: var(--cream); }
.reservation-launch-copy { max-width: 610px; }.reservation-launch h2 { font-size: clamp(50px, 6vw, 94px); }.reservation-launch h2 em { color: var(--orange); }.reservation-launch p:not(.eyebrow) { max-width: 530px; margin: 25px 0; color: #575149; font-size: 16px; line-height: 1.6; }
.reservation-launch-timer { background: var(--yellow); padding: clamp(28px, 5vw, 60px); box-shadow: 13px 13px 0 var(--ink); }.reservation-launch-timer > span { display: block; font-size: 10px; font-weight: 900; letter-spacing: .1em; }.reservation-launch-timer strong { display: block; margin: 16px 0; font-size: clamp(25px, 3vw, 45px); line-height: 1; letter-spacing: -.07em; }.reservation-launch-timer strong b { font-size: 1.35em; }.reservation-launch-timer small { font-size: 10px; font-weight: 800; line-height: 1.45; text-transform: uppercase; }

.reservation-page { background: #f4e8d2; }.reservation-main { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(400px, 1.1fr); align-items: start; gap: clamp(45px, 9vw, 140px); padding-top: clamp(70px, 10vw, 130px); padding-bottom: clamp(70px, 10vw, 130px); }.reservation-intro { max-width: 570px; }.reservation-intro h1 { font-size: clamp(53px, 6.3vw, 100px); }.reservation-intro h1 em, .reservation-panel h2 em { color: var(--orange); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.08em; text-transform: none; }.reservation-intro > p:not(.eyebrow):not(.no-refund-note) { color: #575149; font-size: 17px; line-height: 1.6; margin: 27px 0; }.reservation-offers { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.reservation-offers article { min-height: 160px; padding: 18px; background: var(--ink); color: var(--paper); }.reservation-offers .priority-card { background: var(--yellow); color: var(--ink); }.reservation-offers span { display: block; font-size: 9px; letter-spacing: .1em; font-weight: 900; }.reservation-offers b { display: block; margin: 22px 0 9px; font-size: 28px; letter-spacing: -.07em; }.reservation-offers small { font-size: 10px; line-height: 1.45; }.reservation-assurance { margin: 19px 0 0 !important; padding: 13px 15px; background: var(--yellow); color: var(--ink) !important; font-size: 12px !important; font-weight: 900; line-height: 1.4 !important; }.no-refund-note { margin: 10px 0 0; color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.reservation-panel { background: var(--cream); padding: clamp(25px, 4vw, 52px); box-shadow: 12px 12px 0 var(--orange); }.reservation-panel h2 { font-size: clamp(38px, 4vw, 59px); line-height: .88; margin: 0 0 20px; }.reservation-panel > p:not(.eyebrow) { color: #575149; line-height: 1.55; }.reservation-form label { display: block; margin-top: 17px; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }.reservation-form input:not([type="radio"]):not([type="checkbox"]), .reservation-form select { display: block; width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); outline: 0; border-radius: 0; }.reservation-form select { cursor: pointer; }.reservation-form input:focus, .reservation-form select:focus { border-color: var(--orange); }.reservation-form fieldset { border: 0; padding: 0; margin: 30px 0 0; }.reservation-form legend { font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }.slot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 12px; }.slot-option { margin: 0 !important; cursor: pointer; }.slot-option input { position: absolute; opacity: 0; }.slot-option span { display: block; min-height: 62px; padding: 12px; border: 2px solid var(--line); transition: border-color .18s, background .18s; }.slot-option input:checked + span { border-color: var(--ink); background: var(--yellow); }.slot-option b, .slot-option small { display: block; }.slot-option b { font-size: 13px; letter-spacing: -.03em; }.slot-option small { margin-top: 5px; font-size: 9px; color: var(--muted); letter-spacing: .02em; text-transform: none; }.slot-option.is-full { cursor: not-allowed; opacity: .45; }.payment-method-card { position: relative; overflow: hidden; padding-left: 80px !important; min-height: 86px !important; background: #fffaf0; }.payment-method-card::after { content: ''; position: absolute; right: -28px; top: -28px; width: 80px; height: 80px; border-radius: 999px; background: rgba(17,17,14,.05); }.payment-mark { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 54px; height: 54px; border-radius: 18px; color: #fff; font-size: 12px; font-style: normal; font-weight: 950; letter-spacing: -.04em; text-transform: none; box-shadow: 0 10px 24px rgba(0,0,0,.12); }.payment-method-wave .payment-mark { background: linear-gradient(145deg,#20c3ff,#1779ff); }.payment-method-orange_money .payment-mark { background: linear-gradient(145deg,#ff8a00,#ff4b00); }.payment-method-mtn .payment-mark { background: linear-gradient(145deg,#ffd500,#f3b600); color: #141414; }.payment-method-moov .payment-mark { background: linear-gradient(145deg,#1c7cff,#003ea8); }.payment-method-option input:checked + .payment-method-card { background: var(--yellow); }.payment-method-option input:checked + .payment-method-card .payment-mark { box-shadow: 0 0 0 3px var(--ink), 0 12px 24px rgba(0,0,0,.18); }.priority-option { display: flex !important; gap: 11px; align-items: flex-start; margin-top: 24px !important; padding: 15px; background: #f5df73; cursor: pointer; }.priority-option input { margin: 2px 0 0; accent-color: var(--ink); }.priority-option b, .priority-option small { display: block; }.priority-option b { font-size: 11px; }.priority-option small { margin-top: 5px; color: #49453d; font-size: 10px; line-height: 1.45; text-transform: none; letter-spacing: 0; font-weight: 700; }.reservation-terms { margin-top: 21px !important; }.reservation-form button { margin-top: 7px; width: 100%; }
.priority-upsell[hidden] { display: none; }.priority-upsell { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 24px; background: rgba(23,23,19,.74); }.priority-upsell-card { position: relative; width: min(100%, 560px); padding: clamp(30px,5vw,54px); background: var(--cream); box-shadow: 13px 13px 0 var(--orange); }.priority-upsell-card h2 { margin: 0 0 18px; font-size: clamp(48px,7vw,74px); line-height: .83; }.priority-upsell-card h2 em { color: var(--orange); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }.priority-upsell-card > p:not(.eyebrow) { color: #575149; line-height: 1.55; }.priority-upsell-card .button { width: 100%; margin-top: 21px; }.priority-upsell-close { position:absolute;right:16px;top:12px;border:0;background:none;font-size:29px;line-height:1;cursor:pointer; }.priority-upsell-decline { display:block;margin:18px auto 0;border:0;border-bottom:1px solid var(--ink);background:none;padding:0 0 3px;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;cursor:pointer; }
.booking-countdown { margin-top: 28px; padding: 22px; background: var(--ink); color: var(--paper); }.booking-countdown > span { display: block; color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .1em; }.booking-countdown strong { display: block; margin-top: 11px; font-size: clamp(24px, 3vw, 37px); letter-spacing: -.07em; }.booking-countdown b { color: var(--yellow); }.reservation-terms input { display: block !important; flex: 0 0 18px; width: 18px; height: 18px; margin: 0; accent-color: var(--ink); }.reservation-terms > span { display: none; }.reservation-confirmed > span, .reservation-pending > span { display: grid; width: 57px; height: 57px; place-items: center; border-radius: 50%; margin-bottom: 19px; background: var(--yellow); font-size: 30px; font-weight: 900; }.reservation-pending > span { background: var(--orange); color: #fff; }.reservation-confirmed p, .reservation-pending p { line-height: 1.6; color: #575149; margin-bottom: 26px; }.reservation-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-top: 29px; padding-bottom: 29px; background: var(--ink); color: var(--paper); }.reservation-steps > div { display: flex; gap: 12px; align-items: center; border-right: 1px solid rgba(255,255,255,.23); }.reservation-steps > div:last-child { border: 0; }.reservation-steps b { color: var(--yellow); font-size: 25px; letter-spacing: -.08em; }.reservation-steps span { font-size: 10px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.capacity-card { margin-top: 22px; padding: 18px; background: #fff7e6; border: 1px solid var(--line); box-shadow: 8px 8px 0 var(--ink); }.capacity-card div:first-child { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }.capacity-card span { font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.capacity-card strong { font-size: 24px; letter-spacing: -.06em; }.capacity-card p { margin: 10px 0 0 !important; color: #4b453c !important; font-size: 12px !important; font-weight: 800; line-height: 1.35 !important; }.capacity-meter { height: 12px; margin-top: 12px; background: #e7d6b8; overflow: hidden; }.capacity-meter i { display: block; height: 100%; background: var(--orange); }
.hair-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }.hair-choice-card { margin: 0 !important; cursor: pointer; }.hair-choice-card input { position: absolute; opacity: 0; }.hair-choice-card span { display: block; min-height: 100%; border: 2px solid var(--line); background: #fffdf7; transition: border-color .18s, background .18s, transform .18s; }.hair-choice-card input:checked + span { border-color: var(--ink); background: var(--yellow); transform: translateY(-2px); }.hair-choice-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--ink); }.hair-choice-card b { display: block; padding: 12px 12px 4px; font-size: 15px; line-height: 1.05; letter-spacing: -.04em; }.hair-choice-card small { display: block; padding: 0 12px 14px; color: #595044; font-size: 10px; line-height: 1.45; letter-spacing: 0; text-transform: none; }
.reservation-summary-card { margin-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.reservation-summary-card > div { padding: 14px; background: #fff7e6; border: 1px solid var(--line); }.reservation-summary-card span { display: block; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--orange); }.reservation-summary-card b { display: block; margin-top: 7px; font-size: 15px; line-height: 1.25; }
.free-reservation-box { margin-top: 36px; padding-top: 32px; border-top: 2px solid var(--line); }.free-reservation-box h2 { font-size: clamp(34px, 3.6vw, 52px); }.free-reservation-box > p:not(.eyebrow) { color: #575149; line-height: 1.58; }.preregistration-form { margin-top: 20px; padding: 20px; background: #fff8e8; border: 1px solid var(--line); }.preregistration-form .button-dark { width: 100%; }.preregistration-slots .slot-option span { background: #fffdf7; }.preregistration-confirmed { display: grid; grid-template-columns: 56px 1fr; gap: 17px; margin-bottom: 34px; padding: 20px; background: var(--yellow); color: var(--ink); }.preregistration-confirmed > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--yellow); font-size: 26px; font-weight: 900; }.preregistration-confirmed h2 { margin-bottom: 13px; }.preregistration-confirmed p:not(.eyebrow) { color: #332f27; line-height: 1.55; }.preregistration-confirmed .button { margin-top: 12px; background: var(--ink); color: var(--paper); }

.tresseuse-popup[hidden] { display: none; }.tresseuse-popup { position: fixed; right: 24px; bottom: 92px; z-index: 50; width: min(calc(100vw - 48px), 400px); padding: 29px; background: var(--ink); color: var(--paper); box-shadow: 12px 12px 0 var(--orange); }.tresseuse-popup h2 { font-size: 43px; }.tresseuse-popup h2 em { color: var(--yellow); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; text-transform: none; }.tresseuse-popup p:not(.eyebrow) { color: #ded6c8; font-size: 13px; line-height: 1.55; }.popup-close { position: absolute; top: 10px; right: 12px; border: 0; background: transparent; color: var(--paper); font-size: 25px; line-height: 1; }

footer { background: var(--ink); color: var(--paper); padding: 52px clamp(24px, 6vw, 96px) 18px; display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr auto; gap: 28px; align-items: start; position: relative; }
.footer-brand { width: 180px; background: var(--paper); padding: 6px; }
footer span { color: var(--yellow); font-size: 9px; letter-spacing: .12em; font-weight: 800; }
footer p { font-size: 12px; line-height: 1.5; margin: 7px 0; }
footer > a { font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: .06em; }
.footer-socials p { display: flex; flex-wrap: wrap; gap: 7px; }.footer-socials a { padding: 6px 8px; border: 1px solid rgba(255,255,255,.32); font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; transition: background .2s,color .2s; }.footer-socials a:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.2); padding-top: 16px; margin-top: 15px; color: #b7b1a4; font-size: 10px; }
.floating-countdown { position: fixed; right: 18px; bottom: 18px; z-index: 10; display: grid; grid-template-columns: auto auto; column-gap: 6px; align-items: baseline; background: var(--paper); border: 2px solid var(--ink); padding: 9px 13px; box-shadow: 4px 4px 0 var(--orange); text-transform: uppercase; }
.floating-countdown span { font-size: 10px; font-weight: 900; }
.floating-countdown strong { font-size: 25px; line-height: .8; letter-spacing: -.08em; }
.floating-countdown small { grid-column: 1/-1; padding-top: 4px; font-size: 8px; letter-spacing: .05em; font-weight: 900; }
.mobile-booking-bar { display: none; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 950px) {
  .site-header { height: 78px; } .brand { width: 125px; } .site-nav { gap: 16px; font-size: 10px; } .nav-cta { padding: 12px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 40px; } .hero-media { align-self: center; } .hero-intro { font-size: 15px; }
  .event-strip { grid-template-columns: 1fr 1fr 1fr; } .event-strip > a { grid-column: 1/-1; padding: 15px; display: block; text-align: center; }
  .gallery-grid { grid-template-rows: 180px 180px; }
}
@media (max-width: 700px) {
  .topline p { max-width: 210px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .site-header { position: relative; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 77px; left: 0; right: 0; background: var(--paper); padding: 25px 24px; border-bottom: 1px solid var(--line); box-shadow: 0 12px 20px rgba(0,0,0,.08); }
  .site-nav.is-open { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; } .nav-cta { width: 100%; text-align: center; }
  .hero { min-height: auto; display: block; padding-top: 70px; padding-bottom: 75px; } .hero-copy { position: relative; } .hero-media { width: min(100%, 530px); margin: 60px 0 0 auto; padding-right: 10px; } .hero-photo-wrap { height: 390px; } .hero-date { left: -17px; } .hero-sticker { right: -16px; }
  .hero-scroll { display: none; }
  .event-strip { grid-template-columns: 1fr 1fr; padding-left: 24px; } .event-strip > div { padding: 19px 10px 19px 0; } .event-strip > div:nth-child(3) { grid-column: 1 / -1; }
  .about, .impact, .earnings, .calculator, .vote-callout, .stands, .faq, .candidate-main, .reservation-launch, .reservation-main { grid-template-columns: 1fr; } .about { gap: 20px; } .about-content { padding-top: 0; } .about-highlights { grid-template-columns: repeat(2, 1fr); gap: 15px 8px; }
  .impact { gap: 45px; } .impact-photo { max-width: 460px; }
  .earnings { gap: 55px; } .earnings-photo { max-width: 440px; } .earnings-copy { max-width: 620px; }
  .calculator { gap: 40px; } .calculator-card { box-shadow: 8px 8px 0 var(--yellow); }
  .money-flow { grid-template-columns: 1fr; gap: 8px; } .money-flow i { display: none; }
  .award-grid { grid-template-columns: 1fr; } .award-card { min-height: 300px; } .award-kicker { margin-top: 25px; }
  .vote-callout { gap: 55px; } .vote-poster { width: min(82%, 380px); }
  .vote-rules-grid { grid-template-columns: 1fr 1fr; } .vote-rules-grid article { min-height: 220px; }
  .stands { gap: 55px; } .stands-visual { justify-self: start; width: min(100%, 470px); } .application-form { min-height: 0; } .form-row { grid-template-columns: 1fr; gap: 0; }
  .candidate-main { gap: 50px; } .candidate-aside { max-width: 500px; }
  .reservation-main { gap: 50px; }.reservation-intro { max-width: 560px; }.manual-payment-steps { grid-template-columns: 1fr; }.reservation-steps { grid-template-columns: 1fr 1fr; }.reservation-steps > div:nth-child(2) { border-right: 0; }.reservation-steps > div { padding: 9px 0; }
  .nominee-grid { grid-template-columns: 1fr 1fr; }
  .gallery-head { align-items: flex-start; flex-direction: column; gap: 18px; } .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 155px 155px 155px; } .gallery-main { grid-column: span 2; grid-row: auto; } .gallery-grid a:nth-child(2) { grid-column: auto; } .video-gallery { grid-template-columns: 1fr; }
  .faq { gap: 45px; }
  .newsletter form { flex-wrap: wrap; border: 0; justify-content: center; gap: 10px; } .newsletter input { flex-basis: 100%; border-bottom: 2px solid var(--ink); text-align: center; }
  footer { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1/-1; } footer > a { text-align: right; }
  .floating-countdown { display: none; }.mobile-booking-bar { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: flex; align-items: stretch; min-height: 62px; box-shadow: 0 -5px 18px rgba(23,23,19,.18); }.mobile-booking-bar a:first-child { display: flex; flex: 1; align-items: center; justify-content: center; gap: 12px; padding: 13px 16px; background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }.mobile-booking-bar a:first-child span { font-size: 18px; }.mobile-booking-bar a:last-child { display: grid; place-items: center; padding: 13px 16px; background: var(--ink); color: var(--paper); font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
}
@media (max-width: 400px) { h1 { font-size: 60px; } .about-highlights { grid-template-columns: 1fr; } .event-strip { grid-template-columns: 1fr; } .event-strip > div:nth-child(3) { grid-column: auto; } .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 250px repeat(6, 180px); } .gallery-main { grid-column: auto; } .vote-rules-grid, .nominee-grid, .slot-grid, .reservation-offers, .reservation-steps, .hair-choice-grid, .reservation-summary-card { grid-template-columns: 1fr; } .candidate-help { align-items: flex-start; flex-direction: column; } .form-buttons { flex-wrap: wrap; }.reservation-steps > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.23); }.reservation-steps > div:last-child { border-bottom: 0; }.tresseuse-popup { right: 16px; bottom: 75px; width: calc(100vw - 32px); } }
