:root {
  --ink: #11151b;
  --deep: #0b0d13;
  --deep-2: #151b2a;
  --paper: #f6f6f2;
  --cream: #f0ede7;
  --line: rgba(17, 21, 27, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --muted: #747982;
  --mint: #c6f2dc;
  --violet: #9c8df7;
  --orange: #eab79b;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(14, 20, 33, 0.12);
}

* { box-sizing: border-box; }
html { overflow-y: scroll; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; font-size: 15px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1200px, calc(100% - 96px)); margin: 0 auto; }
.section-dark { color: #fff; background: var(--deep); }
.section-light { background: var(--paper); }
.section-cream { background: var(--cream); }

.announcement { align-items: center; background: #08090c; color: rgba(255,255,255,.7); display: flex; font-size: 11px; justify-content: center; letter-spacing: .02em; min-height: 35px; padding: 8px 24px; position: relative; z-index: 10; }
.announcement a { color: var(--mint); margin-left: 22px; }
.announcement a span { margin-left: 5px; }
.site-header { align-items: center; background: rgba(246,246,242,.9); border-bottom: 1px solid transparent; display: flex; height: 86px; justify-content: space-between; padding: 0 max(48px, calc((100vw - 1200px) / 2)); position: relative; transition: background .3s, border-color .3s, box-shadow .3s; z-index: 20; }
.site-header.is-sticky { background: rgba(246,246,242,.96); border-color: var(--line); box-shadow: 0 8px 30px rgba(8,10,18,.05); position: sticky; top: 0; }
.brand { align-items: center; display: inline-flex; gap: 11px; white-space: nowrap; }
.brand-image { display: block; height: auto; object-fit: contain; width: 138px; }
.brand-mark { display: inline-flex; gap: 3px; height: 22px; transform: skew(-18deg); }
.brand-mark i { background: var(--deep); border-radius: 2px; display: block; width: 6px; }
.brand-mark i:nth-child(1) { height: 13px; margin-top: 9px; opacity: .65; }
.brand-mark i:nth-child(2) { height: 19px; margin-top: 3px; opacity: .82; }
.brand-mark i:nth-child(3) { height: 22px; }
.brand-name { font-family: "Space Grotesk", sans-serif; font-size: 22px; font-weight: 700; letter-spacing: -.07em; }
.brand-name span { font-weight: 500; }
.desktop-nav { display: flex; gap: 27px; margin-left: auto; margin-right: 42px; }
.desktop-nav a { color: #71757b; font-size: 12px; position: relative; transition: color .2s; }
.desktop-nav a::after { background: var(--ink); bottom: -9px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .2s; width: 100%; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.header-actions { align-items: center; display: flex; gap: 20px; }
.icon-button, .menu-toggle, .modal-close { align-items: center; background: none; border: 0; display: inline-flex; justify-content: center; padding: 0; }
.icon-button svg { fill: none; height: 17px; stroke: var(--ink); stroke-linecap: round; stroke-width: 1.6; width: 17px; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 12px; font-weight: 600; gap: 18px; justify-content: center; letter-spacing: .01em; min-height: 51px; padding: 0 22px; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 16px; font-weight: 400; line-height: 1; }
.button--small { min-height: 38px; padding: 0 16px; }
.button--outline { border-color: rgba(17,21,27,.25); }
.button--outline:hover { background: var(--ink); color: #fff; }
.button--primary { background: var(--mint); color: var(--ink); }
.button--primary:hover { background: #e1fbea; }
.button--ghost { border-color: rgba(255,255,255,.25); color: #fff; }
.button--ghost:hover { background: #fff; color: var(--ink); }
.button--dark { background: var(--ink); color: #fff; }
.button--dark:hover { background: #2b3240; }
.button--dark-outline { border-color: rgba(17,21,27,.25); color: var(--ink); }
.button--dark-outline:hover { background: var(--ink); color: #fff; }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 635px; overflow: hidden; position: relative; }
.hero-content { align-items: center; display: grid; gap: 8%; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); min-height: 560px; padding-bottom: 35px; padding-top: 72px; position: relative; z-index: 2; }
.hero-copy { max-width: 620px; }
.eyebrow { align-items: center; color: rgba(255,255,255,.6); display: flex; font-size: 10px; font-weight: 600; gap: 9px; letter-spacing: .13em; margin: 0 0 23px; text-transform: uppercase; }
.eyebrow--dark { color: #7d828b; }
.eyebrow-dot { background: currentColor; border-radius: 50%; height: 5px; width: 5px; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: "Space Grotesk", sans-serif; letter-spacing: -.07em; line-height: .98; }
h1 { font-size: clamp(42px, 4.7vw, 76px); margin-bottom: 28px; max-width: 720px; }
h1 em, h2 em { color: var(--mint); font-style: normal; }
.hero-description { color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.7; max-width: 430px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-stats { border-top: 1px solid var(--line-light); display: flex; gap: 45px; margin-top: 62px; padding-top: 22px; }
.hero-stats div { display: flex; flex-direction: column; gap: 2px; }
.hero-stats strong { font-family: "Space Grotesk", sans-serif; font-size: 30px; font-weight: 500; letter-spacing: -.06em; }
.hero-stats sup { color: var(--mint); font-size: 16px; top: -.6em; }
.hero-stats span { color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.hero-stats .stat-symbol { color: var(--mint); font-size: 22px; margin-left: 1px; }
.hero-visual { height: 450px; position: relative; }
.visual-grid { background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 60px 60px; inset: 6% 7% 8%; mask-image: radial-gradient(ellipse, #000 25%, transparent 72%); opacity: .65; position: absolute; }
.hero-glow { background: radial-gradient(circle, rgba(198,242,220,.38), rgba(125,128,249,.2) 32%, transparent 70%); filter: blur(6px); inset: 8% 8% 2%; position: absolute; }
.vial-shadow { background: rgba(0,0,0,.45); border-radius: 50%; bottom: 8%; filter: blur(18px); height: 34px; left: 22%; position: absolute; transform: rotate(-13deg); width: 55%; }
.vial { background: linear-gradient(110deg, rgba(255,255,255,.5), rgba(205,217,235,.12) 37%, rgba(255,255,255,.24) 62%, rgba(80,88,110,.35)); border: 1px solid rgba(255,255,255,.45); border-radius: 15px 15px 22px 22px; box-shadow: inset 6px 0 9px rgba(255,255,255,.25), 20px 30px 40px rgba(0,0,0,.3); overflow: visible; position: absolute; transform: rotate(12deg); }
.vial::after { background: rgba(168,222,231,.25); border-radius: 10px 10px 17px 17px; bottom: 8px; content: ""; left: 7px; position: absolute; right: 7px; top: 32%; }
.vial--large { height: 260px; right: 19%; top: 17%; width: 164px; }
.vial--small { bottom: 11%; height: 183px; right: 63%; transform: rotate(-19deg); width: 113px; }
.vial-cap { background: repeating-linear-gradient(90deg, #adb9cb 0 5px, #77869c 5px 7px); border: 1px solid rgba(255,255,255,.5); border-radius: 7px 7px 3px 3px; height: 32px; left: 13%; position: absolute; top: -29px; width: 74%; }
.vial-label { align-items: center; background: #f4fbef; border-radius: 3px; color: #253445; display: flex; flex-direction: column; gap: 3px; justify-content: center; left: 12px; min-height: 85px; position: absolute; right: 12px; top: 92px; z-index: 2; }
.vial--small .vial-label { min-height: 63px; top: 63px; }
.vial-label small { font-size: 7px; letter-spacing: .15em; opacity: .65; }
.vial-label b { font-family: "Space Grotesk", sans-serif; font-size: 19px; letter-spacing: -.04em; }
.vial-label i { font-size: 8px; font-style: normal; opacity: .6; }
.visual-chip { align-items: center; backdrop-filter: blur(12px); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 9px; display: flex; gap: 9px; padding: 10px 14px 10px 10px; position: absolute; }
.visual-chip--purity { left: 1%; top: 21%; }
.visual-chip--coa { bottom: 16%; right: 4%; }
.chip-icon { align-items: center; background: var(--mint); border-radius: 50%; color: var(--ink); display: inline-flex; font-size: 12px; height: 24px; justify-content: center; width: 24px; }
.visual-chip b, .visual-chip small { display: block; }
.visual-chip b { font-size: 11px; font-weight: 600; }
.visual-chip small { color: rgba(255,255,255,.5); font-size: 9px; margin-top: 1px; }
.visual-caption { bottom: 0; color: rgba(255,255,255,.46); font-size: 10px; left: 6%; letter-spacing: .1em; margin: 0; position: absolute; text-transform: uppercase; }
.visual-caption span { color: var(--mint); font-size: 15px; margin-left: 8px; }
.hero-orbit { border: 1px solid rgba(198,242,220,.15); border-radius: 50%; height: 560px; position: absolute; right: -210px; top: -220px; width: 560px; }
.hero-orbit::before { border: 1px solid rgba(156,141,247,.15); border-radius: 50%; content: ""; inset: 45px; position: absolute; }
.hero-orbit--two { bottom: -430px; height: 630px; left: -370px; right: auto; top: auto; width: 630px; }
.hero-bottom { align-items: center; bottom: 25px; color: rgba(255,255,255,.38); display: flex; font-size: 9px; gap: 13px; letter-spacing: .16em; position: absolute; text-transform: uppercase; z-index: 2; }
.hero-bottom span:last-child { margin-left: auto; }
.scroll-line { background: rgba(255,255,255,.3); height: 1px; width: 50px; }
.hero--reference { background: #101722; color: #f4f7fb; isolation: isolate; }
 .hero-reference-video { height: 100%; inset: 0; object-fit: cover; object-position: center; opacity: .48; position: absolute; width: 100%; z-index: -1; }
.hero--reference::before { background: linear-gradient(90deg, rgba(6,12,22,.96) 0%, rgba(6,12,22,.82) 44%, rgba(6,12,22,.36) 100%); content: ""; inset: 0; position: absolute; z-index: -1; }
.hero--reference .hero-content { grid-template-columns: minmax(0, .95fr) minmax(0, .35fr); min-height: 650px; }
.hero--reference .hero-visual, .hero--reference .hero-orbit { display: none; }
.hero--reference .eyebrow { color: #a7b7d0; }
.hero--reference h1 { color: #f4f7fb; }
.hero--reference h1 em { color: #65d7e6; }
.hero--reference .hero-description { color: rgba(244,247,251,.76); }
.hero--reference .hero-buttons .button--primary { background: #2f52ed; color: #fff; }
.hero--reference .hero-buttons .button--primary:hover { background: #173bc6; }
.hero--reference .hero-buttons .button--ghost { border-color: #2f52ed; color: #2f52ed; }
.hero--reference .hero-buttons .button--ghost:hover { background: #2f52ed; color: #fff; }
.hero--reference .hero-stats { border-color: rgba(255,255,255,.2); }
.hero--reference .hero-stats strong { color: #fff; }
.hero--reference .hero-stats span { color: #a9b6c9; }
.hero--reference .hero-stats sup, .hero--reference .hero-stats .stat-symbol { color: #65d7e6; }
.hero--reference .hero-bottom { color: #a9b6c9; }
.hero--reference .scroll-line { background: rgba(255,255,255,.34); }

.intro { padding: 145px 0 130px; }
.intro-grid { display: grid; gap: 12%; grid-template-columns: 1.1fr .9fr; }
h2 { font-size: clamp(45px, 5vw, 70px); margin-bottom: 0; }
h2 em { color: #9b90ed; }
.intro-copy { align-self: end; padding-bottom: 5px; }
.intro-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; margin-bottom: 26px; max-width: 390px; }
.text-link { align-items: center; display: inline-flex; font-size: 12px; font-weight: 600; gap: 12px; }
.text-link span { font-size: 16px; font-weight: 400; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.capability-grid { display: grid; gap: 13px; grid-template-columns: repeat(4, 1fr); margin-top: 85px; }
.capability-card { background: #fff; border: 1px solid rgba(17,21,27,.05); border-radius: var(--radius-md); display: flex; flex-direction: column; min-height: 315px; overflow: hidden; padding: 25px 24px 22px; position: relative; transition: transform .25s, box-shadow .25s; }
.capability-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.capability-card--tint { background: #e4e8f4; }
.capability-card--dark { background: var(--deep-2); color: #fff; }
.card-number { color: #8e939c; font-size: 10px; letter-spacing: .12em; }
.capability-icon { align-items: center; border: 1px solid currentColor; border-radius: 50%; color: #a094ed; display: flex; font-size: 22px; height: 47px; justify-content: center; margin: 43px 0 23px; width: 47px; }
.capability-card h3 { font-family: "Space Grotesk", sans-serif; font-size: 19px; letter-spacing: -.04em; margin-bottom: 10px; }
.capability-card p { color: #858a91; font-size: 12px; line-height: 1.65; margin-bottom: 0; max-width: 220px; }
.capability-card--dark p { color: rgba(255,255,255,.55); }
.circle-arrow { align-items: center; border: 1px solid rgba(17,21,27,.16); border-radius: 50%; bottom: 20px; display: flex; font-size: 16px; height: 31px; justify-content: center; position: absolute; right: 20px; transition: background .2s, color .2s; width: 31px; }
.capability-card--dark .circle-arrow { border-color: rgba(255,255,255,.3); }
.circle-arrow:hover { background: var(--mint); color: var(--ink); }

.products { padding: 138px 0 145px; }
.section-heading-row { align-items: end; display: flex; justify-content: space-between; }
.products-grid { display: grid; gap: 13px; grid-template-columns: repeat(4, 1fr); margin-top: 62px; }
.product-card { cursor: pointer; min-width: 0; }
.product-art { align-items: center; background: #d5e4e0; border-radius: var(--radius-md); display: flex; height: 285px; justify-content: center; overflow: hidden; position: relative; transition: transform .25s; }
.product-reference-image { display: block; height: 100%; object-fit: cover; width: 100%; }
.product-art--trz, .product-art--bpc, .product-art--ghk, .product-art--tb { background: #fff; }
.product-card:hover .product-art { transform: translateY(-7px); }
.product-art--bpc { background: #dacfe2; }
.product-art--ghk { background: #dbe6ee; }
.product-art--tb { background: #eddbd1; }
.art-glow { background: radial-gradient(circle, rgba(255,255,255,.95), transparent 67%); height: 250px; opacity: .6; position: absolute; width: 250px; }
.product-art--bpc .art-glow { background: radial-gradient(circle, rgba(255,255,255,.9), transparent 65%); }
.product-art--ghk .art-glow { background: radial-gradient(circle, rgba(242,249,255,.95), transparent 65%); }
.art-vial { background: linear-gradient(100deg, rgba(255,255,255,.78), rgba(214,226,226,.3) 50%, rgba(151,172,174,.55)); border: 1px solid rgba(255,255,255,.8); border-radius: 8px 8px 14px 14px; box-shadow: 16px 20px 30px rgba(71,95,102,.22), inset 7px 0 7px rgba(255,255,255,.4); height: 163px; position: relative; transform: rotate(12deg); width: 102px; z-index: 2; }
.art-vial::after { background: rgba(214,240,234,.32); border-radius: 4px 4px 11px 11px; bottom: 6px; content: ""; left: 6px; position: absolute; right: 6px; top: 31px; }
.art-vial i { background: repeating-linear-gradient(90deg, #687685 0 4px, #bbc3ca 4px 6px); border-radius: 4px 4px 2px 2px; height: 29px; left: 14px; position: absolute; top: -27px; width: 74px; }
.art-vial b, .art-vial small { color: #304356; display: block; position: relative; text-align: center; z-index: 2; }
.art-vial b { font-family: "Space Grotesk", sans-serif; font-size: 17px; margin-top: 55px; }
.art-vial small { font-size: 8px; margin-top: 3px; }
.art-orb { border: 1px solid rgba(255,255,255,.7); border-radius: 50%; height: 90px; left: 18%; position: absolute; top: 13%; width: 90px; }
.product-meta { align-items: center; color: #7b7f84; display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .1em; margin-top: 18px; text-transform: uppercase; }
.product-status { color: #839a8d; }
.product-card h3 { font-family: "Space Grotesk", sans-serif; font-size: 19px; letter-spacing: -.045em; line-height: 1.15; margin: 11px 0 15px; }
.product-link { background: none; border: 0; border-bottom: 1px solid rgba(17,21,27,.25); font-size: 11px; padding: 0 0 5px; }
.product-link span { font-size: 14px; margin-left: 6px; }

.coa { overflow: hidden; padding: 150px 0; position: relative; }
.coa::before { background: radial-gradient(ellipse at center, rgba(198,242,220,.16), transparent 63%); content: ""; height: 700px; left: -30%; position: absolute; top: -30%; width: 700px; }
.coa-grid { align-items: center; display: grid; gap: 12%; grid-template-columns: .8fr 1.2fr; position: relative; }
.coa-copy { max-width: 450px; }
.coa-copy h2 { margin-bottom: 29px; }
.coa-copy > p:not(.eyebrow) { color: rgba(255,255,255,.57); font-size: 15px; line-height: 1.75; margin-bottom: 32px; }
.certificate-wrap { min-height: 400px; position: relative; }
.certificate-glow { background: radial-gradient(circle, rgba(156,141,247,.48), transparent 66%); filter: blur(2px); height: 470px; left: 6%; position: absolute; top: -10%; width: 600px; }
.certificate { background: linear-gradient(145deg, #f9f9f4, #e6e8e4); box-shadow: 0 36px 55px rgba(0,0,0,.35); color: #1a2029; height: 375px; left: 12%; padding: 29px 36px; position: absolute; transform: rotate(5deg); width: 490px; }
.certificate::before { border: 1px solid rgba(50,70,72,.25); content: ""; inset: 13px; position: absolute; }
.certificate > * { position: relative; z-index: 1; }
.certificate-top { align-items: center; display: flex; font-size: 7px; justify-content: space-between; letter-spacing: .13em; margin: 4px 3px 31px; }
.certificate-logo { font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: -.07em; }
.certificate-logo span { font-weight: 400; }
.certificate-title { font-family: "Space Grotesk", sans-serif; font-size: 27px; letter-spacing: -.06em; margin: 0 0 18px; }
.certificate-line { background: #bbc3be; height: 3px; margin-bottom: 10px; width: 52%; }
.certificate-line--wide { background: #313b43; width: 77%; }
.certificate-table { display: grid; font-size: 8px; gap: 8px 17px; grid-template-columns: auto 1fr; margin-top: 25px; max-width: 210px; }
.certificate-table span { color: #7b8282; text-transform: uppercase; }
.certificate-table b { font-weight: 600; }
.certificate-table .pass { color: #4e9884; }
.certificate-chart { align-items: end; display: flex; gap: 4px; height: 53px; margin-top: 27px; width: 185px; }
.certificate-chart i { background: #8f9da3; display: block; height: 20%; width: 8px; }
.certificate-chart i:nth-child(2n) { height: 63%; }.certificate-chart i:nth-child(3n) { height: 38%; }.certificate-chart i:nth-child(5n) { height: 90%; }.certificate-chart i:nth-child(7n) { height: 52%; }.certificate-chart i:nth-child(9n) { height: 75%; }
.certificate-stamp { align-items: center; border: 1px solid #5e9e8b; border-radius: 50%; color: #5e9e8b; display: flex; flex-direction: column; font-size: 13px; font-weight: 700; height: 88px; justify-content: center; line-height: 1.05; position: absolute !important; right: 60px; text-align: center; top: 215px; transform: rotate(-14deg); width: 88px; }
.certificate-stamp small { font-size: 6px; font-weight: 500; margin-top: 4px; }
.certificate-tag { background: var(--mint); bottom: 1%; color: var(--ink); font-size: 10px; left: 9%; letter-spacing: .05em; padding: 11px 16px; position: absolute; transform: rotate(-5deg); }
.certificate-tag span { font-size: 14px; margin-left: 13px; }
.coa-reference-image { border-radius: 16px; display: block; height: 375px; object-fit: cover; position: relative; width: 100%; z-index: 1; }

.insights { padding: 138px 0 150px; }
.insight-grid { display: grid; gap: 17px; grid-template-columns: repeat(3, 1fr); margin-top: 61px; }
.insight-image { align-items: flex-end; background: #d9dfd9; border-radius: var(--radius-md); display: flex; height: 235px; justify-content: space-between; overflow: hidden; padding: 20px; position: relative; }
.insight-image img { height: 100%; inset: 0; object-fit: cover; opacity: .82; position: absolute; width: 100%; }
.insight-image::before, .insight-image::after { border: 1px solid rgba(17,21,27,.15); border-radius: 50%; content: ""; height: 240px; position: absolute; width: 240px; }
.insight-image::before { left: -30px; top: -50px; }.insight-image::after { bottom: -140px; right: -50px; }
.insight-image--two { background: #e1d7d0; }.insight-image--three { background: #d7d6ea; }
.insight-image > span, .insight-image > i { position: relative; z-index: 1; }.insight-image > span { font-family: "Space Grotesk", sans-serif; font-size: 37px; letter-spacing: -.08em; }.insight-image > i { font-size: 9px; font-style: normal; letter-spacing: .14em; }
.insight-date { color: #8b8f92; font-size: 10px; letter-spacing: .08em; margin: 20px 0 10px; text-transform: uppercase; }.insight-card h3 { font-family: "Space Grotesk", sans-serif; font-size: 19px; letter-spacing: -.045em; line-height: 1.18; margin-bottom: 17px; max-width: 260px; }

.contact { padding: 0 0 140px; }.contact-panel { align-items: center; background: var(--mint); border-radius: var(--radius-lg); display: grid; gap: 7%; grid-template-columns: 130px 1fr auto; min-height: 325px; overflow: hidden; padding: 42px 72px; position: relative; }.contact-panel h2 { font-size: clamp(42px, 5vw, 66px); }.contact-panel p:not(.eyebrow) { color: #4c7062; font-size: 14px; margin: 19px 0 0; }.contact-mark { align-items: center; display: flex; gap: 7px; justify-content: center; transform: rotate(-18deg); }.contact-mark span { background: var(--deep); display: block; height: 80px; width: 13px; }.contact-mark span:nth-child(1) { height: 43px; margin-top: 37px; opacity: .6; }.contact-mark span:nth-child(2) { height: 68px; margin-top: 12px; opacity: .8; }.contact-mark span:nth-child(3) { height: 80px; }.contact-panel::after { border: 1px solid rgba(17,21,27,.17); border-radius: 50%; content: ""; height: 390px; position: absolute; right: -145px; top: -140px; width: 390px; }.contact-panel .button { position: relative; z-index: 1; }
.contact-panel p a { color: inherit; }

.site-footer { background: var(--deep); color: #fff; padding: 90px 0 27px; }.brand--light .brand-mark i { background: #fff; }.footer-grid { display: grid; gap: 8%; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; }.footer-brand p { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.55; margin: 25px 0 28px; }.footer-location { color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.footer-column { display: flex; flex-direction: column; gap: 13px; }.footer-column h4 { color: rgba(255,255,255,.4); font-size: 10px; font-weight: 500; letter-spacing: .14em; margin-bottom: 8px; text-transform: uppercase; }.footer-column a { color: rgba(255,255,255,.72); font-size: 12px; transition: color .2s; }.footer-column a:hover { color: var(--mint); }.footer-contact a:last-child { color: var(--mint); margin-top: 8px; }.footer-contact a:last-child span { font-size: 15px; margin-left: 7px; }.footer-bottom { border-top: 1px solid var(--line-light); color: rgba(255,255,255,.32); display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .05em; margin-top: 80px; padding-top: 22px; }

.search-panel, .modal-backdrop { align-items: center; background: rgba(11,13,19,.7); display: flex; inset: 0; justify-content: center; opacity: 0; padding: 24px; pointer-events: none; position: fixed; transition: opacity .25s; z-index: 50; }.search-panel.is-open, .modal-backdrop.is-open { opacity: 1; pointer-events: auto; }.search-inner, .quote-modal { background: var(--paper); border-radius: var(--radius-md); box-shadow: var(--shadow); max-width: 580px; padding: 45px; position: relative; transform: translateY(15px); transition: transform .25s; width: 100%; }.is-open .search-inner, .is-open .quote-modal { transform: translateY(0); }.modal-close { color: #757a82; font-size: 26px; height: 30px; position: absolute; right: 22px; top: 17px; width: 30px; }.search-inner label, .quote-modal label { display: block; font-size: 11px; font-weight: 600; margin: 25px 0 9px; }.search-field { align-items: center; border-bottom: 1px solid var(--ink); display: flex; }.search-field input { background: none; border: 0; font-size: 18px; outline: none; padding: 12px 0; width: 100%; }.search-field span { font-size: 23px; }.quote-modal h2 { font-size: 53px; margin-bottom: 18px; }.quote-modal h2 em { color: #9b90ed; }.modal-intro { color: var(--muted); font-size: 13px; line-height: 1.6; max-width: 390px; }.quote-modal form > label { margin-top: 16px; }.form-row { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }.quote-modal input, .quote-modal textarea { background: #fff; border: 1px solid var(--line); border-radius: 7px; display: block; font-size: 12px; margin-top: 7px; outline: none; padding: 12px; resize: vertical; width: 100%; }.quote-modal input:focus, .quote-modal textarea:focus { border-color: #9b90ed; }.quote-modal .button { margin-top: 20px; width: 100%; }.form-note { color: #9a9da3; font-size: 10px; margin: 12px 0 0; }.toast { background: var(--mint); border-radius: 8px; bottom: 28px; box-shadow: var(--shadow); font-size: 12px; opacity: 0; padding: 14px 18px; pointer-events: none; position: fixed; right: 28px; transform: translateY(15px); transition: opacity .25s, transform .25s; z-index: 70; }.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) { .container { width: min(100% - 64px, 900px); }.site-header { padding: 0 32px; }.desktop-nav { gap: 16px; margin-right: 23px; }.hero-content { gap: 3%; grid-template-columns: 1fr 1fr; }.hero-visual { transform: scale(.86); transform-origin: center right; }.capability-grid, .products-grid { gap: 10px; }.capability-card { padding-left: 17px; padding-right: 17px; }.certificate { left: 5%; }.contact-panel { padding-left: 42px; padding-right: 42px; } }
@media (max-width: 780px) { .container { width: min(100% - 40px, 560px); }.announcement { justify-content: space-between; }.announcement span:first-child { max-width: 200px; }.announcement a { margin-left: 12px; white-space: nowrap; }.site-header { height: 72px; padding: 0 20px; }.brand-image { height: 43px; width: 108px; }.desktop-nav, .header-actions .button, .icon-button { display: none; }.menu-toggle { display: flex; flex-direction: column; gap: 5px; height: 28px; width: 28px; }.menu-toggle span { background: var(--ink); display: block; height: 1px; transition: transform .2s; width: 24px; }.menu-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }.menu-toggle.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }.mobile-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 0; max-height: 0; overflow: hidden; padding: 0 20px; position: sticky; top: 72px; transition: max-height .35s, padding .35s; z-index: 19; }.mobile-nav.is-open { max-height: 430px; padding: 12px 20px 22px; }.mobile-nav a { border-bottom: 1px solid var(--line); font-size: 14px; padding: 14px 0; }.mobile-nav .button { margin-top: 17px; }.hero { min-height: auto; }.hero-content { display: block; min-height: 0; padding-bottom: 0; padding-top: 82px; }.hero-copy { max-width: 550px; }.hero-description { font-size: 14px; }.hero-stats { gap: 26px; margin-top: 48px; }.hero-visual { height: 385px; margin: 22px -13px -6px; transform: scale(.88); transform-origin: top center; }.hero-bottom { bottom: 19px; display: none; }.intro, .products, .insights { padding: 88px 0; }.intro-grid { display: block; }.intro-copy { margin-top: 31px; }.capability-grid, .products-grid { grid-template-columns: 1fr 1fr; margin-top: 50px; }.capability-card { min-height: 285px; }.capability-card:nth-child(4) { display: none; }.section-heading-row { align-items: flex-start; display: block; }.section-heading-row > .button, .section-heading-row > .text-link { margin-top: 28px; }.products-grid { margin-top: 40px; }.product-art { height: 210px; }.art-vial { transform: scale(.76) rotate(12deg); }.coa { padding: 88px 0 110px; }.coa-grid { display: block; }.coa-copy > p:not(.eyebrow) { font-size: 14px; }.certificate-wrap { margin: 50px -18px 0; min-height: 338px; transform: scale(.86); transform-origin: top center; }.certificate { left: 7%; }.certificate-tag { left: 11%; }.insight-grid { display: block; margin-top: 42px; }.insight-card + .insight-card { margin-top: 45px; }.insight-image { height: 210px; }.contact { padding-bottom: 90px; }.contact-panel { display: block; min-height: 0; padding: 37px 28px 40px; }.contact-mark { justify-content: flex-start; margin-bottom: 28px; transform: rotate(-18deg) translateX(7px) scale(.75); transform-origin: left; }.contact-panel .button { margin-top: 30px; }.footer-grid { gap: 40px 20px; grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.site-footer { padding-top: 65px; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; margin-top: 52px; }.search-inner, .quote-modal { padding: 35px 25px; }.quote-modal h2 { font-size: 46px; }.form-row { display: block; }.form-row label + label { margin-top: 16px; } }
@media (max-width: 410px) { .hero h1 { font-size: 45px; }.hero-buttons .button { width: 100%; }.hero-stats { gap: 16px; }.hero-stats strong { font-size: 25px; }.hero-stats span { font-size: 8px; }.capability-grid, .products-grid { gap: 8px; }.capability-card { min-height: 302px; }.capability-card h3 { font-size: 17px; }.product-art { height: 180px; }.product-card h3 { font-size: 17px; }.certificate-wrap { margin-left: -50px; margin-right: -50px; transform: scale(.72); }.footer-grid { grid-template-columns: 1fr; }.footer-brand, .footer-contact { grid-column: auto; } }

/* Reference layout alignment */
body { background: #0b111b; color: #edf3fb; }
.container { width: min(1440px, calc(100% - 120px)); }
.section-light, .section-cream { background: #0f1724; color: #edf3fb; }
.hero--reference { height: 875px; min-height: 0; background-position: center center; }
.hero--reference .hero-content { align-items: center; display: flex; height: 100%; min-height: 0; max-width: none; padding: 0; }
.hero--reference .hero-copy { margin-left: 10%; max-width: 1200px; width: 90%; }
.hero--reference h1 { font-family: "DM Sans", Arial, sans-serif; font-size: clamp(18px, 1.25vw, 26px); font-weight: 700; letter-spacing: 0; line-height: 1.25; margin-bottom: 55px; max-width: 1250px; white-space: nowrap; }
.hero--reference .hero-description { font-size: clamp(14px, .95vw, 19px); line-height: 1.35; margin-bottom: 0; max-width: 1180px; }
.hero--reference .hero-buttons { margin-top: 0; }
.hero--reference .hero-buttons .button--primary { border-radius: 4px; font-size: 18px; min-height: 73px; padding: 0 45px; }
.hero--reference .hero-buttons .button--ghost { display: none; }
.hero--reference .hero-stats, .hero--reference .hero-bottom { display: none; }
.hero--reference .hero-copy .eyebrow { display: none; }
.intro { padding: 85px 0 100px; }
.capability-layout { display: grid; gap: 26px; grid-template-columns: minmax(480px, .95fr) minmax(0, 1.45fr); }
.intro-feature { align-items: flex-start; background: linear-gradient(155deg,#1a5c89,#15286a); border-radius: 16px; color: #fff; display: flex; flex-direction: column; justify-content: center; min-height: 830px; padding: 70px 45px; }
.intro-feature h2 { color: #fff; font-family: "DM Sans", Arial, sans-serif; font-size: clamp(34px, 2.2vw, 48px); letter-spacing: -.04em; line-height: 1.25; margin-bottom: 31px; }
.intro-feature p { color: #fff; font-size: clamp(14px, .95vw, 18px); margin-bottom: 12px; }
.button--light { background: #fff; border-radius: 5px; color: #2f52ed; font-size: 18px; font-weight: 700; min-height: 64px; padding: 0 44px; }
.capability-layout .capability-grid { display: grid; gap: 26px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; }
.capability-layout .capability-card { background: #151f2e; border: 1px solid rgba(148,180,217,.15); border-radius: 16px; box-shadow: none; color: #edf3fb; min-height: 402px; padding: 48px 45px; }
.capability-layout .capability-card:hover { box-shadow: none; transform: none; }
.capability-layout .card-number { color: #2f52ed; font-family: "DM Sans", Arial, sans-serif; font-size: clamp(42px, 3vw, 65px); font-weight: 700; letter-spacing: -.06em; }
.capability-layout .capability-icon, .capability-layout .circle-arrow { display: none; }
.capability-layout .capability-card h3 { color: #f2f7fd; font-family: "DM Sans", Arial, sans-serif; font-size: clamp(22px, 1.55vw, 31px); font-weight: 400; letter-spacing: -.03em; line-height: 1.2; margin: 15px 0 26px; }
.capability-layout .capability-card p { color: #aab8c9; font-size: clamp(14px, .92vw, 18px); line-height: 1.8; max-width: none; }
.products { padding: 92px 0 116px; }
.products .section-heading-row { align-items: center; justify-content: center; }
.products .section-heading-row > div { text-align: center; }
.products .eyebrow, .products .section-heading-row > .button { display: none; }
.products h2 { color: #f2f7fd; font-family: "DM Sans", Arial, sans-serif; font-size: clamp(36px, 2.4vw, 52px); letter-spacing: -.04em; }
.products h2 em { color: #65d7e6; }
.products-grid { gap: 30px; margin-top: 70px; }
.product-art { border-radius: 16px; height: 300px; }
.product-card h3 { color: #101a2d; font-family: "DM Sans", Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: -.03em; }
.product-meta { font-size: 12px; }
.product-link { font-size: 13px; }
.coa { background: #0b111b; color: #edf3fb; padding: 110px 0 100px; }
.coa::before { display: none; }
.coa-grid { align-items: center; gap: 8%; grid-template-columns: .9fr 1.25fr; }
.coa-copy h2 { color: #f1f6fb; font-family: "DM Sans", Arial, sans-serif; font-size: clamp(40px, 2.7vw, 58px); letter-spacing: -.05em; }
.coa-copy h2 em { color: #65d7e6; }
.coa-copy .eyebrow { color: #a7b7d0; }
.coa-copy > p:not(.eyebrow) { color: #aab8c9; font-size: 16px; line-height: 1.7; }
.coa-copy .button--primary { background: #2f52ed; color: #fff; }
.certificate-wrap { min-height: 480px; }
.coa-reference-image { background: transparent; border-radius: 0; height: 430px; object-fit: contain; }
.certificate-tag { background: #2f52ed; color: #fff; left: 10%; }
.insights { background: #3152e8 url("assets/original/trust-bg.jpg") center center / cover no-repeat; color: #fff; min-height: 860px; padding: 0; position: relative; }
.insights::before { background: rgba(47,82,237,.88); content: ""; inset: 0; position: absolute; }
.trust-overlay { align-items: flex-start; display: flex; height: 100%; position: relative; z-index: 1; }
.trust-content { padding-top: 86px; }
.trust-content h2 { color: #fff; font-family: "DM Sans", Arial, sans-serif; font-size: clamp(36px, 2.5vw, 54px); letter-spacing: -.04em; text-align: center; }
.trust-logos { display: grid; gap: 28px 76px; grid-template-columns: repeat(4, 1fr); margin: 70px auto 0; max-width: 1200px; }
.trust-logos img { background: #fff; display: block; height: 184px; object-fit: contain; padding: 16px; width: 100%; }
.contact { display: none; }
.site-footer { background: #3152e8; padding-top: 62px; }
.site-footer .footer-grid { color: #fff; }
.site-footer .footer-brand p, .site-footer .footer-location, .site-footer .footer-column h4, .site-footer .footer-column a { color: rgba(255,255,255,.9); }
.site-footer .footer-bottom { border-color: rgba(255,255,255,.35); color: rgba(255,255,255,.85); }
.mobile-float { display: none; }
.mobile-break { display: none; }
.mobile-float {
  display: flex;
  position: fixed;
  z-index: 80;
}
.mobile-whatsapp,
.mobile-backtop {
  align-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  height: 60px;
  justify-content: center;
  right: 30px;
  width: 60px;
}
.mobile-whatsapp { background: #36c76c; bottom: 162px; font-size: 34px; }
.mobile-backtop { background: #b8b8b8; bottom: 90px; font-size: 34px; }
.mobile-message {
  align-items: center;
  background: #3454f2;
  border-radius: 4px 0 0;
  bottom: 0;
  color: #fff;
  height: 40px;
  justify-content: space-between;
  padding: 0 16px;
  right: 0;
  width: 300px;
}
.mobile-message span { font-size: 18px; }

@media (max-width: 780px) {
  .container { width: min(100% - 40px, 560px); }
  .hero--reference { height: 520px; }
  .hero--reference .hero-content { display: flex; }
  .hero--reference .hero-copy { margin-left: 0; padding: 0 10px; width: 100%; }
  .hero--reference h1 { font-size: 17px; margin-bottom: 28px; white-space: normal; }
  .hero--reference .hero-description { font-size: 12px; max-width: 280px; }
  .hero--reference .hero-buttons .button--primary { font-size: 14px; min-height: 52px; padding: 0 24px; }
  .intro { padding: 40px 0 55px; }
  .capability-layout { display: block; }
  .intro-feature { min-height: 470px; padding: 42px 30px; }
  .intro-feature h2 { font-size: 34px; }
  .intro-feature p { font-size: 14px; }
  .button--light { font-size: 15px; min-height: 52px; padding: 0 30px; }
  .capability-layout .capability-grid { grid-template-columns: 1fr; margin-top: 18px; }
  .capability-layout .capability-card { min-height: 0; padding: 34px 30px; }
  .capability-layout .capability-card:nth-child(4) { display: flex; }
  .products { padding: 60px 0 75px; }
  .products-grid { gap: 16px; grid-template-columns: 1fr 1fr; margin-top: 38px; }
  .product-art { height: 185px; }
  .coa { padding: 70px 0 65px; }
  .coa-grid { display: block; }
  .certificate-wrap { margin: 24px 0 0; min-height: 260px; }
  .coa-reference-image { height: 260px; }
  .insights { min-height: 720px; }
  .trust-content { padding-top: 55px; }
  .trust-logos { gap: 14px; grid-template-columns: repeat(2, 1fr); margin-top: 40px; }
  .trust-logos img { height: 125px; }
}

/* Dark brand palette: keep report/product artwork white where it is part of
   the image itself, while changing page surfaces, cards and utility panels. */
body { background: #0b111b; color: #edf3fb; }
.announcement { background: #111c2b; }
.site-footer { background: #0b111b; }
.search-inner, .quote-modal { background: #151f2e; color: #edf3fb; }
.modal-intro, .form-note { color: #aab8c9; }
.quote-modal input, .quote-modal textarea { background: #0d1521; border-color: rgba(148,180,217,.26); color: #edf3fb; }
.quote-calculator { background: #151f2e; border-color: rgba(148,180,217,.2); color: #edf3fb; }
.calculator-items button, .calculator-search input { background: #0d1521; border-color: rgba(148,180,217,.26); color: #edf3fb; }
.account-route-panel > div { background: #151f2e; }
.route-legal .route-legal-copy h2 { background: #151f2e; color: #edf3fb; }



/* Contrast overrides for dark pages. */
.route-products .catalog-category-parent > a,
.route-products .catalog-category-parent > a.is-active,
.route-products .catalog-subcategory-link,
.route-products .catalog-subcategory-link.is-active,
.route-products .catalog-subcategory-link:hover,
.route-products .category-toggle {
  color: #d6e0ee !important;
}
.route-products .catalog-category-parent > a.is-active,
.route-products .catalog-subcategory-link.is-active,
.route-products .catalog-subcategory-link:hover {
  color: #65d7e6 !important;
}
.product-detail-modal h2 { color: #1b2433 !important; }
.product-detail-modal .product-detail-code,
.product-detail-modal .product-detail-note { color: #596579 !important; }
.product-detail-modal [data-product-detail-page] { color: #344054 !important; border-color: #a9b2bf !important; }
.products .product-card h3,
.products .product-card .product-meta,
.products .product-card .product-link { color: #edf3fb !important; }
.products .product-art { background: #0f1724 !important; }

/* Final contrast pass. Keep this block last so legacy light-template rules
   cannot turn text black on dark surfaces. */
.products .product-card h3,
.products .product-card .product-meta,
.products .product-card .product-link {
  color: #edf3fb;
}
.products .product-card .product-link {
  border-bottom-color: rgba(237, 243, 251, .35);
}
.products .product-art {
  background: #0f1724;
}
.product-detail-modal {
  color: #1b2433;
}
.product-detail-modal h2 {
  color: #1b2433;
}
.product-detail-modal .product-detail-code,
.product-detail-modal .product-detail-note {
  color: #596579;
}
.product-detail-modal [data-product-detail-page] {
  border-color: #a9b2bf;
  color: #344054;
}
.product-detail-modal [data-product-detail-page]:hover {
  background: #1b2433;
  border-color: #1b2433;
  color: #fff;
}
.route-products .catalog-category-parent > a,
.route-products .catalog-category-parent > a.is-active,
.route-products .catalog-subcategory-link,
.route-products .catalog-subcategory-link.is-active,
.route-products .catalog-subcategory-link:hover,
.route-products .category-toggle,
.route-products .catalog-pagination li,
.route-products .catalog-pagination li a,
.route-products .catalog-pagination li span {
  color: #d6e0ee;
}
.route-products .catalog-category-parent > a.is-active,
.route-products .catalog-subcategory-link.is-active,
.route-products .catalog-subcategory-link:hover {
  color: #65d7e6;
}
.route-products .catalog-pagination li.is-current {
  background: #3152e8;
}
.route-products .catalog-pagination li.is-disabled {
  color: #7f8ca0;
}
.route-news-list article > p:not(.route-label),
.news-category-tabs a,
.news-categories a,
.news-article-list article p:not(.route-label),
.route-legal-copy p,
.route-legal-copy ol,
.account-route-panel p,
.news-detail-copy p,
.product-detail-route-info > p:not(.route-label),
.product-detail-route-info > .product-route-code,
.product-detail-route-info dt,
.product-variations-head a,
.product-detail-description p {
  color: #aab8c9;
}
.route-legal .route-intro,
.route-legal .route-legal-copy h2 {
  color: #edf3fb;
}
.route-legal .route-legal-copy h2 {
  background: #151f2e;
}

/* Catalog cards sit directly on the page surface: no frame or separate title
   strip. Portrait image contain-space uses the same surface color. */
.route-products .route-product-card,
.route-products .route-product-card .product-art {
  background: #0f1724;
  border: 0;
}

/* Quote calculator product names sit on a dark panel; keep them bright and
   readable while the product codes remain blue. */
.quote-calculator .calculator-items span {
  color: #fff !important;
}

/* Final contrast pass: keep legacy light-template declarations from turning
   text black on the dark homepage and route surfaces. */
.products .product-card h3,
.products .product-card .product-meta,
.products .product-card .product-link {
  color: #edf3fb;
}
.products .product-card .product-link {
  border-bottom-color: rgba(237, 243, 251, .35);
}
.products .product-art {
  background: #0f1724;
}
.product-detail-modal {
  color: #1b2433;
}
.product-detail-modal h2 {
  color: #1b2433;
}
.product-detail-modal .product-detail-code,
.product-detail-modal .product-detail-note {
  color: #596579;
}
.product-detail-modal [data-product-detail-page] {
  border-color: #a9b2bf;
  color: #344054;
}
.product-detail-modal [data-product-detail-page]:hover {
  background: #1b2433;
  border-color: #1b2433;
  color: #fff;
}
.route-products .catalog-category-parent > a,
.route-products .catalog-category-parent > a.is-active,
.route-products .catalog-subcategory-link,
.route-products .catalog-subcategory-link.is-active,
.route-products .catalog-subcategory-link:hover,
.route-products .category-toggle,
.route-products .catalog-pagination li,
.route-products .catalog-pagination li a,
.route-products .catalog-pagination li span {
  color: #d6e0ee;
}
.route-products .catalog-category-parent > a.is-active,
.route-products .catalog-subcategory-link.is-active,
.route-products .catalog-subcategory-link:hover {
  color: #65d7e6;
}
.route-products .catalog-pagination li.is-current {
  background: #3152e8;
}
.route-products .catalog-pagination li.is-disabled {
  color: #7f8ca0;
}
.route-news-list article > p:not(.route-label),
.news-category-tabs a,
.news-categories a,
.news-article-list article p:not(.route-label),
.route-legal-copy p,
.route-legal-copy ol,
.account-route-panel p,
.news-detail-copy p,
.product-detail-route-info > p:not(.route-label),
.product-detail-route-info > .product-route-code,
.product-detail-route-info dt,
.product-variations-head a,
.product-detail-description p {
  color: #aab8c9;
}
.route-legal .route-intro,
.route-legal .route-legal-copy h2 {
  color: #edf3fb;
}
.route-legal .route-legal-copy h2 {
  background: #151f2e;
}

/* Homepage product cards use the same dark surface. The portrait photos are
   contained inside a wider frame, so the exposed side area must not stay
   white; action text also needs a light contrast on the dark card. */
.products .product-art {
  background: #0f1724;
}

.products .product-link {
  color: #edf3fb;
  border-bottom-color: rgba(237, 243, 251, .35);
}

/* Keep every homepage product label readable on the dark section. */
.products .product-card h3,
.products .product-card .product-meta {
  color: #edf3fb;
}

/* Product detail modal is a light surface, so its inherited dark-theme text
   must be explicitly dark and its secondary action must not disappear. */
.product-detail-modal {
  color: #1b2433;
}

.product-detail-copy h2 {
  color: #1b2433;
}

.product-detail-code,
.product-detail-note {
  color: #596579;
}

.product-detail-copy [data-product-detail-page] {
  border-color: #a9b2bf;
  color: #344054;
}

.product-detail-copy [data-product-detail-page]:hover {
  background: #1b2433;
  border-color: #1b2433;
  color: #fff;
}

/* Dark route pages should never inherit the old light-template black text. */
.route-page a,
.route-page p,
.route-page li,
.route-page dt,
.route-page dd,
.route-page h2,
.route-page h3,
.route-page h4 {
  color: inherit;
}

.route-products .catalog-categories a,
.route-products .catalog-subcategory-link,
.route-products .category-toggle,
.route-products .catalog-pagination li,
.route-products .catalog-pagination li a,
.route-products .catalog-pagination li span {
  color: #d6e0ee;
}

.route-products .catalog-subcategory-link:hover,
.route-products .catalog-subcategory-link.is-active,
.route-products .catalog-category-parent > a.is-active {
  color: #65d7e6;
}

.route-products .catalog-pagination li.is-current {
  background: #3152e8;
}

.route-products .catalog-pagination li.is-disabled {
  color: #7f8ca0;
}

.route-news-list article > p:not(.route-label),
.news-category-tabs a,
.news-categories a,
.news-article-list article p:not(.route-label),
.route-legal-copy p,
.route-legal-copy ol,
.account-route-panel p,
.news-detail-copy p,
.product-detail-route-info > p:not(.route-label),
.product-detail-route-info > .product-route-code,
.product-detail-route-info dt,
.product-variations-head a,
.product-detail-description p {
  color: #aab8c9;
}

.route-legal .route-intro {
  color: #edf3fb;
}

.route-legal .route-legal-copy h2 {
  background: #151f2e;
  color: #edf3fb;
}

/* High fidelity reference pass */
body { background: #0b111b; color: #edf3fb; }
.container { width: min(1214px, calc(100% - 50px)); }
.announcement { align-items: center; background: #5369e5; color: #fff; height: 50px; justify-content: space-between; min-height: 50px; padding: 0 20px; }
.announcement-youtube { align-items: center; background: #f33; border-radius: 50%; color: #fff; display: inline-flex; font-size: 10px; height: 19px; justify-content: center; margin-left: 0; width: 19px; }
.announcement-contact { align-items: center; display: flex; gap: 22px; }
.announcement-contact a { align-items: center; color: #fff; display: inline-flex; font-size: 14px; gap: 8px; margin: 0; }
.announcement-contact a span { margin: 0; }
.site-header { background: #0d1521; border-bottom: 1px solid rgba(148,180,217,.16); height: 84.8px; padding: 0 20px; }
.site-header.is-sticky { background: #0d1521; border-color: rgba(148,180,217,.16); box-shadow: none; position: relative; top: auto; }
.brand-image { height: auto; width: 138px; }
.desktop-nav { gap: 0; margin-left: 63px; margin-right: auto; }
.desktop-nav a { color: #c9d6e6; font-family: "Open Sans", Arial, sans-serif; font-size: 18px; font-weight: 700; line-height: normal; padding: 0 20px; }
.desktop-nav a::after { display: none; }
.desktop-nav a.is-active { color: #65d7e6; }
.header-actions { gap: 21px; }
.icon-button svg { height: 21px; stroke-width: 1.5; width: 21px; }
.button--small { min-height: 44px; padding: 0 20px; }
.header-actions .button--outline { background: #3152e8; border-color: #3152e8; color: #fff; font-family: "Open Sans", Arial, sans-serif; font-size: 14px; font-weight: 700; height: 44.8px; min-height: 44.8px; min-width: 0; padding: 0 17.2px; }
.site-header .icon-button svg { stroke: #edf3fb; }

.hero--reference { aspect-ratio: 1920 / 830; background: #101722; height: auto; min-height: 0; isolation: isolate; }
.hero-reference-video { height: 100%; inset: 0; object-fit: cover; object-position: center; opacity: .48; position: absolute; width: 100%; z-index: -2; }
.hero--reference::before { background: linear-gradient(90deg, rgba(6,12,22,.96) 0%, rgba(6,12,22,.82) 44%, rgba(6,12,22,.36) 100%); content: ""; inset: 0; position: absolute; z-index: -1; }
.hero--reference .hero-content { display: block; height: 100%; min-height: 0; padding: 0; }
.hero--reference .hero-copy { left: 8.33%; margin: 0; max-width: none; position: absolute; top: 27.14%; width: 59.4%; }
.hero--reference h1 { color: #f4f7fb; font-family: "Open Sans", Arial, sans-serif; font-size: 22px; font-weight: 700; letter-spacing: 0; line-height: 30px; margin: 0 0 30px; max-width: none; white-space: normal; }
.hero--reference h1 em { color: inherit; }
.hero--reference .hero-description { color: rgba(244,247,251,.76); font-family: "Open Sans", Arial, sans-serif; font-size: 20px; line-height: 28px; margin: 0 0 30px; max-width: none; }
.hero--reference .hero-buttons { margin: 0; }
.hero--reference .hero-buttons .button--primary { background: #3554ec; border-radius: 0; font-family: "Open Sans", Arial, sans-serif; font-size: 20px; font-weight: 700; height: 72.8px; min-height: 0; padding: 22px 41.9px; white-space: nowrap; }
.hero--reference .hero-buttons .button--primary span { display: none; }

.intro { margin-top: 120px; padding: 0; }
.capability-layout { gap: 22.8px; grid-template-columns: minmax(480.6px, .95fr) minmax(0, 1.45fr); height: auto; }
.intro-feature { align-items: flex-start; background: linear-gradient(155deg,#1a5c89,#15286a); border-radius: 16px; color: #fff; height: 945px; justify-content: flex-start; min-height: 0; padding: 288.6px 45px 0; }
.intro-feature h2 { font-family: "Open Sans", Arial, sans-serif; font-size: 36px; font-weight: 400; letter-spacing: 0; line-height: 54px; margin: 0 0 25px; max-width: 330px; }
.intro-feature p { font-family: "Open Sans", Arial, sans-serif; font-size: 18px; line-height: 36px; margin: 0 0 11px; }
.button--light { border-radius: 0; font-family: "Open Sans", Arial, sans-serif; font-size: 18px; font-weight: 400; height: 62.4px; min-height: 62.4px; padding: 0 44px; }
.capability-layout .capability-grid { gap: 25px; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 406px 514px; height: 945px; }
.capability-layout .capability-card { background: #151f2e; border: 1px solid rgba(148,180,217,.15); border-radius: 16px; color: #edf3fb; min-height: 0; padding: 45px; }
.capability-layout .card-number { font-family: "Open Sans", Arial, sans-serif; font-size: 60px; font-weight: 400; letter-spacing: 0; line-height: 66px; }
.capability-layout .capability-card h3 { font-family: "Open Sans", Arial, sans-serif; font-size: 30px; font-weight: 400; letter-spacing: 0; line-height: 36px; margin: 12px 0 0; }
.capability-layout .capability-card p { color: #aab8c9; font-family: "Open Sans", Arial, sans-serif; font-size: 18px; line-height: 36px; margin: 22px 0 0; }

.products { margin-top: 120px; padding: 90px 0 241.5px; }
.products .section-heading-row { align-items: center; }
.products h2 { color: #f2f7fd; font-family: "Open Sans", Arial, sans-serif; font-size: 48px; font-weight: 700; letter-spacing: 0; line-height: normal; }
.products-grid { gap: 30px; margin-top: 70px; }
.product-card { background: #151f2e; border: 1px solid rgba(148,180,217,.14); border-radius: 16px; color: #edf3fb; overflow: hidden; padding: 37px 22px 30px; }
.product-art { background: #fff; border-radius: 0; height: 237px; }
.product-reference-image { height: 100%; object-fit: contain; width: 100%; }
.product-meta { color: #aab8c9; font-family: "Open Sans", Arial, sans-serif; font-size: 12px; justify-content: center; letter-spacing: 0; line-height: 16px; margin-top: 0; }
.product-meta .product-status { display: none; }
.product-card h3 { color: #edf3fb; font-family: "Open Sans", Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0; line-height: 25.2px; margin: 15px 0 0; text-align: center; white-space: nowrap; }
.product-link { border-bottom: 0; display: block; font-family: "Open Sans", Arial, sans-serif; font-size: 16px; font-weight: 600; line-height: 21.6px; margin: 25px auto 0; padding: 0; }
.product-link span { display: none; }

.coa { aspect-ratio: auto; background: #0b111b; color: #edf3fb; height: 499.34px; margin-top: 0; padding: 0; }
.coa-grid { align-items: center; display: grid; gap: 5.5%; grid-template-columns: 35% minmax(0, 1fr); height: 100%; width: min(1050px, calc(100% - 50px)); }
.coa-grid { margin-inline: auto; }
.coa-copy { max-width: 367px; }
.coa-copy .eyebrow, .coa-copy .button { display: none; }
.coa-copy h2 { color: #f1f6fb; font-family: "Open Sans", Arial, sans-serif; font-size: 48px; font-weight: 700; letter-spacing: 0; line-height: 52.8px; margin: 0; }
.coa-copy h2 em { color: #65d7e6; }
.coa-copy > p:not(.eyebrow) { color: #aab8c9; font-family: "Open Sans", Arial, sans-serif; font-size: 16px; line-height: 28.8px; margin: 20px 0 0; }
.certificate-wrap { min-height: 0; }
.coa-reports { align-items: center; box-sizing: border-box; display: block; height: 368.9px; justify-self: center; max-width: 624.75px; min-width: 0; overflow: visible; position: relative; width: 624.75px; }
.coa-viewport { height: 100%; margin: 0 42px; overflow: hidden; width: calc(100% - 84px); }
.coa-track { align-items: center; display: flex; gap: 40px; height: 368.9px; transform: translate3d(0, 0, 0); transition: transform .8s cubic-bezier(.22,.61,.36,1); width: max-content; will-change: transform; }
.coa-report { background: #fff; display: block; flex: 0 0 250.325px; height: 368.9px; object-fit: contain; width: 250.325px; }
.coa-arrow { align-items: center; background: #ffc51b; border: 0; border-radius: 50%; color: #111; display: flex; font-size: 38px; height: 50px; justify-content: center; line-height: 1; padding: 0 0 5px; position: absolute; top: 50%; transform: translateY(-50%); width: 50px; z-index: 2; }
.coa-arrow--prev { left: 0; }
.coa-arrow--next { right: 0; }

.insights { aspect-ratio: 1920 / 815; background: #111c2b; background-image: none; height: auto; min-height: 0; padding: 0; }
.trust-overlay { height: 100%; }
.trust-content { padding-top: 47px; }
.trust-content h2 { font-family: "Open Sans", Arial, sans-serif; font-size: 48px; font-weight: 700; letter-spacing: 0; line-height: 79.68px; }
.trust-logos { display: block; height: 303px; margin: 60px auto 0; max-width: 949px; position: relative; width: 949px; }
.trust-logos img { background: none; display: block; height: 137.5px; object-fit: contain; padding: 0; position: absolute; width: auto; }
.trust-logos img:nth-child(1) { left: 17px; top: 0; }
.trust-logos img:nth-child(2) { left: 176px; top: 0; }
.trust-logos img:nth-child(3) { left: 14px; top: 165.5px; }
.trust-logos img:nth-child(4) { left: 173px; top: 165.5px; }
.trust-logos img:nth-child(5) { height: 237px; left: 387px; top: 33px; }
.trust-logos img:nth-child(6) { left: 660px; top: 0; }
.trust-logos img:nth-child(7) { left: 815px; top: 0; }
.trust-logos img:nth-child(8) { left: 647px; top: 165.5px; }
.trust-logos img:nth-child(9) { left: 811px; top: 168.7px; }
.trust-logos img:nth-child(9) { height: 131px; }

.contact { background: #0b111b; display: none; }
.site-footer { background: #3152e8; height: 393px; padding: 50.8px 0 0; }
.footer-original { display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); height: 252.2px; max-width: none; width: calc(100% - 40px); }
.footer-original .footer-column { display: flex; flex-direction: column; gap: 0; }
.footer-original .footer-column h4 { color: #fff; font-family: "Open Sans", Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0; line-height: normal; margin: 0 0 30px; text-transform: none; }
.footer-original .footer-column a { color: #fff; font-family: "Open Sans", Arial, sans-serif; font-size: 14px; line-height: 21px; margin: 0 0 15px; }
.footer-original .footer-column p { color: #fff; font-family: "Open Sans", Arial, sans-serif; font-size: 14px; line-height: 21px; margin: 0 0 35px; }
.footer-news form { display: flex; margin-top: 0; }
.footer-news input { border: 0; border-radius: 5px 0 0 5px; color: #555; font-size: 13px; height: 48px; min-width: 0; padding: 0 14px; width: 160px; }
.footer-news button { background: transparent; border: 1px solid #fff; border-radius: 0 5px 5px 0; color: #fff; font-size: 14px; font-weight: 600; height: 48px; padding: 0 14px; }
.footer-youtube { align-items: center; background: #f33; border-radius: 50%; display: inline-flex !important; font-size: 16px !important; height: 34px; justify-content: center; width: 34px; }
.footer-youtube svg { display: block; height: 20px; width: 20px; }
.footer-social-links { display: flex; flex-direction: column; gap: 10px; }
.footer-social-links a { color: #fff; font-size: 14px; line-height: 20px; margin: 0 !important; }
.footer-social-links a span { color: rgba(255,255,255,.72); margin-left: 5px; }
.footer-social-links a:hover span { color: #fff; }
.site-footer .footer-bottom { border-color: rgba(255,255,255,.2); color: #fff; font-family: "Open Sans", Arial, sans-serif; font-size: 12.8px; justify-content: center; line-height: 19.2px; margin: 18px 0 0; max-width: none; padding-top: 28px; width: 100%; }

@media (max-width: 780px) {
  .container { width: min(100% - 40px, 560px); }
  .announcement { height: 44px; min-height: 44px; padding: 0 16px; }
  .announcement-contact { gap: 8px; }
  .announcement-contact a { font-size: 10px; }
  .announcement-contact a:first-child span { display: none; }
  .announcement-youtube { height: 18px; width: 18px; }
  .site-header { height: 72px; padding: 0 20px; }
  .brand-image { width: 108px; }
  .hero--reference { aspect-ratio: auto; height: 520px; }
  .hero--reference .hero-copy { left: 7%; top: 22%; width: 86%; }
  .hero--reference h1 { font-size: 17px; line-height: 25px; margin-bottom: 24px; }
  .hero--reference .hero-description { font-size: 13px; line-height: 20px; margin-bottom: 24px; }
  .hero--reference .hero-buttons .button--primary { font-size: 15px; min-height: 52px; padding: 16px 28px; }
  .intro { margin-top: 50px; }
  .capability-layout { height: auto; }
  .intro-feature { height: auto; min-height: 470px; padding: 42px 30px; }
  .capability-layout .capability-grid { height: auto; }
  .products { margin-top: 60px; padding: 60px 0 75px; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .product-card { padding: 20px 12px 22px; }
  .product-art { height: 170px; }
  .product-card h3 { font-size: 14px; white-space: normal; }
  .coa { aspect-ratio: auto; height: auto; padding: 70px 0 65px; }
  .coa-grid { display: block; height: auto; width: min(100% - 40px, 560px); }
  .coa-copy { max-width: none; }
  .coa-copy h2 { font-size: 34px; line-height: 46px; }
  .coa-copy > p:not(.eyebrow) { font-size: 14px; line-height: 25px; }
  .certificate-wrap { margin-top: 28px; }
  .coa-reports { height: auto; margin: 0; max-width: none; overflow: visible; padding: 0; width: 100%; }
  .coa-viewport { height: auto; margin: 0; overflow: hidden; width: 100%; }
  .coa-track { gap: 12px; height: auto; width: 100%; }
  .coa-report { flex-basis: calc((100% - 12px) / 2); height: auto; width: calc((100% - 12px) / 2); }
  .coa-arrow--prev { left: -12px; }
  .coa-arrow--next { right: -12px; }
  .insights { aspect-ratio: auto; min-height: 720px; }
  .trust-content { padding-top: 55px; }
  .trust-content h2 { font-size: 34px; line-height: 45px; }
  .trust-logos { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); height: auto; margin-top: 40px; max-width: none; position: static; width: auto; }
  .trust-logos img, .trust-logos img:nth-child(5) { height: 125px; left: auto; top: auto; width: 100%; position: static; }
  .trust-logos img:nth-child(5) { grid-column: span 2; }
  .site-footer { height: auto; min-height: 460px; padding: 50px 0 25px; }
  .footer-original { gap: 36px 20px; grid-template-columns: 1fr 1fr; }
  .footer-original .footer-column h4 { font-size: 17px; }
  .footer-original .footer-column a, .footer-original .footer-column p { font-size: 12px; }
  .footer-news { grid-column: 1 / -1; }
  .site-footer .footer-bottom { font-size: 11px; margin-top: 45px; padding-top: 20px; }
}

/* Mobile reference alignment */
@media (max-width: 780px) {
  .container { width: calc(100% - 30px); }

  .announcement {
    display: block;
    height: 92px;
    min-height: 92px;
    padding: 10px 20px;
    position: relative;
  }
  .announcement-youtube {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
  }
  .announcement-contact {
    bottom: 20px;
    gap: 15.2px;
    justify-content: space-between;
    left: 24px;
    position: absolute;
    right: 24px;
  }
  .announcement-contact a { font-size: 12px; gap: 8px; }
  .announcement-contact a:first-child span { display: inline; }
  .announcement-contact a:first-child { width: 213.2px; }
  .announcement-contact a:last-child { width: 99.2px; }
  .announcement-contact .contact-icon { flex: 0 0 auto; font-size: 16px; line-height: 20px; width: 20px; }
  .announcement-contact a:last-child .contact-icon { width: 16px; }
  .announcement-contact a:last-child > span:last-child { line-height: 17.6px; max-width: 68px; white-space: normal; }

  .site-header { height: 77.025px; padding: 0 16px; }
  .brand-image { width: 100px; }
  .header-actions { gap: 20px; }
  .header-actions .icon-button { display: inline-flex; }
  .header-actions .account-button,
  .header-actions .button { display: none; }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 26px;
    position: relative;
    width: 26px;
  }
  .menu-toggle::before {
    background: var(--ink);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 12px;
    width: 24px;
  }
  .menu-toggle span { height: 1px; width: 24px; }
  .mobile-nav { border-bottom: 0; top: 77.025px; }

  .hero--reference {
    aspect-ratio: 1920 / 830;
    height: auto;
    overflow: hidden;
  }
  .hero--reference .hero-content { display: block; height: 100%; margin: 0; padding: 0; width: 100%; }
  .hero--reference .hero-copy {
    left: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -64px;
    width: calc(100% - 33.75px);
  }
  .hero--reference h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
  .hero--reference .hero-description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    max-width: none;
    text-align: center;
  }
  .hero--reference .hero-buttons { display: none; }

  .intro { margin-top: 0; padding: 60px 0; }
  .capability-layout { display: block; height: auto; width: calc(100% - 29.55px); }
  .intro-feature {
    height: 338.8px;
    min-height: 0;
    padding: 60px 15px;
  }
  .intro-feature h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 15px;
    max-width: none;
  }
  .intro-feature p {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  .button--light { font-size: 18px; height: 62.4px; min-height: 62.4px; margin-top: -18.8px; padding: 0 43.1px; }
  .capability-layout .capability-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: auto;
    margin-top: 15px;
  }
  .capability-layout .capability-card {
    height: 256.6px;
    min-height: 0;
    padding: 32px;
  }
  .capability-layout .capability-card:nth-child(3) { height: 312.6px; }
  .capability-layout .card-number { font-size: 30px; line-height: 33px; }
  .capability-layout .capability-card h3 {
    font-size: 18px;
    line-height: 21.6px;
    margin: 8px 0 0;
  }
  .capability-layout .capability-card p {
    font-size: 14px;
    line-height: 28px;
    margin: 18px 0 0;
  }

  .products {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding: 30px 0 48.425px;
  }
  .products .section-heading-row { display: contents; }
  .products .section-heading-row > div {
    margin: 0 0 0 14.775px;
    order: 1;
    text-align: left;
    width: calc(100% - 29.55px);
  }
  .products h2 { font-size: 20px; line-height: normal; }
  .products-grid {
    gap: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0 0 14.775px;
    order: 2;
    width: calc(100% - 29.55px);
  }
  .product-card { border-radius: 20px; padding: 18px 10px 15px; }
  .product-art { height: auto; aspect-ratio: 1; }
  .product-card h3 {
    font-size: 14px;
    line-height: 19.6px;
    margin-top: 15px;
    white-space: normal;
  }
  .product-link { font-size: 16px; line-height: normal; margin-top: 25px; }
  .products .section-heading-row > .button {
    align-self: flex-start;
    background: #5d72ed;
    border: 0;
    border-radius: 42px;
    color: #fff;
    display: inline-flex;
    font-size: 20px;
    font-weight: 400;
    height: 88px;
    line-height: 28px;
    margin: 45px 0 0 14.775px;
    order: 3;
    padding: 16px 214px;
    width: calc(100% + 136px);
  }
  .products { padding-bottom: 30px; }
  .mobile-break { display: block; }
  .products .section-heading-row > .button span { display: none; }

  .coa {
    background-size: 100% 100%;
    height: 169.2375px;
    margin: 0;
    overflow: visible;
    padding: 0;
  }
  .coa-grid {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
  }
  .coa-copy {
    left: 28.9px;
    max-width: none;
    position: absolute;
    top: -22.35px;
    width: calc(100% - 57.8px);
    z-index: 2;
  }
  .coa-copy h2 { font-size: 24px; line-height: 26.4px; margin: 0; }
  .coa-copy h2 br { display: none; }
  .coa-copy h2 em::before { content: " "; }
  .coa-copy > p:not(.eyebrow) { font-size: 12px; line-height: 21.6px; margin: 10px 0 0; }
  .certificate-wrap {
    left: 28.9px;
    margin: 0;
    min-height: 0;
    position: absolute;
    top: 99.8px;
    transform: none;
    transform-origin: initial;
    width: calc(100% - 57.8px);
    z-index: 3;
  }
  .coa-reports { height: 122.4px; margin: 0; max-width: none; overflow: visible; padding: 0; width: 100%; }
  .coa-viewport { height: 122.4px; margin: 0; overflow: hidden; width: 100%; }
  .coa-track { gap: 12px; height: 122.4px; width: max-content; }
  .coa-report { flex-basis: 122.4px; height: 122.4px; object-fit: contain; width: 122.4px; }
  .coa-arrow { font-size: 30px; height: 40px; width: 40px; }
  .coa-arrow--prev { left: 0; }
  .coa-arrow--next { right: 0; }

  .insights {
    background: #111c2b;
    height: 159.2625px;
    min-height: 0;
    overflow: visible;
  }
  .insights::before { background: rgba(13,28,48,.72); }
  .trust-content { height: 100%; padding: 0; }
  .trust-content h2 { display: none; }
  .trust-logos {
    display: block;
    height: 100%;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .trust-logos img { display: none; }
  .trust-logos img:nth-child(5) {
    background: #fff;
    display: block;
    height: 237px;
    left: 50%;
    object-fit: contain;
    padding: 0;
    position: absolute;
    top: 31px;
    transform: translateX(-50%);
    width: 174px;
    z-index: 3;
  }

  .site-footer {
    background: #3152e8;
    height: 301.2px;
    min-height: 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .footer-original {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 211.2px;
    margin: 0 auto;
    width: calc(100% - 47.5px);
  }
  .footer-original .footer-column { display: block; }
  .footer-original .footer-column h4 {
    border-bottom: 1px solid rgba(255,255,255,.2);
    font-size: 16px;
    height: 52.4px;
    line-height: 22px;
    margin: 0;
    padding: 15px 0;
  }
  .footer-original .footer-column > a,
  .footer-original .footer-column > p,
  .footer-original .footer-column > form,
  .footer-original .footer-social-links { display: none; }
  .footer-original .footer-column .footer-youtube { display: none !important; }
  .site-footer .footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.2);
    display: flex;
    font-size: 14px;
    height: 90px;
    justify-content: center;
    line-height: 19.2px;
    margin: 0;
    padding: 25px 20px;
    text-align: center;
    width: 100%;
  }

  .mobile-whatsapp,
  .mobile-backtop {
    align-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    justify-content: center;
    right: 15px;
    width: 40px;
  }
  .mobile-whatsapp { background: #36c76c; bottom: 142px; font-size: 27px; }
  .mobile-backtop { background: #b8b8b8; bottom: 90px; font-size: 27px; }
  .mobile-message {
    align-items: center;
    background: #3152e8;
    border-radius: 4px 0 0;
    bottom: 0;
    color: #fff;
    height: 40px;
    justify-content: space-between;
    left: 125.2px;
    padding: 0 16px;
    right: auto;
    width: 250px;
  }
.mobile-message span { font-size: 18px; }
.mobile-float > svg { display: block; height: 29px; width: 29px; }
.mobile-message span { align-items: center; display: inline-flex; height: 20px; justify-content: center; width: 20px; }
.mobile-message span svg { display: block; height: 18px; width: 18px; }
}

@media (min-width: 781px) {
  .mobile-float { display: flex; position: fixed; z-index: 80; }
  .mobile-whatsapp,
  .mobile-backtop {
    align-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    height: 60px;
    justify-content: center;
    right: 30px;
    width: 60px;
  }
  .mobile-whatsapp { background: #36c76c; bottom: 162px; font-size: 34px; }
  .mobile-backtop { background: #b8b8b8; bottom: 90px; font-size: 34px; }
  .mobile-message {
    align-items: center;
    background: #3454f2;
    border-radius: 4px 0 0;
    bottom: 0;
    color: #fff;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 16px;
    right: 0;
    width: 300px;
  }
  .mobile-message span { font-size: 18px; }
}

/* Keep the COA block centered and fully visible in the narrow desktop/tablet
   preview used by the in-app browser, without changing the reference desktop
   geometry at 1280px and above. */
@media (min-width: 781px) and (max-width: 1100px) {
  .coa { height: auto; min-height: 430px; padding: 64px 0; }
  .coa-grid { gap: 24px; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); height: auto; width: calc(100% - 40px); }
  .coa-copy { max-width: none; }
  .coa-copy h2 { font-size: 36px; line-height: 40px; }
  .coa-copy > p:not(.eyebrow) { font-size: 13px; line-height: 22px; margin-top: 16px; }
  .coa-reports { height: 300px; max-width: none; padding: 0; width: 100%; }
  .coa-viewport { height: 300px; margin: 0 32px; overflow: hidden; width: calc(100% - 64px); }
  .coa-track { gap: 16px; height: 300px; width: max-content; }
  .coa-report { flex: 0 0 clamp(160px, 22vw, 240px); height: 300px; width: clamp(160px, 22vw, 240px); }
  .coa-arrow--prev { left: 0; }
  .coa-arrow--next { right: 0; }
}

/* Wide desktop screens use the reference site's centered 1440px header frame,
   while the full-width hero keeps its copy at a stable 10% page inset. */
@media (min-width: 1481px) {
  .container {
    width: 1440px;
  }

  .coa {
    height: calc((100vw - 15.2px) * .3948);
  }

  .coa-grid {
    gap: 5.5%;
    grid-template-columns: 35% minmax(0, 1fr);
    margin-inline: auto;
    width: 83%;
  }

  .coa-copy {
    max-width: none;
  }

  .coa-copy h2 br {
    display: none;
  }

  .coa-arrow--prev { left: -10px; }
  .coa-arrow--next { right: -10px; }

  .announcement {
    padding-left: calc((100vw - 1440px) / 2);
    padding-right: calc((100vw - 1440px) / 2);
  }

  .site-header {
    padding-left: calc((100vw - 1440px) / 2);
    padding-right: calc((100vw - 1440px) / 2);
  }

  .desktop-nav {
    flex: 1;
    justify-content: flex-end;
    margin-left: 63px;
    margin-right: 23px;
  }

  .hero--reference .hero-content {
    margin: 0;
    max-width: none;
    width: 100%;
  }

  .hero--reference .hero-copy {
    left: 10%;
    top: 39.03%;
    width: 57%;
  }

  .hero--reference .hero-buttons .button--primary {
    height: 72.8px;
    font-weight: 700;
    min-height: 0;
  }

  .hero--reference .hero-description {
    letter-spacing: -0.03px;
    max-width: none;
    width: 100%;
  }

  .route-breadcrumb .container,
  .route-page-inner {
    width: 1440px;
  }

  .route-products .route-page-inner,
  .route-product .route-page-inner {
    width: 1440px;
  }

  /* Wide-screen trust section: the reference uses a 1507.8px centered frame,
     226.8px brand tiles, and one 481.6px center tile. */
  .insights {
    aspect-ratio: auto;
    height: 853.41px;
    min-height: 0;
  }

  .trust-content {
    padding-top: 116.06px;
    width: 1507.8px;
  }

  .trust-content h2 {
    height: 79.675px;
    line-height: 79.675px;
    margin: 0;
  }

  .trust-logos {
    height: 481.6px;
    margin: 60px auto 0;
    max-width: none;
    width: 1507.8px;
  }

  .trust-logos img {
    height: 226.8px;
    width: 226.8px;
  }

  .trust-logos img:nth-child(1) { left: 0; top: 0; }
  .trust-logos img:nth-child(2) { left: 254.7875px; top: 0; }
  .trust-logos img:nth-child(3) { left: 0; top: 254.8px; }
  .trust-logos img:nth-child(4) { left: 254.7875px; top: 254.8px; }
  .trust-logos img:nth-child(5) { height: 481.6px; left: 513.1125px; top: 0; width: 481.6px; }
  .trust-logos img:nth-child(6) { left: 1026.2125px; top: 0; }
  .trust-logos img:nth-child(7) { left: 1281px; top: 0; }
  .trust-logos img:nth-child(8) { left: 1026.2125px; top: 254.8px; }
  .trust-logos img:nth-child(9) { height: 226.8px; left: 1281px; top: 254.8px; width: 226.8px; }
}

.search-hint { color: #8b8f98; font-size: 11px; line-height: 1.5; margin: 14px 0 0; }
.product-card.is-search-hidden { display: none; }
.product-detail-backdrop {
  align-items: center;
  background: rgba(11,13,19,.7);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity .25s;
  z-index: 55;
}
.product-detail-backdrop.is-open { opacity: 1; pointer-events: auto; }
.product-detail-modal {
  background: var(--paper);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
  max-width: 720px;
  padding: 34px;
  position: relative;
  transform: translateY(15px);
  transition: transform .25s;
  width: 100%;
}
.product-detail-backdrop.is-open .product-detail-modal { transform: translateY(0); }
.product-detail-art { align-items: center; background: #fff; border-radius: 14px; display: flex; min-height: 260px; justify-content: center; overflow: hidden; }
.product-detail-art img { height: 100%; max-height: 340px; object-fit: contain; width: 100%; }
.product-detail-copy { align-self: center; }
.product-detail-copy .eyebrow { margin-bottom: 16px; }
.product-detail-copy h2 { font-family: "Open Sans", Arial, sans-serif; font-size: 32px; letter-spacing: 0; line-height: 1.2; margin: 0; }
.product-detail-code { color: #687184; font-size: 13px; margin: 14px 0 0; }
.product-detail-note { color: #687184; font-size: 14px; line-height: 1.7; margin: 22px 0 0; }
.product-detail-copy .button { margin-top: 26px; }
.product-detail-copy [data-product-detail-page] { margin-left: 10px; }
.footer-toggle-icon { display: none; }
.footer-original .footer-column.is-open .footer-toggle-icon { transform: rotate(180deg); }

.route-page {
  background: #0f1724;
  color: #edf3fb;
  min-height: calc(100vh - 120px);
  padding: 0 0 120px;
}
.route-breadcrumb {
  background: #111c2b;
  color: #aab8c9;
  font-size: 14px;
  height: 67px;
  line-height: 67px;
}
.route-breadcrumb .container { width: min(1200px, calc(100% - 50px)); }
.route-breadcrumb a { color: #d4e0ee; }
.route-breadcrumb span { margin-left: 5px; }
.route-page-inner {
  max-width: 1200px;
  padding: 66px 0 0;
  text-align: center;
}
.route-page h1 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 40px;
  letter-spacing: -.03em;
  line-height: 1.2;
  margin: 0 auto 34px;
  max-width: none;
}
.route-intro {
  color: #687184;
  font-size: 16px;
  line-height: 2;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}
.route-intro:empty { display: none; }
.route-content { margin-top: 58px; }
.route-content > .button { margin-top: 30px; }
.route-content h2 { font-family: "Open Sans", Arial, sans-serif; font-weight: 500; }
.route-product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.route-product-card {
  background: #151f2e;
  border: 1px solid rgba(148,180,217,.14);
  border-radius: 20px;
  padding: 20px 16px 22px;
}
.route-product-card .product-art { height: 220px; }
.route-product-card .product-reference-image { height: 100%; object-fit: contain; width: 100%; }
.route-product-card h3 { font-family: "Open Sans", Arial, sans-serif; font-size: 16px; line-height: 1.45; margin: 18px 0 10px; }
.route-product-card .product-meta { color: #687184; display: flex; font-size: 11px; justify-content: space-between; }
.route-product-card .product-status { color: #3152e8; }
.route-product-card .product-link { margin-top: 22px; }
.route-report-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 32px;
  max-width: none;
}
.route-report-grid img { background: #fff; border-radius: 0; display: block; height: 321px; object-fit: cover; width: 100%; }
.route-certificates .route-content { margin-top: 100px; }
.route-certificates .route-report-grid { grid-template-columns: repeat(4, 215px); justify-content: space-between; max-width: 1165px; }
.route-copy-grid, .route-contact-grid, .route-news-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.route-copy-grid article, .route-news-grid article { background: #151f2e; border: 1px solid rgba(148,180,217,.14); border-radius: 20px; padding: 28px; }
.route-copy-grid article > span { color: #3152e8; font-size: 28px; }
.route-copy-grid h3, .route-news-grid h3 { font-family: "Open Sans", Arial, sans-serif; font-size: 20px; margin: 12px 0; }
.route-copy-grid p, .route-news-grid p, .route-legal-copy p, .route-single-product p { color: #aab8c9; line-height: 1.75; margin: 0; }
.route-contact-grid { margin-bottom: 34px; max-width: 760px; }
.route-contact-grid > div { background: #151f2e; border: 1px solid rgba(148,180,217,.14); border-radius: 16px; padding: 22px 24px; }
.route-contact-grid a { color: #3152e8; font-size: 16px; }
.route-contact-grid p { margin: 0; }
.route-label { color: #3152e8 !important; font-size: 11px; letter-spacing: .12em; margin-bottom: 10px !important; text-transform: uppercase; }
.route-legal-copy { max-width: 760px; }
.route-legal-copy p + p { margin-top: 20px; }
.route-single-product { display: grid; gap: 48px; grid-template-columns: minmax(240px, 420px) minmax(0, 1fr); max-width: 900px; }
.route-single-product .product-art { align-items: center; background: #fff; border-radius: 20px; display: flex; height: 420px; justify-content: center; overflow: hidden; }
.route-single-product .product-reference-image { height: 100%; object-fit: contain; width: 100%; }
.route-single-product > div:last-child { align-self: center; }
.route-long-copy { margin: 0 auto; max-width: 1060px; text-align: left; }
.route-long-copy p { color: #aab8c9; font-size: 16px; line-height: 2; margin: 0 0 28px; }
.route-long-copy h2 { font-size: 25px; margin: 36px 0 14px; }
.route-contact-sections { margin: 0 auto; max-width: 1000px; }
.route-contact-sections article { margin-bottom: 66px; }
.route-contact-sections article > span { color: #333; font-size: 14px; }
.route-contact-sections h2 { font-size: 27px; margin: 16px 0; }
.route-contact-sections p { color: #aab8c9; font-size: 16px; line-height: 2; margin: 0 auto 14px; max-width: 900px; }
.route-contact-sections a { color: #3152e8; }
.catalog-layout { display: grid; gap: 42px; grid-template-columns: 205px minmax(0, 1fr); text-align: left; }
.catalog-categories { border-right: 1px solid #e5e5e5; display: flex; flex-direction: column; gap: 14px; padding: 6px 20px 20px 0; }
.catalog-categories h3, .catalog-main > h2 { font-size: 18px; margin: 0 0 12px; }
.catalog-categories a { color: #555; font-size: 13px; line-height: 1.45; }
.catalog-categories a:hover { color: #3152e8; }
.catalog-main > h2 { margin-bottom: 28px; }
.catalog-empty { color: #777; grid-column: 1 / -1; padding: 24px 0; text-align: left; }
.route-products .route-page-inner { padding-top: 73px; }
.route-products .route-page-inner > h1,
.route-products .route-page-inner > .route-intro { display: none; }
.route-products .route-content { margin-top: 0; }
.route-contact .route-page-inner { padding-top: 56px; }
.route-contact h1, .route-about h1, .route-news h1, .route-legal h1, .route-product h1 { font-size: 30px; }
.route-contact .route-intro { max-width: 940px; }
.route-contact h1 { margin-bottom: 54px; }
.route-contact .route-content { margin-top: 72px; }
.route-about .route-page-inner { padding-top: 56px; }
.route-about .route-long-copy { max-width: none; text-align: center; }
.route-about .route-content { margin-top: 65px; }
.route-about .route-long-copy p { font-size: 14px; line-height: 1.5; margin-bottom: 8px; }
.route-about .route-long-copy h2 { font-size: 17px; margin: 12px 0 10px; }
.route-news .route-page-inner { padding-top: 40px; }
.route-news .route-page-inner > h1, .route-news .route-page-inner > .route-intro { display: none; }
.route-news .route-content { margin-top: 0; }
.route-legal .route-page-inner { padding-top: 56px; }
.route-legal .route-intro { border-left: 4px solid #3152e8; color: #333; font-size: 22px; font-weight: 600; line-height: 1.4; margin: 0 0 28px; max-width: none; padding-left: 12px; text-align: left; }
.route-legal .route-content { margin-top: 0; }
.route-legal .route-legal-copy h2 { background: #f5f7fc; border-left: 4px solid #3152e8; font-size: 20px; margin: 22px 0 14px; padding: 14px; }
.route-product .route-page-inner { padding-top: 90px; }
.route-product .route-page-inner > h1, .route-product .route-page-inner > .route-intro { display: none; }
.route-product .route-content { margin-top: 0; }
.catalog-main .route-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.catalog-main .route-product-card .product-art { height: 165px; }
.catalog-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 40px; }
.catalog-pagination a { align-items: center; border: 1px solid #ddd; display: inline-flex; height: 34px; justify-content: center; min-width: 34px; }
.catalog-pagination a.is-current, .catalog-pagination a:hover { background: #3152e8; border-color: #3152e8; color: #fff; }
.quote-calculator { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; box-shadow: 0 6px 24px rgba(0,0,0,.12); box-sizing: content-box; color: #333; font-family: system-ui, -apple-system, Arial, sans-serif; left: 16px; bottom: 16px; overflow: visible; position: fixed; text-align: left; top: auto; width: 420px; z-index: 60; }
.quote-calculator.is-collapsed .quote-calculator-body { display: none; }
.quote-calculator-head { align-items: flex-start; background: #165dff; border-radius: 14px 14px 0 0; color: #fff; display: flex; font-size: 12px; justify-content: space-between; line-height: normal; padding: 12px 16px; }
.quote-calculator-head strong { font-size: 16px; font-weight: 500; line-height: 1.35; max-width: none; }
.quote-calculator-head button { background: none; border: 0; color: #fff; font: 22px/22px system-ui, -apple-system, Arial, sans-serif; padding: 0; }
.quote-calculator-body { box-sizing: content-box; max-height: 70vh; overflow: auto; padding: 16px; }
.quote-calculator-body > input { border: 1px solid #ddd; border-radius: 8px; box-sizing: border-box; display: block; font: 14px Arial, sans-serif; height: 37.2px; margin: 0 0 14px; padding: 9px 12px; width: 100%; }
.calculator-items { border: 1px solid #eee; border-radius: 8px; box-sizing: content-box; margin: 0; max-height: 220px; overflow: auto; padding: 8px; }
.calculator-items label { align-items: center; border-bottom: 0; box-sizing: border-box; display: grid; font: 13px system-ui, -apple-system, Arial, sans-serif; gap: 6px; grid-template-columns: 16px 55px minmax(0, 1fr) 24px 18px 24px; height: 34px; padding: 5px 0; }
.calculator-items label[hidden] { display: none; }
.calculator-items input { margin: 0; }
.calculator-items b { color: #165dff; font: 700 13px system-ui, -apple-system, Arial, sans-serif; }
.calculator-items span { color: #555; font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.calculator-items button { background: #fff; border: 1px solid #ccc; font: 14px Arial, sans-serif; height: 24px; padding: 0; width: 24px; }
.calculator-items i { font-size: 13px; font-style: normal; text-align: center; }
.quote-calculator-body > p { font: 14px/19.2px system-ui, -apple-system, Arial, sans-serif; margin: 14px 0 8px; }
.calculator-selected { border: 1px dashed #ccc; border-radius: 8px; box-sizing: content-box; color: #666; font: 13px/19.5px system-ui, -apple-system, Arial, sans-serif; min-height: 60px; padding: 10px; }
.calculator-radio { align-items: center; display: flex; font: 13px/16.8px system-ui, -apple-system, Arial, sans-serif; gap: 4px; margin: 0 0 12px; }
.quote-calculator-body > p.calculator-total { align-items: center; background: #f5f7fa; border-radius: 8px; box-sizing: border-box; color: #222; display: flex; font: 15px/24.8px system-ui, -apple-system, Arial, sans-serif; height: 48.8px; margin: 14px 0 16px !important; padding: 12px; }
.calculator-total strong { color: #165dff; font-weight: 700; }
.calculator-actions { display: flex; gap: 10px; margin: 0; }
.calculator-actions button { border: 0; border-radius: 8px; color: #fff; font: 14px/17.6px Arial, sans-serif; height: 37.6px; padding: 10px; white-space: nowrap; }
.calculator-actions button:first-child { background: #f53f3f; }
.calculator-actions button:first-child { width: 132.66px; }
.calculator-actions button:last-child { background: #25d366; flex: 1; font-weight: 500; }
.route-news-list { grid-template-columns: repeat(3, minmax(0, 1fr)); text-align: left; }
.news-category-tabs { display: flex; gap: 28px; justify-content: center; margin: 0 0 42px; }
.news-category-tabs a { color: #555; font-size: 14px; }
.news-category-tabs a.is-active { color: #3152e8; font-weight: 600; }
.route-news-list article { padding: 0 0 24px; }
.route-news-list article img, .news-placeholder { background: #f0f2f6; display: block; height: 210px; object-fit: cover; width: 100%; }
.route-news-list article h3 { font-size: 18px; line-height: 1.45; margin: 12px 0; }
.route-news-list article > p:not(.route-label) { color: #555; font-size: 13px; line-height: 1.7; }
.route-news-list article > a { color: #3152e8; font-size: 12px; font-weight: 600; }
.news-layout { display: grid; gap: 40px; grid-template-columns: 215px minmax(0, 1fr); text-align: left; }
.news-categories { display: flex; flex-direction: column; gap: 22px; }
.news-categories h3, .news-main > h2 { border-bottom: 1px solid #e5e5e5; font-size: 20px; margin: 0; padding-bottom: 16px; }
.news-main > h2 { font-weight: 600; }
.news-categories a { color: #555; font-size: 14px; }
.news-categories a.is-active { color: #3152e8; }
.news-article-list { display: flex; flex-direction: column; gap: 48px; margin-top: 43px; }
.news-article-list article { display: grid; gap: 42px; grid-template-columns: 375px minmax(0, 1fr); }
.news-article-list article > img, .news-article-list .news-placeholder { background: #f0f2f6; display: block; height: 285px; object-fit: cover; width: 375px; }
.news-article-list article h3 { display: -webkit-box; font-family: "Open Sans", Arial, sans-serif; font-size: 25px; line-height: 1.2; margin: 0 0 18px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.news-article-list article p:not(.route-label) { color: #555; font-size: 15px; line-height: 1.7; }
.news-article-list article > div > a { align-items: center; border: 1px solid #777; display: inline-flex; font-size: 13px; font-weight: 600; height: 44px; justify-content: center; margin-top: 14px; padding: 0; width: 180px; }
.route-legal-copy { margin: 0 auto; max-width: 1050px; text-align: left; }
.route-legal-copy p { color: #555; font-size: 15px; line-height: 1.75; margin: 0 0 18px; }
.route-legal-copy h2 { font-size: 22px; margin: 32px 0 14px; }
.route-legal-copy ol { color: #555; line-height: 1.9; }
.account-route-panel { display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 auto; max-width: 800px; text-align: left; }
.account-route-panel > div { background: #fff; padding: 30px; }
.account-route-panel h2 { font-size: 25px; margin: 0 0 22px; }
.account-route-panel label { display: block; font-size: 13px; margin: 16px 0; }
.account-route-panel input { border: 1px solid #ddd; display: block; margin-top: 7px; padding: 11px; width: 100%; }
.account-route-panel p { color: #555; line-height: 1.8; }
.news-detail-copy { margin: 0 auto; max-width: 750px; text-align: left; }
.news-detail-copy h2 { font-size: 30px; margin: 12px 0 20px; }
.news-detail-image { display: block; height: 360px; margin: 0 0 28px; object-fit: cover; width: 100%; }
.news-detail-copy p { color: #555; line-height: 1.9; }
.product-detail-route { display: grid; gap: 68px; grid-template-columns: 590px minmax(0, 1fr); margin: 0 auto; max-width: 1200px; text-align: left; }
.product-detail-route-gallery { display: grid; gap: 117px; grid-template-columns: 90px 285px; }
.product-detail-route-thumb { border: 1px solid #222; height: 88px; width: 88px; }
.product-detail-route-thumb img { height: 100%; object-fit: contain; width: 100%; }
.product-detail-route-media { align-items: center; background: #fff; display: flex; height: 380px; justify-content: center; }
.product-detail-route-media img { height: 100%; object-fit: contain; width: 100%; }
.product-detail-route-info h2 { font-size: 30px; line-height: 36px; margin: 0 0 18px; }
.product-detail-route-info > .product-route-code { color: #333; font-size: 12px; line-height: 16px; margin: 0 0 15px; }
.product-detail-route-info > p.product-route-code:not(.route-label) { font-size: 12px; line-height: 16px; }
.product-detail-route-info > p:not(.route-label) { color: #555; font-size: 14px; line-height: 25.2px; margin: 0 0 15px; }
.product-detail-route-info > h3 { font-size: 18px; line-height: 24.8px; margin: 0; }
.product-detail-route-info dl { display: grid; grid-template-columns: 120px 1fr; line-height: 31px; margin: 0 0 30px; }
.product-detail-route-info dt { color: #333; font-weight: 600; }
.product-detail-route-info dd { margin: 0; }
.product-variations { border-top: 1px solid #ddd; padding: 20px 0; }
.product-variations-head { align-items: center; display: flex; justify-content: space-between; }
.product-variations-head h3 { font-size: 18px; line-height: 24.8px; margin: 0; }
.product-variations-head a { color: #555; font-size: 14px; text-decoration: underline; }
.product-variation { margin-top: 10px; }
.product-variation p { color: #888; font-size: 16px; font-weight: 600; line-height: 21.6px; margin: 0; }
.product-variation p span { font-weight: 400; }
.product-variation p em { font-style: normal; }
.product-variation button { background: #fff; border: 1px solid #333; border-radius: 6px; font-size: 12px; margin-top: 15px; padding: 7px 12px; }
.product-variation button.is-selected { border-width: 2px; }
.product-detail-route-info > .product-variations + .button { margin-top: 20px; }
.product-detail-description { border-top: 1px solid #ddd; margin: 70px auto 0; max-width: 1000px; padding-top: 35px; text-align: left; }
.product-detail-description h2 { font-size: 26px; }
.product-detail-description h3 { font-size: 20px; margin-top: 28px; }
.product-detail-description p { color: #555; line-height: 1.8; margin: 7px 0; }

@media (max-width: 780px) {
  .route-page { min-height: calc(100vh - 169px); padding: 0 0 85px; }
  .route-breadcrumb { height: 50px; line-height: 50px; }
  .route-breadcrumb .container { width: calc(100% - 40px); }
  .route-page-inner { padding-top: 46px; width: calc(100% - 40px); }
  .route-page h1 { font-size: 32px; margin-bottom: 22px; }
  .route-intro { font-size: 14px; line-height: 1.75; }
  .route-content { margin-top: 34px; }
  .route-certificates .route-content { margin-top: 46px; }
  .route-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .route-product-card { padding: 14px 10px 16px; }
  .route-product-card .product-art { height: 155px; }
  .route-product-card h3 { font-size: 14px; margin-top: 12px; }
  .route-product-card .product-link { font-size: 14px; margin-top: 16px; }
  .route-report-grid, .route-copy-grid, .route-contact-grid, .route-news-grid, .route-news-list, .account-route-panel { grid-template-columns: 1fr; }
  .route-certificates .route-report-grid { grid-template-columns: 1fr; }
  .route-report-grid img { height: 300px; }
  .route-copy-grid article, .route-news-grid article { padding: 22px; }
  .route-single-product { gap: 28px; grid-template-columns: 1fr; }
  .route-single-product .product-art { height: 300px; }
  .route-long-copy { text-align: left; }
  .route-long-copy p, .route-contact-sections p, .route-legal-copy p { font-size: 14px; line-height: 1.8; }
  .route-long-copy h2 { font-size: 21px; }
  .route-contact-sections article { margin-bottom: 46px; }
  .route-contact-sections h2 { font-size: 24px; }
  .catalog-layout { display: block; }
  .catalog-categories { border-bottom: 1px solid #e5e5e5; border-right: 0; margin-bottom: 30px; padding: 0 0 22px; }
  .catalog-main .route-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-main > h2 { text-align: left; }
  .quote-calculator { bottom: 16px; left: 16px; max-height: none; top: auto; width: 420px; }
  .quote-calculator-body { max-height: 70vh; }
  .calculator-items label { grid-template-columns: 16px 55px minmax(0, 1fr) 24px 18px 24px; }
  .calculator-items span { overflow: hidden; text-overflow: ellipsis; }
  .news-category-tabs { flex-wrap: wrap; gap: 14px 22px; }
  .route-news-list article img, .news-placeholder { height: 190px; }
  .news-layout { display: block; }
  .news-categories { border-bottom: 1px solid #e5e5e5; margin-bottom: 30px; padding-bottom: 20px; }
  .news-article-list { gap: 34px; margin-top: 28px; }
  .news-article-list article { display: block; }
  .news-article-list article > img, .news-article-list .news-placeholder { height: 210px; width: 100%; }
  .news-article-list article h3 { font-size: 20px; margin-top: 16px; }
  .product-detail-route { gap: 30px; grid-template-columns: 1fr; }
  .product-detail-route-gallery { gap: 16px; grid-template-columns: 64px minmax(0, 1fr); }
  .product-detail-route-thumb { height: 64px; width: 64px; }
  .product-detail-route-media { height: 320px; }
  .product-detail-route-info h2 { font-size: 24px; }
  .product-detail-description { margin-top: 48px; }
  .news-detail-image { height: 210px; }
}

@media (max-width: 780px) {
  .product-detail-backdrop { padding: 15px; }
  .product-detail-modal { display: block; max-height: calc(100vh - 30px); overflow: auto; padding: 22px; }
  .product-detail-art { min-height: 220px; }
  .product-detail-copy { margin-top: 24px; }
  .product-detail-copy h2 { font-size: 24px; }
  .product-detail-copy .button { width: 100%; }
  .footer-toggle-icon { display: block; float: right; font-size: 20px; line-height: 1; transition: transform .2s; }
  .footer-original .footer-column.is-open > a { display: block; margin: 0 0 12px; }
  .footer-original .footer-column.is-open > a:first-of-type { margin-top: 14px; }
  .footer-original .footer-column.is-open > p { display: block; margin: 14px 0 18px; }
  .footer-original .footer-column.is-open > form { display: flex; margin-bottom: 18px; }
  .footer-original .footer-column.is-open { height: auto; }
  .site-footer.footer-expanded { height: auto; }
  .site-footer.footer-expanded .footer-original { height: auto; }
}

@media (min-width: 781px) {
  .route-certificates .route-breadcrumb {
    height: 69.2px;
    line-height: 69.2px;
  }

  .route-certificates .route-page-inner {
    max-width: none;
    padding-top: 60px;
    width: calc(100% - 50.6px);
  }

  .route-certificates .route-page-inner > h1 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 56.8px;
    line-height: 56px;
    margin: 0;
  }

  .route-certificates .route-content {
    margin-top: 80px;
  }

  .route-certificates .route-report-grid {
    column-gap: 55px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    max-width: none;
    row-gap: 55px;
    width: 100%;
  }

  .route-certificates .route-certificate-item {
    aspect-ratio: 2 / 3;
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }

  .route-certificates .route-certificate-item img {
    background: #fff;
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
  }

  .route-certificates {
    padding-bottom: 80px;
  }

  .route-products .catalog-categories {
    border-right: 0;
    display: block;
    gap: 0;
    padding: 0;
  }

  .route-products .catalog-categories > h3 {
    background: #0c3cd7;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 56.8px;
    line-height: 56px;
    margin: 0 0 0;
    padding: 0;
    text-transform: uppercase;
  }

  .route-products .catalog-category-item {
    margin: 0 0 5px;
  }

  .route-products .catalog-category-item:nth-child(2) {
    margin-top: 5px;
  }

  .route-products .catalog-category-parent {
    margin-bottom: 5px;
    min-height: 32px;
    position: relative;
  }

  .route-products .catalog-category-parent > a {
    color: #696971;
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 32px;
    min-height: 32px;
    padding-right: 24px;
  }

  .route-products .catalog-category-parent > a.is-active {
    color: #696971;
  }

  .route-products .category-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #333;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 20px;
    justify-content: center;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 6px;
    width: 20px;
  }

  .route-products .catalog-subcategory-panel {
    display: none;
    padding-left: 25px;
  }

  .route-products .catalog-category-item.is-expanded > .catalog-subcategory-panel {
    display: block;
  }

  .route-products .catalog-subcategory-link {
    color: #000;
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 5px;
    min-height: 32px;
  }

  .route-products .catalog-subcategory-link:last-child {
    margin-bottom: 0;
  }

  .route-products .catalog-subcategory-link.is-active,
  .route-products .catalog-subcategory-link:hover {
    color: #000;
  }

  .route-breadcrumb .container { max-width: none; width: calc(100% - 50.6px); }
  .product-detail-route {
    grid-template-columns: 600px minmax(0, 1fr);
    max-width: none;
    width: calc(100% - 50px);
  }
  .product-detail-route-gallery { gap: 115px; }
  .route-product .route-page-inner { max-width: none; width: calc(100% - 50px); }
  .route-product .product-detail-route { width: 100%; }
  .product-detail-route-info { transform: translateY(2.2px); }
  .route-products .route-page-inner {
    max-width: none;
    padding-top: 2.2px;
    width: calc(100% - 50.6px);
  }
  .route-products .catalog-layout {
    gap: 36.425px;
    grid-template-columns: 218.55px minmax(0, 1fr);
  }
  .route-products .catalog-main > h2 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 56px;
    line-height: 56px;
    margin: 0 0 80.8px;
  }
  .route-products .catalog-main > h2 small { display: none; }
  .route-products .route-product-grid { column-gap: 30px; row-gap: 30px; }
  .route-products .route-product-card {
    border-radius: 0;
    box-sizing: content-box;
    margin-bottom: 77px;
    overflow: visible;
    padding: 0;
  }
  .route-products .route-product-card .product-art {
    border-radius: 0;
    height: 162.975px;
  }
  .route-products .route-product-card h3 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    margin: 25px 0 5px;
    max-height: 50.4px;
    overflow: hidden;
    padding: 0 30px;
    text-align: center;
    white-space: normal;
  }
  .route-products .route-product-card .product-meta {
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    margin: 0 0 10px;
    text-align: center;
  }
  .route-products .route-product-card .product-status,
  .route-products .route-product-card .product-link { display: none; }
  .route-products .route-product-card.is-long h3 { font-size: 13px; }
  .route-products { padding-bottom: 100px; }
  .catalog-pagination {
    align-items: center;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
  }
  .catalog-pagination li {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 24px;
    justify-content: center;
    padding: 0;
    width: 24px;
  }
  .catalog-pagination li a,
  .catalog-pagination li span {
    align-items: center;
    border: 0;
    color: #333;
    display: flex;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    height: 24px;
    justify-content: center;
    line-height: 24px;
    min-width: 0;
    width: 24px;
  }
  .catalog-pagination li.is-current { background: #333; }
  .catalog-pagination li.is-current a { color: #fff; }
  .catalog-pagination li.is-disabled { color: #333; }
}

/* Match the reference site's desktop news geometry, including the footer landing point. */
@media (min-width: 781px) {
  .route-news {
    padding-bottom: 0;
  }

  .route-news .route-breadcrumb {
    height: 69.2px;
    line-height: 69.2px;
  }

  .route-news .route-page-inner {
    max-width: none;
    padding-top: 20px;
    width: calc(100% - 50.6px);
  }

  .route-news .news-layout {
    gap: 40.325px;
    grid-template-columns: 219.275px minmax(0, 1fr);
  }

  .route-news .news-categories {
    display: block;
  }

  .route-news .news-categories h3,
  .route-news .news-main > h2 {
    box-sizing: border-box;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 56.8px;
    line-height: 56px;
    padding: 0;
  }

  .route-news .news-categories a {
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .route-news .news-categories a:first-of-type {
    margin-top: 10px;
  }

  .route-news .news-article-list {
    gap: 50px;
    margin-top: 40px;
    padding-bottom: 96px;
  }

  .route-news .news-article-list article {
    column-gap: 4.42%;
    grid-template-columns: 39.75% minmax(0, 1fr);
  }

  .route-news .news-article-list article > img,
  .route-news .news-article-list .news-placeholder {
    aspect-ratio: 4 / 3;
    height: auto;
    width: 100%;
  }

  .route-news .news-article-list article h3 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    line-height: 28.8px;
    margin: 0 0 20px;
  }

  .route-news .news-article-list article p.route-label {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 19.2px;
    margin: 0 0 20px !important;
  }

  .route-news .news-article-list article p:not(.route-label) {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 19.6px;
    margin: 0 0 32px;
  }

  .route-news .news-article-list article > div > a {
    box-sizing: border-box;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    height: 43.2px;
    margin-top: 0;
    padding: 10px 32px;
    width: 180.8px;
  }
}

@media (min-width: 1481px) {
  .route-news .route-page-inner,
  .route-products .route-page-inner,
  .route-product .route-page-inner,
  .route-certificates .route-page-inner {
    width: 1440px;
  }

  /* The reference keeps the breadcrumb and catalog on the same centered
     1440px frame. Its catalog sidebar is 266px wide before the 36px gutter,
     which places the four product columns at the reference x coordinates. */
  .route-breadcrumb .container {
    max-width: none;
    width: 1440px;
  }

  .route-products .catalog-layout {
    gap: 36px;
    grid-template-columns: 266.4px minmax(0, 1fr);
  }

  .route-products .route-product-card .product-art {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .route-products .route-product-card .product-reference-image {
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: fill;
    width: 56.25%;
  }
}

/* Match the reference catalog's compact mobile/tablet flow. The source site
   keeps four narrow product columns (with intentional horizontal overflow on
   some devices) instead of switching the catalog to two large cards. */
@media (max-width: 780px) {
  .route-products .route-page-inner {
    margin: 0 auto;
    max-width: none;
    padding: 0;
    width: 92.12%;
  }

  .route-products .route-breadcrumb {
    height: 66px;
    line-height: normal;
    font-size: 12px;
  }

  .route-products .route-breadcrumb .container {
    box-sizing: border-box;
    height: 66px;
    line-height: normal;
    max-width: none;
    padding-top: 25px;
    width: 92.12%;
  }

  .route-products .route-content {
    margin-top: 0;
  }

  .route-products .catalog-layout {
    display: block;
  }

  .route-products .catalog-categories {
    display: none;
  }

  .route-products .catalog-main {
    width: 100%;
  }

  .route-products .catalog-main > h2 {
    align-items: center;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    display: flex;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 43px;
    justify-content: flex-start;
    line-height: 41px;
    margin: 12px 0 0;
    padding: 0 35px 0 15px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
  }

  .route-products .catalog-main > h2::after {
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    content: "";
    height: 9px;
    position: absolute;
    right: 17px;
    top: 13px;
    transform: rotate(45deg);
    width: 9px;
  }

  .route-products .catalog-main > h2 small {
    display: none;
  }

  .route-products .route-product-grid,
  .route-products .catalog-main .route-product-grid {
    column-gap: 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 60px;
    row-gap: 30px;
  }

  .route-products .route-product-card {
    background: transparent;
    border-radius: 0;
    box-sizing: content-box;
    margin-bottom: 20px;
    overflow: visible;
    padding: 0;
  }

  .route-products .route-product-card .product-art {
    aspect-ratio: 4 / 3;
    border-radius: 0;
    height: auto;
    margin-bottom: 25px;
    overflow: hidden;
  }

  .route-products .route-product-card .product-reference-image {
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: fill;
    width: 56.25%;
  }

  .route-products .route-product-card h3 {
    box-sizing: border-box;
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    margin: 0 0 5px;
    max-height: 50.4px;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    white-space: normal;
  }

  .route-products .route-product-card .product-meta {
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
    text-align: center;
  }

  .route-products .route-product-card .product-status,
  .route-products .route-product-card .product-link {
    display: none;
  }

  .route-products .catalog-pagination {
    margin-top: 28px;
  }

  .route-products {
    padding-bottom: 5px;
  }
}

/* The reference header compresses the contact strip between 541px and 780px
   while retaining the 77px navigation row. */
@media (min-width: 541px) and (max-width: 780px) {
  .announcement {
    height: 77.6px;
    min-height: 77.6px;
  }

  .announcement-contact {
    bottom: 10px;
    gap: 20px;
    justify-content: center;
    left: 0;
    right: 0;
  }

  .announcement-contact a:last-child {
    width: auto;
  }

  .announcement-contact a:last-child > span:last-child {
    max-width: none;
    white-space: nowrap;
  }

  .site-footer {
    height: 282px;
    min-height: 282px;
  }

  .site-footer .footer-bottom {
    box-sizing: border-box;
    height: 70px;
    margin: 0;
    padding: 25px 20px;
  }
}

@media (max-width: 780px) {
  .route-certificates {
    padding-bottom: 20px;
  }

  .route-certificates .route-breadcrumb {
    height: 66px;
    line-height: normal;
    font-size: 12px;
  }

  .route-certificates .route-breadcrumb .container {
    box-sizing: border-box;
    height: 66px;
    line-height: normal;
    max-width: none;
    padding-top: 25px;
    width: 92.12%;
  }

  .route-certificates .route-page-inner {
    max-width: none;
    padding-top: 20px;
    width: 92.12%;
  }

  .route-certificates .route-page-inner > h1 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 37.6px;
    line-height: 37.6px;
    margin: 0;
  }

  .route-certificates .route-content {
    margin-top: 40px;
  }

  .route-certificates .route-report-grid {
    column-gap: 25px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    row-gap: 25px;
    width: 100%;
  }

  .route-certificates .route-certificate-item {
    align-items: center;
    aspect-ratio: 2 / 3;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }

  .route-certificates .route-certificate-item img {
    height: auto;
    object-fit: contain;
    width: 100%;
  }
}

/* Final dark-surface overrides for route pages and utility panels. */
body { background: #0b111b; color: #edf3fb; }
.announcement { background: #111c2b; }
.site-footer { background: #0b111b; }
.search-inner, .quote-modal { background: #151f2e; color: #edf3fb; }
.modal-intro, .form-note { color: #aab8c9; }
.quote-modal input, .quote-modal textarea { background: #0d1521; border-color: rgba(148,180,217,.26); color: #edf3fb; }
.quote-calculator { background: #151f2e; border-color: rgba(148,180,217,.2); color: #edf3fb; }
.calculator-items button, .calculator-search input { background: #0d1521; border-color: rgba(148,180,217,.26); color: #edf3fb; }
.account-route-panel > div { background: #151f2e; }
.route-legal .route-legal-copy h2 { background: #151f2e; color: #edf3fb; }

/* Make the customer Logo readable on the dark header. */
.brand-image {
  filter: brightness(1.7) saturate(1.15) drop-shadow(0 0 4px rgba(101, 215, 230, .18));
  height: 63px;
  object-fit: cover;
  object-position: center;
  width: 160px;
}

@media (min-width: 1481px) {
  .brand-image { width: 180px; }
}

@media (max-width: 1080px) and (min-width: 781px) {
  .brand-image { width: 150px; }
}

@media (max-width: 780px) {
  .brand-image { width: 180px; }
}

@media (max-width: 410px) {
  .brand-image { width: 170px; }
}

/* Use a larger, high-contrast WhatsApp mark in the floating button. */
.mobile-whatsapp > svg {
  height: 44px;
  width: 44px;
}

@media (max-width: 780px) {
  .mobile-whatsapp > svg {
    height: 31px;
    width: 31px;
  }
}
