@font-face {
  font-family: Manrope;
  src: url('/assets/fonts/Manrope_400Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('/assets/fonts/Manrope_600SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('/assets/fonts/Manrope_800ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #111111;
  --white: #ffffff;
  --red: #e30000;
  --red-hover: #ba0000;
  --muted: #626262;
  --line: #e2e2e2;
  --soft: #f6f6f6;
  --font: Manrope, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; font-family: var(--font); font-size: 1rem; line-height: 1.65; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; overflow-wrap: anywhere; }
::selection { background: var(--red); color: var(--white); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 800; }
strong { font-weight: 600; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.wrap { width: min(100% - 6rem, 1240px); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: 1rem; left: 1rem; padding: .7rem 1rem; color: var(--white); background: var(--ink); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 112px; border-bottom: 1px solid var(--line); }
.brand { display: block; flex-shrink: 0; width: 184px; }
.site-header nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2.2rem; font-size: .875rem; font-weight: 600; }
.site-header nav a { padding-block: .8rem; }
.site-header nav a:hover, .text-link:hover { color: var(--red); }
.launch-label { display: inline-flex; align-items: center; gap: .65rem; white-space: nowrap; font-size: .875rem; font-weight: 600; }
.launch-label > span { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.hero { display: grid; grid-template-columns: 1.25fr 1fr; gap: 4rem; align-items: center; padding-block: 5.5rem 5rem; }
.eyebrow { margin-bottom: 1.5rem; font-size: .8125rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
h1 { font-size: clamp(3.5rem, 5.8vw, 5.15rem); line-height: 1.075; letter-spacing: -.065em; }
h1 > span, .how-section h2 span, .closing h2 span { color: var(--red); }
.hero-description { max-width: 29rem; margin-top: 1.8rem; color: var(--muted); font-size: 1.0625rem; line-height: 1.85; }
.button { display: inline-flex; max-width: 100%; min-height: 54px; align-items: center; justify-content: space-between; gap: clamp(1rem, 2.8vw, 2.5rem); margin-top: 2rem; padding: .9rem 1.5rem; border-radius: 6px; background: var(--ink); color: var(--white); font-size: .9375rem; font-weight: 600; transition: background 160ms ease; }
.button span { font-size: 1.4rem; line-height: 1; }
.button:hover { background: var(--red-hover); }
.launch-note { max-width: 27rem; margin-top: 1.2rem; color: var(--muted); font-size: .8125rem; line-height: 1.65; }
.hero-aside { padding-top: .5rem; }
.brand-stage { padding: 1.9rem 2.1rem 1.7rem; border: 1px solid var(--line); border-radius: 20px; }
.stage-label { max-width: 16rem; font-size: .875rem; color: var(--muted); }
.brand-stage img { width: min(100%, 340px); margin: .3rem auto; }
.stage-caption { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; font-size: 1.35rem; line-height: 1.4; font-weight: 800; letter-spacing: -.025em; }
.stage-arrow { font-size: 2.5rem; color: var(--red); line-height: 1; }
.aside-note { margin-top: 1.2rem; text-align: right; color: var(--muted); font-size: .8125rem; }
.aside-note strong { color: var(--ink); }
.principles { border-block: 1px solid var(--line); background: var(--soft); }
.principles-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 1.4rem; font-size: .875rem; font-weight: 600; }
.principles-inner [aria-hidden] { color: var(--red); font-size: 1.6rem; line-height: 1; }
.how-section, .questions-section { display: grid; grid-template-columns: 1fr 1.25fr; gap: 6rem; padding-block: 7rem; }
h2 { font-size: clamp(2.25rem, 3.3vw, 3.1rem); letter-spacing: -.055em; line-height: 1.15; }
.section-heading > p:last-child:not(.eyebrow) { max-width: 22rem; margin-top: 1.5rem; color: var(--muted); }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 2rem 1fr 1.1rem; align-items: start; gap: 1rem; padding-block: 1.8rem; border-top: 1px solid var(--line); }
.step-number { padding-top: .2rem; font-size: .8125rem; font-weight: 600; color: var(--red); }
.steps h3 { margin-bottom: .6rem; font-size: 1.2rem; letter-spacing: -.035em; }
.steps p { color: var(--muted); }
.step-arrow { color: var(--muted); }
.merchant-section { background: var(--ink); color: var(--white); }
.merchant-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; padding-block: 6rem; }
.merchant-heading .eyebrow { color: #bdbdbd; }
.merchant-heading h2 { font-size: clamp(3rem, 4.5vw, 4.3rem); }
.merchant-heading h2 span { color: var(--white); text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: .18em; text-decoration-thickness: 3px; }
.merchant-copy { padding-top: .2rem; }
.merchant-intro { margin-bottom: 1.5rem; font-size: 1.5rem; font-weight: 600; line-height: 1.5; letter-spacing: -.025em; }
.merchant-copy > p:not(.merchant-intro) { color: #bdbdbd; }
.merchant-copy ul { display: grid; gap: .6rem; padding-left: 1.2rem; margin-block: 1.6rem; }
.merchant-copy li::marker { color: #ff6262; }
.merchant-copy .merchant-note { padding-top: 1.5rem; border-top: 1px solid #3b3b3b; font-size: .875rem; }
.questions-section { padding-bottom: 6rem; }
.questions details { border-top: 1px solid var(--line); }
.questions details:last-child { border-bottom: 1px solid var(--line); }
.questions summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 1.4rem; list-style: none; cursor: pointer; font-weight: 600; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary > span { font-size: 1.5rem; color: var(--muted); }
.questions summary:hover { color: var(--red); }
.questions details[open] summary > span { transform: rotate(45deg); }
.questions details p { padding: 0 2rem 1.6rem 0; color: var(--muted); }
.closing { border-top: 1px solid var(--line); padding-block: 5rem; text-align: center; }
.closing h2 { margin-block: 1.8rem 1.2rem; font-size: clamp(3.5rem, 6vw, 5.5rem); }
.closing > p { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 1rem; min-height: 44px; margin-top: 1.5rem; font-size: .875rem; font-weight: 600; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 120px; border-top: 1px solid var(--line); }
.site-footer .brand { width: 142px; }
.site-footer p { color: var(--muted); font-size: .8125rem; }

@media (min-width: 1440px) { .hero { gap: 6rem; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 4rem); }
  .hero { gap: 2.5rem; padding-top: 4rem; }
  h1 { font-size: clamp(3rem, 6vw, 4.1rem); }
  .brand-stage { padding: 1.5rem; }
  .stage-caption { font-size: 1.15rem; }
  .how-section, .questions-section, .merchant-inner { gap: 3rem; }
  .desktop-break { display: none; }
}

@media (max-width: 720px) {
  .wrap { width: calc(100% - 2.5rem); }
  .site-header { flex-wrap: wrap; min-height: 0; gap: 0 1rem; padding-block: .75rem 0; }
  .site-header .brand { width: 160px; }
  .site-header nav { order: 3; width: 100%; justify-content: flex-start; gap: 1.6rem; padding-block: .35rem; }
  .site-header .launch-label { margin-left: auto; }
  .hero { grid-template-columns: 1fr; gap: 2.8rem; padding-block: 3rem; }
  .hero .eyebrow { margin-bottom: 1.2rem; font-size: .75rem; }
  h1 { font-size: clamp(3rem, 10.8vw, 4.6rem); }
  .hero-description { font-size: 1rem; margin-top: 1.5rem; }
  .button { margin-top: 1.5rem; }
  .hero-aside { padding: 0; }
  .brand-stage { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); align-items: center; gap: .5rem 1rem; padding: 1.3rem 1.5rem; }
  .stage-label { font-size: .8125rem; grid-column: 1; }
  .brand-stage img { grid-column: 2; grid-row: 1 / 3; margin: 0; }
  .stage-caption { grid-column: 1; font-size: 1.2rem; }
  .stage-arrow, .aside-note { display: none; }
  .principles-inner { justify-content: center; flex-wrap: wrap; gap: .5rem 1rem; padding-block: 1.1rem; font-size: .8125rem; }
  .principles-inner [aria-hidden] { font-size: 1.1rem; }
  .how-section, .questions-section, .merchant-inner { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 3.5rem; }
  .section-heading .eyebrow { margin-bottom: 1rem; }
  .section-heading > p:last-child:not(.eyebrow) { max-width: 100%; }
  .steps li { gap: .75rem; grid-template-columns: 1.5rem 1fr 1rem; padding-block: 1.5rem; }
  .merchant-heading h2 { font-size: 3rem; }
  .merchant-intro { font-size: 1.3rem; }
  .closing { padding-block: 3.5rem; }
  .site-footer { flex-wrap: wrap; gap: .5rem 1rem; padding-block: 1.5rem; }
  .site-footer p:last-child { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
