:root {
  --night: #06120c;
  --night-2: #0b2115;
  --ink: #0b1811;
  --muted: #637068;
  --fog: #eef3ee;
  --paper: #f8faf7;
  --white: #ffffff;
  --green: #28c95a;
  --green-deep: #087533;
  --acid: #c8ff68;
  --line: rgba(9, 37, 20, .12);
  --line-light: rgba(255,255,255,.14);
  --shadow-sm: 0 14px 40px rgba(3, 34, 14, .08);
  --shadow-lg: 0 35px 100px rgba(2, 30, 12, .16);
  --radius: 24px;
  --radius-lg: 42px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Inter", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
::selection { color: var(--night); background: var(--acid); }

.page-loader { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; color: white; background: var(--night); transition: opacity .7s var(--ease), visibility .7s; }
.page-loader.is-hidden { opacity: 0; visibility: hidden; }
.loader-inner { display: grid; justify-items: center; gap: 1.25rem; }
.loader-logo { width: 190px; filter: brightness(0) invert(1); opacity: .96; }
.loader-line { width: 190px; height: 2px; overflow: hidden; background: rgba(255,255,255,.12); }
.loader-line::after { content: ""; display: block; width: 55%; height: 100%; background: var(--acid); animation: loading 1.15s var(--ease) infinite; }

.scroll-meter { position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 3px; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--green), var(--acid)); }
.shell { width: min(1380px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: clamp(6.5rem, 10vw, 11rem) 0; }
.section-dark { color: white; background: var(--night); }
.section-kicker { display: inline-flex; align-items: center; gap: .7rem; margin-bottom: 1.45rem; color: var(--green-deep); font-size: .72rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 30px; height: 2px; border-radius: 10px; background: currentColor; }
.section-dark .section-kicker, .hero .section-kicker, .page-hero .section-kicker { color: var(--acid); }
.display { margin: 0; font-family: "Inter", Arial, sans-serif; font-size: clamp(3rem, 6vw, 6.3rem); font-weight: 590; line-height: .94; letter-spacing: -.075em; text-wrap: balance; }
.display em { color: var(--green); font-style: normal; }
.lede { max-width: 620px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.75; }
.section-dark .lede { color: rgba(255,255,255,.62); }

.site-header { position: absolute; z-index: 1000; top: 24px; left: 0; width: 100%; }
.site-header.is-fixed { position: fixed; top: 12px; animation: navIn .55s var(--ease); }
.nav-shell { width: min(1380px, calc(100% - 48px)); min-height: 78px; display: flex; align-items: center; gap: 2rem; margin-inline: auto; padding: .65rem .75rem .65rem 1.25rem; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: rgba(239, 246, 239, .88); box-shadow: 0 18px 55px rgba(0, 22, 8, .14); backdrop-filter: blur(22px) saturate(150%); }
.brand { flex: 0 0 auto; }
.brand img { width: 174px; height: 52px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: .15rem; margin-left: auto; }
.nav-links a { position: relative; padding: .72rem .92rem; color: #28342c; font-size: .79rem; font-weight: 680; }
.nav-links a::after { content: ""; position: absolute; left: .92rem; right: .92rem; bottom: .48rem; height: 2px; border-radius: 2px; background: var(--green-deep); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--green-deep); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 50px; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 999px; background: var(--green-deep); color: white; font-size: .78rem; font-weight: 760; transition: transform .35s var(--ease), background .3s, color .3s, box-shadow .3s; }
.nav-cta:hover, .button:hover { color: var(--night); background: var(--acid); transform: translateY(-3px); box-shadow: 0 16px 32px rgba(40,201,90,.22); }
.nav-cta i, .button i, .text-link i { transition: transform .35s var(--ease); }
.nav-cta:hover i, .button:hover i, .text-link:hover i { transform: translate(4px,-4px); }
.menu-toggle { display: none; width: 48px; height: 48px; place-items: center; margin-left: auto; padding: 0; border: 0; border-radius: 50%; color: white; background: var(--night); font-size: 1.35rem; }

.hero { position: relative; min-height: 920px; height: 100svh; max-height: 1080px; overflow: hidden; color: white; background: var(--night); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 58%); }
.hero::after { content: ""; position: absolute; width: 620px; height: 620px; left: -330px; bottom: -380px; border: 80px solid rgba(40,201,90,.12); border-radius: 50%; }
.hero-layout { min-height: inherit; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(3rem,6vw,7rem); padding-top: 110px; }
.hero-copy { position: relative; z-index: 2; padding-left: clamp(0rem,3vw,3.5rem); }
.hero h1 { max-width: 790px; margin: 0; font-family: "Inter", Arial, sans-serif; font-size: clamp(4.7rem, 7.2vw, 8.3rem); font-weight: 560; line-height: .86; letter-spacing: -.09em; }
.hero h1 .accent { display: block; color: var(--acid); }
.hero-summary { max-width: 520px; margin: 2rem 0 0; color: rgba(255,255,255,.63); font-size: clamp(1rem,1.2vw,1.16rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.4rem; }
.button.button-light { color: var(--night); background: var(--acid); }
.button.button-light:hover { color: white; background: var(--green-deep); }
.button.button-ghost { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.button.button-ghost:hover { color: white; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.13); }
.hero-visual { position: relative; height: min(720px, 72vh); min-height: 590px; }
.hero-image { position: absolute; inset: 0 -8vw 0 0; overflow: hidden; border-radius: 46px 0 0 46px; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.06); transform: scale(1.06); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,18,12,.5), transparent 38%), linear-gradient(0deg, rgba(5,18,10,.56), transparent 52%); }
.hero-status { position: absolute; z-index: 3; right: 26px; top: 26px; width: 235px; padding: 1.15rem; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background: rgba(5,21,12,.56); backdrop-filter: blur(18px); }
.status-top { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.55); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.pulse { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 6px rgba(200,255,104,.12); animation: pulse 2s infinite; }
.hero-status strong { display: block; margin-top: 1.4rem; font-family: "Inter", Arial, sans-serif; font-size: 1.65rem; font-weight: 560; letter-spacing: -.05em; }
.hero-status small { color: rgba(255,255,255,.5); }
.route-card { position: absolute; z-index: 3; left: -65px; bottom: 48px; width: 300px; padding: 1.4rem; border-radius: 24px; color: var(--ink); background: rgba(248,250,247,.93); box-shadow: var(--shadow-lg); backdrop-filter: blur(18px); }
.route-card-head { display: flex; justify-content: space-between; color: var(--green-deep); font-size: .68rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.route-line { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .7rem; margin: 1.4rem 0 .8rem; }
.route-line i { color: var(--green-deep); }
.route-line span { height: 2px; position: relative; overflow: hidden; background: #dce7dc; }
.route-line span::after { content: ""; display: block; width: 45%; height: 100%; background: var(--green); animation: route 2.4s linear infinite; }
.route-cities { display: flex; justify-content: space-between; font-family: "Inter", Arial, sans-serif; font-size: .78rem; font-weight: 650; }
.hero-index { position: absolute; z-index: 2; left: 28px; bottom: 30px; color: rgba(255,255,255,.38); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }

.signal-strip { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--white); }
.signal-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.signal-item { display: flex; align-items: center; gap: 1.1rem; padding: 1.4rem 2.4rem; color: #3e4b43; font-family: "Inter", Arial, sans-serif; font-size: .78rem; font-weight: 620; letter-spacing: .1em; text-transform: uppercase; }
.signal-item i { color: var(--green); font-size: .9rem; }

.intro-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem,8vw,9rem); align-items: start; }
.intro-number { font-family: "Inter", Arial, sans-serif; font-size: clamp(7rem,16vw,15rem); font-weight: 500; line-height: .7; letter-spacing: -.13em; color: transparent; -webkit-text-stroke: 1px rgba(8,117,51,.22); }
.intro-content blockquote { max-width: 820px; margin: 0; font-family: "Inter", Arial, sans-serif; font-size: clamp(2.1rem,4vw,4.1rem); font-weight: 520; line-height: 1.08; letter-spacing: -.06em; }
.intro-content blockquote span { color: var(--green-deep); }
.intro-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.intro-meta p { margin: 0; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: .7rem; padding-bottom: .25rem; border-bottom: 1px solid currentColor; color: var(--green-deep); font-size: .8rem; font-weight: 760; }

.service-bento { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 220px; gap: 16px; margin-top: 4rem; }
.service-tile { position: relative; grid-column: span 4; grid-row: span 2; overflow: hidden; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: var(--shadow-sm); transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .3s; }
.service-tile:hover { transform: translateY(-9px); border-color: rgba(40,201,90,.4); box-shadow: var(--shadow-lg); }
.service-tile.featured { grid-column: span 8; color: white; }
.service-tile.compact { grid-row: span 1; }
.service-tile.image-tile { padding: 0; }
.service-tile.image-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.service-tile.image-tile:hover img { transform: scale(1.06); }
.service-tile.image-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,19,9,.92), rgba(3,19,9,.08) 68%); }
.tile-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; }
.service-tile.image-tile .tile-content { position: absolute; inset: 0; padding: 2rem; }
.tile-number { color: var(--green-deep); font-size: .66rem; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.image-tile .tile-number { color: var(--acid); }
.tile-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: auto 0 1.15rem; border-radius: 18px; color: var(--green-deep); background: rgba(40,201,90,.1); font-size: 1.35rem; }
.image-tile .tile-icon { color: var(--night); background: var(--acid); }
.service-tile h3 { margin: 0; font-family: "Inter", Arial, sans-serif; font-size: clamp(1.4rem,2.2vw,2.1rem); font-weight: 560; letter-spacing: -.055em; }
.service-tile p { max-width: 500px; margin: .7rem 0 0; color: var(--muted); font-size: .88rem; }
.image-tile p { color: rgba(255,255,255,.65); }
.tile-arrow { position: absolute; right: 1.5rem; top: 1.5rem; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green-deep); transition: .35s var(--ease); }
.image-tile .tile-arrow { color: white; border-color: rgba(255,255,255,.3); }
.service-tile:hover .tile-arrow { color: var(--night); border-color: var(--acid); background: var(--acid); transform: rotate(45deg); }

.network-section { overflow: hidden; }
.network-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,7vw,8rem); align-items: center; }
.network-visual { position: relative; min-height: 590px; border: 1px solid var(--line-light); border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 46%, rgba(40,201,90,.18), transparent 28%), #0a1c12; }
.network-visual::before { content: ""; position: absolute; inset: 40px; opacity: .18; border-radius: 50%; background-image: radial-gradient(circle, rgba(255,255,255,.65) 1px, transparent 1px); background-size: 18px 18px; mask-image: radial-gradient(circle, black, transparent 68%); }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(200,255,104,.16); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit.one { width: 250px; height: 250px; }
.orbit.two { width: 420px; height: 420px; }
.orbit.three { width: 560px; height: 560px; }
.hub { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; width: 110px; height: 110px; place-items: center; border: 1px solid rgba(200,255,104,.38); border-radius: 50%; transform: translate(-50%,-50%); color: var(--night); background: var(--acid); box-shadow: 0 0 70px rgba(200,255,104,.22); font-family: "Inter", Arial, sans-serif; font-weight: 680; }
.node { position: absolute; z-index: 2; padding: .65rem .85rem; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 650; }
.node i { margin-right: .45rem; color: var(--acid); }
.node.n1 { left: 10%; top: 18%; }.node.n2 { right: 8%; top: 24%; }.node.n3 { left: 7%; bottom: 22%; }.node.n4 { right: 12%; bottom: 16%; }
.network-points { display: grid; gap: 0; margin-top: 2.5rem; border-top: 1px solid var(--line-light); }
.network-point { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line-light); }
.network-point span { color: var(--acid); font-family: "Inter", Arial, sans-serif; font-size: .75rem; }
.network-point p { margin: 0; color: rgba(255,255,255,.7); }

.proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,9rem); align-items: end; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.stat { padding: 1.6rem; border: 1px solid var(--line); border-radius: 20px; background: white; }
.stat strong { display: block; font-family: "Inter", Arial, sans-serif; font-size: clamp(2rem,3.5vw,3.5rem); font-weight: 550; line-height: 1; letter-spacing: -.07em; color: var(--green-deep); }
.stat span { display: block; margin-top: .65rem; color: var(--muted); font-size: .73rem; font-weight: 650; }

.partner-cloud { margin-top: 4.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.partner-cloud > span { display: block; margin-bottom: 1.4rem; color: var(--muted); font-size: .68rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.partner-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem 2.5rem; }
.partner-mark { width: 118px; height: 46px; display: grid; place-items: center; opacity: .54; filter: grayscale(1); mix-blend-mode: multiply; transition: opacity .35s ease, filter .35s ease, transform .35s ease; }
.partner-mark.wide { width: 148px; }
.partner-mark img { max-width: 100%; max-height: 100%; object-fit: contain; }
.partner-mark:hover { opacity: 1; filter: grayscale(0); transform: translateY(-3px); }

.cta-section { padding: 0 0 24px; background: var(--paper); }
.cta-panel { position: relative; min-height: 510px; display: flex; align-items: flex-end; overflow: hidden; padding: clamp(2rem,6vw,6rem); border-radius: var(--radius-lg); color: white; background: var(--night); }
.cta-panel::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: url("assets/containers.jpg"); background-size: cover; background-position: center; }
.cta-panel::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(200,255,104,.2), transparent 25%), linear-gradient(90deg, rgba(5,19,10,.98), rgba(5,19,10,.65)); }
.cta-copy { position: relative; z-index: 2; max-width: 850px; }
.cta-copy h2 { margin: 0 0 2rem; font-family: "Inter", Arial, sans-serif; font-size: clamp(3.4rem,7vw,7.4rem); font-weight: 540; line-height: .88; letter-spacing: -.085em; }
.cta-copy h2 span { color: var(--acid); }

.site-footer { padding: 5rem 0 2.5rem; color: rgba(255,255,255,.64); background: var(--night); }
.footer-top { display: grid; grid-template-columns: 1.1fr .65fr .65fr .8fr; gap: 3rem; }
.footer-brand img { width: 200px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 310px; margin: 1.3rem 0 0; }
.footer-col h4 { margin: 0 0 1.2rem; color: white; font-size: .73rem; font-weight: 740; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a, .footer-col span { display: block; margin: .65rem 0; font-size: .84rem; transition: color .3s, transform .3s; }
.footer-col a:hover { color: var(--acid); transform: translateX(4px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--line-light); font-size: .72rem; }

/* Inner pages */
.page-hero { position: relative; min-height: 760px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: var(--night); }
.page-hero-media { position: absolute; inset: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.page-hero-media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 35%, rgba(200,255,104,.12), transparent 24%), linear-gradient(90deg, rgba(4,18,9,.96), rgba(4,18,9,.5) 58%, rgba(4,18,9,.18)); }
.page-hero-copy { position: relative; z-index: 2; max-width: 980px; padding: 180px 0 6rem; }
.breadcrumbs { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 2rem; padding: .48rem .78rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.65); background: rgba(255,255,255,.06); backdrop-filter: blur(12px); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.page-hero h1 { margin: 0; font-family: "Inter", Arial, sans-serif; font-size: clamp(4.5rem,8vw,8.4rem); font-weight: 550; line-height: .86; letter-spacing: -.09em; }
.page-hero h1 span { color: var(--acid); }
.page-hero .lede { margin-top: 1.8rem; color: rgba(255,255,255,.62); }
.editorial-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(3rem,8vw,9rem); }
.sticky-label { position: sticky; top: 120px; height: max-content; }
.sticky-label .big-index { display: block; font-family: "Inter", Arial, sans-serif; font-size: clamp(7rem,14vw,13rem); line-height: .75; color: transparent; -webkit-text-stroke: 1px rgba(8,117,51,.22); letter-spacing: -.12em; }
.story-copy .lead { margin-top: 0; color: var(--ink); font-family: "Inter", Arial, sans-serif; font-size: clamp(1.8rem,3vw,3rem); line-height: 1.2; letter-spacing: -.05em; }
.story-copy p { color: var(--muted); font-size: 1.05rem; }
.story-image { position: relative; height: 520px; margin: 3.5rem 0; overflow: hidden; border-radius: var(--radius-lg); }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-image-tag { position: absolute; right: 20px; bottom: 20px; padding: .8rem 1rem; border-radius: 999px; color: white; background: rgba(5,20,10,.58); backdrop-filter: blur(12px); font-size: .72rem; }
.value-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; margin-top: 4rem; }
.value-card { min-height: 330px; display: flex; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .45s var(--ease), color .3s, background .3s, box-shadow .3s; }
.value-card:hover { color: white; background: var(--green-deep); transform: translateY(-9px); box-shadow: var(--shadow-lg); }
.value-card .value-letter { color: var(--green); font-family: "Inter", Arial, sans-serif; font-size: 3rem; font-weight: 560; }
.value-card h3 { margin: auto 0 .7rem; font-family: "Inter", Arial, sans-serif; font-size: 1.25rem; letter-spacing: -.04em; }
.value-card p { margin: 0; color: var(--muted); font-size: .8rem; }
.value-card:hover p { color: rgba(255,255,255,.68); }

.service-directory { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; margin-top: 4rem; }
.directory-card { position: relative; grid-column: span 4; min-height: 360px; display: flex; flex-direction: column; overflow: hidden; padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .45s var(--ease), background .35s, color .35s, box-shadow .4s; }
.directory-card:nth-child(1), .directory-card:nth-child(6), .directory-card:nth-child(11) { grid-column: span 8; }
.directory-card:hover { color: white; background: var(--night-2); transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.directory-card .number { color: var(--green-deep); font-size: .65rem; font-weight: 760; letter-spacing: .13em; }
.directory-card:hover .number { color: var(--acid); }
.directory-card .icon { width: 56px; height: 56px; display: grid; place-items: center; margin: auto 0 1rem; border-radius: 18px; color: var(--green-deep); background: rgba(40,201,90,.1); font-size: 1.35rem; }
.directory-card:hover .icon { color: var(--night); background: var(--acid); }
.directory-card h3 { margin: 0; font-family: "Inter", Arial, sans-serif; font-size: clamp(1.5rem,2vw,2rem); font-weight: 560; letter-spacing: -.05em; }
.directory-card p { max-width: 500px; margin: .65rem 0 0; color: var(--muted); font-size: .84rem; }
.directory-card:hover p { color: rgba(255,255,255,.65); }
.directory-card .open { position: absolute; right: 1.4rem; top: 1.4rem; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green-deep); }
.directory-card:hover .open { color: var(--night); border-color: var(--acid); background: var(--acid); transform: rotate(45deg); }

.team-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; margin-top: 4rem; }
.person-card { grid-column: span 3; min-height: 400px; display: flex; flex-direction: column; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .45s var(--ease), background .35s, color .35s, box-shadow .4s; }
.person-card.lead { grid-column: span 6; background: #e7f9d3; }
.person-card:hover { color: white; background: var(--night-2); transform: translateY(-9px); box-shadow: var(--shadow-lg); }
.person-card .role { color: var(--green-deep); font-size: .66rem; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.person-card:hover .role { color: var(--acid); }
.person-mark { position: relative; width: 92px; height: 92px; display: grid; place-items: center; margin: auto 0 1.3rem; border-radius: 50%; color: white; background: var(--green-deep); font-family: "Inter", Arial, sans-serif; font-size: 1.15rem; font-weight: 650; box-shadow: 0 0 0 10px rgba(40,201,90,.08); }
.person-card.lead .person-mark, .person-card:hover .person-mark { color: var(--night); background: var(--acid); }
.person-card h3 { margin: 0; font-family: "Inter", Arial, sans-serif; font-size: clamp(1.35rem,2vw,2rem); line-height: 1.08; letter-spacing: -.05em; }
.person-card .open { align-self: flex-end; margin-top: -1.6rem; }

.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; }
.contact-form, .contact-aside { padding: clamp(2rem,5vw,4.5rem); border-radius: var(--radius-lg); }
.contact-form { border: 1px solid var(--line); background: white; box-shadow: var(--shadow-sm); }
.contact-form h2 { margin: 0 0 2.5rem; font-family: "Inter", Arial, sans-serif; font-size: clamp(2.6rem,4vw,4.3rem); line-height: .98; letter-spacing: -.07em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: .5rem; color: var(--muted); font-size: .68rem; font-weight: 740; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: .9rem 0; border: 0; border-bottom: 1px solid rgba(8,50,22,.2); outline: 0; color: var(--ink); background: transparent; transition: border-color .3s, padding .3s, background .3s; }
.field input:focus, .field select:focus, .field textarea:focus { padding-left: .7rem; border-color: var(--green); background: rgba(40,201,90,.04); }
.contact-aside { position: relative; overflow: hidden; color: white; background: var(--night); }
.contact-aside::before { content: ""; position: absolute; inset: 0; opacity: .24; background: url("assets/containers.jpg") center/cover; }
.contact-aside::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,19,9,.96), rgba(4,19,9,.35)); }
.contact-aside-inner { position: relative; z-index: 2; min-height: 560px; display: flex; flex-direction: column; }
.contact-aside h2 { margin: 0; font-family: "Inter", Arial, sans-serif; font-size: clamp(3rem,5vw,5.2rem); line-height: .9; letter-spacing: -.075em; }
.contact-details { margin-top: auto; }
.contact-row { display: grid; grid-template-columns: 34px 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line-light); }
.contact-row i { color: var(--acid); }
.contact-row small { display: block; color: rgba(255,255,255,.45); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-row p { margin: .15rem 0 0; color: rgba(255,255,255,.78); font-size: .85rem; }

.dialog { border: 0; border-radius: 28px; padding: 0; max-width: 720px; width: calc(100% - 32px); color: var(--ink); box-shadow: var(--shadow-lg); }
.dialog::backdrop { background: rgba(2,15,7,.78); backdrop-filter: blur(12px); }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; padding: 2rem; background: #edfadf; }
.dialog-head h2 { margin: .35rem 0 0; font-family: "Inter", Arial, sans-serif; font-size: clamp(2rem,4vw,3.2rem); line-height: 1; letter-spacing: -.06em; }
.dialog-close { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; color: white; background: var(--night); }
.dialog-body { padding: 2rem; color: var(--muted); }
.dialog-body p:first-child { color: var(--ink); font-size: 1.1rem; }

[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--delay, 0ms); }
[data-reveal="left"] { transform: translateX(-38px); }
[data-reveal="right"] { transform: translateX(38px); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.clip-reveal { clip-path: inset(0 0 100% 0 round var(--radius-lg)); transition: clip-path 1.1s var(--ease); }
.clip-reveal.is-visible { clip-path: inset(0 0 0 0 round var(--radius-lg)); }

@keyframes loading { from { transform: translateX(-120%); } to { transform: translateX(220%); } }
@keyframes navIn { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 5px rgba(200,255,104,.1); } 50% { box-shadow: 0 0 0 12px rgba(200,255,104,0); } }
@keyframes route { from { transform: translateX(-130%); } to { transform: translateX(260%); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1199.98px) {
  .hero h1 { font-size: clamp(4.2rem,7.4vw,6.7rem); }
  .service-tile { grid-column: span 6; }
  .service-tile.featured { grid-column: span 6; }
  .value-grid { grid-template-columns: repeat(3,1fr); }
  .directory-card, .directory-card:nth-child(1), .directory-card:nth-child(6), .directory-card:nth-child(11) { grid-column: span 6; }
  .person-card { grid-column: span 4; }
  .person-card.lead { grid-column: span 8; }
}
@media (max-width: 991.98px) {
  .shell, .nav-shell { width: min(100% - 28px, 760px); }
  .nav-shell { min-height: 68px; border-radius: 24px; }
  .brand img { width: 148px; height: 46px; }
  .menu-toggle { display: grid; }
  .nav-links { position: absolute; top: calc(100% + 10px); left: 14px; right: 14px; display: grid; gap: .2rem; padding: 1rem; border: 1px solid rgba(255,255,255,.55); border-radius: 24px; background: rgba(239,246,239,.97); box-shadow: var(--shadow-lg); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: .35s var(--ease); }
  .nav-links.is-open { transform: none; opacity: 1; visibility: visible; }
  .nav-links a { padding: .9rem 1rem; }
  .nav-links a::after { display: none; }
  .nav-cta { display: none; }
  .hero { min-height: 1060px; height: auto; max-height: none; }
  .hero-layout { grid-template-columns: 1fr; gap: 3rem; padding: 180px 0 70px; }
  .hero-copy { padding-left: 0; }
  .hero h1 { font-size: clamp(4.2rem,11vw,6.7rem); }
  .hero-visual { height: 610px; min-height: 0; }
  .hero-image { right: 0; border-radius: 40px; }
  .route-card { left: 20px; }
  .intro-grid, .network-layout, .proof-grid, .editorial-grid, .contact-layout { grid-template-columns: 1fr; }
  .intro-number { display: none; }
  .network-copy { order: -1; }
  .value-grid { grid-template-columns: repeat(2,1fr); }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .person-card, .person-card.lead { grid-column: auto; }
  .sticky-label { position: static; }
  .sticky-label .big-index { font-size: 7rem; }
  .footer-top { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 767.98px) {
  .shell, .nav-shell { width: calc(100% - 20px); }
  .site-header { top: 10px; }
  .nav-shell { padding-left: .75rem; }
  .brand img { width: 132px; }
  .section { padding: 5.5rem 0; }
  .display { font-size: clamp(2.8rem,13vw,4.2rem); }
  .hero { min-height: 930px; }
  .hero-layout { padding-top: 140px; }
  .hero h1 { font-size: clamp(3.65rem,17vw,5.2rem); }
  .hero-summary { font-size: .96rem; }
  .hero-visual { height: 490px; }
  .hero-image { border-radius: 28px; }
  .hero-status { top: 14px; right: 14px; width: 190px; padding: .9rem; }
  .route-card { left: 12px; right: 12px; bottom: 14px; width: auto; }
  .signal-item { padding-inline: 1.5rem; }
  .intro-meta, .form-grid { grid-template-columns: 1fr; }
  .service-bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .service-tile, .service-tile.featured, .service-tile.compact { grid-column: auto; grid-row: auto; min-height: 330px; }
  .network-visual { min-height: 430px; }
  .orbit.one { width: 170px; height: 170px; }.orbit.two { width: 290px; height: 290px; }.orbit.three { width: 410px; height: 410px; }
  .hub { width: 86px; height: 86px; font-size: .8rem; }
  .node { font-size: .62rem; }.node.n1 { left: 3%; }.node.n2 { right: 3%; }.node.n3 { left: 2%; }.node.n4 { right: 3%; }
  .stats { grid-template-columns: 1fr; }
  .cta-panel { min-height: 530px; border-radius: 28px; }
  .cta-copy h2 { font-size: clamp(3.2rem,14vw,4.8rem); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .page-hero { min-height: 690px; }
  .page-hero-copy { padding: 145px 0 4rem; }
  .page-hero h1 { font-size: clamp(3.8rem,16vw,5.3rem); }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 260px; }
  .service-directory, .team-grid { grid-template-columns: 1fr; }
  .directory-card, .directory-card:nth-child(1), .directory-card:nth-child(6), .directory-card:nth-child(11), .person-card, .person-card.lead { grid-column: auto; }
  .contact-form, .contact-aside { border-radius: 28px; padding: 1.6rem; }
  .contact-aside-inner { min-height: 500px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .page-loader { display: none; }
}

/* 2026 refinement: restrained typography, architectural navigation and brand-led details */
:root {
  --night: #07140d;
  --night-2: #0c2316;
  --ink: #102018;
  --muted: #66736b;
  --fog: #edf2ee;
  --paper: #f7f9f6;
  --green: #24b85a;
  --green-deep: #08783a;
  --acid: #86e7a1;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 16px 45px rgba(7, 38, 20, .07);
  --shadow-lg: 0 30px 80px rgba(4, 29, 15, .14);
}

body {
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -.01em;
}

.display {
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2.9rem, 5.3vw, 5.8rem);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.055em;
}

.section-kicker {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.site-header {
  position: absolute;
  top: 0;
  padding: 0;
  background: linear-gradient(180deg, rgba(4, 16, 10, .76), rgba(4, 16, 10, .18));
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.site-header.is-fixed {
  position: fixed;
  top: 0;
  background: rgba(6, 20, 12, .96);
  border-color: rgba(255, 255, 255, .1);
  box-shadow: 0 12px 36px rgba(0, 18, 8, .18);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1380px, calc(100% - 48px));
  min-height: 92px;
  margin-inline: auto;
  padding: 0;
  gap: 2.2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: min-height .35s ease;
}

.site-header.is-fixed .nav-shell { min-height: 74px; }

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 176px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.nav-links {
  gap: 1.8rem;
  margin-left: auto;
}

.nav-links a {
  padding: 1rem 0;
  color: rgba(255, 255, 255, .78);
  font-size: .84rem;
  font-weight: 500;
  letter-spacing: 0;
}

.nav-links a::after {
  left: 0;
  right: 0;
  bottom: .55rem;
  height: 2px;
  background: var(--green);
}

.nav-links a:hover,
.nav-links a.active { color: #fff; }

.nav-cta {
  min-height: 46px;
  padding: .78rem 1.18rem;
  border-radius: 10px;
  color: #fff;
  background: var(--green);
  font-size: .78rem;
  font-weight: 650;
  box-shadow: 0 8px 24px rgba(36, 184, 90, .2);
}

.nav-cta:hover {
  color: var(--night);
  background: #a1efb6;
  box-shadow: 0 12px 30px rgba(36, 184, 90, .28);
}

.menu-toggle {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
}

.hero-layout { padding-top: 96px; }

.hero h1 {
  max-width: 820px;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(4rem, 6.6vw, 7.25rem);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.065em;
}

.hero h1 .accent { color: #80e39b; }
.hero-summary { color: rgba(255,255,255,.7); font-size: clamp(1rem,1.15vw,1.13rem); }
.hero-image { border-radius: 26px 0 0 26px; }
.hero-status, .route-card { border-radius: 15px; }

.button {
  min-height: 50px;
  border-radius: 10px;
  font-weight: 650;
}

.button.button-light {
  color: #082012;
  background: #8be6a4;
}

.service-tile,
.stat,
.value-card,
.directory-card,
.person-card,
.contact-form,
.contact-aside {
  border-radius: 18px;
}

.service-tile h3,
.intro-content blockquote,
.story-copy .lead,
.value-card h3,
.directory-card h3,
.person-card h3,
.contact-form h2,
.contact-aside h2,
.dialog-head h2 {
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: -.04em;
}

.page-hero h1 {
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(4rem, 7vw, 7.4rem);
  font-weight: 700;
  line-height: .93;
  letter-spacing: -.065em;
}

.cta-copy h2 {
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(3.2rem, 6.2vw, 6.6rem);
  font-weight: 700;
  line-height: .93;
  letter-spacing: -.06em;
}

.partner-cloud {
  margin-top: 3.5rem;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.partner-cloud > span { margin-bottom: 1.7rem; }

.partner-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
}

.partner-mark,
.partner-mark.wide {
  width: auto;
  height: 108px;
  padding: 1.15rem 1.5rem;
  border-right: 1px solid var(--line);
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  background: #fff;
  transition: transform .35s var(--ease), background .35s ease;
}

.partner-mark:last-child { border-right: 0; }
.partner-mark img {
  width: 100%;
  height: 100%;
  max-width: 165px;
  max-height: 72px;
  margin: auto;
  object-fit: contain;
}
.partner-mark:hover {
  opacity: 1;
  filter: none;
  background: #f1f7f2;
  transform: translateY(-4px);
}

@media (max-width: 991.98px) {
  .site-header { top: 0; }
  .shell, .nav-shell { width: min(100% - 32px, 860px); }
  .nav-shell { min-height: 78px; border-radius: 0; }
  .brand img { width: 154px; height: auto; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    gap: 0;
    margin: 0;
    padding: .75rem;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 0 0 16px 16px;
    background: rgba(6,20,12,.98);
    box-shadow: 0 24px 50px rgba(0,15,7,.28);
  }
  .nav-links a { padding: .9rem 1rem; color: rgba(255,255,255,.76); }
  .nav-links a:hover, .nav-links a.active { color: #fff; background: rgba(255,255,255,.06); border-radius: 8px; }
  .hero-layout { padding-top: 150px; }
  .partner-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .partner-mark { border-bottom: 1px solid var(--line); }
  .partner-mark:nth-child(3) { border-right: 0; }
}

@media (max-width: 767.98px) {
  .shell, .nav-shell { width: calc(100% - 24px); }
  .site-header { top: 0; }
  .nav-shell { min-height: 72px; padding: 0; }
  .brand img { width: 142px; }
  .hero-layout { padding-top: 126px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 4.7rem); line-height: .94; }
  .display { font-size: clamp(2.7rem, 12.5vw, 4rem); }
  .page-hero-copy { padding-top: 125px; }
  .page-hero h1 { font-size: clamp(3.3rem, 14vw, 4.8rem); }
  .partner-cloud { padding: 1rem; }
  .partner-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partner-mark,
  .partner-mark.wide { height: 92px; padding: 1rem; border-right: 1px solid var(--line); }
  .partner-mark:nth-child(2n) { border-right: 0; }
  .partner-mark:last-child { grid-column: 1 / -1; border-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header, .nav-shell, .partner-mark { transition: none !important; }
}
/* Full-bleed brand hero */
.hero {
  min-height: 820px;
  height: 100svh;
  max-height: 980px;
  background: var(--night);
}

.hero::before {
  z-index: 1;
  opacity: .1;
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, black, transparent 72%);
}

.hero::after {
  z-index: 1;
  width: 520px;
  height: 520px;
  left: -300px;
  bottom: -350px;
  border-width: 70px;
}

.hero-layout {
  position: relative;
  z-index: 3;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding: 150px 0 100px;
}

.hero-copy {
  z-index: 4;
  width: min(760px, 62vw);
  padding-left: 0;
}

.hero h1 { max-width: 760px; }
.hero-summary { max-width: 590px; }
.hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.hero-image {
  position: absolute;
  inset: 0;
  border-radius: 0;
}

.hero-image img {
  transform: scale(1.03);
  filter: saturate(.78) contrast(1.07);
}

.hero-image::after {
  background:
    linear-gradient(90deg, rgba(4,17,10,.96) 0%, rgba(4,17,10,.84) 37%, rgba(4,17,10,.32) 72%, rgba(4,17,10,.18) 100%),
    linear-gradient(0deg, rgba(4,17,10,.68), transparent 48%);
}

.hero-status {
  top: 150px;
  right: max(24px, calc((100vw - 1380px) / 2));
  border-color: rgba(255,255,255,.18);
}

.route-card {
  left: auto;
  right: max(24px, calc((100vw - 1380px) / 2));
  bottom: 64px;
}

.hero-index { display: none; }

@media (max-width: 991.98px) {
  .hero {
    min-height: 820px;
    height: 100svh;
    max-height: none;
  }
  .hero-layout {
    display: flex;
    padding: 140px 0 155px;
  }
  .hero-copy { width: min(680px, 82vw); }
  .hero-visual { position: absolute; height: 100%; }
  .hero-image { right: 0; border-radius: 0; }
  .hero-status { top: 120px; right: 24px; }
  .route-card { left: auto; right: 24px; bottom: 26px; }
}

@media (max-width: 767.98px) {
  .hero {
    min-height: 780px;
    height: 100svh;
  }
  .hero-layout {
    padding: 115px 0 185px;
    align-items: center;
  }
  .hero-copy { width: 100%; }
  .hero h1 { max-width: 620px; }
  .hero-summary { max-width: 470px; }
  .hero-status { display: none; }
  .route-card {
    left: 12px;
    right: 12px;
    bottom: 18px;
    width: auto;
  }
  .hero-image::after {
    background:
      linear-gradient(90deg, rgba(4,17,10,.94), rgba(4,17,10,.62)),
      linear-gradient(0deg, rgba(4,17,10,.78), transparent 55%);
  }
}

/* WHITE BRAND SYSTEM — clean logistics design */
:root {
  --night: #0c2014;
  --night-2: #133823;
  --ink: #102219;
  --muted: #647168;
  --fog: #f2f6f2;
  --paper: #ffffff;
  --white: #ffffff;
  --green: #20b45a;
  --green-deep: #08763a;
  --acid: #dff6e6;
  --line: rgba(14, 52, 29, .12);
  --line-light: rgba(14, 52, 29, .1);
  --shadow-sm: 0 16px 50px rgba(18, 57, 32, .07);
  --shadow-lg: 0 34px 90px rgba(18, 57, 32, .13);
}

html { scroll-padding-top: 86px; }
body { color: var(--ink); background: #fff; }

.page-loader {
  color: var(--ink);
  background: #fff;
}
.loader-logo { filter: none; }
.loader-line { background: #dce9df; }
.loader-line::after { background: var(--green); }

.site-header,
.site-header.is-fixed {
  position: fixed;
  top: 0;
  padding: 0;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e3ebe5;
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.site-header.is-fixed {
  box-shadow: 0 10px 34px rgba(18,57,32,.07);
}

.nav-shell,
.site-header.is-fixed .nav-shell {
  width: min(1380px, calc(100% - 48px));
  min-height: 84px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand img {
  width: 184px;
  height: auto;
  max-height: 60px;
  filter: none;
}

.nav-links { gap: 1.9rem; }

.nav-links a {
  padding: 1rem 0;
  color: #3e4d44;
  font-size: .85rem;
  font-weight: 550;
}

.nav-links a::after {
  bottom: .5rem;
  background: var(--green);
}

.nav-links a:hover,
.nav-links a.active { color: var(--green-deep); }

.nav-cta {
  color: #fff;
  background: var(--green-deep);
  box-shadow: none;
}
.nav-cta:hover {
  color: #fff;
  background: #0a8d46;
  box-shadow: 0 12px 28px rgba(8,118,58,.18);
}

.menu-toggle {
  color: var(--green-deep);
  background: #f2f7f3;
  border-color: #d8e6dc;
}

.hero {
  min-height: 880px;
  height: auto;
  max-height: none;
  color: var(--ink);
  background: #fff;
}

.hero::before {
  z-index: 0;
  opacity: .5;
  background-image:
    linear-gradient(rgba(8,118,58,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,118,58,.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 54%);
}

.hero::after {
  z-index: 0;
  left: -270px;
  bottom: -340px;
  width: 540px;
  height: 540px;
  border: 70px solid rgba(32,180,90,.06);
}

.hero-layout {
  position: relative;
  z-index: 2;
  min-height: 880px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(3rem, 5.5vw, 6rem);
  padding: 128px 0 54px;
}

.hero-copy {
  width: auto;
  max-width: 690px;
  padding: 0;
}

.hero .section-kicker { color: var(--green-deep); }

.hero h1 {
  max-width: 690px;
  color: var(--ink);
  font-size: clamp(4rem, 6.2vw, 7rem);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.062em;
}

.hero h1 .accent {
  display: block;
  color: var(--green-deep);
}

.hero-summary {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.06rem;
}

.hero-visual {
  position: relative;
  inset: auto;
  width: 100%;
  height: min(690px, 74vh);
  min-height: 590px;
}

.hero-image {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}

.hero-image img {
  transform: scale(1.02);
  filter: saturate(.9) contrast(1.02);
}

.hero-image::after {
  background: linear-gradient(0deg, rgba(6,37,18,.42), transparent 48%);
}

.hero-status {
  top: 22px;
  right: 22px;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(255,255,255,.9);
  box-shadow: 0 16px 40px rgba(5,35,16,.13);
}
.status-top { color: var(--muted); }
.hero-status strong { color: var(--ink); }
.hero-status small { color: var(--muted); }
.pulse { background: var(--green); box-shadow: 0 0 0 6px rgba(32,180,90,.12); }

.route-card {
  left: -54px;
  right: auto;
  bottom: 36px;
  color: var(--ink);
  background: rgba(255,255,255,.96);
}

.hero .button-light {
  color: #fff;
  background: var(--green-deep);
}
.hero .button-light:hover {
  color: #fff;
  background: #0a8d46;
}

.hero .button-ghost {
  color: var(--ink);
  border-color: #cfdcd2;
  background: #fff;
  backdrop-filter: none;
}
.hero .button-ghost:hover {
  color: var(--green-deep);
  border-color: var(--green);
  background: #f1f8f3;
}

.signal-strip {
  border-top: 1px solid var(--line);
  background: #f8faf8;
}

.section { background: #fff; }
.section-dark {
  color: var(--ink);
  background: #eef6f0;
}
.section-dark .section-kicker { color: var(--green-deep); }
.section-dark .display em { color: var(--green-deep); }
.section-dark .lede { color: var(--muted); }
.section-dark .network-points { border-color: var(--line); }
.section-dark .network-point { border-color: var(--line); }
.section-dark .network-point span { color: var(--green-deep); }
.section-dark .network-point p { color: var(--muted); }

.network-visual {
  border-color: rgba(255,255,255,.55);
  background:
    radial-gradient(circle at 50% 46%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(145deg, #08763a, #16a251);
  box-shadow: 0 30px 80px rgba(8,118,58,.18);
}
.network-visual::before { opacity: .22; }
.orbit { border-color: rgba(255,255,255,.25); }
.hub {
  color: var(--green-deep);
  background: #fff;
  border-color: rgba(255,255,255,.6);
  box-shadow: 0 0 65px rgba(255,255,255,.25);
}
.node {
  color: #fff;
  background: rgba(2,69,30,.46);
  border-color: rgba(255,255,255,.25);
}
.node i { color: #fff; }

.service-tile,
.stat,
.value-card,
.directory-card,
.person-card,
.contact-form {
  border-color: #dfe8e1;
  background: #fff;
  box-shadow: 0 14px 40px rgba(17,57,31,.055);
}
.service-tile:hover,
.directory-card:hover,
.person-card:hover {
  border-color: rgba(32,180,90,.45);
  box-shadow: 0 24px 60px rgba(17,57,31,.11);
}

.partner-cloud {
  border-color: #dde8df;
  background: #fff;
}

.cta-section { background: #fff; }
.cta-panel {
  color: #fff;
  background: var(--green-deep);
}
.cta-panel::before {
  opacity: .32;
  filter: saturate(.75);
}
.cta-panel::after {
  background:
    radial-gradient(circle at 84% 12%, rgba(255,255,255,.18), transparent 26%),
    linear-gradient(90deg, rgba(5,105,49,.98), rgba(10,135,64,.72));
}
.cta-panel .section-kicker { color: #d9f7e1; }
.cta-copy h2 span { color: #dff7e6; }
.cta-panel .button-light {
  color: var(--green-deep);
  background: #fff;
}
.cta-panel .button-light:hover {
  color: #fff;
  background: #064f29;
}

.page-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  color: var(--ink);
  background: #fff;
  padding-top: 84px;
}

.page-hero-media {
  position: absolute;
  left: auto;
  right: 0;
  top: 84px;
  bottom: 0;
  width: 50%;
  padding: 32px 24px 32px 18px;
}

.page-hero-media img {
  border-radius: 22px;
  filter: saturate(.88);
  box-shadow: var(--shadow-lg);
}

.page-hero-media::after {
  inset: 32px 24px 32px 18px;
  border-radius: 22px;
  background: linear-gradient(0deg, rgba(6,44,20,.34), transparent 50%);
}

.page-hero-copy {
  width: min(1380px, calc(100% - 48px));
  max-width: none;
  padding: 120px 0 80px;
}

.page-hero-copy > * { max-width: 46%; }
.page-hero .section-kicker { color: var(--green-deep); }

.breadcrumbs {
  color: var(--muted);
  border-color: #d8e4da;
  background: #f5f8f5;
  backdrop-filter: none;
}

.page-hero h1 {
  color: var(--ink);
  font-size: clamp(3.8rem, 6.5vw, 7rem);
}

.page-hero h1 span { color: var(--green-deep); }
.page-hero .lede { color: var(--muted); }

.contact-aside {
  color: #fff;
  background: linear-gradient(145deg, #08763a, #12a251);
}
.contact-aside::before { opacity: .12; }
.contact-aside .section-kicker { color: #d9f7e1; }
.contact-aside a { color: inherit; }

.site-footer {
  color: #627068;
  background: #f0f6f1;
  border-top: 1px solid #dae6dc;
}
.footer-brand img {
  filter: none;
  opacity: 1;
}
.footer-col h4 { color: var(--ink); }
.footer-col a:hover { color: var(--green-deep); }
.footer-bottom { border-color: #d7e4d9; }

dialog.detail-dialog {
  color: var(--ink);
  background: #fff;
}

@media (max-width: 991.98px) {
  .nav-shell,
  .site-header.is-fixed .nav-shell {
    width: min(100% - 32px, 860px);
    min-height: 76px;
  }
  .brand img { width: 158px; }
  .nav-links {
    top: 100%;
    left: 16px;
    right: 16px;
    padding: .75rem;
    border: 1px solid #dfe8e1;
    border-radius: 0 0 14px 14px;
    background: rgba(255,255,255,.99);
    box-shadow: 0 22px 46px rgba(14,52,29,.12);
  }
  .nav-links a { color: #405047; }
  .nav-links a:hover,
  .nav-links a.active {
    color: var(--green-deep);
    background: #f1f7f2;
  }

  .hero {
    min-height: 1210px;
    height: auto;
  }
  .hero-layout {
    min-height: inherit;
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 3.25rem;
    padding: 130px 0 60px;
  }
  .hero-copy { width: 100%; max-width: 720px; }
  .hero-visual {
    position: relative;
    height: 610px;
    min-height: 0;
  }
  .hero-image { border-radius: 22px; }
  .route-card { left: 20px; right: auto; bottom: 22px; }
  .hero-status { top: 20px; right: 20px; }

  .page-hero {
    min-height: 640px;
    padding-top: 76px;
  }
  .page-hero-media {
    top: 76px;
    width: 48%;
    padding-left: 12px;
  }
  .page-hero-copy { width: min(100% - 32px, 860px); }
  .page-hero-copy > * { max-width: 48%; }
}

@media (max-width: 767.98px) {
  .nav-shell,
  .site-header.is-fixed .nav-shell {
    width: calc(100% - 24px);
    min-height: 72px;
  }
  .brand img { width: 144px; }

  .hero {
    min-height: 1050px;
    height: auto;
  }
  .hero-layout {
    display: grid;
    padding: 112px 0 40px;
    gap: 2.5rem;
  }
  .hero h1 { font-size: clamp(3.15rem, 14vw, 4.5rem); }
  .hero-visual { height: 490px; }
  .hero-status { display: block; width: 185px; }
  .route-card { left: 12px; right: 12px; width: auto; }
  .hero-image::after {
    background: linear-gradient(0deg, rgba(6,37,18,.48), transparent 52%);
  }

  .page-hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 72px;
  }
  .page-hero-copy {
    order: 1;
    width: calc(100% - 24px);
    padding: 60px 0 32px;
  }
  .page-hero-copy > * { max-width: 100%; }
  .page-hero h1 { font-size: clamp(3.2rem, 14vw, 4.5rem); }
  .page-hero-media {
    position: relative;
    order: 2;
    inset: auto;
    width: calc(100% - 24px);
    height: 390px;
    margin: 0 auto 24px;
    padding: 0;
  }
  .page-hero-media::after {
    inset: 0;
    border-radius: 20px;
  }
  .page-hero-media img { border-radius: 20px; }
}

@media (max-width: 420px) {
  .hero { min-height: 1010px; }
  .hero-status { display: none; }
  .hero-visual { height: 450px; }
}