:root {
  --font-geist-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ink: #090909;
  --paper: #f2f0eb;
  --white: #ffffff;
  --muted: #66645f;
  --line: rgba(9, 9, 9, 0.2);
  --line-light: rgba(255, 255, 255, 0.22);
  --pad: clamp(22px, 4.8vw, 78px);
  --header-h: 72px;
  --scroll-progress: 0;
}

* { box-sizing: border-box; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

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

body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--ink); color: var(--white); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 11px 15px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--pad);
  border-bottom: 1px solid var(--line);
  background: rgba(242, 240, 235, 0.94);
  backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 680;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.wordmark-mark,
.wordmark-box {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.header-product {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-product span:first-child { color: var(--muted); }

.scroll-track {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  overflow: hidden;
}

.scroll-track span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--ink);
  transform: scaleX(var(--scroll-progress));
  transform-origin: left;
}

.site-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 34px);
  font-size: 11px;
}

.site-menu > a:not(.nav-cta),
.footer-main > a,
.footer-bottom a { position: relative; }

.site-menu > a:not(.nav-cta)::after,
.footer-main > a::after,
.footer-bottom a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-menu > a:hover::after,
.footer-main > a:hover::after,
.footer-bottom a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 15px;
  background: var(--ink);
  color: var(--white);
  transition: background 180ms ease, transform 180ms ease;
}

.nav-cta:hover { background: #303030; transform: translateY(-1px); }
.menu-toggle { display: none; }

.hero {
  min-height: calc(100svh - var(--header-h));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 58px;
  padding: clamp(30px, 4vw, 58px) var(--pad) clamp(38px, 4.8vw, 70px);
}

.hero-overline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.hero-overline span:last-child { display: flex; align-items: center; gap: 8px; }
.hero-overline i,
.tour-status i {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: currentColor;
  animation: statusPulse 2.2s ease-in-out infinite;
}

.hero h1 {
  max-width: 900px;
  margin: auto 0;
  font-size: clamp(4.3rem, 7.7vw, 9.15rem);
  font-weight: 690;
  line-height: 0.82;
  letter-spacing: -0.078em;
}

.hero h1 span,
.hero h1 em { display: block; }
.hero h1 em { color: #77746e; font-style: normal; font-weight: 330; }

.hero-bottom {
  display: grid;
  grid-template-columns: minmax(220px, 410px) minmax(160px, 205px);
  align-items: end;
  justify-content: space-between;
  gap: 36px;
}

.hero-bottom > p {
  margin: 0;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.58;
  letter-spacing: -0.022em;
}

.hero-actions { display: flex; flex-direction: column; gap: 16px; }

.button {
  min-height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 18px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 680;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}

.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 12px;
  font-weight: 680;
}

.arrow {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: transform 220ms ease;
}

.arrow.down { transform: rotate(90deg); }
a:hover .arrow:not(.down) { transform: translateX(4px); }
a:hover .arrow.down { transform: rotate(90deg) translateX(4px); }

.hero-visual {
  --hero-x: 0px;
  --hero-y: 0px;
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background: var(--white) url("assets/hero-golf-course-blur.png") center / cover no-repeat;
  isolation: isolate;
}

.hero-visual::before {
  content: none;
}

.hero-course-bg {
  display: none;
}

.hero-coordinates {
  position: absolute;
  z-index: 10;
  top: 22px;
  right: 22px;
  left: 22px;
  display: none;
  justify-content: space-between;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
}

.hero-crosshair {
  position: absolute;
  z-index: -1;
  top: 40%;
  left: 50%;
  width: min(52vw, 530px);
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: none;
  transform: translate(-50%, -50%);
}

.hero-crosshair::before,
.hero-crosshair::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--line);
  transform: translate(-50%, -50%);
}

.hero-crosshair::before { width: 140%; height: 1px; }
.hero-crosshair::after { width: 1px; height: 140%; }
.hero-crosshair span { position: absolute; inset: 17%; border: 1px solid var(--line); border-radius: 50%; }
.hero-crosshair span:last-child { inset: 37%; }

.phone-fan {
  position: absolute;
  z-index: 20;
  inset: 2% 2% 0;
  transform: translateZ(1px);
}

.phone {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.46;
  padding: 7px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: clamp(30px, 3.2vw, 48px);
  background: #080808;
  box-shadow: 0 26px 70px rgba(0,0,0,0.24);
}

.phone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(24px, 2.7vw, 41px);
}

.phone-island {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 50%;
  width: 31%;
  height: 23px;
  border-radius: 999px;
  background: #030303;
  transform: translateX(-50%);
}

.fan-phone {
  position: absolute;
  bottom: -13%;
  width: min(37%, 340px);
  transform-origin: 50% 100%;
  transition: transform 850ms cubic-bezier(.18,.85,.22,1);
}

.fan-left {
  z-index: 1;
  left: 50%;
  transform: translate(calc(-84% + var(--hero-x)), var(--hero-y)) rotate(-15deg);
  animation: fanLeftIn 1.1s cubic-bezier(.16,.8,.2,1) both 180ms;
}

.fan-right {
  z-index: 2;
  left: 50%;
  transform: translate(calc(-16% - var(--hero-x)), var(--hero-y)) rotate(15deg);
  animation: fanRightIn 1.1s cubic-bezier(.16,.8,.2,1) both 250ms;
}

.hero-visual:hover .fan-left { transform: translate(calc(-92% + var(--hero-x)), var(--hero-y)) rotate(-17deg); }
.hero-visual:hover .fan-right { transform: translate(calc(-8% - var(--hero-x)), var(--hero-y)) rotate(17deg); }

.held-phone {
  position: absolute;
  z-index: 4;
  top: 3%;
  left: 50%;
  width: min(66%, 560px);
  aspect-ratio: 856 / 1836;
  pointer-events: none;
  transform: translate(calc(-50% + var(--hero-x)), var(--hero-y));
  transition: transform 700ms cubic-bezier(.2,.8,.2,1);
  animation: heldPhoneIn 1s cubic-bezier(.16,.8,.2,1) both 80ms;
}

.held-device {
  position: absolute;
  z-index: 3;
  top: 2.45%;
  left: 20.9%;
  width: 56%;
  box-shadow: 0 30px 74px rgba(0,0,0,.28);
}

.held-screen { animation: screenSwap 420ms cubic-bezier(.2,.8,.2,1) both; }

.fan-left,
.fan-right,
.held-phone {
  animation: none;
}

.held-hand {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.hero-theme-switcher {
  position: absolute;
  z-index: 30;
  right: 20px;
  bottom: 20px;
  width: min(218px, calc(100% - 40px));
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
}

.hero-theme-switcher > span {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-theme-switcher button {
  width: 100%;
  display: grid;
  grid-template-columns: 10px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
  font-size: 11px;
  cursor: pointer;
}

.hero-theme-switcher button:last-child { border-bottom: 0; }
.hero-theme-switcher button::after { content: "+"; }
.hero-theme-switcher button[aria-pressed="true"] { background: var(--ink); color: var(--white); }
.hero-theme-switcher button[aria-pressed="true"]::after { content: "—"; }
.hero-theme-switcher button i,
.theme-dot { width: 7px; height: 7px; border: 1px solid currentColor; border-radius: 50%; }
.hero-theme-switcher .classic { background: #f5f5f5; }
.hero-theme-switcher .cream { background: #c53230; }
.hero-theme-switcher .neon { background: #6571ff; }

.round-rail {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.5vw, 42px);
  padding: 18px var(--pad);
  overflow-x: auto;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  scrollbar-width: none;
}

.round-rail::-webkit-scrollbar { display: none; }
.round-rail .rail-title { margin-right: auto; color: #8e8e88; }
.round-rail div { display: flex; gap: 9px; }
.round-rail div span { color: #7c7c77; }
.round-rail > i { width: 34px; height: 1px; flex: 0 0 auto; background: #454541; }

.section-index {
  margin: 0;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

[data-reveal] {
  opacity: 0;
  clip-path: inset(0 0 18% 0);
  transform: translateY(32px);
  transition: opacity 650ms ease, clip-path 900ms cubic-bezier(.2,.8,.2,1), transform 900ms cubic-bezier(.2,.8,.2,1);
}

[data-reveal][data-visible="true"] { opacity: 1; clip-path: inset(0); transform: translateY(0); }

.opening-statement {
  min-height: 76vh;
  display: grid;
  grid-template-columns: 0.32fr 1.68fr;
  align-content: center;
  gap: 36px;
  padding: clamp(100px, 14vw, 220px) var(--pad);
  border-bottom: 1px solid var(--line);
}

.opening-statement > p:last-child {
  max-width: 1280px;
  margin: 0;
  font-size: clamp(3.4rem, 7.7vw, 9rem);
  font-weight: 580;
  line-height: 0.91;
  letter-spacing: -0.07em;
}

.opening-statement em { color: #77746e; font-style: normal; font-weight: 330; }

.product-tour {
  padding: clamp(100px, 11vw, 175px) var(--pad) clamp(90px, 11vw, 165px);
  background: var(--ink);
  color: var(--white);
}

.product-heading {
  display: grid;
  grid-template-columns: 0.32fr 1.15fr 0.53fr;
  align-items: end;
  gap: 38px;
  margin-bottom: clamp(80px, 9vw, 140px);
}

.product-heading h2,
.feature-heading h2,
.waitlist-main h2 {
  margin: 0;
  font-size: clamp(4rem, 8vw, 9.3rem);
  font-weight: 620;
  line-height: 0.84;
  letter-spacing: -0.075em;
}

.product-heading h2 em,
.feature-heading h2 em { color: #7c7c76; font-style: normal; font-weight: 330; }

.product-heading > p:last-child,
.feature-heading > p:last-child,
.waitlist-main p {
  margin: 0;
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.58;
  letter-spacing: -0.022em;
}

.product-heading > p:last-child { color: #aaa9a3; }

.tour-console {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(430px, 1.05fr) minmax(360px, .95fr);
  grid-template-rows: auto 1fr;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.tour-tabs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line-light);
}

.tour-tabs button {
  width: 100%;
  min-height: 104px;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 5px 14px;
  padding: 19px 24px;
  border: 0;
  border-right: 1px solid var(--line-light);
  background: transparent;
  color: #8b8b86;
  text-align: left;
  cursor: pointer;
  transition: color 250ms ease, background 250ms ease, padding 250ms ease;
}

.tour-tabs button:last-child { border-right: 0; }
.tour-tabs button span { grid-row: 1 / 3; font-family: var(--font-geist-mono), monospace; font-size: 9px; }
.tour-tabs button strong { font-size: clamp(18px, 1.6vw, 24px); font-weight: 540; letter-spacing: -0.035em; }
.tour-tabs button small { color: inherit; font-size: 11px; font-weight: 430; opacity: .7; }
.tour-tabs button:hover { color: var(--white); }
.tour-tabs button[aria-selected="true"] { background: var(--white); color: var(--ink); }

.tour-stage {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid var(--line-light);
  background: #10100f;
  isolation: isolate;
}

.tour-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 32%;
  background: linear-gradient(to top, rgba(0,0,0,.56), transparent);
}

.tour-stage-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 25% 20%;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.tour-stage-meta {
  position: absolute;
  z-index: 4;
  top: 19px;
  right: 21px;
  left: 21px;
  display: flex;
  justify-content: space-between;
  color: #8c8c87;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tour-phone {
  z-index: 2;
  width: min(48%, 350px);
  margin-top: 38px;
  animation: tourScreenIn 500ms cubic-bezier(.16,.8,.2,1) both;
}

.tour-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 82px);
  animation: copyIn 450ms cubic-bezier(.2,.8,.2,1) both;
}

.tour-copy > div { display: flex; justify-content: space-between; gap: 20px; color: #898983; font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: 0.09em; text-transform: uppercase; }
.tour-copy h3 { margin: clamp(55px, 6vw, 96px) 0 28px; font-size: clamp(2.7rem, 4.2vw, 5.1rem); font-weight: 520; line-height: 0.94; letter-spacing: -0.06em; }
.tour-copy p { margin: 0; color: #aaa9a3; font-size: clamp(15px, 1.15vw, 18px); line-height: 1.62; }

.tour-copy .tour-proof {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  margin-top: clamp(52px, 6vw, 88px);
  padding: 24px 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  color: var(--white);
  text-transform: none;
}

.tour-proof strong {
  max-width: 560px;
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: clamp(2rem, 3.4vw, 4rem);
  font-weight: 520;
  line-height: .94;
  letter-spacing: -.055em;
}

.tour-proof span {
  color: #898983;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tour-status { display: flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 36px; color: #8c8c87; font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: 0.09em; text-transform: uppercase; }

.feature-showcase { padding: clamp(100px, 12vw, 190px) var(--pad); }
.feature-heading {
  display: grid;
  grid-template-columns: 0.32fr 1.68fr;
  align-items: start;
  gap: 38px;
  margin-bottom: clamp(64px, 7vw, 110px);
  overflow: visible;
}
.feature-heading h2 {
  overflow: visible;
  padding-bottom: .12em;
  line-height: .91;
}
.feature-heading > p:last-child {
  grid-column: 2;
  max-width: 680px;
  color: var(--muted);
  padding-top: .35em;
}

.feature-list {
  border-top: 1px solid var(--ink);
}

.feature-row {
  display: grid;
  grid-template-columns: 54px minmax(190px, .48fr) minmax(320px, 1fr) minmax(104px, auto);
  align-items: start;
  gap: clamp(18px, 2.6vw, 46px);
  padding: clamp(25px, 3vw, 42px) 0;
  border-bottom: 1px solid var(--line);
}

.feature-number {
  padding-top: 5px;
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .09em;
}

.feature-row h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.1vw, 2.45rem);
  font-weight: 590;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.feature-row p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.58;
}

.feature-included {
  min-width: 104px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 6px;
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.feature-included::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ink);
}

.waitlist {
  position: relative;
  min-height: 88svh;
  overflow: hidden;
  padding: 0 var(--pad) clamp(74px, 9vw, 130px);
  background: var(--ink);
  color: var(--white);
}

.waitlist-topline { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line-light); }
.waitlist-count { display: flex; align-items: baseline; gap: 12px; }
.waitlist-count strong { font-size: clamp(2rem, 3vw, 4rem); font-weight: 520; letter-spacing: -.06em; }
.waitlist-count span { color: #8b8b86; font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.waitlist-main { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: end; gap: clamp(70px, 10vw, 170px); padding-top: clamp(105px, 13vw, 190px); }
.waitlist-main h2 { margin-bottom: 40px; }
.waitlist-main > div > p { max-width: 590px; color: #aaa9a3; }
.waitlist-form { align-self: end; padding: clamp(26px, 3vw, 42px); border: 1px solid var(--line-light); background: #101010; }
.waitlist-form > label { display: block; margin-bottom: 46px; color: #8c8c87; font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.waitlist-field { display: grid; grid-template-columns: minmax(0, 1fr) auto; border-bottom: 1px solid var(--white); }
.waitlist-field input { min-width: 0; padding: 18px 0; border: 0; outline: 0; background: transparent; color: var(--white); font: inherit; font-size: clamp(16px, 1.4vw, 21px); }
.waitlist-field input::placeholder { color: #5e5e5a; }
.waitlist-field button { min-width: 176px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 0 0 20px; border: 0; background: transparent; color: var(--white); font-size: 12px; font-weight: 680; cursor: pointer; }
.waitlist-field button:hover span { transform: translate(3px,-3px); }
.waitlist-field button span { transition: transform 200ms ease; }
.waitlist-field button:disabled { cursor: wait; opacity: .65; }
.waitlist-message { min-height: 34px; margin: 24px 0 0 !important; color: #7f7f7a !important; font-family: var(--font-geist-mono), monospace; font-size: 9px !important; line-height: 1.5 !important; }
.waitlist-message.joined,
.waitlist-message.duplicate { color: #e2e2dc !important; }
.waitlist-message a { text-decoration: underline; text-underline-offset: 3px; }
.waitlist-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }

.site-footer { padding: 0 var(--pad); background: var(--white); }
.footer-main { min-height: 112px; display: grid; grid-template-columns: 1.1fr 1.25fr auto auto; align-items: center; gap: clamp(24px, 4vw, 64px); border-bottom: 1px solid var(--line); }
.footer-main > a { font-size: 12px; }
.footer-main > a span { margin-left: 10px; }
.footer-main nav { display: flex; gap: 26px; font-size: 11px; }
.footer-main > a:last-child { justify-self: end; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.footer-bottom nav { display: flex; gap: 26px; }

/* Support, privacy, terms, and 404 */
.info-page { min-height: 100svh; display: flex; flex-direction: column; }
.info-header,
.info-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 var(--pad); }
.info-header { min-height: var(--header-h); border-bottom: 1px solid var(--line); }
.info-home { font-size: 12px; }
.info-main { display: grid; grid-template-columns: 0.78fr 1.22fr; flex: 1; }
.info-hero { position: sticky; top: 0; align-self: start; min-height: 72svh; padding: clamp(70px, 9vw, 145px) var(--pad); border-right: 1px solid var(--line); }
.info-hero h1 { max-width: 780px; margin: 46px 0; font-size: clamp(4rem, 8vw, 9rem); font-weight: 620; line-height: .84; letter-spacing: -.075em; }
.info-hero > p:last-child { max-width: 520px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.58; }
.info-content { padding: clamp(70px, 9vw, 145px) var(--pad); }
.info-block { display: grid; grid-template-columns: 0.4fr 1.6fr; gap: 28px; padding: 36px 0; border-top: 1px solid var(--line); }
.info-block:last-child { border-bottom: 1px solid var(--line); }
.info-block h2 { margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.info-block p, .info-block li { color: #4f4d49; font-size: 15px; line-height: 1.68; }
.info-block p { margin: 0; }
.info-block ul { margin: 0; padding-left: 18px; }
.info-block a { text-decoration: underline; text-underline-offset: 3px; }
.info-contact { display: flex; justify-content: space-between; gap: 20px; margin-top: 24px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: clamp(15px, 1.4vw, 20px); text-decoration: none !important; }
.info-footer { min-height: 90px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.info-footer nav { display: flex; gap: 24px; }
.not-found { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: var(--pad); background: var(--ink); color: var(--white); }
.not-found p { font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.not-found h1 { max-width: 1100px; margin: 40px 0 70px; font-size: clamp(4.6rem, 11vw, 13rem); font-weight: 570; line-height: .82; letter-spacing: -.08em; }
.not-found a { width: fit-content; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; }

@keyframes statusPulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }
@keyframes fanLeftIn {
  from { opacity: 0; transform: translate(-45%, 12%) rotate(-2deg); }
  to { opacity: 1; transform: translate(calc(-84% + var(--hero-x)), var(--hero-y)) rotate(-15deg); }
}
@keyframes fanRightIn {
  from { opacity: 0; transform: translate(-55%, 12%) rotate(2deg); }
  to { opacity: 1; transform: translate(calc(-16% - var(--hero-x)), var(--hero-y)) rotate(15deg); }
}
@keyframes heldPhoneIn {
  from { opacity: 0; transform: translate(-50%, 12%); }
  to { opacity: 1; transform: translate(calc(-50% + var(--hero-x)), var(--hero-y)); }
}
@keyframes screenSwap { from { opacity: 0; transform: scale(.985) translateY(10px); } }
@keyframes tourScreenIn { from { opacity: 0; transform: translateY(22px) scale(.98); } }
@keyframes copyIn { from { opacity: 0; transform: translateY(15px); } }
@keyframes orbitSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-product { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 75svh; }
  .hero-visual { min-height: 820px; border-top: 1px solid var(--line); border-left: 0; }
  .held-phone { width: min(58%, 560px); }
  .fan-phone { width: min(30%, 314px); }
  .tour-console { grid-template-columns: minmax(400px, .92fr) 1.08fr; }
  .tour-copy { padding: 36px; }
}

@media (max-width: 900px) {
  :root { --header-h: 66px; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { width: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0; border: 0; background: transparent; font-size: 12px; cursor: pointer; }
  .site-menu { position: fixed; inset: var(--header-h) 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 0 var(--pad) 26px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-menu.is-open { display: flex; }
  .site-menu a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .nav-cta { margin-top: 14px; justify-content: center; border-bottom: 0 !important; }
  .hero h1 { font-size: clamp(4rem, 15vw, 7.6rem); }
  .hero-bottom { grid-template-columns: 1fr auto; }
  .hero-visual { min-height: 740px; }
  .held-phone { width: min(66%, 540px); }
  .fan-phone { width: min(35%, 302px); }
  .opening-statement { grid-template-columns: 1fr; }
  .product-heading,
  .feature-heading { grid-template-columns: .3fr 1fr; }
  .product-heading > p:last-child,
  .feature-heading > p:last-child { grid-column: 2; max-width: 620px; }
  .tour-console { min-height: 0; grid-template-columns: 1fr 1fr; }
  .tour-tabs { grid-column: 1 / -1; }
  .tour-tabs button { min-height: 92px; }
  .tour-tabs button:last-child { border-right: 0; }
  .tour-stage { min-height: 650px; }
  .tour-copy { min-height: 650px; }
  .feature-row {
    grid-template-columns: 44px minmax(170px, .55fr) minmax(260px, 1fr);
  }
  .feature-included {
    grid-column: 2;
    justify-content: flex-start;
    padding-top: 0;
    text-align: left;
  }
  .waitlist-main { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr auto; padding: 28px 0; }
  .footer-main > a:first-of-type { justify-self: end; }
  .footer-main nav { order: 3; }
  .footer-main > a:last-child { order: 4; }
}

@media (max-width: 640px) {
  .hero-copy { min-height: 78svh; gap: 46px; padding-top: 26px; }
  .hero-overline { flex-direction: column; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 6rem); }
  .hero-bottom { grid-template-columns: 1fr; align-items: start; }
  .hero-actions { max-width: 360px; }
  .hero-visual { min-height: 590px; }
  .held-phone { top: 4%; width: min(78%, 390px); }
  .fan-phone { bottom: -6%; width: min(44%, 170px); }
  .hero-visual:hover .fan-left { transform: translate(calc(-84% + var(--hero-x)), var(--hero-y)) rotate(-15deg); }
  .hero-visual:hover .fan-right { transform: translate(calc(-16% - var(--hero-x)), var(--hero-y)) rotate(15deg); }
  .hero-theme-switcher { right: 12px; bottom: 12px; width: 170px; }
  .hero-theme-switcher button { padding: 9px 10px; }
  .hero-crosshair { width: 460px; }
  .round-rail .rail-title { margin-right: 28px; }
  .opening-statement { min-height: 67vh; padding-top: 105px; padding-bottom: 105px; }
  .opening-statement > p:last-child { font-size: clamp(3.3rem, 15vw, 5.9rem); }
  .product-heading,
  .feature-heading { grid-template-columns: 1fr; }
  .product-heading > p:last-child,
  .feature-heading > p:last-child { grid-column: auto; }
  .product-heading h2,
  .feature-heading h2,
  .waitlist-main h2 { font-size: clamp(3.8rem, 16.5vw, 6.3rem); }
  .tour-console { display: flex; flex-direction: column; }
  .tour-tabs { order: 0; overflow-x: auto; scrollbar-width: none; }
  .tour-tabs button { min-width: 170px; grid-template-columns: 28px 1fr; align-content: center; gap: 5px 10px; padding: 14px 16px; }
  .tour-stage {
    order: 1;
    min-height: 600px;
    padding: 58px 20px 28px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }
  .tour-phone {
    width: min(51vw, 238px);
    max-height: 514px;
    margin-top: 0;
    flex: 0 0 auto;
  }
  .tour-copy { order: 2; min-height: 520px; padding: 30px 24px; }
  .tour-copy h3 { margin-top: 70px; }
  .tour-copy .tour-proof { margin-top: 56px; }
  .tour-status { margin-top: 80px; }
  .feature-heading h2 { line-height: .93; padding-bottom: .16em; }
  .feature-row {
    grid-template-columns: 34px 1fr;
    gap: 12px 18px;
    padding: 25px 0 27px;
  }
  .feature-number { padding-top: 4px; }
  .feature-row h3 { font-size: clamp(1.45rem, 7vw, 2.15rem); }
  .feature-row p {
    grid-column: 2;
    font-size: 14px;
    line-height: 1.55;
  }
  .feature-included {
    grid-column: 2;
    justify-content: flex-start;
    padding-top: 0;
    text-align: left;
  }
  .waitlist { min-height: 0; padding-right: 22px; padding-left: 22px; }
  .waitlist-topline { min-height: 100px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; }
  .waitlist-main { padding-top: 88px; gap: 60px; }
  .waitlist-form { padding: 24px 20px; }
  .waitlist-field { grid-template-columns: 1fr; }
  .waitlist-field button { min-height: 54px; padding-left: 0; border-top: 1px solid #3a3a37; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; padding: 34px 0; }
  .footer-main > a:first-of-type,
  .footer-main > a:last-child { justify-self: start; }
  .footer-main nav { flex-wrap: wrap; }
  .footer-bottom { min-height: 82px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
  .info-main { grid-template-columns: 1fr; }
  .info-hero { position: static; min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .info-block { grid-template-columns: 1fr; }
  .info-header .wordmark > span:last-child { display: none; }
  .info-footer { align-items: flex-start; flex-direction: column; justify-content: center; padding-top: 22px; padding-bottom: 22px; }
}

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