:root {
  --ink: #10251d;
  --ink-2: #18392b;
  --forest: #1d4936;
  --leaf: #8bc45f;
  --leaf-light: #cceaa3;
  --mint: #e8f0e8;
  --paper: #f6f6ef;
  --white: #fff;
  --muted: #5e7168;
  --line: #d8e0d9;
  --shadow: 0 20px 60px rgba(16, 37, 29, .12);
  --radius: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.62; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 999; background: var(--white); padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--forest); text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 800; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--leaf); }
.section { padding: 104px 0; }
.section-sm { padding: 72px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-mint { background: var(--mint); }
.section-kicker { margin-bottom: 16px; }
h1,h2,h3,h4 { line-height: 1.08; margin: 0 0 18px; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.25rem); max-width: 940px; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }
p { margin: 0 0 18px; }
.lead { font-size: clamp(1.1rem, 1.8vw, 1.35rem); color: var(--muted); max-width: 760px; }
.section-dark .lead, .section-dark .muted { color: #b9c8c0; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border-radius: 10px; font-weight: 800; border: 1px solid transparent; transition: .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--leaf); color: #10251d; box-shadow: 0 12px 26px rgba(139,196,95,.25); }
.btn-primary:hover { background: #9fd574; }
.btn-secondary { border-color: rgba(255,255,255,.32); color: var(--white); background: rgba(255,255,255,.04); }
.btn-outline { border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--white); }
.arrow::after { content: "→"; font-size: 1.2em; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(216,224,217,.7); background: rgba(246,246,239,.9); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; align-items: center; min-height: 82px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { width: 43px; height: auto; flex: 0 0 auto; }
.brand-copy { line-height: 1.05; }
.brand-copy strong { display: block; font-size: 1rem; letter-spacing: -.02em; }
.brand-copy span { display: block; margin-top: 4px; color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: .61rem; font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { position: relative; font-size: .92rem; font-weight: 700; color: #3a5046; }
.main-nav a:not(.btn)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px; background: var(--leaf); transition: .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.main-nav .btn { min-height: 43px; padding: 0 17px; color: var(--ink); }
.menu-toggle { display: none; margin-left: 14px; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--white); border-radius: 9px; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content:""; display:block; width:20px; height:2px; background:var(--ink); margin:5px auto; transition:.2s; }
.hero { position: relative; overflow: hidden; background: #031512; color: var(--white); padding: 78px 0 68px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 5%, rgba(94,154,69,.22), transparent 34%), radial-gradient(circle at 78% 28%, rgba(92,155,71,.16), transparent 30%), radial-gradient(circle at 82% 72%, rgba(92,155,71,.10), transparent 26%), linear-gradient(90deg, rgba(3,21,18,.98), rgba(3,21,18,.91)); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 30px; align-items: center; }
.hero h1 { font-size: clamp(3.3rem, 6vw, 5.75rem); max-width: 650px; }
.hero h1 span { color: var(--leaf-light); }
.hero .lead { color: #c8d5cd; max-width: 700px; }
.hero-art { position: relative; display: flex; justify-content: flex-end; align-items: center; overflow: visible; min-height: 560px; }
.hero-art img { width: min(145%, 930px); max-width: none; transform: translateX(10%); filter: drop-shadow(0 28px 54px rgba(0,0,0,.26)); }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 35px; color: #c2d0c8; font-size: .89rem; }
.hero-note .line { width: 42px; height: 1px; background: var(--leaf); }
.proof-strip { background: #061d17; color: var(--white); border-top: 1px solid rgba(139,196,95,.45); border-bottom: 1px solid rgba(139,196,95,.18); }
.proof-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.proof-item { min-height: 190px; padding: 28px 22px 25px; border-right: 1px solid rgba(255,255,255,.14); }
.proof-item:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.proof-item small { display: block; margin-top: 15px; text-transform: uppercase; color: var(--leaf); letter-spacing: .12em; font-size: .67rem; font-weight: 800; }
.proof-item strong { display: block; margin-top: 6px; color: var(--white); font-size: 1.08rem; line-height: 1.15; }
.stage-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(139,196,95,.7); border-radius: 50%; color: var(--leaf); font-size: 1.45rem; line-height: 1; }
.stage-copy { display: block; margin-top: 12px; color: #bdcbc4; font-size: .84rem; line-height: 1.45; }
.split { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: start; }
.split-balanced { grid-template-columns: 1fr 1fr; align-items: center; }
.big-statement { max-width: 920px; }
.big-statement p { font-size: clamp(1.55rem, 3vw, 2.55rem); line-height: 1.28; letter-spacing: -.025em; }
.big-statement strong { color: var(--forest); }
.check-list { display: grid; gap: 16px; list-style: none; padding: 0; margin: 28px 0 0; }
.check-list li { display: grid; grid-template-columns: 25px 1fr; gap: 11px; }
.check-list li::before { content: "✓"; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--leaf-light); color: var(--ink); font-weight: 900; font-size: .8rem; }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 48px; }
.card { position: relative; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: .25s ease; overflow: hidden; }
.card-wide { grid-column: 1 / -1; display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:24px; }
.card-wide .card-number { margin-bottom:0; }
.card-wide h3 { margin-bottom:8px; }
.card-wide p { margin:0; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.card-number { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: var(--mint); color: var(--forest); font-weight: 900; margin-bottom: 26px; }
.card p { color: var(--muted); }
.card-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 12px; font-weight: 800; color: var(--forest); }
.card-link::after { content: "→"; }
.process { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 56px; border-top: 1px solid rgba(255,255,255,.19); }
.process-step { position: relative; padding: 32px 24px 0 0; }
.process-step::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 7px rgba(139,196,95,.12); }
.process-step small { color: var(--leaf-light); font-weight: 800; letter-spacing: .1em; }
.process-step h3 { margin-top: 12px; color: var(--white); }
.process-step p { color: #afc0b7; font-size: .94rem; }
.experience-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; margin-top: 48px; }
.case-panel { background: var(--ink); color: var(--white); padding: 18px; border-radius: 24px; min-height: 490px; display: flex; flex-direction: column; overflow: hidden; }
.case-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: auto; }
.tag { display: inline-flex; border: 1px solid rgba(255,255,255,.2); padding: 7px 11px; border-radius: 999px; color: #c9d6cf; font-size: .75rem; font-weight: 700; }
.case-panel h3 { font-size: clamp(2rem, 3vw, 3rem); margin-top: 10px; }
.case-panel p { color: #b9c8c0; max-width: 630px; }
.case-panel-image { width: 100%; aspect-ratio: 16 / 8.2; object-fit: cover; object-position: center; border-radius: 16px; display: block; }
.case-panel-content { padding: 18px 12px 10px; }
.case-panel-content .btn { margin-top: 8px; }

.case-list { display: grid; gap: 18px; }
.case-item { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.5); }
.case-item small { color: var(--forest); font-weight: 900; letter-spacing: .1em; }
.case-item h3 { margin-top: 10px; margin-bottom: 9px; }
.case-item p { color: var(--muted); font-size: .94rem; }
.system-map { background: var(--white); border: 1px solid var(--line); border-radius: 22px; padding: 25px; box-shadow: var(--shadow); }
.system-map-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.system-chip { min-height: 112px; border-radius: 14px; background: var(--mint); padding: 19px; display: flex; flex-direction: column; justify-content: space-between; }
.system-chip strong { font-size: 1.12rem; }
.system-chip span { color: var(--muted); font-size: .84rem; }
.quote { border-left: 3px solid var(--leaf); padding-left: 24px; font-size: 1.38rem; letter-spacing: -.02em; }
.about-card { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--white); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; }
.about-card .image-wrap { min-height: 520px; background: var(--ink); }
.about-card .image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.about-copy { padding: 56px; align-self: center; }
.initials-note { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: .82rem; margin-top: 14px; }
.insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 45px; }
.insight { border: 1px solid var(--line); background: var(--white); border-radius: 18px; overflow: hidden; }
.insight-top { min-height: 165px; padding: 24px; background: var(--ink); color: var(--leaf-light); display: flex; align-items: flex-end; position: relative; overflow: hidden; }
.insight-top::before { content:""; position:absolute; width:170px; height:170px; border:1px solid rgba(204,234,163,.25); border-radius:50%; right:-40px; top:-70px; box-shadow:0 0 0 28px rgba(204,234,163,.04),0 0 0 55px rgba(204,234,163,.035); }
.insight-top span { position: relative; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .72rem; }
.insight-body { padding: 26px; }
.insight-body p { color: var(--muted); font-size: .94rem; }
.cta-band { position: relative; overflow: hidden; background: var(--forest); color: var(--white); padding: 72px 0; }
.cta-band::after { content:""; position:absolute; width:480px;height:480px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-180px;top:-210px;box-shadow:0 0 0 70px rgba(255,255,255,.03),0 0 0 140px rgba(255,255,255,.02); }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.cta-grid h2 { max-width: 760px; margin: 0; }
.site-footer { background: #081913; color: #d3ded8; padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.footer-brand { max-width: 440px; }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand p { color: #9cafA5; margin-top: 24px; }
.footer-title { color: var(--white); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 900; margin-bottom: 18px; }
.footer-links { display: grid; gap: 10px; color: #aebfb6; }
.footer-links a:hover { color: var(--leaf-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #84998e; font-size: .82rem; }
.page-hero { background: var(--ink); color: var(--white); padding: 92px 0; position: relative; overflow: hidden; }
.page-hero::after { content:"";position:absolute; width:620px;height:620px;border:1px solid rgba(139,196,95,.12);border-radius:50%;right:-210px;top:-350px;box-shadow:0 0 0 90px rgba(139,196,95,.025),0 0 0 180px rgba(139,196,95,.02); }
.page-hero .container { position:relative;z-index:1; }
.page-hero h1 { max-width: 1000px; font-size: clamp(3.1rem, 7vw, 6rem); }
.page-hero .lead { color: #bfcec6; }
.service-detail { display: grid; grid-template-columns: .36fr .64fr; gap: 60px; padding: 50px 0; border-top: 1px solid var(--line); }
.service-detail:first-child { border-top: 0; }
.service-detail .index { font-size: .83rem; color: var(--forest); font-weight: 900; letter-spacing: .12em; }
.service-detail ul { columns: 2; column-gap: 40px; padding-left: 20px; color: var(--muted); }
.service-detail li { break-inside: avoid; margin-bottom: 10px; }
.engagements { display: grid; gap: 26px; }
.engagement { display: grid; grid-template-columns: 220px 1fr; gap: 42px; border-top: 1px solid var(--line); padding-top: 34px; }
.engagement-label { font-weight: 900; color: var(--forest); }
.engagement h2 { font-size: clamp(1.8rem, 3vw, 2.65rem); }
.data-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0; }
.data-pill { background: var(--mint); border-radius: 999px; padding: 8px 12px; font-size: .8rem; font-weight: 800; }
.contact-grid { display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:start; }
.contact-panel { position:sticky;top:120px; }
.contact-method { border-top:1px solid var(--line);padding:20px 0; }
.contact-method strong { display:block;margin-bottom:4px; }
.contact-form { background:var(--white);border:1px solid var(--line);border-radius:24px;padding:38px;box-shadow:var(--shadow); }
.form-grid { display:grid;grid-template-columns:repeat(2,1fr);gap:18px; }
.field { display:grid;gap:7px; }
.field.full { grid-column:1/-1; }
.field label { font-weight:800;font-size:.87rem; }
.field input,.field select,.field textarea { width:100%;border:1px solid #cfd9d1;background:#fbfcf9;border-radius:10px;padding:13px 14px;color:var(--ink);outline:none; }
.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--leaf);box-shadow:0 0 0 4px rgba(139,196,95,.14); }
.field textarea { min-height:150px;resize:vertical; }
.honeypot { position:absolute;left:-9999px; }
.form-note { color:var(--muted);font-size:.8rem;margin-top:14px; }
.article-shell { max-width:830px;margin:0 auto; }
.article-meta { color:var(--muted);font-size:.86rem;margin-bottom:35px; }
.article-content h2 { margin-top:50px;font-size:2rem; }
.article-content h3 { margin-top:34px; }
.article-content p,.article-content li { color:#3f564b; }
.article-content blockquote { margin:35px 0;padding:25px 30px;border-left:4px solid var(--leaf);background:var(--mint);font-size:1.2rem; }
.breadcrumb { font-size:.82rem;color:#b6c8be;margin-bottom:24px; }
.breadcrumb a { color:var(--leaf-light); }
.notice { padding:18px 20px;border-radius:12px;background:var(--mint);border:1px solid #cadcc7;color:#294336; }
.legal { max-width:900px; }
.legal h2 { margin-top:42px;font-size:1.8rem; }
@media (max-width: 980px) {
  .main-nav { position:fixed; inset:82px 0 auto; background:var(--paper); border-bottom:1px solid var(--line); padding:22px 20px 28px; display:none; flex-direction:column; align-items:stretch; gap:16px; }
  .main-nav.open { display:flex; }
  .main-nav a { padding:7px 0; }
  .main-nav .btn { margin-top:5px; }
  .menu-toggle { display:block; }
  .hero-grid,.split,.split-balanced,.experience-grid,.contact-grid { grid-template-columns:1fr; }
  .hero-art { max-width:760px;margin:20px auto 0; justify-content:center; min-height:auto; }
  .proof-grid { grid-template-columns:repeat(2,1fr); }
  .proof-item { border-left:1px solid var(--line); border-bottom:1px solid var(--line); }
  .proof-item:last-child { grid-column:1/-1; border-bottom:0; }
  .process { grid-template-columns:repeat(2,1fr); gap:35px 0; }
  .about-card { grid-template-columns:1fr; }
  .about-card .image-wrap { max-height:650px; }
  .insight-grid { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1.3fr 1fr; }
  .footer-grid > :last-child { grid-column:1/-1; }
  .contact-panel { position:static; }
}
@media (max-width: 680px) {
  .container { width:min(calc(100% - 28px),var(--max)); }
  .section { padding:76px 0; }
  .hero { padding:65px 0 55px; }
  .hero h1 { font-size:clamp(2.75rem,13vw,4rem); }
  .brand-copy span { display:none; }
  .proof-grid,.cards,.process,.insight-grid,.system-map-grid,.form-grid { grid-template-columns:1fr; }
  .proof-item:last-child,.card-wide { grid-column:auto; }
  .card-wide { display:block; }
  .card-wide .card-number { margin-bottom:26px; }
  .card-wide p { margin-bottom:18px; }
  .proof-item,.proof-item:nth-child(3) { border-left:1px solid var(--line); border-bottom:1px solid var(--line); }
  .proof-item:last-child { border-bottom:0; }
  .case-panel { padding:30px;min-height:430px; }
  .about-copy { padding:34px 25px; }
  .cta-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr;gap:36px; }
  .footer-grid > :last-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
  .service-detail,.engagement { grid-template-columns:1fr;gap:16px; }
  .service-detail ul { columns:1; }
  .contact-form { padding:25px 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none!important;animation:none!important; } }


/* ICC stacked brand lockup supplied for the reverted full-width design */
.nav-wrap { min-height: 104px; }
.brand.brand-lockup { gap: 0; line-height: 0; }
.brand.brand-lockup img { width: 220px; height: auto; max-width: none; }
.site-footer .brand.brand-lockup img { width: 220px; height: auto; }
@media (max-width: 980px) {
  .nav-wrap { min-height: 92px; }
  .brand.brand-lockup img { width: 190px; }
}
@media (max-width: 620px) {
  .brand.brand-lockup img { width: 166px; }
}
@media (max-width: 980px) {
  .main-nav { inset: 92px 0 auto; }
}
.site-header { background: rgba(255,255,255,.96); }


/* Exact approved homepage snapshot */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.home-snapshot {
  position: relative;
  width: 100%;
  background: #061c14;
  overflow: hidden;
}
.home-snapshot > img {
  display: block;
  width: 100%;
  height: auto;
}
.home-hotspot {
  position: absolute;
  z-index: 3;
  display: block;
  border-radius: 10px;
}
.home-hotspot:focus-visible {
  outline: 3px solid #8bc45f;
  outline-offset: 3px;
  background: rgba(139,196,95,.08);
}
.hotspot-logo { left: 2.6%; top: 1.2%; width: 14.5%; height: 9.2%; }
.hotspot-services { left: 47.6%; top: 2.7%; width: 6.4%; height: 5.8%; }
.hotspot-experience { left: 54.4%; top: 2.7%; width: 8.1%; height: 5.8%; }
.hotspot-about { left: 63.1%; top: 2.7%; width: 5.4%; height: 5.8%; }
.hotspot-insights { left: 69.4%; top: 2.7%; width: 6.2%; height: 5.8%; }
.hotspot-contact-top { left: 75.8%; top: 2.4%; width: 13.3%; height: 6.3%; }
.hotspot-contact-hero { left: 3.3%; top: 57.1%; width: 16.2%; height: 6.8%; }
.hotspot-services-hero { left: 20.0%; top: 57.1%; width: 14.8%; height: 6.8%; }

@media (min-width: 801px) {
  body.home > .site-header,
  body.home .home-live {
    display: none !important;
  }
  body.home .home-snapshot {
    display: block;
  }
}

@media (max-width: 800px) {
  body.home .home-snapshot {
    display: none;
  }
  body.home > .site-header {
    display: block;
  }
  body.home .home-live {
    display: block;
  }
}

/* Hero layout refinement: wider content canvas, no overlap between copy and artwork */
@media (min-width: 981px) {
  .hero .container,
  .proof-strip .container {
    width: min(calc(100% - 72px), 1420px);
  }
  .hero-grid {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 64px;
  }
  .hero h1 {
    max-width: 700px;
    font-size: clamp(3.45rem, 5.25vw, 5.55rem);
  }
  .hero .lead {
    max-width: 640px;
  }
  .hero-art {
    min-width: 0;
    min-height: 520px;
    justify-content: center;
    overflow: hidden;
  }
  .hero-art img {
    width: 100%;
    max-width: 720px;
    transform: none;
    margin-inline: auto;
  }
}
