:root {
  --ink: #10202a;
  --paper: #f7f8f5;
  --mist: #e8efec;
  --line: #cbd6d1;
  --signal: #12666b;
  --bright: #d7f1e9;
  --muted: #52635f;
  --warm: #ec9d4f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--warm); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 5; top: 10px; left: 10px; padding: 10px 14px; color: var(--ink); background: var(--bright); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 2; top: 0; display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 30px; padding: 0 clamp(20px, 6vw, 104px); border-bottom: 1px solid var(--line); background: #f7f8f5ed; backdrop-filter: blur(14px); }
.brand { display: inline-grid; color: var(--ink); font-size: 1.25rem; font-weight: 800; letter-spacing: -.08em; line-height: .9; text-decoration: none; }
.brand span { color: var(--signal); }
.brand small { margin-top: 5px; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .49rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 30px); }
nav a { color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .01em; text-decoration: none; }
nav a:hover, nav .active { color: var(--signal); }
.nav-cta { padding: 11px 14px; color: #fff; background: var(--ink); }
.nav-cta:hover, .nav-cta.active { color: #fff; background: var(--signal); }
.menu { display: none; border: 0; color: var(--ink); background: transparent; font: 800 .7rem/1 Inter, ui-sans-serif, sans-serif; letter-spacing: .04em; text-transform: uppercase; }

.hero, .section, .split { max-width: 1440px; margin: auto; padding-right: clamp(24px, 9vw, 150px); padding-left: clamp(24px, 9vw, 150px); }
.hero { min-height: 670px; padding-top: clamp(80px, 11vw, 150px); padding-bottom: 70px; background-image: linear-gradient(#12666b0d 1px, transparent 1px), linear-gradient(90deg, #12666b0d 1px, transparent 1px); background-size: 52px 52px; }
.kicker { margin: 0 0 14px; color: var(--signal); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .66rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.055em; line-height: .97; }
h1 { max-width: 900px; margin-bottom: 30px; font-size: clamp(4rem, 8vw, 8.4rem); }
h1 em { color: var(--signal); font-style: normal; }
h2 { font-size: clamp(2.4rem, 5vw, 5.4rem); }
h3 { font-size: 1.45rem; }
.lede { max-width: 700px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 15px; padding: 0 19px; border: 1px solid var(--ink); font-size: .74rem; font-weight: 800; text-decoration: none; }
.button.primary { color: #fff; background: var(--ink); }
.button.primary:hover { border-color: var(--signal); background: var(--signal); }
.button:disabled { cursor: wait; opacity: .72; }
.button.secondary:hover { background: var(--mist); }
.button.light { border-color: var(--bright); color: var(--ink); background: var(--bright); }
.trust { display: flex; gap: clamp(25px, 6vw, 92px); margin: 90px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }
.trust div { display: flex; align-items: baseline; gap: 10px; }
.trust dt, .outcome-list > li > span, .steps span { color: var(--signal); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .63rem; }
.trust dd { margin: 0; font-size: .74rem; font-weight: 700; }

.band { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 10vw, 180px); padding-top: 100px; padding-bottom: 100px; background: var(--mist); }
.band p:not(.kicker), .section p, .callout > p:not(.kicker), .prose-grid p, .service-card p, .flow p, .contact-note p, .privacy-note p { color: var(--muted); line-height: 1.75; }
.arrow { display: inline-block; margin-top: 15px; color: var(--signal); font-size: .75rem; font-weight: 800; text-decoration: none; }
.section { padding-top: 110px; padding-bottom: 110px; }
.cards { display: grid; gap: 0; margin-top: 50px; border-top: 1px solid var(--ink); }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards article { min-height: 255px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cards article:last-child { border-right: 0; }
.cards h3 { margin: 55px 0 12px; }
.cards p { max-width: 300px; font-size: .86rem; }
.status { display: inline-block; padding: 5px 8px; color: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .58rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.implemented { background: #287c55; }.defined { background: #9d5d19; }.planned { background: #617470; }
.section-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 8vw, 140px); align-items: end; }
.section-intro > p:last-child { max-width: 540px; margin: 0 0 10px; }
.section > .lede { margin-top: 22px; }
.outcome-list { display: grid; gap: 0; margin: 54px 0 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.outcome-list li { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.outcome-list h3 { margin: 0 0 8px; }.outcome-list p { max-width: 580px; margin: 0; }
.callout { padding: clamp(90px, 10vw, 145px) 24px; color: #fff; background: var(--ink); text-align: center; }
.callout h2 { max-width: 860px; margin: 20px auto; }
.callout > p:not(.kicker) { max-width: 650px; margin: 0 auto 30px; color: #c6d2ce; }
.callout .kicker, .architecture .kicker { color: #9bdbd0; }

.page-hero { padding: clamp(88px, 10vw, 145px) clamp(24px, 9vw, 150px); border-bottom: 1px solid var(--line); background: var(--mist); }
.page-hero h1 { margin-bottom: 22px; font-size: clamp(3.4rem, 6.7vw, 7rem); }.page-hero .lede { max-width: 760px; }
.business-hero { min-height: min(760px, calc(100vh - 76px)); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(128deg, #e8efec 0%, #f7f8f5 62%, #d7f1e9 100%); }.business-hero h1 { max-width: 980px; }.business-note { max-width: 490px; margin: 35px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink); font-size: .92rem; font-weight: 650; line-height: 1.65; }
.business-principles { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 10vw, 180px); padding: 110px clamp(24px, 9vw, 150px); background: var(--paper); }.business-principles h2 { max-width: 550px; }.business-principles-copy { max-width: 560px; padding-top: 12px; }.business-principles-copy p { color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.business-work { padding: 100px clamp(24px, 9vw, 150px); background: var(--mist); }.business-work-intro h2 { max-width: 800px; }.business-list { margin-top: 60px; border-top: 1px solid var(--ink); }.business-list article { display: grid; grid-template-columns: 90px minmax(0, 680px); gap: 25px; padding: 28px 0 36px; border-bottom: 1px solid var(--line); }.business-list span { color: var(--signal); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .66rem; letter-spacing: .1em; }.business-list h3 { margin: 0 0 10px; font-size: clamp(1.7rem, 3vw, 2.8rem); }.business-list p { max-width: 580px; margin: 0; color: var(--muted); line-height: 1.75; }
.business-cta { padding: clamp(100px, 12vw, 170px) clamp(24px, 9vw, 150px); color: #fff; background: var(--ink); }.business-cta .kicker { color: #9bdbd0; }.business-cta h2 { max-width: 760px; margin: 20px 0; }.business-cta > p:not(.kicker) { max-width: 630px; margin-bottom: 34px; color: #c6d2ce; font-size: 1.1rem; line-height: 1.75; }
.product-hero { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(45px, 8vw, 120px); min-height: min(760px, calc(100vh - 76px)); background: linear-gradient(128deg, #e8efec 0%, #f7f8f5 62%, #d7f1e9 100%); }.product-hero h1 { max-width: 820px; }.product-actions { display: flex; align-items: center; gap: 22px; margin-top: 32px; }.product-price { color: var(--ink); font-size: 2rem; font-weight: 850; }.purchase-note, .checkout-status, .delivery-note { max-width: 650px; color: var(--muted); font-size: .72rem; line-height: 1.55; }.button.disabled { cursor: not-allowed; opacity: .65; pointer-events: none; }.product-sheet { padding: clamp(28px, 5vw, 55px); border: 1px solid var(--line); background: rgba(255,255,255,.65); box-shadow: 24px 24px 0 rgba(8,127,109,.09); }.product-sheet > span { color: var(--signal); font: 600 .67rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }.product-sheet h2 { margin: 28px 0 18px; font-size: clamp(2rem, 3.8vw, 3.7rem); }.product-sheet p { color: var(--muted); line-height: 1.75; }
.product-proof { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 9vw, 150px); padding: 110px clamp(24px, 9vw, 150px); }.product-contents { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }.product-contents li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1rem; font-weight: 750; }.product-contents span { color: var(--signal); font: 600 .67rem/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.product-boundary, .partner-strip { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 9vw, 150px); padding: 95px clamp(24px, 9vw, 150px); background: var(--mist); }.product-boundary p, .partner-strip p { color: var(--muted); font-size: 1.02rem; line-height: 1.8; }.product-cta { padding: clamp(100px, 12vw, 170px) clamp(24px, 9vw, 150px); color: #fff; background: var(--ink); }.product-cta .kicker { color: #9bdbd0; }.product-cta h2 { max-width: 820px; margin: 20px 0; }.product-cta > p { max-width: 650px; color: #c6d2ce; font-size: 1.08rem; line-height: 1.75; }.light-price { color: #fff; }
.delivery-page { display: grid; min-height: 100vh; place-items: center; padding: 30px; background: var(--mist); }.delivery-card { width: min(720px, 100%); padding: clamp(34px, 7vw, 74px); border: 1px solid var(--line); background: var(--paper); box-shadow: 22px 22px 0 rgba(8,127,109,.1); }.delivery-card h1 { margin: 10px 0 22px; font-size: clamp(3rem, 8vw, 6rem); }.delivery-card .button { display: inline-block; margin: 20px 0; }.delivery-card hr { margin: 35px 0; border: 0; border-top: 1px solid var(--line); }
.prose-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 10vw, 165px); padding: 100px clamp(24px, 9vw, 150px); }
.list { margin: 25px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }.list li { padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.architecture { padding: 100px clamp(24px, 9vw, 150px); color: #fff; background: var(--ink); }
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 45px; }.flow article { min-height: 220px; padding: 20px; border: 1px solid #ffffff42; }.flow small { color: #9bdbd0; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .6rem; }.flow h3 { margin: 50px 0 12px; }.flow p { margin: 0; color: #c6d2ce; font-size: .83rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 75px clamp(24px, 9vw, 150px); }.service-card { min-height: 345px; padding: 26px; border: 1px solid var(--line); }.service-card > span:not(.status) { color: var(--signal); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .63rem; }.service-card h2 { margin: 65px 0 14px; font-size: clamp(1.7rem, 2.6vw, 2.7rem); }.service-card p { margin-bottom: 0; }
.steps { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 10px; padding: 16px 0; border-bottom: 1px solid var(--line); }.steps p { margin: 0; }

.intake { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 9vw, 150px); padding: 90px clamp(24px, 9vw, 150px); }.contact-note, .privacy-note { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }.contact-note h3, .privacy-note h3 { margin-bottom: 10px; }.privacy-note { font-size: .8rem; }.privacy-note p { margin-bottom: 0; }form { display: grid; gap: 18px; }label { display: grid; gap: 8px; font-size: .75rem; font-weight: 800; }input, select, textarea { min-height: 48px; padding: 12px; border: 1px solid var(--line); color: var(--ink); background: #fff; font: inherit; }textarea { min-height: 145px; resize: vertical; }.consent { grid-template-columns: 18px 1fr; align-items: start; color: var(--muted); font-size: .68rem; font-weight: 500; line-height: 1.5; }.consent input { min-height: auto; margin-top: 2px; }.note { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.55; }.honeypot { position: absolute; left: -9999px; }.form-success { max-width: 720px; margin: 30px 0 0; padding: 15px 18px; border-left: 4px solid var(--signal); color: var(--ink) !important; background: var(--bright); font-weight: 700; line-height: 1.55; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px clamp(24px, 6vw, 104px); border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }footer p { margin: 0; }footer a { color: inherit; }footer p a:hover { color: var(--signal); }
.not-found { min-height: calc(100vh - 180px); padding: clamp(100px, 14vw, 190px) clamp(24px, 9vw, 150px); }.not-found h1 { max-width: 980px; }

@media (max-width: 980px) { .site-header { padding-top: 14px; padding-bottom: 14px; flex-wrap: wrap; }.menu { display: block; }.site-header nav { display: none; order: 3; width: 100%; padding-top: 12px; flex-direction: column; align-items: flex-start; }.site-header nav.open { display: flex; }.site-header nav a { padding: 8px 0; font-size: .78rem; }.nav-cta { padding: 10px 12px !important; }.cards.three, .service-grid, .flow, .product-hero, .product-proof, .product-boundary, .partner-strip { grid-template-columns: 1fr; }.cards article { min-height: auto; border-right: 0; }.cards h3, .service-card h2, .flow h3 { margin-top: 34px; }.band, .prose-grid, .intake, .section-intro, .business-principles { grid-template-columns: 1fr; }.trust { margin-top: 55px; }.flow article { min-height: auto; }.service-card { min-height: 260px; } }
@media (max-width: 620px) { h1 { font-size: clamp(3.6rem, 18vw, 5.2rem); }.hero { min-height: 590px; }.actions, .trust, footer, .product-actions { align-items: flex-start; flex-direction: column; }.trust { gap: 14px; }.section, .prose-grid, .architecture, .business-principles, .business-work, .product-proof, .product-boundary, .partner-strip { padding-top: 75px; padding-bottom: 75px; }.page-hero { padding-top: 75px; }.product-hero { min-height: 680px; }.business-hero { min-height: 580px; }.business-list { margin-top: 42px; }.business-list article { grid-template-columns: 45px 1fr; gap: 12px; }.outcome-list li { grid-template-columns: 42px 1fr; }.button { width: 100%; }.service-grid { padding-top: 52px; padding-bottom: 52px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
