@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root { --navy:#0d2638; --navy-2:#15384c; --ink:#17242e; --teal:#21a49a; --teal-dark:#13776f; --gold:#f2b84b; --paper:#f4f7f6; --mist:#e6eeee; --white:#fff; --muted:#65757d; --line:rgba(13,38,56,.15); --shell:min(1180px, calc(100vw - 48px)); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"DM Sans",Arial,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; }
p { line-height:1.65; }
.shell { width:var(--shell); margin-inline:auto; }
.skip-link { position:fixed; left:16px; top:-60px; z-index:100; background:var(--white); padding:12px 18px; border-radius:4px; }
.skip-link:focus { top:12px; }
.site-header { position:fixed; inset:0 0 auto; z-index:50; color:var(--white); transition:background .25s, box-shadow .25s; }
.site-header.scrolled,.site-header.menu-open { background:rgba(13,38,56,.96); box-shadow:0 12px 40px rgba(0,0,0,.12); backdrop-filter:blur(16px); }
.nav-wrap { height:88px; display:flex; align-items:center; justify-content:space-between; }
.brand { display:inline-flex; align-items:center; gap:10px; text-decoration:none; letter-spacing:.08em; line-height:.9; }
.brand img { display:block; }
.brand strong,.brand small { display:block; }
.brand strong { font:700 18px/1 "Manrope",sans-serif; }
.brand small { margin-top:5px; color:#bce5e1; font:600 8px/1 "Manrope",sans-serif; letter-spacing:.28em; }
.site-nav { display:flex; align-items:center; gap:32px; font-size:13px; font-weight:600; }
.site-nav a { text-decoration:none; position:relative; }
.site-nav>a:not(.nav-cta)::after { content:""; position:absolute; left:0; bottom:-8px; width:100%; height:1px; background:var(--teal); transform:scaleX(0); transform-origin:right; transition:transform .2s; }
.site-nav>a:hover::after,.site-nav>a:focus-visible::after { transform:scaleX(1); transform-origin:left; }
.nav-cta { border:1px solid rgba(255,255,255,.35); padding:12px 16px; border-radius:3px; }
.nav-cta:hover { border-color:var(--gold); color:var(--gold); }
.menu-button { display:none; border:0; background:transparent; width:44px; height:44px; padding:12px; }
.menu-button span { display:block; height:1px; margin:6px 0; background:white; }
.hero { color:var(--white); background:var(--navy); min-height:760px; overflow:hidden; position:relative; }
.hero::before { content:""; position:absolute; width:720px; aspect-ratio:1; right:-260px; top:-320px; border-radius:50%; border:1px solid rgba(33,164,154,.23); box-shadow:0 0 0 90px rgba(33,164,154,.025),0 0 0 180px rgba(33,164,154,.018); }
.hero-grid { min-height:700px; padding-top:150px; padding-bottom:80px; display:grid; grid-template-columns:1.06fr .94fr; align-items:center; gap:70px; }
.eyebrow { margin:0 0 20px; color:var(--teal-dark); font-size:11px; line-height:1.2; font-weight:700; letter-spacing:.19em; text-transform:uppercase; }
.eyebrow.light { color:#9ddbd6; }
.hero h1,.section h2,.contact h2 { font:500 clamp(48px,6.6vw,88px)/.99 "Manrope",sans-serif; letter-spacing:-.055em; margin:0; }
.hero h1 em { color:var(--teal); font-style:normal; }
.hero-lede { color:#d8e4e8; max-width:650px; font-size:18px; margin:28px 0 0; }
.hero-actions { margin-top:36px; display:flex; align-items:center; gap:30px; }
.button { display:inline-flex; justify-content:space-between; align-items:center; gap:25px; min-width:200px; border:0; border-radius:3px; padding:16px 18px; text-decoration:none; font:700 12px/1 "DM Sans",sans-serif; letter-spacing:.04em; cursor:pointer; transition:transform .2s, background .2s; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:var(--teal); color:var(--white); }
.button-primary:hover { background:#28b8ad; }
.button-gold { background:var(--gold); color:var(--navy); }
.text-link { color:#d8e4e8; font-size:13px; text-decoration:none; border-bottom:1px solid rgba(255,255,255,.25); padding-bottom:5px; }
.hero-visual { position:relative; min-height:450px; }
.signal-card { position:absolute; z-index:3; background:rgba(21,56,76,.92); border:1px solid rgba(157,219,214,.25); box-shadow:0 35px 90px rgba(0,0,0,.28); backdrop-filter:blur(10px); }
.signal-card-main { width:min(370px,90%); right:8%; top:70px; padding:34px; }
.signal-kicker { color:#9ddbd6; font-size:9px; letter-spacing:.2em; font-weight:700; }
.signal-card strong { display:block; font:600 32px/1.13 "Manrope",sans-serif; letter-spacing:-.035em; margin-top:18px; }
.signal-card p { color:#bdd0d7; font-size:13px; margin:18px 0 0; }
.orbit { position:absolute; border:1px solid rgba(33,164,154,.35); border-radius:50%; }
.orbit-one { width:380px; height:380px; top:8px; right:0; }
.orbit-two { width:285px; height:285px; top:55px; right:48px; }
.signal-chip { position:absolute; z-index:4; padding:12px 16px; min-width:125px; color:#dbe8eb; background:#102e42; border:1px solid rgba(255,255,255,.13); font-size:11px; font-weight:600; letter-spacing:.06em; box-shadow:0 15px 40px rgba(0,0,0,.25); }
.signal-chip span { color:var(--gold); margin-right:12px; }
.chip-one { top:0; right:25%; }.chip-two { bottom:70px; left:0; }.chip-three { bottom:7px; right:5%; }
.trust-strip { position:absolute; inset:auto 0 0; border-top:1px solid rgba(255,255,255,.13); }
.trust-grid { min-height:60px; display:grid; grid-template-columns:repeat(4,1fr); align-items:center; color:#8fa8b3; font-size:9px; font-weight:700; letter-spacing:.18em; }
.trust-grid span:not(:first-child) { border-left:1px solid rgba(255,255,255,.13); padding-left:30px; }
.section { padding:130px 0; }
.section-head { display:grid; grid-template-columns:1.2fr .8fr; gap:90px; align-items:end; margin-bottom:65px; }
.section h2,.contact h2 { color:var(--navy); font-size:clamp(42px,5vw,68px); }
.section-head>p { margin:0 0 5px; color:var(--muted); font-size:16px; }
.service-grid { display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.service-card { min-height:390px; position:relative; padding:46px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(255,255,255,.35); }
.service-card:hover { background:var(--white); }
.service-index { position:absolute; top:25px; right:28px; color:#8ca0a6; font:600 10px/1 "Manrope"; }
.service-card svg { width:46px; height:46px; fill:none; stroke:var(--teal-dark); stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
.service-card h3 { margin:28px 0 12px; font:600 26px/1.2 "Manrope"; letter-spacing:-.03em; color:var(--navy); }
.service-card>p { max-width:480px; color:var(--muted); }
.service-card ul { list-style:none; padding:18px 0 0; margin:22px 0 0; border-top:1px solid var(--line); display:grid; grid-template-columns:1fr 1fr; gap:10px 25px; }
.service-card li { font-size:12px; padding-left:14px; position:relative; }
.service-card li::before { content:""; position:absolute; left:0; top:.55em; width:5px; height:5px; border-radius:50%; background:var(--gold); }
.work { background:var(--navy); color:var(--white); }
.work-heading { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:end; margin-bottom:60px; }
.work-heading .eyebrow { grid-column:1/-1; margin-bottom:-20px; }
.work h2 { color:var(--white); }
.work-heading>p:last-child { color:#a9bec7; max-width:470px; margin:0 0 7px auto; }
.case { display:grid; grid-template-columns:70px 170px 1fr 150px; gap:35px; align-items:center; min-height:230px; border-top:1px solid rgba(255,255,255,.15); }
.case:last-child { border-bottom:1px solid rgba(255,255,255,.15); }
.case-number { color:var(--gold); font:600 12px "Manrope"; }
.case-meta { display:flex; flex-direction:column; gap:10px; color:#85a1ac; font-size:9px; letter-spacing:.14em; font-weight:700; }
.case h3 { margin:0 0 13px; font:500 27px/1.2 "Manrope"; letter-spacing:-.03em; }
.case p { color:#abc0c8; margin:0; font-size:14px; }
.case-tag { justify-self:end; border:1px solid rgba(255,255,255,.2); border-radius:99px; padding:9px 13px; color:#9ddbd6; font-size:10px; white-space:nowrap; }
.approach-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:110px; }
.approach-sticky { align-self:start; position:sticky; top:125px; }
.approach-sticky>p:last-child { color:var(--muted); font-size:16px; max-width:390px; }
.steps { list-style:none; padding:0; margin:0; }
.steps li { display:grid; grid-template-columns:70px 1fr; gap:25px; padding:28px 0 38px; border-top:1px solid var(--line); }
.steps li:last-child { border-bottom:1px solid var(--line); }
.steps li>span { color:var(--teal-dark); font:700 11px "Manrope"; }
.steps h3 { margin:0 0 10px; color:var(--navy); font:600 23px "Manrope"; }
.steps p { color:var(--muted); margin:0; }
.about { background:#e8efef; }
.about-grid { display:grid; grid-template-columns:1fr .85fr; gap:100px; align-items:center; }
.about-lede { font-size:18px; color:var(--navy); }
.about-copy>p:last-child { color:var(--muted); }
.values-panel { background:var(--navy); color:var(--white); padding:48px; }
.value { display:grid; grid-template-columns:45px 1fr; gap:18px; padding:20px 0; border-top:1px solid rgba(255,255,255,.14); }
.value>span { color:var(--gold); font-size:10px; font-weight:700; }
.value strong { font:600 17px "Manrope"; }
.value p { margin:5px 0 0; color:#9fb5be; font-size:13px; }
.contact { padding:130px 0; color:white; background:linear-gradient(120deg,#123248,#0d2638); }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:100px; }
.contact h2 { color:white; }
.contact-copy>p:nth-of-type(2) { color:#aac1c9; max-width:480px; font-size:16px; }
.contact-note { margin-top:50px; padding-top:24px; border-top:1px solid rgba(255,255,255,.15); display:flex; gap:18px; color:#a9bec6; font-size:13px; }
.contact-note>span { color:var(--gold); }
.contact-note p { margin:0; }.contact-note strong { color:white; }
.contact-form { background:white; color:var(--ink); padding:42px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:25px; }
.contact-form label { display:block; margin-bottom:24px; color:#51626a; font-size:9px; font-weight:700; letter-spacing:.14em; }
.contact-form input,.contact-form select,.contact-form textarea { display:block; width:100%; margin-top:9px; padding:12px 0; border:0; border-bottom:1px solid #bdc9cd; border-radius:0; background:transparent; color:var(--ink); font:14px "DM Sans"; outline:none; resize:vertical; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-bottom-color:var(--teal-dark); }
.contact-form textarea::placeholder { color:#96a5aa; }
.form-fine { margin:14px 0 0; color:#819097; font-size:10px; }
.hidden { position:absolute!important; left:-9999px!important; }
.footer { padding:55px 0 35px; background:#091d2b; color:white; }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr .7fr; gap:40px; align-items:start; }
.footer-grid>p { margin:2px 0; color:#8ca4ae; font-size:12px; }
.footer-links { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.footer-links a { color:#b6c8ce; font-size:12px; text-decoration:none; }
.copyright { grid-column:1/-1; border-top:1px solid rgba(255,255,255,.12); padding-top:24px; margin-top:15px!important; }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button{transition:none} }
@media (max-width:900px) {
  :root { --shell:min(100% - 36px, 720px); }
  .nav-wrap { height:72px; }.menu-button{display:block}.site-nav{position:fixed;inset:72px 0 auto;background:var(--navy);display:none;flex-direction:column;align-items:flex-start;padding:28px 24px 35px;gap:22px}.site-nav.open{display:flex}.nav-cta{width:100%;text-align:center}
  .hero-grid{grid-template-columns:1fr;padding-top:125px;padding-bottom:130px;min-height:auto;gap:35px}.hero-visual{min-height:350px}.hero h1{font-size:clamp(45px,12vw,72px)}.trust-grid{grid-template-columns:1fr 1fr;gap:12px;padding-block:18px}.trust-grid span:not(:first-child){padding-left:0;border:0}.trust-strip{position:relative}
  .section{padding:90px 0}.section-head,.work-heading,.approach-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:40px}.service-grid{grid-template-columns:1fr}.work-heading .eyebrow{margin:0}.work-heading>p:last-child{margin:0}.case{grid-template-columns:45px 1fr;gap:20px;padding:35px 0}.case-meta{grid-column:2}.case-body{grid-column:2}.case-tag{grid-column:2;justify-self:start}.approach-sticky{position:static}.contact-form{padding:30px}.footer-grid{grid-template-columns:1fr 1fr}.copyright{grid-column:1/-1}
}
@media (max-width:560px) {
  :root { --shell:calc(100% - 28px); }.brand strong{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-visual{min-height:310px}.signal-card-main{right:0;padding:26px}.signal-card strong{font-size:26px}.orbit-one{width:300px;height:300px}.orbit-two{width:220px;height:220px}.chip-one{right:3%}.chip-two{bottom:25px}.chip-three{display:none}.trust-grid{font-size:8px}.service-card{padding:35px 26px;min-height:auto}.service-card ul{grid-template-columns:1fr}.field-row{grid-template-columns:1fr;gap:0}.contact-form{padding:26px 20px}.footer-grid{grid-template-columns:1fr}.footer-links{max-width:190px}
}
