/*
Theme Name: SonoFront Elementor
Theme URI: https://sonofront.com/
Author: ChatGPT Website Engineering Build
Author URI: https://openai.com/
Description: All-in-one WordPress/Elementor-ready theme converted from the SonoFront Medical Systems static website. Includes the homepage, responsive navigation, custom content types, shortcodes, and Elementor widget without requiring a separate plugin.
Version: 1.1.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sonofront-elementor
Tags: custom-logo, custom-menu, featured-images, full-width-template, elementor-ready, healthcare, business
*/

:root{
    /* ---- Brand tokens (extracted from sonofront.com homepage) ---- */
    --ink:#001329;
    --ink-soft:#0A2340;
    --ink-soft-2:#0F2C4E;
    --ink-line:#1E3E5E;
    --paper:#FFFFFF;
    --paper-tint:#F3F7FB;
    --paper-tint-green:#F1F9F4;
    --text-heading:#0A1F33;
    --text-body:#4C5C6E;
    --text-body-soft:#6B7A8A;
    --on-ink:#FFFFFF;
    --on-ink-muted:#B7C7D9;
    --on-ink-faint:#7E93AC;
    --blue:#0B78D1;
    --blue-deep:#075CA3;
    --green:#39AE55;
    --green-deep:#0C8A46;
    --gradient-brand:linear-gradient(90deg,#17A24E 0%,#0B69C7 100%);
    --gradient-brand-soft:linear-gradient(120deg,rgba(23,162,78,.12),rgba(11,105,199,.12));
    --radius-lg:26px;
    --radius-md:16px;
    --radius-pill:999px;
    --shadow-card:0 30px 60px -30px rgba(2,14,28,.28);
    --shadow-card-sm:0 14px 30px -14px rgba(2,14,28,.22);
    --shadow-btn:0 14px 28px -10px rgba(11,105,199,.45);
    --font-display:'Poppins',sans-serif;
    --font-body:'Inter',sans-serif;
    --header-h:92px;
    --subnav-h:58px;
  }

  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    font-family:var(--font-body);
    color:var(--text-body);
    background:var(--paper);
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,h4{
    font-family:var(--font-display);
    color:var(--text-heading);
    margin:0;
    line-height:1.15;
  }
  p{margin:0;}
  ul{margin:0;padding:0;list-style:none;}
  a{color:inherit;text-decoration:none;}
  img,svg{display:block;max-width:100%;}
  button{font-family:inherit;cursor:pointer;}

  section[id]{scroll-margin-top:calc(var(--header-h) + var(--subnav-h) + 18px);}

  :focus-visible{outline:2.5px solid var(--blue);outline-offset:3px;border-radius:4px;}

  .container{
    max-width:1280px;
    margin:0 auto;
    padding:0 clamp(20px,4vw,56px);
  }
  .container-full{
    max-width:1800px;
    margin:0 auto;
    padding:0 clamp(20px,2.6vw,40px);
  }

  .skip-link{
    position:absolute;left:-999px;top:0;background:var(--blue);color:#fff;
    padding:12px 20px;border-radius:0 0 10px 0;z-index:2000;font-weight:600;
  }
  .skip-link:focus{left:0;}

  .eyebrow{
    display:inline-flex;align-items:center;gap:10px;
    font-family:var(--font-body);font-weight:700;font-size:.78rem;
    letter-spacing:.16em;text-transform:uppercase;
    color:var(--blue-deep);
  }
  .eyebrow::before{
    content:"";width:22px;height:2px;background:var(--gradient-brand);border-radius:2px;
  }
  .eyebrow.on-ink{color:#8FD3A6;}

  .text-green{color:var(--green);}
  .text-blue{color:var(--blue);}

  /* ---------- Buttons ---------- */
  .btn{
    display:inline-flex;align-items:center;gap:10px;
    padding:15px 26px;border-radius:var(--radius-pill);
    font-weight:600;font-size:.98rem;border:2px solid transparent;
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    white-space:nowrap;
  }
  .btn svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease;}
  .btn:hover svg{transform:translateX(3px);}
  .btn-primary{background:var(--gradient-brand);color:#fff;box-shadow:var(--shadow-btn);}
  .btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 34px -12px rgba(11,105,199,.55);}
  .btn-outline-ink{border-color:rgba(10,31,51,.22);color:var(--text-heading);}
  .btn-outline-ink:hover{border-color:var(--text-heading);background:var(--text-heading);color:#fff;}
  .btn-outline-onink{border-color:rgba(255,255,255,.4);color:#fff;}
  .btn-outline-onink:hover{border-color:#fff;background:rgba(255,255,255,.1);}
  .btn-sm{padding:11px 20px;font-size:.9rem;}

  /* ---------- Header / Main Nav ---------- */
  .site-header{
    position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);
    backdrop-filter:blur(10px);border-bottom:1px solid rgba(10,31,51,.08);
  }
  .nav-row{
    display:flex;align-items:center;gap:40px;
    height:var(--header-h);
  }
  .brand{display:flex;align-items:center;gap:13px;flex-shrink:0;}
  .brand-mark{width:48px;height:48px;flex-shrink:0;}
  .brand-word{display:flex;flex-direction:column;line-height:1;}
  .brand-word .name{font-family:var(--font-display);font-weight:700;font-size:1.34rem;letter-spacing:-.01em;}
  .brand-word .name .sono{color:var(--text-heading);}
  .brand-word .name .front{color:var(--blue-deep);}
  .brand-word .sub{font-size:.58rem;font-weight:700;letter-spacing:.22em;color:#8A96A5;margin-top:4px;}

  .main-nav{display:flex;align-items:center;gap:6px;flex-shrink:0;margin:0 auto;}
  .main-nav>li{position:relative;}
  .nav-link{
    display:flex;align-items:center;gap:7px;padding:12px 18px;border-radius:10px;
    font-size:.96rem;font-weight:600;color:#33415A;transition:color .18s ease;
    white-space:nowrap;
  }
  .nav-group-label{cursor:default;}
  .nav-link svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease;opacity:.5;}
  .nav-link:hover{color:var(--blue-deep);}
  .main-nav>li.active>.nav-link{color:var(--blue-deep);}
  .main-nav>li.active>.nav-link::after{
    content:"";position:absolute;left:18px;right:18px;bottom:5px;height:2px;background:var(--gradient-brand);border-radius:2px;
  }
  .has-dropdown:hover .nav-link svg{transform:rotate(180deg);opacity:.9;}
  .dropdown{
    position:absolute;top:calc(100% + 10px);left:0;min-width:230px;
    background:#fff;border-radius:14px;box-shadow:var(--shadow-card);
    padding:10px;opacity:0;visibility:hidden;transform:translateY(6px);
    transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
    border:1px solid rgba(10,31,51,.06);
  }
  .has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0);}
  .dropdown a{display:block;padding:11px 14px;border-radius:8px;font-size:.89rem;font-weight:500;color:#3C4A5E;}
  .dropdown a:hover{background:var(--paper-tint);color:var(--blue-deep);}

  .header-cta{display:flex;align-items:center;gap:10px;flex-shrink:0;}
  .hamburger{display:none;width:44px;height:44px;border-radius:10px;border:1.5px solid rgba(10,31,51,.15);background:#fff;align-items:center;justify-content:center;flex-shrink:0;}
  .hamburger svg{width:20px;height:20px;stroke:var(--text-heading);fill:none;stroke-width:2.2;stroke-linecap:round;}

  /* ---------- Sticky Section Sub-nav ---------- */
  .subnav-wrap{position:sticky;top:var(--header-h);z-index:900;background:#fff;border-bottom:1px solid rgba(10,31,51,.08);}
  .subnav{
    display:flex;gap:6px;height:var(--subnav-h);align-items:center;
    overflow-x:auto;scrollbar-width:none;
  }
  .subnav::-webkit-scrollbar{display:none;}
  .subnav a{
    flex-shrink:0;padding:8px 16px;border-radius:var(--radius-pill);
    font-size:.84rem;font-weight:600;color:#5C6B7B;white-space:nowrap;
    transition:background .18s ease,color .18s ease;
  }
  .subnav a:hover{background:var(--paper-tint);color:var(--blue-deep);}
  .subnav a.active{background:var(--ink);color:#fff;}

  /* ---------- Mobile nav panel ---------- */
  .menu-toggle-checkbox{position:absolute;opacity:0;width:1px;height:1px;top:56px;left:12px;}
  .mobile-panel{
    position:fixed;inset:0;z-index:1100;background:rgba(4,14,26,.55);
    opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;
    overflow:hidden;
  }
  #mobileMenuToggle:checked ~ .mobile-panel{opacity:1;visibility:visible;}
  .mobile-panel-backdrop{position:absolute;inset:0;display:block;cursor:default;}
  .mobile-sheet{
    position:absolute;top:0;right:0;height:100%;width:min(360px,86vw);z-index:1;
    background:#fff;padding:22px;overflow-y:auto;
    transform:translateX(100%);transition:transform .3s ease;
  }
  #mobileMenuToggle:checked ~ .mobile-panel .mobile-sheet{transform:translateX(0);}
  .mobile-sheet-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;}
  .hamburger,.mobile-close{cursor:pointer;}
  .mobile-close{width:38px;height:38px;border-radius:10px;border:1.5px solid rgba(10,31,51,.15);background:#fff;display:flex;align-items:center;justify-content:center;}
  .mobile-close svg{width:18px;height:18px;stroke:var(--text-heading);fill:none;stroke-width:2.2;stroke-linecap:round;}
  .mobile-sheet a.m-link{display:block;padding:13px 4px;font-weight:600;font-size:1rem;color:var(--text-heading);border-bottom:1px solid rgba(10,31,51,.07);}
  .mobile-sheet .m-sub{padding-left:14px;}
  .mobile-sheet .m-sub a{display:block;padding:9px 4px;font-size:.9rem;font-weight:500;color:#5C6B7B;border-bottom:none;}
  .mobile-sheet .m-group-label{padding:13px 4px 2px;font-weight:600;font-size:1rem;color:var(--text-heading);}

  /* ---------- Page Hero ---------- */
  .page-hero{
    position:relative;background:var(--ink);color:#fff;overflow:hidden;
    padding:64px 0 84px;
  }
  .page-hero::before{
    content:"";position:absolute;inset:0;
    background:
      radial-gradient(ellipse 700px 500px at 82% 8%, rgba(11,120,209,.22), transparent 60%),
      radial-gradient(ellipse 600px 500px at 100% 100%, rgba(23,162,78,.16), transparent 60%);
    pointer-events:none;
  }
  .hero-globe-deco{position:absolute;right:-90px;top:50%;transform:translateY(-50%);width:560px;opacity:.16;pointer-events:none;}
  .breadcrumb{position:relative;display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--on-ink-faint);margin-bottom:26px;font-weight:500;}
  .breadcrumb a:hover{color:#fff;}
  .hero-content{position:relative;max-width:820px;}
  .hero-content .eyebrow{margin-bottom:18px;}
  .page-hero h1{font-size:clamp(2.1rem,4.6vw,3.4rem);color:#fff;font-weight:700;letter-spacing:-.01em;margin-bottom:22px;}
  .hero-lede{font-size:1.1rem;line-height:1.7;color:var(--on-ink-muted);margin-bottom:14px;max-width:680px;}
  .hero-stats{position:relative;display:flex;flex-wrap:wrap;gap:clamp(28px,5vw,64px);margin-top:42px;padding-top:32px;border-top:1px solid var(--ink-line);}
  .hero-stat .num{font-family:var(--font-display);font-size:1.9rem;font-weight:700;color:#fff;}
  .hero-stat .num span{background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent;}
  .hero-stat .label{font-size:.82rem;color:var(--on-ink-faint);margin-top:4px;}

  /* ---------- Generic section scaffolding ---------- */
  .section{padding:clamp(64px,9vw,128px) 0;}
  .section-head{max-width:760px;margin-bottom:52px;}
  .section-head .eyebrow{margin-bottom:16px;}
  .section-head h2{font-size:clamp(1.7rem,3.4vw,2.5rem);letter-spacing:-.01em;}
  .section-head p{margin-top:16px;font-size:1.06rem;line-height:1.7;color:var(--text-body);}
  .on-ink .section-head h2{color:#fff;}
  .on-ink .section-head p{color:var(--on-ink-muted);}
  .bg-tint{background:var(--paper-tint);}
  .bg-tint-green{background:var(--paper-tint-green);}
  .bg-ink{background:var(--ink);color:var(--on-ink-muted);}

  .prose{max-width:760px;}
  .prose p{font-size:1.06rem;line-height:1.8;color:var(--text-body);margin-bottom:20px;}
  .prose p:last-child{margin-bottom:0;}
  .on-ink .prose p{color:var(--on-ink-muted);}

  .pull-quote{
    position:relative;margin:36px 0;padding:28px 32px;border-radius:var(--radius-md);
    background:var(--paper-tint);border-left:4px solid;border-image:var(--gradient-brand) 1;
  }
  .pull-quote p{font-family:var(--font-display);font-weight:600;font-size:1.2rem;line-height:1.55;color:var(--text-heading);margin:0;}

  /* ---------- Vision / Mission ---------- */
  .vm-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
  .vm-card{border-radius:var(--radius-lg);padding:44px 38px;}
  .vm-card.vision{background:var(--ink);color:#fff;box-shadow:var(--shadow-card);}
  .vm-card.mission{background:#fff;border:1.5px solid rgba(10,31,51,.1);}
  .vm-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;}
  .vm-card.vision .vm-icon{background:rgba(255,255,255,.1);}
  .vm-card.mission .vm-icon{background:var(--paper-tint);}
  .vm-icon svg{width:26px;height:26px;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;}
  .vm-card.vision .vm-icon svg{stroke:#8FD3A6;}
  .vm-card.mission .vm-icon svg{stroke:var(--blue-deep);}
  .vm-card h3{font-size:1.3rem;margin-bottom:14px;}
  .vm-card.vision h3{color:#fff;}
  .vm-card p{font-size:1.02rem;line-height:1.75;}
  .vm-card.vision p{color:var(--on-ink-muted);}
  .vm-card.mission p{color:var(--text-body);}

  /* ---------- Values grid ---------- */
  .values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
  .value-card{
    padding:34px 28px;border-radius:var(--radius-lg);background:#fff;min-width:0;
    border:1.5px solid rgba(10,31,51,.08);transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .value-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-sm);border-color:transparent;}
  .value-icon{width:50px;height:50px;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;}
  .value-icon svg{width:24px;height:24px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
  .value-icon.blue{background:rgba(11,120,209,.1);}
  .value-icon.blue svg{stroke:var(--blue-deep);}
  .value-icon.green{background:rgba(12,138,70,.1);}
  .value-icon.green svg{stroke:var(--green-deep);}
  .value-card h3{font-size:1.12rem;margin-bottom:10px;}
  .value-card p{font-size:.96rem;line-height:1.65;color:var(--text-body);}

  /* ---------- Leadership ---------- */
  .leadership-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:start;}
  .expertise-panel{background:var(--ink);border-radius:var(--radius-lg);padding:38px;box-shadow:var(--shadow-card);}
  .expertise-panel h4{color:#fff;font-size:1.02rem;margin-bottom:18px;font-weight:600;}
  .tag-grid{display:flex;flex-wrap:wrap;gap:10px;}
  .tag{
    padding:9px 16px;border-radius:var(--radius-pill);font-size:.86rem;font-weight:600;
    border:1px solid var(--ink-line);color:var(--on-ink-muted);
  }
  .tag.b{border-color:rgba(11,120,209,.4);color:#8FC6EF;}
  .tag.g{border-color:rgba(57,174,85,.45);color:#8FD3A6;}

  /* ---------- Global presence / globe ---------- */
  .globe-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:48px;align-items:center;}
  .globe-visual{position:relative;}
  .globe-visual svg{width:100%;height:auto;}
  .globe-node{transform-origin:center;animation:pulse 2.6s ease-in-out infinite;}
  .globe-node:nth-child(2n){animation-delay:.6s;}
  .globe-node:nth-child(3n){animation-delay:1.1s;}
  @keyframes pulse{0%,100%{opacity:.55;r:4;}50%{opacity:1;r:6.5;}}
  .globe-rotate{animation:spin 100s linear infinite;transform-origin:250px 250px;}
  @keyframes spin{to{transform:rotate(360deg);}}

  /* ---------- Governance / Sustainability pillars ---------- */
  .pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:8px;}
  .pillars.cols-3{grid-template-columns:repeat(3,1fr);}
  .pillar{padding:28px 22px;border-radius:var(--radius-md);background:#fff;border:1.5px solid rgba(10,31,51,.08);text-align:left;min-width:0;}
  .pillar-icon{width:44px;height:44px;border-radius:12px;background:var(--paper-tint);display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
  .pillar-icon svg{width:22px;height:22px;stroke:var(--blue-deep);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
  .bg-tint-green .pillar{background:#fff;}
  .bg-tint-green .pillar-icon{background:var(--paper-tint-green);}
  .bg-tint-green .pillar-icon svg{stroke:var(--green-deep);}
  .pillar h4{font-size:.98rem;margin-bottom:8px;}
  .pillar p{font-size:.88rem;line-height:1.55;color:var(--text-body-soft);}

  /* ---------- Careers CTA ---------- */
  .careers-band{
    position:relative;overflow:hidden;background:var(--ink);border-radius:32px;
    padding:clamp(48px,7vw,84px) clamp(28px,6vw,72px);text-align:center;
  }
  .careers-band::before{
    content:"";position:absolute;inset:0;background:var(--gradient-brand-soft);
  }
  .careers-band>*{position:relative;}
  .careers-band h2{color:#fff;font-size:clamp(1.7rem,3.6vw,2.5rem);max-width:640px;margin:0 auto 18px;letter-spacing:-.01em;}
  .careers-band p{color:var(--on-ink-muted);max-width:600px;margin:0 auto 32px;font-size:1.05rem;line-height:1.7;}
  .role-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:36px;}
  .careers-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;}

  /* ---------- Footer ---------- */
  .site-footer{background:#000C1A;color:var(--on-ink-faint);padding:72px 0 28px;}
  .footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid var(--ink-line);}
  .footer-top>div{min-width:0;}
  .footer-brand .brand-word .name{color:#fff;}
  .footer-brand .brand-word .name .sono{color:#fff;}
  .footer-brand .brand-word .name .front{color:#7FC7F2;}
  .footer-brand p{margin-top:16px;font-size:.9rem;line-height:1.7;max-width:280px;}
  .footer-col h5{color:#fff;font-size:.92rem;margin-bottom:16px;font-weight:600;}
  .footer-col ul li{margin-bottom:11px;}
  .footer-col a{font-size:.88rem;transition:color .18s ease;}
  .footer-col a:hover{color:#fff;}
  .footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;padding-top:26px;font-size:.82rem;}
  .social-row{display:flex;gap:10px;}
  .social-row a{width:36px;height:36px;border-radius:10px;border:1px solid var(--ink-line);display:flex;align-items:center;justify-content:center;}
  .social-row a:hover{background:var(--ink-line);}
  .social-row svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}

  /* ---------- Reveal animation ---------- */
  .reveal{transition:opacity .7s ease, transform .7s ease;}
  html.js-anim .reveal{opacity:1;transform:none;}
  html.js-anim .reveal.in-view{opacity:1;transform:none;}
  @media (prefers-reduced-motion:reduce){
    .reveal{opacity:1;transform:none;transition:none;}
    .globe-rotate,.globe-node{animation:none;}
    html{scroll-behavior:auto;}
  }

  /* ---------- Responsive ---------- */
  @media (max-width:1080px){
    .main-nav{display:none;}
    .hamburger{display:flex;}
    .nav-row{gap:14px;}
  }
  @media (max-width:1180px){
    .leadership-layout,.globe-layout{grid-template-columns:1fr;}
    .globe-visual{max-width:360px;margin:0 auto;}
  }
  @media (max-width:860px){
    .vm-grid{grid-template-columns:1fr;}
    .values-grid{grid-template-columns:repeat(2,1fr);}
    .pillars,.pillars.cols-3{grid-template-columns:repeat(2,1fr);}
    .footer-top{grid-template-columns:1fr 1fr;row-gap:36px;}
    .hero-stats{gap:28px;}
  }
  @media (max-width:560px){
    .values-grid{grid-template-columns:1fr;}
    .pillars,.pillars.cols-3{grid-template-columns:1fr;}
    .footer-top{grid-template-columns:1fr;}
    .careers-actions{flex-direction:column;align-items:stretch;}
    .header-cta .btn-sm span{display:none;}
    .brand-word .name{font-size:1.08rem;}
  }
  @media (max-width:370px){
    .header-cta .btn-sm{display:none;}
  }
  /* ================= HOMEPAGE-SPECIFIC COMPONENTS ================= */

  /* ---- Home hero ---- */
  .home-hero{position:relative;background:var(--ink);color:#fff;overflow:hidden;padding-top:64px;}
  .home-hero::before{
    content:"";position:absolute;inset:0;
    background:
      linear-gradient(90deg, var(--ink) 0%, var(--ink) 42%, rgba(0,19,41,.86) 58%, rgba(0,19,41,.5) 76%, rgba(0,19,41,.22) 100%),
      url('assets/images/hero-photo-cropped.jpg') no-repeat right top / cover;
    pointer-events:none;
  }
  .home-hero-inner{position:relative;padding-bottom:56px;}
  .home-hero .eyebrow-row{display:flex;flex-wrap:wrap;gap:10px 22px;margin-bottom:26px;}
  .home-hero .eyebrow-row span{font-size:.78rem;font-weight:700;letter-spacing:.16em;color:var(--on-ink-faint);}
  .home-hero .eyebrow-row span b{color:#fff;}
  .home-hero h1{font-size:clamp(2.3rem,5vw,3.7rem);color:#fff;font-weight:700;letter-spacing:-.01em;max-width:780px;margin-bottom:26px;text-shadow:0 2px 24px rgba(0,8,18,.4);}
  .home-hero .lede{font-size:1.1rem;line-height:1.75;color:var(--on-ink-muted);max-width:640px;margin-bottom:36px;}
  .home-hero .cta-row{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:8px;}

  .hero-feature-strip{
    position:relative;margin-top:56px;padding:30px 32px;border-radius:24px;
    background:rgba(0,10,22,.6);border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
    display:grid;grid-template-columns:repeat(6,1fr);gap:26px;
  }
  .feature-item{display:flex;flex-direction:column;gap:10px;min-width:0;}
  .feature-item .f-icon{width:34px;height:34px;flex-shrink:0;}
  .feature-item .f-icon svg{width:100%;height:100%;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round;}
  .feature-item.b .f-icon svg{stroke:#7FC7F2;}
  .feature-item.g .f-icon svg{stroke:#8FD3A6;}
  .feature-item h4{font-size:.92rem;font-weight:700;color:#fff;margin:0;}
  .feature-item p{font-size:.78rem;line-height:1.55;color:var(--on-ink-faint);margin-top:5px;}

  /* ---- Section intro (reused label) ---- */
  .section-tag{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.05em;padding:6px 14px;border-radius:var(--radius-pill);margin-bottom:16px;}
  .section-tag.flagship{background:rgba(11,120,209,.1);color:var(--blue-deep);}
  .section-tag.unique{background:rgba(12,138,70,.1);color:var(--green-deep);}

  /* ---- Divisions ---- */
  .divisions-top{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;}
  .division-card{border-radius:var(--radius-lg);padding:40px;position:relative;overflow:hidden;}
  .division-card.primary{background:var(--ink);color:#fff;box-shadow:var(--shadow-card);}
  .division-card.primary::after{content:"";position:absolute;inset:0;background:var(--gradient-brand-soft);pointer-events:none;}
  .division-card.primary>*{position:relative;}
  .division-card .d-icon{width:56px;height:56px;border-radius:15px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;margin-bottom:22px;}
  .division-card .d-icon svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
  .division-card h3{color:#fff;font-size:1.5rem;margin-bottom:12px;}
  .division-card p{color:var(--on-ink-muted);font-size:1rem;line-height:1.7;margin-bottom:22px;}
  .division-card .d-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;}
  .division-card .d-tags span{font-size:.78rem;font-weight:600;padding:6px 12px;border-radius:var(--radius-pill);background:rgba(255,255,255,.08);color:var(--on-ink-muted);border:1px solid var(--ink-line);}
  .divisions-bottom{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
  .division-card.support{background:#fff;border:1.5px solid rgba(10,31,51,.08);padding:32px;}
  .division-card.support .d-icon{background:var(--paper-tint);}
  .division-card.support .d-icon svg{stroke:var(--blue-deep);}
  .division-card.support h3{color:var(--text-heading);font-size:1.15rem;}
  .division-card.support p{color:var(--text-body);font-size:.94rem;margin-bottom:16px;}
  .card-link{display:inline-flex;align-items:center;gap:6px;font-size:.88rem;font-weight:700;color:var(--blue-deep);}
  .card-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.4;transition:transform .18s ease;}
  .division-card.primary .card-link{color:#8FC6EF;}
  .card-link:hover svg{transform:translateX(3px);}

  /* ---- Solutions grid (reuses value-card look via .solution-card) ---- */
  .solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;}
  .solution-card{padding:30px 26px;border-radius:var(--radius-lg);background:#fff;border:1.5px solid rgba(10,31,51,.08);min-width:0;transition:transform .25s ease, box-shadow .25s ease;}
  .solution-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-sm);}
  .solution-card .s-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
  .solution-card .s-icon svg{width:22px;height:22px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
  .solution-card .s-icon.b{background:rgba(11,120,209,.1);} .solution-card .s-icon.b svg{stroke:var(--blue-deep);}
  .solution-card .s-icon.g{background:rgba(12,138,70,.1);} .solution-card .s-icon.g svg{stroke:var(--green-deep);}
  .solution-card h3{font-size:1.05rem;margin-bottom:8px;}
  .solution-card p{font-size:.92rem;line-height:1.6;color:var(--text-body);}

  /* ---- Industries ---- */
  .industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;}
  .industry-tile{display:flex;align-items:center;gap:14px;padding:20px;border-radius:var(--radius-md);background:#fff;border:1.5px solid rgba(10,31,51,.08);min-width:0;}
  .industry-tile .i-icon{width:42px;height:42px;border-radius:11px;background:var(--paper-tint);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
  .industry-tile .i-icon svg{width:21px;height:21px;stroke:var(--blue-deep);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}
  .industry-tile span{font-weight:600;font-size:.95rem;color:var(--text-heading);}

  /* ---- Global impact stat row (reuse hero-stat pattern) ---- */
  .impact-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px;}
  .impact-stat{padding:26px;border-radius:var(--radius-md);background:rgba(255,255,255,.03);border:1px solid var(--ink-line);}
  .impact-stat .num{font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:6px;}
  .impact-stat .num span{background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent;}
  .impact-stat p{font-size:.88rem;color:var(--on-ink-muted);}

  /* ---- Why choose us ---- */
  .why-list{display:grid;grid-template-columns:1fr 1fr;gap:28px 40px;}
  .why-item{display:flex;gap:18px;min-width:0;}
  .why-item .w-icon{width:44px;height:44px;border-radius:12px;background:var(--gradient-brand);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
  .why-item .w-icon svg{width:21px;height:21px;stroke:#fff;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;}
  .why-item h4{font-size:1.02rem;margin-bottom:6px;}
  .why-item p{font-size:.92rem;line-height:1.6;color:var(--text-body);}

  /* ---- Partners ---- */
  .partners-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;}
  .partner-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:28px 16px;border-radius:var(--radius-md);border:1.5px dashed rgba(10,31,51,.18);text-align:center;min-width:0;}
  .partner-tile.filled{border-style:solid;border-color:rgba(10,31,51,.1);background:var(--paper-tint);}
  .partner-tile .p-name{font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--text-heading);}
  .partner-tile .p-tag{font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-body-soft);}

  /* ---- News cards ---- */
  .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
  .news-card{border-radius:var(--radius-lg);overflow:hidden;border:1.5px solid rgba(10,31,51,.08);min-width:0;}
  .news-card .n-top{height:130px;background:var(--gradient-brand-soft);position:relative;}
  .news-card .n-top::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(23,162,78,.18),rgba(11,105,199,.18));}
  .news-card .n-body{padding:22px 24px 26px;}
  .news-card .n-cat{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--green-deep);}
  .news-card h4{font-size:1rem;margin:10px 0 8px;line-height:1.4;}
  .news-card p{font-size:.86rem;color:var(--text-body-soft);}

  .section-tagline{font-size:1.2rem;font-weight:600;color:var(--text-heading);margin-top:14px;line-height:1.5;}
  .on-ink .section-tagline{color:#fff;}

  @media (max-width:1100px){
    .divisions-top,.news-grid{grid-template-columns:1fr 1fr;}
    .divisions-bottom{grid-template-columns:repeat(2,1fr);}
    .why-list{grid-template-columns:1fr;}
    .partners-grid{grid-template-columns:repeat(3,1fr);}
    .hero-feature-strip{grid-template-columns:repeat(3,1fr);}
    .impact-stats{grid-template-columns:1fr;}
  }
  @media (max-width:760px){
    .divisions-top,.divisions-bottom,.news-grid{grid-template-columns:1fr;}
    .hero-feature-strip{grid-template-columns:1fr 1fr;padding:24px;gap:20px;}
    .partners-grid{grid-template-columns:1fr 1fr;}
    .home-hero h1{max-width:100%;}
  }
  @media (max-width:460px){
    .hero-feature-strip{grid-template-columns:1fr;}
  }

  /* ================= STABLE PAGE ROUTER =================
     Important: the home page must remain visible even if JavaScript,
     cache/minify plugins, or delayed script loading fail. */
  .sonofront-theme .page{display:none;}
  .sonofront-theme .page.active-page{display:block;}
  .sonofront-theme .subnav-set{display:none;}
  .sonofront-theme .subnav-set.active-subnav{display:flex;}
  .sonofront-theme .reveal{opacity:1 !important;transform:none !important;}
  html.js-anim .reveal{opacity:1 !important;transform:none !important;}

/* WordPress compatibility */
.admin-bar .site-header{top:32px;}
.admin-bar .subnav-wrap{top:calc(var(--header-h) + 32px);}
@media (max-width:782px){.admin-bar .site-header{top:46px}.admin-bar .subnav-wrap{top:calc(var(--header-h) + 46px)}}
.wp-block-image img{height:auto;}
.elementor-page .entry-title{display:none;}
.sonofront-page-content{min-height:40vh;}
