/* PAGE-BODY CSS (self-contained) — solutions/healthy-buildings-indoor-environment  route /solutions/healthy-buildings-indoor-environment
   Extracted verbatim from CEO-approved production handoff (04 Solutions).
   Loaded BEFORE global.css so shared chrome wins. */



:root{
  --navy:#071a2e;
  --navy2:#0b233b;
  --navy3:#10304e;
  --light:#eef0f2;
  --light2:#f4f4f5;
  --ink:#101318;
  --muted:#4d5863;
  --white:#f7f8fa;
  --gold:#f6aa00;
  --cyan:#33c6f4;
  --cyan2:#72e5ff;
  --purple:#8367e8;
  --line-dark:rgba(255,255,255,.18);
  --line-light:rgba(7,26,46,.18);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--navy);color:var(--ink)}
.page-body{font-family:Inter,Arial,Helvetica,sans-serif}
.page{width:100%;margin:0 auto;overflow:hidden;background:var(--light2)}
.wrap{width:calc(100% - 120px);max-width:1320px;margin:0 auto}
.dark{background:var(--navy);color:var(--white)}
.light{background:var(--light);color:var(--ink)}
.section{padding:60px 0}
.eyebrow{font-size:24px;line-height:1.15;font-weight:700;letter-spacing:.015em;text-transform:uppercase;color:var(--gold);margin:0 0 22px}
h1{font-size:64px;line-height:1.04;font-weight:500;letter-spacing:-.035em;margin:0}
h2{font-size:48px;line-height:1.08;font-weight:500;letter-spacing:-.025em;margin:0}
h3{font-size:23px;line-height:1.16;font-weight:600;letter-spacing:-.012em;margin:0}
.body{font-size:20px;line-height:1.55;margin:0}
.supporting{font-size:18px;line-height:1.5;margin:0}
.cta-row{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.cta{font-size:18px;line-height:1;font-weight:600;text-decoration:none;padding:18px 24px;border-radius:6px;display:inline-flex;align-items:center;gap:12px;white-space:nowrap}
.cta.primary{background:var(--gold);color:#0b1725;border:1px solid var(--gold)}
.cta.secondary.darkbtn{color:var(--white);border:1px solid rgba(255,255,255,.68);background:transparent}
.cta.secondary.lightbtn{color:#0b2a56;border:1px solid #0b2a56;background:transparent}
.page-body .arrow{font-size:26px;line-height:.6;font-weight:300}

/* hero */
.hero{padding:60px 0;position:relative;background:linear-gradient(180deg,#071a2e 0%,#071a2e 65%,#081d33 100%)}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(255,255,255,.08)}
.hero-grid{display:grid;grid-template-columns:606px 1fr;gap:58px;align-items:center;min-height:620px}
.hero-copy .body{max-width:602px;color:#edf3f8;margin-top:28px}
.hero-copy .supporting{margin-top:22px;color:#ced8e2;max-width:600px}
.hero-copy .cta-row{margin-top:32px}
.hero-visual{aspect-ratio:16/9;position:relative;border:0;border-radius:0;overflow:visible;background:transparent;box-shadow:none;transform:scale(1.22);transform-origin:center center;left:22px}
.hero-visual:before,.hero-visual:after{display:none}
.hero-image{width:100%;height:100%;display:block;object-fit:cover;filter:brightness(1.04) contrast(1.02)}
.hero-room{position:absolute;inset:0;z-index:1}
.hero-room svg{width:100%;height:100%}
.sensor-chip{position:absolute;z-index:4;min-width:128px;padding:12px 14px;border:1px solid rgba(255,255,255,.22);border-radius:9px;background:rgba(8,27,47,.82);backdrop-filter:blur(3px);display:flex;align-items:center;gap:10px;color:#f5f8fb;font-size:15px;font-weight:650;box-shadow:0 10px 24px rgba(0,0,0,.16)}
.sensor-chip .dot{width:10px;height:10px;border-radius:50%;background:var(--cyan2);box-shadow:0 0 0 5px rgba(114,229,255,.10)}
.sensor-chip.gold .dot{background:var(--gold);box-shadow:0 0 0 5px rgba(235,179,87,.10)}
.sensor-chip.purple .dot{background:#a28df1;box-shadow:0 0 0 5px rgba(162,141,241,.11)}
.chip-co2{left:42px;top:58px}.chip-temp{right:42px;top:76px}.chip-rh{left:58px;bottom:76px}.chip-occ{right:52px;bottom:56px}.chip-hvac{left:238px;top:222px;min-width:150px;justify-content:center;border-color:rgba(235,179,87,.36);background:rgba(17,42,65,.92)}
.hero-edge{position:absolute;z-index:5;left:252px;bottom:42px;width:124px;height:78px;border-radius:12px;background:#0d2c47;border:1px solid rgba(255,255,255,.15);border-top:2px solid var(--gold);box-shadow:0 12px 28px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;color:#eef5f9}
.hero-edge svg{width:62px;height:38px}
.hero-edge .edge-pulse{position:absolute;inset:-18px;border-radius:18px;border:1px solid rgba(51,198,244,.18)}
.orbit-line{position:absolute;z-index:2;border-radius:50%;border:1px dashed rgba(114,229,255,.22)}
.orbit-a{width:410px;height:300px;left:108px;top:100px;transform:rotate(-8deg)}
.orbit-b{width:300px;height:390px;left:162px;top:70px;transform:rotate(17deg);border-color:rgba(235,179,87,.20)}

/* section heads */
.section-head{max-width:1040px}
.section-head .body{margin-top:22px;max-width:1020px}
.light .section-head .body{color:#37414a}.dark .section-head .body{color:#d7e0e8}

/* common feature grid */
.features-four{display:grid;grid-template-columns:repeat(4,1fr);margin-top:42px;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}
.dark .features-four{border-color:var(--line-dark)}
.feature{padding:30px 26px 30px 0;min-height:224px;position:relative}
.feature:not(:last-child){border-right:1px solid var(--line-light);padding-right:28px;margin-right:28px}
.dark .feature:not(:last-child){border-color:var(--line-dark)}
.feature-icon{width:82px;height:72px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:18px;background:transparent;border:0;border-radius:0;color:#6ea5d6;box-shadow:none}
.dark .feature-icon{background:transparent;border:0;color:var(--gold);box-shadow:none}
.feature-icon svg{width:48px;height:48px;stroke:currentColor;fill:none;stroke-width:2.05;stroke-linecap:round;stroke-linejoin:round}
.feature h3{margin-bottom:11px}
.feature p{font-size:18px;line-height:1.48;margin:0;color:#4a535c}
.dark .feature p{color:#d4dde6}

/* section 2 workflow */
.workflow{margin-top:36px;border:1px solid var(--line-light);border-radius:11px;padding:30px 28px;background:rgba(255,255,255,.4);position:relative;overflow:hidden}
.workflow:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(51,198,244,.05),transparent 30%,rgba(235,179,87,.06) 72%,transparent)}
.workflow-grid{position:relative;display:grid;grid-template-columns:1.35fr 48px 1.05fr 48px .95fr 48px 1.05fr;align-items:center;gap:10px}
.workflow-node{min-height:92px;border-radius:9px;border:1px solid rgba(7,26,46,.14);background:rgba(255,255,255,.72);display:flex;align-items:center;justify-content:center;text-align:center;padding:16px 17px;font-size:16px;font-weight:700;line-height:1.27;color:#15324b}
.workflow-node.highlight{background:#0c2943;border-color:#0c2943;color:#f7f8fa;box-shadow:0 13px 30px rgba(7,26,46,.13)}
.workflow-node.highlight span{color:var(--gold)}
.workflow-arrow{text-align:center;color:#9c6a1f;font-size:33px}
.source-cluster{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.source-cluster .mini{border:1px solid rgba(7,26,46,.14);border-radius:7px;padding:12px 8px;text-align:center;background:rgba(255,255,255,.78);font-size:14px;line-height:1.2;font-weight:700;color:#263f55}

/* sec 3 five features */
.feature-five{display:grid;grid-template-columns:repeat(6,1fr);margin-top:42px;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}
.feature-five .feature{min-height:235px}
.feature-five .feature:nth-child(1),.feature-five .feature:nth-child(2),.feature-five .feature:nth-child(3){grid-column:span 2}
.feature-five .feature:nth-child(4),.feature-five .feature:nth-child(5){grid-column:span 3;border-top:1px solid var(--line-dark)}
.feature-five .feature:nth-child(3){border-right:none;margin-right:0;padding-right:0}
.feature-five .feature:nth-child(5){border-right:none;margin-right:0;padding-right:0}
.section-link{font-size:18px;font-weight:650;text-decoration:none;color:var(--gold);display:inline-flex;gap:10px;align-items:center;margin-top:30px}

/* callout */
.callout{margin-top:34px;border:1px solid rgba(7,26,46,.18);border-radius:10px;padding:22px 26px;display:grid;grid-template-columns:230px 1fr;align-items:center;background:rgba(255,255,255,.42)}
.callout .label{font-size:16px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#9a6616}
.callout p{font-size:18px;line-height:1.45;margin:0;color:#36434e}
.dark .callout{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.03)}
.dark .callout .label{color:var(--gold)}
.dark .callout p{color:#d8e1e8}

/* section 5 roadmap */
.roadmap-badge{display:inline-flex;align-items:center;padding:5px 8px;border-radius:5px;margin-left:7px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#0b1a28;background:var(--gold);vertical-align:2px}

/* section 6 */
.uses-grid{display:grid;grid-template-columns:repeat(6,1fr);margin-top:42px;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}
.uses-grid .feature{min-height:225px}
.uses-grid .feature:nth-child(1),.uses-grid .feature:nth-child(2),.uses-grid .feature:nth-child(3){grid-column:span 2}
.uses-grid .feature:nth-child(4),.uses-grid .feature:nth-child(5){grid-column:span 3;border-top:1px solid var(--line-light)}
.uses-grid .feature:nth-child(3),.uses-grid .feature:nth-child(5){border-right:none;margin-right:0;padding-right:0}
.data-flow{margin-top:34px;border:1px solid rgba(7,26,46,.14);border-radius:12px;background:rgba(255,255,255,.45);padding:28px 26px;position:relative;overflow:hidden}
.data-flow:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 48%,rgba(51,198,244,.11),transparent 21%),radial-gradient(circle at 85% 52%,rgba(235,179,87,.10),transparent 25%)}
.data-flow-row{position:relative;display:grid;grid-template-columns:240px 52px 1fr;align-items:center;gap:14px}
.data-source{height:90px;border-radius:10px;background:#0c2943;color:#f6f8fa;border:1px solid #0c2943;display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;font-size:16px;font-weight:750;line-height:1.25}
.data-arrow{text-align:center;color:#9c6a1f;font-size:34px}
.data-destinations{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.dest{min-height:90px;border:1px solid rgba(7,26,46,.15);border-top:2px solid rgba(51,198,244,.55);border-radius:9px;background:rgba(255,255,255,.72);display:flex;align-items:center;justify-content:center;text-align:center;padding:12px;font-size:14px;line-height:1.25;font-weight:700;color:#263f55}

/* final section */
.start-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:42px;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}
.start-grid .feature{min-height:224px}
.start-grid .feature:last-child{border-right:none;margin-right:0;padding-right:0}
.what-you-get{margin-top:34px;padding:20px 22px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.025);display:flex;align-items:center;gap:20px}
.what-you-get .label{font-size:16px;line-height:1.15;font-weight:800;color:var(--gold);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}
.what-you-get .copy{font-size:16px;line-height:1.5;color:#d8e1e8}
.final-card{margin-top:34px;padding:34px 38px;border-radius:12px;border:1px solid rgba(255,255,255,.20);background:linear-gradient(135deg,rgba(255,255,255,.035),rgba(235,179,87,.05));display:grid;grid-template-columns:1fr auto;align-items:center;gap:34px}
.final-card h3{font-size:31px;line-height:1.12;color:#f4f7fa;max-width:660px}
.final-card p{font-size:18px;line-height:1.5;color:#d4dde6;margin:12px 0 0;max-width:760px}
.related{margin-top:26px;padding:23px 0 6px;border-top:1px solid rgba(255,255,255,.13);display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:17px;color:#d6dee7}
.related a{color:#eef3f7;text-decoration:none;border-bottom:1px solid rgba(235,179,87,.45);padding-bottom:2px}
.related .sep{color:rgba(255,255,255,.32)}



/* ========================================================================
   RESPONSIVE PRODUCTION ADAPTATION — LEXI Responsive Design Standard v1.5
   Desktop retains the approved 60px section rhythm and approved composition.
   Tablet/mobile adapt conservatively; no independent redesign is introduced.
   ======================================================================== */
.page-body img{max-width:100%}
.page-body a:focus-visible{outline:3px solid #9adcf5;outline-offset:3px}

@media (max-width:1100px){
  .page-body .wrap{width:calc(100% - 64px)}
  .page-body .section,.page-body .hero{padding-top:52px;padding-bottom:52px}
  .page-body h1{font-size:52px}
  .page-body h2{font-size:40px}
  .page-body .eyebrow{font-size:21px}
  .page-body .hero-grid{grid-template-columns:1fr;gap:38px;min-height:0}
  .page-body .hero-copy,.page-body .hero-copy .body,.page-body .hero-copy .supporting{max-width:820px}
  .page-body .hero-visual{width:min(100%,900px);margin-inline:auto;transform:none;left:0;aspect-ratio:16/9}
  .page-body .features-four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-body .features-four .feature{border-right:0;margin-right:0;padding-right:24px}
  .page-body .features-four .feature:nth-child(odd){border-right:1px solid var(--line-light);margin-right:24px}
  .page-body .dark .features-four .feature:nth-child(odd){border-color:var(--line-dark)}
  .page-body .features-four .feature:nth-child(n+3){border-top:1px solid var(--line-light)}
  .page-body .dark .features-four .feature:nth-child(n+3){border-color:var(--line-dark)}
  .page-body .feature-five,.page-body .uses-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-body .feature-five .feature,.page-body .uses-grid .feature{grid-column:auto!important;border-right:0;margin-right:0;padding-right:24px}
  .page-body .feature-five .feature:nth-child(odd),.page-body .uses-grid .feature:nth-child(odd){border-right:1px solid var(--line-dark);margin-right:24px}
  .page-body .uses-grid .feature:nth-child(odd){border-color:var(--line-light)}
  .page-body .feature-five .feature:nth-child(n+3){border-top:1px solid var(--line-dark)}
  .page-body .uses-grid .feature:nth-child(n+3){border-top:1px solid var(--line-light)}
  .page-body .feature-five .feature:last-child,.page-body .uses-grid .feature:last-child{grid-column:1/-1!important;border-right:0;margin-right:0}
  .page-body .workflow-grid{grid-template-columns:1fr;max-width:760px;margin-inline:auto;gap:9px}
  .page-body .workflow-arrow{transform:rotate(90deg);height:34px;line-height:34px}
  .page-body .source-cluster{max-width:620px;width:100%;margin-inline:auto}
  .page-body .data-flow-row{grid-template-columns:1fr;gap:10px}
  .page-body .data-source{max-width:560px;width:100%;margin-inline:auto}
  .page-body .data-arrow{transform:rotate(90deg);height:34px;line-height:34px}
  .page-body .data-destinations{grid-template-columns:repeat(3,minmax(0,1fr))}
  .page-body .final-card{grid-template-columns:1fr;align-items:start}
}

@media (max-width:700px){
  .page-body .wrap{width:calc(100% - 36px)}
  .page-body .section,.page-body .hero{padding-top:44px;padding-bottom:44px}
  .page-body h1{font-size:42px;line-height:1.06}
  .page-body h2{font-size:34px;line-height:1.1}
  .page-body h3{font-size:21px}
  .page-body .eyebrow{font-size:18px;margin-bottom:18px}
  .page-body .body{font-size:18px;line-height:1.52}
  .page-body .supporting{font-size:17px}
  .page-body .hero-copy .body{margin-top:22px}
  .page-body .hero-copy .supporting{margin-top:18px}
  .page-body .hero-copy .cta-row{margin-top:26px}
  .page-body .cta-row{width:100%;gap:12px}
  .page-body .cta{width:100%;justify-content:center;white-space:normal;text-align:center;font-size:17px;padding:16px 18px}
  .page-body .hero-grid{gap:30px}
  .page-body .hero-visual{width:calc(100% + 16px);max-width:none;margin-left:-8px}
  .page-body .section-head .body{margin-top:18px}
  .page-body .features-four,.page-body .feature-five,.page-body .uses-grid,.page-body .start-grid{grid-template-columns:1fr}
  .page-body .features-four .feature,.page-body .features-four .feature:nth-child(odd),.page-body .feature-five .feature,.page-body .feature-five .feature:nth-child(odd),.page-body .uses-grid .feature,.page-body .uses-grid .feature:nth-child(odd),.page-body .start-grid .feature{grid-column:auto!important;border-right:0!important;margin-right:0!important;padding-right:0!important;min-height:0}
  .page-body .features-four .feature + .feature{border-top:1px solid var(--line-light)}
  .page-body .dark .features-four .feature + .feature,.page-body .feature-five .feature + .feature,.page-body .start-grid .feature + .feature{border-top:1px solid var(--line-dark)}
  .page-body .uses-grid .feature + .feature{border-top:1px solid var(--line-light)}
  .page-body .feature{padding-top:24px;padding-bottom:25px}
  .page-body .feature-icon{height:62px;margin-bottom:12px}
  .page-body .feature p{font-size:17px}
  .page-body .workflow,.page-body .data-flow{margin-top:30px;padding:20px 16px}
  .page-body .source-cluster{grid-template-columns:1fr}
  .page-body .workflow-node{min-height:76px;font-size:15px}
  .page-body .data-destinations{grid-template-columns:1fr}
  .page-body .dest{min-height:72px}
  .page-body .callout{grid-template-columns:1fr;gap:10px;padding:20px}
  .page-body .what-you-get{align-items:flex-start;flex-direction:column;gap:10px;padding:18px}
  .page-body .what-you-get .label{white-space:normal}
  .page-body .final-card{margin-top:28px;padding:26px 20px;gap:24px}
  .page-body .final-card h3{font-size:27px}
  .page-body .final-card .cta-row{width:100%}
  .page-body .related{font-size:16px;gap:10px 8px}
  .page-body .related .sep{display:none}
  .page-body .related a{margin-right:10px}
}

@media (max-width:460px){
  .page-body .wrap{width:calc(100% - 30px)}
  .page-body h1{font-size:38px}
  .page-body h2{font-size:31px}
  .page-body .hero-visual{width:calc(100% + 12px);margin-left:-6px}
}

/* ========================================================================
   GLOBAL HEADER / FOOTER v2 — LINKEDIN ONLY
   Exact component source retained; custom properties namespaced to prevent
   collision with the approved page-body design tokens.
   ======================================================================== */

  :root {
    --ghf-navy:#001733;
    --ghf-navy-2:#00213f;
    --ghf-navy-3:#082b4f;
    --ghf-cyan:#6ec6e9;
    --ghf-cyan-muted:#335d7c;
    --ghf-gold:#f6aa00;
    --ghf-white:#ffffff;
    --ghf-text-muted:#a9bdd1;
    --ghf-page-bg:#f4f7fa;
    --ghf-focus:#9adcf5;
  }
  *{box-sizing:border-box}
  html{scroll-behavior:smooth}
  body{margin:0;background:var(--ghf-page-bg);color:#081c37;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
  a{text-underline-offset:3px}
  button,a{-webkit-tap-highlight-color:transparent}
  :focus-visible{outline:3px solid var(--ghf-focus);outline-offset:3px}

  /* ==========================================================
     GLOBAL HEADER — desktop values match approved v3 LinkedIn-only master.
     Route note: replace handoff hrefs with final sitemap/CMS URLs.
     Active nav can be set with body[data-active-nav], e.g. Solutions.
     ========================================================== */
  .site-header{position:relative;z-index:1000;height:82px;background:linear-gradient(90deg,var(--ghf-navy-2) 0%,var(--ghf-navy) 45%,#00142d 100%);color:#fff;border-bottom:1px solid rgba(110,198,233,.18)}
  .header-inner{height:100%;padding:0 30px;display:grid;grid-template-columns:180px 1fr 164px;align-items:center;gap:20px;max-width:1440px;margin:0 auto}
  .logo-wrap{display:flex;align-items:center;width:max-content}
  .logo{display:block;width:108px;height:auto}
  .primary-nav{display:flex;align-items:stretch;justify-content:center;height:100%;gap:0}
  .nav-link{position:relative;min-width:102px;height:100%;display:flex;align-items:center;justify-content:center;padding:4px 16px 0;color:#fff;text-decoration:none;font-size:15px;font-weight:600;letter-spacing:-.01em;white-space:nowrap}
  .nav-link::after{content:"";position:absolute;left:9px;right:9px;bottom:10px;height:2px;background:rgba(110,198,233,.18)}
  .nav-link.active::after,.nav-link[aria-current="page"]::after{background:var(--ghf-gold);height:3px}
  .nav-link:hover{color:#fff}
  .header-actions{justify-self:end;display:flex;align-items:center;gap:10px}
  .header-cta,.footer-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:40px;padding:0 18px;border:2px solid var(--ghf-gold);border-radius:4px;color:var(--ghf-gold);font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap}
  .site-header .arrow,.site-footer .arrow{font-size:18px;line-height:1;margin-top:-1px}
  .menu-toggle{display:none;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:4px;background:transparent;color:#fff;align-items:center;justify-content:center;cursor:pointer}
  .menu-toggle-lines{width:20px;height:14px;position:relative;display:block}
  .menu-toggle-lines::before,.menu-toggle-lines::after,.menu-toggle-lines span{content:"";position:absolute;left:0;width:20px;height:2px;background:currentColor;border-radius:2px;transition:transform .18s ease,opacity .18s ease,top .18s ease}
  .menu-toggle-lines::before{top:0}
  .menu-toggle-lines span{top:6px}
  .menu-toggle-lines::after{top:12px}
  .site-header.menu-open .menu-toggle-lines::before{top:6px;transform:rotate(45deg)}
  .site-header.menu-open .menu-toggle-lines span{opacity:0}
  .site-header.menu-open .menu-toggle-lines::after{top:6px;transform:rotate(-45deg)}

  /* ==========================================================
     GLOBAL FOOTER — desktop values match approved v3 LinkedIn-only master.
     ========================================================== */
  .site-footer{background:linear-gradient(90deg,#00203e 0%,var(--ghf-navy) 44%,#00142d 100%);color:#fff;border-top:1px solid rgba(110,198,233,.16)}
  .footer-main{padding:36px 30px 24px;max-width:1440px;margin:0 auto}
  .footer-top{min-height:94px;display:grid;grid-template-columns:220px 1fr 164px;align-items:center;gap:20px}
  .footer-brand .logo{width:116px}
  .footer-nav{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:nowrap}
  .footer-nav a{position:relative;color:#fff;text-decoration:none;font-size:14px;font-weight:600;padding:10px 12px 13px;white-space:nowrap}
  .footer-nav a::after{content:"";position:absolute;left:12px;right:12px;bottom:5px;height:1px;background:rgba(110,198,233,.26)}
  .footer-cta{justify-self:end}
  .footer-divider{height:1px;background:rgba(110,198,233,.18)}

  .utility-wrap{padding:20px 30px 18px;max-width:1440px;margin:0 auto}
  .utility-grid{border:1px solid rgba(246,170,0,.72);border-radius:8px;display:grid;grid-template-columns:repeat(7,1fr);overflow:hidden;background:rgba(255,255,255,.015)}
  .utility-item{min-height:70px;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;color:#dfeaf3;text-decoration:none;font-size:13.5px;font-weight:600;text-align:left;white-space:nowrap}
  .utility-item + .utility-item{border-left:1px solid rgba(246,170,0,.45)}
  .utility-item svg{width:25px;height:25px;flex:0 0 25px;stroke:#88bfe0;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .utility-item.talk{color:#fff}
  .utility-item.talk svg{stroke:var(--ghf-gold)}

  .footer-bottom{max-width:1440px;margin:0 auto;padding:12px 30px 18px;display:flex;align-items:center;justify-content:space-between;color:#8fa6ba;font-size:11px}
  .footer-bottom-left{display:flex;gap:18px;align-items:center}
  .socials{display:flex;align-items:center;gap:9px}
  .social{width:24px;height:24px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:11px;font-weight:700}

  /* TABLET — responsive derivative of approved desktop master. */
  @media (max-width:1100px){
    .header-inner{grid-template-columns:1fr auto;padding:0 24px;gap:12px}
    .logo{width:104px}
    .header-actions{grid-column:2;grid-row:1}
    .menu-toggle{display:inline-flex}
    .primary-nav{display:none;position:absolute;left:0;right:0;top:82px;height:auto;padding:16px 24px 20px;background:linear-gradient(90deg,var(--ghf-navy-2) 0%,var(--ghf-navy) 45%,#00142d 100%);border-top:1px solid rgba(110,198,233,.15);border-bottom:1px solid rgba(110,198,233,.22);box-shadow:0 14px 24px rgba(0,15,35,.24);grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 20px}
    .site-header.menu-open .primary-nav{display:grid}
    .nav-link{min-width:0;height:52px;justify-content:flex-start;padding:0 12px;font-size:15px}
    .nav-link::after{left:12px;right:12px;bottom:5px}

    .footer-main{padding:32px 24px 22px}
    .footer-top{grid-template-columns:1fr auto;gap:18px;min-height:0}
    .footer-brand .logo{width:112px}
    .footer-cta{grid-column:2;grid-row:1}
    .footer-nav{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 12px;justify-content:stretch}
    .footer-nav a{padding:12px 10px 14px}
    .utility-wrap{padding:18px 24px 16px}
    .utility-grid{grid-template-columns:repeat(4,1fr)}
    .utility-item{justify-content:flex-start;white-space:normal;border-left:1px solid rgba(246,170,0,.45);border-top:1px solid rgba(246,170,0,.45)}
    .utility-item:nth-child(-n+4){border-top:0}
    .utility-item:nth-child(4n+1){border-left:0}
    .footer-bottom{padding:12px 24px 18px}
  }

  /* MOBILE — all approved content remains present; no content is omitted. */
  @media (max-width:700px){
    .header-inner{padding:0 16px;gap:8px}
    .logo{width:96px}
    .header-actions{gap:8px}
    .header-cta{padding:0 12px}
    .primary-nav{padding:12px 16px 18px;grid-template-columns:1fr}
    .nav-link{height:50px;padding:0 8px}
    .nav-link::after{left:8px;right:8px}

    .footer-main{padding:30px 16px 20px}
    .footer-top{grid-template-columns:1fr;gap:18px;align-items:start}
    .footer-brand .logo{width:108px}
    .footer-cta{grid-column:1;grid-row:auto;justify-self:start}
    .footer-nav{grid-column:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 10px}
    .footer-nav a{padding:11px 8px 13px}
    .footer-nav a::after{left:8px;right:8px}
    .utility-wrap{padding:16px}
    .utility-grid{grid-template-columns:repeat(2,1fr)}
    .utility-item{min-height:70px;padding:12px 10px}
    .utility-item:nth-child(-n+4){border-top:1px solid rgba(246,170,0,.45)}
    .utility-item:nth-child(4n+1){border-left:1px solid rgba(246,170,0,.45)}
    .utility-item:nth-child(-n+2){border-top:0}
    .utility-item:nth-child(odd){border-left:0}
    .footer-bottom{padding:12px 16px 18px;gap:16px;align-items:flex-start}
  }

  @media (max-width:420px){
    .header-cta{height:38px;padding:0 10px;font-size:13px}
    .arrow{font-size:17px}
    .utility-grid{grid-template-columns:1fr}
    .utility-item{border-left:0!important;border-top:1px solid rgba(246,170,0,.45)!important}
    .utility-item:first-child{border-top:0!important}
    .footer-bottom{flex-direction:column}
    .socials{align-self:flex-start}
  }

  @media (prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    .menu-toggle-lines::before,.menu-toggle-lines::after,.menu-toggle-lines span{transition:none}
  }

.skip-link{position:fixed;left:16px;top:-80px;z-index:2000;background:#fff;color:#001733;padding:10px 14px;border-radius:4px;font-weight:700;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,.18)}
.skip-link:focus{top:12px}

