:root { --ink:#102b32; --muted:#5f7074; --sand:#f3f0e9; --lime:#d7ff67; --line:#d7ddd8; --white:#fffdf9; }
.service-grid article:last-child { grid-column:auto !important; }
.approach-note { max-width:420px; color:#c7d1d1; font-size:14px; }
.active { color:#52706d; text-decoration:underline; text-underline-offset:5px; }
.page-hero { padding-top:100px; padding-bottom:95px; background:var(--sand); }
.page-hero h1 { max-width:880px; font-size:clamp(45px,6vw,78px); margin-bottom:20px; }
.page-hero > p:last-child { max-width:570px; color:var(--muted); font-size:17px; }
.services-page { padding-top:75px; }
.about-page { padding-top:100px; padding-bottom:100px; }
.contact-page { min-height:calc(100vh - 230px); padding-top:100px; padding-bottom:100px; }
.callout { background:var(--sand); padding-top:90px; padding-bottom:90px; }
.callout h2 { max-width:680px; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; color:var(--ink); background:var(--white); font-family:Manrope,Arial,sans-serif; line-height:1.6; } .site-header, main > section, footer { padding-left:max(5vw,24px); padding-right:max(5vw,24px); } .site-header { height:84px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); } .brand { color:var(--ink); text-decoration:none; display:flex; align-items:center; gap:9px; font-size:18px; letter-spacing:-.7px; } .brand b { font-weight:800; } .brand-mark { display:grid; place-items:center; width:30px; height:30px; border-radius:50%; background:var(--ink); color:var(--lime); font-family:Georgia,serif; font-size:19px; } nav { display:flex; gap:28px; } nav a { color:var(--ink); text-decoration:none; font-size:14px; font-weight:600; } .button { display:inline-flex; align-items:center; justify-content:center; gap:18px; background:var(--ink); color:white; padding:14px 21px; border:1px solid var(--ink); border-radius:2px; text-decoration:none; font:700 14px Manrope,sans-serif; cursor:pointer; } .button span { color:var(--lime); font-size:20px; line-height:0; } .button-small { padding:10px 15px; font-size:12px; } .hero { background:var(--sand); padding-top:112px; padding-bottom:0; min-height:650px; } .eyebrow { color:#557075; font:500 11px 'DM Mono',monospace; text-transform:uppercase; letter-spacing:1.3px; } h1,h2,h3,p { margin-top:0; } h1,h2,h3 { line-height:1.1; letter-spacing:-2.3px; } h1 { max-width:900px; margin:20px 0 26px; font-size:clamp(48px,7vw,94px); font-weight:700; } h1 em { font-family:Georgia,serif; font-weight:400; } .hero-copy { max-width:570px; color:#43575a; font-size:18px; } .actions { display:flex; align-items:center; gap:27px; margin:33px 0 74px; } .text-link { color:var(--ink); font-weight:700; font-size:14px; text-decoration:none; } .text-link span { margin-left:6px; color:#718a84; } .hero-proof { display:grid; grid-template-columns:repeat(3,1fr); max-width:930px; border-top:1px solid #cbd0c8; } .hero-proof div { padding:21px 25px 27px 0; border-right:1px solid #cbd0c8; } .hero-proof div+div { padding-left:25px; } .hero-proof strong,.hero-proof span { display:block; } .hero-proof strong { font-size:26px; letter-spacing:-1.3px; } .hero-proof span { color:var(--muted); font-size:12px; } .panel,.services,.about,.contact { padding-top:110px; padding-bottom:110px; } .intro { display:grid; grid-template-columns:1fr 2fr; gap:50px; border-bottom:1px solid var(--line); } h2 { font-size:clamp(34px,4vw,53px); margin-bottom:20px; } .intro p:last-child,.about p:not(.eyebrow),.contact > p { max-width:650px; color:var(--muted); font-size:17px; } .section-heading { max-width:680px; }.service-grid { margin-top:50px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); } .service-grid article { min-height:255px; padding:24px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; flex-direction:column; } .service-grid article:last-child { grid-column:2; } .number { font:11px 'DM Mono',monospace; color:#6c8284; } h3 { font-size:23px; margin:34px 0 13px; } .service-grid p { color:var(--muted); font-size:13px; margin-bottom:20px; } .tag { margin-top:auto; color:#456366; font:10px 'DM Mono',monospace; text-transform:uppercase; letter-spacing:.7px; } .dark-panel { background:var(--ink); color:white; display:grid; grid-template-columns:1fr 1fr; gap:60px; padding-top:100px; padding-bottom:100px; } .dark-panel .eyebrow { color:var(--lime); } .dark-panel ol { list-style:none; padding:0; margin:0; } .dark-panel li { display:flex; gap:22px; border-top:1px solid #3c555a; padding:20px 0; } .dark-panel li span { font:11px 'DM Mono',monospace; color:var(--lime); padding-top:5px; } .dark-panel h3 { font-size:20px; margin:0 0 8px; letter-spacing:-.8px; }.dark-panel li p { color:#c7d1d1; font-size:14px; margin:0; } .about { display:grid; grid-template-columns:290px 1fr; align-items:center; gap:90px; } .portrait-letter { display:grid; place-items:center; width:260px; aspect-ratio:1; background:#dce9e7; font:120px Georgia,serif; color:#50716f; } .tools { color:#496568 !important; font:11px 'DM Mono',monospace !important; line-height:2; } .contact { background:var(--lime); } .contact h2 { max-width:800px; margin:17px 0; } form { max-width:680px; margin-top:36px; } .form-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; } label { display:block; color:#365256; font-size:12px; font-weight:700; margin-bottom:18px; } input,textarea { width:100%; margin-top:6px; background:#edffad; border:1px solid #789a6b; border-radius:0; padding:11px; color:var(--ink); font:14px Manrope,sans-serif; } textarea { resize:vertical; } .form-note,.direct-contact { font-size:12px !important; color:#456345 !important; margin-top:13px; }.direct-contact { margin-top:42px; } .direct-contact a { color:var(--ink); font-weight:800; } footer { background:var(--ink); color:#c6d1cd; padding-top:40px; padding-bottom:40px; display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; gap:16px; } footer .brand { color:white; } footer p { margin:0; font-size:12px; } footer p:last-child { text-align:right; } @media(max-width:720px) { .site-header { height:70px; } nav { display:none; }.site-header .button-small { display:none; }.hero { min-height:auto; padding-top:75px; }.hero-proof,.service-grid,.dark-panel,.about,.intro,footer { grid-template-columns:1fr; }.hero-proof div,.hero-proof div+div { padding:16px 0; border-right:0; border-bottom:1px solid #cbd0c8; }.hero-proof div:last-child { border-bottom:0; }.service-grid article:last-child { grid-column:auto; }.panel,.services,.about,.contact { padding-top:70px; padding-bottom:70px; }.portrait-letter { width:160px; }.about { gap:35px; } .form-row { grid-template-columns:1fr; gap:0; } footer p:last-child { text-align:left; } }
