@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap');

:root {
  --bg: #ffffff;
  --text: #0f172a;
  --muted: #6b7280;
  --border: #e5e7eb;
  --border-strong: #cbd5e1;
  --accent: #111827;
  --pill: #f1f5f9;
  --green: #b7e84b;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--text);
  background: var(--bg);
  font-family: 'Space Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  line-height: 1.6;
}
#particles { position: fixed; inset: 0; z-index: 0; width: 100%; height: 100%; pointer-events: none; opacity: .18; }
a { color: var(--text); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
.container { width: 90%; max-width: 980px; margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(12px);
}
.header-content { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.logo { display: flex; align-items: center; gap: 9px; font-weight: 700; letter-spacing: .2px; }
.logo-mark { height: 20px; display: flex; align-items: flex-end; gap: 2px; }
.logo-mark i { display: block; width: 4px; border-radius: 2px; background: var(--text); transform: skew(-22deg); }
.logo-mark i:nth-child(1) { height: 10px; }.logo-mark i:nth-child(2) { height: 18px; }.logo-mark i:nth-child(3) { height: 6px; }
.accent-dot { color: #8dae25; }
nav a { margin-left: 25px; font-size: 13px; }
nav a:hover { text-underline-offset: 7px; }
nav a.active { font-weight: 700; text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1.5px; }
main { position: relative; z-index: 1; flex: 1; opacity: 0; transition: opacity .45s ease; }
main.page-visible { opacity: 1; }
.hero { padding: 46px 0 50px; }
.eyebrow { display: inline-block; margin-bottom: 11px; color: #111827; font-size: clamp(26px,4vw,46px); font-weight: 700; letter-spacing: -.06em; line-height: 1.1; }
h1,h2,h3 { margin: 6px 0 12px; line-height: 1.25; }
.hero h1 { display: block; max-width: 940px; font-size: clamp(32px,5vw,60px); font-weight: 700; letter-spacing: -.075em; line-height: 1.13; }
.hero-divider { width: 20%; height: 2px; margin: 22px 0; background: var(--border-strong); }
.hero p { max-width: 760px; margin: 0 0 13px; font-size: 16px; }
.hero p a { text-decoration: underline; text-underline-offset: 4px; }
.home-page { height: 100vh; overflow: hidden; }
.home-page main { display: flex; }
.home-page .hero { width: 90%; max-width: 980px; margin: 0 auto; }
.home-capabilities { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 38px; padding-top: 14px; border-top: 1px solid var(--border); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.home-capabilities b { color: #b5bac3; font-weight: 400; }
.section-label { color: #7d8078; font-size: 10px; letter-spacing: .08em; }
.services-hero { padding: 44px 0 45px; }
.services-meta { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 10px; }
.services-hero-grid { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; padding: 63px 0 56px; }.services-hero-grid h1 { margin: 17px 0 0; font-size: clamp(47px,7vw,82px); line-height: .98; letter-spacing: -.085em; }.services-hero-grid h1 em { color: #7b7e77; font-style: normal; }.services-hero-grid > p { max-width: 300px; margin-bottom: 5px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.service-index-line { display: flex; align-items: center; gap: 17px; padding-top: 15px; border-top: 1px solid var(--border); color: var(--muted); font-size: 10px; }.service-index-rule { flex: 1; height: 1px; background: var(--border); }
.service-list-section { padding-bottom: 112px; }.service-block { padding: 23px 0 31px; border-top: 1px solid var(--border); }.service-block:last-child { border-bottom: 1px solid var(--border); }.service-block-top { display: grid; grid-template-columns: 58px 1fr auto; gap: 20px; color: var(--muted); font-size: 10px; letter-spacing: .05em; }.service-block-top span:last-child { color: var(--text); font-size: 18px; line-height: 10px; }.service-block-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 45px; padding: 30px 0 3px 78px; }.service-block-grid h2 { margin: 0; font-size: clamp(40px,5vw,62px); line-height: .92; letter-spacing: -.08em; }.service-block-grid h2 em { color: #7a7d77; font-style: normal; }.service-lede { max-width: 470px; margin: 0 0 27px; color: #515650; font-size: 15px; line-height: 1.75; }.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }.detail-label { display: block; margin-bottom: 12px; color: #92958e; font-size: 9px; letter-spacing: .08em; }.detail-columns ul { margin: 0; padding: 0; list-style: none; color: #535751; font-size: 11px; line-height: 1.8; }.detail-columns li:before { content: '—'; margin-right: 7px; color: #9cac47; }
.delivery-section { padding: 105px 0 116px; background: #f1f1ed; border-top: 1px solid var(--border); }.delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }.delivery-grid h2 { margin: 16px 0 0; font-size: clamp(40px,5vw,64px); line-height: .95; letter-spacing: -.08em; }.delivery-grid h2 em { color: #7b7e77; font-style: normal; }.delivery-steps > div { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid #d6d7d1; }.delivery-steps > div:first-child { border-top: 1px solid #d6d7d1; }.delivery-steps > div > span { color: #858980; font-size: 10px; }.delivery-steps strong { font-size: 15px; }.delivery-steps p { margin-top: 6px; color: #777a72; font-size: 11px; line-height: 1.7; }
.service-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; padding: 118px 0 128px; }.service-cta h2 { margin: 17px 0 0; font-size: clamp(52px,7vw,86px); line-height: .9; letter-spacing: -.09em; }.service-cta h2 em { color: #7b7e77; font-style: normal; }.cta-email { justify-self: end; display: inline-flex; align-items: center; gap: 24px; padding-bottom: 7px; border-bottom: 1px solid var(--text); font-size: 13px; }.cta-email span { font-size: 18px; }
.approach-hero { padding: 44px 0 47px; }.approach-meta { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 10px; }.approach-hero-grid { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; padding: 63px 0 2px; }.approach-hero-grid h1 { margin: 17px 0 0; font-size: clamp(47px,7vw,82px); line-height: .98; letter-spacing: -.085em; }.approach-hero-grid h1 em { color: #7b7e77; font-style: normal; }.approach-hero-grid > p { max-width: 320px; margin-bottom: 4px; color: var(--muted); font-size: 13px; line-height: 1.85; }.method-section { padding-bottom: 117px; }.method-heading { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); color: var(--muted); font-size: 10px; }.method-list { border-bottom: 1px solid var(--border); }.method-step { padding: 22px 0 31px; border-bottom: 1px solid var(--border); }.method-step:last-child { border-bottom: 0; }.method-top { display: grid; grid-template-columns: 56px 1fr auto; gap: 20px; color: var(--muted); font-size: 10px; letter-spacing: .05em; }.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 45px; padding: 29px 0 0 76px; }.method-grid h2 { margin: 0; font-size: clamp(39px,5vw,60px); line-height: .94; letter-spacing: -.08em; }.method-grid h2 em { color: #7b7e77; font-style: normal; }.method-grid > div > p { max-width: 440px; margin: -2px 0 23px; color: #5b5e58; font-size: 14px; line-height: 1.75; }.method-output { display: grid; grid-template-columns: 72px 1fr; align-items: baseline; gap: 3px 15px; max-width: 420px; padding-top: 13px; border-top: 1px solid var(--border); }.method-output span { color: #92958e; font-size: 9px; letter-spacing: .08em; }.method-output strong { font-size: 14px; font-weight: 700; }.method-output small { grid-column: 2; color: var(--muted); font-size: 10px; line-height: 1.65; }.principles-section { padding: 105px 0 111px; color: #f5f6ef; background: var(--accent); }.principles-heading h2 { margin: 16px 0 55px; font-size: clamp(43px,6vw,71px); line-height: .92; letter-spacing: -.08em; }.principles-heading h2 em { color: #81877d; font-style: normal; }.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 38px; }.principle-grid > div { padding-top: 16px; border-top: 1px solid #3a3f37; }.principle-grid span { display: block; margin-bottom: 23px; color: var(--green); font-size: 10px; }.principle-grid strong { font-size: 16px; }.principle-grid p { max-width: 240px; margin-top: 9px; color: #a3aaa0; font-size: 11px; line-height: 1.75; }.approach-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; padding: 115px 0 124px; }.approach-cta h2 { margin: 16px 0 0; font-size: clamp(54px,7vw,86px); line-height: .9; letter-spacing: -.09em; }.approach-cta h2 em { color: #7b7e77; font-style: normal; }.approach-cta .cta-email { justify-self: end; }
.contact-hero { padding: 44px 0 65px; }.contact-meta { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 10px; }.contact-hero-grid { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; padding: 70px 0 43px; }.contact-hero-grid h1 { margin: 17px 0 0; font-size: clamp(51px,7.3vw,88px); line-height: .92; letter-spacing: -.09em; }.contact-hero-grid h1 em { color: #7b7e77; font-style: normal; }.contact-hero-grid > p { max-width: 300px; margin-bottom: 4px; color: var(--muted); font-size: 13px; line-height: 1.85; }.contact-email-large { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 8px; border-bottom: 1px solid var(--text); font-size: 14px; }.contact-email-large span { font-size: 20px; transition: transform .25s; }.contact-email-large:hover span { transform: translate(4px,-4px); }.contact-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; padding: 0 0 118px; }.contact-option { padding-top: 17px; border-top: 1px solid var(--text); }.option-label { color: #92958e; font-size: 9px; letter-spacing: .08em; }.contact-option h2 { margin: 24px 0 13px; font-size: 27px; letter-spacing: -.06em; }.contact-option p { min-height: 53px; max-width: 270px; color: var(--muted); font-size: 11px; line-height: 1.75; }.option-link { display: inline-flex; gap: 15px; align-items: center; margin-top: 27px; font-size: 11px; }.option-link span { font-size: 17px; }.contact-note { background: var(--accent); color: #f5f6ef; padding: 20px 0; }.contact-note-inner { display: flex; align-items: center; gap: 17px; color: #8e958a; font-size: 9px; letter-spacing: .06em; }.contact-note-inner strong { color: var(--green); font-weight: 400; }.note-rule { flex: 1; height: 1px; background: #3a3f37; }
.site-footer { position: relative; z-index: 2; padding: 16px 0 23px; border-top: 1px solid var(--border); color: var(--muted); font-size: 11px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 18px; }.footer-inner p { margin: 0; }.footer-links { display: flex; gap: 22px; }.footer-links a { color: var(--muted); }
@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .site-header { padding: 16px 0; }
  nav a { margin-left: 11px; font-size: 11px; }
  .hero { padding-top: 40px; }
  .home-page { height: auto; min-height: 100vh; overflow: auto; }
  .home-page main { display: block; }
  .services-hero-grid { display: block; padding: 46px 0 43px; }.services-hero-grid > p { margin-top: 28px; }
  .service-block-grid { grid-template-columns: 1fr; gap: 30px; padding-left: 48px; }.service-lede { font-size: 14px; }
  .delivery-grid { grid-template-columns: 1fr; gap: 43px; }
  .service-cta { grid-template-columns: 1fr; gap: 45px; }
  .cta-email { justify-self: start; }
  .approach-hero-grid { display: block; padding: 46px 0 2px; }.approach-hero-grid > p { margin-top: 28px; }.method-grid { grid-template-columns: 1fr; gap: 28px; padding-left: 48px; }.principle-grid { grid-template-columns: 1fr; gap: 28px; }.approach-cta { grid-template-columns: 1fr; gap: 45px; }.approach-cta .cta-email { justify-self: start; }
  .contact-hero-grid { display: block; padding: 46px 0 35px; }.contact-hero-grid > p { margin-top: 28px; }.contact-options { grid-template-columns: 1fr; gap: 43px; }.contact-option p { min-height: 0; }.contact-note-inner { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .container { width: calc(100% - 32px); }
  nav a { display: none; } nav a:last-child { display: inline; }
  .eyebrow { font-size: 30px; }
  .hero h1 { font-size: 34px; line-height: 1.2; }
  .hero p { font-size: 14px; }
  .home-capabilities { gap: 8px; line-height: 1.9; }
  .services-meta { font-size: 8px; }.services-hero { padding-top: 33px; }.services-hero-grid h1 { font-size: 48px; }.service-index-line { font-size: 9px; }.service-block-top { grid-template-columns: 37px 1fr auto; gap: 10px; font-size: 8px; }.service-block-grid { padding-left: 37px; }.service-block-grid h2 { font-size: 46px; }.detail-columns { grid-template-columns: 1fr; gap: 22px; }.delivery-section { padding: 77px 0 85px; }.delivery-grid h2 { font-size: 48px; }.service-cta { padding: 87px 0 97px; }.service-cta h2 { font-size: 60px; }
  .approach-meta { font-size: 8px; }.approach-hero { padding-top: 33px; }.approach-hero-grid h1 { font-size: 48px; }.method-heading { font-size: 9px; }.method-top { grid-template-columns: 37px 1fr auto; gap: 10px; font-size: 8px; }.method-grid { padding-left: 37px; }.method-grid h2 { font-size: 46px; }.method-grid > div > p { font-size: 12px; }.method-output strong { font-size: 12px; }.principles-section { padding: 79px 0 85px; }.principles-heading h2 { font-size: 52px; }.approach-cta { padding: 87px 0 97px; }.approach-cta h2 { font-size: 60px; }
  .contact-meta { font-size: 8px; }.contact-hero { padding-top: 33px; }.contact-hero-grid h1 { font-size: 53px; }.contact-options { padding-bottom: 85px; }.contact-option h2 { font-size: 25px; }.contact-note-inner { gap: 10px; font-size: 8px; }.note-rule { flex-basis: 100%; order: 3; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 9px; }.footer-links { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
