
/* ==========================================================================
   Base — carried over verbatim from the source design's own reset. Every
   element below styles itself inline, so this is the whole global layer.
   ========================================================================== */
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Figtree', ui-sans-serif, system-ui, sans-serif; background: #ffffff; color: #111714; -webkit-font-smoothing: antialiased; }
a { color: #0b5d40; text-decoration: none; }
a:hover { color: #c25a22; }
* { box-sizing: border-box; }
img { max-width: 100%; }

/* Anchors land below the fixed 72px bar rather than under it. */
.sec { scroll-margin-top: 72px; }

/* ==========================================================================
   Hover / focus — compiled from the source's style-hover and style-focus
   attributes. !important because every base declaration is an inline style,
   which no class selector can outrank on specificity alone.
   ========================================================================== */
.hv-1:hover { color:#064e35 !important; }
.hv-2:hover { background:#04412c !important; color:#ffffff !important; }
.hv-3:hover { border-color:#4e8a6e !important; color:#064e35 !important; }
.hv-4:hover { opacity:1 !important; }
.hv-5:hover { border-color:#4e8a6e !important; color:#c25a22 !important; }
.hv-6:hover { background:#f6944f !important; color:#043726 !important; }
.fc-7:focus { border-color:#16704c !important; outline:none !important; box-shadow:0 0 0 3px rgba(6,78,53,0.10) !important; }
.hv-8:hover { background:#04412c !important; }
.hv-9:hover { color:#f7ab7d !important; }

/* Product tiles. Scoped to <a> so the two in-development entries, which render
   as <span>, do not pretend to be clickable. */
a.hv-prod:hover  { border-color:#4e8a6e !important; box-shadow:0 4px 14px rgba(6,78,53,0.09) !important; }
a.hv-prodw:hover { border-color:#4e8a6e !important; box-shadow:0 2px 12px rgba(6,78,53,0.08) !important; }

:focus-visible { outline: 2px solid #16704c; outline-offset: 2px; }
.logo-w { filter: brightness(0) invert(1); }
.hv-4.logo-w:hover { opacity:1 !important; }
.marquee-track { animation: marquee 42s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }
.wwb-node:focus-visible { outline:2px solid #16704c; outline-offset:6px; }
@media (max-width: 1080px) {
  .wwb-map { height:auto !important; margin-bottom:36px !important; }
  .wwb-map > span, .wwb-map > div:first-of-type, .wwb-svg, .wwb-map > div[aria-hidden="true"] { display:none !important; }
  .wwb-nodes { position:static !important; height:auto !important; display:flex !important; flex-direction:column; gap:26px; }
  .wwb-node { position:static !important; transform:none !important; width:100%; }
  .wwb-node > span:last-child { flex:1 1 auto; min-width:0; }
  .wwb-art { display:none !important; }
  .wwb-panel { flex-direction:column !important; }
}
.team-card:hover .team-img, .team-card[data-active="1"] .team-img { filter:grayscale(0) contrast(1) brightness(1) !important; opacity:1 !important; transform:scale(1.03) !important; }
.team-card:focus-visible { outline:2px solid #16704c; outline-offset:-2px; }
@media (max-width: 900px) {
  .team-grid { grid-template-columns:1fr !important; gap:40px !important; }
  .team-grid > div:first-child { position:static !important; }
  .nums-grid { grid-template-columns:1fr !important; }
  .nums-grid > div { border-left:1px dashed #c3cfc8 !important; border-top:none !important; }
  .nums-grid > div:first-child { border-top:1px dashed #c3cfc8 !important; }
}
@media (max-width: 560px) { .team-cards { grid-template-columns:1fr !important; } .team-cards > button { border-left:1px dashed #dde3df !important; border-top:none !important; } .team-cards > button:first-child { border-top:1px dashed #dde3df !important; } }
@media (max-width: 720px) {
  .fa-rail > span { display:none !important; }
  .fa-rail > div { grid-template-columns:repeat(2, 1fr) !important; row-gap:32px; }
}
.prod-cell:hover { background:#f7f9f8 !important; }
a.prod-cell:hover span:last-child { color:#c25a22 !important; }
@media (max-width: 980px) { .prod-grid { grid-template-columns:repeat(2, 1fr) !important; } }
@media (max-width: 620px) { .prod-grid { grid-template-columns:1fr !important; } }
@media (max-width: 900px) { .pv-head { grid-template-columns:1fr !important; gap:24px !important; } .pv-grid { grid-template-columns:1fr !important; } .pv-cell { padding:26px 0 !important; border-right:none !important; border-bottom:1px solid #dde3df; } .pf-head { grid-template-columns:1fr !important; gap:24px !important; } }
@media (max-width: 980px) { .eng-grid { grid-template-columns:1fr !important; } .eng-cell { padding:26px 0 !important; border-right:none !important; border-bottom:1px solid #dde3df; } }
.hv-hero-a:hover { background:#f2f5f3 !important; color:#07100c !important; }
.hv-hero-b:hover { background:rgba(255,255,255,0.12) !important; border-color:rgba(255,255,255,0.4) !important; color:#ffffff !important; }
@media (max-width: 720px) { .hero-stage { min-height:520px !important; padding:64px 20px 32px !important; border-radius:18px !important; } }

/* ==========================================================================
   Navigation — the source design shipped anchor links only, with no dropdown
   and no mobile treatment. Both are added here.
   ========================================================================== */
.nav-menu { display: flex; align-items: center; gap: 32px; }
.nav-link { font-size: 14px; font-weight: 500; color: #4a534e; background: none; border: none; padding: 0; font-family: inherit; cursor: pointer; }
.nav-burger { display: none; align-items: center; justify-content: center; width: 40px; height: 40px; margin-right: -8px; padding: 0; background: none; border: none; border-radius: 9px; color: #39423d; cursor: pointer; }
.nav-burger:hover { background: #f2f5f3; }

/* Company dropdown */
.nav-dd { position: relative; }
.nav-dd-btn { display: inline-flex; align-items: center; gap: 5px; }
.nav-chev { transition: transform 0.2s; }
.nav-dd-btn[aria-expanded="true"] .nav-chev { transform: rotate(180deg); }
.nav-dd-menu {
    display: none; position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%);
    min-width: 160px; padding: 8px 0; background: #ffffff;
    border: 1px solid #e8ece9; border-radius: 12px;
    box-shadow: 0 12px 32px rgba(6,78,53,0.10);
    z-index: 60;
}
.nav-dd-menu.is-open { display: flex; flex-direction: column; }
.nav-dd-item { display: block; padding: 10px 20px; font-size: 14px; font-weight: 500; color: #4a534e; white-space: nowrap; }
.nav-dd-item:hover { background: #f2f5f3; color: #064e35; }

@media (max-width: 1024px) {
    .nav-burger { display: inline-flex; }
    .nav-menu {
        display: none; position: absolute; top: 72px; left: 0; right: 0;
        flex-direction: column; align-items: stretch; gap: 0;
        padding: 6px 20px 20px; background: #ffffff;
        border-bottom: 1px solid #e8ece9;
        box-shadow: 0 18px 32px rgba(6,78,53,0.10);
        max-height: calc(100vh - 72px); overflow-y: auto;
    }
    .site-nav.is-open .nav-menu { display: flex; }
    .nav-link { padding: 13px 0; border-bottom: 1px solid #f0f3f1; }
    .nav-dd { width: 100%; }
    .nav-dd-btn { width: 100%; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid #f0f3f1; }
    .nav-dd-menu { position: static; transform: none; border: none; border-radius: 0; box-shadow: none; padding: 0; }
    .nav-dd-item { padding: 11px 0 11px 18px; border-bottom: 1px solid #f0f3f1; }
    .nav-cta { justify-content: center; margin-top: 16px; }
}

/* ==========================================================================
   Responsive — the source is a fixed desktop composition: four hard two-column
   grids, ruled columns that assume they sit side by side, and flat 32px
   gutters. Everything below is the mobile behaviour it never had.
   ========================================================================== */
/* The hero's two decorative gradient blobs are sized for a wide canvas (420px
   and 480px). At desktop widths they sit inside the viewport; below ~900px the
   left one pushes past the right edge and creates a horizontal scrollbar.
   overflow-x:clip rather than hidden, so the deliberate vertical bleed above
   and below the section is preserved. */
#top { overflow-x: clip; }

@media (max-width: 1024px) {
    .grid-hero { grid-template-columns: 1fr !important; gap: 40px !important; padding: 40px 0 44px !important; }
}

@media (max-width: 900px) {
    .grid-split { grid-template-columns: 1fr !important; gap: 40px !important; }
    .aside-rule { border-left: none !important; padding-left: 0 !important; padding-top: 32px; border-top: 1px solid #dde3df; }
}

@media (max-width: 860px) {
    /* A ruled column collapsed to full width leaves its rule stranded on the
       right edge; it becomes a divider above instead. */
    .ruled-col { border-right: none !important; padding: 20px 0 0 !important; border-top: 1px solid #dde3df; }
    .ruled-col--dark { border-top-color: rgba(255,255,255,0.14); }
    .sec-head { flex-wrap: wrap; gap: 6px !important; }
}

@media (max-width: 720px) {
    .sec { padding-left: 20px !important; padding-right: 20px !important; }
    section.sec { padding-top: 76px !important; padding-bottom: 76px !important; }
    #top.sec { padding-top: 116px !important; padding-bottom: 0 !important; }
    .nav-bar { padding: 0 20px !important; }
    .grid-two { grid-template-columns: 1fr !important; }
}

@media (max-width: 480px) {
    .grid-prod { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition-duration: 0.01ms !important; }
}

