:root {
  --navy: #102a43;
  --navy-deep: #0b1f33;
  --blue: #2c6e9f;
  --pale-blue: #e8f0f5;
  --stone: #f5f4f1;
  --white: #ffffff;
  --ink: #172b3a;
  --muted: #617181;
  --line: #d8e0e5;
  --sans: "DM Sans", sans-serif;
  --serif: "Libre Baskerville", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--stone); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.65; }
.site-shell { overflow: hidden; }
.section-pad { padding-left: clamp(24px, 8vw, 128px); padding-right: clamp(24px, 8vw, 128px); }
a { color: inherit; text-decoration: none; }
.site-header { height: 88px; padding: 0 clamp(24px, 8vw, 128px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(245, 244, 241, .96); position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--navy); font-size: 14px; font-weight: 700; letter-spacing: .13em; }
.brand-mark { width: 33px; height: 33px; display: grid; place-items: center; background: var(--navy); color: var(--white); border-radius: 2px; }
.brand-mark svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.site-nav { display: flex; align-items: center; gap: 34px; color: var(--navy); font-size: 13px; font-weight: 600; }
.site-nav a:not(.nav-cta) { color: var(--muted); }.site-nav a:hover { color: var(--navy); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid transparent; font-weight: 600; transition: background .2s, color .2s, transform .2s; }
.nav-cta { background: var(--navy); color: var(--white); padding: 10px 16px; }.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.menu-toggle { display: none; background: none; border: 0; }
.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr); gap: 8vw; align-items: center; padding-top: 86px; padding-bottom: 92px; }
.eyebrow { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 27px; display: flex; align-items: center; gap: 9px; }.eyebrow-dot { width: 6px; height: 6px; background: var(--blue); display: inline-block; }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.035em; } h1 { font-size: clamp(3.5rem, 6vw, 6.25rem); max-width: 720px; margin-bottom: 27px; font-weight: 600; } h1 em, h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--blue); }
.hero-intro { max-width: 480px; color: var(--muted); font-size: 16px; line-height: 1.8; margin-bottom: 34px; }.hero-actions { display: flex; align-items: center; gap: 27px; }.button { padding: 14px 18px; min-width: 202px; }.button-primary, .button-dark { background: var(--navy); color: var(--white); }.button-dark { margin-top: 27px; }.button-light { background: var(--white); color: var(--navy); border-color: rgba(255,255,255,.35); font-family: var(--sans); font-size: 14px; cursor: pointer; margin-top: 10px; }.text-link { color: var(--navy); font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--navy); padding-bottom: 4px; }.text-link span { margin-left: 10px; }
.hero-visual { min-height: 450px; background: var(--navy); color: var(--white); padding: 27px 29px; display: flex; flex-direction: column; position: relative; }.hero-panel-head, .hero-panel-foot { display: flex; justify-content: space-between; gap: 20px; color: #9eb5c7; font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }.hero-panel-title { margin-top: auto; margin-bottom: 35px; font-size: clamp(2.6rem, 4vw, 4.45rem); line-height: 1.05; letter-spacing: -.045em; }.hero-panel-title strong { color: #a9cde3; font-weight: 500; }.panel-rule { height: 1px; background: rgba(255,255,255,.25); }.panel-list { padding: 25px 0 32px; }.panel-list div { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 15px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); }.panel-list span, .panel-list b { color: #9eb5c7; font-size: 10px; font-weight: 500; letter-spacing: .08em; }.panel-list p { color: var(--white); font-size: 13px; margin: 0; }.panel-list b { color: #b8d5b0; }.hero-panel-foot { margin-top: auto; font-size: 9px; letter-spacing: .06em; }
.proof-bar { background: var(--pale-blue); border-top: 1px solid #d2e0e8; border-bottom: 1px solid #d2e0e8; }.proof-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }.proof-inner p { color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0; }.proof-items { display: flex; gap: 45px; color: var(--navy); font-size: 14px; font-weight: 600; }.proof-items span:before { content: ""; width: 6px; height: 6px; background: var(--blue); display: inline-block; margin: 0 11px 2px 0; }
.services { padding-top: 122px; padding-bottom: 135px; background: var(--white); }.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 55px; }.section-heading h2 { font-size: clamp(2.8rem, 5vw, 5.3rem); margin: 0; }.section-heading .eyebrow { margin-bottom: 14px; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 365px; padding: 29px; display: flex; flex-direction: column; position: relative; }.service-card-dark { background: var(--navy); color: var(--white); }.service-card-accent { background: var(--pale-blue); color: var(--navy); }.service-card-light { background: var(--stone); color: var(--navy); }.service-number { color: #88a2b7; font-size: 10px; font-weight: 700; letter-spacing: .12em; }.service-card-accent .service-number, .service-card-light .service-number { color: var(--blue); }.service-icon { height: 34px; margin: 62px 0 26px; }.icon-window { border-top: 2px solid #a9cde3; border-bottom: 1px solid #a9cde3; width: 46px; position: relative; }.icon-window span { position: absolute; top: 7px; left: 0; width: 20px; height: 1px; background: #a9cde3; }.icon-nodes { width: 46px; border-top: 1px solid var(--blue); position: relative; }.icon-nodes span { position: absolute; top: -5px; left: 20px; width: 9px; height: 9px; background: var(--blue); border-radius: 50%; }.icon-spark { color: var(--blue); font-size: 32px; line-height: .8; }.service-card h3 { color: inherit; font-size: 27px; margin-bottom: 12px; }.service-card p { color: inherit; opacity: .72; max-width: 285px; font-size: 13px; line-height: 1.75; margin-bottom: 24px; }.service-card a { color: inherit; font-size: 12px; font-weight: 700; margin-top: auto; }.service-card a span { margin-left: 14px; font-size: 15px; }
.approach { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; padding-top: 126px; padding-bottom: 138px; }.approach-label .eyebrow { margin-bottom: 78px; }.label-note { color: var(--navy); font-family: var(--serif); font-size: 17px; line-height: 1.5; }.approach-content h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); max-width: 830px; margin-bottom: 28px; }.approach-content h2 span { color: var(--blue); font-family: var(--serif); font-style: italic; font-weight: 400; }.approach-content > p { max-width: 580px; color: var(--muted); line-height: 1.85; }
.contact { background: var(--navy); color: var(--white); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; padding-top: 96px; padding-bottom: 96px; }.eyebrow-light { color: #a9cde3; }.eyebrow-light .eyebrow-dot { background: #a9cde3; }.contact-intro h2 { color: var(--white); font-size: clamp(3rem, 5.3vw, 5.7rem); margin-bottom: 25px; }.contact-intro h2 em { color: #a9cde3; }.contact-intro > p:not(.eyebrow) { color: #b5c5d0; max-width: 430px; }.contact-phone { display: inline-block; color: #c4e0f1; font-size: 18px; font-weight: 600; margin-top: 27px; border-bottom: 1px solid #c4e0f1; padding-bottom: 7px; }.contact-phone span { margin-left: 18px; }.contact-form { display: flex; flex-direction: column; align-self: center; }.contact-form label { color: #b5c5d0; font-size: 10px; font-weight: 700; letter-spacing: .1em; margin: 0 0 7px; text-transform: uppercase; }.contact-form input, .contact-form textarea { color: var(--white); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); border-radius: 0; font: 15px var(--sans); padding: 7px 0 11px; margin-bottom: 25px; outline: 0; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: #a9cde3; }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8095a5; }
.site-footer { min-height: 130px; background: var(--navy-deep); color: var(--white); display: flex; align-items: center; gap: 65px; }.site-footer .brand { color: var(--white); }.site-footer .brand-mark { background: var(--white); color: var(--navy); }.site-footer p { color: #9eb5c7; font-size: 12px; line-height: 1.55; margin: 0; }.footer-meta { margin-left: auto; display: flex; gap: 28px; color: #8095a5; font-size: 10px; letter-spacing: .05em; }.footer-meta a { color: #c4e0f1; }
.reveal { animation: rise .65s ease both; }.hero-copy { animation-delay: .08s; }.hero-visual { animation-delay: .18s; }.service-card:nth-child(2) { animation-delay: .08s; }.service-card:nth-child(3) { animation-delay: .16s; }@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 800px) {
  .site-header { height: 76px; }.menu-toggle { display: flex; flex-direction: column; gap: 4px; padding: 10px; cursor: pointer; }.menu-toggle > span:not(.sr-only) { width: 22px; height: 2px; background: var(--navy); display: block; }.site-nav { display: none; position: absolute; top: 75px; left: 0; right: 0; background: var(--white); padding: 24px; flex-direction: column; align-items: stretch; gap: 18px; border-bottom: 1px solid var(--line); }.site-nav.open { display: flex; }.nav-cta { justify-content: center; }.hero { grid-template-columns: 1fr; padding-top: 70px; gap: 55px; }.hero-visual { min-height: 415px; }.proof-inner { align-items: flex-start; flex-direction: column; padding-top: 23px; padding-bottom: 23px; gap: 13px; }.proof-items { gap: 17px; flex-wrap: wrap; font-size: 13px; }.services, .approach { padding-top: 88px; padding-bottom: 88px; }.section-heading { display: block; margin-bottom: 40px; }.section-heading .eyebrow { margin-bottom: 22px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 325px; }.service-icon { margin-top: 38px; }.approach { grid-template-columns: 1fr; gap: 20px; }.approach-label .eyebrow { margin-bottom: 23px; }.contact { grid-template-columns: 1fr; gap: 58px; padding-top: 78px; padding-bottom: 78px; }.site-footer { align-items: flex-start; flex-wrap: wrap; gap: 25px; padding-top: 34px; padding-bottom: 34px; }.footer-meta { width: 100%; margin-left: 0; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
}
@media (max-width: 430px) {
  h1 { font-size: 3.25rem; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }.hero-visual { min-height: 395px; padding: 22px; }.hero-panel-title { font-size: 2.65rem; }.panel-list div { grid-template-columns: 27px 1fr auto; gap: 10px; }.proof-items { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; }.contact-intro h2 { font-size: 3.2rem; }.footer-meta { font-size: 9px; }
}