@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --ink: #0b1020;
  --ink-soft: #20273a;
  --paper: #f7f5ef;
  --paper-bright: #fffefb;
  --line: #d8d4c9;
  --muted: #5c6270;
  --blue: #315cff;
  --blue-dark: #2048d8;
  --coral: #e3694f;
  --lime: #d5ef66;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
  --shadow: 0 22px 45px rgba(11, 16, 32, .11), 0 3px 9px rgba(11, 16, 32, .06);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; }
.site-shell { overflow: clip; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: -70px; padding: 10px 14px; background: var(--lime); color: var(--ink); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; gap: 34px; min-height: 78px; padding: 0 max(24px, calc((100vw - 1240px) / 2)); background: rgba(247,245,239,.9); border-bottom: 1px solid rgba(216,212,201,.8); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; flex: 1; min-width: 176px; text-decoration: none; } .brand img { display: block; width: 128px; height: auto; } .brand--footer img { width: 112px; }
.site-header nav { display: flex; gap: 25px; } .site-header nav a { color: #363c4c; font-size: 14px; text-decoration: none; } .site-header nav a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 49px; padding: 12px 18px; border: 0; border-radius: 2px; background: var(--blue); color: white; cursor: pointer; font-family: var(--sans); font-weight: 700; font-size: 15px; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; } .button:hover { background: var(--blue-dark); box-shadow: 0 10px 23px rgba(49,92,255,.25); transform: translateY(-2px); } .button:focus-visible, .text-link:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; } .button--small { flex: 0 0 auto; min-height: 39px; padding: 8px 13px; font-size: 13px; }
.hero, .section { padding-left: max(24px, calc((100vw - 1240px) / 2)); padding-right: max(24px, calc((100vw - 1240px) / 2)); }
.hero { min-height: 675px; padding-top: 88px; position: relative; background: radial-gradient(circle at 85% 30%, rgba(213,239,102,.44), transparent 21%), radial-gradient(circle at 100% 0%, rgba(49,92,255,.13), transparent 29%); }
.hero__eyebrow, .section-label { font-family: var(--mono); font-size: 11px; line-height: 1.3; letter-spacing: .09em; text-transform: uppercase; } .hero__eyebrow { display: flex; align-items: center; gap: 9px; color: #3c4353; } .hero__eyebrow span { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 80px; align-items: end; margin-top: 58px; } h1,h2,h3,p { margin-top: 0; } h1,h2 { font-weight: 400; letter-spacing: -.055em; line-height: .94; } h1 { max-width: 830px; margin-bottom: 28px; font-size: clamp(59px, 8.2vw, 128px); } h1 em,h2 em { font-family: var(--serif); font-weight: 400; } .hero__lede { max-width: 525px; margin-bottom: 32px; color: var(--ink-soft); font-size: 20px; line-height: 1.48; } .hero__actions { display: flex; align-items: center; gap: 28px; }.text-link { display: inline-flex; gap: 8px; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration-color: var(--blue); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.hero__signal { align-self: stretch; padding: 20px 0 4px 24px; border-left: 1px solid var(--ink); } .hero__signal-label { font-family: var(--mono); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }.hero__signal p:last-child { font-size: 15px; line-height: 1.4; } .signal-mark { display: flex; align-items: end; gap: 5px; height: 100px; margin: 21px 0; }.signal-mark i { display: block; width: 25px; background: var(--blue); }.signal-mark i:nth-child(1) { height: 33%; background: var(--coral); }.signal-mark i:nth-child(2) { height: 72%; }.signal-mark i:nth-child(3) { height: 47%; background: var(--lime); }.signal-mark i:nth-child(4) { height: 100%; }
.hero__line { height: 1px; margin-top: 80px; background: var(--ink); }.hero__footnote { display: flex; justify-content: space-between; padding: 14px 0; color: #4f5665; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }.hero__footnote b { color: var(--blue); font-size: 16px; vertical-align: middle; }
.section { padding-top: 128px; padding-bottom: 128px; }.section-label { color: var(--blue); }.intro { border-bottom: 1px solid var(--line); }.intro__grid { display: grid; grid-template-columns: 1.35fr .8fr; gap: 105px; margin-top: 48px; }.intro h2,.section-heading h2,.process h2,.contact h2 { font-size: clamp(43px, 5.1vw, 72px); }.intro__grid > div { padding-top: 12px; }.intro__grid p { color: var(--ink-soft); font-size: 20px; }.intro__grid .muted { color: var(--muted); font-size: 16px; }
.why { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; background: #e8edf8; border-bottom: 1px solid var(--line); }.why__intro { position: relative; }.why__intro h2 { max-width: 560px; margin: 30px 0 22px; }.why__intro > p:last-child { max-width: 350px; color: var(--muted); font-size: 18px; }.why__cta { grid-column: 1 / -1; order: 3; padding-top: 22px; border-top: 1px solid var(--ink); }.why__examples { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; }.why__examples article { padding: 22px 0 32px; border-top: 1px solid var(--ink); }.why__examples article:nth-child(-n+2) { padding-top: 0; border-top: 0; }.why__examples span { color: var(--blue); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }.why__examples h3 { margin: 34px 0 10px; font-size: 20px; line-height: 1.12; letter-spacing: -.04em; }.why__examples p { max-width: 310px; margin: 0; color: var(--muted); font-size: 14px; }
.section--ink { background: var(--ink); color: var(--paper); }.services { padding-top: 112px; }.section--ink .section-label { color: var(--lime); }.section-heading { max-width: 720px; }.section-heading h2 { margin-top: 28px; }.service-list { margin-top: 90px; border-top: 1px solid rgba(255,255,255,.32); }.service-row { display: grid; grid-template-columns: 90px minmax(0,1fr) 180px; gap: 25px; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.24); }.service-row__number,.service-row__tag { color: var(--lime); font-family: var(--mono); font-size: 11px; }.service-row h3 { margin: 0 0 8px; font-size: 27px; font-weight: 500; letter-spacing: -.04em; }.service-row p { margin-bottom: 0; }.service-row div p { max-width: 535px; color: rgba(247,245,239,.68); }.service-row__tag { align-self: end; text-align: right; }
.principles { border-bottom: 1px solid var(--line); }.section-heading--split { display: grid; grid-template-columns: .55fr 1.1fr; max-width: none; }.section-heading--split h2 { margin: 0; }.principles__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 54px; margin-top: 90px; }.principles__grid article { border-top: 1px solid var(--ink); padding-top: 19px; }.principles__grid span { display: block; margin-bottom: 58px; color: var(--coral); font-size: 29px; }.principles__grid h3 { margin-bottom: 12px; font-size: 20px; letter-spacing: -.04em; }.principles__grid p { color: var(--muted); font-size: 15px; }
.process { background: #ebe8df; }.process__top { display: grid; grid-template-columns: .55fr 1.1fr; }.process__top h2 { margin: 0; }.process__steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; padding: 0; margin: 90px 0 0; list-style: none; border-top: 1px solid var(--ink); }.process__steps li { min-height: 245px; padding: 22px 26px 14px 0; border-right: 1px solid var(--ink); }.process__steps li:not(:first-child) { padding-left: 26px; }.process__steps li:last-child { border-right: 0; }.process__steps span { color: var(--blue); font-family: var(--mono); font-size: 11px; }.process__steps div { margin-top: 73px; }.process__steps h3 { margin-bottom: 8px; font-size: 18px; letter-spacing: -.035em; }.process__steps p { margin: 0; color: var(--muted); font-size: 14px; }
.section--contact { display: grid; grid-template-columns: .9fr 1fr; gap: 110px; background: var(--paper-bright); }.contact h2 { margin: 30px 0; }.contact__copy > p:not(.section-label) { max-width: 440px; color: var(--muted); font-size: 18px; }.contact__email { margin-top: -18px; font-size: 15px !important; }.contact__email strong { color: var(--ink); font-weight: 600; }.contact__email a { color: var(--ink); text-underline-offset: 3px; }.contact__note { display: flex; gap: 10px; max-width: 400px; margin-top: 42px; padding-top: 17px; border-top: 1px solid var(--line); }.contact__note span { color: var(--coral); font-size: 13px; }.contact__note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }.contact-form { padding: 30px; background: var(--ink); color: var(--paper); box-shadow: var(--shadow); }.form-row { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.27); }.form-row label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 600; }.form-row label span { color: rgba(255,255,255,.52); font-weight: 400; }.form-row input,.form-row textarea { width: 100%; border: 0; outline: 0; background: transparent; color: white; font: 16px var(--sans); resize: vertical; }.form-row input { height: 27px; }.form-row textarea { min-height: 78px; }.contact-form .button { width: 100%; margin-top: 30px; background: var(--lime); color: var(--ink); }.contact-form .button:hover { background: #e5ff73; }.form-status { min-height: 21px; margin: 15px 0 0; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.4; }
.site-footer { display: grid; grid-template-columns: auto 1fr auto auto; gap: 30px; align-items: center; min-height: 113px; padding: 0 max(24px, calc((100vw - 1240px) / 2)); background: var(--ink); color: var(--paper); }.brand--footer { flex: initial; }.site-footer p { margin: 0; color: rgba(247,245,239,.63); font-size: 13px; }.site-footer p:last-child { font-family: var(--mono); font-size: 10px; text-transform: uppercase; }.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; font-size: 12px; }.footer-links a { color: rgba(247,245,239,.78); text-decoration: none; }.footer-links a:hover { color: var(--lime); }.page-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }.legal-page { max-width: 960px; }.legal-page h2 { margin-top: 45px; font-size: 30px; line-height: 1.05; }.legal-page p { max-width: 720px; color: var(--muted); font-size: 18px; }.page-hero { padding-top: 105px; padding-bottom: 105px; }.about-copy { display: grid; grid-template-columns: .55fr 1.1fr; gap: 80px; border-top: 1px solid var(--line); }.about-copy h2, .about-principles h2 { font-size: clamp(42px, 5vw, 68px); }.about-copy p { max-width: 680px; color: var(--muted); font-size: 18px; }.about-principles__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; margin-top: 45px; }.about-principles p { color: rgba(247,245,239,.7); font-size: 18px; }
@media (max-width: 800px) { .site-header { min-height: 68px; gap: 14px; }.site-header nav { display: none; }.site-header .button { padding: 8px 10px; font-size: 12px; }.hero { min-height: auto; padding-top: 68px; }.hero__grid,.intro__grid,.why,.section--contact { grid-template-columns: 1fr; gap: 42px; }.hero__grid { margin-top: 38px; }.hero__signal { max-width: 390px; min-height: 220px; }.hero__line { margin-top: 50px; }.section { padding-top: 78px; padding-bottom: 78px; }.intro__grid { margin-top: 30px; }.intro__grid p { font-size: 18px; }.why__examples { grid-template-columns: 1fr; gap: 0; }.why__examples article:nth-child(-n+2) { padding-top: 22px; border-top: 1px solid var(--ink); }.why__cta { order: initial; }.section-heading--split,.process__top { grid-template-columns: 1fr; gap: 28px; }.principles__grid { grid-template-columns: 1fr; gap: 33px; margin-top: 55px; }.principles__grid span { margin-bottom: 23px; }.service-list { margin-top: 55px; }.service-row { grid-template-columns: 35px 1fr; gap: 15px; }.service-row__tag { display: none; }.process__steps { grid-template-columns: 1fr; margin-top: 55px; }.process__steps li,.process__steps li:not(:first-child) { display: grid; grid-template-columns: 48px 1fr; gap: 8px; min-height: auto; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--ink); }.process__steps div { margin: 0; }.contact-form { padding: 23px; }.site-footer { grid-template-columns: 1fr; gap: 10px; padding-top: 28px; padding-bottom: 28px; }.hero__footnote { font-size: 9px; }.hero__footnote span:first-child { display:none; } }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
