:root {
  --ink: #071c24;
  --ink-2: #0d2b35;
  --paper: #f3f1ea;
  --paper-2: #e9e7df;
  --white: #ffffff;
  --mint: #8fffd2;
  --mint-2: #5be6b3;
  --line: rgba(7, 28, 36, 0.15);
  --muted: #607079;
  --blue: #c9e7ed;
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, Helvetica, sans-serif; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { background: var(--mint); color: var(--ink); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7,28,36,.98); color: white; box-shadow: 0 12px 38px rgba(1,15,20,.1); backdrop-filter: blur(18px); }
.utility-bar { height: 31px; border-bottom: 1px solid rgba(255,255,255,.075); background: #05171e; }
.utility-inner { width: min(1440px, calc(100% - 64px)); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.utility-status { display: flex; align-items: center; gap: 9px; color: #718a90; font: 700 8px/1 ui-monospace, monospace; letter-spacing: .13em; text-transform: uppercase; }
.utility-status i { width: 5px; height: 5px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 8px rgba(143,255,210,.7); }
.utility-inner nav { height: 100%; display: flex; align-items: center; }
.utility-inner nav a { height: 100%; padding: 0 14px; display: flex; align-items: center; color: #718a90; border-left: 1px solid rgba(255,255,255,.065); font-size: 9px; font-weight: 650; }
.utility-inner nav a:hover { color: var(--mint); }
.header-inner { width: min(1440px, calc(100% - 64px)); height: 83px; margin: 0 auto; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand-logo { width: 218px; height: auto; display: block; }
.desktop-nav { display: flex; align-items: center; gap: 4px; margin: 0 auto; height: 100%; }
.desktop-nav > a, .nav-group > summary { position: relative; height: 83px; padding: 0 15px; display: flex; align-items: center; gap: 8px; color: #dce6e8; font-size: 13px; font-weight: 650; cursor: pointer; list-style: none; transition: color .2s ease, background .2s ease; }
.desktop-nav > a::after, .nav-group > summary::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 0; height: 2px; transform: scaleX(0); background: var(--mint); transition: transform .2s ease; }
.desktop-nav > a:hover, .nav-group > summary:hover { color: var(--mint); background: rgba(143,255,210,.035); }
.desktop-nav > a:hover::after, .nav-group > summary:hover::after, .nav-group[open] > summary::after { transform: scaleX(1); }
.nav-index { color: #5e7a81; font: 700 7px/1 ui-monospace, monospace; transform: translateY(-9px); }
.nav-chevron { width: 7px; height: 7px; margin-left: 2px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.nav-group { position: relative; height: 100%; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group[open] summary { color: var(--mint); }
.nav-group[open] .nav-chevron { transform: translateY(2px) rotate(225deg); }
.nav-group[open]::after { content: ""; position: fixed; inset: 114px 0 0; z-index: -2; background: rgba(1,12,16,.54); backdrop-filter: blur(2px); pointer-events: none; }
.mega-panel { position: fixed; top: 114px; left: 0; right: 0; color: var(--ink); background: #f7f6f1; border-top: 1px solid rgba(143,255,210,.3); box-shadow: 0 34px 80px rgba(0,0,0,.28); }
.mega-inner { width: min(1440px, calc(100% - 64px)); min-height: 405px; margin: 0 auto; display: grid; grid-template-columns: .76fr 1.45fr .72fr; }
.mega-intro { padding: 46px 50px 42px 0; border-right: 1px solid var(--line); }
.mega-intro > span { color: #31745e; font: 800 9px/1 ui-monospace, monospace; letter-spacing: .16em; }
.mega-intro h2 { max-width: 360px; margin: 20px 0 17px; font-size: 34px; line-height: 1.06; letter-spacing: -.04em; font-weight: 610; }
.mega-intro p { max-width: 360px; margin: 0; color: #62747a; font-size: 13px; line-height: 1.7; }
.mega-intro > a { display: inline-flex; align-items: center; gap: 14px; margin-top: 33px; padding-bottom: 7px; color: var(--ink); border-bottom: 1px solid rgba(7,28,36,.28); font-size: 11px; font-weight: 750; }
.mega-intro > a:hover { color: #167458; border-color: #167458; }
.mega-intro > a b { color: #1f7b60; }
.mega-links { padding: 25px 26px; display: grid; grid-template-columns: repeat(2, 1fr); align-content: center; border-right: 1px solid var(--line); }
.mega-links > a { min-height: 102px; padding: 20px 18px; display: grid; grid-template-columns: 31px 1fr 15px; gap: 8px; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s ease, color .2s ease; }
.mega-links > a:nth-last-child(-n+2) { border-bottom: 0; }
.mega-links > a:nth-child(odd) { border-right: 1px solid var(--line); }
.mega-links > a:hover { background: white; }
.mega-links > a > span { align-self: start; padding-top: 3px; color: #2b7b62; font: 750 8px/1 ui-monospace, monospace; }
.mega-links > a div { display: grid; gap: 7px; }
.mega-links strong { font-size: 14px; letter-spacing: -.01em; }
.mega-links small { color: #718086; font-size: 10px; line-height: 1.35; }
.mega-links > a > b { color: #288065; font-size: 11px; opacity: 0; transform: translateX(-5px); transition: .2s ease; }
.mega-links > a:hover > b { opacity: 1; transform: none; }
.mega-aside { position: relative; overflow: hidden; padding: 42px 0 38px 38px; background: #0b2832; color: white; }
.mega-aside::after { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(143,255,210,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(143,255,210,.22) 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(to bottom, #000, transparent 65%); pointer-events: none; }
.mega-aside-label { position: relative; z-index: 2; display: flex; align-items: center; gap: 8px; color: #789197; font: 750 8px/1 ui-monospace, monospace; letter-spacing: .13em; }
.mega-aside-label i { width: 6px; height: 6px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 8px var(--mint); }
.menu-radar { position: relative; z-index: 2; width: 126px; height: 126px; margin: 23px 0 24px; display: grid; place-items: center; border: 1px solid rgba(143,255,210,.28); border-radius: 50%; }
.menu-radar::before, .menu-radar::after { content: ""; position: absolute; background: rgba(143,255,210,.2); }
.menu-radar::before { width: 1px; height: 150px; }
.menu-radar::after { width: 150px; height: 1px; }
.menu-radar > i { position: absolute; border: 1px solid rgba(143,255,210,.25); border-radius: 50%; }
.menu-radar > i:nth-child(1) { width: 92px; height: 92px; }
.menu-radar > i:nth-child(2) { width: 57px; height: 57px; }
.menu-radar > i:nth-child(3) { width: 24px; height: 24px; background: rgba(143,255,210,.12); }
.menu-radar > b { z-index: 2; width: 9px; height: 9px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 13px var(--mint); }
.menu-radar > span { position: absolute; left: 146px; width: 80px; color: #59777e; font: 700 8px/1.5 ui-monospace, monospace; letter-spacing: .09em; }
.mega-aside h3, .mega-aside p, .mega-aside > a { position: relative; z-index: 2; }
.mega-aside h3 { margin: 0 0 9px; font-size: 20px; letter-spacing: -.025em; }
.mega-aside p { max-width: 250px; margin: 0 0 18px; color: #8da4aa; font-size: 11px; line-height: 1.55; }
.mega-aside > a { display: inline-flex; align-items: center; gap: 12px; color: var(--mint); border-bottom: 1px solid rgba(143,255,210,.35); padding-bottom: 6px; font-size: 10px; font-weight: 750; }
.header-action { flex: none; display: flex; align-items: center; gap: 17px; }
.header-action > span { color: #5e7a81; text-align: right; font: 700 7px/1.45 ui-monospace, monospace; letter-spacing: .09em; }
.header-cta { min-height: 45px; padding: 0 17px; display: inline-flex; align-items: center; gap: 13px; background: var(--mint); color: var(--ink); font-size: 11px; font-weight: 750; transition: .2s ease; }
.header-cta:hover { background: white; transform: translateY(-2px); }
.header-cta b { color: #216e57; }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; min-height: 730px; padding: 86px max(32px, calc((100vw - 1320px)/2)) 92px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; background: var(--ink); color: white; }
.hero::before { content: ""; position: absolute; width: 590px; height: 590px; right: -230px; top: -300px; border: 1px solid rgba(143,255,210,.16); border-radius: 50%; box-shadow: 0 0 0 100px rgba(143,255,210,.025), 0 0 0 210px rgba(143,255,210,.02); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: linear-gradient(rgba(143,255,210,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(143,255,210,.18) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, transparent, #000 52%, #000); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--mint); font-size: 12px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: var(--mint); }
.hero h1 { margin: 24px 0 26px; max-width: 760px; font-size: clamp(54px, 5.6vw, 88px); line-height: .97; letter-spacing: -.058em; font-weight: 620; }
.hero h1 em { color: var(--mint); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0; color: #b9c7ca; font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 22px; font-size: 13px; font-weight: 750; letter-spacing: .01em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--mint); color: var(--ink); }
.button.primary:hover { background: white; }
.button.light { background: white; color: var(--ink); }
.button.ghost { border: 1px solid rgba(143,255,210,.55); color: var(--mint); }
.button.ghost:hover { background: var(--mint); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 8px 0; color: white; border-bottom: 1px solid rgba(255,255,255,.28); font-size: 13px; font-weight: 700; }
.text-link:hover { color: var(--mint); border-color: var(--mint); }
.text-link.dark { color: var(--ink); border-color: rgba(7,28,36,.28); }
.text-link.dark:hover { color: #007f61; border-color: #007f61; }
.hero-proof { display: flex; gap: 24px; margin-top: 56px; color: #91a4a9; font-size: 11px; font-weight: 650; letter-spacing: .04em; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: "✓"; display: grid; place-items: center; width: 17px; height: 17px; border: 1px solid rgba(143,255,210,.4); color: var(--mint); font-size: 9px; border-radius: 50%; }

.access-console { position: relative; z-index: 2; width: min(100%, 510px); justify-self: end; border: 1px solid rgba(143,255,210,.32); background: rgba(8,36,44,.9); box-shadow: 0 44px 90px rgba(0,0,0,.3); }
.console-top, .console-footer { display: flex; justify-content: space-between; align-items: center; padding: 13px 16px; border-bottom: 1px solid rgba(255,255,255,.09); color: #91a7ac; font: 600 10px/1 ui-monospace, monospace; letter-spacing: .1em; }
.console-top span, .console-footer span { display: flex; gap: 8px; align-items: center; }
.console-top i, .console-footer i { width: 7px; height: 7px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 10px var(--mint); }
.console-top b { padding: 5px 7px; background: rgba(143,255,210,.12); color: var(--mint); font-size: 9px; }
.identity-card { margin: 22px; padding: 16px; display: flex; align-items: center; gap: 13px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; background: var(--mint); color: var(--ink); font-weight: 800; font-size: 13px; border-radius: 50%; }
.identity-card div { display: grid; gap: 4px; }
.identity-card small, .target-card small { color: #6f8d94; font: 600 8px/1 ui-monospace, monospace; letter-spacing: .12em; }
.identity-card strong { font-size: 13px; }
.identity-card div span { color: #93a9ae; font-size: 10px; }
.identity-card > b { margin-left: auto; color: var(--mint); }
.access-path { position: relative; padding: 2px 22px 12px; display: grid; gap: 0; }
.path-line { position: absolute; left: 42px; top: 25px; bottom: 36px; width: 1px; background: linear-gradient(var(--mint), rgba(143,255,210,.2)); }
.path-step { position: relative; padding: 10px 0; display: grid; grid-template-columns: 41px 1fr auto; align-items: center; gap: 12px; }
.path-step > span { z-index: 1; width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(143,255,210,.34); background: var(--ink-2); color: var(--mint); font: 700 9px/1 ui-monospace, monospace; border-radius: 50%; }
.path-step div { display: grid; gap: 4px; }
.path-step strong { font: 700 11px/1 ui-monospace, monospace; letter-spacing: .09em; }
.path-step small { color: #7f989e; font-size: 10px; }
.path-step > b { color: var(--mint); font-size: 11px; }
.target-card { margin: 0 22px 22px; padding: 15px 16px; display: flex; justify-content: space-between; align-items: center; border-left: 2px solid var(--mint); background: #0b252e; }
.target-card div { display: grid; gap: 6px; }
.target-card strong { color: white; font: 700 12px/1 ui-monospace, monospace; }
.target-card > span { color: var(--mint); font: 700 9px/1 ui-monospace, monospace; }
.console-footer { border-top: 1px solid rgba(255,255,255,.09); border-bottom: 0; }
.console-footer b { color: #6f8d94; }

.signal-strip { min-height: 70px; padding: 18px max(32px, calc((100vw - 1320px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--mint); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .14em; white-space: nowrap; overflow: hidden; }
.signal-strip i { width: 5px; height: 5px; flex: none; border: 1px solid var(--ink); transform: rotate(45deg); }

.intro-section { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 132px 0 142px; display: grid; grid-template-columns: 160px 1.2fr .8fr; gap: 56px; border-bottom: 1px solid var(--line); }
.section-number { padding-top: 8px; color: #809097; font: 700 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.kicker { display: block; margin-bottom: 20px; color: #35745f; font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.kicker.light { color: var(--mint); }
.intro-heading h2, .section-heading h2, .capabilities-intro h2, .process-head h2, .sector-copy h2 { margin: 0; font-size: clamp(38px, 4vw, 60px); line-height: 1.04; letter-spacing: -.045em; font-weight: 610; }
.intro-copy { padding-top: 34px; }
.intro-copy p, .section-heading > p, .process-head > p { margin: 0 0 28px; color: var(--muted); font-size: 16px; line-height: 1.78; }

.capabilities-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 130px max(32px, calc((100vw - 1320px)/2)); background: var(--ink); color: white; }
.capabilities-intro { align-self: start; position: sticky; top: 130px; }
.capabilities-intro p { max-width: 430px; color: #96aaae; font-size: 16px; line-height: 1.75; }
.capability-list { border-top: 1px solid rgba(255,255,255,.16); }
.capability-list article { min-height: 170px; padding: 32px 0; display: grid; grid-template-columns: 70px 220px 1fr; gap: 24px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.16); }
.capability-list article > span { color: var(--mint); font: 700 10px/1 ui-monospace, monospace; }
.capability-list h3 { margin: -5px 0 0; font-size: 25px; font-weight: 620; letter-spacing: -.025em; }
.capability-list p { margin: -3px 0 0; color: #92a7ac; font-size: 14px; line-height: 1.7; }

.services-section, .solutions-section, .resources-section { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 128px 0; }
.section-heading { margin-bottom: 68px; display: flex; align-items: end; justify-content: space-between; gap: 80px; }
.section-heading > p { max-width: 470px; margin-bottom: 4px; }
.section-heading.compact { margin-bottom: 38px; }
.section-heading.compact h2 { font-size: 38px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 390px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.15); transition: background .25s ease, transform .25s ease; }
.service-card:hover { z-index: 2; background: white; transform: translateY(-4px); box-shadow: 0 22px 50px rgba(7,28,36,.08); }
.card-index { color: #87949a; font: 700 10px/1 ui-monospace, monospace; }
.service-symbol { width: 64px; height: 64px; margin: 42px 0 38px; position: relative; display: grid; place-items: center; }
.service-symbol i { position: absolute; border: 1px solid #246855; }
.service-symbol i:nth-child(1) { width: 58px; height: 58px; border-radius: 50%; }
.service-symbol i:nth-child(2) { width: 32px; height: 32px; transform: rotate(45deg); background: rgba(143,255,210,.2); }
.service-symbol i:nth-child(3) { width: 8px; height: 8px; background: #1a7359; border: 0; border-radius: 50%; }
.s2 .service-symbol i:nth-child(1), .s5 .service-symbol i:nth-child(1) { border-radius: 0; transform: rotate(45deg); }
.s3 .service-symbol i:nth-child(2), .s6 .service-symbol i:nth-child(2) { border-radius: 50%; transform: none; }
.service-card h3 { margin: 0 0 12px; font-size: 23px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-card > b { margin-top: auto; padding-top: 28px; font-size: 11px; }
.service-card > b span { margin-left: 8px; color: #28735c; }

.photo-stories-section { padding: 118px max(32px, calc((100vw - 1320px)/2)); background: #092630; color: white; }
.photo-stories-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.photo-stories-heading .kicker { grid-column: 1 / -1; margin-bottom: -30px; }
.photo-stories-heading h2 { max-width: 760px; margin: 0; font-size: clamp(40px, 4vw, 60px); line-height: 1.04; letter-spacing: -.045em; font-weight: 610; }
.photo-stories-heading p { max-width: 510px; margin: 0; color: #9bb0b5; font-size: 15px; line-height: 1.75; }
.photo-stories-grid { display: grid; grid-template-columns: 1.45fr .8fr; grid-template-rows: repeat(2, 290px); gap: 16px; }
.photo-story { position: relative; overflow: hidden; min-height: 0; margin: 0; background: #061a21; }
.photo-story-main { grid-row: 1 / 3; }
.photo-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,15,20,.94), rgba(2,15,20,.04) 62%); pointer-events: none; }
.photo-story img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.76) contrast(1.03); transition: transform .65s ease, filter .4s ease; }
.photo-story:hover img { transform: scale(1.025); filter: saturate(.95) contrast(1.03); }
.photo-story figcaption { position: absolute; z-index: 2; left: 27px; right: 27px; bottom: 24px; display: grid; gap: 6px; }
.photo-story figcaption span { color: var(--mint); font: 750 8px/1 ui-monospace, monospace; letter-spacing: .13em; }
.photo-story figcaption strong { font-size: 20px; letter-spacing: -.025em; }
.photo-story-main figcaption strong { font-size: 28px; }
.photo-story figcaption small { color: #91a7ac; font-size: 10px; }

.process-section { padding: 130px max(32px, calc((100vw - 1320px)/2)); background: var(--paper-2); }
.process-head { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; }
.process-head .kicker { grid-column: 1 / -1; margin-bottom: -26px; }
.process-head > p { max-width: 470px; justify-self: end; }
.process-track { position: relative; margin-top: 88px; display: grid; grid-template-columns: repeat(4, 1fr); }
.process-track::before { content: ""; position: absolute; left: 0; right: 0; top: 38px; height: 1px; background: #9eaaa6; }
.process-track article { position: relative; padding-right: 44px; }
.process-track article > span { color: #5d6f73; font: 700 10px/1 ui-monospace, monospace; }
.process-dot { position: relative; z-index: 1; width: 14px; height: 14px; margin: 25px 0 32px; border: 3px solid var(--paper-2); background: #2c8065; border-radius: 50%; box-shadow: 0 0 0 1px #2c8065; }
.process-track h3 { margin: 0 0 12px; font-size: 23px; }
.process-track p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.solution-table { border-top: 1px solid var(--line); }
.solution-table a { min-height: 110px; padding: 24px 10px; display: grid; grid-template-columns: 80px 310px 1fr 40px; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.solution-table a:hover { padding-left: 24px; background: white; }
.solution-table a > span { color: #75878d; font: 700 10px/1 ui-monospace, monospace; }
.solution-table h3 { margin: 0; font-size: 21px; letter-spacing: -.02em; }
.solution-table p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.solution-table b { color: #2d8065; font-weight: 500; font-size: 18px; }

.sector-section { padding: 130px max(32px, calc((100vw - 1320px)/2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; background: #0c303b; color: white; }
.sector-copy p { max-width: 540px; margin: 26px 0 34px; color: #a6b9bd; font-size: 15px; line-height: 1.8; }
.sector-list { border-top: 1px solid rgba(255,255,255,.17); }
.sector-list a { min-height: 88px; padding: 0 6px; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; border-bottom: 1px solid rgba(255,255,255,.17); }
.sector-list a:hover { color: var(--mint); }
.sector-list span { color: #68838a; font: 700 10px/1 ui-monospace, monospace; }
.sector-list strong { font-size: 22px; font-weight: 600; }
.sector-list i { font-style: normal; color: var(--mint); }

.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.resource-grid > a { min-height: 480px; padding: 28px; display: flex; flex-direction: column; background: white; border: 1px solid #e4e4de; transition: transform .25s ease, box-shadow .25s ease; }
.resource-grid > a:hover { transform: translateY(-5px); box-shadow: 0 20px 55px rgba(7,28,36,.09); }
.resource-type { font: 750 9px/1 ui-monospace, monospace; letter-spacing: .13em; color: #39735f; }
.resource-visual { height: 170px; margin: 26px 0 30px; display: grid; place-items: center; position: relative; overflow: hidden; background: #092630; }
.resource-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(143,255,210,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(143,255,210,.1) 1px, transparent 1px); background-size: 28px 28px; }
.resource-visual i { position: absolute; border: 1px solid var(--mint); }
.resource-visual i:nth-child(1) { width: 100px; height: 100px; border-radius: 50%; }
.resource-visual i:nth-child(2) { width: 62px; height: 62px; transform: rotate(45deg); }
.resource-visual i:nth-child(3) { width: 14px; height: 14px; background: var(--mint); border-radius: 50%; }
.rv2 i:nth-child(1), .rv2 i:nth-child(3) { border-radius: 0; transform: rotate(45deg); }
.rv3 i:nth-child(1) { width: 126px; height: 70px; border-radius: 0; }
.resource-grid h3 { margin: 0 0 14px; font-size: 23px; letter-spacing: -.025em; }
.resource-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.resource-grid b { margin-top: auto; padding-top: 24px; font-size: 11px; }
.resource-grid b span { color: #28735c; margin-left: 9px; }

.contact-band { padding: 92px max(32px, calc((100vw - 1320px)/2)); display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; background: var(--mint); color: var(--ink); }
.contact-band .kicker { color: #245d4b; }
.contact-band h2 { margin: 0; font-size: clamp(42px, 4vw, 62px); line-height: 1.03; letter-spacing: -.048em; font-weight: 610; }
.contact-band p { margin: 0 0 26px; font-size: 15px; line-height: 1.7; }

.site-footer { padding: 80px max(32px, calc((100vw - 1320px)/2)) 24px; background: var(--ink); color: white; }
.footer-top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding-bottom: 70px; }
.footer-brand > p { max-width: 370px; margin: 28px 0 22px; color: #8fa5aa; font-size: 13px; line-height: 1.75; }
.footer-brand > a { color: var(--mint); font-size: 13px; border-bottom: 1px solid rgba(143,255,210,.35); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.footer-links div { display: flex; flex-direction: column; align-items: start; gap: 13px; }
.footer-links h2 { margin: 0 0 8px; color: #657f85; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a { color: #c1ced0; font-size: 12px; }
.footer-links a:hover { color: var(--mint); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.11); color: #577178; font: 600 9px/1 ui-monospace, monospace; letter-spacing: .08em; }

/* Interior pages */
.inner-hero { position: relative; overflow: hidden; padding: 34px max(32px, calc((100vw - 1320px)/2)) 0; background: var(--paper); }
.inner-hero::before { content: ""; position: absolute; top: 0; right: 0; width: 40%; height: 100%; background-image: linear-gradient(rgba(7,28,36,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(7,28,36,.06) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent, #000); }
.breadcrumbs { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; color: #7c898e; font-size: 10px; font-weight: 650; }
.breadcrumbs a:hover { color: #1f7258; }
.breadcrumbs span[aria-current="page"] { max-width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.inner-hero-grid { position: relative; z-index: 2; min-height: 530px; padding: 80px 0 70px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; }
.inner-hero-grid h1 { max-width: 860px; margin: 16px 0 26px; font-size: clamp(48px, 5vw, 76px); line-height: 1; letter-spacing: -.055em; font-weight: 620; }
.inner-hero-grid > div:first-child > p { max-width: 780px; margin: 0; color: #51646b; font-size: 17px; line-height: 1.72; }
.inner-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.resource-meta-inline { margin-top: 26px; display: flex; align-items: center; gap: 28px; }
.resource-meta-inline > span { display: grid; gap: 5px; color: #334a51; font-size: 11px; font-weight: 650; }
.resource-meta-inline > span + span { padding-left: 28px; border-left: 1px solid var(--line); }
.resource-meta-inline small { color: #7a898e; font: 750 8px/1 ui-monospace, monospace; letter-spacing: .12em; }
.inner-visual { position: relative; justify-self: end; width: min(100%, 400px); aspect-ratio: 1; display: grid; place-items: center; }
.radar { position: relative; width: 280px; height: 280px; display: grid; place-items: center; border: 1px solid rgba(17,100,78,.25); border-radius: 50%; background: rgba(255,255,255,.28); box-shadow: 0 0 0 42px rgba(17,100,78,.035), 0 0 0 84px rgba(17,100,78,.02); }
.radar::before, .radar::after { content: ""; position: absolute; background: rgba(17,100,78,.15); }
.radar::before { width: 1px; height: 360px; }
.radar::after { width: 360px; height: 1px; }
.radar i { position: absolute; border: 1px solid rgba(17,100,78,.25); border-radius: 50%; }
.radar i:nth-child(1) { width: 210px; height: 210px; }
.radar i:nth-child(2) { width: 136px; height: 136px; }
.radar i:nth-child(3) { width: 64px; height: 64px; background: rgba(143,255,210,.35); }
.radar span { position: absolute; width: 140px; height: 1px; transform-origin: left; transform: translateX(70px) rotate(-28deg); background: linear-gradient(to right, #2c8065, transparent); }
.radar b { width: 16px; height: 16px; z-index: 2; background: #177557; border: 4px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px #177557; }
.visual-label { position: absolute; right: 0; bottom: 35px; padding: 12px 14px; display: grid; gap: 5px; background: var(--ink); color: white; box-shadow: 0 15px 40px rgba(7,28,36,.15); }
.visual-label span { color: #6f8a90; font: 650 8px/1 ui-monospace, monospace; letter-spacing: .1em; }
.visual-label b { color: var(--mint); font: 750 10px/1 ui-monospace, monospace; }
.inner-photo-visual { position: relative; overflow: hidden; margin: 0; width: min(100%, 445px); aspect-ratio: 4 / 5; display: block; border: 1px solid rgba(7,28,36,.16); background: #0a2832; box-shadow: 24px 26px 0 rgba(20,91,72,.08); }
.inner-photo-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,19,25,.93), transparent 58%); pointer-events: none; }
.inner-photo-visual img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.inner-photo-visual .photo-corner { position: absolute; z-index: 2; top: 17px; right: 17px; padding: 8px 10px; background: rgba(7,28,36,.86); color: var(--mint); border: 1px solid rgba(143,255,210,.26); font: 700 7px/1 ui-monospace, monospace; letter-spacing: .1em; }
.inner-photo-visual figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: grid; gap: 7px; color: white; }
.inner-photo-visual figcaption small { color: var(--mint); font: 750 8px/1 ui-monospace, monospace; letter-spacing: .12em; }
.inner-photo-visual figcaption strong { font-size: 17px; letter-spacing: -.02em; }
.highlight-row { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.highlight-row > div { min-height: 112px; padding: 24px; display: grid; grid-template-columns: 38px 1fr; align-content: center; gap: 7px; border-right: 1px solid var(--line); background: rgba(255,255,255,.2); }
.highlight-row > div > span { grid-row: 1 / 3; color: #288064; font: 750 10px/1 ui-monospace, monospace; }
.highlight-row small { color: #77868b; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.highlight-row strong { font-size: 16px; }

.content-layout { width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding: 120px 0; display: grid; grid-template-columns: 260px 1fr; gap: 100px; }
.content-layout aside { position: sticky; top: 120px; align-self: start; display: grid; }
.content-layout aside > span { margin-bottom: 20px; color: #7e8b90; font: 750 9px/1 ui-monospace, monospace; letter-spacing: .15em; }
.content-layout aside a { padding: 14px 0; display: grid; grid-template-columns: 35px 1fr; gap: 7px; color: #56696f; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.35; }
.content-layout aside a:hover { color: #147355; }
.content-layout aside i { color: #288064; font: 700 9px/1.5 ui-monospace, monospace; font-style: normal; }
.article-body { display: grid; gap: 0; }
.article-body article { scroll-margin-top: 120px; padding: 0 0 78px; margin-bottom: 72px; border-bottom: 1px solid var(--line); }
.article-number { color: #288064; font: 750 10px/1 ui-monospace, monospace; }
.article-body h2 { max-width: 760px; margin: 17px 0 22px; font-size: clamp(32px, 3.2vw, 48px); line-height: 1.08; letter-spacing: -.04em; font-weight: 610; }
.article-body article > p { max-width: 800px; margin: 0; color: #4f6269; font-size: 17px; line-height: 1.8; }
.article-body ul { margin: 34px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.article-body li { min-height: 58px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; background: white; border: 1px solid #dfdfd8; color: #33474d; font-size: 13px; }
.article-body li span { width: 23px; height: 23px; flex: none; display: grid; place-items: center; background: #dff9ed; color: #177557; border-radius: 50%; font-size: 10px; }
.contact-card { padding: 48px; display: flex; align-items: end; justify-content: space-between; gap: 40px; background: var(--ink); color: white; }
.contact-card h2 { margin: 0 0 15px; font-size: 40px; }
.contact-card p { max-width: 520px; margin: 0; color: #9cb0b4; line-height: 1.7; }
.contact-card > a { flex: none; color: var(--mint); border-bottom: 1px solid rgba(143,255,210,.4); padding-bottom: 7px; font-size: 13px; font-weight: 700; }

.related-section { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 0 0 120px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-card { min-height: 235px; padding: 27px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.related-card:hover { background: white; }
.related-card > span { color: #30735d; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.related-card h3 { margin: 28px 0 20px; font-size: 21px; letter-spacing: -.025em; }
.related-card b { margin-top: auto; font-size: 11px; }
.related-card b i { margin-left: 8px; color: #297b62; font-style: normal; }
.not-found { min-height: 72vh; padding: 130px max(32px, calc((100vw - 1000px)/2)); display: grid; place-content: center start; }
.not-found h1 { max-width: 850px; margin: 0 0 22px; font-size: clamp(48px, 6vw, 84px); line-height: 1; letter-spacing: -.055em; }
.not-found p { max-width: 650px; margin: 0 0 30px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.not-found .button { justify-self: start; }

@media (max-width: 1120px) {
  .utility-bar, .desktop-nav, .header-action { display: none; }
  .header-inner { height: 72px; }
  .mobile-nav { display: block; margin-left: auto; position: relative; }
  .mobile-nav > summary { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; border: 1px solid rgba(143,255,210,.32); background: rgba(143,255,210,.035); list-style: none; cursor: pointer; }
  .mobile-nav > summary::-webkit-details-marker { display: none; }
  .mobile-nav > summary span { width: 19px; height: 1px; background: var(--mint); transition: transform .2s ease; }
  .mobile-nav[open] > summary span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .mobile-nav[open] > summary span:nth-child(2) { opacity: 0; }
  .mobile-nav[open] > summary span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-panel { position: fixed; top: 72px; left: 0; right: 0; max-height: calc(100vh - 72px); padding: 24px 32px 30px; display: grid; overflow-y: auto; background: #081f28; border-top: 1px solid rgba(143,255,210,.22); box-shadow: 0 30px 50px rgba(0,0,0,.35); }
  .mobile-panel::before { content: ""; position: absolute; inset: 0; opacity: .08; pointer-events: none; background-image: linear-gradient(rgba(143,255,210,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(143,255,210,.2) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to bottom, #000, transparent 52%); }
  .mobile-panel-head { position: relative; z-index: 1; padding-bottom: 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
  .mobile-panel-head span { color: var(--mint); font: 750 9px/1 ui-monospace, monospace; letter-spacing: .15em; }
  .mobile-panel-head small { color: #647e85; font-size: 9px; }
  .mobile-panel > a:not(.mobile-cta) { position: relative; z-index: 1; min-height: 64px; padding: 0 4px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
  .mobile-panel > a:not(.mobile-cta) i { color: #5f7c83; font: 700 8px/1 ui-monospace, monospace; font-style: normal; }
  .mobile-panel > a:not(.mobile-cta) strong { font-size: 17px; font-weight: 600; }
  .mobile-panel > a:not(.mobile-cta) span { color: var(--mint); }
  .mobile-corporate { position: relative; z-index: 1; padding: 20px 0; display: flex; gap: 24px; }
  .mobile-corporate a { color: #81969b; font-size: 11px; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 5px; }
  .mobile-panel .mobile-cta { position: relative; z-index: 1; min-height: 56px; margin-top: 4px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; background: var(--mint); color: var(--ink); font-size: 13px; font-weight: 750; }
  .mobile-panel .mobile-cta b { color: #216e57; }
  .hero { gap: 50px; }
  .hero h1 { font-size: 62px; }
  .intro-section { grid-template-columns: 90px 1.2fr .8fr; gap: 35px; }
  .capabilities-section { gap: 50px; }
  .capability-list article { grid-template-columns: 45px 180px 1fr; }
  .inner-hero-grid { gap: 45px; }
  .content-layout { gap: 60px; }
}

@media (max-width: 900px) {
  .header-inner, .intro-section, .services-section, .solutions-section, .resources-section, .related-section { width: min(100% - 40px, 720px); }
  .hero { min-height: 0; padding: 72px 24px; grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(52px, 11vw, 76px); }
  .access-console { justify-self: start; width: 100%; }
  .hero-proof { flex-wrap: wrap; }
  .intro-section { padding: 90px 0; grid-template-columns: 1fr; gap: 20px; }
  .intro-copy { padding-top: 0; }
  .capabilities-section { padding: 90px 24px; grid-template-columns: 1fr; }
  .capabilities-intro { position: static; }
  .services-section, .solutions-section, .resources-section { padding: 90px 0; }
  .photo-stories-section { padding: 90px 24px; }
  .photo-stories-heading { grid-template-columns: 1fr; gap: 22px; }
  .photo-stories-heading .kicker { grid-column: auto; margin-bottom: 0; }
  .photo-stories-grid { grid-template-columns: 1fr; grid-template-rows: 430px 280px 280px; }
  .photo-story-main { grid-row: auto; }
  .section-heading { align-items: start; flex-direction: column; gap: 24px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-section { padding: 90px 24px; }
  .process-head { grid-template-columns: 1fr; }
  .process-head .kicker { grid-column: auto; margin-bottom: 0; }
  .process-head > p { justify-self: start; }
  .process-track { grid-template-columns: repeat(2, 1fr); gap: 50px 0; }
  .process-track::before { display: none; }
  .process-track article { padding-right: 40px; }
  .process-dot { margin: 20px 0; }
  .solution-table a { grid-template-columns: 45px 220px 1fr 20px; gap: 18px; }
  .sector-section { padding: 90px 24px; grid-template-columns: 1fr; gap: 60px; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-grid > a { min-height: 410px; }
  .contact-band { padding: 72px 24px; grid-template-columns: 1fr; gap: 42px; }
  .footer-top { grid-template-columns: 1fr; gap: 60px; }
  .inner-hero { padding-inline: 24px; }
  .inner-hero-grid { min-height: 0; padding: 70px 0; grid-template-columns: 1fr; }
  .inner-visual { justify-self: center; }
  .inner-photo-visual { width: min(100%, 560px); aspect-ratio: 4 / 3; }
  .content-layout { width: min(100% - 40px, 720px); grid-template-columns: 1fr; padding: 90px 0; }
  .content-layout aside { display: none; }
  .related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .header-inner { width: calc(100% - 32px); }
  .brand-logo { width: 184px; }
  .hero { padding: 58px 20px 64px; }
  .hero h1 { font-size: 48px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions, .inner-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .resource-meta-inline { align-items: start; flex-direction: column; gap: 12px; }
  .resource-meta-inline > span + span { padding: 0; border: 0; }
  .hero-actions .button, .inner-actions .button { width: 100%; }
  .hero-actions .text-link, .inner-actions .text-link { align-self: flex-start; }
  .hero-proof { margin-top: 40px; gap: 15px; flex-direction: column; }
  .access-console { margin-top: 14px; }
  .identity-card, .target-card { margin-left: 14px; margin-right: 14px; }
  .path-step { grid-template-columns: 39px 1fr auto; }
  .signal-strip { padding-inline: 20px; justify-content: flex-start; }
  .intro-heading h2, .section-heading h2, .capabilities-intro h2, .process-head h2, .sector-copy h2 { font-size: 39px; }
  .capability-list article { grid-template-columns: 42px 1fr; min-height: 0; }
  .capability-list article p { grid-column: 2; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; }
  .photo-stories-heading h2 { font-size: 39px; }
  .photo-stories-grid { grid-template-rows: 350px 245px 245px; }
  .photo-story figcaption { left: 19px; right: 19px; bottom: 18px; }
  .photo-story-main figcaption strong { font-size: 23px; }
  .process-track { grid-template-columns: 1fr; }
  .solution-table a { grid-template-columns: 38px 1fr 20px; min-height: 96px; }
  .solution-table p { display: none; }
  .solution-table h3 { font-size: 18px; }
  .resource-grid > a { min-height: 430px; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 45px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .inner-hero-grid h1 { font-size: 46px; }
  .inner-hero-grid > div:first-child > p { font-size: 16px; }
  .inner-visual { width: 290px; }
  .radar { width: 200px; height: 200px; }
  .radar::before { height: 280px; }
  .radar::after { width: 280px; }
  .radar i:nth-child(1) { width: 150px; height: 150px; }
  .radar i:nth-child(2) { width: 95px; height: 95px; }
  .radar i:nth-child(3) { width: 48px; height: 48px; }
  .highlight-row { grid-template-columns: 1fr; }
  .highlight-row > div { min-height: 82px; }
  .article-body article { padding-bottom: 55px; margin-bottom: 50px; }
  .article-body article > p { font-size: 16px; }
  .article-body ul { grid-template-columns: 1fr; }
  .contact-card { padding: 30px; align-items: start; flex-direction: column; }
  .contact-band h2 { font-size: 40px; }
  .breadcrumbs span[aria-current="page"] { max-width: 135px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
