:root {
  --ink: #283942;
  --muted: #607077;
  --coral: #ef7780;
  --coral-dark: #b33e4b;
  --teal: #176e69;
  --line: #dce1dc;
  --white: #ffffff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; line-height: 1.65; background: var(--white); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.045em; }
p { color: var(--muted); }
a:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
.container { width: min(1120px, calc(100% - 80px)); margin: 0 auto; }
.skip-link { position: absolute; top: -60px; left: 15px; z-index: 10; padding: 10px 14px; background: var(--coral); }
.skip-link:focus { top: 15px; }

.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; font-size: 25px; font-weight: 780; letter-spacing: -1.1px; line-height: 1; }
.brand img { width: 39px; height: 39px; object-fit: contain; mix-blend-mode: multiply; }
.brand-accent, .brand-period { color: var(--coral-dark); }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 12px; font-weight: 600; }
.site-nav a:hover, .text-link:hover, .site-footer a:hover { color: var(--coral-dark); }
.nav-link-strong { border: 1px solid #c1ccc7; border-radius: 4px; padding: 10px 15px; }
.nav-link-strong span, .text-link span { margin-left: 7px; }

.hero { padding-top: 92px; padding-bottom: 94px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--teal); font-size: 10px; font-weight: 750; letter-spacing: .14em; line-height: 1.6; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex: none; }
.hero h1 { max-width: 890px; font-size: clamp(45px, 5.5vw, 68px); font-weight: 650; line-height: 1.055; }
.hero h1 span { color: var(--teal); }
.hero-intro { max-width: 695px; margin-top: 27px; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 29px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 51px; padding: 12px 21px; border-radius: 5px; font-size: 13px; font-weight: 700; line-height: 1.4; transition: background .18s, transform .18s; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--coral); color: #25333b; }
.primary:hover { background: #f18a92; }
.text-link { display: inline-flex; align-items: center; color: var(--teal); font-size: 13px; font-weight: 700; }
.hero-note { margin-top: 22px; font-size: 12px; }

.logo-section { padding: 28px 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logo-inner { display: flex; align-items: center; gap: 44px; }
.logo-label { flex: none; color: var(--muted); font-size: 9px; line-height: 1.7; letter-spacing: .11em; }
.logo-label strong { color: var(--ink); font-weight: 650; }
.client-logos { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.client-logos img { width: min(17%, 128px); height: 58px; object-fit: contain; }
.logo-note { margin-top: 12px; font-size: 10px; }

.section { padding-top: 96px; padding-bottom: 96px; }
.section-intro { max-width: 710px; }
.section-intro h2, .founder-copy h2, .next-inner h2, .proof-inner h2 { font-size: clamp(35px, 3.75vw, 49px); font-weight: 650; }
.section-intro > p:last-child { margin-top: 19px; max-width: 670px; font-size: 16px; line-height: 1.75; }
.process-list { margin-top: 45px; border-top: 1px solid var(--line); }
.process-row { display: grid; grid-template-columns: 58px minmax(230px, .74fr) 1.3fr; gap: 28px; align-items: start; padding: 23px 0; border-bottom: 1px solid var(--line); }
.process-number { padding-top: 4px; color: var(--coral-dark); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.process-row h3 { font-size: 19px; font-weight: 650; }
.process-row p { max-width: 530px; font-size: 14px; line-height: 1.65; }

.proof-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10%; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.proof-inner h2 { max-width: 550px; }
.proof-inner p:not(.eyebrow) { max-width: 600px; margin-top: 18px; font-size: 14px; }
.proof-inner .proof-disclaimer { margin-top: 13px !important; font-size: 11px !important; }
.proof-figure { padding-left: 40px; border-left: 2px solid var(--coral); }
.proof-figure strong { display: block; color: var(--teal); font-size: clamp(59px, 6vw, 82px); font-weight: 700; line-height: 1; letter-spacing: -.07em; }
.proof-figure strong span { font-size: .6em; }
.proof-figure > span { display: block; margin-top: 9px; color: var(--ink); font-size: 15px; font-weight: 650; }

.founder-section { display: grid; grid-template-columns: .83fr 1.17fr; gap: 9%; align-items: center; }
.founder-photo { max-width: 415px; }
.founder-photo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 6px; }
.founder-copy { max-width: 600px; }
.founder-copy h2 { margin-bottom: 22px; }
.founder-copy p:not(.eyebrow) { margin-top: 17px; font-size: 15px; line-height: 1.75; }
.founder-copy .founder-lead { color: var(--ink); font-size: 18px !important; line-height: 1.6 !important; }
.founder-signoff { display: flex; flex-direction: column; margin-top: 28px; font-size: 13px; }
.founder-signoff span { color: var(--muted); }

.next-section { padding: 78px 0 90px; border-top: 1px solid var(--line); }
.next-inner { max-width: 1120px; }
.next-inner > p:not(.eyebrow) { max-width: 710px; margin-top: 20px; font-size: 16px; line-height: 1.75; }
.next-inner p strong { color: var(--ink); }
.next-inner .next-note { margin-top: 11px !important; font-size: 12px !important; }
.next-inner .text-link { margin-top: 24px; }

.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; gap: 46px; padding-top: 34px; padding-bottom: 34px; }
.footer-inner .brand { font-size: 23px; }
.footer-inner .brand img { width: 36px; height: 36px; }
.footer-inner p { margin-right: auto; font-size: 11px; }
.footer-inner > a:last-child { font-size: 11px; font-weight: 650; }
.footer-bottom { padding: 17px 0 27px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

@media (max-width: 800px) {
  .container { width: calc(100% - 48px); }
  .site-nav { gap: 16px; }
  .site-nav a:not(.nav-link-strong) { display: none; }
  .hero { padding-top: 68px; padding-bottom: 72px; }
  .logo-inner { display: block; }
  .client-logos { margin-top: 22px; flex-wrap: wrap; justify-content: flex-start; column-gap: 30px; row-gap: 15px; }
  .client-logos img { width: 120px; }
  .section { padding-top: 74px; padding-bottom: 74px; }
  .process-row { grid-template-columns: 45px 1fr; gap: 10px 15px; }
  .process-row p { grid-column: 2; }
  .proof-inner { grid-template-columns: 1fr; gap: 30px; }
  .proof-figure { padding-left: 25px; }
  .founder-section { grid-template-columns: 1fr 1fr; gap: 35px; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 68px; }
  .brand { font-size: 22px; gap: 5px; }
  .brand img { width: 33px; height: 33px; }
  .nav-link-strong { padding: 8px 10px; font-size: 11px; }
  .hero { padding-top: 55px; padding-bottom: 60px; }
  .hero h1 { font-size: clamp(43px, 10.7vw, 58px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .client-logos { justify-content: center; column-gap: 26px; }
  .client-logos img { width: 105px; height: 52px; }
  .section-intro > p:last-child, .next-inner > p:not(.eyebrow) { font-size: 15px; }
  .section-intro h2, .founder-copy h2, .next-inner h2, .proof-inner h2 { font-size: 38px; }
  .process-row h3 { font-size: 17px; }
  .process-row p { font-size: 13px; }
  .proof-inner { padding-top: 62px; padding-bottom: 62px; }
  .founder-section { grid-template-columns: 1fr; gap: 36px; }
  .founder-photo { width: min(100%, 390px); }
  .founder-copy p:not(.eyebrow) { font-size: 14px; }
  .next-section { padding: 68px 0 77px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-inner p { margin-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
