:root {
  --ink: #173236;
  --muted: #587075;
  --brand: #1d7b86;
  --brand-dark: #145b64;
  --brand-soft: #e8f4f3;
  --cream: #f5f2e9;
  --line: #c9dad9;
  --white: #fff;
  --shadow: 0 18px 48px rgba(20, 74, 80, .12);
  --radius: 1.15rem;
  --content: 74rem;
  --measure: 46rem;
  --brand-wordmark-font: "Al Bayan", "Avenir Next", Avenir, sans-serif;
  --brand-subtitle-font: Montserrat, "Avenir Next", Avenir, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1.05rem; line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: var(--brand-dark); text-underline-offset: .2em; text-decoration-thickness: .08em; }
a:hover { color: var(--brand); }
:focus-visible { outline: 3px solid #e0a92f; outline-offset: 4px; border-radius: .15rem; }
h1, h2, h3 { color: var(--ink); line-height: 1.1; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 17ch; margin: .25rem 0 1.35rem; font-size: clamp(2.7rem, 7vw, 5.8rem); }
h2 { margin: 3.5rem 0 1rem; font-size: clamp(1.75rem, 3.2vw, 2.7rem); }
h3 { margin: 2.25rem 0 .75rem; font-size: 1.35rem; }
p, ul, ol, dl, table { margin-block: 0 1.25rem; }
ul, ol { padding-left: 1.3rem; }
li + li { margin-top: .4rem; }
blockquote { margin: 0; }

.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .7rem 1rem; background: var(--ink); color: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.header-inner { display: flex; align-items: center; gap: 1.4rem; max-width: var(--content); min-height: 5.2rem; margin: auto; padding: .8rem 1.5rem; }
.wordmark { display: inline-flex; align-items: center; gap: .55rem; color: var(--brand); font-family: var(--brand-wordmark-font); font-size: 1.55rem; font-weight: 700; line-height: 1; text-decoration: none; letter-spacing: -.025em; }
.wordmark:hover { color: var(--brand-dark); }
.wordmark img { width: 2.35rem; height: auto; flex: none; }
.header-inner nav { flex: 1; }
.nav-list { display: flex; align-items: center; justify-content: center; gap: clamp(.6rem, 1.7vw, 1.4rem); margin: 0; padding: 0; list-style: none; }
.nav-list li { flex: none; margin: 0; }
.nav-list a { color: var(--ink); font-size: .86rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.nav-list a[aria-current="page"] { color: var(--brand); }
.header-actions { display: flex; align-items: center; gap: .9rem; white-space: nowrap; }
.language-link { font-size: .86rem; font-weight: 650; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .65rem 1.15rem; border: 2px solid var(--brand); border-radius: 999px; color: var(--white); background: var(--brand); font-weight: 750; text-decoration: none; box-shadow: 0 8px 20px rgba(29,123,134,.2); }
.button:hover { color: var(--white); background: var(--brand-dark); border-color: var(--brand-dark); }
.button-small { min-height: 2.5rem; padding: .45rem .9rem; font-size: .86rem; }
.text-link { font-weight: 750; }

.page-shell { max-width: var(--content); margin: auto; padding: clamp(2rem, 6vw, 5rem) 1.5rem; }
.page-intro, .prose { max-width: var(--measure); }
.prose > h2 { padding-top: .7rem; border-top: 1px solid var(--line); }
.prose table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.prose th, .prose td { padding: .8rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--brand-soft); }
.eyebrow { margin-bottom: .65rem; color: var(--brand); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.standfirst { max-width: 42rem; color: var(--muted); font-size: clamp(1.25rem, 2.5vw, 1.65rem); line-height: 1.45; }
.breadcrumb { margin-bottom: 2.2rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; padding: 0; color: var(--muted); font-size: .85rem; list-style: none; }
.breadcrumb li { margin: 0; }
.breadcrumb li:not(:last-child)::after { margin-left: .35rem; content: "/"; }

.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero::after { position: absolute; right: -10vw; bottom: -30vw; width: 55vw; height: 55vw; border: clamp(2rem, 7vw, 6rem) solid rgba(29,123,134,.12); border-radius: 45% 55% 42% 58%; content: ""; transform: rotate(16deg); }
.hero-inner { position: relative; z-index: 1; max-width: var(--content); margin: auto; padding: 2rem 1.5rem 4rem 1.5rem; }
.hero-logo { display: block; width: min(42rem, 72vw); margin: 0 0; }
.hero h1 { max-width: none; margin: 0 0 1.45rem; color: var(--brand); font-family: var(--brand-subtitle-font); font-size: clamp(1.45rem, 3.15vw, 2.75rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; white-space: nowrap; }
.hero .standfirst { max-width: 43rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 2rem; }
.section { padding: clamp(4rem, 8vw, 7rem) 1.5rem; }
.section-inner { max-width: var(--content); margin: auto; }
.section-heading { max-width: 42rem; margin-bottom: 3rem; }
.section-heading h2 { margin-top: 0; }
.section-tinted { background: var(--brand-soft); }
.section-dark { color: #dcebea; background: var(--ink); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark a { color: #8fd3d5; }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .95fr); gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.step-list { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.step-list li { position: relative; margin: 0; padding: 1.5rem 1.5rem 1.5rem 4.75rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); counter-increment: steps; }
.step-list li::before { position: absolute; top: 1.35rem; left: 1.4rem; display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; color: var(--white); background: var(--brand); font-weight: 800; content: counter(steps); }
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.proof-grid div { padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--white); }
.proof-grid dt { color: var(--brand-dark); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; line-height: 1.2; }
.proof-grid dd { margin: .7rem 0 0; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-block: 2.5rem; }
.card { display: flex; flex-direction: column; min-height: 17rem; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 24px rgba(20,74,80,.04); }
.card h2 { margin: .2rem 0 .8rem; font-size: 1.55rem; }
.card p { color: var(--muted); }
.card .text-link { margin-top: auto; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.quote-grid blockquote { padding: 1.5rem; border-left: 4px solid var(--brand); background: var(--white); }
.quote-grid cite { color: var(--muted); font-style: normal; }
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.fit-grid article { padding: 1.6rem; border-radius: var(--radius); background: var(--white); }
.founder-grid { width: min(calc(100vw - 3rem), calc(var(--content) - 3rem)); }
.founder-profile { display: flow-root; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(20,74,80,.04); }
.founder-profile > img { float: left; aspect-ratio: 1; width: 7.25rem; margin: .1rem 1.25rem .75rem 0; border: 3px solid var(--brand-soft); border-radius: 50%; object-fit: cover; box-shadow: 0 5px 14px rgba(20,74,80,.12); }
.founder-profile h2 { margin: .15rem 0 .8rem; font-size: clamp(1.5rem, 2.4vw, 2rem); }
.founder-profile p { margin-bottom: .9rem; }
.founder-profile p:last-child { margin-bottom: 0; }
.faq-list details { margin-bottom: .8rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--white); }
.faq-list summary { padding: 1rem 1.2rem; cursor: pointer; }
.faq-list summary h2, .faq-list summary h3 { display: inline; margin: 0; padding: 0; border: 0; font-size: 1.15rem; letter-spacing: -.015em; }
.faq-list details p { padding: 0 1.2rem 1.2rem; }
.cta-block { max-width: var(--content); margin: clamp(4rem, 8vw, 7rem) 0 0; padding: clamp(2rem, 6vw, 4rem); border-radius: var(--radius); background: var(--cream); }
.cta-block h2 { max-width: 16ch; margin: 0 0 1rem; }
.empty-state { padding: 2rem; border: 1px dashed var(--brand); border-radius: var(--radius); background: var(--brand-soft); }

form { display: grid; gap: 1rem; max-width: 38rem; }
.field { display: grid; gap: .35rem; }
label { font-weight: 700; }
input, textarea { width: 100%; padding: .8rem .9rem; border: 1px solid #78999c; border-radius: .45rem; color: var(--ink); background: var(--white); font: inherit; }
textarea { min-height: 11rem; resize: vertical; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
button { cursor: pointer; font: inherit; }

.site-footer { margin-top: 2rem; color: #dcebea; background: var(--ink); }
.site-footer a { color: #dcebea; }
.footer-brand { display: flex; align-items: center; gap: .7rem; max-width: var(--content); margin: auto; padding: 3rem 1.5rem 0; color: #8fd3d5; font-family: var(--brand-wordmark-font); font-size: 1.75rem; font-weight: 700; letter-spacing: -.025em; line-height: 1; }
.footer-brand img { width: 2.7rem; height: auto; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1.15fr 1fr 1.3fr; gap: 2.5rem; max-width: var(--content); margin: auto; padding: 2.5rem 1.5rem 4rem; }
.footer-grid h2 { margin: 0 0 1rem; color: var(--white); font-size: 1rem; letter-spacing: 0; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: .45rem 0; }
.legal-line { display: flex; justify-content: space-between; gap: 1.5rem; max-width: var(--content); margin: auto; padding: 1.5rem; border-top: 1px solid #3b5559; color: #abc0c2; font-size: .8rem; }
.legal-line p { margin: 0; }
.legal-line nav { display: flex; flex-wrap: wrap; gap: 1rem; }

@media (max-width: 66rem) {
  .header-inner { flex-wrap: wrap; }
  .header-inner nav { order: 3; flex-basis: 100%; overflow-x: auto; padding-bottom: .25rem; }
  .nav-list { justify-content: flex-start; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 44rem) {
  body { font-size: 1rem; }
  .header-inner { gap: .8rem; padding-inline: 1rem; }
  .header-actions { margin-left: auto; }
  .button-small { display: none; }
  .nav-list { align-items: flex-start; gap: .75rem 1.1rem; }
  .nav-list a { font-size: .78rem; }
  .split, .proof-grid, .card-grid, .quote-grid, .fit-grid { grid-template-columns: 1fr; }
  .founder-grid { width: 100%; }
  .founder-profile { padding: 1.2rem; }
  .founder-profile > img { width: 5.5rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .legal-line { flex-direction: column; }
  .hero-inner, .section, .page-shell { padding-inline: 1.1rem; }
  .hero-logo { width: 100%; margin: 0 0 .35rem -1.95rem; }
  .hero h1 { font-size: clamp(1rem, 4.45vw, 1.45rem); letter-spacing: -.055em; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
