:root {
  --ink: #16110f;
  --paper: #f4ece0;
  --paper-2: #e3d2bd;
  --charcoal: #111316;
  --charcoal-2: #1d2025;
  --wine: #8f2634;
  --vermouth: #cf6148;
  --gold: #e8b75d;
  --mint: #9ad4bc;
  --violet: #6e5a8e;
  --line-dark: rgba(22, 17, 15, 0.14);
  --line-light: rgba(244, 236, 224, 0.18);
  --shadow-soft: 0 24px 80px rgba(37, 20, 12, 0.22);
  --shadow-night: 0 32px 120px rgba(0, 0, 0, 0.42);
  --max: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 6%, rgba(232, 183, 93, 0.18), transparent 24rem),
    radial-gradient(circle at 84% 16%, rgba(154, 212, 188, 0.16), transparent 28rem),
    linear-gradient(180deg, #111316 0%, #151416 42%, #efe0cd 42%, #101114 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.5;
  text-rendering: geometricPrecision;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(22, 17, 15, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 17, 15, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.52) 48%, transparent 100%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 20% 30%, #000 0 1px, transparent 1px),
    radial-gradient(circle at 80% 72%, #000 0 1px, transparent 1px);
  background-size: 5px 5px, 7px 7px;
  mix-blend-mode: multiply;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 30;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 32px), var(--max));
  min-height: 66px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(244, 236, 224, 0.45);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(244, 236, 224, 0.74);
  box-shadow: 0 18px 48px rgba(37, 20, 12, 0.13);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
  transition: background 220ms var(--ease), color 220ms var(--ease), border-color 220ms var(--ease);
}

.site-header.is-scrolled {
  color: var(--paper);
  border-color: rgba(244, 236, 224, 0.14);
  background: rgba(17, 19, 22, 0.78);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  gap: 10px;
  font-size: 15px;
  font-weight: 950;
}

.brand-mark img {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(22, 17, 15, 0.18);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 10px 15px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 760;
  opacity: 0.76;
  transition: background 180ms var(--ease), opacity 180ms var(--ease), transform 180ms var(--ease);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  opacity: 1;
  background: rgba(143, 38, 52, 0.13);
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .site-nav a:focus-visible,
.site-header.is-scrolled .site-nav a.is-active {
  background: rgba(244, 236, 224, 0.12);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: inherit;
  background: rgba(22, 17, 15, 0.08);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero-section {
  position: relative;
  min-height: 100svh;
  padding: 128px 24px 52px;
  overflow: hidden;
  color: var(--paper);
  background: #111316;
}

.hero-section::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  height: 100%;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 9, 10, 0.88) 0%, rgba(8, 9, 10, 0.58) 42%, rgba(8, 9, 10, 0.2) 64%, rgba(8, 9, 10, 0.84) 100%),
    linear-gradient(180deg, rgba(8, 9, 10, 0.42) 0%, rgba(8, 9, 10, 0.22) 50%, #111316 100%);
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.96;
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(244, 236, 224, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 236, 224, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
}

.hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.7fr);
  gap: 72px;
  align-items: center;
  max-width: var(--max);
  min-height: calc(100svh - 180px);
  margin: 0 auto;
}

.hero-copy {
  max-width: 760px;
}

.hero-copy .eyebrow {
  color: var(--gold);
}

.eyebrow,
.card-kicker {
  margin: 0 0 14px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.split-heading h2,
.map-copy h2,
.waitlist-section h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.02;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: 84px;
  font-weight: 920;
}

.hero-lede {
  max-width: 700px;
  margin: 28px 0 0;
  color: rgba(244, 236, 224, 0.78);
  font-size: 21px;
}

.hero-actions,
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
}

.hero-proof {
  margin-top: 28px;
  color: rgba(244, 236, 224, 0.64);
  font-size: 13px;
  font-weight: 820;
}

.hero-proof span {
  padding: 8px 10px;
  border: 1px solid rgba(244, 236, 224, 0.16);
  border-radius: 999px;
  background: rgba(244, 236, 224, 0.08);
  backdrop-filter: blur(12px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background 180ms var(--ease);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:focus-visible,
.site-nav a:focus-visible,
.brand-mark:focus-visible,
.nav-toggle:focus-visible,
.waitlist-form input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.button.primary {
  color: var(--paper);
  background: linear-gradient(135deg, var(--wine), var(--vermouth));
  box-shadow: 0 18px 40px rgba(143, 38, 52, 0.3);
}

.button.secondary {
  color: var(--paper);
  border-color: rgba(244, 236, 224, 0.24);
  background: rgba(244, 236, 224, 0.09);
  backdrop-filter: blur(12px);
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 690px;
  justify-self: end;
}

.halo {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.92;
}

.halo-a {
  right: 10%;
  top: 9%;
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, rgba(232, 183, 93, 0.32), transparent 68%);
}

.halo-b {
  bottom: 7%;
  left: 2%;
  width: 230px;
  height: 230px;
  background: radial-gradient(circle, rgba(154, 212, 188, 0.24), transparent 70%);
}

.phone-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 386px);
  min-height: 690px;
  padding: 18px;
  color: var(--paper);
  border: 1px solid rgba(244, 236, 224, 0.2);
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent 22%),
    linear-gradient(145deg, rgba(35, 38, 44, 0.9), rgba(13, 14, 17, 0.96));
  box-shadow: 0 34px 140px rgba(0, 0, 0, 0.55), inset 0 0 0 8px rgba(244, 236, 224, 0.035);
  backdrop-filter: blur(12px);
  transform: rotate(-1.8deg);
}

.phone-shell::before {
  position: absolute;
  inset: 10px;
  z-index: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(244, 236, 224, 0.07);
  border-radius: 31px;
}

.phone-status,
.phone-top,
.month-strip,
.calendar-grid,
.memento-strip,
.night-card {
  position: relative;
  z-index: 1;
}

.phone-status,
.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-status {
  padding: 4px 6px 18px;
  color: rgba(244, 236, 224, 0.5);
  font-size: 11px;
  font-weight: 800;
}

.phone-top {
  margin-bottom: 24px;
}

.phone-top span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.phone-top strong {
  display: block;
  margin-top: 3px;
  font-size: 24px;
  line-height: 1;
}

.phone-top button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #17120f;
  background: var(--gold);
  font-size: 24px;
  font-weight: 900;
}

.month-strip,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.month-strip {
  margin-bottom: 12px;
  color: rgba(244, 236, 224, 0.46);
  font-size: 11px;
  font-weight: 850;
  text-align: center;
}

.calendar-grid span {
  aspect-ratio: 1;
  border: 1px solid rgba(244, 236, 224, 0.04);
  border-radius: 13px;
  background: rgba(244, 236, 224, 0.08);
}

.calendar-grid .soft {
  background: rgba(154, 212, 188, 0.28);
}

.calendar-grid .lit {
  background: linear-gradient(145deg, var(--gold), var(--vermouth));
  box-shadow: 0 12px 28px rgba(232, 183, 93, 0.22);
}

.calendar-grid .deep {
  background: linear-gradient(145deg, var(--wine), var(--violet));
}

.calendar-grid .wide {
  border-radius: 999px;
}

.memento-strip {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 10px;
  margin-top: 26px;
}

.memento-strip span {
  min-height: 86px;
  border: 1px solid rgba(244, 236, 224, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(232, 183, 93, 0.5), transparent),
    linear-gradient(45deg, rgba(143, 38, 52, 0.55), rgba(154, 212, 188, 0.22));
}

.memento-strip span:nth-child(2) {
  transform: translateY(16px);
  background:
    linear-gradient(135deg, rgba(154, 212, 188, 0.42), transparent),
    linear-gradient(45deg, rgba(110, 90, 142, 0.5), rgba(232, 183, 93, 0.2));
}

.memento-strip span:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(207, 97, 72, 0.45), transparent),
    linear-gradient(45deg, rgba(244, 236, 224, 0.12), rgba(143, 38, 52, 0.45));
}

.night-card {
  margin-top: 34px;
  padding: 20px;
  border: 1px solid rgba(244, 236, 224, 0.14);
  border-radius: 8px;
  background: rgba(244, 236, 224, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.night-card span,
.float-card span {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.night-card strong {
  display: block;
  margin-top: 4px;
  font-size: 21px;
}

.night-card p {
  margin: 12px 0 0;
  color: rgba(244, 236, 224, 0.64);
}

.float-card {
  position: absolute;
  z-index: 3;
  min-width: 150px;
  padding: 16px 18px;
  border: 1px solid rgba(244, 236, 224, 0.16);
  border-radius: 8px;
  color: var(--paper);
  background: rgba(20, 20, 22, 0.68);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.float-card strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}

.float-card-a {
  top: 17%;
  left: 0;
}

.float-card-b {
  right: -3%;
  bottom: 18%;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  color: var(--paper);
  background: var(--charcoal);
}

.ticker div {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 18px 24px;
  animation: drift 28s linear infinite;
}

.ticker span {
  color: rgba(244, 236, 224, 0.72);
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
}

.section {
  padding: 104px 24px;
}

.split-heading,
.section-heading,
.stat-grid,
.showcase-grid,
.ritual-rail,
.audience-list {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.split-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.15fr;
  gap: 52px;
  align-items: end;
  margin-bottom: 44px;
}

.split-heading h2,
.section-heading h2,
.map-copy h2,
.waitlist-section h2 {
  max-width: 840px;
  font-size: 66px;
}

.split-heading p:not(.eyebrow),
.section-heading p,
.map-copy p,
.waitlist-section p {
  max-width: 690px;
  margin: 20px 0 0;
  color: rgba(22, 17, 15, 0.66);
  font-size: 18px;
}

.intro-band,
.capture-section {
  color: var(--paper);
  background:
    radial-gradient(circle at 12% 28%, rgba(143, 38, 52, 0.34), transparent 24rem),
    linear-gradient(180deg, #121316, #1d2025);
}

.intro-band .eyebrow,
.capture-section .eyebrow,
.map-section .eyebrow,
.waitlist-section .eyebrow {
  color: var(--gold);
}

.intro-band .split-heading p:not(.eyebrow),
.capture-section .section-heading p,
.map-copy p,
.waitlist-section p {
  color: rgba(244, 236, 224, 0.68);
}

.map-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.map-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(244, 236, 224, 0.14);
  border-radius: 999px;
  color: rgba(244, 236, 224, 0.62);
  background: rgba(244, 236, 224, 0.06);
  font-size: 13px;
  font-weight: 820;
}

.map-stats strong {
  color: var(--gold);
  font-size: 20px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: var(--line-light);
}

.stat-grid article {
  min-height: 196px;
  padding: 24px;
  background: rgba(244, 236, 224, 0.07);
}

.stat-grid strong,
.stat-grid span {
  display: block;
}

.stat-grid strong {
  color: var(--gold);
  font-size: 34px;
  line-height: 1;
}

.stat-grid span {
  margin-top: 34px;
  font-size: 19px;
  font-weight: 930;
}

.stat-grid p {
  margin: 10px 0 0;
  color: rgba(244, 236, 224, 0.58);
}

.archive-section,
.audience-section {
  background: var(--paper);
}

.section-heading {
  margin-bottom: 46px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.showcase-panel {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 70px rgba(37, 20, 12, 0.08);
}

.showcase-panel::before {
  position: absolute;
  right: -10%;
  bottom: -18%;
  width: 360px;
  height: 360px;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(232, 183, 93, 0.34), transparent 68%);
}

.showcase-panel::after {
  position: absolute;
  inset: auto 24px 24px auto;
  width: 180px;
  height: 220px;
  content: "";
  border: 1px solid rgba(22, 17, 15, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(rgba(22, 17, 15, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 17, 15, 0.1) 1px, transparent 1px),
    rgba(244, 236, 224, 0.34);
  background-size: 34px 34px;
  transform: rotate(6deg);
}

.panel-calendar {
  grid-row: span 2;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(143, 38, 52, 0.76), rgba(17, 19, 22, 0.96)),
    var(--charcoal);
}

.panel-photo {
  min-height: 260px;
  background:
    linear-gradient(135deg, rgba(154, 212, 188, 0.28), rgba(244, 236, 224, 0.48)),
    var(--paper-2);
}

.panel-share {
  min-height: 260px;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(29, 32, 37, 0.98), rgba(110, 90, 142, 0.76)),
    var(--charcoal-2);
}

.panel-label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 110px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-label span {
  color: var(--gold);
}

.showcase-panel h3,
.ritual-rail h3,
.audience-list h3 {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0;
  font-size: 38px;
  line-height: 1.04;
}

.showcase-panel p,
.ritual-rail p,
.audience-list p {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(22, 17, 15, 0.64);
  font-size: 16px;
}

.panel-calendar p,
.panel-share p {
  color: rgba(244, 236, 224, 0.68);
}

.ritual-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
}

.ritual-rail article {
  min-height: 290px;
  padding: 34px 28px 0 0;
}

.ritual-rail article + article {
  padding-left: 28px;
  border-left: 1px solid var(--line-light);
}

.ritual-rail span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 30px;
  border: 1px solid rgba(232, 183, 93, 0.42);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 950;
}

.ritual-rail p {
  color: rgba(244, 236, 224, 0.66);
}

.map-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1.22fr);
  gap: 54px;
  align-items: center;
  padding: 104px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--paper);
  background: #111316;
}

.map-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(244, 236, 224, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(244, 236, 224, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(244, 236, 224, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 24% 26%, rgba(232, 183, 93, 0.28), transparent 13rem),
    radial-gradient(circle at 75% 70%, rgba(154, 212, 188, 0.2), transparent 15rem),
    #1b2026;
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.22);
}

.route-line {
  position: absolute;
  top: 34%;
  left: 19%;
  width: 58%;
  height: 34%;
  border-top: 2px solid rgba(232, 183, 93, 0.58);
  border-right: 2px solid rgba(232, 183, 93, 0.58);
  border-radius: 0 90px 0 0;
  transform: rotate(-8deg);
}

.map-pin,
.district {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(244, 236, 224, 0.22);
  border-radius: 999px;
  font-weight: 930;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.23);
}

.map-pin {
  color: #16110f;
  background: var(--gold);
}

.pin-a {
  top: 21%;
  left: 15%;
}

.pin-b {
  top: 55%;
  left: 62%;
  background: var(--mint);
}

.pin-c {
  top: 72%;
  left: 28%;
  color: var(--paper);
  background: var(--wine);
}

.district {
  min-height: 34px;
  color: rgba(244, 236, 224, 0.52);
  background: rgba(244, 236, 224, 0.06);
  box-shadow: none;
}

.district-a {
  top: 14%;
  right: 12%;
}

.district-b {
  bottom: 12%;
  right: 18%;
}

.map-legend {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100% - 36px);
  padding: 10px;
  border: 1px solid rgba(244, 236, 224, 0.12);
  border-radius: 8px;
  background: rgba(17, 19, 22, 0.64);
  backdrop-filter: blur(14px);
}

.map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(244, 236, 224, 0.68);
  font-size: 12px;
  font-weight: 780;
}

.map-legend i {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.map-legend .legend-saved {
  background: var(--mint);
}

.map-legend .legend-want {
  background: var(--wine);
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.audience-list article {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1)),
    rgba(255, 255, 255, 0.22);
}

.waitlist-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 52px;
  align-items: end;
  padding: 104px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--paper);
  background:
    radial-gradient(circle at 16% 18%, rgba(232, 183, 93, 0.25), transparent 22rem),
    linear-gradient(145deg, #351b25, #111316 62%);
}

.waitlist-form {
  padding: 26px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(244, 236, 224, 0.08);
  backdrop-filter: blur(14px);
}

.waitlist-form label {
  display: block;
  margin-bottom: 10px;
  color: rgba(244, 236, 224, 0.72);
  font-weight: 850;
}

.waitlist-form div {
  display: flex;
  gap: 10px;
}

.waitlist-form input {
  min-width: 0;
  flex: 1;
  min-height: 52px;
  padding: 0 16px;
  color: var(--paper);
  border: 1px solid rgba(244, 236, 224, 0.22);
  border-radius: 999px;
  outline: none;
  background: rgba(17, 19, 22, 0.52);
}

.waitlist-form input:focus {
  border-color: var(--gold);
}

.form-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: rgba(244, 236, 224, 0.68);
  font-size: 13px;
}

.form-status.is-ready {
  color: var(--gold);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  padding: 30px max(24px, calc((100vw - var(--max)) / 2));
  color: rgba(244, 236, 224, 0.62);
  border-top: 1px solid rgba(244, 236, 224, 0.1);
  background: #111316;
}

.reveal {
  animation: rise 700ms var(--ease) both;
}

.hero-visual.reveal {
  animation-delay: 120ms;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .site-header {
    top: 10px;
    width: min(calc(100% - 20px), var(--max));
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid rgba(244, 236, 224, 0.18);
    border-radius: 24px;
    color: var(--paper);
    background: rgba(17, 19, 22, 0.95);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 16px;
  }

  .hero-section {
    padding: 110px 18px 54px;
  }

  .hero-section::before {
    inset: 0;
    width: auto;
    height: 100%;
    clip-path: none;
  }

  .hero-content,
  .split-heading,
  .map-section,
  .waitlist-section {
    grid-template-columns: 1fr;
  }

  .hero-content {
    min-height: auto;
  }

  .hero-copy h1 {
    font-size: 60px;
  }

  .split-heading h2,
  .section-heading h2,
  .map-copy h2,
  .waitlist-section h2 {
    font-size: 48px;
  }

  .showcase-panel h3,
  .ritual-rail h3,
  .audience-list h3 {
    font-size: 32px;
  }

  .hero-lede,
  .split-heading p:not(.eyebrow),
  .section-heading p,
  .map-copy p,
  .waitlist-section p {
    font-size: 18px;
  }

  .ticker span {
    font-size: 20px;
  }

  .hero-visual {
    min-height: 620px;
  }

  .phone-shell {
    min-height: 610px;
  }

  .stat-grid,
  .showcase-grid,
  .ritual-rail,
  .audience-list {
    grid-template-columns: 1fr;
  }

  .panel-calendar {
    grid-row: auto;
  }

  .ritual-rail article + article {
    padding-left: 0;
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .section,
  .map-section,
  .waitlist-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

@media (max-width: 600px) {
  .hero-copy h1 {
    font-size: 44px;
  }

  .split-heading h2,
  .section-heading h2,
  .map-copy h2,
  .waitlist-section h2 {
    font-size: 36px;
  }

  .showcase-panel h3,
  .ritual-rail h3,
  .audience-list h3 {
    font-size: 28px;
  }

  .hero-actions,
  .waitlist-form div {
    flex-direction: column;
  }

  .button,
  .waitlist-form input {
    width: 100%;
  }

  .hero-visual {
    min-height: 560px;
  }

  .phone-shell {
    width: min(100%, 340px);
    min-height: 540px;
    padding: 16px;
    border-radius: 32px;
    transform: rotate(0deg);
  }

  .calendar-grid,
  .month-strip {
    gap: 6px;
  }

  .memento-strip span {
    min-height: 68px;
  }

  .float-card {
    min-width: 128px;
    padding: 12px 14px;
  }

  .float-card-a {
    left: -6px;
  }

  .float-card-b {
    right: -6px;
    bottom: 14%;
  }

  .stat-grid article,
  .showcase-panel,
  .audience-list article {
    min-height: auto;
  }

  .showcase-panel {
    padding: 24px;
  }

  .panel-label {
    margin-bottom: 80px;
  }

  .map-visual {
    min-height: 360px;
  }

  .ticker div {
    animation-duration: 22s;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
