@font-face {
  font-family: "Anton";
  src: url("./assets/fonts/Anton-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/Manrope-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/Manrope-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/Manrope-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/Manrope-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #f7f2ea;
  --cream-soft: #fffdf9;
  --amber: #f5b342;
  --amber-bright: #fdb954;
  --amber-deep: #d88912;
  --amber-dark: #9d5d08;
  --green: #33b167;
  --green-deep: #248c5a;
  --ink: #201d18;
  --ink-muted: #6f655a;
  --line: rgba(53, 43, 31, 0.16);
  --light-line: rgba(255, 253, 249, 0.24);
  --shell: min(1280px, calc(100vw - 40px));
  --header-height: 88px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: "Manrope", sans-serif;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }
body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--ink);
  transition: background-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(247, 242, 234, 0.82);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(18px);
}

.nav-shell { height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 56px; height: 56px; object-fit: contain; border-radius: 50%; background: rgba(255,255,255,.88); box-shadow: 0 10px 28px rgba(89, 51, 4, .13); }
.brand-copy { display: grid; gap: 2px; min-width: 0; }
.brand-copy span { font-size: .64rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; white-space: nowrap; }
.brand-copy strong { font-size: .92rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; padding: 10px 0; font-size: .86rem; font-weight: 800; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--ink); transition: right 200ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border: 1px solid rgba(32,29,24,.24); border-radius: 999px; font-size: .82rem; font-weight: 800; background: rgba(255,253,249,.17); transition: background 180ms ease, transform 180ms ease; }
.header-cta:hover { background: var(--cream-soft); transform: translateY(-2px); }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: calc(var(--header-height) + 34px) 0 38px;
  background:
    radial-gradient(900px circle at 8% 100%, rgba(255, 253, 249, .38), transparent 58%),
    radial-gradient(760px circle at 94% 9%, rgba(51, 177, 103, .22), transparent 54%),
    linear-gradient(118deg, #f8c96f 0%, var(--amber-bright) 39%, #e19a24 78%, #c9790b 100%);
}

.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(32,29,24,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(32,29,24,.18) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.hero-glow-one { width: 34vw; height: 34vw; left: -16vw; top: 18%; background: rgba(255,253,249,.24); }
.hero-glow-two { width: 30vw; height: 30vw; right: 3%; bottom: -16vw; background: rgba(122, 67, 1, .18); }
.hero-backdrop { position: absolute; inset: 0; pointer-events: none; }
.hero-word { position: absolute; font-family: "Anton", sans-serif; color: rgba(32,29,24,.065); font-size: clamp(8rem, 19vw, 18rem); line-height: .8; letter-spacing: .01em; white-space: nowrap; }
.hero-word-one { top: 19%; left: -3%; }
.hero-word-two { right: -3%; bottom: 1%; }

.hero-layout { position: relative; z-index: 2; min-height: calc(100svh - var(--header-height) - 162px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); gap: clamp(40px, 7vw, 110px); align-items: center; }
.hero-copy { padding-top: 10px; }
.eyebrow { margin: 0; font-size: .7rem; line-height: 1.2; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero-title { margin: 10px 0 0; font-family: "Anton", sans-serif; font-size: clamp(5rem, 8.2vw, 8rem); font-weight: 400; line-height: .88; letter-spacing: .01em; text-transform: uppercase; }
.hero-title > span { display: block; overflow: hidden; }
.hero-title > span > span { display: block; }
.hero-tagline { margin: 23px 0 0; font-size: clamp(1.35rem, 2.1vw, 2.1rem); font-weight: 800; letter-spacing: -.04em; }
.hero-intro { max-width: 590px; margin: 15px 0 0; color: rgba(32,29,24,.76); font-size: 1rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 800; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button span { font-size: 1.05rem; }
.button-primary { background: var(--ink); color: var(--cream-soft); box-shadow: 0 18px 40px rgba(70,39,3,.18); }
.button-ghost { border-color: rgba(32,29,24,.28); background: rgba(255,253,249,.15); }
.button-dark { background: var(--ink); color: var(--cream-soft); }
.button:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(70,39,3,.18); }

.date-stage { position: relative; justify-self: end; display: grid; place-items: center; width: min(39vw, 510px); aspect-ratio: 1; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(32,29,24,.22); }
.orbit-outer { inset: 0; animation: orbitPulse 5s ease-in-out infinite; }
.orbit-inner { inset: 12%; border-style: dashed; opacity: .7; animation: spin 36s linear infinite; }
.date-disc { position: relative; z-index: 2; display: grid; place-items: center; align-content: center; width: 68%; aspect-ratio: 1; border-radius: 50%; color: var(--cream-soft); background: var(--ink); box-shadow: 0 34px 90px rgba(77, 42, 3, .28); transition: transform 180ms ease-out; }
.date-disc::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,253,249,.16); border-radius: inherit; }
.date-kicker, .date-month, .date-year { position: relative; z-index: 1; text-transform: uppercase; }
.date-kicker { margin-bottom: 12px; font-size: .66rem; font-weight: 800; letter-spacing: .22em; }
.date-disc strong { position: relative; z-index: 1; margin: 0; font-family: "Anton", sans-serif; font-size: clamp(5.2rem, 10vw, 9.5rem); font-weight: 400; line-height: .82; }
.date-month { margin-top: 12px; font-size: clamp(.84rem, 1.15vw, 1.08rem); font-weight: 800; letter-spacing: .18em; }
.date-year { margin-top: 5px; color: var(--amber); font-size: .8rem; font-weight: 800; letter-spacing: .2em; }
.date-note { position: absolute; z-index: 3; display: grid; gap: 3px; min-width: 146px; padding: 14px 17px; border: 1px solid rgba(32,29,24,.17); background: rgba(255,253,249,.76); box-shadow: 0 18px 46px rgba(92,52,5,.12); backdrop-filter: blur(14px); }
.date-note span { color: var(--ink-muted); font-size: .6rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.date-note strong { font-size: .86rem; }
.date-note-top { top: 13%; right: -3%; border-radius: 18px 18px 2px 18px; }
.date-note-bottom { bottom: 9%; left: -5%; border-radius: 18px 2px 18px 18px; }

.hero-meta { position: relative; z-index: 3; display: grid; grid-template-columns: .7fr .55fr 1fr 1.3fr; border-top: 1px solid rgba(32,29,24,.2); }
.hero-meta div { display: grid; gap: 7px; padding: 15px 22px 6px 0; border-right: 1px solid rgba(32,29,24,.16); }
.hero-meta div + div { padding-left: 22px; }
.hero-meta div:last-child { border-right: 0; }
.hero-meta span { color: rgba(32,29,24,.55); font-size: .59rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-meta strong { font-size: .86rem; }
.scroll-cue { position: absolute; z-index: 3; right: 28px; bottom: 31px; display: flex; align-items: center; gap: 12px; font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 34px; height: 34px; border: 1px solid rgba(32,29,24,.28); border-radius: 50%; }
.scroll-cue i::after { content: ""; position: absolute; left: 50%; top: 9px; width: 1px; height: 13px; background: var(--ink); transform: translateX(-50%); animation: scrollDrop 1.8s ease-in-out infinite; }

.section { position: relative; overflow: hidden; padding: clamp(90px, 11vw, 150px) 0; }
.statement { background: var(--cream); }
.statement-layout { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: clamp(34px, 7vw, 100px); }
.section-index { padding-top: 5px; border-top: 1px solid var(--line); }
.section-index span { font-family: "Anton", sans-serif; font-size: 3.2rem; line-height: 1; color: var(--amber-deep); }
.section-index p { margin: 7px 0 0; color: var(--ink-muted); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.statement-copy { max-width: 970px; }
.section-title { max-width: 1000px; margin: 14px 0 0; font-family: "Anton", sans-serif; font-size: clamp(3.5rem, 7.2vw, 7.3rem); font-weight: 400; letter-spacing: .005em; line-height: .94; text-transform: uppercase; }
.section-lead { max-width: 760px; margin: 28px 0 0; color: var(--ink-muted); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.7; }
.benefit-rows { margin-top: clamp(60px, 8vw, 105px); border-top: 1px solid var(--line); }
.benefit-row { display: grid; grid-template-columns: 70px minmax(190px,.7fr) minmax(0,1fr); gap: 28px; align-items: center; min-height: 112px; border-bottom: 1px solid var(--line); transition: padding 220ms ease, background 220ms ease; }
.benefit-row:hover { padding-inline: 14px; background: rgba(245,179,66,.09); }
.benefit-number { color: var(--amber-deep); font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.benefit-row h3 { margin: 0; font-family: "Anton", sans-serif; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; text-transform: uppercase; }
.benefit-row p { max-width: 520px; margin: 0; color: var(--ink-muted); line-height: 1.55; }

.flow { min-height: 100svh; color: var(--cream-soft); background:
  radial-gradient(720px circle at 92% 12%, rgba(51,177,103,.18), transparent 58%),
  linear-gradient(145deg, #29251f 0%, var(--ink) 55%, #15130f 100%); }
.flow-word { position: absolute; left: -2%; bottom: -2%; color: rgba(255,253,249,.04); font-family: "Anton", sans-serif; font-size: clamp(8rem, 20vw, 19rem); line-height: .82; white-space: nowrap; }
.flow-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr); gap: clamp(60px, 9vw, 130px); align-items: start; }
.flow-heading { position: sticky; top: 140px; }
.flow .section-title { font-size: clamp(3.5rem, 6.3vw, 6.4rem); }
.flow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,253,249,.17); }
.flow-list li { display: grid; grid-template-columns: 64px 1fr; gap: 26px; padding: 34px 0; border-bottom: 1px solid rgba(255,253,249,.17); }
.flow-list > li > span { padding-top: 5px; color: var(--amber); font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.flow-list h3 { margin: 0; font-family: "Anton", sans-serif; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 400; line-height: 1; text-transform: uppercase; }
.flow-list p { max-width: 500px; margin: 13px 0 0; color: rgba(255,253,249,.62); line-height: 1.65; }

.details { background:
  radial-gradient(760px circle at 90% 10%, rgba(51,177,103,.14), transparent 58%),
  linear-gradient(125deg, #f9cc76, var(--amber) 55%, #dd921f 100%); }
.details-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: 70px; align-items: center; }
.details-copy { position: relative; z-index: 2; }
.details-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 32px; }
.text-link { padding: 8px 0; border-bottom: 1px solid rgba(32,29,24,.38); font-weight: 800; }
.details-date { position: relative; display: grid; place-items: center; justify-self: end; width: min(35vw, 430px); aspect-ratio: 1; border: 1px solid rgba(32,29,24,.22); border-radius: 50%; }
.details-date::before { content: ""; position: absolute; inset: 10%; border: 1px dashed rgba(32,29,24,.18); border-radius: inherit; }
.details-date span, .details-date small { position: absolute; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.details-date span { top: 22%; font-size: .72rem; }
.details-date strong { font-family: "Anton", sans-serif; font-size: clamp(8rem, 15vw, 13rem); font-weight: 400; line-height: 1; }
.details-date small { bottom: 21%; font-size: .72rem; }

.site-footer { padding: 30px 0 110px; color: var(--cream-soft); background: var(--ink); }
.footer-layout { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand img { width: 48px; height: 48px; }
.site-footer p { margin: 0; color: rgba(255,253,249,.6); font-size: .82rem; }
.site-footer p a { color: var(--amber); font-weight: 800; }

.event-dock { position: fixed; right: 20px; bottom: 20px; z-index: 40; display: grid; grid-template-columns: 1fr 1fr; width: 338px; padding: 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; color: var(--cream-soft); background: rgba(32,29,24,.88); box-shadow: 0 22px 60px rgba(32,29,24,.22); backdrop-filter: blur(18px); }
.event-dock a { display: grid; place-items: center; min-height: 50px; border-radius: 17px; font-size: .78rem; font-weight: 800; }
.event-dock a:first-child { color: var(--ink); background: var(--amber); }
.event-dock a:last-child { border: 1px solid rgba(255,255,255,.15); }

.registration-modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: end center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity 220ms ease, visibility 220ms; }
.registration-modal.is-open { opacity: 1; visibility: visible; }
.registration-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(21,19,15,.62); backdrop-filter: blur(10px); cursor: default; }
.registration-panel { position: relative; z-index: 1; width: min(100%, 620px); max-height: calc(100svh - 48px); overflow-y: auto; padding: 24px clamp(24px,4vw,42px) 38px; border: 1px solid rgba(32,29,24,.14); border-radius: 32px 32px 8px 8px; background: var(--cream-soft); box-shadow: 0 38px 110px rgba(15,13,10,.3); transform: translateY(40px); transition: transform 360ms cubic-bezier(.2,.75,.2,1); }
.registration-modal.is-open .registration-panel { transform: translateY(0); }
.registration-panel-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.registration-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--cream-soft); background: var(--ink); font-family: "Anton", sans-serif; font-size: 1.35rem; }
.registration-close { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; font: 400 1.65rem/1 "Manrope", sans-serif; cursor: pointer; }
.registration-loading { min-height: 330px; display: grid; place-content: center; justify-items: center; gap: 16px; color: var(--ink-muted); }
.registration-loading p { margin: 0; font-size: .9rem; font-weight: 700; }
.registration-spinner { width: 38px; height: 38px; border: 3px solid rgba(32,29,24,.13); border-top-color: var(--amber-deep); border-radius: 50%; animation: spin .8s linear infinite; }
.registration-login, .registration-content, .registration-success, .registration-failure { padding-top: 30px; }
.registration-login h2, .registration-content h2, .registration-success h2, .registration-failure h2 { margin: 10px 0 0; font-family: "Anton", sans-serif; font-size: clamp(3rem,8vw,4.7rem); font-weight: 400; line-height: .92; text-transform: uppercase; }
.registration-login > p:not(.eyebrow):not(.registration-error):not(.medness-login-note), .registration-content > p:not(.eyebrow), .registration-success > p:not(.eyebrow), .registration-failure > p:not(.eyebrow) { margin: 17px 0 0; color: var(--ink-muted); line-height: 1.55; }
.medness-login-frame { display: grid; place-items: center; min-height: 112px; margin-top: 25px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.medness-login-frame iframe { display: block; width: 100%; height: 90px; border: 0; background: transparent; }
.medness-login-note { margin: 13px 0 0; color: var(--ink-muted); font-size: .67rem; font-weight: 700; text-align: center; }
.registration-login .registration-error { margin-top: 13px; text-align: center; }
.registration-retry { display: block; margin: 12px auto 0; padding: 9px 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: transparent; font: 800 .74rem "Manrope", sans-serif; cursor: pointer; }
.registration-identity, .success-details { display: grid; gap: 3px; margin-top: 25px; padding: 17px 0; border-block: 1px solid var(--line); }
.registration-identity span, .success-details span { color: var(--ink-muted); font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.registration-identity strong, .success-details strong { margin-top: 4px; font-size: .95rem; }
.registration-identity small, .success-details small { color: var(--ink-muted); font-size: .78rem; }
.registration-form { display: grid; gap: 12px; margin-top: 24px; }
.registration-form > label:first-child { font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.phone-field { display: grid; grid-template-columns: auto 1fr; align-items: center; min-height: 58px; border: 1px solid rgba(32,29,24,.22); border-radius: 16px; background: var(--cream); transition: border-color 180ms ease, box-shadow 180ms ease; }
.phone-field:focus-within { border-color: var(--amber-deep); box-shadow: 0 0 0 4px rgba(245,179,66,.18); }
.phone-field > span { padding: 0 13px 0 17px; border-right: 1px solid var(--line); color: var(--ink-muted); font-size: .9rem; font-weight: 800; }
.phone-field input { width: 100%; min-width: 0; height: 56px; padding: 0 16px; border: 0; outline: 0; color: var(--ink); background: transparent; font: 700 1rem "Manrope", sans-serif; }
.phone-field input::placeholder { color: rgba(111,101,90,.55); }
.consent-field { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; margin-top: 4px; color: var(--ink-muted); font-size: .73rem; line-height: 1.5; cursor: pointer; }
.consent-field input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--green-deep); }
.registration-error { margin: 0; padding: 11px 13px; border-radius: 11px; color: #7f2822; background: rgba(189,81,73,.11); font-size: .76rem; font-weight: 700; }
.registration-submit { display: inline-flex; align-items: center; justify-content: center; gap: 18px; width: 100%; min-height: 56px; margin-top: 8px; padding: 0 20px; border: 0; border-radius: 16px; color: var(--cream-soft); background: var(--ink); font: 800 .86rem "Manrope", sans-serif; cursor: pointer; transition: transform 180ms ease, opacity 180ms ease; }
.registration-submit:hover { transform: translateY(-2px); }
.registration-submit:disabled { opacity: .58; cursor: wait; transform: none; }
.registration-submit i { font-style: normal; font-size: 1.15rem; }
.registration-success, .registration-failure { text-align: center; }
.success-check, .failure-mark { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 24px; border-radius: 50%; color: var(--cream-soft); background: var(--green-deep); font-size: 1.8rem; font-weight: 800; }
.failure-mark { background: #b94f46; }
.registration-success .eyebrow, .registration-failure .eyebrow { color: var(--green-deep); }
.registration-failure .eyebrow { color: #9d3c34; }
.success-details { text-align: left; }

.hero-reveal { opacity: 0; transform: translateY(20px); }
.hero-title > span > span { transform: translateY(110%); }
body.is-ready .hero-title > span > span { transform: translateY(0); transition: transform 760ms cubic-bezier(.2,.7,.2,1); }
body.is-ready .hero-title > span:nth-child(2) > span { transition-delay: 90ms; }
body.is-ready .hero-reveal { opacity: 1; transform: translateY(0); transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.7,.2,1); }
body.is-ready .hero-copy > .hero-reveal:nth-child(1) { transition-delay: 100ms; }
body.is-ready .hero-copy > .hero-reveal:nth-child(3) { transition-delay: 250ms; }
body.is-ready .hero-copy > .hero-reveal:nth-child(4) { transition-delay: 330ms; }
body.is-ready .hero-copy > .hero-reveal:nth-child(5) { transition-delay: 410ms; }
body.is-ready .date-stage { transition-delay: 230ms; }
body.is-ready .hero-meta { transition-delay: 510ms; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes orbitPulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.025); opacity: .64; } }
@keyframes scrollDrop { 0% { transform: translate(-50%,-3px); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%,7px); opacity: 0; } }

:where(a, button):focus-visible { outline: 3px solid var(--green-deep); outline-offset: 4px; }

@media (max-width: 1050px) {
  :root { --header-height: 78px; }
  .brand img { width: 50px; height: 50px; }
  .main-nav { gap: 20px; }
  .header-cta { display: none; }
  .hero-layout { grid-template-columns: minmax(0,1fr) minmax(330px,.8fr); gap: 30px; }
  .date-stage { width: min(41vw, 430px); }
  .scroll-cue { display: none; }
  .flow-layout { grid-template-columns: 1fr 1fr; gap: 60px; }
}

@media (max-width: 780px) {
  :root { --shell: min(680px, calc(100vw - 28px)); --header-height: 72px; }
  .site-header { background: rgba(247,242,234,.58); backdrop-filter: blur(14px); }
  .brand { gap: 9px; }
  .brand img { width: 44px; height: 44px; }
  .brand-copy span { font-size: .5rem; letter-spacing: .12em; }
  .brand-copy strong { font-size: .72rem; letter-spacing: .05em; }
  .menu-button { position: relative; z-index: 3; display: grid; place-content: center; gap: 6px; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(32,29,24,.2); border-radius: 50%; background: rgba(255,253,249,.2); }
  .menu-button > span:not(.sr-only) { width: 18px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform 220ms ease; }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 2; display: grid; place-content: center; gap: 18px; margin: 0; padding: 90px 28px; text-align: center; background: rgba(247,242,234,.97); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity 220ms ease, transform 220ms ease, visibility 220ms; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { font-family: "Anton", sans-serif; font-size: clamp(2.5rem,12vw,4rem); font-weight: 400; text-transform: uppercase; }

  .hero { min-height: auto; padding: calc(var(--header-height) + 34px) 0 116px; }
  .hero-word { font-size: 8rem; }
  .hero-word-one { top: 18%; left: -28%; }
  .hero-word-two { right: -45%; bottom: 10%; }
  .hero-layout { min-height: 0; grid-template-columns: 1fr; gap: 44px; }
  .hero-title { font-size: clamp(3.45rem, 14vw, 5.4rem); }
  .hero-tagline { font-size: 1.32rem; }
  .hero-intro { max-width: 34rem; font-size: .94rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .date-stage { justify-self: center; width: min(92vw, 430px); }
  .date-disc strong { font-size: clamp(6.4rem, 27vw, 9rem); }
  .date-note-top { right: 0; }
  .date-note-bottom { left: 0; }
  .hero-meta { grid-template-columns: 1fr; margin-top: 42px; }
  .hero-meta div, .hero-meta div + div { grid-template-columns: 110px 1fr; align-items: center; padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(32,29,24,.16); }
  .hero-meta div:last-child { border-bottom: 0; }

  .section { padding: 88px 0; }
  .statement-layout { grid-template-columns: 1fr; gap: 32px; }
  .section-index { display: flex; align-items: baseline; gap: 14px; }
  .section-index span { font-size: 2.5rem; }
  .section-title { font-size: clamp(3.4rem, 16vw, 5.5rem); }
  .section-lead { margin-top: 22px; font-size: .98rem; }
  .benefit-rows { margin-top: 56px; }
  .benefit-row { grid-template-columns: 38px 1fr; gap: 16px; padding: 24px 0; }
  .benefit-row h3 { font-size: 2.1rem; }
  .benefit-row p { grid-column: 2; }
  .benefit-row:hover { padding-inline: 0; }

  .flow-layout { grid-template-columns: 1fr; gap: 58px; }
  .flow-heading { position: relative; top: auto; }
  .flow .section-title { font-size: clamp(3.35rem,15.5vw,5.3rem); }
  .flow-list li { grid-template-columns: 42px 1fr; gap: 14px; padding: 28px 0; }
  .flow-list h3 { font-size: 2.55rem; }

  .details-layout { grid-template-columns: 1fr; gap: 60px; }
  .details-date { justify-self: center; width: min(86vw, 390px); }
  .details-date strong { font-size: clamp(8rem, 38vw, 12rem); }
  .footer-layout { align-items: flex-start; flex-direction: column; }
  .site-footer { padding-bottom: 112px; }
  .event-dock { left: 12px; right: 12px; bottom: 10px; width: auto; border-radius: 21px; }
  .registration-modal { padding: 0; }
  .registration-panel { width: 100%; max-height: calc(100svh - 18px); padding: 18px 20px calc(28px + env(safe-area-inset-bottom)); border-radius: 28px 28px 0 0; }
  .registration-login h2, .registration-content h2, .registration-success h2, .registration-failure h2 { font-size: clamp(3rem,15vw,4.2rem); }
}

@media (max-width: 390px) {
  .brand-copy span { display: none; }
  .date-note { min-width: 132px; padding: 12px 13px; }
  .date-note strong { font-size: .76rem; }
}

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