:root {
  --background: #f3f1ea;
  --surface: #faf9f5;
  --ink: #111514;
  --muted: #62645f;
  --border: #d6d3ca;
  --accent: #32483b;
  --accent-hover: #26382e;
  --light-text: #f5f3ec;
  --dark-muted: #b8bbb5;
  --dark-border: #343b38;
  --container: 1200px;
  --section-space: clamp(5rem, 8vw, 7.5rem);
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--background); color: var(--ink); font-family: var(--font-sans); font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; background: var(--surface); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 78px; display: flex; align-items: center; justify-content: space-between; padding-inline: max(24px, calc((100vw - var(--container)) / 2)); border-bottom: 1px solid var(--border); }
.site-header.scrolled { position: fixed; height: 64px; background: rgba(243, 241, 234, .96); border-bottom-color: var(--border); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 148px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 1.75rem; font-size: .8rem; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--accent); }
.nav-cta { border: 1px solid var(--accent); color: var(--accent); padding: .65rem .85rem; transition: background .18s, color .18s; }
.nav-cta:hover { background: var(--accent); color: var(--light-text); }
.nav-cta span { margin-left: .8rem; }
.menu-button { display: none; background: transparent; border: 1px solid var(--accent); color: var(--accent); padding: .45rem .7rem; font: inherit; }
.hero, .section { padding-inline: max(24px, calc((100vw - var(--container)) / 2)); }
.hero { min-height: auto; padding-top: 138px; }
.hero-intro { padding-block: 3.5rem 4.5rem; }
.kicker, .overline { margin: 0; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.kicker { margin-bottom: 2.25rem; }
.hero h1 { max-width: 1050px; margin: 0; font-size: clamp(3.5rem, 7.2vw, 6.8rem); font-weight: 650; letter-spacing: -.065em; line-height: .94; }
.hero-bottom { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr); gap: 4rem; margin-top: 3rem; padding-left: 34%; }
.hero-bottom > p { max-width: 62ch; margin: 0; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 0 1.15rem; border: 1px solid transparent; border-radius: 0; font: inherit; font-size: .84rem; font-weight: 650; text-decoration: none; cursor: pointer; transition: background .18s, border-color .18s, color .18s; }
.button-dark { background: var(--accent); color: var(--light-text); }
.button-dark:hover { background: var(--accent-hover); }
.text-link { color: var(--accent); font-size: .78rem; font-weight: 650; text-underline-offset: 5px; }
.text-link:hover { color: var(--accent-hover); }
.text-link span { margin-left: .65rem; }
.route { border-top: 1px solid var(--ink); }
.route-label { padding: .75rem 0; color: var(--muted); font-size: .62rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.route ol { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; }
.route li { min-height: 132px; display: grid; grid-template-rows: 1fr auto auto; padding: 1rem 1.15rem; border-left: 1px solid var(--border); }
.route li:last-child { border-right: 1px solid var(--border); background: var(--surface); border-top: 3px solid var(--accent); }
.route li span { color: var(--muted); font-size: .62rem; }
.route li strong { font-size: .98rem; font-weight: 650; }
.route li small { margin-top: .2rem; color: var(--muted); font-size: .7rem; }
.section { padding-block: var(--section-space); }
.section-number { margin: 0; color: var(--muted); font-size: .62rem; font-weight: 600; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
.section-number.light { color: var(--dark-muted); }
.accent-text { color: #9bb1a2; }
.manifesto { display: grid; grid-template-columns: 1fr 3fr; gap: 3rem; background: var(--surface); }
.manifesto .overline { margin-bottom: 1.5rem; }
.manifesto h2, .section-title h2, .difference h2, .review h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.8rem); font-weight: 650; letter-spacing: -.05em; line-height: 1; }
.manifesto h2 span { display: block; color: var(--accent); }
.large-copy { max-width: 64ch; margin: 2.25rem 0 0 25%; color: var(--muted); font-size: 1.12rem; }
.section-title { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; margin-bottom: 4.5rem; }
.section-title .overline { margin-top: 1.7rem; }
.service-list { border-top: 1px solid var(--ink); }
.service { display: grid; grid-template-columns: 54px 1.25fr 1fr; gap: 2rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--border); }
.service-index { color: var(--muted); font-size: .7rem; font-weight: 650; }
.service h3 { margin: 0 0 .65rem; font-size: 1.75rem; font-weight: 650; letter-spacing: -.035em; line-height: 1.1; }
.service p { max-width: 58ch; margin: 0; color: var(--muted); }
.service ul { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem 1.25rem; margin: 0; padding: 0; list-style-position: inside; color: var(--muted); font-size: .78rem; }
.service li::marker { color: var(--accent); }
.difference { background: var(--ink); color: var(--light-text); }
.difference-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.difference-copy .overline { margin: 2.75rem 0 1.4rem; }
.difference h2 { font-size: clamp(2.6rem, 4.5vw, 4.35rem); }
.difference-copy > p:last-child { max-width: 60ch; margin: 2rem 0 0; color: var(--dark-muted); }
.handoff { align-self: end; border: 1px solid var(--dark-border); }
.handoff-head { display: flex; justify-content: space-between; padding: .85rem 1rem; border-bottom: 1px solid var(--dark-border); color: var(--dark-muted); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
.handoff ol { margin: 0; padding: 0; list-style: none; }
.handoff li { display: flex; justify-content: space-between; gap: 1rem; padding: .95rem 1rem; border-bottom: 1px solid var(--dark-border); font-size: .78rem; }
.handoff li:last-child { border-bottom: 0; }
.handoff li b { color: var(--dark-muted); font-weight: 500; }
.handoff li.active { border-left: 3px solid #78907f; background: rgba(50,72,59,.35); color: var(--light-text); }
.handoff li.active b { color: #b8c8bc; font-weight: 650; }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.principle-grid article { min-height: 245px; display: flex; flex-direction: column; padding: 1.2rem; border-left: 1px solid var(--border); }
.principle-grid article:last-child { border-right: 1px solid var(--border); }
.principle-grid span { color: var(--muted); font-size: .65rem; font-weight: 650; }
.principle-grid h3 { margin: auto 0 .65rem; font-size: 1.2rem; font-weight: 650; letter-spacing: -.025em; }
.principle-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.founders > .section-number { margin-bottom: 3.75rem; }
.founder-statement { display: grid; grid-template-columns: 1fr 3fr; gap: 3rem; }
.founder-statement > .overline { margin-top: .5rem; }
.founder-statement h2 { margin: 0; font-size: clamp(3.3rem, 6.5vw, 6.2rem); font-weight: 650; letter-spacing: -.055em; line-height: .98; }
.founder-statement > div { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 2.75rem; padding-left: 25%; }
.founder-statement > div p { max-width: 55ch; margin: 0; }
.founder-statement > div p + p { color: var(--muted); }
.review { display: grid; grid-template-columns: 1fr 1.12fr; gap: 5.5rem; background: var(--surface); }
.review-intro .overline { margin: 2.75rem 0 1.4rem; }
.review h2 { font-size: clamp(2.5rem, 4.2vw, 4rem); }
.review-intro > p:last-child { max-width: 60ch; margin: 2rem 0 0; color: var(--muted); }
.review-form { align-self: start; padding: 2rem; border: 1px solid var(--border); border-top: 3px solid var(--accent); background: var(--background); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.review-form label { display: grid; gap: .4rem; margin-bottom: 1rem; color: var(--ink); font-size: .72rem; font-weight: 650; }
.review-form input, .review-form select, .review-form textarea { width: 100%; border: 1px solid var(--border); border-radius: 0; background: var(--surface); padding: .7rem .75rem; color: var(--ink); font: 400 .92rem/1.4 var(--font-sans); }
.review-form textarea { resize: vertical; }
.review-form input:hover, .review-form select:hover, .review-form textarea:hover { border-color: #a9aaa4; }
.review-form input:focus, .review-form select:focus, .review-form textarea:focus { outline: 3px solid rgba(50,72,59,.22); outline-offset: 1px; border-color: var(--accent); }
.review-form .consent { display: flex; align-items: flex-start; color: var(--muted); font-weight: 400; }
.consent input { width: auto; margin: .25rem .6rem 0 0; accent-color: var(--accent); }
.review-form .button { width: 100%; }
.form-note { margin-bottom: 0; color: var(--muted); font-size: .68rem; }
.form-note a { color: var(--accent); text-underline-offset: 3px; }
.trap { position: absolute; left: -9999px; }
.site-footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 3rem; padding: 4.25rem max(24px, calc((100vw - var(--container)) / 2)) 1.75rem; background: var(--ink); color: var(--light-text); }
.site-footer .brand img { filter: brightness(0) invert(1); }
.site-footer p { color: var(--dark-muted); font-size: .76rem; }
.footer-contact, .footer-links { display: flex; flex-direction: column; gap: .55rem; font-size: .76rem; }
.footer-contact span { color: var(--dark-muted); }
.footer-contact a:hover, .footer-links a:hover { color: #b8c8bc; }
.site-footer small { grid-column: 1 / -1; margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--dark-border); color: #8e948f; font-size: .63rem; }
.legal { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: 5rem 0 7rem; }
.legal .brand { display: inline-block; margin-bottom: 5rem; }
.legal h1 { margin: 0; font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 650; letter-spacing: -.05em; line-height: 1; }
.legal p { color: var(--muted); font-size: 1rem; }
.legal .button { margin-top: 1.5rem; }
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .5s ease, transform .5s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 900px) {
  .site-header { padding-inline: 20px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 1rem; padding: 1.25rem; border-bottom: 1px solid var(--border); background: var(--background); }
  .site-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero, .section { padding-inline: 20px; }
  .hero { padding-top: 112px; }
  .hero-intro { padding-block: 2.5rem 3.5rem; }
  .hero-bottom { grid-template-columns: 1fr; gap: 1.75rem; padding-left: 0; }
  .route ol { grid-template-columns: 1fr; }
  .route li { min-height: 82px; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; border-right: 1px solid var(--border); }
  .route li small { grid-column: 2; }
  .manifesto, .section-title, .difference-inner, .founder-statement, .review { grid-template-columns: 1fr; }
  .large-copy { margin-left: 0; }
  .service { grid-template-columns: 42px 1fr; }
  .service ul { grid-column: 2; }
  .difference-inner { gap: 3.5rem; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .founder-statement > div { grid-column: 1; padding-left: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  :root { --section-space: 4.5rem; }
  .hero h1 { font-size: 3.15rem; line-height: .98; letter-spacing: -.055em; overflow-wrap: anywhere; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .service { grid-template-columns: 30px 1fr; gap: 1rem; }
  .service ul { grid-template-columns: 1fr; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 205px; }
  .field-row, .founder-statement > div { grid-template-columns: 1fr; }
  .review-form { padding: 1.25rem; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer small { grid-column: 1; }
}
