
:root, .dark { --background:#101e2a; --foreground:#f7f9fa; --card:#172b39; --card-foreground:#f7f9fa; --primary:#d5f45b; --primary-foreground:#101e2a; --secondary:#253b48; --secondary-foreground:#f7f9fa; --muted:#253b48; --muted-foreground:#bac7cf; --accent:#d5f45b; --accent-foreground:#101e2a; --border:#344550; --input:#344550; --ring:#d5f45b; --radius:.4rem; }
:root { --font-geist-sans: 'Geist'; --font-geist-mono: 'Courier New'; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:40px; }
body { margin:0; background:var(--background); color:var(--foreground); font-family:var(--font-geist-sans),Arial,Helvetica,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; -webkit-tap-highlight-color:transparent; }
a:focus-visible { outline:3px solid #94b40f; outline-offset:6px; border-radius:2px; }
::selection { background:#d5f45b; color:#101e2a; }
.wrap { width:min(1320px,calc(100% - 112px)); margin-inline:auto; }
.skip-link { position:fixed; top:-100px; left:20px; z-index:100; padding:15px 24px; background:var(--primary); color:var(--background); }
.skip-link:focus { top:15px; }
.site-header { border-bottom:1px solid var(--border); }
.header-inner { display:flex; justify-content:space-between; align-items:center; gap:30px; min-height:102px; }
.brand { display:inline-flex; align-items:center; gap:11px; font-size:31px; font-weight:650; letter-spacing:-1.7px; line-height:1; }
.brand-symbol { display:grid; place-items:center; width:40px; height:40px; border:1px solid var(--primary); border-radius:50%; color:var(--primary); }
.brand-symbol svg { width:26px; height:26px; transform:rotate(-35deg); }
.brand-dot { color:var(--primary); }
nav { display:flex; align-items:center; gap:38px; font-size:15px; }
nav a { min-height:44px; display:inline-flex; align-items:center; transition:color .2s; }
nav a:hover { color:var(--primary); }
nav .nav-contact { color:var(--primary); gap:21px; border-bottom:1px solid var(--primary); }
.hero { padding-top:66px; }
.eyebrow { display:flex; gap:10px; align-items:center; font-size:12px; font-weight:600; letter-spacing:1.5px; line-height:1.5; margin:0; }
.status-dot { width:7px; height:7px; border-radius:50%; background:var(--primary); flex:none; }
.hero-grid { display:grid; grid-template-columns:1.8fr 1fr; align-items:end; gap:54px; margin:25px 0 45px; }
h1,h2,h3,p { margin-top:0; }
h1 { font-size:clamp(42px,4.65vw,70px); line-height:1.08; letter-spacing:-2.7px; font-weight:500; margin-bottom:0; }
h1 span { color:var(--primary); }
.hero-intro { max-width:370px; padding-bottom:5px; }
.hero-intro p { font-size:17px; color:#c0cbd2; line-height:1.7; margin-bottom:22px; }
.text-link { display:inline-flex; gap:23px; align-items:center; font-size:14px; font-weight:500; min-height:44px; }
.text-link:hover { color:var(--primary); }
.hero-visual { height:clamp(290px,28vw,420px); position:relative; isolation:isolate; overflow:hidden; background:#25404c; }
.hero-photo { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 57%; z-index:-2; }
.hero-visual::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgb(10 24 32 / 85%),rgb(10 24 32 / 4%) 80%); z-index:-1; }
.visual-caption { position:absolute; left:40px; bottom:35px; }
.visual-caption>span { font-size:12px; letter-spacing:1.5px; font-weight:600; color:#e3eaee; }
.visual-caption p { font-size:clamp(24px,2.5vw,37px); line-height:1.18; letter-spacing:-.8px; margin:16px 0 0; }
.visual-cta { position:absolute; right:35px; bottom:35px; display:grid; place-items:center; width:63px; height:63px; border-radius:50%; background:var(--primary); color:var(--background); transition:transform .2s; }
.visual-cta svg { width:29px; height:29px; }
.visual-cta:hover { transform:translate(3px,-3px); }
.sectors { display:grid; grid-template-columns:1fr 3fr; gap:25px; align-items:start; padding-block:33px 43px; }
.sectors h2 { font-size:14px; font-weight:400; color:#b7c5ce; margin:2px 0 0; }
.sectors ul { list-style:none; display:flex; flex-wrap:wrap; gap:16px 32px; justify-content:flex-end; margin:0; padding:0; font-size:14px; }
.sectors li { display:flex; gap:13px; align-items:center; }
.sectors li::before { content:'+'; color:var(--primary); font-size:20px; line-height:1; }
.services { background:#f5f7f6; color:#102a37; padding-block:91px 82px; }
.section-heading { display:grid; grid-template-columns:1.5fr 1fr; gap:100px; align-items:end; margin-bottom:58px; }
.section-heading .eyebrow { margin-bottom:22px; color:#48606b; }
.section-heading h2 { font-size:clamp(33px,3.5vw,51px); line-height:1.12; letter-spacing:-1.7px; font-weight:500; margin-bottom:0; }
.section-heading>p { font-size:17px; line-height:1.75; color:#52656e; margin-bottom:0; max-width:400px; }
.service-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); border-top:1px solid #cbd4d5; }
.service { display:grid; grid-template-columns:40px 1fr; gap:25px; padding:36px 39px 37px 0; border-bottom:1px solid #cbd4d5; min-height:248px; }
.service:nth-child(even) { padding-left:39px; padding-right:0; border-left:1px solid #cbd4d5; }
.service-top { display:flex; flex-direction:column; gap:23px; align-items:flex-start; }
.service-number { font-family:var(--font-geist-mono),monospace; font-size:12px; color:#576d76; }
.service-top svg { color:#667f84; }
.service-label { font-size:12px; font-weight:600; letter-spacing:.9px; color:#526970; margin-bottom:11px; line-height:1.5; }
.service h3 { font-size:clamp(23px,2.1vw,29px); font-weight:500; letter-spacing:-.8px; line-height:1.2; margin-bottom:15px; }
.service-description { font-size:16px; line-height:1.7; color:#52656e; margin-bottom:0; max-width:430px; }
.service.service-featured { background:var(--primary); padding-right:28px; border-bottom-color:#b9ce66; }
.service-featured .service-label,.service-featured .service-description,.service-featured .service-number,.service-featured .service-top svg { color:#304b26; }
.service-bridge { background:#e6ece9; padding:35px 39px; display:flex; flex-direction:column; align-items:flex-start; justify-content:space-between; border-left:1px solid #cbd4d5; border-bottom:1px solid #cbd4d5; }
.service-bridge>svg { color:#567459; }
.service-bridge p { font-size:25px; line-height:1.23; letter-spacing:-.7px; margin:18px 0 22px; }
.service-bridge a { display:inline-flex; gap:18px; align-items:center; font-size:14px; min-height:44px; }
.service-bridge a:hover { text-decoration:underline; text-underline-offset:5px; }
.contact { padding-block:93px 103px; }
.contact .eyebrow { color:#c0cbd2; margin-bottom:28px; }
.contact-grid { display:grid; grid-template-columns:1.45fr 1fr; gap:80px; align-items:end; }
.contact h2 { font-size:clamp(35px,3.8vw,56px); font-weight:500; letter-spacing:-2px; line-height:1.12; margin-bottom:0; }
.contact h2 span { color:var(--primary); }
.contact-grid>div>p { font-size:17px; color:#c0cbd2; line-height:1.7; max-width:410px; margin-bottom:25px; }
.email-link { display:inline-flex; align-items:center; gap:22px; font-size:clamp(20px,2.15vw,30px); letter-spacing:-.8px; padding:6px 0 10px; border-bottom:1px solid #91a0a8; }
.email-link:hover { color:var(--primary); }
.email-link svg { flex:none; }
.contact-links { display:flex; flex-direction:column; align-items:flex-start; gap:17px; }
.phone-link { display:inline-flex; align-items:center; gap:22px; min-height:44px; font-size:23px; letter-spacing:-.4px; }
.phone-link:hover { color:var(--primary); }
.phone-link svg { flex:none; }
.site-footer { display:flex; gap:35px; align-items:center; border-top:1px solid var(--border); min-height:114px; padding-block:25px; }
.site-footer .brand { font-size:24px; letter-spacing:-1.2px; }
.site-footer .brand-symbol { width:32px; height:32px; }
.site-footer .brand-symbol svg { width:22px; height:22px; }
.site-footer p,.site-footer>span { font-size:12px; color:#b5c4cc; margin:0; }
.site-footer>span { margin-left:auto; }
@media(max-width:1100px) {
  .wrap { width:calc(100% - 72px); } .hero-grid { grid-template-columns:1.5fr 1fr; gap:30px; }
  h1 { font-size:clamp(38px,4.8vw,60px); letter-spacing:-2px; } .hero-intro p { font-size:16px; }
  .sectors { grid-template-columns:1fr; gap:20px; } .sectors ul { justify-content:flex-start; }
  .section-heading { gap:60px; } .service { grid-template-columns:28px 1fr; gap:19px; padding-right:27px; }
  .service:nth-child(even) { padding-left:27px; } .contact-grid { gap:40px; }
}
@media(max-width:760px) {
  .wrap { width:calc(100% - 40px); } .header-inner { min-height:85px; gap:20px; flex-wrap:wrap; padding-block:20px; }
  .brand { font-size:28px; } .brand-symbol { width:34px; height:34px; }
  nav { gap:20px; font-size:14px; flex-wrap:wrap; } nav .nav-contact { gap:7px; }
  .hero { padding-top:39px; } .hero-grid { grid-template-columns:1fr; gap:24px; margin-top:24px; margin-bottom:28px; }
  h1 { font-size:clamp(36px,7.6vw,57px); line-height:1.1; letter-spacing:-1.8px; }
  .hero-intro { max-width:550px; } .hero-intro p { margin-bottom:13px; } .hero-visual { height:315px; }
  .visual-caption { left:24px; bottom:29px; } .visual-caption p { font-size:29px; }
  .visual-cta { width:48px; height:48px; right:20px; bottom:26px; }
  .sectors { padding-block:25px 35px; } .sectors ul { gap:18px 22px; }
  .services { padding-block:58px 45px; } .section-heading { grid-template-columns:1fr; gap:24px; margin-bottom:31px; }
  .section-heading h2 { font-size:39px; } .section-heading>p { max-width:550px; font-size:16px; }
  .service-grid { grid-template-columns:1fr; } .service,.service:nth-child(even) { padding:30px 0; border-left:0; gap:17px; min-height:auto; grid-template-columns:31px 1fr; }
  .service h3 { font-size:27px; } .service.service-featured { padding:28px 18px; }
  .service-bridge { padding:28px 25px; border-left:0; } .contact { padding-block:57px 62px; }
  .contact-grid { grid-template-columns:1fr; gap:28px; } .contact h2 { font-size:40px; letter-spacing:-1.5px; }
  .contact-grid>div>p { max-width:550px; font-size:16px; } .email-link { font-size:25px; gap:18px; }
  .site-footer { flex-wrap:wrap; gap:18px 30px; min-height:130px; } .site-footer p { flex-basis:100%; order:3; }
}
@media(max-width:420px) {
  .header-inner { gap:15px; } nav { width:100%; justify-content:space-between; gap:12px; }
  .eyebrow { font-size:12px; letter-spacing:.6px; } h1 { font-size:35px; }
  .contact h2,.section-heading h2 { font-size:34px; } .visual-caption p { font-size:25px; }
  .visual-caption>span { font-size:12px; letter-spacing:.5px; } .visual-cta { bottom:24px; right:16px; width:43px; height:43px; }
  .email-link { font-size:22px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none !important; } }
