:root {
  color-scheme: dark;
  --bg: #17191d;
  --bg-deep: #111317;
  --surface: #22252a;
  --surface-raised: #292c31;
  --text: #f7f3eb;
  --muted: #b7b2aa;
  --quiet: #85847f;
  --line: rgba(255, 255, 255, .12);
  --orange: #ff652d;
  --orange-bright: #ff7541;
  --lime: #d2ef4a;
  --danger: #ffae98;
  --display: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 101, 45, .16), transparent 28rem),
    radial-gradient(circle at 8% 70%, rgba(210, 239, 74, .035), transparent 26rem),
    var(--bg);
  color: var(--text);
  font: 16px/1.55 var(--body);
  -webkit-font-smoothing: antialiased;
}

button,
input { font: inherit; }

a { color: inherit; }

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

p,
h1,
h2,
h3 { margin-top: 0; }

h1,
h2,
h3,
.wordmark,
.button,
.purpose-step strong { font-family: var(--display); }

h1,
h2,
h3 {
  text-wrap: balance;
  letter-spacing: -.045em;
}

[hidden] { display: none !important; }

.page {
  width: min(1240px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  border-radius: 8px;
  background: var(--lime);
  color: #15171b;
  padding: 10px 14px;
  font-weight: 850;
  text-decoration: none;
}

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

.site-header {
  position: relative;
  z-index: 20;
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  width: max-content;
  color: var(--text);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -.06em;
  line-height: 1;
  text-decoration: none;
}

.wordmark span { color: var(--orange); }

.site-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav a,
.site-footer nav a,
.text-link,
.privacy-note a,
.faq-list a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  text-underline-offset: 4px;
}

.site-nav a { text-decoration: none; }

.site-nav a:hover,
.site-footer nav a:hover,
.text-link:hover,
.privacy-note a:hover,
.faq-list a:hover { color: var(--text); }

.header-cta {
  justify-self: end;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 17px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.header-cta:hover { border-color: var(--orange); }

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, .75fr);
  align-items: center;
  gap: clamp(54px, 7vw, 104px);
  padding: 64px 0 72px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.form-kicker {
  margin-bottom: 18px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 730px;
  margin-bottom: 27px;
  font-size: clamp(58px, 6.4vw, 90px);
  font-weight: 950;
  letter-spacing: -.06em;
  line-height: .93;
}

.hero h1 span { color: var(--orange); }

.hero-lede {
  max-width: 710px;
  margin-bottom: 31px;
  color: #d1cdc5;
  font-size: clamp(19px, 1.75vw, 23px);
  line-height: 1.46;
  letter-spacing: -.018em;
}

.hero-lede strong {
  color: var(--text);
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.button {
  min-height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border: 0;
  border-radius: 999px;
  padding: 0 23px;
  font-weight: 950;
  letter-spacing: -.02em;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--orange);
  color: #15171b;
  box-shadow: 0 15px 38px rgba(255, 101, 45, .2);
}

.button-primary:hover { background: var(--orange-bright); }

.button-primary > span:last-child { font-size: 20px; }

.button:disabled {
  cursor: wait;
  opacity: .68;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.cohort-note {
  max-width: 650px;
  margin: 21px 0 0;
  color: var(--quiet);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: min(124%, 100vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 101, 45, .25), rgba(255, 101, 45, .03) 58%, transparent 71%);
  filter: blur(10px);
}

.phone {
  position: relative;
  overflow: hidden;
  border: 7px solid #07080a;
  border-radius: 49px;
  background: #07080a;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .52);
}

.phone::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 41px;
  pointer-events: none;
}

.phone-hero {
  z-index: 1;
  width: min(338px, 82%);
  transform: rotate(2.2deg);
}

.taste-card {
  position: absolute;
  z-index: 3;
  top: 16%;
  left: -4%;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(35, 38, 43, .9);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 13px 15px;
}

.taste-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #15171b;
  font-weight: 950;
}

.taste-card strong,
.taste-card small { display: block; }

.taste-card strong { font-size: 12px; }
.taste-card small { color: var(--muted); font-size: 10px; }

.purpose-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.purpose-step {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px 24px;
}

.step-number {
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}

.purpose-step strong {
  display: block;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.025em;
}

.purpose-step p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.flow-arrow {
  align-self: center;
  color: #5e6065;
  font-size: 24px;
}

.two-ways { padding: 104px 0 115px; }

.section-heading {
  max-width: 800px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(43px, 5vw, 68px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .98;
}

.section-heading > p:last-child {
  max-width: 660px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.choice-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(145deg, #25282d, #1d2024);
  padding: 38px 40px;
}

.choice-card.group {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 101, 45, .16), transparent 17rem),
    linear-gradient(145deg, #25282d, #1d2024);
}

.card-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 11px;
  color: #d0ccc4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.card-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.choice-card h3 {
  max-width: calc(100% - 155px);
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.choice-card > p {
  max-width: calc(100% - 155px);
  color: var(--muted);
}

.feature-list {
  max-width: calc(100% - 155px);
  display: grid;
  gap: 11px;
  margin-top: 28px;
}

.feature-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dedad2;
  font-size: 14px;
  font-weight: 700;
}

.feature-list b {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 101, 45, .14);
  color: var(--orange);
  font-size: 11px;
}

.mini-phone {
  position: absolute;
  right: -15px;
  bottom: -150px;
  width: 235px;
  overflow: hidden;
  border: 5px solid #090a0c;
  border-radius: 34px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .45);
  transform: rotate(5deg);
}

.choice-card:first-child .mini-phone {
  right: -4px;
  bottom: -156px;
  transform: rotate(4deg);
}

.choice-demo-link {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 155px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
  text-underline-offset: 5px;
}

.group-demo-section {
  padding: 108px 0 118px;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 38%, rgba(255, 101, 45, .12), transparent 26rem),
    rgba(12, 14, 17, .28);
}

.group-demo-heading { margin-bottom: 58px; }

.group-demo-layout {
  display: grid;
  grid-template-columns: minmax(310px, .72fr) minmax(500px, 1fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}

.group-demo-guide {
  display: grid;
  gap: 34px;
}

.demo-people {
  display: grid;
  grid-template-columns: repeat(2, 44px) 1fr;
  align-items: center;
}

.demo-avatar-photo {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border: 3px solid var(--bg-deep);
  border-radius: 50%;
}

.demo-people > .demo-avatar-photo + .demo-avatar-photo { margin-left: -8px; }

.demo-people > div { margin-left: 7px; }
.demo-people strong,
.demo-people small { display: block; }
.demo-people strong { font: 900 15px/1.25 var(--display); }
.demo-people small { margin-top: 3px; color: var(--quiet); font-size: 11px; }

.demo-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.demo-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 39px 1fr;
  gap: 14px;
  padding: 8px 0 27px;
  color: var(--quiet);
  transition: color .2s ease, opacity .2s ease;
}

.demo-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 47px;
  bottom: 3px;
  left: 19px;
  width: 1px;
  background: var(--line);
}

.demo-steps li > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--quiet);
  font: 900 12px/1 var(--display);
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.demo-steps li.is-active { color: var(--text); }
.demo-steps li.is-active > span {
  border-color: var(--orange);
  background: rgba(255, 101, 45, .14);
  color: var(--orange);
}

.demo-steps strong { display: block; margin: 3px 0 4px; font: 900 17px/1.2 var(--display); }
.demo-steps p { margin: 0; font-size: 13px; line-height: 1.5; }

.demo-explainer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .025);
  padding: 16px;
}

.demo-explainer > span {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(210, 239, 74, .12);
  color: var(--lime);
  font-weight: 900;
}

.demo-explainer p { margin: 1px 0 0; color: var(--muted); font-size: 12px; }
.demo-explainer strong { color: var(--text); }

.group-demo-device {
  width: min(100%, 570px);
  min-height: 725px;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 34px;
  background: linear-gradient(150deg, #25282d, #191b1f);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
}

.demo-device-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 18px 24px;
}

.demo-device-header strong,
.demo-device-kicker { display: block; }
.demo-device-header strong { margin-top: 3px; font: 900 18px/1.2 var(--display); }
.demo-device-kicker { color: var(--orange); font-size: 10px; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }

.demo-mini-avatars { display: flex; }
.demo-mini-avatars img {
  width: 31px;
  height: 31px;
  object-fit: cover;
  margin-left: -6px;
  border: 3px solid #202328;
  border-radius: 50%;
}

.demo-voting { padding: 22px 24px 25px; }

.demo-progress-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--quiet);
  font-size: 11px;
  font-weight: 800;
}

.demo-progress {
  height: 4px;
  overflow: hidden;
  margin: 9px 0 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}

.demo-progress i {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--orange);
  transition: width .25s ease;
}

.demo-card-stage { position: relative; }

.demo-restaurant-card {
  min-height: 475px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 27px;
  background: #282b30;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .3);
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  will-change: transform, opacity;
  transition: transform .24s ease, opacity .24s ease;
}

.demo-restaurant-card:active { cursor: grabbing; }
.demo-restaurant-card.is-leaving { opacity: 0; }
.demo-restaurant-card.is-pass { transform: translateX(-125%) rotate(-10deg) !important; }
.demo-restaurant-card.is-like { transform: translateX(125%) rotate(10deg) !important; }

.demo-card-cover {
  position: relative;
  height: 260px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 22%, rgba(255, 255, 255, .2), transparent 10rem),
    linear-gradient(145deg, #8f4c34, #41241c);
}

.demo-card-cover::before,
.demo-card-cover::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .55;
}

.demo-card-cover::before { width: 230px; height: 230px; right: -55px; bottom: -115px; background: rgba(255, 174, 95, .3); }
.demo-card-cover::after { width: 130px; height: 130px; left: -25px; top: -50px; background: rgba(255, 255, 255, .14); }
.demo-card-cover[data-theme="gold"] { background: radial-gradient(circle at 75% 24%, rgba(255,255,255,.18), transparent 9rem), linear-gradient(145deg, #99713a, #493519); }
.demo-card-cover[data-theme="green"] { background: radial-gradient(circle at 18% 30%, rgba(255,255,255,.17), transparent 9rem), linear-gradient(145deg, #547a51, #213522); }
.demo-card-cover[data-theme="red"] { background: radial-gradient(circle at 78% 20%, rgba(255,255,255,.16), transparent 9rem), linear-gradient(145deg, #9b493e, #401c1c); }
.demo-card-cover[data-theme="blue"] { background: radial-gradient(circle at 25% 20%, rgba(255,255,255,.16), transparent 9rem), linear-gradient(145deg, #456e7c, #1c323b); }
.demo-card-cover[data-theme="purple"] { background: radial-gradient(circle at 78% 24%, rgba(255,255,255,.17), transparent 9rem), linear-gradient(145deg, #79567f, #322139); }

.demo-restaurant-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-example-label {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(17, 19, 23, .55);
  color: #f2eee6;
  padding: 6px 9px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.demo-choice-stamp {
  position: absolute;
  z-index: 3;
  top: 24px;
  border: 4px solid currentColor;
  border-radius: 9px;
  padding: 6px 10px;
  font: 950 25px/1 var(--display);
  letter-spacing: .05em;
  opacity: 0;
}

.demo-choice-pass { right: 22px; color: #f7f3eb; transform: rotate(9deg); }
.demo-choice-like { left: 22px; color: var(--lime); transform: rotate(-9deg); }

.demo-card-copy { padding: 23px 24px 20px; }
.demo-card-copy > p { margin-bottom: 4px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.demo-card-copy h3 { margin-bottom: 11px; font-size: 29px; font-weight: 950; line-height: 1.05; }
.demo-card-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 750; }
.demo-card-meta span:not(:last-child)::after { content: "·"; margin-left: 8px; color: #65666b; }

.demo-friend-votes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 20px;
}

.demo-friend-votes > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  padding: 7px;
}

.demo-friend-votes img { width: 31px; height: 31px; flex: 0 0 auto; object-fit: cover; border-radius: 50%; }
.demo-friend-votes > span > span { min-width: 0; display: grid; gap: 1px; }
.demo-friend-votes strong { overflow: hidden; font-size: 10px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.demo-friend-votes b { overflow: hidden; color: var(--quiet); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.demo-friend-votes b[data-vote="yes"] { color: var(--lime); }
.demo-friend-votes b[data-vote="no"] { color: #ddd9d1; }

.demo-swipe-help {
  margin: 12px 0 0;
  color: var(--quiet);
  font-size: 10px;
  text-align: center;
}

.demo-vote-feedback {
  min-height: 20px;
  margin: 5px 0 0;
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.demo-vote-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 7px;
}

.demo-vote-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1.4px solid rgba(247, 243, 235, .18);
  border-radius: 999px;
  background: rgba(23, 25, 29, .92);
  color: var(--text);
  font: 900 13px/1 var(--display);
  cursor: pointer;
}

.demo-vote-button span { color: var(--text); font-size: 25px; font-weight: 500; }
.demo-vote-button:hover { border-color: rgba(247, 243, 235, .3); background: rgba(31, 34, 39, .96); }
.demo-vote-button:disabled { cursor: wait; opacity: .5; }

.demo-results {
  min-height: 638px;
  padding: 34px 28px 28px;
  text-align: center;
}

.demo-results-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--lime);
  color: #15171b;
  font: 950 22px/1 var(--display);
}

.demo-results h3 { margin: 8px 0 8px; font-size: 34px; font-weight: 950; }
.demo-results > p:not(.demo-device-kicker) { max-width: 420px; margin: 0 auto 23px; color: var(--muted); font-size: 13px; }

.demo-match-list { display: grid; gap: 9px; }
.demo-match-row,
.demo-vote-review-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  padding: 12px 13px;
  text-align: left;
}

.demo-match-row strong,
.demo-match-row small { display: block; }
.demo-match-row strong { overflow: hidden; font: 850 13px/1.2 var(--display); text-overflow: ellipsis; white-space: nowrap; }
.demo-match-row small { margin-top: 3px; color: var(--quiet); font-size: 10px; }
.demo-match-row > span { color: var(--lime); font-size: 11px; font-weight: 900; }

.demo-empty-match {
  border: 1px dashed rgba(255, 255, 255, .18);
  border-radius: 15px;
  padding: 21px;
  color: var(--muted);
  font-size: 12px;
}

.demo-all-votes { margin-top: 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.demo-all-votes summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; color: #dedad2; font-size: 12px; font-weight: 850; list-style: none; }
.demo-all-votes summary::-webkit-details-marker { display: none; }
.demo-all-votes summary::after { content: "+"; color: var(--orange); font-size: 20px; font-weight: 500; }
.demo-all-votes[open] summary::after { content: "−"; }
#demo-all-votes-list { display: grid; gap: 7px; padding-bottom: 14px; }

.demo-vote-review-row { grid-template-columns: minmax(0, 1fr) 52px 58px 42px; padding: 9px 10px; }
.demo-vote-review-row > strong { overflow: hidden; font: 800 11px/1.2 var(--display); text-overflow: ellipsis; white-space: nowrap; }
.demo-vote-review-row > span { font-size: 9px; font-weight: 900; text-align: center; }
.demo-vote-review-row .yes { color: var(--lime); }
.demo-vote-review-row .no { color: #aaa69f; }

.demo-replay { width: 100%; margin-top: 20px; }

.beta-section {
  padding: 108px 0;
  border-top: 1px solid var(--line);
}

.beta-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1fr);
  gap: clamp(54px, 8vw, 110px);
  align-items: start;
}

.beta-copy {
  position: sticky;
  top: 44px;
  padding-top: 28px;
}

.beta-copy h2 {
  max-width: 550px;
  margin-bottom: 22px;
  font-size: clamp(48px, 5.4vw, 72px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .97;
}

.beta-copy > p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: 18px;
}

.beta-facts {
  display: grid;
  gap: 13px;
  margin-top: 34px;
}

.beta-facts span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #dfdbd3;
  font-size: 14px;
  font-weight: 750;
}

.beta-facts b {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(210, 239, 74, .14);
  color: var(--lime);
  font-size: 11px;
}

.form-panel {
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 101, 45, .13), transparent 20rem),
    var(--surface);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .2);
  padding: clamp(30px, 5vw, 52px);
}

.form-kicker { margin-bottom: 10px; }

.form-panel h2 {
  margin-bottom: 10px;
  font-size: 37px;
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.form-copy {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 15px;
}

#waitlist-form {
  display: grid;
  gap: 10px;
}

#waitlist-form > label:not(.consent) {
  margin-top: 8px;
  color: #e9e5dd;
  font-size: 13px;
  font-weight: 800;
}

#waitlist-form input[type="text"],
#waitlist-form input[type="email"] {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: 0;
  background: rgba(15, 17, 20, .62);
  color: var(--text);
  padding: 0 16px;
  font: 15px var(--body);
  transition: border-color .18s ease, box-shadow .18s ease;
}

#waitlist-form input::placeholder { color: #76746f; }

#waitlist-form input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 101, 45, .12);
}

#waitlist-form input[aria-invalid="true"] {
  border-color: var(--danger);
  box-shadow: 0 0 0 3px rgba(255, 174, 152, .1);
}

.field-help {
  margin: -1px 0 3px;
  color: var(--quiet);
  font-size: 11px;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin: 18px 0 8px;
  color: #d2cec6;
  font-size: 13px;
  line-height: 1.42;
  cursor: pointer;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--orange);
}

.submit-button {
  width: 100%;
  min-height: 58px;
  margin-top: 5px;
}

.form-error {
  margin: 0;
  color: var(--danger);
  font-size: 13px;
  font-weight: 750;
}

.form-error:empty { display: none; }

.privacy-note {
  margin: 18px 0 0;
  color: var(--quiet);
  font-size: 11px;
  line-height: 1.55;
}

.success {
  min-height: 490px;
  place-content: center;
  text-align: center;
}

.success:not([hidden]) { display: grid; }

.success-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--lime);
  color: #15171b;
  font: 950 24px var(--display);
}

.success h2 { outline: none; }

.success p {
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
}

.success-small { font-size: 12px; }

.faq-section {
  padding: 104px 0 120px;
  border-top: 1px solid var(--line);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .66fr) minmax(0, 1.34fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.faq-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(45px, 5vw, 68px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .98;
}

.faq-heading > p:last-child {
  max-width: 400px;
  color: var(--muted);
}

.faq-list { border-top: 1px solid var(--line); }

.faq-list details { border-bottom: 1px solid var(--line); }

.faq-list summary {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  list-style: none;
  cursor: pointer;
  font: 900 18px/1.25 var(--display);
  letter-spacing: -.02em;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--orange);
  font: 500 21px/1 var(--body);
}

.faq-list details[open] summary::after { content: "−"; }

.faq-list details p {
  max-width: 720px;
  margin: -4px 54px 27px 0;
  color: var(--muted);
  font-size: 15px;
}

.site-footer {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--quiet);
  font-size: 12px;
}

.site-footer p { margin: 0; }

@media (max-width: 1100px) {
  .choice-card h3,
  .choice-card > p,
  .feature-list,
  .choice-demo-link { max-width: calc(100% - 125px); }

  .mini-phone { right: -35px; opacity: .9; }
}

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 62px;
  }

  .hero-copy { text-align: center; }

  .hero h1,
  .hero-lede,
  .cohort-note {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions { justify-content: center; }

  .hero-visual { min-height: 610px; }
  .taste-card { left: 8%; }

  .purpose-strip { grid-template-columns: 1fr; }
  .flow-arrow { display: none; }

  .purpose-step { border-bottom: 1px solid var(--line); }
  .purpose-step:last-child { border-bottom: 0; }

  .choice-grid,
  .group-demo-layout,
  .beta-grid,
  .faq-layout { grid-template-columns: 1fr; }

  .choice-card h3,
  .choice-card > p,
  .feature-list,
  .choice-demo-link { max-width: calc(100% - 180px); }

  .mini-phone { right: -5px; }

  .group-demo-guide {
    width: min(100%, 640px);
    margin-right: auto;
    margin-left: auto;
  }

  .group-demo-device {
    width: min(100%, 570px);
    justify-self: center;
  }

  .beta-copy {
    position: static;
    padding-top: 0;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 82px;
  }

  body {
    background:
      radial-gradient(circle at 82% 7%, rgba(255, 101, 45, .14), transparent 20rem),
      radial-gradient(circle at 5% 65%, rgba(210, 239, 74, .025), transparent 19rem),
      var(--bg);
  }

  .page {
    width: 100%;
    padding-right: max(18px, env(safe-area-inset-right));
    padding-left: max(18px, env(safe-area-inset-left));
  }

  #how-it-works,
  #inside-app,
  #group-demo,
  #beta-request,
  #faq { scroll-margin-top: 82px; }

  .site-header {
    position: sticky;
    top: 0;
    min-height: 70px;
    background: rgba(23, 25, 29, .9);
    box-shadow: 0 8px 26px rgba(0, 0, 0, .14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .header-cta {
    min-height: 44px;
    padding: 0 15px;
  }

  .hero {
    min-height: auto;
    gap: 28px;
    padding-top: 42px;
    padding-bottom: 36px;
  }

  .hero-copy { text-align: left; }

  .hero h1 {
    max-width: 560px;
    margin-right: 0;
    margin-bottom: 22px;
    margin-left: 0;
    font-size: clamp(43px, 14.5vw, 58px);
    line-height: .94;
  }

  .hero-lede {
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    font-size: 17px;
    line-height: 1.5;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }

  .cohort-note {
    margin-right: 0;
    margin-left: 0;
  }

  .hero-visual {
    min-height: clamp(500px, 145vw, 600px);
  }

  .phone-hero {
    width: min(270px, 72vw);
    transform: rotate(1deg);
  }

  .taste-card {
    top: 12%;
    left: 0;
    padding: 11px 13px;
  }

  .taste-icon {
    width: 32px;
    height: 32px;
  }

  .purpose-step {
    min-height: 88px;
    padding: 16px 0;
  }

  .two-ways,
  .group-demo-section,
  .beta-section,
  .faq-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-heading {
    margin-bottom: 36px;
    text-align: left;
  }

  .section-heading h2 { font-size: clamp(39px, 12vw, 48px); }

  .section-heading > p:last-child {
    margin-left: 0;
    font-size: 16px;
  }

  .choice-card {
    min-height: 0;
    border-radius: 25px;
    padding: 28px 22px 0;
  }

  .choice-card h3 {
    font-size: 32px;
  }

  .choice-card h3,
  .choice-card > p,
  .feature-list,
  .choice-demo-link { max-width: 100%; }

  .feature-list span { align-items: flex-start; }

  .mini-phone,
  .choice-card:first-child .mini-phone {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(210px, 64vw);
    margin: 30px auto -150px;
    opacity: 1;
    transform: rotate(2deg);
  }

  .group-demo-heading { margin-bottom: 42px; }
  .group-demo-layout { gap: 34px; }
  .group-demo-guide { gap: 25px; }
  .demo-people { grid-template-columns: repeat(2, 40px) 1fr; }
  .demo-people > .demo-avatar-photo { width: 40px; height: 40px; }
  .demo-steps strong { font-size: 16px; }
  .group-demo-device {
    min-height: 0;
    border-radius: 26px;
  }

  .demo-device-header { min-height: 76px; padding: 15px 18px; }
  .demo-voting { padding: 18px 14px 20px; }
  .demo-restaurant-card {
    min-height: 0;
    border-radius: 22px;
  }

  .demo-card-cover {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .demo-card-copy { padding: 20px 17px 17px; }
  .demo-card-copy h3 { font-size: 25px; }
  .demo-friend-votes { gap: 5px; }
  .demo-friend-votes > span { gap: 5px; padding: 6px; }
  .demo-vote-actions { margin-top: 5px; }
  .demo-vote-button { min-height: 54px; }
  .demo-results { min-height: 0; padding: 30px 18px 22px; }
  .demo-results h3 { font-size: 30px; }

  .beta-grid { gap: 38px; }
  .beta-copy h2 { font-size: clamp(41px, 12vw, 52px); }
  .beta-copy > p:not(.eyebrow) { font-size: 16px; }

  .form-panel {
    border-radius: 25px;
    padding: 28px 20px;
  }

  .form-panel h2 { font-size: 33px; }

  #waitlist-form input[type="text"],
  #waitlist-form input[type="email"] { font-size: 16px; }

  .consent {
    grid-template-columns: 24px 1fr;
    gap: 11px;
  }

  .consent input {
    width: 20px;
    height: 20px;
  }

  .faq-list summary { min-height: 72px; font-size: 17px; }

  .faq-list details p {
    margin-right: 0;
  }

  .site-footer {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 28px;
    padding-bottom: max(28px, env(safe-area-inset-bottom));
  }

  .site-footer nav { flex-wrap: wrap; justify-content: center; gap: 18px; }
}

@media (max-width: 410px) {
  .wordmark { font-size: 22px; }
  .header-cta {
    padding: 0 12px;
    font-size: 12px;
  }

  .hero h1 { font-size: clamp(41px, 14.4vw, 53px); }
  .hero-visual { min-height: clamp(480px, 145vw, 570px); }

  .choice-card h3,
  .choice-card > p,
  .feature-list,
  .choice-demo-link { max-width: 100%; }

  .mini-phone,
  .choice-card:first-child .mini-phone {
    right: auto;
    width: min(200px, 64vw);
  }

  .demo-people {
    grid-template-columns: repeat(2, 38px) 1fr;
  }

  .demo-people > .demo-avatar-photo {
    width: 38px;
    height: 38px;
  }

  .demo-people strong { font-size: 14px; }
  .demo-device-header strong { font-size: 16px; }
  .demo-device-header { padding-right: 14px; padding-left: 14px; }
  .demo-voting { padding-right: 11px; padding-left: 11px; }
  .demo-card-copy { padding-right: 14px; padding-left: 14px; }
  .demo-card-copy h3 { font-size: 23px; }
  .demo-friend-votes img { width: 29px; height: 29px; }

  .demo-vote-review-row {
    grid-template-columns: minmax(0, 1fr) 44px 49px 35px;
    gap: 5px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .demo-vote-review-row > span { font-size: 8px; }

  .form-panel { padding-right: 18px; padding-left: 18px; }
}

@media (max-width: 350px) {
  .page {
    padding-right: max(15px, env(safe-area-inset-right));
    padding-left: max(15px, env(safe-area-inset-left));
  }

  .wordmark { font-size: 21px; }
  .header-cta { padding: 0 10px; }
  .eyebrow { letter-spacing: .09em; }
  .hero h1 { font-size: 40px; }
  .demo-friend-votes strong,
  .demo-friend-votes b { font-size: 9px; }
}

@media (hover: hover) {
  .button-primary,
  .header-cta,
  .site-nav a,
  .text-link,
  .site-footer a { transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease; }

  .button-primary:hover { transform: translateY(-1px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}
