:root {
  --ink: #141210;
  --paper: #FBE2DD;
  --red: #E8302A;
  --blue: #2DA6E2;
  --yellow: #FFD83D;
  --pink: #F4A7A1;
  --paper-light: #FCEAE6;
  --line: rgba(20, 18, 16, 0.22);
  --shadow: 8px 8px 0 rgba(20, 18, 16, 0.12);
  --shadow-strong: 5px 5px 0 rgba(20, 18, 16, 0.18);
  --max: 1160px;
  --font: "Space Grotesk", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  align-items: center;
  background: rgba(251, 226, 221, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 72px;
  padding: 16px clamp(20px, 5vw, 56px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand span {
  color: var(--red);
}

.header-nav {
  align-items: center;
  display: flex;
  gap: 16px;
}

.header-nav a {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  min-height: 48px;
  padding: 16px 0;
  text-transform: uppercase;
}

.section,
.section-pad {
  margin: 0 auto;
  max-width: var(--max);
  padding: 64px 20px;
}

.hero {
  display: grid;
  gap: 28px;
  padding-bottom: 40px;
  padding-top: 44px;
}

.eyebrow {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(38px, 10.5vw, 76px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin-bottom: 18px;
  max-width: 10ch;
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(32px, 8vw, 58px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 24px;
}

h3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 12px;
}

.hero-subcopy,
.section-heading p:not(.eyebrow),
.lead-copy p,
.site-footer p {
  max-width: 60ch;
}

.hero-subcopy {
  font-size: 17px;
  margin-bottom: 22px;
}

.hero-actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-actions p,
.pricing-note,
.consent {
  font-size: 14px;
}

.button {
  align-items: center;
  border: 2px solid var(--ink);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 56px;
  padding: 14px 22px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  box-shadow: var(--shadow);
  transform: translate(-2px, -2px);
}

.button:focus-visible,
input:focus-visible,
summary:focus-visible,
a:focus-visible,
.option-chip:focus-within {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.button-primary {
  background: var(--red);
  color: var(--paper-light);
}

.button-secondary {
  background: var(--paper);
  color: var(--ink);
}

.button[disabled],
.button[aria-disabled="true"] {
  background: var(--pink);
  color: rgba(20, 18, 16, 0.68);
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.button[disabled]:hover,
.button[aria-disabled="true"]:hover {
  box-shadow: none;
  transform: none;
}

.hero-visual {
  aspect-ratio: 4 / 5;
  background: var(--paper-light);
  border: 2px solid var(--ink);
  display: block;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

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

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

.hero-image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.visual-label {
  align-self: start;
  background: var(--paper);
  border: 2px solid var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.25;
  max-width: 220px;
  padding: 12px;
  text-transform: uppercase;
  z-index: 1;
}

.razor-line {
  background: var(--red);
  height: 14px;
  left: 15%;
  position: absolute;
  top: 58%;
  transform: rotate(-18deg);
  width: 78%;
}

.razor-line::before,
.razor-line::after {
  background: var(--ink);
  content: "";
  position: absolute;
}

.razor-line::before {
  height: 52px;
  right: 10%;
  top: -19px;
  width: 18px;
}

.razor-line::after {
  height: 2px;
  left: -8%;
  top: 6px;
  width: 22%;
}

.texture {
  border: 2px solid var(--ink);
  border-radius: 50%;
  position: absolute;
}

.texture-one {
  bottom: 12%;
  height: 120px;
  right: 8%;
  width: 120px;
}

.texture-two {
  bottom: 22%;
  height: 48px;
  left: 12%;
  width: 48px;
}

.proof-strip {
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
  padding: 14px 20px;
  text-align: center;
}

.proof-strip p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(15px, 4.2vw, 28px);
  font-weight: 900;
  gap: 6px 14px;
  justify-content: center;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}

.proof-strip span {
  display: inline-flex;
  white-space: nowrap;
}

.proof-strip span + span::before {
  content: "·";
  margin-right: 14px;
}

.section-split {
  display: grid;
  gap: 32px;
}

.math-grid,
.feature-grid,
.pricing-grid,
.concern-grid,
.steps {
  display: grid;
  gap: 16px;
}

.math-grid article,
.feature-card,
.price-card,
.concern-grid article,
.steps li,
details,
.lead-section {
  border: 2px solid var(--ink);
  background: var(--paper-light);
  box-shadow: 3px 3px 0 rgba(20, 18, 16, 0.08);
}

.math-grid article,
.feature-card,
.price-card,
.concern-grid article,
.steps li {
  padding: 24px;
}

.math-grid article {
  position: relative;
}

.math-grid span {
  align-items: center;
  background: var(--red);
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--paper-light);
  display: flex;
  font-size: 24px;
  font-weight: 900;
  height: 66px;
  justify-content: center;
  letter-spacing: -0.04em;
  line-height: 1;
  position: absolute;
  right: -10px;
  top: -14px;
  width: 66px;
}

.kill-word {
  background: var(--yellow);
  box-decoration-break: clone;
  display: inline-block;
  padding: 0 8px 4px;
  transform: rotate(-2deg);
}

.feature-card span,
.steps span {
  color: var(--red);
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 28px;
}

.how-it-works {
  border-bottom: 2px solid var(--ink);
  border-top: 2px solid var(--ink);
  max-width: none;
}

.how-it-works > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
}

.steps {
  list-style: none;
  padding: 0;
}

.price-card {
  color: var(--ink);
  cursor: pointer;
  min-height: 220px;
  text-align: left;
  transition: background-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.featured-price {
  background: var(--pink);
}

.price-card.is-selected,
.price-card[aria-pressed="true"] {
  background: var(--red);
  box-shadow: var(--shadow-strong);
  color: var(--paper-light);
  transform: translate(-1px, -1px);
}

.price-card.is-selected .price,
.price-card[aria-pressed="true"] .price {
  color: var(--paper-light);
}

.price {
  color: var(--red);
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 16px;
}

.pricing-note {
  border-left: 4px solid var(--red);
  margin: 20px 0 0;
  max-width: 68ch;
  padding-left: 16px;
}

.borough-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.borough-list button {
  background: var(--paper);
  border: 2px solid var(--ink);
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  min-height: 48px;
  padding: 13px 14px;
  text-transform: uppercase;
  transition: background-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.borough-list button.is-selected,
.borough-list button[aria-pressed="true"] {
  background: var(--red);
  box-shadow: var(--shadow-strong);
  color: var(--paper-light);
  transform: translate(-1px, -1px);
}

details {
  padding: 0;
}

details + details {
  margin-top: 12px;
}

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  list-style: none;
  min-height: 56px;
  padding: 18px 52px 18px 18px;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  color: var(--red);
  content: "+";
  font-size: 28px;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 17px;
}

details[open] summary::after {
  content: "x";
}

details p {
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 18px;
}

.final-cta {
  max-width: 900px;
  text-align: center;
}

.final-cta h2 {
  margin-left: auto;
  margin-right: auto;
}

.lead-section {
  display: grid;
  gap: 28px;
  scroll-margin-top: 88px;
  padding: 24px;
}

.lead-form {
  display: grid;
  gap: 24px;
}

.form-honeypot {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.lead-form fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.lead-form legend {
  font-size: clamp(28px, 7vw, 42px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 12px;
  padding: 0;
}

.form-topline {
  align-items: center;
  display: grid;
  gap: 12px;
}

.step-count {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.progress-track {
  background: var(--paper);
  border: 2px solid var(--ink);
  height: 18px;
  overflow: hidden;
}

.progress-track span {
  background: var(--red);
  display: block;
  height: 100%;
  transition: width 180ms ease;
  width: 20%;
}

.form-error {
  background: transparent;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  margin: 0;
  min-height: 21px;
}

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

.form-step {
  display: grid;
  gap: 20px;
}

.form-step[hidden] {
  display: none;
}

.step-microcopy {
  font-size: 15.5px;
  margin: 0;
  max-width: 64ch;
}

.option-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.option-chip {
  background: var(--paper);
  border: 2px solid var(--ink);
  display: grid;
  min-height: 60px;
  position: relative;
  transition: background-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.option-chip input {
  height: 1px;
  left: 16px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 16px;
  width: 1px;
}

.option-chip span {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 60px;
  padding: 14px 28px 14px 12px;
  text-align: center;
}

.option-chip:has(input:checked) {
  background: var(--red);
  box-shadow: var(--shadow-strong);
  color: var(--paper-light);
  transform: translate(-1px, -1px);
}

.option-chip:has(input:checked)::after {
  align-items: center;
  background: var(--paper-light);
  border: 2px solid var(--ink);
  color: var(--red);
  content: "✓";
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
}

.contact-grid {
  display: grid;
  gap: 18px;
}

.contact-grid label {
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-grid label span {
  color: var(--blue);
}

input {
  background: var(--paper);
  border: 2px solid var(--ink);
  color: var(--ink);
  min-height: 60px;
  padding: 15px;
  width: 100%;
}

.consent {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 0;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.form-actions .button {
  flex: 1 1 136px;
  min-width: 136px;
}

.site-footer {
  border-top: 2px solid var(--ink);
  margin: 0 auto;
  padding: 32px 20px 104px;
}

.site-footer p {
  font-size: 13px;
  margin: 0 auto;
  max-width: var(--max);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 auto 16px;
  max-width: var(--max);
}

.footer-links a {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  min-height: 44px;
  padding: 12px 0;
  text-transform: uppercase;
}

.legal-page {
  margin: 0 auto;
  max-width: 760px;
  padding: 56px 20px 80px;
}

.legal-page h1 {
  font-size: clamp(32px, 7vw, 52px);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 24px;
  max-width: 22ch;
}

.legal-page h2 {
  font-size: clamp(22px, 4.4vw, 28px);
  letter-spacing: -0.02em;
  margin-top: 36px;
  margin-bottom: 14px;
}

.legal-page p,
.legal-page li {
  font-size: 16px;
  line-height: 1.6;
  max-width: 64ch;
}

.legal-page ul {
  margin: 0 0 20px;
  padding-left: 22px;
}

.legal-page ul li {
  margin-bottom: 8px;
}

.legal-page .review-note {
  background: var(--paper-light);
  border-left: 4px solid var(--red);
  font-size: 14px;
  margin: 24px 0;
  padding: 14px 18px;
}

.legal-page .meta {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.thanks-page {
  min-height: 100vh;
}

.thanks-main {
  align-items: center;
  display: grid;
  min-height: calc(100vh - 72px);
  padding: 48px 20px;
}

.thanks-card {
  border: 2px solid var(--ink);
  background: var(--paper-light);
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 720px;
  padding: clamp(28px, 8vw, 64px);
}

.thanks-card h2 {
  font-size: clamp(26px, 6vw, 36px);
  margin-bottom: 16px;
}

.thanks-list {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding-left: 22px;
}

.thanks-compliance {
  border-left: 4px solid var(--red);
  font-size: 14px;
  margin-bottom: 28px;
  padding-left: 16px;
}

.mobile-sticky-cta {
  align-items: center;
  background: var(--red);
  border: 2px solid var(--ink);
  bottom: max(12px, env(safe-area-inset-bottom));
  box-shadow: var(--shadow-strong);
  color: var(--paper-light);
  display: none;
  gap: 8px;
  justify-content: space-between;
  left: 14px;
  min-height: 60px;
  padding: 10px 14px;
  position: fixed;
  right: 14px;
  text-decoration: none;
  transition: transform 180ms ease, opacity 180ms ease;
  z-index: 20;
}

.mobile-sticky-cta span {
  font-size: 17px;
  font-weight: 900;
}

.mobile-sticky-cta small {
  color: var(--paper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  body {
    padding-bottom: 82px;
  }

  .site-header {
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 8px 16px;
  }

  .brand {
    font-size: 18px;
  }

  .header-nav {
    gap: 12px;
    justify-content: flex-end;
    width: auto;
  }

  .header-nav a {
    font-size: 11px;
    min-height: 44px;
    padding: 14px 0;
  }

  .section,
  .section-pad {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    gap: 24px;
    padding-bottom: 36px;
    padding-top: 36px;
  }

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

  .hero .eyebrow {
    margin-bottom: 14px;
    text-align: center;
  }

  .hero h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 11ch;
    text-align: center;
  }

  .hero-subcopy {
    font-size: 16px;
    line-height: 1.42;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .hero-actions {
    align-items: center;
  }

  .hero-actions .button {
    position: sticky;
    top: 66px;
    width: 100%;
    z-index: 11;
  }

  .hero-actions p {
    text-align: center;
  }

  .hero-visual {
    aspect-ratio: 4 / 5;
    min-height: 320px;
  }

  .visual-label {
    font-size: 10px;
    max-width: 190px;
    padding: 9px;
  }

  .razor-line {
    top: 64%;
  }

  .texture-one {
    height: 74px;
    width: 74px;
  }

  .proof-strip span + span::before {
    display: none;
  }

  .proof-strip p {
    gap: 5px 12px;
  }

  .math-grid article,
  .feature-card,
  .price-card,
  .concern-grid article,
  .steps li {
    padding: 20px;
  }

  .math-grid article {
    padding-right: 78px;
  }

  .math-grid span {
    height: 58px;
    right: 10px;
    top: 14px;
    width: 58px;
  }

  .lead-section {
    gap: 24px;
    padding: 22px 18px;
  }

  .option-grid,
  .skin-grid {
    grid-template-columns: 1fr;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

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

  .mobile-sticky-cta {
    display: flex;
  }

  body.is-in-quick-match .mobile-sticky-cta,
  body.is-thanks-page .mobile-sticky-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
  }
}

@media (min-width: 760px) {
  .hero {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    padding-bottom: 96px;
    padding-top: 104px;
  }

  .section {
    padding-bottom: 96px;
    padding-top: 96px;
  }

  .section-split {
    grid-template-columns: 0.8fr 1fr;
  }

  .feature-grid,
  .pricing-grid,
  .concern-grid,
  .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .math-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lead-section {
    grid-template-columns: 0.8fr 1fr;
    padding: 40px;
  }

  .option-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .skin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1120px) {
  .hero-visual {
    min-height: 540px;
  }
}
