:root{
      --navy:#061a24;
      --navy-2:#0b2733;
      --ink:#12232c;
      --muted:#5e7078;
      --blue:#087f9d;
      --blue-2:#13a4bf;
      --aqua:#70d7df;
      --aqua-soft:#e7f8fa;
      --teal:#0b8a82;
      --green:#2b8a6e;
      --amber:#bd7a13;
      --red:#b74747;
      --white:#ffffff;
      --paper:#f4f8f9;
      --line:#d9e7ea;
      --line-dark:rgba(255,255,255,.13);
      --shadow:0 24px 70px rgba(6,26,36,.13);
      --shadow-soft:0 12px 32px rgba(6,26,36,.08);
      --radius-xl:34px;
      --radius-lg:24px;
      --radius-md:16px;
      --max:1240px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      color:var(--ink);
      background:var(--white);
      line-height:1.55;
      overflow-x:hidden;
    }
    button,input,select,textarea{font:inherit}
    button,a{transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease}
    a{color:inherit}
    img,svg{display:block;max-width:100%}
    .shell{width:min(var(--max),calc(100% - 36px));margin-inline:auto}
    .eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}
    .eyebrow:before{content:"";width:24px;height:2px;background:var(--aqua);border-radius:99px}
    .section{padding:96px 0}
    .section-heading{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;align-items:end;margin-bottom:38px}
    .section-heading h2{margin:8px 0 0;font-size:clamp(34px,4.8vw,64px);line-height:.98;letter-spacing:-.052em;color:var(--navy)}
    .section-heading p{margin:0;color:var(--muted);font-size:18px;max-width:700px}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 20px;border-radius:999px;border:1px solid transparent;text-decoration:none;font-weight:800;cursor:pointer}
    .btn:hover{transform:translateY(-2px)}
    .btn-primary{background:var(--blue);color:#fff;box-shadow:0 14px 30px rgba(8,127,157,.26)}
    .btn-primary:hover{background:#076f89;box-shadow:0 18px 34px rgba(8,127,157,.32)}
    .btn-dark{background:var(--navy);color:#fff;box-shadow:0 14px 30px rgba(6,26,36,.2)}
    .btn-light{background:#fff;color:var(--navy);border-color:var(--line)}
    .btn-ghost{background:transparent;color:var(--navy);border-color:var(--line)}
    .icon{width:19px;height:19px}
    .topbar{background:var(--navy);color:#d6e8ec;font-size:12px}
    .topbar .shell{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:38px}
    .topbar span{display:flex;align-items:center;gap:8px}
    .topbar .status-dot{width:8px;height:8px;border-radius:50%;background:var(--aqua);box-shadow:0 0 0 4px rgba(112,215,223,.12)}
    .site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);border-bottom:1px solid rgba(217,231,234,.8)}
    .header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:76px}
    .brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;color:var(--navy);letter-spacing:-.035em}
    .brand-mark{width:43px;height:52px;position:relative;display:grid;place-items:center;color:#fff}
    .brand-mark svg{filter:drop-shadow(0 10px 16px rgba(8,127,157,.23))}
    .brand-copy{display:grid;line-height:1}
    .brand-copy strong{font-size:18px}
    .brand-copy small{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);margin-top:6px}
    .main-nav{display:flex;align-items:center;gap:5px}
    .main-nav a{padding:10px 12px;border-radius:12px;text-decoration:none;font-size:13px;font-weight:760;color:#31464f}
    .main-nav a:hover{background:var(--paper);color:var(--navy)}
    .header-actions{display:flex;align-items:center;gap:9px}
    .menu-btn{display:none;width:44px;height:44px;border-radius:14px;border:1px solid var(--line);background:#fff;cursor:pointer}
    .hero{position:relative;overflow:hidden;background:
      radial-gradient(circle at 10% 12%,rgba(112,215,223,.2),transparent 27%),
      linear-gradient(120deg,#effafb 0%,#ffffff 46%,#eef8fa 100%);
      border-bottom:1px solid var(--line);
    }
    .hero:after{content:"";position:absolute;width:760px;height:760px;border:1px solid rgba(8,127,157,.13);border-radius:50%;right:-260px;top:-290px;box-shadow:0 0 0 70px rgba(8,127,157,.035),0 0 0 145px rgba(8,127,157,.025)}
    .hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center;min-height:720px;padding:72px 0 82px;position:relative;z-index:1}
    .hero-copy h1{margin:18px 0 22px;font-size:clamp(52px,6.7vw,92px);line-height:.91;letter-spacing:-.071em;color:var(--navy);max-width:790px}
    .hero-copy h1 span{color:var(--blue)}
    .hero-copy .lede{font-size:clamp(18px,2vw,22px);color:#405760;max-width:690px;margin:0}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0 32px}
    .hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:720px}
    .hero-point{padding:15px 16px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(217,231,234,.9);box-shadow:var(--shadow-soft)}
    .hero-point strong{display:block;color:var(--navy);font-size:16px}
    .hero-point span{display:block;font-size:12px;color:var(--muted);margin-top:3px}
    .hero-visual{position:relative;min-height:555px}
    .plant-card{position:absolute;inset:28px 10px 30px 34px;border-radius:40px;background:linear-gradient(145deg,#082532,#0b3442);box-shadow:0 40px 90px rgba(6,26,36,.29);overflow:hidden;border:1px solid rgba(255,255,255,.08)}
    .plant-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 18%,rgba(112,215,223,.23),transparent 30%),linear-gradient(180deg,transparent,rgba(6,26,36,.52))}
    .plant-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(180deg,#000,transparent 82%)}
    .plant-svg{position:absolute;inset:32px 30px auto;opacity:.94}
    .plant-caption{position:absolute;left:28px;right:28px;bottom:24px;display:flex;align-items:end;justify-content:space-between;gap:22px;color:#fff}
    .plant-caption h3{margin:0 0 4px;font-size:24px;letter-spacing:-.04em}
    .plant-caption p{margin:0;color:#b9d3d9;font-size:13px;max-width:310px}
    .live-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.13);font-size:11px;font-weight:800;white-space:nowrap}
    .live-pill i{width:8px;height:8px;border-radius:50%;background:var(--aqua);box-shadow:0 0 0 5px rgba(112,215,223,.13)}
    .float-card{position:absolute;background:rgba(255,255,255,.95);border:1px solid rgba(217,231,234,.92);border-radius:22px;box-shadow:0 24px 55px rgba(6,26,36,.18);padding:16px;z-index:2}
    .float-card small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:850}
    .float-card strong{display:block;color:var(--navy);font-size:24px;letter-spacing:-.05em;margin-top:4px}
    .float-card span{font-size:11px;color:var(--green);font-weight:800}
    .float-a{right:-3px;top:0;width:190px}
    .float-b{left:0;bottom:0;width:210px}
    .spark{height:38px;margin-top:8px}
    .hero-banner{background:linear-gradient(180deg,#f7fbfc 0%,#edf7f9 100%);padding:22px 0 28px;border-bottom:1px solid var(--line)}
    .hero-banner-shell{width:min(1480px,calc(100% - 28px))}
    .hero-banner img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;object-position:center;border-radius:28px;border:1px solid rgba(8,127,157,.14);box-shadow:0 28px 80px rgba(6,26,36,.16);background:#fff}
    .site-header .brand{gap:0}
    .site-header .brand-copy strong{font-size:20px}
    @media (max-width:820px){.hero-banner{padding:14px 0 20px}.hero-banner-shell{width:calc(100% - 18px)}.hero-banner img{border-radius:20px}}
    @media (max-width:620px){.hero-banner{padding:10px 0 15px}.hero-banner-shell{width:calc(100% - 12px)}.hero-banner img{aspect-ratio:4/3;border-radius:15px;object-fit:cover}}
    .trust-strip{background:#fff;border-bottom:1px solid var(--line)}
    .trust-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);align-items:center;min-height:94px}
    .trust-item{padding:18px 22px;border-right:1px solid var(--line)}
    .trust-item:last-child{border-right:0}
    .trust-item strong{display:block;color:var(--navy);font-size:15px}
    .trust-item span{display:block;color:var(--muted);font-size:12px;margin-top:4px}
    .trust-intro strong{font-size:17px}
    .solutions{background:var(--paper)}
    .solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .solution-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;min-height:245px;box-shadow:0 10px 30px rgba(6,26,36,.04)}
    .solution-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
    .solution-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:var(--aqua-soft);color:var(--blue);margin-bottom:20px}
    .solution-card h3{margin:0 0 9px;color:var(--navy);font-size:20px;letter-spacing:-.03em}
    .solution-card p{margin:0;color:var(--muted);font-size:14px}
    .solution-card .link{display:inline-flex;align-items:center;gap:6px;margin-top:18px;color:var(--blue);font-size:13px;font-weight:800;text-decoration:none}
    .mission-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start}
    .mission-panel{position:sticky;top:120px;background:var(--navy);color:#fff;border-radius:32px;padding:34px;overflow:hidden;min-height:440px}
    .mission-panel:after{content:"";position:absolute;width:330px;height:330px;border:58px solid rgba(112,215,223,.1);border-radius:50%;right:-160px;bottom:-170px}
    .mission-panel h2{font-size:clamp(36px,4vw,58px);line-height:.98;letter-spacing:-.055em;margin:12px 0 22px;position:relative;z-index:1}
    .mission-panel p{color:#c2d8dd;font-size:17px;position:relative;z-index:1}
    .mission-panel .mission-note{position:absolute;left:34px;right:34px;bottom:34px;padding-top:20px;border-top:1px solid var(--line-dark);font-size:12px;color:#a9c5cb;z-index:1}
    .standard-list{display:grid;gap:13px}
    .standard-item{display:grid;grid-template-columns:56px 1fr auto;gap:18px;align-items:center;border:1px solid var(--line);border-radius:22px;padding:18px;background:#fff}
    .standard-number{width:48px;height:48px;border-radius:16px;background:var(--paper);display:grid;place-items:center;font-weight:900;color:var(--blue)}
    .standard-item h3{margin:0;color:var(--navy);font-size:17px}
    .standard-item p{margin:4px 0 0;color:var(--muted);font-size:13px}
    .standard-tag{padding:7px 10px;border-radius:999px;background:var(--aqua-soft);color:var(--teal);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
    .sustainability{background:linear-gradient(180deg,#eff9f7 0%,#ffffff 100%)}
    .sustain-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px}
    .roadmap{background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--shadow-soft)}
    .roadmap-top{display:flex;justify-content:space-between;gap:20px;align-items:start;margin-bottom:24px}
    .roadmap h3{margin:0;color:var(--navy);font-size:26px;letter-spacing:-.04em}
    .roadmap p{margin:7px 0 0;color:var(--muted);font-size:14px}
    .roadmap-status{padding:8px 11px;background:#eaf7f1;color:var(--green);border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}
    .phase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
    .phase{border-radius:20px;background:var(--paper);padding:18px;min-height:205px;border:1px solid #e4edef}
    .phase .day{font-size:11px;color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.1em}
    .phase h4{margin:8px 0 8px;color:var(--navy);font-size:18px}
    .phase ul{margin:0;padding-left:17px;color:var(--muted);font-size:12px}
    .phase li+li{margin-top:6px}
    .sustain-score{background:var(--navy);color:#fff;border-radius:30px;padding:28px;position:relative;overflow:hidden}
    .sustain-score:after{content:"";position:absolute;inset:auto -50px -130px auto;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(112,215,223,.25),transparent 68%)}
    .sustain-score h3{margin:0;font-size:26px;letter-spacing:-.04em}
    .sustain-score p{margin:8px 0 24px;color:#bcd3d8;font-size:13px}
    .score-row{display:grid;grid-template-columns:105px 1fr 38px;gap:11px;align-items:center;margin:17px 0;position:relative;z-index:1}
    .score-row span{font-size:12px;color:#d2e4e7}
    .score-row strong{font-size:12px;text-align:right}
    .score-track{height:8px;background:rgba(255,255,255,.11);border-radius:99px;overflow:hidden}
    .score-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,var(--blue-2),var(--aqua))}
    .industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .industry-card{border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff}
    .industry-visual{height:160px;background:linear-gradient(145deg,#0b2b39,#0a5365);position:relative;overflow:hidden}
    .industry-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:24px 24px}
    .industry-visual svg{position:absolute;inset:24px;margin:auto;width:80%;height:112px;color:#bdeff2}
    .industry-content{padding:21px}
    .industry-content h3{margin:0 0 6px;color:var(--navy);font-size:19px}
    .industry-content p{margin:0;color:var(--muted);font-size:13px}
    .program{background:var(--navy);color:#fff;overflow:hidden;position:relative}
    .program:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 20%,rgba(112,215,223,.16),transparent 28%),radial-gradient(circle at 90% 80%,rgba(8,127,157,.25),transparent 30%)}
    .program .section-heading{position:relative;z-index:1}
    .program .section-heading h2{color:#fff}
    .program .section-heading p{color:#bcd1d6}
    .process{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;position:relative;z-index:1}
    .process-step{border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:20px;background:rgba(255,255,255,.055);backdrop-filter:blur(14px);min-height:205px}
    .process-step b{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:rgba(112,215,223,.13);color:var(--aqua);font-size:12px;margin-bottom:28px}
    .process-step h3{font-size:16px;margin:0 0 7px}
    .process-step p{font-size:12px;color:#b7cdd2;margin:0}
    .portfolio{background:var(--paper)}
    .portfolio-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:24px}
    .portfolio-actions{display:flex;gap:9px;flex-wrap:wrap}
    .dashboard-frame{background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}
    .dash-top{display:grid;grid-template-columns:1.4fr repeat(4,1fr);border-bottom:1px solid var(--line)}
    .dash-title,.dash-kpi{padding:22px;border-right:1px solid var(--line)}
    .dash-kpi:last-child{border-right:0}
    .dash-title small,.dash-kpi small{display:block;color:var(--muted);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
    .dash-title h3{margin:5px 0 0;font-size:23px;color:var(--navy);letter-spacing:-.04em}
    .dash-kpi strong{font-size:24px;color:var(--navy);letter-spacing:-.04em}
    .dash-kpi span{display:block;font-size:10px;color:var(--green);font-weight:800;margin-top:2px}
    .dash-tools{display:flex;align-items:center;gap:10px;padding:15px 18px;border-bottom:1px solid var(--line);background:#fbfdfd}
    .search-wrap{position:relative;flex:1;max-width:420px}
    .search-wrap svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:17px;color:#81949c}
    .search-wrap input,.dash-tools select{height:42px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:0 13px;color:var(--ink);outline:none}
    .search-wrap input{width:100%;padding-left:38px}
    .search-wrap input:focus,.dash-tools select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(8,127,157,.11)}
    .client-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:18px;max-height:760px;overflow:auto}
    .client-card{border:1px solid var(--line);border-radius:20px;padding:18px;display:grid;grid-template-columns:1fr auto;gap:15px;background:#fff;cursor:pointer}
    .client-card:hover{border-color:#a9d7df;box-shadow:0 12px 28px rgba(6,26,36,.08);transform:translateY(-2px)}
    .client-card h4{margin:0;color:var(--navy);font-size:17px}
    .client-meta{display:flex;flex-wrap:wrap;gap:7px;margin:7px 0 12px}
    .chip{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:var(--paper);font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;color:#52666e}
    .status-dot{width:7px;height:7px;border-radius:50%}
    .status-good{background:var(--green)}
    .status-watch{background:var(--amber)}
    .status-action{background:var(--red)}
    .client-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
    .client-metric{padding:9px 10px;background:#f7fafb;border-radius:12px}
    .client-metric small{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.06em}
    .client-metric strong{font-size:13px;color:var(--navy)}
    .client-open{align-self:start;width:36px;height:36px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--blue);display:grid;place-items:center}
    .placeholder-note{padding:12px 18px;background:#eef8fa;border-top:1px solid var(--line);font-size:11px;color:#547079}
    .contact{background:#fff}
    .contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:22px}
    .contact-copy{border-radius:30px;background:linear-gradient(145deg,#0a2835,#0b4150);color:#fff;padding:34px;position:relative;overflow:hidden}
    .contact-copy:after{content:"";position:absolute;width:320px;height:320px;border:58px solid rgba(112,215,223,.09);border-radius:50%;right:-180px;bottom:-180px}
    .contact-copy h2{font-size:clamp(38px,4.6vw,62px);line-height:.98;letter-spacing:-.055em;margin:10px 0 18px}
    .contact-copy p{color:#c4d8dc;font-size:16px;max-width:500px}
    .contact-list{display:grid;gap:11px;margin-top:30px;position:relative;z-index:1}
    .contact-list div{display:flex;gap:12px;align-items:start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.1)}
    .contact-list div:last-child{border-bottom:0}
    .contact-list b{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:rgba(112,215,223,.12);color:var(--aqua);font-size:12px}
    .contact-list strong{display:block;font-size:13px}
    .contact-list span{display:block;color:#a9c3c9;font-size:11px;margin-top:2px}
    .contact-form{border:1px solid var(--line);border-radius:30px;padding:30px;background:#fff;box-shadow:var(--shadow-soft)}
    .contact-form h3{font-size:25px;margin:0 0 7px;color:var(--navy);letter-spacing:-.04em}
    .contact-form>p{margin:0 0 23px;color:var(--muted);font-size:13px}
    .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
    .field{display:grid;gap:6px}
    .field.full{grid-column:1/-1}
    .field label{font-size:11px;font-weight:850;color:#475c65;text-transform:uppercase;letter-spacing:.07em}
    .field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:#fbfdfd;border-radius:13px;padding:12px 13px;outline:none;color:var(--ink)}
    .field textarea{min-height:115px;resize:vertical}
    .field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(8,127,157,.1);background:#fff}
    .form-foot{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:17px}
    .form-foot small{color:var(--muted);font-size:10px;max-width:410px}
    .form-message{display:none;margin-top:14px;padding:12px 14px;border-radius:13px;background:#ecf8f2;color:#226a53;font-size:12px;font-weight:760}
    .site-footer{background:var(--navy);color:#fff;padding:56px 0 25px}
    .footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:36px}
    .footer-brand p{color:#abc5cb;max-width:430px;font-size:13px}
    .footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#d7e7ea;margin:0 0 14px}
    .footer-col a{display:block;color:#a9c3c9;text-decoration:none;font-size:12px;padding:4px 0}
    .footer-col a:hover{color:#fff}
    .footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:20px;color:#8facb3;font-size:10px}
    .privacy-banner{position:fixed;right:18px;bottom:18px;z-index:25;background:rgba(6,26,36,.96);color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:14px 16px;box-shadow:0 20px 55px rgba(6,26,36,.25);max-width:330px;display:flex;align-items:start;gap:12px}
    .privacy-banner p{margin:0;color:#c7dadd;font-size:10px}
    .privacy-banner button{border:0;background:rgba(255,255,255,.1);color:#fff;width:28px;height:28px;border-radius:9px;cursor:pointer;flex:none}

    /* Client portal */
    .portal{position:fixed;inset:0;z-index:80;background:#eef4f5;display:none}
    .portal.open{display:grid;grid-template-rows:72px 1fr}
    .portal-top{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border-bottom:1px solid var(--line);padding:0 20px}
    .portal-brand{display:flex;align-items:center;gap:11px;font-weight:900;color:var(--navy)}
    .portal-brand .brand-mark{width:34px;height:42px}
    .portal-actions{display:flex;gap:8px;align-items:center}
    .portal-actions button{height:40px;padding:0 14px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--navy);font-weight:800;cursor:pointer;font-size:12px}
    .portal-actions button.primary{background:var(--blue);color:#fff;border-color:var(--blue)}
    .portal-body{display:grid;grid-template-columns:270px 1fr;min-height:0}
    .portal-side{background:var(--navy);color:#fff;padding:18px;overflow:auto}
    .portal-side h3{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#8eabb2;margin:8px 4px 12px}
    .portal-client{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;padding:12px;border-radius:14px;cursor:pointer;border:1px solid transparent;margin-bottom:6px}
    .portal-client:hover,.portal-client.active{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1)}
    .portal-client strong{font-size:12px;display:block}
    .portal-client span{font-size:9px;color:#93b0b7;display:block;margin-top:2px}
    .portal-main{padding:20px;overflow:auto;min-width:0}
    .portal-hero{display:flex;justify-content:space-between;align-items:start;gap:20px;margin-bottom:17px}
    .portal-hero h1{font-size:30px;letter-spacing:-.045em;color:var(--navy);margin:0}
    .portal-hero p{margin:5px 0 0;color:var(--muted);font-size:12px}
    .portal-tabs{display:flex;gap:7px;flex-wrap:wrap}
    .portal-tab{height:36px;padding:0 13px;border-radius:11px;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:11px;font-weight:800;color:#53676f}
    .portal-tab.active{background:var(--navy);color:#fff;border-color:var(--navy)}
    .tab-panel{display:none}
    .tab-panel.active{display:block}
    .portal-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:11px;margin-bottom:12px}
    .portal-kpi{background:#fff;border:1px solid var(--line);border-radius:17px;padding:15px}
    .portal-kpi small{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:850}
    .portal-kpi strong{display:block;color:var(--navy);font-size:21px;letter-spacing:-.04em;margin-top:4px}
    .portal-kpi span{font-size:9px;color:var(--green);font-weight:800}
    .portal-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:12px;margin-bottom:12px}
    .panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px;min-width:0}
    .panel-head{display:flex;align-items:start;justify-content:space-between;gap:15px;margin-bottom:13px}
    .panel h3{margin:0;color:var(--navy);font-size:15px}
    .panel p{margin:3px 0 0;color:var(--muted);font-size:10px}
    .metric-tabs{display:flex;gap:5px;flex-wrap:wrap}
    .metric-tab{border:1px solid var(--line);background:#fff;border-radius:9px;padding:5px 8px;font-size:9px;font-weight:800;cursor:pointer;color:#5b6f77}
    .metric-tab.active{background:var(--aqua-soft);color:var(--blue);border-color:#bfe7eb}
    .chart-wrap{height:230px;position:relative}
    .chart-svg{width:100%;height:100%;overflow:visible}
    .chart-grid-line{stroke:#e5eef0;stroke-width:1}
    .chart-axis-label{font-size:9px;fill:#7a8e96}
    .chart-line{fill:none;stroke:var(--blue);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
    .chart-area{fill:url(#areaGradient)}
    .chart-point{fill:#fff;stroke:var(--blue);stroke-width:2}
    .bar-chart{display:flex;align-items:end;gap:14px;height:205px;padding:20px 10px 26px;border-bottom:1px solid var(--line)}
    .bar-item{flex:1;display:grid;align-items:end;height:100%;gap:7px;text-align:center}
    .bar{width:100%;max-width:46px;margin:auto;border-radius:9px 9px 4px 4px;background:linear-gradient(180deg,var(--aqua),var(--blue));min-height:8px;position:relative}
    .bar:after{content:attr(data-value);position:absolute;top:-20px;left:50%;transform:translateX(-50%);font-size:9px;color:var(--navy);font-weight:850}
    .bar-item small{font-size:8px;color:var(--muted);line-height:1.1}
    .action-list{display:grid;gap:8px}
    .action-row{display:grid;grid-template-columns:10px 1fr auto;gap:10px;align-items:start;border-bottom:1px solid #edf2f3;padding:10px 0}
    .action-row:last-child{border-bottom:0}
    .action-row i{width:8px;height:8px;border-radius:50%;margin-top:4px}
    .action-row strong{display:block;font-size:11px;color:var(--navy)}
    .action-row span{display:block;font-size:9px;color:var(--muted);margin-top:2px}
    .action-row em{font-style:normal;font-size:8px;text-transform:uppercase;font-weight:900;color:var(--blue);background:var(--aqua-soft);padding:4px 6px;border-radius:999px;white-space:nowrap}
    .data-table{width:100%;border-collapse:collapse;font-size:10px}
    .data-table th{text-align:left;color:#71858d;font-size:8px;text-transform:uppercase;letter-spacing:.08em;padding:9px;border-bottom:1px solid var(--line)}
    .data-table td{padding:10px 9px;border-bottom:1px solid #edf2f3;color:#435861}
    .data-table td strong{color:var(--navy)}
    .data-table tr:last-child td{border-bottom:0}
    .report-sheet{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;max-width:980px;margin:auto}
    .report-head{display:flex;justify-content:space-between;gap:30px;border-bottom:2px solid var(--navy);padding-bottom:18px;margin-bottom:22px}
    .report-head h2{margin:0;color:var(--navy);font-size:26px;letter-spacing:-.04em}
    .report-head p{margin:4px 0 0;color:var(--muted);font-size:10px}
    .report-mark{font-weight:950;color:var(--blue);font-size:22px}
    .report-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:20px}
    .report-field{padding:11px;background:var(--paper);border-radius:11px}
    .report-field small{display:block;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.07em}
    .report-field strong{display:block;color:var(--navy);font-size:11px;margin-top:3px}
    .report-section{margin-top:22px}
    .report-section h3{font-size:13px;color:var(--navy);margin:0 0 8px;padding-bottom:7px;border-bottom:1px solid var(--line)}
    .report-section p,.report-section li{font-size:10px;color:#455b64}
    .report-signoff{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-top:36px}
    .signature-line{border-top:1px solid #7f9299;padding-top:6px;font-size:9px;color:var(--muted)}
    .log-list{display:grid;gap:9px}
    .log-item{display:grid;grid-template-columns:110px 1fr 100px;gap:15px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px}
    .log-item time{font-size:10px;color:var(--blue);font-weight:850}
    .log-item strong{display:block;font-size:12px;color:var(--navy)}
    .log-item p{font-size:10px;color:var(--muted);margin:3px 0 0}
    .log-item span{font-size:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;background:var(--aqua-soft);color:var(--teal);padding:5px 7px;border-radius:999px;text-align:center}
    .empty-state{text-align:center;padding:70px 20px;color:var(--muted)}
    .empty-state h3{color:var(--navy);margin:0 0 6px}

    @media (max-width:1100px){
      .main-nav{display:none}.menu-btn{display:grid;place-items:center}.header-actions .btn-light{display:none}
      .hero-grid{grid-template-columns:1fr;padding-top:58px}.hero-visual{min-height:560px}
      .solution-grid{grid-template-columns:repeat(2,1fr)}
      .process{grid-template-columns:repeat(3,1fr)}
      .dash-top{grid-template-columns:1fr repeat(2,1fr)}.dash-kpi:nth-child(4),.dash-kpi:nth-child(5){display:none}
      .portal-kpis{grid-template-columns:repeat(3,1fr)}
      .portal-grid{grid-template-columns:1fr}
    }
    @media (max-width:820px){
      .section{padding:72px 0}.section-heading,.mission-grid,.sustain-grid,.contact-grid{grid-template-columns:1fr;gap:28px}
      .section-heading{align-items:start}.mission-panel{position:relative;top:auto;min-height:380px}
      .trust-grid{grid-template-columns:1fr 1fr}.trust-intro{grid-column:1/-1}.trust-item{border-bottom:1px solid var(--line)}
      .industries-grid{grid-template-columns:1fr 1fr}.client-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
      .portal.open{grid-template-rows:64px 1fr}.portal-body{grid-template-columns:1fr}.portal-side{display:none}.portal-main{padding:13px}
      .portal-kpis{grid-template-columns:repeat(2,1fr)}
      .report-grid{grid-template-columns:repeat(2,1fr)}
      .log-item{grid-template-columns:85px 1fr}.log-item span{grid-column:2;justify-self:start}
    }
    @media (max-width:620px){
      .shell{width:min(var(--max),calc(100% - 22px))}.topbar{display:none}.header-inner{min-height:66px}.brand-copy small{display:none}.header-actions .btn-primary{display:none}
      .hero-grid{min-height:auto;padding:48px 0 64px}.hero-copy h1{font-size:50px}.hero-points{grid-template-columns:1fr}.hero-visual{min-height:460px}.plant-card{inset:30px 0 24px 0}.float-a{right:0;width:160px}.float-b{left:0;width:175px}.plant-caption{align-items:start;flex-direction:column}.plant-caption p{display:none}
      .solution-grid,.industries-grid,.phase-grid,.process,.form-grid{grid-template-columns:1fr}.solution-card{min-height:auto}.standard-item{grid-template-columns:48px 1fr}.standard-tag{grid-column:2;justify-self:start}.roadmap-top{display:block}.roadmap-status{display:inline-flex;margin-top:12px}
      .dash-top{grid-template-columns:1fr 1fr}.dash-title{grid-column:1/-1}.dash-kpi:nth-child(3){border-right:0}.dash-tools{align-items:stretch;flex-direction:column}.search-wrap{max-width:none}.dash-tools select{width:100%}
      .client-bottom{grid-template-columns:1fr 1fr}.client-metric:last-child{grid-column:1/-1}
      .form-foot{align-items:stretch;flex-direction:column}.form-foot .btn{width:100%}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{align-items:start;flex-direction:column}
      .privacy-banner{left:11px;right:11px;bottom:11px;max-width:none}
      .portal-actions button:not(.primary){display:none}.portal-hero{flex-direction:column}.portal-tabs{width:100%;overflow:auto;flex-wrap:nowrap}.portal-kpis{grid-template-columns:1fr 1fr}.portal-kpi:nth-child(5){display:none}.panel{padding:13px}.panel-head{flex-direction:column}.report-sheet{padding:18px}.report-head{flex-direction:column}.report-grid{grid-template-columns:1fr 1fr}.report-signoff{grid-template-columns:1fr;gap:28px}
    }


    /* Application-style lateral information rail */
    body.app-mode{height:100dvh;overflow:hidden;background:#edf3f5}
    body.app-mode > main{
      display:flex;
      width:100%;
      height:calc(100dvh - 115px);
      overflow-x:auto;
      overflow-y:hidden;
      scroll-snap-type:x mandatory;
      scroll-behavior:smooth;
      overscroll-behavior-x:contain;
      scrollbar-width:none;
      background:#fff;
    }
    body.app-mode > main::-webkit-scrollbar{display:none}
    body.app-mode > main > section{
      flex:0 0 100vw;
      width:100vw;
      height:100%;
      min-height:0;
      overflow-y:auto;
      overflow-x:hidden;
      scroll-snap-align:start;
      scroll-snap-stop:always;
      overscroll-behavior-y:contain;
      scrollbar-width:thin;
      scrollbar-color:#b9d4da transparent;
    }
    body.app-mode > main > section::-webkit-scrollbar{width:7px}
    body.app-mode > main > section::-webkit-scrollbar-thumb{background:#b9d4da;border-radius:99px}
    .app-rail-control{
      position:fixed;right:18px;top:50%;z-index:45;transform:translateY(-50%);
      display:grid;gap:8px;padding:9px;border:1px solid rgba(217,231,234,.95);
      border-radius:18px;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);
      box-shadow:0 18px 45px rgba(6,26,36,.14)
    }
    .rail-btn{width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);display:grid;place-items:center;cursor:pointer}
    .rail-btn:hover{background:var(--navy);color:#fff;transform:translateY(-1px)}
    .rail-progress{display:grid;gap:6px;justify-items:center;padding:2px 0}
    .rail-dot{width:7px;height:7px;border:0;border-radius:99px;background:#c7d7db;padding:0;cursor:pointer;transition:height .2s ease,background .2s ease}
    .rail-dot.active{height:24px;background:var(--blue)}
    .app-section-label{position:sticky;top:0;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 18px;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(217,231,234,.75);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#60757d}
    .app-section-label span:last-child{color:var(--blue)}

    /* Mobile SVG application dock */
    .mobile-app-dock{display:none}
    @media (max-width:820px){
      body.app-mode{height:auto;overflow:auto;padding-bottom:76px}
      body.app-mode > main{display:block;height:auto;overflow:visible}
      body.app-mode > main > section{width:auto;height:auto;overflow:visible;min-height:auto}
      .app-rail-control,.app-section-label{display:none}
      .site-footer{padding-bottom:96px}
      .footer-grid{display:none}
      .mobile-app-dock{
        position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:10px;right:10px;bottom:10px;z-index:70;
        background:rgba(6,26,36,.94);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.13);
        border-radius:21px;padding:7px;box-shadow:0 20px 45px rgba(6,26,36,.28)
      }
      .mobile-app-dock a,.mobile-app-dock button{border:0;background:transparent;color:#aac4ca;text-decoration:none;display:grid;justify-items:center;gap:3px;padding:7px 2px;border-radius:14px;font-size:8px;font-weight:800;cursor:pointer}
      .mobile-app-dock svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.9}
      .mobile-app-dock a:active,.mobile-app-dock button:active,.mobile-app-dock .active{background:rgba(112,215,223,.13);color:#fff}
    }
    @media (min-width:821px) and (max-width:1100px){body.app-mode > main{height:calc(100dvh - 104px)}}



    /* V3 light-water application shell */
    :root{
      --navy:#163b4b;
      --navy-2:#dff4f8;
      --ink:#173642;
      --muted:#607984;
      --blue:#168eae;
      --blue-2:#43b8ce;
      --aqua:#8be0e7;
      --aqua-soft:#eefbfc;
      --paper:#f6fbfc;
      --line:#d5e9ed;
      --shadow:0 20px 55px rgba(40,119,141,.12);
      --shadow-soft:0 10px 28px rgba(40,119,141,.08);
      --app-top:152px;
    }
    body.app-mode{background:linear-gradient(180deg,#f5fcfd 0%,#edf8fa 100%)}
    .topbar{
      background:linear-gradient(90deg,#eaf9fb,#dff5f8);
      color:#315c69;border-bottom:1px solid #cde8ed;
    }
    .topbar .status-dot{background:#40b9c8;box-shadow:0 0 0 4px rgba(64,185,200,.13)}
    .site-header{
      top:0;background:rgba(248,253,254,.96);border-bottom:1px solid #d7eaee;
      box-shadow:0 8px 28px rgba(51,126,146,.07)
    }
    .header-inner{min-height:70px}
    .brand-copy strong{color:#173f50}
    .main-nav a{color:#365d69}
    .main-nav a:hover{background:#eaf8fa;color:#116f88}
    .btn-primary{background:linear-gradient(135deg,#1b93b2,#42b7cd);box-shadow:0 12px 26px rgba(41,151,178,.2)}
    .btn-dark{background:#dff4f8;color:#17485a;box-shadow:none;border:1px solid #c6e5ea}
    .btn-light{background:#fff;color:#17485a;border-color:#cfe5e9}

    .workspace-rail{
      position:fixed;left:0;right:0;top:108px;z-index:44;height:44px;
      display:grid;grid-template-columns:auto minmax(260px,560px) 1fr auto;align-items:center;gap:14px;
      padding:0 max(18px,calc((100vw - 1240px)/2));
      background:rgba(237,249,251,.96);backdrop-filter:blur(18px);
      border-bottom:1px solid #cfe7eb;box-shadow:0 8px 22px rgba(44,125,145,.08)
    }
    .workspace-rail-title{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#4d7380;white-space:nowrap}
    .workspace-rail-title i{width:8px;height:8px;border-radius:50%;background:#42b8c9;box-shadow:0 0 0 5px rgba(66,184,201,.12)}
    .master-search{position:relative;width:100%}
    .master-search svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:17px;height:17px;color:#6b96a1;pointer-events:none}
    .master-search input{width:100%;height:34px;border:1px solid #cbe4e9;border-radius:12px;background:rgba(255,255,255,.92);padding:0 38px;color:#173b48;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
    .master-search input:focus{border-color:#53b8ca;box-shadow:0 0 0 3px rgba(83,184,202,.13)}
    .search-results{position:absolute;left:0;right:0;top:39px;display:none;max-height:320px;overflow:auto;padding:8px;background:#fff;border:1px solid #d2e8ec;border-radius:14px;box-shadow:0 20px 45px rgba(37,102,119,.16)}
    .search-results.open{display:grid;gap:4px}
    .search-result{border:0;background:#f7fcfd;text-align:left;padding:10px 12px;border-radius:10px;cursor:pointer;color:#294e5a}
    .search-result:hover{background:#e6f7fa}
    .search-result strong{display:block;font-size:11px;color:#173f4f}
    .search-result span{display:block;font-size:9px;color:#6e8790;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .workspace-progress{display:flex;align-items:center;justify-content:center;gap:5px;min-width:0}
    .top-rail-dot{width:18px;height:5px;border:0;border-radius:99px;background:#bddce2;cursor:pointer;padding:0;transition:width .22s ease,background .22s ease,transform .22s ease}
    .top-rail-dot:hover{transform:scaleY(1.5)}
    .top-rail-dot.active{width:42px;background:linear-gradient(90deg,#168eae,#66cbd9)}
    .workspace-controls{display:flex;gap:6px}
    .workspace-controls .rail-btn{width:32px;height:32px;border-radius:10px;background:#fff;color:#2c6676;border-color:#cde5e9}
    .workspace-controls .rail-btn:hover{background:#dff5f8;color:#126f87}
    .app-rail-control{display:none!important}

    body.app-mode > main{
      height:calc(100dvh - var(--app-top));
      margin-top:44px;
      background:linear-gradient(180deg,#f8fdfe,#f1fafb);
    }
    body.app-mode > main > section{
      height:100%;
      scroll-padding-top:0;
      background-color:#f8fdfe;
    }
    .app-section-label{display:none}
    body.app-mode > main > section > .shell,
    body.app-mode > main > section > .hero-banner-shell{transform-origin:top center}
    body.app-mode .section{padding:38px 0}
    body.app-mode .section-heading{margin-bottom:22px;gap:30px}
    body.app-mode .section-heading h2{font-size:clamp(30px,3.5vw,50px)}
    body.app-mode .section-heading p{font-size:15px}
    body.app-mode .solution-card{min-height:215px;padding:20px}
    body.app-mode .mission-panel{background:linear-gradient(145deg,#e7f8fa,#d9f1f5);color:#183e4d;min-height:390px}
    body.app-mode .mission-panel p,body.app-mode .mission-panel .mission-note{color:#55747e}
    body.app-mode .mission-panel:after{border-color:rgba(68,182,201,.12)}
    body.app-mode .sustain-score{background:linear-gradient(145deg,#e1f6f8,#cfeef3);color:#173f4d}
    body.app-mode .sustain-score p,body.app-mode .score-row span{color:#587982}
    body.app-mode .score-track{background:rgba(24,111,133,.12)}
    body.app-mode .program{background:linear-gradient(145deg,#e8f9fb,#d9f2f6);color:#173d4c}
    body.app-mode .program .section-heading h2{color:#173d4c}
    body.app-mode .program .section-heading p,body.app-mode .process-step p{color:#5d7982}
    body.app-mode .process-step{background:rgba(255,255,255,.66);border-color:#cde7eb}
    body.app-mode .process-step b{background:#d8f2f5;color:#137f99}
    body.app-mode .contact-copy{background:linear-gradient(145deg,#e4f7f9,#d3eef3);color:#173f4d}
    body.app-mode .contact-copy p,body.app-mode .contact-list span{color:#587680}
    body.app-mode .contact-list div{border-bottom-color:rgba(56,132,151,.15)}
    body.app-mode .contact-list b{background:#cdeef2;color:#167f98}
    .site-footer{background:linear-gradient(180deg,#e6f7f9,#d7f0f4);color:#173f4d;border-top:1px solid #c9e5ea}
    .footer-brand p,.footer-col a,.footer-bottom{color:#587680}
    .footer-col h4{color:#284f5b}
    .footer-col a:hover{color:#0e7d98}
    .footer-bottom{border-top-color:#c7e3e8}

    /* Portfolio motion and live-state cues */
    #portfolio .dashboard-frame{position:relative;overflow:hidden}
    #portfolio .dashboard-frame:before{content:"";position:absolute;inset:0 auto auto -30%;width:30%;height:3px;background:linear-gradient(90deg,transparent,#66cfdb,transparent);animation:portfolioScan 5.5s linear infinite;z-index:4}
    #portfolio .dash-kpi strong{animation:kpiBreathe 3.2s ease-in-out infinite}
    #portfolio .dash-kpi:nth-child(2) strong{animation-delay:.25s}#portfolio .dash-kpi:nth-child(3) strong{animation-delay:.5s}#portfolio .dash-kpi:nth-child(4) strong{animation-delay:.75s}#portfolio .dash-kpi:nth-child(5) strong{animation-delay:1s}
    #portfolio .client-card{animation:cardFloat 5s ease-in-out infinite;will-change:transform}
    #portfolio .client-card:nth-child(2n){animation-delay:.6s}#portfolio .client-card:nth-child(3n){animation-delay:1.2s}
    #portfolio .status-dot{position:relative;box-shadow:0 0 0 0 rgba(43,138,110,.25);animation:statusPulse 2.4s ease-out infinite}
    #portfolio .dash-tools:after{content:"Live portfolio signal";margin-left:auto;padding:6px 10px;border-radius:999px;background:#e1f7f3;color:#28775f;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;animation:liveGlow 2s ease-in-out infinite}
    @keyframes portfolioScan{to{left:110%}}
    @keyframes kpiBreathe{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}
    @keyframes cardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
    @keyframes statusPulse{0%{box-shadow:0 0 0 0 rgba(43,138,110,.24)}70%{box-shadow:0 0 0 7px rgba(43,138,110,0)}100%{box-shadow:0 0 0 0 rgba(43,138,110,0)}}
    @keyframes liveGlow{0%,100%{opacity:.72}50%{opacity:1}}
    @media (prefers-reduced-motion:reduce){#portfolio .dashboard-frame:before,#portfolio .dash-kpi strong,#portfolio .client-card,#portfolio .status-dot,#portfolio .dash-tools:after{animation:none!important}}

    @media (max-width:1100px) and (min-width:821px){
      :root{--app-top:144px}
      .workspace-rail{top:100px;grid-template-columns:auto minmax(210px,390px) 1fr auto;padding-inline:16px}
      body.app-mode > main{height:calc(100dvh - var(--app-top));margin-top:44px}
      body.app-mode .section{padding:28px 0}
      body.app-mode .section-heading h2{font-size:38px}
    }
    @media (max-width:820px){
      .workspace-rail{display:none}
      body.app-mode > main{margin-top:0}
      .mobile-app-dock{background:rgba(226,247,250,.96);border-color:#c7e5ea;box-shadow:0 18px 42px rgba(42,119,139,.18)}
      .mobile-app-dock a,.mobile-app-dock button{color:#5a808b}
      .mobile-app-dock a:active,.mobile-app-dock button:active,.mobile-app-dock .active{background:#cceef2;color:#126f88}
      .site-footer{background:linear-gradient(180deg,#e9f9fb,#d8f1f4)}
    }

    @media print{
      body *{visibility:hidden!important}
      #reportPanel,#reportPanel *{visibility:visible!important}
      #reportPanel{display:block!important;position:absolute;inset:0;background:#fff;padding:0}
      .report-sheet{border:0;box-shadow:none;max-width:none;padding:20px}
      .portal-top,.portal-side,.portal-hero{display:none!important}
      @page{margin:14mm}
    }

/* WordPress runtime compatibility */
body.admin-bar .site-header{top:32px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
:focus-visible{outline:3px solid rgba(19,164,191,.45);outline-offset:3px}

/* V4 mobile experience hardening */
@media (max-width:820px){
  :root{--mobile-dock-h:88px}
  html{scroll-padding-top:82px}
  body.app-mode{
    height:auto!important;
    min-height:100%;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    padding-bottom:calc(var(--mobile-dock-h) + env(safe-area-inset-bottom,0px));
    background:#f5fbfc;
  }
  .topbar,.workspace-rail{display:none!important}
  .site-header{
    position:sticky;top:0;z-index:75;
    background:rgba(248,253,254,.97);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }
  .header-inner{min-height:72px;padding:8px 0}
  .brand-copy strong{font-size:clamp(19px,5.5vw,25px)!important;line-height:1.02;letter-spacing:-.045em}
  .menu-btn{display:grid!important;place-items:center;width:48px;height:48px;border-radius:17px;background:#fff;color:#168eae}
  .header-actions .btn{display:none!important}
  #mobileNav{position:fixed;top:72px;left:10px;right:10px;z-index:76;border:1px solid #cfe7eb!important;border-radius:20px;box-shadow:0 20px 50px rgba(26,91,110,.18)}

  body.app-mode > main{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin-top:0!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
    background:#f5fbfc;
  }
  body.app-mode > main > section{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    scroll-snap-align:none!important;
    scroll-snap-stop:normal!important;
    padding-block:0;
    background:#f5fbfc;
  }
  body.app-mode > main > section + section{border-top:1px solid #d8ebee}
  body.app-mode .section{padding:42px 0!important}
  .shell{width:calc(100% - 28px)!important}

  .hero-banner{padding:14px 0 18px!important;background:linear-gradient(180deg,#f5fbfc,#eef8fa)}
  .hero-banner-shell{width:calc(100% - 24px)!important}
  .hero-banner img{
    width:100%;height:auto!important;aspect-ratio:16/10!important;
    object-fit:cover!important;object-position:center!important;
    border-radius:22px!important;box-shadow:0 18px 42px rgba(33,111,132,.14)!important;
  }

  .trust-strip{padding:12px 0 20px;background:#eef9fb}
  .trust-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px;min-height:0!important}
  .trust-item{padding:14px!important;border:1px solid #d4e9ed!important;border-radius:18px;background:rgba(255,255,255,.82);min-width:0}
  .trust-intro{grid-column:1/-1!important}
  .trust-item strong{font-size:14px!important;line-height:1.2}
  .trust-item span{font-size:11px!important;line-height:1.35;margin-top:5px}

  .section-heading{display:block!important;margin-bottom:22px!important}
  .section-heading .eyebrow{font-size:10px;letter-spacing:.14em}
  .section-heading h2{
    font-size:clamp(34px,10.5vw,48px)!important;
    line-height:.98!important;letter-spacing:-.055em!important;
    overflow-wrap:anywhere;
  }
  .section-heading p{
    margin-top:14px!important;font-size:15px!important;line-height:1.55!important;
    display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
  }

  .solution-grid,.industries-grid,.phase-grid,.process,.mission-grid,.sustain-grid,.contact-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}
  .solution-card,.industry-card,.phase,.process-step,.standard-item,.roadmap,.sustain-score,.contact-copy,.contact-form,.mission-panel{
    min-height:0!important;border-radius:24px!important;
  }
  .solution-card{padding:20px!important;display:grid;grid-template-columns:48px 1fr;column-gap:14px;align-items:start}
  .solution-card .solution-icon{grid-row:1/4;margin:0;width:46px;height:46px}
  .solution-card h3{font-size:19px;line-height:1.15;margin:2px 0 7px}
  .solution-card p{font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .solution-card .link{margin-top:11px;font-size:12px}

  .mission-panel{position:relative!important;top:auto!important;padding:26px!important;background:linear-gradient(145deg,#dff5f8,#edfafa)!important}
  .mission-panel h2{font-size:clamp(36px,11vw,52px)!important;line-height:.98!important;margin:10px 0 16px!important;overflow-wrap:anywhere}
  .mission-panel p{font-size:15px!important;line-height:1.55!important;margin:0!important}
  .mission-panel .mission-note{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin-top:20px;padding-top:16px!important;font-size:12px!important;line-height:1.5!important}
  .standard-item{grid-template-columns:48px 1fr!important;gap:13px!important;padding:17px!important;align-items:start!important}
  .standard-number{width:44px;height:44px;border-radius:14px}
  .standard-item h3{font-size:17px;line-height:1.25}
  .standard-item p{font-size:12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .standard-tag{grid-column:2!important;margin-top:2px}

  .roadmap,.sustain-score{padding:22px!important}
  .roadmap h3,.sustain-score h3{font-size:26px;line-height:1.05}
  .roadmap-top{margin-bottom:18px}
  .phase{padding:18px!important}
  .phase ul{font-size:12px;line-height:1.45}
  .score-row{grid-template-columns:92px 1fr 30px;gap:8px;margin:13px 0}

  /* Remove illustrative industry placeholders and use styled information cards. */
  .industry-visual{display:none!important}
  .industry-card{overflow:visible!important;background:linear-gradient(145deg,#fff,#f2fbfc)!important;border:1px solid #d2e8ec!important;box-shadow:0 10px 28px rgba(36,112,132,.08)}
  .industry-content{padding:22px!important;position:relative}
  .industry-content:before{content:"";display:block;width:42px;height:5px;border-radius:99px;background:linear-gradient(90deg,#28a7c2,#7bdbe3);margin-bottom:16px}
  .industry-content h3{font-size:21px!important;line-height:1.15}
  .industry-content p{font-size:13px!important;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

  .program{background:linear-gradient(180deg,#e6f8fa,#d9f2f6)!important}
  .process-step{padding:20px!important;min-height:0!important}
  .process-step b{margin-bottom:18px!important}
  .process-step h3{font-size:20px;line-height:1.1}
  .process-step p{font-size:13px!important;line-height:1.5!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

  .dashboard-frame{border-radius:24px!important}
  .dash-top{grid-template-columns:1fr 1fr!important}
  .dash-title{grid-column:1/-1!important}
  .dash-title,.dash-kpi{padding:16px!important}
  .dash-kpi strong{font-size:21px!important}
  .dash-tools{padding:12px!important}
  #portfolio .dash-tools:after{display:none!important}
  .client-grid{padding:12px!important;gap:10px!important;max-height:none!important}
  .client-card{padding:16px!important;animation:none!important}
  .client-card h4{font-size:18px}

  .contact-copy,.contact-form{padding:24px!important}
  .contact-copy h2{font-size:clamp(36px,10vw,48px)!important}
  .form-grid{gap:12px!important}
  .field input,.field select,.field textarea{font-size:16px;min-height:52px}

  /* Use the fixed application dock as the mobile footer on every page. */
  .site-footer{display:none!important}
  .mobile-app-dock{
    display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;
    position:fixed!important;left:12px!important;right:12px!important;
    bottom:max(10px,env(safe-area-inset-bottom,0px))!important;z-index:100!important;
    padding:8px 7px!important;border-radius:24px!important;
    background:rgba(232,249,251,.94)!important;
    border:1px solid rgba(181,222,229,.9)!important;
    box-shadow:0 16px 42px rgba(31,100,119,.2)!important;
    backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  }
  .mobile-app-dock a,.mobile-app-dock button{min-width:0;padding:8px 1px!important;font-size:9px!important;line-height:1.1;color:#537b87!important}
  .mobile-app-dock svg{width:22px!important;height:22px!important}
  .mobile-app-dock a:active,.mobile-app-dock button:active,.mobile-app-dock .active{background:#d2f0f4!important;color:#0c748e!important}

  .privacy-banner{display:none!important}
}

@media (max-width:390px){
  .shell{width:calc(100% - 20px)!important}
  .section-heading h2{font-size:34px!important}
  .brand-copy strong{font-size:19px!important}
  .trust-grid{grid-template-columns:1fr!important}
  .trust-intro{grid-column:auto!important}
  .mobile-app-dock{left:7px!important;right:7px!important}
}

/* Promotional platform banners */
.promo-showcase{padding:28px 0 34px;background:linear-gradient(180deg,#f4fcfd 0%,#e7f8fb 100%);border-bottom:1px solid var(--line);overflow:hidden}
.promo-showcase-shell{position:relative}
.promo-showcase-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}
.promo-showcase-head h2{margin:6px 0 0;color:var(--navy);font-size:clamp(28px,3.2vw,46px);line-height:1;letter-spacing:-.045em}
.promo-showcase-controls{display:flex;align-items:center;gap:9px;padding:7px;border:1px solid #cbe6eb;background:rgba(255,255,255,.8);border-radius:999px;box-shadow:0 10px 24px rgba(25,110,135,.09)}
.promo-showcase-controls button{width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:#087f9d;font-size:25px;line-height:1;cursor:pointer}
.promo-showcase-controls button:hover{background:#dff5f8;transform:translateY(-1px)}
.promo-showcase-controls span{min-width:48px;text-align:center;font-size:11px;font-weight:900;color:#52727d;letter-spacing:.08em}
.promo-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;transition:transform .55s cubic-bezier(.2,.8,.2,1)}
.promo-card{position:relative;display:block;overflow:hidden;border:1px solid #c9e2e8;border-radius:28px;background:#fff;box-shadow:0 18px 42px rgba(23,98,120,.13);text-decoration:none;isolation:isolate}
.promo-card:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 68%,rgba(3,45,61,.72));opacity:.72;transition:opacity .25s ease}
.promo-card:hover{transform:translateY(-5px);box-shadow:0 26px 58px rgba(23,98,120,.2)}
.promo-card:hover:before{opacity:.9}
.promo-card img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center top;transition:transform .7s cubic-bezier(.2,.8,.2,1)}
.promo-card:hover img{transform:scale(1.025)}
.promo-card-action{position:absolute;left:20px;right:20px;bottom:17px;z-index:2;display:flex;align-items:center;justify-content:space-between;color:#fff;font-weight:900;font-size:14px;letter-spacing:.01em}
.promo-card-action b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.94);color:#0787a5;font-size:19px}
.promo-dots{display:none;justify-content:center;gap:7px;margin-top:14px}
.promo-dots button{width:8px;height:8px;border:0;border-radius:99px;background:#a9d6df;padding:0;cursor:pointer;transition:width .25s ease,background .25s ease}
.promo-dots button.active{width:28px;background:#159cb8}

.promo-popout{position:fixed;right:18px;bottom:18px;z-index:120;width:min(360px,calc(100vw - 36px));padding:8px;background:rgba(246,253,254,.96);border:1px solid #c8e4e9;border-radius:24px;box-shadow:0 24px 70px rgba(5,54,69,.28);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translateY(30px) scale(.96);transition:opacity .32s ease,transform .32s ease,visibility .32s ease}
.promo-popout.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.promo-popout>a{display:block;overflow:hidden;border-radius:17px;text-decoration:none;background:#fff}
.promo-popout img{width:100%;height:225px;object-fit:cover;object-position:center top}
.promo-popout>a span{display:grid;padding:13px 15px 15px}
.promo-popout strong{font-size:15px;color:var(--navy);line-height:1.2}
.promo-popout small{font-size:11px;color:var(--blue);font-weight:800;margin-top:4px}
.promo-popout-close{position:absolute;right:-8px;top:-8px;z-index:3;width:34px;height:34px;border-radius:50%;border:1px solid #c5e1e7;background:#fff;color:#244d5a;font-size:21px;cursor:pointer;box-shadow:0 8px 20px rgba(4,51,66,.18)}
.promo-popout-nav{position:absolute;top:45%;z-index:3;width:32px;height:48px;border:0;background:rgba(255,255,255,.9);color:#087f9d;font-size:25px;cursor:pointer;box-shadow:0 8px 20px rgba(4,51,66,.14)}
.promo-popout-nav.prev{left:8px;border-radius:0 14px 14px 0}.promo-popout-nav.next{right:8px;border-radius:14px 0 0 14px}

@media(max-width:820px){
  .promo-showcase{padding:22px 0 28px}
  .promo-showcase-head{align-items:center;margin-bottom:14px}
  .promo-showcase-head h2{font-size:28px}
  .promo-showcase-controls{display:none}
  .promo-track{display:flex;gap:12px;width:100%;will-change:transform}
  .promo-card{flex:0 0 100%;border-radius:22px}
  .promo-card img{aspect-ratio:4/4.4;object-fit:cover;object-position:center top}
  .promo-dots{display:flex}
  .promo-popout{left:12px;right:12px;bottom:104px;width:auto;border-radius:22px}
  .promo-popout img{height:min(54vh,390px)}
}
@media(max-width:480px){
  .promo-showcase-head h2{font-size:25px}
  .promo-card-action{left:15px;right:15px;bottom:13px;font-size:12px}
  .promo-card-action b{width:34px;height:34px}
  .promo-popout{bottom:98px}
  .promo-popout img{height:min(48vh,330px)}
}
@media(prefers-reduced-motion:reduce){.promo-track,.promo-popout,.promo-card img{transition:none!important}}

/* Early-access portal banner and text-only industry system */
.industries-text-grid .industry-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff,#f4fbfc);border:1px solid #d4e8ec;box-shadow:0 12px 34px rgba(23,96,116,.07)}
.industries-text-grid .industry-content{padding:25px 24px 24px}
.industries-text-grid .industry-content:before{display:none!important}
.industry-index{display:inline-grid;place-items:center;min-width:36px;height:30px;padding:0 9px;border-radius:10px;background:#e3f7f9;color:#087f9d;font-size:11px;font-weight:900;letter-spacing:.08em;margin-bottom:17px}
.industries-text-grid .industry-card:after{content:"";position:absolute;right:-26px;bottom:-34px;width:112px;height:112px;border-radius:50%;border:18px solid rgba(112,215,223,.12)}
.early-access-portal{display:grid;grid-template-columns:1.08fr .92fr;gap:0;margin-top:30px;border:1px solid #cce6ea;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#effbfd 0%,#fff 58%,#e7f8fb 100%);box-shadow:0 25px 70px rgba(16,89,110,.14)}
.early-access-media{position:relative;min-height:390px;background:#dff5f8;overflow:hidden}
.early-access-media img{width:100%;height:100%;object-fit:cover;object-position:center top}
.early-access-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 65%,rgba(240,251,253,.82))}
.early-access-status{position:absolute;left:20px;top:20px;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(194,225,231,.95);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#1b6578;box-shadow:0 10px 26px rgba(7,67,84,.12)}
.early-access-status i{width:8px;height:8px;border-radius:50%;background:#2b9f83;box-shadow:0 0 0 5px rgba(43,159,131,.12);animation:earlyPulse 1.8s ease-in-out infinite}
.early-access-content{padding:42px 38px;display:flex;flex-direction:column;justify-content:center}
.early-access-content h3{margin:12px 0 12px;color:var(--navy);font-size:clamp(34px,4vw,54px);line-height:.96;letter-spacing:-.055em}
.early-access-content>p{margin:0 0 22px;color:var(--muted);font-size:15px;max-width:540px}
.early-access-input-row{display:grid;grid-template-columns:1fr auto;gap:9px}
.early-access-input-row input{width:100%;min-height:52px;border:1px solid #cde2e6;border-radius:999px;background:#fff;padding:0 19px;outline:none;color:var(--ink);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.early-access-input-row input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(8,127,157,.12)}
.early-access-consent{display:flex;align-items:flex-start;gap:8px;margin-top:12px;color:#60777f;font-size:10px;line-height:1.45;cursor:pointer}
.early-access-consent input{margin-top:2px;accent-color:var(--blue)}
.early-access-points{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}
.early-access-points span{padding:7px 10px;border-radius:999px;background:#fff;border:1px solid #d5e9ec;color:#456872;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.early-access-success{padding:12px 14px;margin:0 0 15px;border-radius:14px;background:#e7f7f0;color:#246b56;font-size:12px;font-weight:800}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@keyframes earlyPulse{50%{opacity:.5;transform:scale(.82)}}
@media(max-width:900px){.early-access-portal{grid-template-columns:1fr}.early-access-media{min-height:300px}.early-access-media:after{background:linear-gradient(180deg,transparent 65%,rgba(240,251,253,.9))}}
@media(max-width:620px){
  .industries-text-grid{grid-template-columns:1fr!important;gap:11px!important}
  .industries-text-grid .industry-content{padding:19px!important}
  .industries-text-grid .industry-content p{display:block!important;-webkit-line-clamp:unset!important;font-size:13px!important}
  .industry-index{margin-bottom:12px}
  .early-access-portal{margin-top:20px;border-radius:24px}
  .early-access-media{min-height:230px}
  .early-access-content{padding:26px 20px 28px}
  .early-access-content h3{font-size:37px}
  .early-access-content>p{font-size:14px}
  .early-access-input-row{grid-template-columns:1fr}
  .early-access-input-row .btn{width:100%}
}
@media(prefers-reduced-motion:reduce){.early-access-status i{animation:none}}

/* Lightweight futuristic motion layer */
:root{--motion-ease:cubic-bezier(.22,.8,.22,1)}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;
  background:
    radial-gradient(circle at 12% 18%,rgba(112,215,223,.11),transparent 30%),
    radial-gradient(circle at 88% 32%,rgba(8,127,157,.07),transparent 27%);
  animation:owsAmbientDrift 18s ease-in-out infinite alternate;
}
.site-header,.application-rail,.mobile-dock{transition:background .35s ease,box-shadow .35s ease,border-color .35s ease}
.site-header.is-scrolled{background:rgba(248,254,255,.96);box-shadow:0 12px 32px rgba(12,84,103,.09)}
.btn{position:relative;overflow:hidden;isolation:isolate}
.btn:after{content:"";position:absolute;inset:-120% auto -120% -45%;width:28%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);transition:left .7s var(--motion-ease);z-index:-1}
.btn:hover:after,.btn:focus-visible:after{left:120%}
.solution-card,.industry-card,.standard-item,.phase,.process-step,.client-card,.portal-kpi,.panel,.promo-card,.early-access-portal{
  transition:transform .4s var(--motion-ease),box-shadow .4s var(--motion-ease),border-color .4s ease;
}
.solution-card:hover,.industry-card:hover,.standard-item:hover,.phase:hover,.process-step:hover,.client-card:hover,.promo-card:hover{
  transform:translateY(-4px);box-shadow:0 20px 48px rgba(12,84,103,.12);border-color:#b8dfe6;
}
.motion-reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--motion-ease),transform .7s var(--motion-ease)}
.motion-reveal.is-visible{opacity:1;transform:none}
.motion-reveal.motion-delay-1{transition-delay:.06s}.motion-reveal.motion-delay-2{transition-delay:.12s}.motion-reveal.motion-delay-3{transition-delay:.18s}.motion-reveal.motion-delay-4{transition-delay:.24s}
.eyebrow:before{animation:owsLinePulse 3.6s ease-in-out infinite}
.early-access-status,.live-pill{animation:owsFloat 4.8s ease-in-out infinite}
.dashboard-frame,.early-access-portal,.promo-showcase{position:relative;overflow:hidden}
.dashboard-frame:before,.early-access-portal:before,.promo-showcase:before{
  content:"";position:absolute;top:0;bottom:0;width:120px;left:-180px;pointer-events:none;z-index:3;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);transform:skewX(-16deg);
  animation:owsScan 9s ease-in-out infinite;
}
.client-card .status-dot,.topbar .status-dot{animation:owsStatusPulse 2.8s ease-in-out infinite}
.promo-card img,.early-access-media img{will-change:transform;animation:owsImageBreath 14s ease-in-out infinite alternate}
.application-rail .rail-dot,.promo-dots button{transition:width .3s var(--motion-ease),transform .3s var(--motion-ease),background .3s ease}
.application-rail .rail-dot.active,.promo-dots button.active{transform:scale(1.08)}
@keyframes owsAmbientDrift{0%{transform:translate3d(0,0,0) scale(1)}100%{transform:translate3d(1.5%,-1%,0) scale(1.035)}}
@keyframes owsLinePulse{0%,100%{transform:scaleX(.72);opacity:.65}50%{transform:scaleX(1.08);opacity:1}}
@keyframes owsFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes owsScan{0%,72%{left:-180px;opacity:0}78%{opacity:.8}100%{left:115%;opacity:0}}
@keyframes owsStatusPulse{0%,100%{box-shadow:0 0 0 0 rgba(43,138,110,.2)}50%{box-shadow:0 0 0 6px rgba(43,138,110,0)}}
@keyframes owsImageBreath{0%{transform:scale(1)}100%{transform:scale(1.025)}}
@media(max-width:820px){
  body:before{animation-duration:24s;opacity:.72}
  .solution-card:hover,.industry-card:hover,.standard-item:hover,.phase:hover,.process-step:hover,.client-card:hover,.promo-card:hover{transform:none}
  .motion-reveal{transform:translateY(12px)}
  .promo-card img,.early-access-media img{animation:none}
}
@media(prefers-reduced-motion:reduce){
  body:before,.eyebrow:before,.early-access-status,.live-pill,.dashboard-frame:before,.early-access-portal:before,.promo-showcase:before,.client-card .status-dot,.topbar .status-dot,.promo-card img,.early-access-media img{animation:none!important}
  .motion-reveal{opacity:1!important;transform:none!important;transition:none!important}
  *{scroll-behavior:auto!important}
}

/* V5 mobile rebuild — compact, stable, native application flow */
@media (max-width:820px){
  :root{--mobile-dock-h:72px}
  html,body{max-width:100%;overflow-x:hidden!important}
  body.app-mode{padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))!important;background:#f7fbfc!important}
  body.admin-bar .site-header{top:0!important}
  #wpadminbar{display:none!important}

  .site-header{position:sticky!important;top:0!important;min-height:64px!important;border-bottom:1px solid #d9eaed!important}
  .header-inner{min-height:64px!important;padding:7px 0!important;gap:10px!important}
  .brand{min-width:0!important}
  .brand-copy strong{font-size:20px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}
  .brand-copy small{display:none!important}
  .menu-btn{width:44px!important;height:44px!important;border-radius:15px!important;flex:0 0 44px!important}
  #mobileNav{top:66px!important;max-height:calc(100dvh - 90px)!important;overflow:auto!important}

  body.app-mode > main{display:block!important;width:100%!important;overflow:visible!important}
  body.app-mode > main > section,
  body.app-mode > main > div{position:relative!important;transform:none!important;inset:auto!important;max-width:100%!important}
  body.app-mode .section{padding:30px 0!important}
  .shell{width:calc(100% - 28px)!important;margin-inline:auto!important}

  .hero-banner{padding:12px 0!important}
  .hero-banner-shell{width:calc(100% - 20px)!important}
  .hero-banner img{aspect-ratio:16/9!important;object-fit:cover!important;object-position:center!important;border-radius:18px!important}

  /* Keep promotions visible but compact instead of consuming a full screen. */
  .promo-showcase{padding:20px 0 24px!important}
  .promo-showcase-head{display:grid!important;grid-template-columns:1fr auto!important;align-items:end!important;gap:10px!important;margin-bottom:12px!important}
  .promo-showcase-head .eyebrow{font-size:9px!important}
  .promo-showcase-head h2{font-size:26px!important;line-height:1.02!important;max-width:280px!important}
  .promo-track{display:flex!important;gap:10px!important}
  .promo-card{flex:0 0 88%!important;border-radius:18px!important}
  .promo-card img{aspect-ratio:16/10!important;height:auto!important;object-fit:cover!important;object-position:center top!important}
  .promo-card-action{font-size:11px!important;left:13px!important;right:13px!important;bottom:11px!important}
  .promo-card-action b{width:30px!important;height:30px!important}
  .promo-popout{display:none!important}

  /* Convert trust strip into a clean horizontal status rail. */
  .trust-strip{padding:10px 0 16px!important;overflow:hidden!important}
  .trust-grid{display:flex!important;gap:9px!important;overflow-x:auto!important;scroll-snap-type:x proximity!important;padding-bottom:3px!important;-webkit-overflow-scrolling:touch!important}
  .trust-grid::-webkit-scrollbar{display:none!important}
  .trust-item,.trust-intro{flex:0 0 76%!important;grid-column:auto!important;scroll-snap-align:start!important;padding:15px!important;min-height:88px!important}
  .trust-item strong{font-size:15px!important}
  .trust-item span{font-size:11px!important}

  .section-heading{margin-bottom:18px!important}
  .section-heading h2{font-size:clamp(30px,8.8vw,40px)!important;line-height:1.02!important;letter-spacing:-.045em!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
  .section-heading p{font-size:14px!important;line-height:1.48!important;margin-top:10px!important;-webkit-line-clamp:4!important}
  .eyebrow{font-size:9px!important;letter-spacing:.13em!important}

  .solution-grid,.industries-grid,.phase-grid,.process,.mission-grid,.sustain-grid,.contact-grid{gap:10px!important}
  .solution-card,.industry-card,.phase,.process-step,.standard-item,.roadmap,.sustain-score,.contact-copy,.contact-form,.mission-panel{border-radius:18px!important;box-shadow:0 7px 22px rgba(23,96,116,.06)!important}

  .solution-card{padding:16px!important;grid-template-columns:38px minmax(0,1fr)!important;column-gap:11px!important}
  .solution-card .solution-icon{width:38px!important;height:38px!important;border-radius:12px!important}
  .solution-card h3{font-size:17px!important;margin:0 0 5px!important}
  .solution-card p{font-size:12px!important;line-height:1.42!important;-webkit-line-clamp:2!important}
  .solution-card .link{font-size:11px!important;margin-top:8px!important}

  .mission-panel{padding:20px!important}
  .mission-panel h2{font-size:35px!important;line-height:1.02!important;margin:8px 0 12px!important;overflow-wrap:normal!important}
  .mission-panel p{font-size:14px!important;line-height:1.48!important}
  .mission-panel .mission-note{font-size:11px!important;line-height:1.4!important;margin-top:14px!important;padding-top:12px!important}
  .standard-item{padding:14px!important;grid-template-columns:40px minmax(0,1fr)!important;gap:10px!important}
  .standard-number{width:40px!important;height:40px!important}
  .standard-item h3{font-size:16px!important}
  .standard-item p{font-size:11px!important;-webkit-line-clamp:2!important}
  .standard-tag{font-size:8px!important;padding:5px 8px!important}

  .roadmap,.sustain-score{padding:18px!important}
  .roadmap h3,.sustain-score h3{font-size:23px!important}
  .roadmap-top{display:block!important;margin-bottom:13px!important}
  .roadmap-status{display:inline-flex!important;margin-top:9px!important}
  .phase{padding:15px!important}
  .phase h4{font-size:17px!important}
  .phase ul{font-size:11px!important;line-height:1.4!important;padding-left:16px!important}
  .score-row{grid-template-columns:82px minmax(0,1fr) 26px!important;font-size:10px!important}

  /* Industries remain text-only and compact. */
  .industry-visual{display:none!important}
  .industries-text-grid .industry-content,.industry-content{padding:17px!important}
  .industry-index{height:26px!important;min-width:32px!important;margin-bottom:10px!important}
  .industry-content h3{font-size:18px!important}
  .industry-content p{font-size:12px!important;line-height:1.42!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .industries-text-grid .industry-card:after{display:none!important}

  .early-access-portal{margin-top:16px!important;border-radius:18px!important}
  .early-access-media{min-height:170px!important;max-height:190px!important}
  .early-access-content{padding:20px 17px!important}
  .early-access-content h3{font-size:31px!important;line-height:1!important;margin:8px 0 10px!important}
  .early-access-content>p{font-size:13px!important;line-height:1.45!important;margin-bottom:15px!important}
  .early-access-points{display:none!important}

  .program{padding-top:30px!important}
  .process-step{padding:16px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;column-gap:11px!important}
  .process-step b{grid-row:1/3!important;width:38px!important;height:38px!important;margin:0!important}
  .process-step h3{font-size:18px!important;margin:2px 0 5px!important}
  .process-step p{font-size:12px!important;line-height:1.42!important;-webkit-line-clamp:2!important}

  .portfolio-head{display:block!important;margin-bottom:14px!important}
  .portfolio-actions{margin-top:10px!important}
  .dashboard-frame{border-radius:18px!important;overflow:hidden!important}
  .dash-top{grid-template-columns:1fr 1fr!important}
  .dash-title,.dash-kpi{padding:13px!important}
  .dash-title h3{font-size:19px!important}
  .dash-kpi strong{font-size:18px!important}
  .dash-tools{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;padding:10px!important}
  .search-wrap{max-width:none!important}
  .dash-tools select{width:100%!important}
  .client-grid{grid-template-columns:1fr!important;padding:10px!important}
  .client-card{padding:14px!important;border-radius:16px!important}
  .client-bottom{grid-template-columns:1fr 1fr!important}
  .client-metric:last-child{grid-column:1/-1!important}

  .contact-copy,.contact-form{padding:19px!important}
  .contact-copy h2{font-size:34px!important;line-height:1.02!important}
  .contact-copy p{font-size:13px!important}
  .form-grid{grid-template-columns:1fr!important}
  .field.full{grid-column:auto!important}
  .form-foot{display:grid!important;gap:10px!important}
  .form-foot .btn{width:100%!important}

  /* Smaller dock that no longer covers active content. */
  .mobile-app-dock{left:10px!important;right:10px!important;bottom:max(8px,env(safe-area-inset-bottom,0px))!important;padding:5px!important;border-radius:20px!important;min-height:62px!important}
  .mobile-app-dock a,.mobile-app-dock button{padding:6px 1px!important;font-size:8px!important;gap:2px!important}
  .mobile-app-dock svg{width:19px!important;height:19px!important}

  .motion-reveal{opacity:1!important;transform:none!important;transition:none!important}
  .dashboard-frame:before,.early-access-portal:before,.promo-showcase:before{display:none!important}
}

@media (max-width:390px){
  .section-heading h2{font-size:29px!important}
  .mission-panel h2{font-size:31px!important}
  .promo-showcase-head h2{font-size:23px!important}
  .trust-item,.trust-intro{flex-basis:84%!important}
}


/* Floating contact assistant */
.floating-contact{position:fixed;right:22px;bottom:22px;z-index:74;display:grid;justify-items:end;gap:10px;font-family:inherit}
.floating-contact-trigger{min-height:54px;padding:0 18px 0 14px;border:1px solid rgba(159,213,224,.78);border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(230,248,251,.98));box-shadow:0 18px 48px rgba(8,65,82,.18);color:var(--navy);display:flex;align-items:center;gap:10px;font-weight:850;cursor:pointer;position:relative;isolation:isolate}
.floating-contact-trigger:hover{transform:translateY(-2px);box-shadow:0 22px 55px rgba(8,65,82,.22)}
.floating-contact-trigger svg{width:21px;height:21px;fill:none;stroke:var(--blue);stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.floating-contact-pulse{width:10px;height:10px;border-radius:50%;background:#42b8c7;box-shadow:0 0 0 0 rgba(66,184,199,.38);animation:owsContactPulse 2.8s ease-out infinite}
.floating-contact-panel{width:min(360px,calc(100vw - 32px));padding:20px;border:1px solid rgba(177,220,228,.9);border-radius:24px;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);box-shadow:0 28px 80px rgba(8,49,64,.24);transform-origin:bottom right;animation:owsContactOpen .24s ease-out both}
.floating-contact-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.floating-contact-label{font-size:9px;letter-spacing:.13em;text-transform:uppercase;font-weight:900;color:var(--blue)}
.floating-contact-head h2{margin:4px 0 0;font-size:24px;line-height:1;letter-spacing:-.045em;color:var(--navy)}
.floating-contact-close{width:34px;height:34px;border:1px solid var(--line);border-radius:11px;background:#fff;display:grid;place-items:center;cursor:pointer;flex:0 0 auto}
.floating-contact-close svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.floating-contact-panel>p{margin:14px 0 16px;color:var(--muted);font-size:13px;line-height:1.5}
.floating-contact-actions{display:grid;gap:9px}
.floating-contact-primary,.floating-contact-secondary{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px;display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;text-align:left;text-decoration:none;cursor:pointer}
.floating-contact-primary{background:linear-gradient(135deg,#087f9d,#13a4bf);color:#fff;border-color:transparent;box-shadow:0 12px 26px rgba(8,127,157,.2)}
.floating-contact-secondary{background:#f7fbfc;color:var(--navy)}
.floating-contact-primary:hover,.floating-contact-secondary:hover{transform:translateY(-2px)}
.floating-contact-actions svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.floating-contact-actions strong,.floating-contact-actions small{display:block}
.floating-contact-actions strong{font-size:13px}
.floating-contact-actions small{font-size:10px;margin-top:2px;opacity:.78;font-weight:650}
.floating-contact-status{display:flex;align-items:flex-start;gap:8px;margin-top:13px;padding-top:12px;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}
.floating-contact-status i{width:8px;height:8px;border-radius:50%;background:var(--green);margin-top:3px;flex:0 0 auto}
@keyframes owsContactPulse{0%{box-shadow:0 0 0 0 rgba(66,184,199,.38)}70%{box-shadow:0 0 0 10px rgba(66,184,199,0)}100%{box-shadow:0 0 0 0 rgba(66,184,199,0)}}
@keyframes owsContactOpen{from{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}
@media(max-width:820px){
  .floating-contact{right:12px;bottom:calc(78px + env(safe-area-inset-bottom,0px));z-index:73}
  .floating-contact-trigger{min-width:48px;min-height:48px;padding:0 14px;border-radius:17px}
  .floating-contact-trigger>span:last-child{display:none}
  .floating-contact-pulse{position:absolute;right:6px;top:6px;width:8px;height:8px}
  .floating-contact-panel{width:min(340px,calc(100vw - 24px));padding:16px;border-radius:20px;max-height:calc(100dvh - 170px);overflow:auto}
  .floating-contact-head h2{font-size:21px}
}
@media(prefers-reduced-motion:reduce){.floating-contact-pulse{animation:none}.floating-contact-panel{animation:none}}

/* Mobile access is automatic; the obsolete desktop-only gate was removed in v2.5.0. */

/* Inline contact + app promo bridge */
.inline-contact-promo{padding:34px 0 42px;background:linear-gradient(180deg,#f6fcfd 0%,#fff 100%);border-bottom:1px solid var(--line)}
.inline-contact-promo-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:18px;align-items:stretch}
.inline-contact-card{border:1px solid #cfe8ec;border-radius:26px;background:rgba(255,255,255,.94);box-shadow:0 18px 46px rgba(13,111,132,.09);padding:26px;display:flex;flex-direction:column;justify-content:center}
.inline-contact-card h2{margin:8px 0 8px;color:var(--navy);font-size:clamp(27px,2.5vw,42px);line-height:1.02;letter-spacing:-.045em}
.inline-contact-card>p{margin:0 0 18px;color:var(--muted);font-size:14px;max-width:620px}
.inline-contact-card>small{display:block;margin-top:10px;color:#71878f;font-size:10px}
.inline-contact-form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end}
.inline-contact-form label{display:grid;gap:6px}
.inline-contact-form label span{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#58717a}
.inline-contact-form input{height:48px;border:1px solid #cfe3e7;border-radius:13px;padding:0 13px;background:#fbfefe;color:var(--ink);outline:none}
.inline-contact-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(8,127,157,.1);background:#fff}
.inline-contact-form .btn{min-height:48px;white-space:nowrap}
.inline-app-promo{position:relative;min-height:280px;border-radius:26px;overflow:hidden;border:1px solid #cae5e9;background:#dff5f8;box-shadow:0 18px 46px rgba(13,111,132,.11);text-decoration:none;isolation:isolate}
.inline-app-promo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .55s ease}
.inline-app-promo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,31,42,.85) 0%,rgba(5,31,42,.5) 42%,rgba(5,31,42,.08) 78%)}
.inline-app-promo:hover img{transform:scale(1.025)}
.inline-app-promo-overlay{position:absolute;z-index:1;left:24px;bottom:22px;max-width:430px;color:#fff;display:grid;gap:7px}
.inline-app-promo-overlay b{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#a9edf2}
.inline-app-promo-overlay strong{font-size:22px;line-height:1.08;letter-spacing:-.025em}
.inline-app-promo-overlay em{font-style:normal;font-size:12px;font-weight:850;color:#d9f8fa}
@media(max-width:1100px){.inline-contact-form{grid-template-columns:1fr 1fr}.inline-contact-form .btn{grid-column:1/-1;width:100%}}
@media(max-width:820px){.inline-contact-promo-grid{grid-template-columns:1fr}.inline-contact-form{grid-template-columns:1fr}.inline-contact-form .btn{grid-column:auto}.inline-app-promo{min-height:240px}}

/* V9 responsive rebuild — restore complete mobile and tablet experience */
.desktop-only-gate{display:none!important}

@media (max-width:1100px){
  .shell{width:min(100% - 36px,1120px)!important}
  .main-nav{display:none!important}
  .menu-btn{display:inline-grid!important;place-items:center!important}
  .header-actions .btn-light{display:none!important}
  .workspace-rail{left:18px!important;right:18px!important;width:auto!important}
  .solution-grid,.industries-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .mission-grid,.sustain-grid,.contact-grid,.inline-contact-promo-grid{grid-template-columns:1fr!important}
  .client-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .dashboard-frame{grid-template-columns:1fr!important}
  .portal-grid{grid-template-columns:1fr!important}
  .portal-side{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .early-access-portal{grid-template-columns:1fr!important}
  .early-access-media{min-height:340px!important}
}

@media (max-width:820px){
  html{scroll-padding-top:78px!important;overflow-x:hidden!important}
  body{overflow-x:hidden!important;padding-bottom:calc(84px + env(safe-area-inset-bottom,0px))!important;background:#f5fafb!important}
  body > *:not(#wpadminbar){display:revert!important}
  .desktop-only-gate{display:none!important}
  .topbar{display:none!important}
  .site-header{position:sticky!important;top:0!important;z-index:90!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid #dbecee!important}
  .header-inner{min-height:64px!important;padding:8px 0!important;gap:10px!important}
  .brand-copy strong{font-size:14px!important;line-height:1.1!important}
  .brand-copy small{font-size:8px!important;letter-spacing:.06em!important}
  .header-actions{gap:7px!important}
  .header-actions .btn-primary{display:none!important}
  .menu-btn{width:42px!important;height:42px!important;border-radius:14px!important;background:#eef8fa!important;border:1px solid #cfe7eb!important}
  #mobileNav{position:fixed!important;top:64px!important;left:10px!important;right:10px!important;z-index:95!important;border:1px solid #cfe7eb!important;border-radius:18px!important;box-shadow:0 22px 55px rgba(8,43,56,.2)!important;max-height:calc(100dvh - 80px)!important;overflow:auto!important}
  #mobileNav a,#mobileNav button{min-height:46px!important}
  .workspace-rail{display:none!important}
  .shell{width:calc(100% - 24px)!important;max-width:none!important}
  main{display:block!important;width:100%!important;overflow:clip!important}
  .section{padding:54px 0!important}
  .section-heading{display:block!important;margin-bottom:24px!important}
  .section-heading h2,.mission-panel h2{font-size:clamp(28px,8.5vw,40px)!important;line-height:1.02!important;letter-spacing:-.045em!important;max-width:none!important}
  .section-heading p,.mission-panel p{font-size:14px!important;line-height:1.65!important;max-width:none!important;margin-top:14px!important}
  .eyebrow{font-size:9px!important;letter-spacing:.14em!important}

  .hero-banner{padding:12px 0 14px!important}
  .hero-banner-shell{width:calc(100% - 16px)!important}
  .hero-banner img{width:100%!important;height:auto!important;min-height:0!important;object-fit:contain!important;border-radius:18px!important;box-shadow:0 14px 36px rgba(8,43,56,.12)!important}

  .promo-showcase{padding:18px 0 28px!important}
  .promo-showcase-head{display:flex!important;align-items:flex-end!important;gap:12px!important}
  .promo-showcase-head h2{font-size:24px!important;line-height:1.08!important;margin-top:6px!important}
  .promo-showcase-controls{flex:0 0 auto!important}
  .promo-track{display:flex!important;gap:12px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding:2px 2px 12px!important;transform:none!important;-webkit-overflow-scrolling:touch!important}
  .promo-track::-webkit-scrollbar{display:none!important}
  .promo-card{flex:0 0 88%!important;scroll-snap-align:center!important;border-radius:18px!important;overflow:hidden!important;min-height:0!important}
  .promo-card img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/10!important;object-fit:cover!important}
  .promo-card-action{font-size:11px!important;padding:10px 12px!important}
  .promo-dots{display:none!important}

  .trust-strip{padding:0 0 22px!important;background:transparent!important}
  .trust-grid{display:flex!important;gap:10px!important;overflow-x:auto!important;padding-bottom:5px!important;scroll-snap-type:x proximity!important}
  .trust-grid::-webkit-scrollbar{display:none!important}
  .trust-item{flex:0 0 74%!important;min-height:112px!important;padding:17px!important;border:1px solid #dcecef!important;border-radius:18px!important;background:#fff!important;scroll-snap-align:start!important;box-shadow:0 10px 25px rgba(8,43,56,.06)!important}
  .trust-item.trust-intro{flex-basis:88%!important}
  .trust-item strong{font-size:14px!important}
  .trust-item span{font-size:12px!important;line-height:1.45!important}

  .inline-contact-promo{padding:8px 0 50px!important}
  .inline-contact-promo-grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}
  .inline-contact-card{padding:22px!important;border-radius:22px!important}
  .inline-contact-card h2{font-size:28px!important;line-height:1.04!important}
  .inline-contact-form{display:grid!important;grid-template-columns:1fr!important;gap:11px!important}
  .inline-contact-form label,.inline-contact-form .btn{grid-column:auto!important;width:100%!important}
  .inline-contact-form input{min-height:48px!important;font-size:16px!important}
  .inline-app-promo{min-height:0!important;aspect-ratio:4/3!important;border-radius:22px!important;overflow:hidden!important}
  .inline-app-promo img{width:100%!important;height:100%!important;object-fit:cover!important}
  .inline-app-promo-overlay{padding:18px!important}

  .solution-grid,.industries-grid,.client-grid,.report-grid,.phase-grid,.portal-kpis{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}
  .solution-card,.industry-card,.phase,.client-grid > *, .report-grid > *{min-width:0!important;border-radius:20px!important}
  .solution-card{padding:20px!important;min-height:0!important}
  .solution-card h3,.industry-card h3{font-size:19px!important}
  .solution-card p,.industry-card p{font-size:13px!important;line-height:1.58!important}

  .mission-grid,.sustain-grid,.contact-grid{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}
  .mission-panel,.roadmap,.sustain-score,.contact-copy,.contact-form{padding:22px!important;border-radius:22px!important;min-width:0!important}
  .standard-item{display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;gap:12px!important;padding:16px 0!important}
  .standard-tag{grid-column:2!important;justify-self:start!important;margin-top:2px!important}
  .standard-number{width:38px!important;height:38px!important}
  .phase-grid{margin-top:18px!important}
  .phase{padding:18px!important}
  .score-row{grid-template-columns:minmax(96px,1fr) 1.2fr 28px!important;gap:8px!important;font-size:11px!important}

  .industries-text-grid .industry-card{padding:18px!important;min-height:0!important}
  .industry-content{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;column-gap:12px!important}
  .industry-index{grid-row:1 / span 2!important}
  .industry-content p{grid-column:2!important}

  .early-access-portal{display:grid!important;grid-template-columns:1fr!important;border-radius:24px!important;overflow:hidden!important;margin-top:20px!important}
  .early-access-media{min-height:0!important;aspect-ratio:16/11!important}
  .early-access-media img{width:100%!important;height:100%!important;object-fit:cover!important}
  .early-access-content{padding:22px!important}
  .early-access-content h3{font-size:28px!important;line-height:1.02!important}
  .early-access-input-row{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .early-access-input-row input,.early-access-input-row button{width:100%!important;min-height:48px!important;font-size:16px!important}
  .early-access-points{display:flex!important;flex-wrap:wrap!important;gap:7px!important}

  .process{overflow:hidden!important}
  .process-step{grid-template-columns:42px minmax(0,1fr)!important;padding:16px!important;gap:12px!important}
  .process-step > *{min-width:0!important}

  .portfolio{overflow:hidden!important}
  .portfolio-head,.dash-top,.panel-head,.report-head{display:flex!important;flex-wrap:wrap!important;gap:12px!important;align-items:flex-start!important}
  .portfolio-actions,.dash-tools{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .portfolio-actions .btn,.dash-tools .btn{width:100%!important;padding:10px!important;font-size:10px!important}
  .dashboard-frame{display:block!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
  .portal-main,.portal-side,.dashboard-frame > *{min-width:0!important}
  .portal-side{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}
  .panel{border-radius:20px!important;overflow:hidden!important}
  .data-table{display:block!important;width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
  .data-table table,.data-table{min-width:620px!important}
  .chart-wrap{overflow-x:auto!important}
  .bar-chart{min-width:520px!important}
  .metric-tabs,.portal-tabs{display:flex!important;gap:6px!important;overflow-x:auto!important;padding-bottom:4px!important}
  .metric-tabs::-webkit-scrollbar,.portal-tabs::-webkit-scrollbar{display:none!important}
  .metric-tab,.portal-tab{flex:0 0 auto!important;white-space:nowrap!important}

  .contact-form .form-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
  .field,.field.full{grid-column:auto!important;min-width:0!important}
  .field input,.field select,.field textarea{font-size:16px!important;min-height:48px!important;width:100%!important}
  .form-foot{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
  .form-foot .btn{width:100%!important}

  .site-footer{display:block!important;padding-bottom:28px!important}
  .footer-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px 16px!important}
  .footer-brand{grid-column:1 / -1!important}
  .footer-bottom{display:block!important;text-align:left!important;line-height:1.6!important}

  .floating-contact{right:12px!important;bottom:calc(80px + env(safe-area-inset-bottom,0px))!important;z-index:110!important}
  .floating-contact-trigger{min-width:48px!important;height:48px!important;padding:0 14px!important;border-radius:16px!important}
  .floating-contact-panel{position:fixed!important;left:12px!important;right:12px!important;bottom:calc(142px + env(safe-area-inset-bottom,0px))!important;width:auto!important;max-height:calc(100dvh - 176px)!important;overflow:auto!important;border-radius:22px!important}
  .promo-popout{display:none!important}

  .mobile-app-dock{display:grid!important;grid-template-columns:repeat(5,1fr)!important;position:fixed!important;left:8px!important;right:8px!important;bottom:max(8px,env(safe-area-inset-bottom,0px))!important;z-index:105!important;min-height:62px!important;padding:5px!important;border-radius:20px!important;background:rgba(244,252,253,.96)!important;backdrop-filter:blur(16px)!important;border:1px solid #c9e5e9!important;box-shadow:0 18px 45px rgba(8,43,56,.16)!important}
  .mobile-app-dock a,.mobile-app-dock button{font-size:8px!important;line-height:1.1!important;padding:6px 1px!important;min-width:0!important}
  .mobile-app-dock svg{width:19px!important;height:19px!important}

  [data-reveal],.reveal-ready,.is-visible{opacity:1!important;transform:none!important;animation:none!important}
}

@media (max-width:520px){
  .shell{width:calc(100% - 18px)!important}
  .section{padding:46px 0!important}
  .section-heading h2,.mission-panel h2{font-size:clamp(27px,9.2vw,36px)!important}
  .promo-showcase-head{display:block!important}
  .promo-showcase-controls{margin-top:12px!important}
  .promo-card{flex-basis:94%!important}
  .trust-item{flex-basis:86%!important}
  .trust-item.trust-intro{flex-basis:94%!important}
  .inline-contact-card,.mission-panel,.roadmap,.sustain-score,.contact-copy,.contact-form,.early-access-content{padding:18px!important}
  .footer-grid{grid-template-columns:1fr!important}
  .footer-brand{grid-column:auto!important}
  .portfolio-actions,.dash-tools{grid-template-columns:1fr!important}
  .floating-contact-trigger span:last-child{display:none!important}
  .floating-contact-trigger{width:50px!important;padding:0!important}
}

/* V10 — populated second rail + compact responsive alignment */
.quick-intake-section{background:linear-gradient(180deg,#f4fbfc 0%,#fff 100%)}
.quick-intake-section .inline-contact-promo{border-bottom:1px solid var(--line);padding:30px 0 28px}
.quick-intake-section .trust-grid{min-height:108px}

@media (max-width:1180px) and (min-width:821px){
  .main-nav{display:none!important}
  .menu-btn{display:grid!important}
  .header-inner{gap:14px!important}
  .header-actions{margin-left:auto!important;gap:8px!important}
  .header-actions .btn{min-height:44px!important;padding-inline:15px!important;font-size:12px!important}
  .workspace-rail{grid-template-columns:auto minmax(190px,1fr) minmax(150px,.8fr) auto!important;gap:12px!important}
  .inline-contact-promo-grid{grid-template-columns:minmax(0,1fr) minmax(0,.9fr)!important;gap:16px!important}
  .inline-contact-card{padding:24px!important}
  .inline-contact-card h2{font-size:clamp(27px,3.2vw,38px)!important;line-height:1.03!important}
  .inline-contact-form{grid-template-columns:1fr!important}
  .inline-contact-form .btn{grid-column:auto!important}
  .inline-app-promo{min-height:310px!important}
  .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding-top:14px!important;padding-bottom:18px!important}
  .trust-item,.trust-intro{border:1px solid #dcecef!important;border-radius:16px!important;padding:16px!important;background:#fff!important;min-width:0!important}
  .trust-intro{grid-column:1/-1!important}
}

@media (max-width:820px){
  .quick-intake-section{padding:0!important;background:#f4fbfc!important}
  .quick-intake-section .inline-contact-promo{padding:18px 0 20px!important}
  .quick-intake-section .inline-contact-promo-grid{display:flex!important;flex-direction:column!important;gap:14px!important}
  .quick-intake-section .inline-contact-card{order:1!important;padding:19px!important;border-radius:20px!important}
  .quick-intake-section .inline-app-promo{order:2!important;width:100%!important;aspect-ratio:16/10!important;min-height:0!important}
  .quick-intake-section .trust-grid{order:3!important;display:grid!important;grid-template-columns:1fr!important;gap:9px!important;padding:14px 0 24px!important;overflow:visible!important}
  .quick-intake-section .trust-item,.quick-intake-section .trust-intro{width:100%!important;flex:none!important;min-height:0!important;padding:15px!important;margin:0!important}
  .quick-intake-section .trust-intro{grid-column:auto!important}
  .inline-contact-card h2{font-size:28px!important;line-height:1.04!important;overflow-wrap:normal!important;word-break:normal!important}
  .inline-contact-card p{font-size:14px!important;line-height:1.55!important}
  .inline-contact-form{display:grid!important;grid-template-columns:1fr!important;gap:11px!important}
  .inline-contact-form label,.inline-contact-form input,.inline-contact-form button{width:100%!important;min-width:0!important}
}


/* v2.1 interactive workflow, profiles, telemetry and responsive data motion */
.process-walkthrough{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;align-items:stretch}.process-walkthrough .process-step{cursor:pointer;position:relative;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;background:rgba(255,255,255,.82)}.process-walkthrough .process-step:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,var(--aqua),#65d4dd);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.process-walkthrough .process-step:hover,.process-walkthrough .process-step:focus,.process-walkthrough .process-step.is-active{transform:translateY(-5px);border-color:rgba(25,177,191,.45);box-shadow:0 18px 45px rgba(15,65,78,.12);outline:none}.process-walkthrough .process-step:hover:after,.process-walkthrough .process-step:focus:after,.process-walkthrough .process-step.is-active:after{transform:scaleX(1)}.step-cue{display:block;margin-top:16px;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#168b9a}.workflow-report-form{margin-top:18px;border:1px solid #d9e8eb;border-radius:26px;background:linear-gradient(135deg,#fff 0%,#f4fbfc 100%);box-shadow:0 26px 70px rgba(13,57,69,.1);overflow:hidden}.workflow-form-head{display:flex;justify-content:space-between;gap:30px;padding:28px 30px 20px;border-bottom:1px solid #e1ecee}.workflow-form-head h3{margin:5px 0 6px;color:var(--navy);font-size:clamp(22px,2.2vw,34px)}.workflow-form-head p{margin:0;color:var(--muted);max-width:720px}.workflow-progress{min-width:190px;text-align:right;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#40717a}.workflow-progress i{display:block;height:6px;margin-top:10px;background:#dcebed;border-radius:99px;overflow:hidden}.workflow-progress b{display:block;height:100%;width:16.666%;background:linear-gradient(90deg,#078da3,#45d2d7);border-radius:99px;transition:width .35s ease}.workflow-pane{display:none;padding:26px 30px;animation:paneIn .32s ease}.workflow-pane.is-active{display:block}@keyframes paneIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.workflow-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.workflow-fields label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:900;letter-spacing:.04em;color:#315d65}.workflow-fields label.wide{grid-column:1/-1}.workflow-fields input,.workflow-fields select,.workflow-fields textarea{width:100%;min-width:0;border:1px solid #cfe0e3;border-radius:13px;padding:13px 14px;background:#fff;color:#153f48;font:inherit;font-weight:600;letter-spacing:0}.workflow-fields textarea{min-height:105px;resize:vertical}.workflow-form-foot{display:flex;align-items:center;gap:12px;padding:18px 30px 24px;border-top:1px solid #e1ecee}.workflow-form-foot span{margin-right:auto;font-size:11px;color:var(--muted)}.service-plan-upgrade{margin-top:70px}.section-heading.compact{margin-bottom:22px}.plan-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;perspective:1200px}.plan-profile{position:relative;display:flex;flex-direction:column;min-height:440px;padding:24px;border:1px solid #d7e7e9;border-radius:24px;background:rgba(255,255,255,.9);box-shadow:0 18px 48px rgba(15,66,77,.09);overflow:hidden;transform-style:preserve-3d;transition:transform .25s ease,box-shadow .25s ease}.plan-profile:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-85px;top:-90px;background:radial-gradient(circle,rgba(36,194,205,.22),transparent 68%);transition:transform .35s ease}.plan-profile:hover{transform:rotateX(1.8deg) rotateY(-1.6deg) translateY(-7px);box-shadow:0 28px 70px rgba(13,62,73,.15)}.plan-profile:hover:before{transform:scale(1.35)}.plan-profile header{display:flex;align-items:center;gap:12px}.plan-profile header>strong{margin-left:auto;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#168c9b}.plan-avatar{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(145deg,#dff7f8,#fff);border:1px solid #cbe6e9;color:#087e91;font-weight:950}.plan-profile h3{margin:2px 0;color:var(--navy);font-size:22px}.plan-profile small{color:var(--muted)}.plan-meter{margin:25px 0 16px}.plan-meter>span{display:block;height:12px;border-radius:99px;background:#dcebed;overflow:hidden;transform:skewX(-8deg)}.plan-meter i{display:block;width:var(--fill);height:100%;background:linear-gradient(90deg,#078da3,#5cdee1);border-radius:99px;animation:meterBreathe 4.8s ease-in-out infinite;transform-origin:left}@keyframes meterBreathe{0%,100%{transform:scaleX(.92)}50%{transform:scaleX(1)}}.plan-meter b{display:block;margin-top:9px;font-size:11px;color:#47727a}.plan-profile ul{display:grid;gap:12px;padding:0;margin:0 0 24px;list-style:none}.plan-profile li{position:relative;padding-left:20px;font-size:13px;line-height:1.5;color:#365d65}.plan-profile li:before{content:"✓";position:absolute;left:0;color:#1199a8;font-weight:900}.plan-profile .btn{margin-top:auto}.portfolio-visual-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-bottom:20px}.portfolio-trend-graphic,.great-lakes-card{position:relative;min-height:360px;border-radius:26px;overflow:hidden;border:1px solid rgba(153,207,214,.36);background:linear-gradient(145deg,#062f3d,#084c5f 54%,#087f92);color:#fff;box-shadow:0 24px 70px rgba(5,47,61,.2)}.portfolio-trend-graphic{display:grid;grid-template-columns:.78fr 1.35fr;align-items:center;padding:28px}.graphic-copy h3,.map-copy h3{margin:6px 0;color:#fff;font-size:28px}.graphic-copy p,.map-copy p{color:#bfe0e5}.trend-stat{margin-top:28px}.trend-stat strong{display:block;font-size:42px}.trend-stat span{font-size:11px;color:#bfe0e5}.portfolio-trend-graphic svg{width:100%;overflow:visible}.trend-grid path{stroke:rgba(255,255,255,.1);stroke-width:1}.trend-line{fill:none;stroke:#74f0eb;stroke-width:5;filter:url(#softGlow);stroke-linecap:round;stroke-dasharray:1000;animation:drawTrend 2.2s ease both}.trend-points circle{fill:#062f3d;stroke:#8af7ef;stroke-width:4;animation:pointPulse 3s ease-in-out infinite}.trend-labels text{fill:#b9dce2;font-size:12px;text-anchor:middle}@keyframes drawTrend{from{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes pointPulse{0%,100%{r:7}50%{r:10}}.great-lakes-card{display:grid;grid-template-rows:auto 1fr}.map-copy{position:relative;z-index:3;padding:25px 26px 10px}.map-telemetry{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.map-telemetry span{padding:8px 10px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:rgba(3,32,43,.32);font-size:10px;color:#d6eef1}.map-telemetry b{color:#78efe9;font-size:15px;margin-right:4px}.great-lakes-map{min-height:210px}.maplibregl-map{font:inherit}.maplibregl-canvas{filter:saturate(.7) hue-rotate(135deg) brightness(.7)}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right{opacity:.55}.map-fallback{display:grid;place-items:center;height:100%;color:#c4e7ea;font-size:11px}.ows-map-marker{width:18px;height:18px;border-radius:50%;background:#75f0e9;border:4px solid rgba(255,255,255,.85);box-shadow:0 0 0 8px rgba(69,217,215,.2),0 0 26px rgba(80,238,231,.8);animation:mapPing 2.4s ease-out infinite}@keyframes mapPing{0%,100%{transform:scale(.9)}50%{transform:scale(1.12)}}
@media(max-width:1100px){.process-walkthrough{grid-template-columns:repeat(3,1fr)}.workflow-fields{grid-template-columns:repeat(2,1fr)}.plan-profile-grid{grid-template-columns:1fr 1fr}.plan-profile-grid .hybrid-plan{grid-column:1/-1}.portfolio-visual-grid{grid-template-columns:1fr}.portfolio-trend-graphic{min-height:330px}}
@media(max-width:720px){.process-walkthrough{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.process-walkthrough .process-step{min-width:76vw;scroll-snap-align:start}.workflow-form-head{display:block;padding:22px 18px}.workflow-progress{margin-top:18px;text-align:left;min-width:0}.workflow-pane{padding:20px 18px}.workflow-fields{grid-template-columns:1fr}.workflow-fields label.wide{grid-column:auto}.workflow-form-foot{padding:16px 18px;flex-wrap:wrap}.workflow-form-foot span{width:100%;order:-1}.workflow-form-foot .btn{flex:1;min-width:130px}.plan-profile-grid{grid-template-columns:1fr}.plan-profile-grid .hybrid-plan{grid-column:auto}.plan-profile{min-height:0}.portfolio-trend-graphic{grid-template-columns:1fr;padding:22px;min-height:0}.portfolio-trend-graphic svg{margin-top:20px}.great-lakes-card{min-height:420px}.map-telemetry{display:grid;grid-template-columns:repeat(3,1fr)}.map-telemetry span{text-align:center}.graphic-copy h3,.map-copy h3{font-size:24px}}
@media(prefers-reduced-motion:reduce){.trend-line,.trend-points circle,.plan-meter i,.ows-map-marker{animation:none!important}.plan-profile:hover,.process-walkthrough .process-step:hover{transform:none}}

/* v2.2.0 telemetry placement above commercial architecture */
.pre-program-telemetry{margin-top:28px;margin-bottom:20px}.program-telemetry-grid{margin-bottom:0}@media(max-width:900px){.pre-program-telemetry{margin-top:20px}.program-telemetry-grid{gap:14px}}

/* ==========================================================
   V13 RESPONSIVE HARDENING — 320px phones to wide desktops
   ========================================================== */
html{overflow-x:clip}
body,body.app-mode{max-width:100%;}
.shell,.hero-banner-shell{min-width:0}
section,article,div,form,nav{min-width:0}
img,video,canvas,iframe{max-width:100%;height:auto}
input,select,textarea,button{max-width:100%}

/* Fluid desktop/tablet type and spacing. */
.section{padding-block:clamp(52px,7vw,96px)}
.section-heading{gap:clamp(22px,4vw,54px)}
.section-heading h2{font-size:clamp(32px,4.2vw,64px)}
.section-heading p{font-size:clamp(15px,1.45vw,18px)}

/* Smaller desktop and WordPress Customizer widths use a normal document flow.
   This removes fixed-height panels, hidden content and false blank sections. */
@media (max-width:1280px){
  body.app-mode{
    height:auto!important;
    min-height:100%;
    overflow-x:hidden!important;
    overflow-y:auto!important;
  }
  body.app-mode > main{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin-top:44px!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  body.app-mode > main > section{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    scroll-snap-align:none!important;
    scroll-snap-stop:normal!important;
  }
  .workspace-rail{
    position:sticky!important;
    top:70px!important;
    grid-template-columns:auto minmax(180px,360px) 1fr auto!important;
    padding-inline:16px!important;
  }
  body.admin-bar .workspace-rail{top:102px!important}
  .header-inner{gap:14px}
  .main-nav{gap:1px;min-width:0}
  .main-nav a{padding:9px 8px;font-size:12px;white-space:nowrap}
  .header-actions{flex:0 0 auto}
  .header-actions .btn{padding-inline:14px;font-size:12px}
  .solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .industries-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .process{grid-template-columns:repeat(3,minmax(0,1fr))}
  .dash-top{grid-template-columns:1.2fr repeat(2,minmax(0,1fr))}
  .dash-title{grid-column:1/-1}
  .dash-kpi:nth-last-child(-n+2){border-top:1px solid var(--line)}
}

@media (max-width:1024px){
  .shell{width:min(100% - 32px,960px)}
  .main-nav{display:none!important}
  .menu-btn{display:grid!important;place-items:center}
  .header-actions .btn-light{display:none}
  .workspace-rail{grid-template-columns:auto minmax(160px,1fr) auto!important}
  .workspace-progress{display:none!important}
  .hero-grid,.mission-grid,.sustain-grid,.contact-grid,.inline-contact-promo-grid,.portfolio-visual-grid{
    grid-template-columns:1fr!important;
  }
  .hero-grid{min-height:0;padding:54px 0;gap:32px}
  .hero-copy h1{font-size:clamp(48px,8vw,76px)}
  .hero-visual{min-height:500px;max-width:760px;width:100%;margin-inline:auto}
  .trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .trust-intro{grid-column:1/-1}
  .phase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .plan-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .plan-profile-grid .hybrid-plan{grid-column:1/-1}
  .client-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr!important}
}

@media (max-width:820px){
  :root{--mobile-dock-h:92px}
  body.app-mode > main{margin-top:0!important}
  .workspace-rail{display:none!important}
  .shell{width:calc(100% - 28px)!important}
  .section{padding-block:44px!important}
  .section-heading h2{overflow-wrap:normal!important;word-break:normal!important;hyphens:none}
  .section-heading p{-webkit-line-clamp:unset!important;display:block!important;overflow:visible!important}
  .solution-grid,.industries-grid,.process,.phase-grid,.plan-profile-grid,.workflow-fields{
    grid-template-columns:1fr!important;
  }
  .plan-profile-grid .hybrid-plan{grid-column:auto!important}
  .hero-points{grid-template-columns:1fr!important}
  .hero-visual{min-height:420px}
  .plant-card{inset:20px 0 26px 16px;border-radius:28px}
  .float-a{right:0;width:min(46%,190px)}
  .float-b{left:0;width:min(52%,210px)}
  .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .trust-intro{grid-column:1/-1!important}
  .roadmap-top,.portfolio-head,.promo-showcase-head{align-items:flex-start;flex-direction:column}
  .roadmap-status{white-space:normal}
  .phase-grid{display:grid!important;overflow:visible!important}
  .process-walkthrough{
    display:grid!important;
    grid-template-columns:1fr!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  .process-walkthrough .process-step{min-width:0!important;width:100%!important}
  .portfolio-trend-graphic{grid-template-columns:1fr!important;padding:20px!important}
  .portfolio-trend-graphic svg{width:100%!important;min-height:220px}
  .great-lakes-card{min-height:380px!important}
  .map-telemetry{grid-template-columns:1fr 1fr 1fr!important}
  .dash-top{grid-template-columns:1fr 1fr!important}
  .dash-title{grid-column:1/-1!important}
  .dash-tools{display:grid!important;grid-template-columns:1fr!important;align-items:stretch!important}
  .search-wrap{max-width:none!important}
  .dash-tools select{width:100%}
  .client-bottom{grid-template-columns:1fr 1fr 1fr!important}
  .inline-contact-form{grid-template-columns:1fr!important}
  .inline-contact-form .btn{grid-column:auto!important;width:100%}
  .early-access-portal{grid-template-columns:1fr!important}
  .promo-track{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;gap:12px;padding-bottom:8px}
  .promo-card{flex:0 0 88%;scroll-snap-align:center}
  .promo-card img{aspect-ratio:4/3}
  .floating-contact{right:14px!important;bottom:calc(var(--mobile-dock-h) + 16px + env(safe-area-inset-bottom,0px))!important}
  .floating-contact-panel{width:min(360px,calc(100vw - 28px))!important;right:0!important}
}

@media (max-width:560px){
  .shell{width:calc(100% - 20px)!important}
  .header-inner{min-height:66px}
  .brand-copy small{display:none}
  .brand-copy strong{font-size:18px!important;max-width:190px}
  .menu-btn{width:44px;height:44px}
  #mobileNav{top:66px!important}
  .hero-banner-shell{width:calc(100% - 12px)!important}
  .hero-banner img{aspect-ratio:1.15/1!important;object-position:center top!important}
  .hero-copy h1{font-size:clamp(40px,13vw,58px)!important;letter-spacing:-.06em}
  .hero-copy .lede{font-size:16px}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .hero-actions .btn{width:100%}
  .hero-visual{min-height:360px}
  .plant-caption{left:18px;right:18px;bottom:18px;display:block}
  .plant-caption h3{font-size:19px}
  .plant-caption p{font-size:11px;max-width:240px}
  .live-pill{margin-top:10px}
  .float-card{padding:11px;border-radius:16px}
  .float-card strong{font-size:18px}
  .float-card small,.float-card span{font-size:9px}
  .trust-grid{grid-template-columns:1fr!important}
  .trust-intro{grid-column:auto!important}
  .section-heading h2{font-size:clamp(31px,10vw,42px)!important}
  .solution-card{display:block!important;padding:20px!important}
  .solution-card .solution-icon{margin-bottom:14px!important}
  .standard-item{grid-template-columns:42px minmax(0,1fr)!important}
  .standard-tag{grid-column:2!important;white-space:normal;text-align:center}
  .score-row{grid-template-columns:82px minmax(0,1fr) 28px!important}
  .workflow-form-head,.workflow-pane,.workflow-form-foot{padding-inline:15px!important}
  .workflow-form-foot{display:grid!important;grid-template-columns:1fr 1fr!important}
  .workflow-form-foot span{grid-column:1/-1!important}
  .workflow-form-foot .btn{width:100%;min-width:0!important;padding-inline:10px}
  .map-telemetry{grid-template-columns:1fr!important}
  .dash-top{grid-template-columns:1fr!important}
  .dash-title,.dash-kpi{grid-column:auto!important;border-right:0!important;border-top:1px solid var(--line)}
  .dash-title{border-top:0}
  .client-card{grid-template-columns:minmax(0,1fr) auto!important}
  .client-bottom{grid-template-columns:1fr!important}
  .portfolio-actions{display:grid!important;grid-template-columns:1fr;width:100%}
  .portfolio-actions .btn{width:100%}
  .promo-card{flex-basis:94%}
  .contact-copy,.contact-form,.inline-contact-form-wrap{padding:20px!important}
  .mobile-app-dock{left:6px!important;right:6px!important;padding:6px 4px!important;border-radius:20px!important}
  .mobile-app-dock a,.mobile-app-dock button{font-size:8px!important}
  .mobile-app-dock svg{width:20px!important;height:20px!important}
}

@media (max-width:360px){
  .shell{width:calc(100% - 16px)!important}
  .brand-copy strong{font-size:16px!important;max-width:165px}
  .hero-copy h1{font-size:38px!important}
  .hero-visual{min-height:330px}
  .float-a{width:48%}.float-b{width:54%}
  .section-heading h2{font-size:30px!important}
  .btn{min-height:48px;padding-inline:14px}
  .mobile-app-dock a,.mobile-app-dock button{font-size:7.5px!important}
}

/* Prevent animation transforms from affecting layout on touch devices. */
@media (hover:none),(pointer:coarse){
  .solution-card:hover,.client-card:hover,.promo-card:hover,.plan-profile:hover,.process-step:hover{transform:none!important}
  #portfolio .client-card{animation:none!important}
}

/* ==========================================================
   V14 SMALL-SCREEN CONTENT VISIBILITY FAILSAFE
   Ensures the full site remains visible and in normal flow on
   narrow phones, embedded previews and rotated devices.
   ========================================================== */
@media screen and (max-width:820px){
  html,body,body.app-mode{
    width:100%!important;
    max-width:100%!important;
    min-height:100%!important;
    height:auto!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
  }
  body.app-mode > main,
  body.app-mode > main > section,
  main,.section,.section > .shell{
    position:relative!important;
    inset:auto!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    translate:none!important;
    clip:auto!important;
    clip-path:none!important;
  }
  body.app-mode > main{margin:0!important;padding:0 0 calc(var(--mobile-dock-h,92px) + 24px)!important}
  body.app-mode > main > section{scroll-snap-align:none!important;content-visibility:visible!important;contain:none!important}
  .motion-reveal,
  .motion-reveal.is-visible{
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    transition:none!important;
  }
  .hero-grid,.mission-grid,.sustain-grid,.contact-grid,.inline-contact-promo-grid,
  .portfolio-visual-grid,.early-access-portal,.plan-profile-grid,.workflow-fields,
  .solution-grid,.industries-grid,.process,.phase-grid{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .hero-copy,.hero-visual,.mission-panel,.mission-list,.sustain-score,.standards-list,
  .contact-copy,.contact-form,.inline-contact-form-wrap,.inline-contact-promo-media,
  .portfolio-trend-graphic,.great-lakes-card,.dashboard-frame,.plan-profile,
  .workflow-form,.process-step,.solution-card,.industry-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
  .dashboard-frame,.promo-card,.early-access-portal,.great-lakes-card,.portfolio-trend-graphic{
    overflow:hidden!important;
  }
  .tab-panel.active,.workflow-pane.is-active{display:block!important;opacity:1!important;visibility:visible!important}
  .workflow-pane.is-active{height:auto!important;overflow:visible!important}
  .portfolio-trend-graphic svg,.great-lakes-map,.maplibregl-map,.maplibregl-canvas-container{
    max-width:100%!important;
  }
}

@media screen and (max-width:420px){
  .shell{width:calc(100% - 16px)!important;margin-inline:auto!important}
  .section{padding:38px 0!important}
  .section-heading{display:block!important;margin-bottom:22px!important}
  .section-heading h2{font-size:clamp(28px,9.5vw,38px)!important;line-height:1.04!important}
  .section-heading p{margin-top:12px!important;font-size:14px!important;line-height:1.6!important}
  .hero-grid{padding:34px 0 44px!important}
  .hero-copy h1{font-size:clamp(35px,11vw,48px)!important;line-height:.98!important}
  .hero-visual{min-height:310px!important}
  .plant-card{inset:12px 0 18px 8px!important}
  .float-card{position:relative!important;inset:auto!important;width:100%!important;margin-top:10px!important}
  .hero-visual .float-a,.hero-visual .float-b{position:absolute!important;width:min(48%,168px)!important;margin:0!important}
  .hero-visual .float-a{right:0!important;top:14px!important;left:auto!important}
  .hero-visual .float-b{left:0!important;bottom:0!important;right:auto!important}
  .workflow-form-head{display:block!important}
  .workflow-progress{min-width:0!important;text-align:left!important;margin-top:16px!important}
  .workflow-form-foot{grid-template-columns:1fr!important}
  .workflow-form-foot span{grid-column:auto!important}
  .client-card{display:block!important}
  .client-card > *{width:100%!important}
  .floating-contact-panel{max-height:calc(100dvh - 150px)!important;overflow:auto!important}
}


/* ==========================================================
   V15 AUTOMATIC MOBILE REQUEST + DEVICE ROUTING
   A phone/tablet receives the responsive application without
   needing a separate URL, browser menu or manual desktop toggle.
   ========================================================== */
html.mobile-request,html.server-mobile{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  touch-action:manipulation;
}
html.mobile-request body,html.server-mobile body,
body.mobile-device{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:hidden!important;
}
@media screen and (max-width:1024px), screen and (hover:none) and (pointer:coarse){
  html.mobile-request body.app-mode,
  html.server-mobile body.app-mode,
  body.mobile-device.app-mode{
    display:block!important;
    height:auto!important;
    min-height:100dvh!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
  }
  html.mobile-request body.app-mode > main,
  html.server-mobile body.app-mode > main,
  body.mobile-device.app-mode > main{
    display:block!important;
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  html.mobile-request .workspace-rail,
  html.server-mobile .workspace-rail,
  body.mobile-device .workspace-rail{display:none!important}
  html.mobile-request .mobile-app-dock,
  html.server-mobile .mobile-app-dock,
  body.mobile-device .mobile-app-dock{display:flex!important}
  html.mobile-request .main-nav,
  html.server-mobile .main-nav,
  body.mobile-device .main-nav{display:none!important}
  html.mobile-request .menu-btn,
  html.server-mobile .menu-btn,
  body.mobile-device .menu-btn{display:inline-grid!important;place-items:center!important}
  html.mobile-request img,
  html.mobile-request video,
  html.mobile-request canvas,
  html.mobile-request svg,
  html.server-mobile img,
  html.server-mobile video,
  html.server-mobile canvas,
  html.server-mobile svg,
  body.mobile-device img,
  body.mobile-device video,
  body.mobile-device canvas,
  body.mobile-device svg{max-width:100%;height:auto}
}
@media screen and (max-width:480px){
  html.mobile-request .shell,
  html.server-mobile .shell,
  body.mobile-device .shell{width:calc(100% - 20px)!important;max-width:none!important}
  html.mobile-request .section,
  html.server-mobile .section,
  body.mobile-device .section{padding-inline:0!important}
}

/* ==========================================================
   V17 MOBILE INTERACTION REPAIR
   Prevent the fixed application dock from becoming a full-page
   flex panel and restore tappable controls on narrow iPhone screens.
   ========================================================== */
@media screen and (max-width:1024px), screen and (hover:none) and (pointer:coarse){
  html.mobile-request .mobile-app-dock,
  html.server-mobile .mobile-app-dock,
  body.mobile-device .mobile-app-dock,
  .mobile-app-dock{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:center!important;
    justify-items:stretch!important;
    flex-direction:initial!important;
    width:auto!important;
    height:auto!important;
    min-height:62px!important;
    max-height:76px!important;
    left:8px!important;
    right:8px!important;
    bottom:max(8px,env(safe-area-inset-bottom,0px))!important;
    padding:5px!important;
    overflow:hidden!important;
    border-radius:20px!important;
    pointer-events:auto!important;
  }
  .mobile-app-dock a,
  .mobile-app-dock button{
    display:grid!important;
    grid-template-rows:24px auto!important;
    place-items:center!important;
    align-content:center!important;
    min-width:0!important;
    width:100%!important;
    min-height:50px!important;
    height:50px!important;
    margin:0!important;
    padding:4px 1px!important;
    gap:2px!important;
    overflow:hidden!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
  }
  .mobile-app-dock svg{width:20px!important;height:20px!important;max-height:20px!important;flex:none!important}
  .mobile-app-dock span{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}

  /* Keep the content clear of the fixed dock without creating a giant blank panel. */
  body{padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))!important}
  body.app-mode>main{padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))!important}

  /* Mobile menu is closed by default and only becomes interactive when explicitly opened. */
  #mobileNav:not(.is-open){display:none!important;pointer-events:none!important}
  #mobileNav.is-open{display:block!important;pointer-events:auto!important}

  /* Do not flatten charts and embedded maps through the generic mobile SVG rule. */
  .portfolio-trend-graphic svg,
  .trend-chart svg,
  .chart-shell svg{width:100%!important;height:auto!important;min-height:210px!important}
  .great-lakes-map,.maplibregl-map,.maplibregl-canvas-container,.maplibregl-canvas{min-height:210px!important}
}
@media screen and (max-width:420px){
  .mobile-app-dock{left:6px!important;right:6px!important;max-height:70px!important}
  .mobile-app-dock a,.mobile-app-dock button{font-size:7.5px!important;height:48px!important;min-height:48px!important}
  .portfolio-tabs,.tab-row{display:flex!important;overflow-x:auto!important;overscroll-behavior-inline:contain!important;scrollbar-width:none!important;padding-bottom:4px!important}
  .portfolio-tabs::-webkit-scrollbar,.tab-row::-webkit-scrollbar{display:none!important}
  .portfolio-tabs button,.tab-row button{flex:0 0 auto!important;white-space:nowrap!important}
}


/* ===== V18 smallest-screen mini application layout ===== */
.mobile-view-prompt{display:none}
@media (max-width:680px){
  html.mobile-request{scroll-behavior:smooth}
  body.app-mode{padding-bottom:56px!important;overflow-x:hidden!important}
  .topbar{display:none!important}
  .site-header{position:sticky!important;top:0!important;z-index:120!important;background:rgba(255,255,255,.97)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid var(--line)!important;box-shadow:0 6px 18px rgba(8,63,78,.08)!important}
  .header-inner{min-height:52px!important;height:52px!important;padding:5px 10px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:7px!important}
  .brand{min-width:0!important;overflow:hidden!important}
  .brand-copy strong{font-size:14px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:58vw!important}
  .brand-copy small{display:none!important}
  .header-actions{gap:5px!important}
  .header-actions>.btn{display:none!important}
  .menu-btn{display:grid!important;width:38px!important;height:38px!important;min-width:38px!important;padding:0!important;border-radius:12px!important;place-items:center!important}
  #mobileNav{position:fixed!important;top:52px!important;left:8px!important;right:8px!important;max-height:calc(100dvh - 116px)!important;overflow:auto!important;border:1px solid var(--line)!important;border-radius:16px!important;box-shadow:0 18px 48px rgba(7,50,63,.2)!important;padding:9px!important}
  #mobileNav>div{grid-template-columns:1fr 1fr!important;gap:5px!important}
  #mobileNav a,#mobileNav button{min-height:42px!important;padding:9px!important;font-size:11px!important;border-radius:10px!important}
  .workspace-rail{display:none!important}
  main#top{padding-top:0!important}
  .hero-banner{padding-top:8px!important}
  .hero-banner-shell{padding:0 10px!important}
  .hero-banner img{border-radius:14px!important;min-height:118px!important;object-fit:cover!important}
  .mobile-app-dock{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;position:fixed!important;left:6px!important;right:6px!important;bottom:calc(5px + env(safe-area-inset-bottom))!important;width:auto!important;height:48px!important;min-height:48px!important;max-height:48px!important;padding:3px!important;border:1px solid rgba(121,171,181,.35)!important;border-radius:15px!important;background:rgba(250,254,255,.96)!important;box-shadow:0 10px 30px rgba(7,50,63,.18)!important;overflow:hidden!important;z-index:180!important}
  .mobile-app-dock a,.mobile-app-dock button{min-width:0!important;min-height:40px!important;height:40px!important;padding:3px 1px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:1px!important;border-radius:10px!important;background:transparent!important;color:#54747d!important;box-shadow:none!important;line-height:1!important}
  .mobile-app-dock svg{width:17px!important;height:17px!important;flex:0 0 17px!important}
  .mobile-app-dock span{font-size:7px!important;line-height:1!important;white-space:nowrap!important}
  .mobile-app-dock a:active,.mobile-app-dock button:active{background:#e8f7f9!important;color:var(--deep)!important}
  .section{padding:42px 0!important}
  .section-heading h2{font-size:clamp(22px,8vw,30px)!important;line-height:1.05!important}
  .section-heading p{font-size:12px!important}
  /* Mini portfolio: concise preview rather than desktop command centre. */
  #portfolio{padding:34px 0 70px!important}
  #portfolio .section-heading{margin-bottom:12px!important}
  #portfolio .section-heading p{display:none!important}
  #portfolio .portfolio-head{padding:10px 12px!important;margin-bottom:8px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:#fff!important}
  #portfolio .portfolio-head>div:first-child div{display:none!important}
  #portfolio .portfolio-actions{display:flex!important;width:auto!important;margin-top:8px!important;gap:6px!important}
  #portfolio .portfolio-actions .btn{width:auto!important;min-height:36px!important;padding:8px 10px!important;font-size:9px!important}
  #portfolio .dashboard-frame{padding:10px!important;border-radius:18px!important}
  #portfolio .dash-top{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:0!important}
  #portfolio .dash-title{grid-column:1/-1!important;padding:5px 3px!important}
  #portfolio .dash-kpi{min-height:68px!important;padding:9px!important;border-radius:11px!important}
  #portfolio .dash-kpi:nth-of-type(n+4){display:none!important}
  #portfolio .dash-kpi strong{font-size:19px!important}
  #portfolio .dash-kpi span{font-size:8px!important}
  #portfolio .dash-tools{display:none!important}
  #portfolio .client-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:9px!important;padding:10px 1px 5px!important;-webkit-overflow-scrolling:touch!important}
  #portfolio .client-card{flex:0 0 82vw!important;max-width:300px!important;min-height:150px!important;scroll-snap-align:start!important;padding:13px!important;animation:none!important}
  #portfolio .client-card:nth-child(n+4){display:none!important}
  #portfolio .client-bottom{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}
  #portfolio .client-metric{padding:6px!important}
  #portfolio .client-metric strong{font-size:11px!important}
  .promo-popout{display:none!important}
  .mobile-view-prompt{position:fixed;left:10px;right:10px;top:60px;z-index:210;display:flex;align-items:center;gap:10px;padding:10px 11px;border:1px solid #bfe4ea;border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 15px 42px rgba(7,50,63,.18)}
  .mobile-view-prompt[hidden]{display:none!important}
  .mobile-view-prompt div{min-width:0;flex:1}.mobile-view-prompt strong,.mobile-view-prompt span{display:block}.mobile-view-prompt strong{font-size:11px;color:var(--ink)}.mobile-view-prompt span{font-size:9px;color:var(--muted);margin-top:2px}
  .mobile-view-prompt button{padding:7px 9px!important;min-height:32px!important;font-size:9px!important;border-radius:9px!important}
}
@media (max-width:380px){
  .header-inner{height:48px!important;min-height:48px!important;padding:4px 8px!important}
  .brand-copy strong{font-size:13px!important;max-width:55vw!important}
  .menu-btn{width:35px!important;height:35px!important;min-width:35px!important}
  #mobileNav{top:49px!important}
  .mobile-app-dock{left:4px!important;right:4px!important;height:44px!important;min-height:44px!important;max-height:44px!important;border-radius:13px!important}
  .mobile-app-dock a,.mobile-app-dock button{height:36px!important;min-height:36px!important}
  .mobile-app-dock svg{width:15px!important;height:15px!important;flex-basis:15px!important}
  .mobile-app-dock span{font-size:6.5px!important}
  body.app-mode{padding-bottom:51px!important}
  #portfolio .client-card{flex-basis:86vw!important}
}


/* ===== V19 desktop-layout-only viewport =====
   Mobile-specific layouts are disabled. Phones render the same desktop
   interface at a reduced browser scale and may pinch-zoom as needed. */
html.desktop-layout-only,
body.desktop-layout-only{min-width:1180px!important;overflow-x:auto!important}
.mobile-view-prompt,.mobile-app-dock,.menu-btn,#mobileNav{display:none!important}
.main-nav{display:flex!important}
.workspace-rail{display:flex!important}
body.desktop-layout-only.app-mode>main{margin-left:72px!important;width:auto!important;max-width:none!important;transform:none!important;position:relative!important;inset:auto!important}
body.desktop-layout-only .shell{width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important}
body.desktop-layout-only .header-inner{display:grid!important;grid-template-columns:minmax(220px,.7fr) minmax(560px,1.8fr) auto!important;min-height:78px!important;height:auto!important;padding:10px 0!important;gap:14px!important}
body.desktop-layout-only .brand-copy strong{font-size:18px!important;white-space:nowrap!important}
body.desktop-layout-only .brand-copy small{display:block!important}
body.desktop-layout-only .header-actions{display:flex!important;gap:8px!important;white-space:nowrap!important}
body.desktop-layout-only .main-nav{gap:14px!important;white-space:nowrap!important;overflow:visible!important}
body.desktop-layout-only .main-nav a{font-size:11px!important;padding:9px 0!important}
body.desktop-layout-only .portfolio-head,
body.desktop-layout-only #portfolio .client-grid,
body.desktop-layout-only #portfolio .portfolio-metrics{display:grid!important}
body.desktop-layout-only #portfolio .client-card:nth-child(n){display:block!important}
body.desktop-layout-only #portfolio .portfolio-actions,
body.desktop-layout-only #portfolio .portfolio-command{display:flex!important}
body.desktop-layout-only .promo-popout{display:block}

@media(max-width:1179px){
  html.desktop-layout-only,body.desktop-layout-only{min-width:1180px!important}
}
