:root {
  --ink: #090b0f;
  --graphite: #141820;
  --slate: #272e38;
  --line: #d8dce1;
  --paper: #f2f3f1;
  --white: #ffffff;
  --muted: #67717f;
  --blue: #0797e5;
  --blue-deep: #006fb9;
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.admin-bar .site-header { top: 32px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-logo { display: block; width: auto; max-width: 150px; max-height: 42px; }
.site-header { position: sticky; top: 0; }
.desktop-nav .current-menu-item > a, .desktop-nav .current_page_item > a { color: var(--blue); }
.desktop-nav ul { display: flex; gap: 27px; align-items: center; list-style: none; margin: 0; padding: 0; }
.mobile-menu nav ul { display: contents; list-style: none; margin: 0; padding: 0; }
.entry-content { font-size: 18px; line-height: 1.8; color: var(--muted); }
.entry-content > * { max-width: 820px; }
.entry-content h2, .entry-content h3 { color: var(--ink); }
.entry-content a { color: var(--blue-deep); text-decoration: underline; }
.product-row-image a { display: block; height: 100%; }
.product-row-copy h2 a:hover { color: var(--blue-deep); }
.empty-state { padding: 80px 0; color: var(--muted); }
.admin-edit-link { position: fixed; right: 18px; bottom: 18px; z-index: 40; padding: 10px 14px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 700; box-shadow: 0 8px 30px rgba(0,0,0,.2); }
.wp-block-image img { height: auto; }
.pagination { display: flex; gap: 10px; padding: 30px 0 80px; }
.pagination .page-numbers { padding: 10px 14px; background: #fff; border: 1px solid var(--line); }
.pagination .current { color: #fff; background: var(--ink); border-color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: var(--ink); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-shell { height: 82px; display: grid; grid-template-columns: .8fr auto .8fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 31px; font-weight: 550; letter-spacing: -.06em; }
.brand-mark { width: 30px; height: 30px; border: 3px solid var(--blue); border-radius: 50%; position: relative; overflow: hidden; transform: rotate(-45deg); }
.brand-mark i { position: absolute; width: 4px; height: 30px; top: -3px; left: 8px; background: var(--blue); }
.brand-mark i + i { left: 16px; }
.desktop-nav { display: flex; gap: 27px; align-items: center; font-size: 12px; font-weight: 650; letter-spacing: .075em; text-transform: uppercase; }
.desktop-nav a, .nav-cta { transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .nav-cta:hover, .nav-cta:focus-visible { color: var(--blue); }
.nav-cta { justify-self: end; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-cta span { color: var(--blue); margin-left: 6px; }
.mobile-menu { display: none; justify-self: end; }

.hero { min-height: 820px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 72px; background: var(--ink); color: var(--white); position: relative; }
.hero::before { content: ""; position: absolute; inset: 0 calc((100vw - 100%) / -2); z-index: -1; background: var(--ink); }
.hero-copy { padding: 96px 0 78px; }
.eyebrow { margin: 0 0 24px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.hero h1, .page-hero h1 { margin: 0; font-size: clamp(54px, 6.1vw, 94px); line-height: .96; letter-spacing: -.065em; font-weight: 650; }
.hero h1 span { color: #9ea7b3; }
.hero-lede { max-width: 610px; margin: 32px 0 0; color: #b5bdc7; font-size: 19px; line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; border: 1px solid transparent; font-size: 13px; font-weight: 750; letter-spacing: .045em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: #22a8ef; }
.button-ghost { border-color: rgba(255,255,255,.28); color: var(--white); }
.button-light { margin-top: 32px; background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.hero-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 64px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.15); }
.hero-metrics div { padding-right: 15px; border-right: 1px solid rgba(255,255,255,.15); }
.hero-metrics div + div { padding-left: 15px; }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics dt { font-size: 25px; font-weight: 600; letter-spacing: -.04em; }
.hero-metrics dd { margin: 6px 0 0; color: #8993a1; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.hero-product { position: relative; min-width: 0; }
.product-stage { position: relative; overflow: hidden; min-height: 590px; background: #f3f3f1; color: var(--ink); box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.product-stage::before { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; top: -90px; right: -60px; background: var(--blue); opacity: .15; filter: blur(2px); }
.product-stage img { position: absolute; inset: 60px -24px 20px 0; width: 100%; height: calc(100% - 80px); object-fit: contain; mix-blend-mode: multiply; }
.stage-label { position: absolute; z-index: 2; top: 30px; left: 32px; display: flex; gap: 14px; align-items: center; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.stage-label span:first-child { padding: 8px 10px; background: var(--ink); color: var(--white); font-weight: 750; }
.stage-note { position: absolute; z-index: 2; right: 28px; bottom: 24px; display: flex; gap: 9px; align-items: center; padding: 11px 14px; background: rgba(255,255,255,.82); backdrop-filter: blur(8px); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.stage-spec { position: absolute; z-index: 2; left: 30px; bottom: 26px; display: grid; gap: 5px; }
.stage-spec small { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.stage-spec strong { font-size: 13px; letter-spacing: .025em; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(7,151,229,.14); }
.system-strip { position: absolute; z-index: 3; left: -42px; right: -18px; bottom: -24px; height: 48px; background: linear-gradient(180deg,#323944,#151920); border-top: 3px solid #6d7580; box-shadow: 0 12px 25px rgba(0,0,0,.4); }
.system-strip span { position: absolute; height: 3px; left: 0; right: 0; top: 21px; background: var(--blue); opacity: .72; }
.system-strip i { position: absolute; top: 8px; width: 32px; height: 32px; border: 4px solid #8b929b; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 2px var(--blue); }
.system-strip i:nth-child(2) { left: 36%; }.system-strip i:nth-child(3) { left: 55%; }.system-strip i:nth-child(4) { left: 74%; }

.hero-carousel { position: relative; min-height: 820px; overflow: hidden; background: #080b10; color: var(--white); }
.hero-slides,.hero-slide { position: absolute; inset: 0; }
.hero-slide { z-index: 0; opacity: 0; visibility: hidden; pointer-events: none; transform: scale(1.025); transition: opacity .85s ease,visibility .85s ease,transform 7.5s ease; }
.hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transform: scale(1); }
.hero-slide-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,8,13,.96) 0%,rgba(5,8,13,.87) 24%,rgba(5,8,13,.5) 49%,rgba(5,8,13,.12) 73%,rgba(5,8,13,.18) 100%),linear-gradient(0deg,rgba(5,8,13,.7) 0%,transparent 38%); }
.hero-slide-inner { position: relative; z-index: 2; min-height: 820px; display: flex; align-items: center; }
.hero-carousel .hero-copy { max-width: 760px; padding: 115px 0 235px; }
.hero-carousel .hero-copy h1,.hero-carousel .hero-copy h2 { margin: 0; font-size: clamp(56px,6.2vw,96px); line-height: .95; letter-spacing: -.065em; font-weight: 650; }
.hero-carousel .hero-copy h1 span,.hero-carousel .hero-copy h2 span { color: #aab5c1; }
.hero-carousel .hero-lede { max-width: 620px; color: #c4cbd3; text-shadow: 0 1px 22px rgba(0,0,0,.45); }
.hero-carousel-footer { position: absolute; z-index: 5; left: 50%; bottom: 38px; transform: translateX(-50%); display: grid; grid-template-columns: minmax(0,760px) auto; gap: 48px; align-items: end; }
.hero-carousel .hero-metrics { margin: 0; padding-top: 22px; }
.hero-carousel-controls { display: flex; align-items: center; justify-content: flex-end; gap: 11px; padding-bottom: 2px; }
.hero-arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(4,7,11,.28); color: var(--white); cursor: pointer; backdrop-filter: blur(9px); transition: border-color .2s ease,background .2s ease,transform .2s ease; }
.hero-arrow:hover,.hero-arrow:focus-visible { border-color: var(--blue); background: rgba(4,7,11,.68); transform: translateY(-2px); }
.hero-dots { display: flex; align-items: center; gap: 8px; }
.hero-dots button { width: 40px; height: 42px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.hero-dots span { display: block; width: 28px; height: 2px; overflow: hidden; background: rgba(255,255,255,.34); position: relative; }
.hero-dots span::after { content: ""; position: absolute; inset: 0; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.hero-dots button[aria-selected="true"] span::after { transform: scaleX(1); }
.hero-pause span { font-size: 11px; font-weight: 800; letter-spacing: -.12em; }
.hero-pause[aria-pressed="true"] span { font-size: 0; letter-spacing: 0; }
.hero-pause[aria-pressed="true"] span::before { content: "▶"; font-size: 10px; letter-spacing: 0; }

.proof-ribbon { background: #0f1217; color: #aeb6c1; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.proof-ribbon-inner { min-height: 78px; display: grid; grid-template-columns: repeat(4,1fr); align-items: stretch; }
.proof-ribbon span { display: flex; align-items: center; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.1); font-size: 10px; line-height: 1.45; letter-spacing: .09em; text-transform: uppercase; }
.proof-ribbon span:first-child { padding-left: 0; }
.proof-ribbon span:last-child { border-right: 0; }

.section { padding: 120px 0; }
.light-section { background: var(--white); padding: 118px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 64px; }
.section-heading h2, .safety-section h2, .trust-section h2, .cta-section h2, .story-lead h2, .technical-callout h2, .contact-section h2, .faq-heading h2, .two-column-heading h2 { margin: 0; font-size: clamp(38px, 4.3vw, 67px); line-height: 1.04; letter-spacing: -.055em; font-weight: 620; }
.section-heading-side { padding-bottom: 5px; }
.section-heading-side p, .section-copy { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 22px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 750; letter-spacing: .03em; }
.text-link span { color: var(--blue); }
.steps-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.steps-grid li { min-height: 350px; padding: 32px; position: relative; border-right: 1px solid var(--line); }
.steps-grid li:last-child { border-right: 0; }
.step-number { color: #8d959f; font-size: 11px; letter-spacing: .1em; }
.steps-grid h3 { margin: 30px 0 10px; font-size: 26px; letter-spacing: -.035em; }
.steps-grid p { max-width: 270px; margin: 0; color: var(--muted); line-height: 1.55; }
.step-glyph { width: 112px; height: 112px; margin: 42px auto 0; position: relative; border: 1px solid #cbd0d6; border-radius: 50%; }
.step-glyph::before, .step-glyph::after { content: ""; position: absolute; }
.align-glyph::before { width: 54px; height: 10px; background: var(--ink); top: 50px; left: 28px; }
.align-glyph::after { width: 18px; height: 18px; border: 5px solid var(--blue); border-radius: 50%; top: 41px; left: 46px; }
.insert-glyph::before { width: 30px; height: 48px; border: 5px solid var(--ink); border-radius: 16px 16px 4px 4px; left: 37px; top: 28px; }
.insert-glyph::after { width: 2px; height: 34px; background: var(--blue); left: 52px; top: 58px; box-shadow: -7px 7px 0 -1px var(--blue), 7px 7px 0 -1px var(--blue); }
.twist-glyph::before { width: 48px; height: 48px; border: 6px solid var(--ink); border-right-color: transparent; border-radius: 50%; left: 29px; top: 29px; }
.twist-glyph::after { right: 25px; top: 31px; border-left: 11px solid var(--blue); border-top: 7px solid transparent; border-bottom: 7px solid transparent; transform: rotate(-20deg); }

.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.product-card { min-height: 540px; padding: 24px; border: 1px solid var(--line); background: var(--white); display: flex; flex-direction: column; }
.product-card-1, .product-card-2 { grid-column: span 6; }.product-card-3, .product-card-4 { grid-column: span 6; }
.product-card-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.product-image-wrap { position: relative; height: 320px; display: block; overflow: hidden; margin: 20px 0; background: #f8f8f6; }
.product-image-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; object-position: 50% 50%; mix-blend-mode: multiply; transition: transform .45s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.035); }
.product-card-3 .product-image-wrap img { padding: 18px; object-fit: contain; }
.product-card h3 { margin: 0; font-size: 26px; letter-spacing: -.04em; }
.product-card p { margin: 10px 0 0; color: var(--muted); line-height: 1.55; }
.product-card .text-link { margin-top: auto; align-self: flex-start; }

.safety-section { background: var(--graphite); color: var(--white); padding: 130px 0; overflow: hidden; }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.safety-section .section-copy { color: #aeb6c1; margin-top: 28px; }
.safety-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.core-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); }
.ring-one { width: 450px; height: 450px; }.ring-two { width: 330px; height: 330px; border-color: rgba(7,151,229,.5); }.ring-three { width: 210px; height: 210px; border-width: 18px; border-color: #555f6c; box-shadow: inset 0 0 0 3px var(--blue), 0 0 60px rgba(7,151,229,.18); }
.core-center { width: 130px; height: 130px; border-radius: 50%; background: var(--ink); display: grid; place-items: center; font-size: 28px; font-weight: 800; letter-spacing: .1em; color: var(--blue); }
.core-line { position: absolute; height: 1px; background: rgba(255,255,255,.25); width: 180px; }.core-line-a { left: 0; top: 35%; }.core-line-b { right: 0; bottom: 31%; }
.feature-list { list-style: none; padding: 0; margin: 35px 0 0; border-top: 1px solid rgba(255,255,255,.18); }
.feature-list li { display: flex; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: #d9dde2; font-size: 14px; }
.feature-list span { color: var(--blue); font-size: 10px; letter-spacing: .1em; }

.applications-section { padding: 120px 0; background: #e7e9e8; }
.applications-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.application-card { height: 600px; position: relative; overflow: hidden; color: var(--white); display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; }
.application-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(2,4,8,.84) 100%); }
.application-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.application-card:first-child img { object-position: 67% 50%; }
.application-kitchen img { object-position: 50% 43%; }.application-office img { object-position: 50% 48%; }.application-flex img { object-position: 50% 55%; }
.application-card:hover img { transform: scale(1.025); }
.application-card span, .application-card h3 { position: relative; z-index: 2; }
.application-card i { position: absolute; z-index: 2; top: 28px; right: 28px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-style: normal; }
.application-card span { color: #69c7f6; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.application-card h3 { margin: 8px 0 0; max-width: 300px; font-size: 27px; letter-spacing: -.04em; }

.project-proof-section { padding: 130px 0; background: #0e1116; color: var(--white); }
.project-proof-heading .section-heading-side p { color: #aab2bd; }
.project-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.project-card { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 330px; background: #191d24; border: 1px solid rgba(255,255,255,.1); }
.project-card-featured { grid-row: span 2; grid-template-columns: 1fr; }
.project-card-image { min-height: 300px; overflow: hidden; }
.project-card-featured .project-card-image { min-height: 470px; }
.project-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover .project-card-image img { transform: scale(1.025); }
.project-card-copy { padding: 30px; display: flex; flex-direction: column; align-items: flex-start; }
.project-card-copy > div { width: 100%; display: flex; justify-content: space-between; gap: 20px; color: #7f8997; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.project-card-copy h3 { margin: 42px 0 12px; font-size: 28px; line-height: 1.08; letter-spacing: -.04em; }
.project-card-featured .project-card-copy h3 { font-size: 38px; }
.project-card-copy p { margin: 0; color: #9fa8b4; line-height: 1.65; font-size: 14px; }
.project-card-copy .text-link { margin-top: auto; }

.process-section { padding: 125px 0; background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article { min-height: 310px; padding: 34px 34px 40px 0; border-right: 1px solid var(--line); }
.process-grid article + article { padding-left: 34px; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--blue-deep); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.process-grid h3 { margin: 105px 0 14px; font-size: 25px; letter-spacing: -.035em; }
.process-grid p { max-width: 320px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.process-button { margin-top: 34px; }

.resources-section { padding: 125px 0; background: #151a22; color: var(--white); }
.resources-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; align-items: start; }
.resources-intro h2 { margin: 0; font-size: clamp(38px,4.3vw,64px); line-height: 1.04; letter-spacing: -.055em; font-weight: 620; }
.resources-intro > p:not(.eyebrow) { margin: 28px 0 0; max-width: 480px; color: #9fa8b4; font-size: 16px; line-height: 1.7; }
.resource-list { border-top: 1px solid rgba(255,255,255,.18); }
.resource-row { min-height: 130px; display: grid; grid-template-columns: 38px 1fr auto 30px; gap: 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .2s ease, padding .2s ease; }
.resource-row:hover { padding-inline: 15px; background: rgba(255,255,255,.035); }
.resource-row > span { color: var(--blue); font-size: 10px; }
.resource-row div { display: grid; gap: 10px; }
.resource-row small { color: #7f8997; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.resource-row strong { font-size: 19px; letter-spacing: -.025em; }
.resource-row em { color: #7f8997; font-size: 10px; font-style: normal; text-transform: uppercase; }
.resource-row i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--blue); font-style: normal; }
.trust-section { padding: 120px 0; background: #e5e7e7; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.trust-grid > div > p:not(.eyebrow) { margin: 42px 0 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.award-row { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 45px; border-top: 1px solid #bfc4c8; border-bottom: 1px solid #bfc4c8; }
.award-row span { padding: 28px 28px 28px 0; color: var(--muted); font-size: 11px; line-height: 1.6; text-transform: uppercase; letter-spacing: .07em; border-right: 1px solid #bfc4c8; }
.award-row span + span { padding-left: 28px; }.award-row span:last-child { border-right: 0; }
.award-row b { color: var(--ink); font-size: 13px; }
.partner-proof { grid-column: 1 / -1; display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: end; margin-top: 74px; padding-top: 48px; border-top: 1px solid #bfc4c8; }
.partner-proof > div:first-child > p:last-child { max-width: 470px; margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.partner-wordmarks { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #bfc4c8; border-left: 1px solid #bfc4c8; }
.partner-wordmarks span { min-height: 88px; display: grid; place-items: center; padding: 15px; border-right: 1px solid #bfc4c8; border-bottom: 1px solid #bfc4c8; color: #6a7178; font-size: clamp(15px,1.5vw,21px); font-weight: 680; letter-spacing: -.025em; text-align: center; }

.cta-section { background: var(--blue); color: var(--white); padding: 110px 0; }
.cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px 80px; align-items: end; }
.cta-inner .eyebrow { grid-column: 1/-1; color: var(--ink); }
.cta-inner p:not(.eyebrow) { margin: 0; font-size: 17px; line-height: 1.65; color: #eaf7ff; }
.cta-inner .button { grid-column: 2; justify-self: start; background: var(--ink); }

.site-footer { background: var(--ink); color: var(--white); padding: 80px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 60px; }
.footer-brand p { max-width: 290px; margin: 22px 0 0; color: #8e98a6; line-height: 1.55; }
.footer-grid h2 { margin: 5px 0 22px; color: #7d8794; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footer-grid a:hover { color: var(--blue); }
.footer-contact > a { color: var(--blue); font-size: 16px; }
.footer-contact p { margin: 6px 0 0; color: #808b99; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 74px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #6d7785; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.page-hero { padding: 120px 0 100px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1000px; color: var(--ink); }
.page-hero > p:last-child { max-width: 720px; margin: 32px 0 0 auto; color: var(--muted); font-size: 19px; line-height: 1.65; }
.product-list-section { padding-top: 40px; }
.product-row { display: grid; grid-template-columns: 80px .9fr 1.1fr; gap: 44px; align-items: center; padding: 70px 0; border-bottom: 1px solid var(--line); }
.product-row-index { align-self: start; color: #9aa1aa; font-size: 11px; }
.product-row-image { min-height: 440px; display: grid; place-items: center; background: var(--white); }
.product-row-image img { width: 100%; height: 440px; object-fit: contain; mix-blend-mode: multiply; }
.product-row:nth-child(3) .product-row-image { background: #050505; }.product-row:nth-child(3) .product-row-image img { mix-blend-mode: normal; }
.product-row-copy h2, .solution-copy h2, .product-detail-copy h1 { margin: 0; font-size: clamp(38px,4vw,62px); line-height: 1.02; letter-spacing: -.055em; }
.product-row-copy > p:not(.eyebrow), .solution-copy > p:not(.eyebrow), .story-copy p { margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.mini-specs { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 32px 0; }
.mini-specs div { padding-top: 13px; border-top: 1px solid var(--line); }.mini-specs dt { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.mini-specs dd { margin: 8px 0 0; font-size: 13px; font-weight: 700; }
.product-family-nav { position: sticky; top: 78px; z-index: 8; display: flex; align-items: center; gap: 9px; overflow-x: auto; padding-top: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); background: rgba(244,245,245,.94); backdrop-filter: blur(14px); scrollbar-width: none; }
.product-family-nav::-webkit-scrollbar { display: none; }
.product-family-nav > span { flex: 0 0 auto; margin-right: 8px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.product-family-nav a { flex: 0 0 auto; display: inline-flex; align-items: flex-start; gap: 5px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.66); color: var(--ink); font-size: 11px; font-weight: 650; transition: border-color .2s ease,color .2s ease,background .2s ease; }
.product-family-nav a:hover { border-color: var(--blue); background: var(--white); color: var(--blue-deep); }
.product-family-nav sup { color: var(--blue); font-size: 8px; }
.product-catalogue { padding-bottom: 130px; }
.product-family { scroll-margin-top: 170px; padding: 90px 0 10px; }
.product-family + .product-family { border-top: 1px solid var(--line); }
.product-family-heading { display: grid; grid-template-columns: 1fr 2fr auto; gap: 35px; align-items: end; margin-bottom: 38px; }
.product-family-heading .eyebrow { align-self: start; margin-top: 8px; }
.product-family-heading h2 { margin: 0; font-size: clamp(38px,4vw,61px); line-height: 1.02; letter-spacing: -.052em; }
.product-family-heading > p:last-child { margin: 0 0 6px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.catalogue-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.catalogue-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); transition: transform .25s ease,box-shadow .25s ease; }
.catalogue-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(20,27,35,.09); }
.catalogue-card-image { position: relative; display: grid; place-items: center; min-height: 330px; overflow: hidden; background: linear-gradient(150deg,#fff 0%,#f0f2f2 100%); }
.catalogue-card-image img { width: 100%; height: 330px; object-fit: contain; transition: transform .35s ease; }
.catalogue-card:hover .catalogue-card-image img { transform: scale(1.035); }
.catalogue-card-image span { position: absolute; top: 20px; left: 20px; padding: 7px 9px; border: 1px solid rgba(20,27,35,.12); background: rgba(255,255,255,.82); color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.catalogue-card-copy { flex: 1; display: flex; flex-direction: column; padding: 28px; border-top: 1px solid var(--line); }
.catalogue-card-copy h3 { margin: 0; font-size: 23px; line-height: 1.16; letter-spacing: -.035em; }
.catalogue-card-copy > p { margin: 13px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.catalogue-card-copy dl { display: grid; grid-template-columns: 1fr 1fr; margin: auto 0 25px; border-top: 1px solid var(--line); }
.catalogue-card-copy dl div { min-width: 0; padding: 14px 10px 0 0; }
.catalogue-card-copy dl div + div { padding-left: 14px; border-left: 1px solid var(--line); }
.catalogue-card-copy dt { color: var(--muted); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.catalogue-card-copy dd { margin: 6px 0 0; overflow-wrap: anywhere; font-size: 11px; font-weight: 700; }
.catalogue-card-copy .text-link { align-self: flex-start; }
.module-section { padding-bottom: 130px; }.module-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border: 1px solid var(--line); }
.module-grid article { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); }.module-grid article:last-child { border-right: 0; }.module-grid span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--blue); color: var(--blue); font-weight: 800; }.module-grid h3 { margin: 50px 0 10px; font-size: 21px; }.module-grid p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }

.breadcrumbs { display: flex; gap: 12px; padding: 30px 0; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.product-detail { padding-bottom: 100px; }.product-detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.product-detail-visual { min-height: 650px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--white); }.product-detail-visual img { width: 100%; height: 650px; object-fit: contain; mix-blend-mode: multiply; }.product-detail-code { position: absolute; top: 28px; left: 30px; z-index: 2; color: #c7cbd0; font-size: clamp(70px,9vw,140px); line-height: .9; font-weight: 800; letter-spacing: -.06em; }
.product-detail-copy { padding: 60px 0; }.product-intro { margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }.spec-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 38px 0; border-top: 1px solid var(--line); }.spec-grid div { padding: 18px 0; border-bottom: 1px solid var(--line); }.spec-grid div:nth-child(odd) { padding-right: 20px; border-right: 1px solid var(--line); }.spec-grid div:nth-child(even) { padding-left: 20px; }.spec-grid span { display: block; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.spec-grid strong { display: block; margin-top: 7px; font-size: 14px; }
.product-features-section { padding-bottom: 130px; }.two-column-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }.large-feature-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }.large-feature-list li { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); font-size: 16px; line-height: 1.5; }.large-feature-list span { color: var(--blue); font-size: 10px; }

.solution-list { padding-top: 70px; }.solution-row { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; border-bottom: 1px solid var(--line); padding: 70px 0; align-items: stretch; }.solution-row:nth-child(even) .solution-image { order: 2; }.solution-image { min-height: 650px; overflow: hidden; }.solution-image img { width: 100%; height: 100%; object-fit: cover; }.solution-copy { padding: 70px 70px 50px; display: flex; flex-direction: column; justify-content: center; position: relative; }.solution-index { position: absolute; right: 0; top: 0; color: #b5bbc2; font-size: 11px; }.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }.tag-row span { padding: 9px 13px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.solution-link { align-self: flex-start; margin-top: 34px; }
.technical-callout { padding: 110px 0; background: var(--graphite); color: var(--white); }.technical-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }.technical-grid p:not(.eyebrow) { color: #adb5c0; line-height: 1.7; }.light-link { color: var(--white); }

.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.story-copy p:first-child { margin-top: 40px; }.timeline-section { background: var(--white); padding: 0; }.timeline-grid { display: grid; grid-template-columns: repeat(4,1fr); }.timeline-grid div { padding: 50px 28px 55px 0; border-right: 1px solid var(--line); }.timeline-grid div + div { padding-left: 28px; }.timeline-grid span { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; }.timeline-grid h3 { margin: 45px 0 8px; font-size: 21px; }.timeline-grid p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 13px; }.about-gss { padding: 145px 0; }.gss-diagram { min-height: 500px; position: relative; }.gss-track { position: absolute; left: 8%; right: 8%; top: 50%; height: 110px; transform: translateY(-50%); background: linear-gradient(180deg,#5d6672,#242a33); border-top: 4px solid #8c949e; border-bottom: 4px solid #0c0e12; }.gss-track::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 5px; background: var(--blue); transform: translateY(-50%); }.gss-track span { position: absolute; width: 76px; height: 76px; top: 13px; border-radius: 50%; background: var(--ink); border: 4px solid #858e99; box-shadow: 0 0 0 3px var(--blue); }.gss-track span:nth-child(1){left:15%}.gss-track span:nth-child(2){left:43%}.gss-track span:nth-child(3){right:15%}.gss-label { position: absolute; color: #9ca6b3; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.label-earth { top: 12%; left: 14%; }.label-lock { top: 12%; left: 46%; }.label-power { bottom: 12%; right: 14%; }
.awards-section { padding-bottom: 135px; }.awards-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); margin-top: 35px; }.awards-grid article { padding: 35px 35px 0 0; }.awards-grid article + article { padding-left: 35px; border-left: 1px solid var(--line); }.awards-grid span { color: var(--blue); font-size: 11px; letter-spacing: .1em; }.awards-grid h3 { margin: 50px 0 8px; font-size: 21px; line-height: 1.3; }.awards-grid p { color: var(--muted); margin: 0; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { list-style: none; cursor: pointer; min-height: 90px; display: grid; grid-template-columns: 40px 1fr 24px; gap: 15px; align-items: center; font-size: 16px; font-weight: 650; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--blue); font-size: 10px; }.faq-list summary i { width: 16px; height: 16px; position: relative; }.faq-list summary i::before,.faq-list summary i::after { content: ""; position: absolute; background: var(--ink); }.faq-list summary i::before { width: 16px; height: 1px; top: 8px; }.faq-list summary i::after { width: 1px; height: 16px; left: 8px; transition: transform .2s; }.faq-list details[open] summary i::after { transform: rotate(90deg); }.faq-list details p { margin: -10px 30px 28px 55px; color: var(--muted); line-height: 1.7; }
.contact-section { padding: 120px 0; background: var(--graphite); color: var(--white); }.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }.contact-grid > div:first-child > p:not(.eyebrow) { margin-top: 28px; max-width: 550px; color: #abb4c0; line-height: 1.7; }.contact-card { background: var(--white); color: var(--ink); padding: 40px; }.contact-card > span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.contact-card > a:not(.button) { display: block; margin-top: 16px; color: var(--blue-deep); font-size: clamp(24px,3vw,42px); letter-spacing: -.04em; }.contact-card p { margin: 34px 0; color: var(--muted); line-height: 1.7; }
.inquiry-form { display: grid; gap: 20px; }.inquiry-form label { display: grid; gap: 8px; color: var(--ink); font-size: 11px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }.inquiry-form label span { color: var(--blue); }.inquiry-form input,.inquiry-form select,.inquiry-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 13px 14px; background: #f8f9f8; color: var(--ink); font: 400 15px/1.45 Inter,"Helvetica Neue",Arial,sans-serif; letter-spacing: 0; text-transform: none; }.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus { outline: 2px solid var(--blue); outline-offset: 1px; background: var(--white); }.inquiry-form textarea { resize: vertical; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.form-honeypot { position: absolute; left: -9999px; }.inquiry-form .button { width: max-content; cursor: pointer; }.form-consent { grid-template-columns: 19px 1fr!important; align-items: start; gap: 11px!important; color: var(--muted)!important; font-size: 12px!important; font-weight: 450!important; line-height: 1.55; letter-spacing: 0!important; text-transform: none!important; }.form-consent input { width: 18px!important; height: 18px; margin: 2px 0 0; padding: 0!important; accent-color: var(--blue-deep); }.form-consent .consent-copy { color: var(--muted); }.form-consent a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 2px; }.form-notice { margin: 0 0 24px!important; padding: 13px 15px; border-left: 3px solid var(--blue); background: #edf8fe; color: var(--ink)!important; }.form-notice.is-error { border-color: #bf3434; background: #fff2f2; }

.project-archive-grid { display: grid; gap: 90px; }
.project-archive-card { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 610px; background: var(--white); }
.project-archive-card:nth-child(even) { grid-template-columns: .85fr 1.15fr; }
.project-archive-card:nth-child(even) .project-archive-image { order: 2; }
.project-archive-image { min-height: 610px; overflow: hidden; }
.project-archive-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-archive-card:hover .project-archive-image img { transform: scale(1.02); }
.project-archive-copy { padding: 65px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.project-archive-copy > span { color: var(--blue-deep); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.project-archive-copy h2 { margin: 55px 0 20px; font-size: clamp(36px,4vw,58px); line-height: 1.04; letter-spacing: -.05em; }
.project-archive-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.project-detail { padding-bottom: 130px; }
.project-detail-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; padding: 70px 0; }
.project-detail-head h1 { margin: 0; font-size: clamp(48px,6vw,86px); line-height: .98; letter-spacing: -.06em; }
.project-detail-head > div > p:last-child { max-width: 700px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.project-facts { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.project-facts div { padding: 18px 20px 18px 0; border-bottom: 1px solid var(--line); }
.project-facts div:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--line); }
.project-facts dt { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.project-facts dd { margin: 8px 0 0; font-size: 13px; font-weight: 650; line-height: 1.45; }
.project-detail-image { height: min(72vw,780px); overflow: hidden; }
.project-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.project-detail-content { margin: 70px auto 0; }
.project-detail-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 70px; }
.project-detail-gallery figure { height: 430px; margin: 0; overflow: hidden; background: var(--white); }
.project-detail-gallery img { width: 100%; height: 100%; object-fit: cover; }
.resource-archive { padding-top: 45px; }
.resource-archive-row { min-height: 270px; display: grid; grid-template-columns: 50px 1.3fr .55fr auto; gap: 45px; align-items: center; border-bottom: 1px solid var(--line); }
.resource-archive-row > span { align-self: start; padding-top: 54px; color: #9ba3ad; font-size: 10px; }
.resource-archive-row h2 { margin: 0; font-size: 31px; letter-spacing: -.04em; }
.resource-archive-row div > p:last-child { max-width: 630px; margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.resource-archive-row dl { margin: 0; border-top: 1px solid var(--line); }
.resource-archive-row dl div { padding: 13px 0; border-bottom: 1px solid var(--line); }
.resource-archive-row dt { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.resource-archive-row dd { margin: 6px 0 0; font-size: 12px; font-weight: 700; }
.resource-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; }
.resource-download-card { padding: 38px; background: var(--white); border: 1px solid var(--line); }
.resource-download-card > span { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.resource-download-card dl { margin: 35px 0; border-top: 1px solid var(--line); }
.resource-download-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.resource-download-card dt { color: var(--muted); }.resource-download-card dd { margin: 0; font-weight: 700; }

.product-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; padding: 0 0 110px; }
.product-gallery figure { min-height: 420px; margin: 0; overflow: hidden; background: var(--white); }
.product-gallery img { width: 100%; height: 100%; object-fit: contain; padding: 24px; mix-blend-mode: multiply; }
.company-footprint { border-top: 1px solid var(--line); }
.company-footprint-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.company-footprint-grid article { min-height: 340px; padding: 38px; border-right: 1px solid var(--line); }
.company-footprint-grid article:first-child { padding-left: 0; }
.company-footprint-grid article:last-child { padding-right: 0; border-right: 0; }
.company-footprint-grid article > span { color: var(--blue); font-size: 10px; letter-spacing: .1em; }
.company-footprint-grid h3 { margin: 90px 0 18px; font-size: 24px; letter-spacing: -.035em; }
.company-footprint-grid p,.company-footprint-grid address { margin: 0 0 16px; color: var(--muted); font-size: 14px; font-style: normal; line-height: 1.7; }
.insights-section { padding-top: 70px; }
.insights-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.insight-card { display: flex; min-height: 620px; flex-direction: column; background: var(--white); border: 1px solid var(--line); }
.insight-card-image { display: block; height: 245px; overflow: hidden; background: #e9ecec; }
.insight-card-image:empty::after { content: "EUBIQ"; display: grid; height: 100%; place-items: center; color: #a2aab2; font-size: 28px; font-weight: 700; letter-spacing: -.04em; }
.insight-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.insight-card:hover .insight-card-image img { transform: scale(1.035); }
.insight-card-copy { display: flex; flex: 1; flex-direction: column; padding: 32px; }
.insight-card-copy h2 { margin: 18px 0 0; font-size: 27px; line-height: 1.13; letter-spacing: -.045em; }
.insight-card-copy > p:not(.eyebrow) { margin: 20px 0 30px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.insight-card-copy .text-link { margin-top: auto; align-self: flex-start; }
.insight-detail { padding: 70px 0 120px; }
.insight-detail-header { max-width: 1080px; }
.insight-detail-header .eyebrow { margin-top: 90px; }
.insight-detail-header h1 { max-width: 1050px; margin: 22px 0 0; font-size: clamp(52px,6.7vw,94px); line-height: .98; letter-spacing: -.062em; }
.insight-deck { max-width: 820px; margin: 32px 0 0; color: var(--muted); font-size: 20px; line-height: 1.65; }
.insight-hero { height: min(60vw,720px); margin-top: 70px; overflow: hidden; background: var(--white); }
.insight-hero img { width: 100%; height: 100%; object-fit: cover; }
.insight-content { max-width: 900px; margin-top: 80px; }
.insight-content h2 { max-width: 850px; margin: 62px 0 20px; font-size: 38px; line-height: 1.1; letter-spacing: -.045em; }
.insight-content h3 { margin: 42px 0 16px; font-size: 25px; }
.insight-content p,.insight-content li { font-size: 17px; line-height: 1.82; }
.insight-content table { width: 100%; margin: 36px 0; border-collapse: collapse; font-size: 14px; }
.insight-content th,.insight-content td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.insight-content th { background: var(--ink); color: var(--white); }
.insight-content hr { height: 1px; margin: 55px 0; border: 0; background: var(--line); }

@media (max-height: 800px) and (min-width: 1001px) {
  .hero-carousel,.hero-slide-inner { min-height: 630px; height: calc(100svh - 80px); }
  .hero-carousel .hero-copy { padding: 58px 0 155px; }
  .hero-carousel .hero-copy h1,.hero-carousel .hero-copy h2 { font-size: clamp(50px,5.15vw,74px); }
  .hero-carousel .hero-lede { max-width: 590px; margin-top: 22px; font-size: 16px; }
  .hero-carousel .button-row { margin-top: 26px; }
  .hero-carousel-footer { bottom: 20px; }
  .hero-carousel .hero-metrics { padding-top: 17px; }
}

@media (max-width: 1000px) {
  :root { --shell: min(100% - 36px, 800px); }
  .desktop-nav, .nav-cta { display: none; }.nav-shell { grid-template-columns: 1fr auto; }.mobile-menu { display: block; position: relative; }.mobile-menu summary { list-style: none; cursor: pointer; width: 42px; height: 42px; display: grid; place-items: center; }.mobile-menu summary::-webkit-details-marker { display: none; }.mobile-menu summary span { width: 24px; height: 1px; background: var(--white); position: absolute; }.mobile-menu summary span:first-child { transform: translateY(-4px); }.mobile-menu summary span:last-child { transform: translateY(4px); }.mobile-menu nav { position: absolute; top: 52px; right: 0; width: min(300px, calc(100vw - 36px)); padding: 24px; background: var(--white); color: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.25); display: flex; flex-direction: column; gap: 18px; font-weight: 650; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 85px; }.hero-copy { padding-bottom: 25px; }.hero-product { max-width: 720px; }.product-stage { min-height: 520px; }
  .hero-carousel,.hero-slide-inner { min-height: 780px; }.hero-carousel .hero-copy { max-width: 680px; padding: 115px 0 250px; }.hero-carousel-footer { grid-template-columns: 1fr; gap: 24px; bottom: 30px; }.hero-carousel-controls { justify-content: flex-start; }.hero-slide-shade { background: linear-gradient(90deg,rgba(5,8,13,.94) 0%,rgba(5,8,13,.74) 50%,rgba(5,8,13,.25) 100%),linear-gradient(0deg,rgba(5,8,13,.78) 0%,transparent 48%); }
  .section-heading, .safety-grid, .trust-grid, .cta-inner, .technical-grid, .two-column-heading, .about-story, .faq-section, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .section-heading-side { max-width: 650px; }.product-card-1,.product-card-2,.product-card-3,.product-card-4 { grid-column: span 6; }.applications-grid { grid-template-columns: 1fr 1fr; }.application-flex { grid-column: 1/-1; }.award-row { grid-template-columns: 1fr; }.award-row span { border-right: 0; border-bottom: 1px solid #bfc4c8; padding-left: 0!important; }.award-row span:last-child { border-bottom: 0; }.cta-inner .button { grid-column: 1; }.footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-contact { grid-column: 1/-1; }
  .partner-proof { grid-template-columns: 1fr; gap: 35px; }.partner-wordmarks { grid-template-columns: repeat(3,1fr); }
  .product-family-nav { top: 78px; }.product-family-heading { grid-template-columns: 1fr 2fr; }.product-family-heading > p:last-child { grid-column: 2; }.catalogue-grid { grid-template-columns: repeat(2,1fr); }
  .product-row { grid-template-columns: 40px 1fr; }.product-row-image { grid-column: 2; }.product-row-copy { grid-column: 2; }.module-grid { grid-template-columns: 1fr 1fr; }.module-grid article:nth-child(2) { border-right: 0; }.module-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-detail-grid { grid-template-columns: 1fr; gap: 30px; }.solution-row { grid-template-columns: 1fr; }.solution-row:nth-child(even) .solution-image { order: 0; }.solution-copy { padding: 50px 0 20px; }.timeline-grid { grid-template-columns: 1fr 1fr; }.timeline-grid div:nth-child(2) { border-right: 0; }.timeline-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .proof-ribbon-inner { grid-template-columns: 1fr 1fr; }.proof-ribbon span { min-height: 65px; border-bottom: 1px solid rgba(255,255,255,.1); }.proof-ribbon span:nth-child(even) { border-right: 0; }.proof-ribbon span:nth-child(n+3) { border-bottom: 0; }
  .project-grid { grid-template-columns: 1fr; }.project-card-featured { grid-row: auto; }.project-card-featured .project-card-image { min-height: 440px; }.project-card-featured .project-card-copy h3 { font-size: 31px; }
  .resources-layout, .project-detail-head, .resource-detail { grid-template-columns: 1fr; gap: 55px; }
  .project-archive-card, .project-archive-card:nth-child(even) { grid-template-columns: 1fr; }.project-archive-card:nth-child(even) .project-archive-image { order: 0; }.project-archive-image { min-height: 520px; }.project-archive-copy { padding: 50px; }
  .resource-archive-row { grid-template-columns: 40px 1fr auto; gap: 30px; padding: 45px 0; }.resource-archive-row dl { grid-column: 2; }.resource-archive-row .button { grid-column: 3; grid-row: 1 / span 2; }
  .company-footprint-grid { grid-template-columns: 1fr 1fr; }.company-footprint-grid article:nth-child(2) { border-right: 0; }.company-footprint-grid article:last-child { grid-column: 1/-1; border-top: 1px solid var(--line); }.insights-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 650px) {
  .admin-bar .site-header { top: 46px; }
  :root { --shell: calc(100vw - 28px); }.nav-shell { height: 70px; }.brand { font-size: 27px; }.brand-mark { width: 27px; height: 27px; }
  .hero-copy { padding-top: 70px; }.hero h1, .page-hero h1 { font-size: 50px; }.hero-lede { font-size: 16px; }.hero-metrics { grid-template-columns: 1fr 1fr; row-gap: 24px; }.hero-metrics div { padding-right: 14px; }.hero-metrics div + div { padding-left: 14px; }.hero-metrics div:nth-child(2) { border-right: 0; }.hero-metrics dt { font-size: 21px; }.hero-metrics dd { font-size: 9px; }
  .hero-carousel,.hero-slide-inner { min-height: 770px; }.hero-slide-bg { object-position: 62% center; }.hero-slide-shade { background: linear-gradient(90deg,rgba(5,8,13,.95) 0%,rgba(5,8,13,.76) 64%,rgba(5,8,13,.4) 100%),linear-gradient(0deg,rgba(5,8,13,.9) 0%,transparent 55%); }.hero-carousel .hero-copy { padding: 82px 0 280px; }.hero-carousel .hero-copy h1,.hero-carousel .hero-copy h2 { font-size: 50px; }.hero-carousel .hero-lede { max-width: 96%; margin-top: 24px; font-size: 15px; line-height: 1.6; }.hero-carousel .button-row { margin-top: 28px; }.hero-carousel-footer { bottom: 24px; gap: 18px; }.hero-carousel .hero-metrics { row-gap: 17px; padding-top: 18px; }.hero-carousel-controls { gap: 6px; }.hero-arrow { width: 38px; height: 38px; }.hero-dots button { width: 30px; height: 38px; }.hero-dots span { width: 21px; }
  .product-stage { min-height: 380px; }.system-strip { left: -5px; right: -5px; }.section, .light-section { padding: 80px 0; }.section-heading { margin-bottom: 40px; }.section-heading h2, .safety-section h2, .trust-section h2, .cta-section h2, .story-lead h2, .technical-callout h2, .contact-section h2, .faq-heading h2, .two-column-heading h2 { font-size: 40px; }.steps-grid { grid-template-columns: 1fr; }.steps-grid li { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }.steps-grid li:last-child { border-bottom: 0; }.step-glyph { margin-top: 24px; }.product-card-1,.product-card-2,.product-card-3,.product-card-4 { grid-column: 1/-1; }.product-image-wrap { height: 250px; }.safety-section { padding: 85px 0; }.safety-grid { gap: 24px; }.safety-visual { min-height: 360px; }.ring-one { width: 330px; height: 330px; }.ring-two { width: 250px; height: 250px; }.ring-three { width: 160px; height: 160px; }.core-center { width: 95px; height: 95px; font-size: 22px; }.applications-grid { grid-template-columns: 1fr; }.application-flex { grid-column: auto; }.application-card { height: 520px; }.trust-section { padding: 80px 0; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-contact { grid-column: 1/-1; }.footer-bottom { gap: 20px; flex-direction: column; }.page-hero { padding: 85px 0 70px; }.page-hero > p:last-child { font-size: 16px; }.product-row { grid-template-columns: 1fr; gap: 20px; padding: 50px 0; }.product-row-index,.product-row-image,.product-row-copy { grid-column: 1; }.product-row-image,.product-row-image img { min-height: 0; height: 320px; }.mini-specs { grid-template-columns: 1fr; }.module-grid { grid-template-columns: 1fr; }.module-grid article { border-right: 0; border-bottom: 1px solid var(--line); }.product-detail-visual,.product-detail-visual img { min-height: 0; height: 410px; }.product-detail-copy h1,.product-row-copy h2,.solution-copy h2 { font-size: 42px; }.spec-grid { grid-template-columns: 1fr; }.spec-grid div:nth-child(odd),.spec-grid div:nth-child(even) { border-right: 0; padding-left: 0; padding-right: 0; }.solution-image { min-height: 520px; }.solution-copy { padding-top: 45px; }.timeline-grid { grid-template-columns: 1fr; }.timeline-grid div,.timeline-grid div + div { padding: 40px 0; border-right: 0; border-bottom: 1px solid var(--line); }.timeline-grid h3 { margin-top: 22px; }.gss-diagram { min-height: 330px; }.gss-track { left: 0; right: 0; }.awards-grid { grid-template-columns: 1fr; }.awards-grid article,.awards-grid article + article { padding: 30px 0; border-left: 0; border-bottom: 1px solid var(--line); }.awards-grid h3 { margin-top: 24px; }.faq-list summary { min-height: 105px; font-size: 14px; }.contact-card { padding: 28px; }.contact-card > a:not(.button) { font-size: 24px; }.form-grid { grid-template-columns: 1fr; }
  .stage-spec { display: none; }.proof-ribbon-inner { grid-template-columns: 1fr; }.proof-ribbon span, .proof-ribbon span:first-child { min-height: 54px; padding: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }.proof-ribbon span:nth-child(n+3) { border-bottom: 1px solid rgba(255,255,255,.1); }.proof-ribbon span:last-child { border-bottom: 0; }
  .applications-section, .project-proof-section, .process-section, .resources-section { padding: 82px 0; }.project-card, .project-card-featured { grid-template-columns: 1fr; }.project-card-image, .project-card-featured .project-card-image { min-height: 350px; }.project-card-copy { min-height: 320px; }.project-card-copy > div { flex-direction: column; gap: 7px; }
  .partner-proof { margin-top: 50px; padding-top: 36px; }.partner-wordmarks { grid-template-columns: repeat(2,1fr); }.partner-wordmarks span { min-height: 72px; font-size: 14px; }
  .product-family-nav { top: 70px; margin-bottom: 0; padding-top: 13px; padding-bottom: 13px; }.product-family-nav > span { display: none; }.product-catalogue { padding-bottom: 90px; }.product-family { padding-top: 70px; }.product-family-heading { grid-template-columns: 1fr; gap: 16px; }.product-family-heading > p:last-child { grid-column: auto; }.product-family-heading h2 { font-size: 39px; }.catalogue-grid { grid-template-columns: 1fr; }.catalogue-card-image,.catalogue-card-image img { min-height: 0; height: 310px; }
  .process-grid { grid-template-columns: 1fr; }.process-grid article, .process-grid article + article { min-height: 240px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }.process-grid article:last-child { border-bottom: 0; }.process-grid h3 { margin-top: 60px; }
  .resources-layout { gap: 45px; }.resource-row { min-height: 140px; grid-template-columns: 30px 1fr 25px; gap: 14px; }.resource-row em { display: none; }
  .project-archive-grid { gap: 45px; }.project-archive-card { min-height: 0; }.project-archive-image { min-height: 360px; }.project-archive-copy { padding: 32px 25px 40px; }.project-archive-copy h2 { margin-top: 35px; }.project-detail-head { padding-top: 45px; }.project-detail-head h1 { font-size: 48px; }.project-facts { grid-template-columns: 1fr; }.project-facts div:nth-child(even) { padding-left: 0; border-left: 0; }.project-detail-image { height: 520px; }.project-detail-gallery { grid-template-columns: 1fr; gap: 14px; margin-top: 50px; }.project-detail-gallery figure { height: 310px; }.resource-archive-row { grid-template-columns: 30px 1fr; gap: 20px; }.resource-archive-row dl, .resource-archive-row .button { grid-column: 2; grid-row: auto; }.resource-archive-row > span { padding-top: 8px; }.resource-archive-row .button { justify-self: start; }
  .product-gallery { grid-template-columns: 1fr; padding-bottom: 75px; }.product-gallery figure { min-height: 310px; }.company-footprint-grid,.insights-grid { grid-template-columns: 1fr; }.company-footprint-grid article,.company-footprint-grid article:first-child,.company-footprint-grid article:last-child { min-height: 280px; padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--line); }.company-footprint-grid h3 { margin-top: 48px; }.insight-card { min-height: 560px; }.insight-card-image { height: 230px; }.insight-detail { padding-top: 45px; }.insight-detail-header .eyebrow { margin-top: 55px; }.insight-detail-header h1 { font-size: 47px; }.insight-deck { font-size: 17px; }.insight-hero { height: 360px; margin-top: 50px; }.insight-content { margin-top: 55px; }.insight-content h2 { font-size: 31px; }.insight-content table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-slide { transform: none; }
}
