/* ============================================================================
   MILLENNIA EVENTS — The Founders Meet-Up · Mysuru Edition
   Light theme: ivory paper · espresso ink · gold. Cormorant Garamond + Jost.
   Mobile-first. Compact. Every section earns its scroll.
   ========================================================================== */

:root {
  --paper: #faf6ef;
  --paper-2: #f2eadb;
  --card: #fffdf9;
  --ink: #1f1611;
  --ink-2: #4a3a2e;
  --muted: #7a6a5a;
  --line: rgba(43, 29, 20, .14);
  --line-2: rgba(43, 29, 20, .07);
  --gold: #c9a84c;
  --gold-deep: #8c6d2e;
  --gold-soft: #ebddb5;
  --gold-tint: rgba(201, 168, 76, .16);
  --espresso: #2b1d14;

  --serif: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --sans: 'Jost', 'Helvetica Neue', Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.77, 0, .18, 1);

  --pad: clamp(18px, 4.5vw, 64px);
  --max: 1200px;
  --nav-h: 62px;
  --radius: 18px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.is-loading { overflow: hidden; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-weight: 400; font-size: 15.5px; line-height: 1.55;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden;
}
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, p, figure, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { background: var(--gold); color: var(--espresso); }
:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 3px; }

/* ---------- Utilities ---------- */
.container { width: min(100% - 2 * var(--pad), var(--max)); margin-inline: auto; }
.section { padding-block: clamp(44px, 7vw, 88px); position: relative; }
.section--tight { padding-block: clamp(28px, 4vw, 56px); }
.section--alt { background: var(--paper-2); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 10.5px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-deep);
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--gold); }
.h1, .h2, .h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.015em; line-height: 1.02; text-wrap: balance; }
.h2 { font-size: clamp(30px, 5.6vw, 54px); margin-top: 12px; }
.h3 { font-size: clamp(22px, 3vw, 30px); }
.h1 em, .h2 em, .h3 em { font-style: italic; font-weight: 400; color: var(--gold-deep); }
.lead { color: var(--ink-2); max-width: 58ch; margin-top: 12px; font-size: clamp(15px, 1.2vw, 17px); }
.section__head { max-width: 760px; }
.mask { display: block; overflow: hidden; }

/* ---------- Buttons ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 24px; border-radius: 999px;
  font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap;
  transition: transform .5s var(--ease), background-color .35s, color .35s, border-color .35s, box-shadow .5s;
  overflow: hidden;
}
.btn svg { width: 15px; height: 15px; transition: transform .45s var(--ease); flex: none; }
.btn:hover svg { transform: translateX(4px); }
.btn--primary { background: var(--espresso); color: var(--paper); box-shadow: 0 10px 28px rgba(43,29,20,.18); }
.btn--primary::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.28) 50%, transparent 70%); transform: translateX(-120%); transition: transform 1s var(--ease); }
.btn--primary:hover::after { transform: translateX(120%); }
.btn--primary:hover { background: #3a281c; box-shadow: 0 14px 34px rgba(43,29,20,.26); }
.btn--gold { background: var(--gold); color: var(--espresso); }
.btn--gold:hover { background: #d4b660; }
.btn--ghost { border: 1px solid var(--line); color: var(--ink); background: rgba(255,255,255,.4); }
.btn--ghost:hover { border-color: var(--gold-deep); color: var(--gold-deep); }
.btn--sm { min-height: 42px; padding: 0 18px; font-size: 11px; }
.btn--block { width: 100%; }
.btn[aria-disabled="true"] { opacity: .55; pointer-events: none; }
.btn .spinner { width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(250,246,239,.35); border-top-color: var(--paper); animation: rot .8s linear infinite; display: none; }
.btn.is-busy .spinner { display: block; } .btn.is-busy svg { display: none; }
@keyframes rot { to { transform: rotate(360deg); } }

/* ---------- Overlays ---------- */
.grain {
  position: fixed; inset: -50%; width: 200%; height: 200%; pointer-events: none; z-index: 60; opacity: .045; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 9s steps(10) infinite;
}
@keyframes grain {
  0%, 100% { transform: translate(0, 0); } 10% { transform: translate(-5%, -10%); } 20% { transform: translate(-15%, 5%); }
  30% { transform: translate(7%, -25%); } 40% { transform: translate(-5%, 25%); } 50% { transform: translate(-15%, 10%); }
  60% { transform: translate(15%, 0); } 70% { transform: translate(0, 15%); } 80% { transform: translate(3%, 35%); } 90% { transform: translate(-10%, 10%); }
}
.progress { position: fixed; top: 0; left: 0; width: 100%; height: 2px; background: var(--gold); transform-origin: left; transform: scaleX(0); z-index: 120; }
.cursor { position: fixed; top: 0; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--espresso); pointer-events: none; z-index: 200; transform: translate(-50%, -50%); display: none; }
.cursor::after { content: ""; position: absolute; inset: -12px; border: 1px solid var(--gold-deep); border-radius: 50%; opacity: .55; transition: transform .45s var(--ease), opacity .4s, background .4s; }
.cursor.is-hover { background: transparent; }
.cursor.is-hover::after { transform: scale(1.6); opacity: 1; background: rgba(201,168,76,.18); }
html.has-cursor .cursor { display: block; }
@media (pointer: fine) { html.has-cursor, html.has-cursor a, html.has-cursor button { cursor: none; } }

/* ---------- Brand intro ---------- */
.loader { position: fixed; inset: 0; z-index: 300; background: var(--paper); display: grid; place-items: center; color: var(--ink); }
.loader__inner { display: grid; justify-items: center; gap: 18px; text-align: center; }
.loader__mark { width: 96px; color: var(--gold-deep); }
.loader__word { font-family: var(--serif); font-size: clamp(30px, 6vw, 44px); letter-spacing: .02em; line-height: 1; display: flex; gap: .28em; }
.loader__word span { display: inline-block; opacity: 0; transform: translateY(24px); }
.loader__word span em { font-style: italic; color: var(--gold-deep); font-weight: 400; }
.loader__by { font-size: 10.5px; letter-spacing: .34em; text-transform: uppercase; color: var(--muted); opacity: 0; }
.loader__rule { width: 0; height: 1px; background: var(--gold); }

/* ---------- Nav ---------- */
.nav { position: fixed; top: 10px; left: 0; right: 0; z-index: 100; padding-inline: 12px; }
.nav__inner {
  margin: 0 auto; max-width: var(--max); height: var(--nav-h); padding: 0 8px 0 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  background: rgba(250,246,239,.78); border: 1px solid var(--line-2); border-radius: 999px;
  backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%);
  transition: box-shadow .5s, background-color .5s, border-color .5s;
}
.nav.is-scrolled .nav__inner { background: rgba(250,246,239,.92); border-color: var(--line); box-shadow: 0 12px 40px rgba(43,29,20,.12); }
.nav__brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.nav__mark { width: 30px; color: var(--gold-deep); flex: none; }
.nav__name { font-family: var(--serif); font-size: 18px; line-height: 1; white-space: nowrap; }
.nav__name small { display: block; font-family: var(--sans); font-size: 8.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.nav__links { display: none; gap: 26px; }
.nav__links a { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-2); position: relative; padding: 4px 0; transition: color .3s; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--gold-deep); transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease); }
.nav__links a:hover, .nav__links a.is-active { color: var(--ink); }
.nav__links a:hover::after, .nav__links a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav__right { display: flex; align-items: center; gap: 8px; }
.nav__cta { min-height: 42px; padding: 0 16px; font-size: 10.5px; }
.nav__burger { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; gap: 4px; background: rgba(255,255,255,.4); }
.nav__burger span { width: 16px; height: 1.5px; background: var(--ink); display: block; transition: transform .4s var(--ease); }
.nav__burger span:nth-child(1) { transform: translateY(2.5px); } .nav__burger span:nth-child(2) { transform: translateY(-2.5px); }
html.menu-open .nav__burger span:nth-child(1) { transform: translateY(0.75px) rotate(45deg); }
html.menu-open .nav__burger span:nth-child(2) { transform: translateY(-0.75px) rotate(-45deg); }
@media (min-width: 960px) { .nav__links { display: flex; } .nav__burger { display: none; } }
.menu {
  position: fixed; inset: 0; z-index: 90; background: rgba(250,246,239,.97); backdrop-filter: blur(18px);
  display: grid; align-content: center; gap: 4px; padding: var(--pad); transform: translateY(-100%); transition: transform .65s var(--ease-io); visibility: hidden;
}
html.menu-open .menu { transform: translateY(0); visibility: visible; }
.menu a { font-family: var(--serif); font-size: clamp(32px, 8vw, 52px); line-height: 1.2; color: var(--ink); display: flex; align-items: baseline; gap: 14px; }
.menu a small { font-family: var(--sans); font-size: 10px; letter-spacing: .3em; color: var(--gold-deep); }
.menu__foot { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: calc(var(--nav-h) + 30px); padding-bottom: 22px; overflow: hidden; isolation: isolate; }
.hero__glow { position: absolute; z-index: -1; width: 70vw; height: 70vw; max-width: 760px; max-height: 760px; border-radius: 50%; right: -25vw; top: -20vw; background: radial-gradient(circle, rgba(201,168,76,.28), transparent 62%); filter: blur(30px); pointer-events: none; }
.hero__watermark { position: absolute; right: -6vw; bottom: -4vw; width: clamp(160px, 28vw, 380px); color: var(--gold-deep); opacity: .06; z-index: -1; pointer-events: none; }
.hero__grid { display: grid; gap: 26px; align-items: center; }
.hero__badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border-radius: 999px; border: 1px solid var(--gold-soft); background: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; }
.hero__badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(201,168,76,.6); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(201,168,76,.6); } 70% { box-shadow: 0 0 0 9px rgba(201,168,76,0); } 100% { box-shadow: 0 0 0 0 rgba(201,168,76,0); } }
.hero__title { margin-top: 18px; font-size: clamp(40px, 10.6vw, 86px); line-height: .98; }
.hero__title .line { display: block; }
.hero__rotator { margin-top: 12px; font-family: var(--serif); font-style: italic; font-size: clamp(20px, 4.8vw, 30px); color: var(--gold-deep); height: 1.25em; position: relative; overflow: hidden; }
.hero__rotator span { position: absolute; left: 0; top: 0; white-space: nowrap; opacity: 0; }
.hero__rotator span:first-child { opacity: 1; }
.hero__sub { margin-top: 12px; color: var(--ink-2); max-width: 46ch; font-size: clamp(15px, 1.2vw, 17px); }
.hero__sub strong { color: var(--ink); font-weight: 500; }
.hero__cta { display: grid; gap: 10px; margin-top: 20px; }
.hero__meta { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.hero__meta small { display: block; font-size: 9.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.hero__meta span { font-family: var(--serif); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.1; }
.hero__visual { display: none; position: relative; justify-self: end; width: min(100%, 440px); aspect-ratio: 4 / 4.6; }
.hero__visual figure { position: absolute; border-radius: 16px; overflow: hidden; box-shadow: 0 30px 60px rgba(43,29,20,.18), 0 0 0 1px var(--line-2); background: var(--card); }
.hero__visual figure img { width: 100%; height: 100%; object-fit: cover; }
.hero__visual .v1 { left: 0; top: 6%; width: 62%; aspect-ratio: 4 / 5; transform: rotate(-4deg); }
.hero__visual .v2 { right: 0; top: 0; width: 46%; aspect-ratio: 3 / 4; transform: rotate(3deg); }
.hero__visual .v3 { right: 8%; bottom: 0; width: 56%; aspect-ratio: 5 / 4; transform: rotate(-1.5deg); }
.hero__visual figcaption { position: absolute; left: 12px; bottom: 10px; font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.5); }
.hero__stamp { position: absolute; left: -6%; bottom: 12%; width: 104px; height: 104px; border-radius: 50%; background: var(--espresso); color: var(--paper); display: grid; place-items: center; text-align: center; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; line-height: 1.5; box-shadow: 0 16px 34px rgba(43,29,20,.3); animation: floaty 5s ease-in-out infinite; }
.hero__stamp b { font-family: var(--serif); font-size: 26px; font-weight: 500; display: block; letter-spacing: 0; text-transform: none; }
@keyframes floaty { 0%, 100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-10px) rotate(-2deg); } }
@media (min-width: 560px) { .hero__cta { grid-template-columns: auto auto; justify-content: start; } .hero__meta { grid-template-columns: repeat(3, auto); gap: 14px 36px; } }
@media (min-width: 960px) {
  .hero { padding-top: calc(var(--nav-h) + 64px); padding-bottom: 40px; }
  .hero__grid { grid-template-columns: 1.15fr .85fr; gap: 50px; }
  .hero__visual { display: block; }
}

/* ---------- Gold ticker ---------- */
.ticker { display: block; overflow: hidden; white-space: nowrap; background: var(--gold); color: var(--espresso); padding: 13px 0; transform: rotate(-1.2deg) scale(1.02); box-shadow: 0 14px 40px rgba(201,168,76,.28); position: relative; z-index: 3; margin-block: 14px 8px; }
.ticker:hover { background: #d4b660; }
.ticker__track { display: flex; width: max-content; will-change: transform; }
.ticker__group { display: flex; align-items: center; flex: none; }
.ticker__item { display: inline-flex; align-items: center; gap: 22px; padding-right: 22px; font-family: var(--serif); font-size: clamp(19px, 2.4vw, 30px); letter-spacing: .05em; text-transform: uppercase; line-height: 1; font-weight: 500; }
.ticker__item em { font-style: italic; font-weight: 400; text-transform: none; letter-spacing: 0; }
.ticker__item svg { width: .5em; height: .5em; flex: none; color: var(--espresso); }

/* ---------- Photo marquee ---------- */
.photos { overflow: hidden; padding-block: 10px 4px; }
.photos__track { display: flex; width: max-content; will-change: transform; }
.photos__group { display: flex; gap: 10px; padding-right: 10px; flex: none; }
.photos figure { position: relative; height: clamp(112px, 22vw, 200px); aspect-ratio: 4 / 3; border-radius: 12px; overflow: hidden; background: var(--paper-2); flex: none; box-shadow: 0 8px 22px rgba(43,29,20,.1); }
.photos figure.is-tall { aspect-ratio: 4 / 5; }
.photos figure img { width: 100%; height: 100%; object-fit: cover; }
.photos figcaption { position: absolute; left: 8px; bottom: 8px; padding: 4px 8px; border-radius: 999px; background: rgba(250,246,239,.9); font-size: 8.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; }
.photos figcaption.blr { color: var(--ink); }

/* ---------- Countdown strip ---------- */
.count { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 14px; padding: 16px var(--pad) 8px; }
.count__label { width: 100%; text-align: center; font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); }
.cd { display: grid; justify-items: center; min-width: 58px; padding: 8px 10px; border-radius: 12px; background: var(--card); border: 1px solid var(--line-2); }
.cd b { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 5vw, 34px); line-height: 1; font-variant-numeric: tabular-nums; }
.cd b.tick { animation: tick .45s var(--ease); }
@keyframes tick { 0% { transform: translateY(-6px); opacity: .3; color: var(--gold-deep); } 100% { transform: translateY(0); opacity: 1; } }
.cd small { font-size: 8.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-deep); margin-top: 3px; }
@media (min-width: 560px) { .count__label { width: auto; margin-right: 10px; } .count { padding-block: 22px 6px; } }

/* ---------- Meet cards ---------- */
.meet { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 22px var(--pad) 8px; margin-inline: calc(-1 * var(--pad)); scrollbar-width: none; }
.meet::-webkit-scrollbar { display: none; }
.meet__card {
  scroll-snap-align: start; flex: 0 0 min(78vw, 320px); position: relative; padding: 22px 20px 20px; border-radius: var(--radius);
  background: var(--card); border: 1px solid var(--line-2); box-shadow: 0 10px 30px rgba(43,29,20,.06); transform-style: preserve-3d; overflow: hidden; --mx: 50%; --my: 50%;
}
.meet__card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(260px circle at var(--mx) var(--my), rgba(201,168,76,.22), transparent 60%); opacity: 0; transition: opacity .5s; pointer-events: none; }
.meet__card:hover::before { opacity: 1; }
.meet__num { font-family: var(--serif); font-size: 13px; letter-spacing: .2em; color: var(--gold-deep); }
.meet__card h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 3vw, 32px); line-height: 1; margin-top: 14px; }
.meet__card h3 em { display: block; font-style: italic; font-weight: 400; color: var(--gold-deep); padding-left: 18px; }
.meet__card h3 small { display: block; font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--muted); padding-left: 10px; margin: 2px 0; font-weight: 400; }
.meet__card p { margin-top: 14px; color: var(--ink-2); font-size: 14px; line-height: 1.6; }
@media (min-width: 900px) { .meet { display: grid; grid-template-columns: repeat(3, 1fr); overflow: visible; margin-inline: 0; padding-inline: 0; } .meet__card { flex: auto; padding: 28px; } }

/* ---------- Event details ---------- */
.event__grid { display: grid; gap: 22px; margin-top: 22px; align-items: start; }
.details { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 6px 18px; box-shadow: 0 12px 34px rgba(43,29,20,.06); }
.detail { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line-2); }
.detail:last-child { border-bottom: 0; }
.detail__icon { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--gold-soft); background: var(--gold-tint); display: grid; place-items: center; color: var(--gold-deep); }
.detail__icon svg { width: 17px; height: 17px; }
.detail small { display: block; font-size: 9.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.detail span { font-family: var(--serif); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.15; font-weight: 500; }
.poster { position: relative; display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: center; padding: 14px; border-radius: var(--radius); background: var(--paper-2); border: 1px solid var(--line-2); }
.poster__card { border-radius: 10px; overflow: hidden; box-shadow: 0 12px 26px rgba(43,29,20,.18); transform: rotate(-3deg); transition: transform .7s var(--ease); }
.poster:hover .poster__card { transform: rotate(0); }
.poster__card img { aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }
.poster p { font-size: 13.5px; color: var(--ink-2); line-height: 1.55; }
.poster p b { display: block; font-family: var(--serif); font-size: 20px; font-weight: 500; color: var(--ink); margin-bottom: 4px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.chips__label { width: 100%; font-size: 9.5px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; }
.chip { padding: 8px 13px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.5); font-size: 12px; color: var(--ink-2); transition: border-color .3s, color .3s, background .3s; }
.chip:hover { border-color: var(--gold-deep); color: var(--gold-deep); background: var(--gold-tint); }
@media (min-width: 900px) { .event__grid { grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: center; } .poster { grid-template-columns: 150px 1fr; padding: 22px; } }

/* ---------- How it works ---------- */
.steps { display: grid; gap: 10px; margin-top: 22px; counter-reset: s; }
.step { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 16px 18px 16px 14px; border-radius: 14px; background: var(--card); border: 1px solid var(--line-2); }
.step::before { counter-increment: s; content: "0" counter(s); font-family: var(--serif); font-size: 30px; font-weight: 500; color: var(--gold-deep); line-height: 1; padding-top: 2px; }
.step b { display: block; font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.1; }
.step span { display: block; margin-top: 5px; color: var(--ink-2); font-size: 14px; line-height: 1.55; }
.step .step__tag { display: inline-block; width: max-content; margin: 0 0 8px; font-size: 9px; line-height: 1.2; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-deep); border: 1px solid var(--gold-soft); padding: 4px 8px; border-radius: 999px; background: var(--gold-tint); }
.evening { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.evening__list { display: grid; gap: 4px 30px; margin-top: 12px; }
.evening__list li { display: grid; grid-template-columns: 30px 1fr; gap: 8px; align-items: baseline; padding: 8px 0; border-bottom: 1px solid var(--line-2); font-size: 14.5px; }
.evening__list li i { font-family: var(--serif); font-style: normal; color: var(--gold-deep); font-size: 15px; }
.evening__list li b { font-weight: 500; }
.evening__list li span { color: var(--muted); }
.evening__note { margin-top: 10px; font-size: 11.5px; color: var(--muted); letter-spacing: .04em; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(2, 1fr); } .evening__list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .steps { grid-template-columns: repeat(4, 1fr); } .step { grid-template-columns: 1fr; } .step::before { margin-bottom: 8px; } }

/* ---------- Editions ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.filter { padding: 9px 14px; border-radius: 999px; border: 1px solid var(--line); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); background: rgba(255,255,255,.5); transition: background .3s, color .3s, border-color .3s; }
.filter.is-active { background: var(--espresso); color: var(--paper); border-color: var(--espresso); }
.strip { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 18px var(--pad) 10px; margin-inline: calc(-1 * var(--pad)); scrollbar-width: none; }
.strip::-webkit-scrollbar { display: none; }
.strip figure { position: relative; scroll-snap-align: start; flex: none; height: clamp(190px, 44vw, 300px); aspect-ratio: 4 / 5; border-radius: 14px; overflow: hidden; background: var(--paper-2); box-shadow: 0 10px 26px rgba(43,29,20,.1); }
.strip figure.is-wide { aspect-ratio: 5 / 4; }
.strip figure.is-square { aspect-ratio: 1; }
.strip figure[hidden] { display: none; }
.strip figure img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); transition: transform 1s var(--ease); }
.strip figure:hover img { transform: scale(1); }
.strip figcaption { position: absolute; left: 10px; right: 10px; bottom: 10px; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.55); }
.strip figcaption b { padding: 3px 7px; border-radius: 999px; background: rgba(250,246,239,.92); color: var(--gold-deep); font-weight: 500; text-shadow: none; }
.strip figcaption b.blr { color: var(--ink); }
.strip figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(31,22,17,.55)); pointer-events: none; }
.ed-notes { display: grid; gap: 12px; margin-top: 14px; }
.ed-note { padding: 16px 18px; border-radius: 14px; background: var(--card); border: 1px solid var(--line-2); }
.ed-note small { display: block; font-size: 9.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; }
.ed-note b { display: block; font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.1; margin-top: 5px; }
.ed-note b em { font-style: italic; font-weight: 400; color: var(--gold-deep); }
.ed-note p { margin-top: 7px; color: var(--ink-2); font-size: 13.5px; line-height: 1.55; }
.ed-note .facts { display: flex; gap: 20px; margin-top: 10px; }
.ed-note .facts div b { font-size: 26px; margin: 0; }
.ed-note .facts div small { color: var(--muted); letter-spacing: .2em; }
.ed-note--next { background: var(--espresso); color: var(--paper); border-color: var(--espresso); }
.ed-note--next small { color: var(--gold); } .ed-note--next p { color: rgba(250,246,239,.72); } .ed-note--next b em { color: var(--gold); }
@media (min-width: 760px) { .ed-notes { grid-template-columns: 1fr 1fr 1fr; } .strip figcaption { flex-direction: row; justify-content: space-between; align-items: end; } }

/* ---------- Founder ---------- */
.founder { display: grid; grid-template-columns: 104px 1fr; gap: 16px; align-items: start; margin-top: 22px; padding: 16px; border-radius: var(--radius); background: var(--card); border: 1px solid var(--line-2); box-shadow: 0 12px 34px rgba(43,29,20,.06); }
.founder__img { border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 5; box-shadow: 0 12px 26px rgba(43,29,20,.16); }
.founder__img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.founder__body h3 { font-family: var(--serif); font-size: clamp(24px, 3vw, 32px); font-weight: 500; line-height: 1; }
.founder__body h3 em { font-style: italic; font-weight: 400; color: var(--gold-deep); }
.founder__body small { display: block; font-size: 9.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
.founder__body p { margin-top: 10px; color: var(--ink-2); font-size: 14px; line-height: 1.55; }
.founder__body blockquote { margin: 10px 0 0; font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--gold-deep); line-height: 1.3; }
.founder__body .btn { margin-top: 14px; }
@media (min-width: 720px) { .founder { grid-template-columns: 200px 1fr; gap: 30px; padding: 24px; } }

/* ---------- Reserve ---------- */
.reserve { background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 30%, var(--paper-2) 100%); }
.reserve__grid { display: grid; gap: 18px; margin-top: 22px; }
.summary { border-radius: var(--radius); padding: 20px; background: var(--espresso); color: var(--paper); position: relative; overflow: hidden; }
.summary::before { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,.35), transparent 60%); }
.summary .eyebrow { color: var(--gold); } .summary .eyebrow::before { background: var(--gold); }
.summary h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 3vw, 34px); line-height: 1.05; margin-top: 10px; }
.summary h3 em { font-style: italic; font-weight: 400; color: var(--gold); }
.summary__rows { margin-top: 14px; display: grid; }
.summary__rows div { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-top: 1px solid rgba(250,246,239,.14); font-size: 13.5px; }
.summary__rows small { color: rgba(250,246,239,.55); letter-spacing: .12em; text-transform: uppercase; font-size: 10px; padding-top: 2px; }
.summary__rows span { text-align: right; }
.summary__rows span.price { font-family: var(--serif); font-size: 24px; color: var(--gold); line-height: 1; }
.summary__hint { margin-top: 12px; font-size: 12.5px; color: rgba(250,246,239,.6); }

.form { position: relative; border-radius: var(--radius); padding: 20px; background: var(--card); border: 1px solid var(--line-2); box-shadow: 0 16px 40px rgba(43,29,20,.08); }
.form.is-hidden { display: none; }
.form__grid { display: grid; gap: 14px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; }
.field label i { font-style: normal; color: var(--muted); letter-spacing: .04em; text-transform: none; margin-left: 6px; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--paper); border: 1px solid var(--line); border-radius: 11px; padding: 13px 14px; color: var(--ink); font-size: 16px;
  transition: border-color .3s, box-shadow .3s; -webkit-appearance: none; appearance: none;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(43,29,20,.35); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-deep); box-shadow: 0 0 0 4px rgba(201,168,76,.18); }
.field input:user-invalid, .field select:user-invalid { border-color: #b8563f; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238c6d2e' stroke-width='1.6'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.field textarea { min-height: 96px; resize: vertical; }
.form__more { display: grid; gap: 14px; }
.form__more[hidden] { display: none; }
.form__toggle { justify-self: start; display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; padding: 6px 0; }
.form__toggle svg { width: 14px; height: 14px; transition: transform .4s var(--ease); }
.form__toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.form__consent { display: flex; gap: 12px; align-items: start; font-size: 13px; color: var(--ink-2); line-height: 1.5; padding: 6px 0; cursor: pointer; }
.form__consent input { margin: 1px 0 0; accent-color: var(--gold-deep); width: 22px; height: 22px; flex: none; cursor: pointer; }
.form__submit { display: grid; gap: 10px; margin-top: 4px; }
.form__hint { font-size: 12px; color: var(--muted); text-align: center; }
.form__error { display: none; margin-top: 4px; padding: 12px 14px; border-radius: 11px; background: rgba(184,86,63,.1); border: 1px solid rgba(184,86,63,.35); color: #8a3a28; font-size: 13.5px; line-height: 1.5; }
.form__error.is-visible { display: block; }
.form__error a { color: var(--gold-deep); text-decoration: underline; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.success { display: none; border-radius: var(--radius); padding: 22px; background: var(--card); border: 1px solid var(--gold-soft); box-shadow: 0 16px 40px rgba(43,29,20,.08); }
.success.is-visible { display: block; }
.success__check { width: 64px; height: 64px; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold-deep); position: relative; background: var(--gold-tint); }
.success__check::after { content: ""; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid var(--gold); animation: ping 1.8s var(--ease) infinite; }
@keyframes ping { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.7); opacity: 0; } }
.success__check svg { width: 26px; height: 26px; }
.success h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 3vw, 34px); margin-top: 16px; line-height: 1.05; }
.success h3 em { font-style: italic; font-weight: 400; color: var(--gold-deep); }
.success p { color: var(--ink-2); margin-top: 10px; font-size: 14.5px; line-height: 1.6; }
.success__pay { margin-top: 18px; padding: 16px; border-radius: 14px; background: var(--paper-2); border: 1px solid var(--line-2); display: grid; gap: 12px; }
.success__pay small { font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; }
.success__pay .row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; }
.success__pay .price { font-family: var(--serif); font-size: 34px; line-height: 1; font-weight: 500; }
.success__pay .price sub { font-family: var(--sans); font-size: 10.5px; color: var(--muted); letter-spacing: .1em; vertical-align: baseline; margin-left: 8px; }
.success__actions { display: grid; gap: 10px; margin-top: 16px; }
.success__note { font-size: 12.5px; color: var(--muted); }
@media (min-width: 560px) { .form__submit { grid-template-columns: auto 1fr; align-items: center; } .form__hint { text-align: left; } .success__actions { grid-template-columns: auto auto; } .form__grid--2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .reserve__grid { grid-template-columns: .75fr 1.25fr; gap: 28px; align-items: start; } .summary { position: sticky; top: 90px; } .form, .success { padding: 30px; } }

/* ---------- FAQ ---------- */
.faq__list { margin-top: 16px; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; text-align: left; font-family: var(--serif); font-size: clamp(18px, 2vw, 22px); font-weight: 500; line-height: 1.2; transition: color .3s; }
.faq__q:hover { color: var(--gold-deep); }
.faq__q i { flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; position: relative; transition: border-color .3s, background .3s; }
.faq__q i::before, .faq__q i::after { content: ""; position: absolute; background: var(--gold-deep); width: 11px; height: 1.5px; transition: transform .45s var(--ease); }
.faq__q i::after { transform: rotate(90deg); }
.faq__item.is-open .faq__q i { background: var(--gold-tint); border-color: var(--gold); }
.faq__item.is-open .faq__q i::after { transform: rotate(0); }
.faq__a { height: 0; overflow: hidden; }
.faq__a p { padding: 0 0 18px; color: var(--ink-2); font-size: 14.5px; line-height: 1.6; max-width: 70ch; }
.faq__a a { color: var(--gold-deep); text-decoration: underline; }

/* ---------- Footer ---------- */
.footer { background: var(--espresso); color: var(--paper); padding: clamp(36px, 6vw, 64px) 0 22px; position: relative; overflow: hidden; }
.footer__marquee { white-space: nowrap; overflow: hidden; font-family: var(--serif); font-size: clamp(40px, 8vw, 96px); line-height: 1; color: rgba(250,246,239,.08); margin-bottom: 26px; }
.footer__marquee > div { display: inline-flex; gap: 40px; animation: marquee 28s linear infinite; padding-right: 40px; }
.footer__marquee em { font-style: italic; color: rgba(201,168,76,.22); }
@keyframes marquee { to { transform: translateX(-50%); } }
.footer__grid { display: grid; gap: 22px; }
.footer__brand { display: flex; gap: 12px; align-items: center; }
.footer__brand svg { width: 36px; color: var(--gold); }
.footer__brand p { font-family: var(--serif); font-size: 22px; line-height: 1; }
.footer__brand p small { display: block; font-family: var(--sans); font-size: 9px; letter-spacing: .28em; text-transform: uppercase; color: rgba(250,246,239,.5); margin-top: 5px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 8px; }
.footer__links a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(250,246,239,.18); font-size: 12px; color: rgba(250,246,239,.85); transition: border-color .3s, color .3s, background .3s; }
.footer__links a svg { width: 15px; height: 15px; color: var(--gold); }
.footer__links a:hover { border-color: var(--gold); color: var(--gold); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-top: 26px; padding-top: 16px; border-top: 1px solid rgba(250,246,239,.12); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: rgba(250,246,239,.45); }
@media (min-width: 760px) { .footer__grid { grid-template-columns: 1fr auto; align-items: center; } }

/* ---------- Floating mobile CTA ---------- */
.fab { position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 80; display: flex; transform: translateY(130%); transition: transform .6s var(--ease); }
.fab .btn { width: 100%; box-shadow: 0 18px 44px rgba(43,29,20,.35); }
.fab.is-visible { transform: translateY(0); }
@media (min-width: 960px) { .fab { display: none; } }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .grain, .loader { display: none; }
  .hero__rotator span:first-child { opacity: 1; }
}
