:root {
  --ink: #151515;
  --ink-2: #24211f;
  --paper: #fffaf2;
  --paper-warm: #fff1df;
  --white: #ffffff;
  --red: #ff321f;
  --red-deep: #d81f13;
  --yellow: #ffd65a;
  --mint: #c9edc8;
  --lilac: #dbc7ff;
  --peach: #ffd4bd;
  --line: rgba(21, 21, 21, 0.12);
  --muted: #68615b;
  --shadow: 0 24px 70px rgba(21, 21, 21, 0.18);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 214, 90, 0.28), transparent 26%),
    radial-gradient(circle at 86% 20%, rgba(201, 237, 200, 0.24), transparent 25%),
    var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.42;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  min-height: 64px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.84);
  box-shadow: 0 14px 36px rgba(21, 21, 21, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 950;
  line-height: 1;
}

.brand-word {
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  font-style: italic;
  letter-spacing: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 6px 10px rgba(255, 50, 31, 0.22));
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: rgba(21, 21, 21, 0.72);
  font-size: 0.94rem;
  font-weight: 850;
}

.site-nav a {
  padding: 8px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
}

.header-cta,
.button,
.app-button,
.mission-accept {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 900;
}

.header-cta,
.button-primary,
.app-button {
  color: var(--white);
  border: 1px solid var(--red);
  background: linear-gradient(180deg, #ff432f, var(--red));
  box-shadow: 0 14px 30px rgba(255, 50, 31, 0.24);
}

.header-cta {
  padding: 0 18px;
}

.button {
  padding: 0 22px;
}

.button-arrow {
  position: relative;
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.button-arrow::before,
.button-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  border-radius: 999px;
  background: currentColor;
}

.button-arrow::before {
  left: 1px;
  height: 3px;
  transform: translateY(-50%);
}

.button-arrow::after {
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.button-ghost {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: -7px;
}

.menu-icon::after {
  top: 7px;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100svh;
  padding: 116px 0 48px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 250, 242, 0.98) 78%),
    radial-gradient(circle at 50% 0%, rgba(255, 50, 31, 0.16), transparent 44%);
}

.hero-bg span {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(255, 50, 31, 0.16);
}

.hero-bg span:nth-child(1) {
  top: 88px;
  left: -90px;
}

.hero-bg span:nth-child(2) {
  right: -118px;
  top: 170px;
  border-color: rgba(255, 214, 90, 0.42);
}

.hero-bg span:nth-child(3) {
  left: 48%;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border-color: rgba(201, 237, 200, 0.46);
}

.hero-inner,
.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-copy {
  min-width: 0;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(4.4rem, 12vw, 9rem);
  line-height: 0.86;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: none;
}

h1 span {
  display: block;
}

.hero-title-small {
  margin-top: 18px;
  color: var(--red);
  font-size: clamp(1.05rem, 2.4vw, 1.65rem);
  line-height: 1;
  text-transform: uppercase;
}

.wordmark-hero {
  overflow-wrap: normal;
  font-style: italic;
  white-space: nowrap;
  text-shadow: 0 10px 0 rgba(21, 21, 21, 0.05);
}

.hero-lede {
  max-width: 620px;
  margin: 24px auto 0;
  color: var(--ink-2);
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.hero-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 860px;
  margin-top: 38px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.hero-principles div {
  min-width: 0;
  padding-top: 12px;
  border-top: 2px solid rgba(255, 50, 31, 0.22);
}

.hero-principles strong,
.hero-principles span {
  display: block;
}

.hero-principles strong {
  font-weight: 950;
}

.hero-principles span {
  color: var(--muted);
  font-size: 0.94rem;
}

.phone-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.06fr) minmax(0, 0.96fr);
  align-items: end;
  gap: 18px;
  max-width: 1090px;
  margin: 40px auto 0;
  min-width: 0;
}

.phone {
  width: 100%;
  max-width: 330px;
  min-width: 0;
  justify-self: center;
}

.match-phone {
  transform: translateY(-16px);
}

.phone-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 680px;
  aspect-ratio: 0.49;
  padding: 24px 18px 22px;
  border: 10px solid #fbfbf9;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 242, 0.94)),
    var(--white);
  box-shadow:
    inset 0 0 0 1px rgba(21, 21, 21, 0.08),
    var(--shadow);
}

.phone-shell::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 72px;
  height: 5px;
  border-radius: 999px;
  background: rgba(21, 21, 21, 0.12);
  transform: translateX(-50%);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
}

.status-icons {
  position: relative;
  width: 45px;
  height: 14px;
}

.status-icons::before,
.status-icons::after {
  content: "";
  position: absolute;
  top: 3px;
}

.status-icons::before {
  left: 0;
  width: 19px;
  height: 10px;
  background:
    linear-gradient(to top, var(--ink) 0 25%, transparent 25% 100%) 0 6px / 4px 8px no-repeat,
    linear-gradient(to top, var(--ink) 0 50%, transparent 50% 100%) 6px 3px / 4px 11px no-repeat,
    linear-gradient(to top, var(--ink) 0 75%, transparent 75% 100%) 12px 0 / 4px 14px no-repeat;
}

.status-icons::after {
  right: 0;
  width: 20px;
  height: 10px;
  border: 1.8px solid var(--ink);
  border-radius: 3px;
  box-shadow: inset 12px 0 0 var(--ink);
}

.intro-lockup {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  font-size: clamp(2rem, 3vw, 2.78rem);
  line-height: 0.92;
  font-weight: 1000;
  font-style: italic;
}

.mini-flame {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}

.intro-copy {
  max-width: 260px;
  margin: 14px 0 14px;
  color: var(--muted);
  font-size: 0.95rem;
}

.street-scene {
  position: relative;
  height: 150px;
  margin: 10px -6px 16px;
}

.scene-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bubble {
  position: absolute;
  top: 4px;
  left: 48%;
  max-width: 118px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  font-size: 0.68rem;
  font-weight: 850;
  text-align: center;
}

.intro-list {
  display: grid;
  gap: 12px;
}

.intro-list > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
}

.intro-list strong,
.intro-list p {
  margin: 0;
}

.intro-list strong {
  font-size: 0.95rem;
}

.intro-list p {
  color: var(--muted);
  font-size: 0.82rem;
}

.list-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 5px 8px rgba(255, 50, 31, 0.16));
}

.app-button {
  width: 100%;
  margin-top: 18px;
  border: 0;
  font-size: 1rem;
}

.secondary-app-link {
  display: flex;
  justify-content: center;
  min-height: 42px;
  margin-top: 10px;
  padding-top: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  font-size: 0.94rem;
  font-weight: 900;
}

.screen-top,
.chat-nav {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.icon-button {
  position: relative;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.menu-lines::before,
.menu-lines::after,
.sliders::before,
.sliders::after,
.back-chevron::before,
.dots::before {
  content: "";
  position: absolute;
}

.menu-lines::before {
  top: 12px;
  left: 9px;
  width: 18px;
  height: 2px;
  background: var(--ink);
  box-shadow: 0 7px 0 var(--ink), 0 14px 0 var(--ink);
}

.sliders::before {
  top: 11px;
  left: 9px;
  width: 20px;
  height: 2px;
  background: var(--ink);
  box-shadow: 0 8px 0 var(--ink), 0 16px 0 var(--ink);
}

.sliders::after {
  top: 8px;
  left: 23px;
  width: 7px;
  height: 7px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--white);
  box-shadow: -12px 8px 0 -2px var(--white), -12px 8px 0 0 var(--ink), 0 16px 0 -2px var(--white), 0 16px 0 0 var(--ink);
}

.screen-flame {
  display: flex;
  width: 22px;
  height: 22px;
  margin: 3px auto 10px;
  object-fit: contain;
}

.match-card {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(84, 165, 218, 0.46), transparent 45%),
    linear-gradient(140deg, #75bd7b, #ece1c8 48%, #25201e 49% 100%);
  box-shadow: 0 16px 28px rgba(21, 21, 21, 0.22);
}

.match-score {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: grid;
  width: 66px;
  min-height: 66px;
  place-items: center;
  padding: 8px;
  color: var(--white);
  border-radius: 18px;
  background: rgba(21, 21, 21, 0.76);
  text-align: center;
}

.match-score strong,
.match-score span {
  display: block;
}

.match-score strong {
  font-size: 1.18rem;
  line-height: 1;
}

.match-score span {
  font-size: 0.58rem;
  line-height: 1.05;
}

.reserved-sign {
  position: absolute;
  top: 108px;
  right: 14px;
  z-index: 3;
  width: 70px;
  padding: 5px 3px;
  color: #17110e;
  border: 3px solid #17110e;
  background: #f3efe8;
  font-family: Georgia, serif;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.reserved-sign span {
  font-size: 0.56rem;
}

.portrait {
  position: absolute;
  inset: 18px 0 0;
  z-index: 1;
}

.portrait-art {
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: min(98%, 292px);
  height: auto;
  filter: drop-shadow(0 16px 20px rgba(21, 21, 21, 0.22));
  transform: translateX(-50%);
}

.match-copy {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  color: var(--white);
  text-shadow: 0 2px 8px rgba(21, 21, 21, 0.4);
}

.match-copy h2 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
  line-height: 1;
}

.match-copy p {
  margin: 6px 0 0;
  font-size: 0.88rem;
  font-weight: 750;
}

.verified {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2787ff;
}

.tiny-icon {
  display: inline-flex;
  justify-content: center;
  width: 16px;
  color: var(--white);
  font-weight: 1000;
}

.interests {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 76px;
  margin-top: 14px;
}

.interests span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
}

.interests span:nth-child(5n + 1) {
  background: var(--lilac);
}

.interests span:nth-child(5n + 2) {
  background: var(--yellow);
}

.interests span:nth-child(5n + 3) {
  background: var(--mint);
}

.interests span:nth-child(5n + 4) {
  background: var(--peach);
}

.interests span:nth-child(5n + 5) {
  background: #ffc1bd;
}

.decision-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 16px;
}

.round-action {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 9px 20px rgba(21, 21, 21, 0.16);
}

.round-action span {
  position: relative;
  display: block;
}

.pass span,
.challenge span {
  width: 34px;
  height: 34px;
}

.pass span::before,
.pass span::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 34px;
  height: 5px;
  border-radius: 999px;
  background: var(--ink);
}

.pass span::before {
  transform: rotate(45deg);
}

.pass span::after {
  transform: rotate(-45deg);
}

.throwdown {
  color: var(--white);
  background: var(--red);
}

.action-mark {
  width: min(74%, 54px);
  height: min(74%, 54px);
  object-fit: contain;
  filter: drop-shadow(0 5px 7px rgba(21, 21, 21, 0.18));
}

.challenge span::before,
.challenge span::after {
  content: "";
  position: absolute;
  border: 4px solid var(--red);
  border-radius: 50% 50% 50% 8px;
}

.challenge span::before {
  inset: 5px 5px 5px 5px;
  transform: rotate(-42deg);
}

.challenge span::after {
  left: 7px;
  top: 7px;
  width: 7px;
  height: 7px;
  border: 0;
  background: var(--red);
}

.decision-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 9px;
  color: var(--ink);
  font-size: 0.78rem;
  text-align: center;
}

.chat-nav {
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.chat-nav strong span {
  display: inline-grid;
  width: 17px;
  height: 17px;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--red);
  font-size: 0.68rem;
}

.back-chevron::before {
  left: 14px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-left: 2.5px solid var(--ink);
  border-bottom: 2.5px solid var(--ink);
  transform: rotate(45deg);
}

.dots::before {
  top: 18px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 8px 0 0 var(--ink), 16px 0 0 var(--ink);
}

.contact-row {
  display: grid;
  grid-template-columns: 52px 1fr 42px 42px;
  align-items: center;
  gap: 9px;
  margin: 0 -10px 12px;
  padding: 0 10px 12px;
  border-bottom: 1px solid var(--line);
}

.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #72b2ee;
  object-fit: cover;
  object-position: 50% 12%;
  box-shadow: inset 0 0 0 1px rgba(21, 21, 21, 0.08);
}

.contact-row strong,
.contact-row span {
  display: block;
}

.contact-row strong {
  font-size: 1rem;
}

.contact-row span {
  position: relative;
  padding-left: 12px;
  color: var(--muted);
  font-size: 0.68rem;
}

.contact-row span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #37c56b;
}

.contact-button {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.phone-icon::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 13px;
  height: 19px;
  border: 3px solid var(--ink);
  border-right-color: transparent;
  border-top-color: transparent;
  border-radius: 2px 0 0 9px;
  transform: rotate(-40deg);
}

.video-icon::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 15px;
  height: 13px;
  border-radius: 4px;
  background: var(--ink);
}

.video-icon::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid var(--ink);
}

.message-list {
  display: grid;
  gap: 10px;
  min-height: 300px;
  align-content: start;
}

.today-label {
  justify-self: center;
  color: var(--muted);
  font-size: 0.72rem;
}

.message {
  position: relative;
  max-width: 76%;
  margin: 0;
  padding: 12px 14px 18px;
  border-radius: 16px;
  font-size: 0.85rem;
  line-height: 1.32;
}

.message small {
  position: absolute;
  right: 12px;
  bottom: 5px;
  font-size: 0.58rem;
}

.message.incoming {
  justify-self: start;
  color: var(--ink);
  background: #f0ede8;
}

.message.outgoing {
  justify-self: end;
  color: var(--white);
  background: var(--red);
}

.event-card {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 9px;
  margin-top: 12px;
  padding: 11px;
  border-radius: 13px;
  background: #f1eee9;
}

.event-icon {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.event-card strong,
.event-card span,
.event-card a {
  display: block;
  font-size: 0.7rem;
}

.event-card a {
  color: var(--red);
  font-weight: 850;
}

.composer {
  display: grid;
  grid-template-columns: 32px 1fr 28px 28px;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  margin-top: 10px;
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--muted);
  font-size: 0.78rem;
}

.composer button {
  position: relative;
  width: 27px;
  height: 27px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1;
}

.composer button:nth-of-type(2)::before,
.composer button:nth-of-type(2)::after,
.composer button:nth-of-type(3)::before,
.composer button:nth-of-type(3)::after {
  content: "";
  position: absolute;
}

.composer button:nth-of-type(2)::before {
  inset: 5px;
  border: 1.8px solid var(--ink);
  border-radius: 50%;
}

.composer button:nth-of-type(2)::after {
  left: 9px;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 7px 0 0 var(--ink), 3px 6px 0 1px var(--ink);
}

.composer button:nth-of-type(3)::before {
  top: 5px;
  left: 10px;
  width: 8px;
  height: 14px;
  border-radius: 999px;
  background: var(--ink);
}

.composer button:nth-of-type(3)::after {
  left: 7px;
  top: 12px;
  width: 14px;
  height: 9px;
  border: 2px solid var(--ink);
  border-top: 0;
  border-radius: 0 0 999px 999px;
}

.fight-tip {
  display: grid;
  grid-template-columns: 38px 1fr 56px;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 13px;
  border: 1px solid #f0b929;
  border-radius: 16px;
  background: #fff1ba;
}

.fight-tip strong,
.fight-tip p,
.fight-tip span {
  margin: 0;
}

.fight-tip p {
  font-size: 0.78rem;
}

.fight-tip div span {
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 850;
}

.tip-bulb {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(210, 138, 0, 0.22));
}

.taco {
  display: block;
  width: 55px;
  height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 5px 7px rgba(145, 77, 0, 0.18));
}

.feature-band,
.rules-section,
.poster-section,
.waitlist-section {
  padding: clamp(70px, 8vw, 110px) 0;
}

.feature-band {
  background: var(--white);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading h2,
.rules-copy h2,
.poster-inner h2,
.waitlist-inner h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.section-heading p:last-child,
.rules-copy p:last-child,
.poster-inner p,
.waitlist-inner p {
  color: var(--muted);
  font-size: 1.05rem;
}

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

.feature {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--paper), var(--white));
}

.feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(255, 50, 31, 0.16));
}

.feature h3,
.feature p {
  margin: 0;
}

.feature h3 {
  font-size: 1.38rem;
  line-height: 1.05;
}

.feature p {
  margin-top: 10px;
  color: var(--muted);
}

.rules-section {
  background:
    linear-gradient(135deg, rgba(255, 214, 90, 0.24), transparent 40%),
    var(--paper);
}

.rules-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 50px;
  align-items: start;
}

.rules-copy {
  position: sticky;
  top: 112px;
}

.rule-list {
  display: grid;
  gap: 14px;
}

.rule {
  display: grid;
  grid-template-columns: minmax(140px, 0.42fr) 1fr;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.rule strong {
  font-size: 1.12rem;
}

.rule span {
  color: var(--muted);
}

.poster-section {
  color: var(--white);
  background: var(--ink);
}

.poster-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(380px, 0.8fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.poster-inner p {
  color: rgba(255, 255, 255, 0.72);
}

.poster-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #fff8ef;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.poster-frame img {
  width: 100%;
  height: auto;
}

.waitlist-section {
  background: var(--white);
}

.waitlist-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.waitlist-form {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.waitlist-form label {
  display: block;
  margin-bottom: 9px;
  font-weight: 900;
}

.waitlist-form > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.waitlist-form input {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0 16px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  outline: none;
}

.waitlist-form input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(255, 50, 31, 0.13);
}

.waitlist-form button {
  white-space: nowrap;
}

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-inner p {
  margin: 0;
  color: var(--muted);
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  max-width: min(320px, calc(100vw - 44px));
  padding: 13px 16px;
  color: var(--white);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

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

  .phone-stage {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.nav-open .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 250, 242, 0.98);
    box-shadow: 0 18px 36px rgba(21, 21, 21, 0.14);
  }

  .site-header.nav-open .site-nav a {
    padding: 14px 10px;
  }

  .hero-principles,
  .feature-grid,
  .rules-inner,
  .poster-inner,
  .waitlist-inner {
    grid-template-columns: 1fr;
  }

  .rules-copy {
    position: static;
  }

  .poster-inner {
    gap: 24px;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-top: 104px;
  }

  .hero-inner,
  .section-inner {
    width: min(100% - 28px, 1180px);
  }

  .phone-stage {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 390px;
  }

  .match-phone {
    transform: none;
  }

  .phone-shell {
    min-height: auto;
  }

  .intro-phone .phone-shell,
  .chat-phone .phone-shell {
    aspect-ratio: auto;
  }

  .match-phone .phone-shell {
    min-height: 690px;
  }

  .feature,
  .waitlist-form {
    padding: 22px;
  }

  .rule {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .waitlist-form > div {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .brand-word {
    font-size: 1.22rem;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  h1 {
    font-size: clamp(3rem, 15.5vw, 4.15rem);
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-principles {
    gap: 16px;
  }

  .phone-shell {
    padding: 22px 14px 18px;
    border-width: 8px;
    border-radius: 30px;
  }

  .match-card {
    min-height: 330px;
  }

  .contact-row {
    grid-template-columns: 48px 1fr 38px 38px;
  }

  .message-list {
    min-height: 285px;
  }
}
