/* ============================================================================
   home2026 SHARED DESIGN SYSTEM
   Used by: index.html, production-quality.html, technology-dev.html, advantages-dev.html
   Only rules identical (or safely mergeable) across pages live here.
   Each page keeps its own unique classes and per-page overrides inline,
   loaded AFTER this stylesheet so overrides win.
   ============================================================================ */
*{box-sizing:border-box;margin:0;padding:0}
.home2026{font-family:'Encode Sans',Arial,sans-serif;font-stretch:100%;color:#1b2836;line-height:1.55;-webkit-font-smoothing:antialiased;--navy:#0b2545;--blue:#1c4a86;--blue-card:#27508f;--gold:#c1934b;--gold-d:#a97d38;--ink:#1b2836;--muted:#3e4144;--line:#e3e8ee;--bg-alt:#f4f6f9}
.home2026 img{max-width:100%;display:block}
.home2026 a{text-decoration:none;color:inherit}
.home2026 .container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}
.home2026 .h2026-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1c7ed6;/* color:var(--blue); */margin-bottom:16px;position:relative}
.h2026-eyebrow:after{content:"";width:50vw;height:39px;background:var(--navy);opacity:1;position:absolute;right:calc(100% + 103px);top:-11px}
.home2026 .h2026-eyebrow::before{content:"";width:100px;height:39px;background:var(--navy);clip-path:polygon(0 0,100% 0,78% 100%,0 100%);opacity:1;position:absolute;left:-113px;top:-11px}
.home2026 .h2026-eyebrow.on-dark{color:#1c7ed6}.home2026 .h2026-eyebrow.on-dark::before{background:#1c7ed6}.home2026 .h2026-eyebrow.on-dark:after{background:#1c7ed6}
.home2026 h1,.home2026 h2,.home2026 h3{font-weight:700;line-height:1.12;letter-spacing:-.01em}
.home2026 .h2026-lead{font-size:clamp(24px,3vw,34px);font-weight:700;letter-spacing:-.015em}
.home2026 .h2026-section{padding:76px 0}
.home2026 .h2026-section--alt{background:var(--bg-alt)}
.home2026 .h2026-btn{display:inline-block;font-weight:700;font-size:15px;padding:14px 26px;border-radius:3px;cursor:pointer;border:2px solid transparent}
.home2026 .h2026-btn--gold{background:var(--gold);color:#fff}
.home2026 .h2026-hero{position:relative;color:#fff;height:auto;min-height:60vh;display:flex;align-items:center;overflow:hidden;background:#0b2545}
.home2026 .h2026-hero__video{position:absolute;inset:0;z-index:0;overflow:hidden}
.home2026 .h2026-hero__video video,.home2026 .h2026-hero__video img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.home2026 .h2026-hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(120deg,rgba(7,24,46,.82),rgba(13,44,83,.55) 55%,rgba(18,58,107,.40))}
.home2026 .h2026-hero__inner{position:relative;z-index:2;padding:90px 0}
.home2026 .h2026-hero h1{font-size:clamp(38px,6vw,58px);max-width:15ch;margin-bottom:0}
.home2026 .h2026-intro p{max-width:100%;font-size:20px;color:#000;margin-bottom:32px}
.home2026 .h2026-btns{display:flex;gap:14px;flex-wrap:wrap}
.home2026 .h2026-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.home2026 .h2026-media{border-radius:6px;background:linear-gradient(135deg,#dfe6ef,#c3cedd);display:flex;flex-direction:column;align-items:start;justify-content:center;color:#7c8da0;font-size:13px;font-weight:600;text-align:center;padding:20px}
.home2026 .h2026-media--photo{padding:0;background:none}
.home2026 .h2026-media--photo img{width:100%;height:100%;object-fit:cover;display:block}
.home2026 .h2026-band{background:var(--blue);color:#fff}
.home2026 .h2026-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:38px}
.home2026 .h2026-cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:40px}
.home2026 .h2026-mcard{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden}
.home2026 .h2026-mcard__b{padding:22px}.home2026 .h2026-mcard h3{font-size:19px;margin-bottom:8px}.home2026 .h2026-mcard p{font-size:15px;color:var(--muted)}
.home2026 .pq-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:44px}
.home2026 .pq-step{border-top:1px solid var(--gold);padding-top:16px}
.home2026 .pq-step h3{font-size:15px;color:#0b2545;margin-bottom:8px}
.home2026 .pq-step p{font-size:14px;color:var(--muted)}
.home2026 .h2026-cta{background-color:var(--navy);background-image:url('/assets/images/norsk-blue-divider-gradient.webp');background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;text-align:center;padding:78px 0}
.home2026 .h2026-cta h2{font-size:clamp(26px,3.4vw,40px);max-width:22ch;margin:0 auto 18px}
.home2026 .h2026-cta p{max-width:620px;margin:0 auto 30px;color:#cfdcee;font-size:16px}
.home2026 sup{font-size:.6em;vertical-align:super}
.home2026 .h2026-eyebrow sup{margin-top:-7px;font-size:0.6em;margin-left:-12px}
@media(max-width:900px){
  .home2026 .h2026-section{padding:40px 0}
  .home2026 .h2026-split{grid-template-columns:1fr;gap:32px}
  .home2026 .h2026-eyebrow{display:flex;flex-direction:row;flex-wrap:wrap;line-height:1.1}
  .home2026 .h2026-eyebrow::before{content:"";width:93%;height:20px;background:var(--navy);clip-path:polygon(0 0,100% 0,91% 100%,0 100%);opacity:1;position:relative;left:-113px;top:-11px}
  .home2026 .h2026-hero h1{font-size:clamp(38px,6vw,58px);max-width:90%;margin:auto}
  .home2026 .h2026-cards3{grid-template-columns:1fr}
  .home2026 .h2026-stats{grid-template-columns:repeat(2,1fr)}
  .home2026 .pq-steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .home2026 .h2026-stats{grid-template-columns:1fr}
  .home2026 .pq-steps{grid-template-columns:1fr}
}
