﻿:root {
  --navy: #171b16;
  --navy-2: #232a1d;
  --teal: #6f870d;
  --aqua: #add126;
  --pink: #f02d73;
  --ice: #f5f8e9;
  --ice-2: #fbfcf5;
  --white: #fff;
  --ink: #24291f;
  --muted: #69705f;
  --line: #dfe5cb;
  --coral: var(--pink);
  --shadow: 0 18px 60px rgba(23, 27, 22, .12);
  --radius: 4px;
  --shell: min(1380px, calc(100vw - 64px));
  --section: clamp(76px, 8vw, 128px);
  --quote-bar-height: 78px;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; padding-bottom: calc(var(--quote-bar-height) + 3px); overflow-x: clip; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { background: rgba(240,45,115,.22); color: var(--navy); }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.1rem, 5.4vw, 5.7rem); font-weight: 720; }
h2 { font-size: clamp(2.2rem, 3.8vw, 4rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 690; }
p { color: var(--muted); }
.shell { width: var(--shell); max-width: 100%; margin-inline: auto; }
.section { padding-block: var(--section); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; padding: 12px 18px; background: var(--navy); color: white; transition: top .2s; }
.skip-link:focus { top: 16px; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 28px; border: 1px solid var(--aqua); border-radius: var(--radius); background: var(--aqua); color: var(--navy); font-size: .94rem; font-weight: 760; letter-spacing: -.01em; transition: background .2s, color .2s, transform .2s, box-shadow .2s; }
.button:hover { background: var(--navy); border-color: var(--navy); color: white; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(23,27,22,.15); }
.button:active { transform: translateY(0); box-shadow: none; }
.button:disabled { cursor: wait; opacity: .72; transform: none; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid rgba(240,45,115,.42); outline-offset: 3px; }
.button-outline { border-color: var(--navy); background: transparent; color: var(--navy); }
.button-sm { min-height: 46px; padding-inline: 21px; }
.text-link, .icon-link { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-weight: 700; }
.text-link .icon, .icon-link .icon { width: 20px; transition: transform .2s; }
.text-link:hover .icon, .icon-link:hover .icon { transform: translateX(5px); }

.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(223,229,203,.9); backdrop-filter: blur(16px); transition: box-shadow .25s, background .25s; }
.site-header.is-scrolled { background: rgba(255,255,255,.94); box-shadow: 0 12px 35px rgba(23,27,22,.1); }
.header-inner { min-height: 84px; min-width: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.scroll-progress { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; overflow: hidden; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--pink); transform: scaleX(0); transform-origin: left; will-change: transform; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-size: 1.22rem; font-weight: 760; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { width: 36px; height: 36px; fill: var(--aqua); }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 34px); }
.primary-nav a { position: relative; color: #353b2e; font-size: .92rem; font-weight: 620; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--pink); transform: scaleX(0); transition: transform .2s; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-whatsapp { color: var(--teal); font-size: .9rem; font-weight: 700; }
.language-switcher { position: relative; }
.language-switcher button { padding: 8px 0; border: 0; background: transparent; color: var(--navy); font-size: .82rem; font-weight: 700; }
.language-menu { position: absolute; top: calc(100% + 20px); right: 0; min-width: 170px; padding: 8px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .2s; }
.language-menu a { display: block; padding: 9px 12px; font-size: .88rem; }
.language-menu a:hover { background: var(--ice); }
.language-switcher.is-open .language-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.language-direct-links { display: inline-flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--ice-2); }
.language-direct-links a { display: grid; min-width: 34px; min-height: 32px; place-items: center; padding: 0 8px; border-radius: 999px; color: var(--muted); font-size: .72rem; font-weight: 760; line-height: 1; }
.language-direct-links a:hover, .language-direct-links a.is-active { background: var(--navy); color: #fff; }
.menu-toggle { display: none; align-items: center; gap: 8px; border: 0; background: none; color: var(--navy); font-size: .85rem; font-weight: 700; }
.menu-toggle .icon { transition: transform .22s; }
.menu-toggle[aria-expanded="true"] .icon { transform: rotate(90deg); }
.nav-overlay { position: fixed; z-index: 980; inset: 0; display: block; border: 0; background: rgba(23,27,22,.42); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .24s, visibility .24s; }
.nav-overlay.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }

.hero { overflow: hidden; }
.hero-grid { min-height: min(calc(100svh - 84px), 850px); max-height: 850px; display: grid; grid-template-columns: minmax(460px, .92fr) minmax(580px, 1.18fr); align-items: stretch; }
.hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 58px clamp(36px, 4vw, 76px) 58px 0; }
.hero-copy h1 { max-width: 770px; margin-bottom: 26px; font-size: clamp(3.25rem, 4.5vw, 4.65rem); }
.hero-copy p { max-width: 610px; margin-bottom: 38px; color: #4f5845; font-size: clamp(1.08rem, 1.4vw, 1.32rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-media { position: relative; margin: 0 calc((100vw - var(--shell)) / -2) 0 0; min-width: 0; }
.hero-media img { width: 100%; height: 100%; min-height: 600px; }
.hero-media figcaption { position: absolute; right: 0; bottom: 0; min-width: 320px; padding: 22px 30px; border-top: 3px solid var(--pink); background: rgba(23,27,22,.94); color: white; }
.hero-media figcaption strong { display: block; color: var(--aqua); font-size: 1.7rem; line-height: 1.2; }
.hero-media figcaption span { font-size: .83rem; }

.benefit-strip { border-block: 1px solid var(--line); }
.benefit-rail { display: grid; grid-template-columns: repeat(6, 1fr); }
.benefit-item { display: grid; min-width: 0; min-height: 210px; grid-template-rows: auto auto 1fr; align-content: start; padding: 28px clamp(20px, 1.6vw, 28px) 26px; border-right: 1px solid var(--line); }
.benefit-item:first-child { border-left: 1px solid var(--line); }
.benefit-item .icon { box-sizing: content-box; width: 28px; height: 28px; padding: 10px; margin-bottom: 18px; border: 1px solid rgba(111,135,13,.22); border-radius: 12px; background: rgba(111,135,13,.07); color: var(--teal); stroke-width: 2; }
.benefit-item h3 { margin-bottom: 8px; font-size: clamp(.95rem, .85vw, 1.04rem); line-height: 1.35; font-weight: 720; letter-spacing: -.015em; }
.benefit-item p { max-width: 21ch; margin: 0; font-size: .8rem; line-height: 1.65; }

.section-heading { margin-bottom: 54px; }
.section-heading h2 { max-width: 900px; margin-bottom: 14px; }
.section-heading p { max-width: 650px; margin-bottom: 0; font-size: 1.08rem; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.heading-row > h2 { margin-bottom: 0; }

.applications-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(173, 209, 38, .18), transparent 30%),
    radial-gradient(circle at 85% 70%, rgba(47, 202, 196, .12), transparent 36%),
    linear-gradient(135deg, #06181c 0%, #0b2428 52%, #111d18 100%);
  color: rgba(255, 255, 255, .78);
}
.applications-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.05), transparent 24%, transparent 76%, rgba(255,255,255,.04));
}
.applications-section > .shell { position: relative; z-index: 1; }
.applications-section .section-heading h2 { color: #fff; }
.applications-section .section-heading p { color: rgba(255, 255, 255, .66); }
.applications-section .section-heading .text-link { color: var(--aqua); }
.applications-section .section-heading .text-link:hover { color: #fff; }
.application-layout { display: grid; grid-template-columns: 1.45fr .85fr; gap: clamp(40px, 6vw, 90px); align-items: stretch; }
.application-feature { position: relative; min-height: 540px; overflow: hidden; box-shadow: 0 26px 70px rgba(0, 0, 0, .34); }
.application-feature img { width: 100%; height: 100%; transition: transform .5s; }
.application-feature:hover img { transform: scale(1.025); }
.application-feature > span { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; padding: 24px 30px; background: rgba(3, 18, 21, .88); color: #fff; font-size: 1.15rem; font-weight: 700; backdrop-filter: blur(10px); }
.application-feature > span .icon { color: var(--aqua); }
.application-list { display: flex; flex-direction: column; justify-content: center; }
.application-list a { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 20px; padding-inline: 18px; border-bottom: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .9); font-size: 1.08rem; font-weight: 680; transition: color .2s, padding .2s, background .2s, border-color .2s; }
.application-list a:hover { padding-left: 28px; border-color: rgba(173, 209, 38, .48); background: rgba(173, 209, 38, .1); color: #fff; }
.application-list .icon { color: var(--aqua); }

.product-band { background: linear-gradient(120deg, var(--ice) 0%, #fdfdf8 100%); }
.product-rail { display: grid; max-width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.case-rail { display: grid; max-width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.case-rail article { display: flex; flex-direction: column; border: 1px solid rgba(173,209,38,.42); background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 14px 42px rgba(23,27,22,.08); transition: transform .25s, box-shadow .25s, border-color .25s; }
.case-rail article:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(23,27,22,.1); }
.case-rail article a { display: block; line-height: 0; overflow: hidden; }
.case-rail article a img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
.case-rail article > div { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.case-rail article > div .icon-link { margin-top: auto; }
.case-rail article span { font-size: .85rem; color: var(--aqua); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.case-rail article h3 { font-size: 1.1rem; margin: 6px 0 4px; line-height: 1.4; }
.case-rail article p { color: var(--text-muted); font-size: .95rem; line-height: 1.6; margin-bottom: 12px; }

.product-entry { min-width: 0; padding: clamp(24px, 2.4vw, 34px); border: 1px solid rgba(173,209,38,.42); background: #fff; box-shadow: 0 14px 42px rgba(23,27,22,.08); transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-entry:first-child { padding-left: clamp(24px, 2.4vw, 34px); border-left: 1px solid rgba(173,209,38,.42); }
.product-entry:last-child { padding-right: clamp(24px, 2.4vw, 34px); }
.product-entry:hover { border-color: rgba(111,135,13,.42); box-shadow: 0 22px 58px rgba(23,27,22,.12); transform: translateY(-4px); }
.product-image { display: block; height: 300px; margin-bottom: 24px; padding: 12px; background: linear-gradient(135deg, #f8faef, #fff); }
.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s; }
.product-entry:hover .product-image img { transform: translateY(-6px); }
.product-entry h3 { min-height: 2.6em; margin-bottom: 12px; font-size: clamp(1.12rem, 1.28vw, 1.32rem); }
.product-entry p { min-height: 4.7em; font-size: .9rem; line-height: 1.68; }
.product-entry dl, .listing-card dl { margin: 24px 0; font-size: .82rem; }
.product-entry dl div, .listing-card dl div { display: flex; justify-content: space-between; gap: 16px; padding-block: 7px; border-bottom: 1px solid rgba(173,209,38,.28); }
.product-entry dt, .listing-card dt { color: var(--muted); }
.product-entry dd, .listing-card dd { margin: 0; color: var(--navy); font-weight: 650; }

.solution-pair { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.solution-pair article > a { display: block; height: 430px; overflow: hidden; }
.solution-pair img { width: 100%; height: 100%; transition: transform .5s; }
.solution-pair article:hover img { transform: scale(1.025); }
.solution-pair article > div { display: grid; grid-template-columns: 1fr auto; column-gap: 30px; padding-top: 26px; }
.solution-pair h3 { margin-bottom: 11px; font-size: 1.55rem; }
.solution-pair p { max-width: 540px; margin-bottom: 0; }
.solution-pair .text-link { grid-column: 2; grid-row: 1 / span 2; align-self: end; }

.proof-band { background: var(--navy); color: white; }
.proof-grid { display: grid; grid-template-columns: 1fr 1.05fr; align-items: stretch; }
.proof-grid > div { padding: clamp(70px, 7vw, 110px) clamp(40px, 6vw, 90px) clamp(70px, 7vw, 110px) 0; }
.proof-grid h2 { color: white; }
.proof-grid > img { width: calc(100% + (100vw - var(--shell)) / 2); height: 100%; min-height: 430px; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 32px; padding: 0; margin: 44px 0 0; list-style: none; }
.check-grid li { display: flex; align-items: center; gap: 13px; font-size: .94rem; }
.check-grid .icon { color: var(--aqua); }

.case-rail { display: grid; grid-template-columns: repeat(3, 1fr); }
.case-rail article { display: grid; grid-template-columns: 1.08fr .92fr; min-width: 0; padding: 0 28px; border-left: 1px solid var(--line); }
.case-rail article:first-child { padding-left: 0; border-left: 0; }
.case-rail article:last-child { padding-right: 0; }
.case-rail article > a { min-height: 260px; }
.case-rail article > a img { width: 100%; height: 100%; }
.case-rail article > div { display: flex; flex-direction: column; align-items: flex-start; padding: 8px 0 8px 22px; }
.case-rail article span { margin-bottom: 14px; color: var(--teal); font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.case-rail h3 { font-size: 1.08rem; line-height: 1.3; }
.case-rail p { font-size: .82rem; }
.case-rail .icon-link { margin-top: auto; }

.news-section { padding-top: 20px; }
.news-list article { display: grid; grid-template-columns: 300px 1fr auto; gap: 32px; align-items: center; padding-block: 18px; border-bottom: 1px solid var(--line); }
.news-list article:first-child { border-top: 1px solid var(--line); }
.news-list article > a:first-child { height: 135px; overflow: hidden; }
.news-list img { width: 100%; height: 100%; }
.news-list time { color: var(--teal); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.news-list h3 { margin: 8px 0; }
.news-list p { margin: 0; font-size: .9rem; }

.inquiry-section { padding-block: var(--section); background: linear-gradient(135deg, var(--ice), #fdfdf8); }
.inquiry-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 7vw, 110px); align-items: center; }
.inquiry-intro h2 { max-width: 660px; }
.inquiry-intro > p { max-width: 580px; font-size: 1.05rem; }
.inquiry-intro > img { width: 100%; height: 310px; margin: 34px 0 26px; }
.inquiry-intro ul { display: flex; flex-wrap: wrap; gap: 14px 24px; padding: 0; margin: 0; list-style: none; }
.inquiry-intro li { display: flex; align-items: center; gap: 7px; color: var(--navy); font-size: .8rem; font-weight: 650; }
.inquiry-intro li .icon { width: 17px; color: var(--teal); }
.inquiry-form { position: relative; display: grid; gap: 19px; padding: clamp(30px, 4vw, 54px); background: white; border: 1px solid rgba(173,209,38,.42); box-shadow: 0 22px 70px rgba(23,27,22,.09); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.inquiry-form label { display: grid; gap: 7px; color: var(--navy); font-size: .79rem; font-weight: 700; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid #d3dbc0; border-radius: 2px; background: white; color: var(--ink); outline: 0; padding: 12px 14px; font-size: .91rem; font-weight: 450; transition: border-color .2s, box-shadow .2s; }
.inquiry-form select:disabled { cursor: not-allowed; background: #f5f7ef; color: #8b9182; }
.location-row label { align-content: start; }
.location-row input:not([hidden]) { margin-top: 2px; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--aqua); box-shadow: 0 0 0 3px rgba(173,209,38,.2); }
.inquiry-form textarea { resize: vertical; }
.inquiry-form .button { width: 100%; }
.form-consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 9px !important; color: var(--muted) !important; font-weight: 500 !important; }
.form-consent input { width: 16px; margin-top: 3px; }
.hp-field { position: absolute; left: -9999px; }
.form-status { min-height: 1.4em; margin: 0; color: var(--teal); font-size: .86rem; font-weight: 650; }
.form-status.is-error { color: #a43e32; }
.form-status.is-success { padding: 12px 14px; background: #e9f8f2; color: #176e55; border-left: 3px solid #27a77f; }
.inquiry-form.is-submitting .button::after { content: ""; width: 15px; height: 15px; margin-left: 10px; border: 2px solid rgba(255,255,255,.45); border-top-color: white; border-radius: 50%; animation: spin .7s linear infinite; }

.site-footer { padding: 76px 0 28px; background: var(--navy); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(5, 1fr); gap: 38px; }
.brand-light { color: white; }
.footer-brand p { max-width: 380px; margin-top: 24px; color: #d2d8c7; font-size: .9rem; }
.footer-grid h2 { margin-bottom: 20px; color: var(--aqua); font-size: .77rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a, .footer-grid span { color: #e4e8dc; font-size: .83rem; }
.footer-grid a:hover { color: var(--aqua); }
.footer-base { display: flex; justify-content: space-between; gap: 30px; margin-top: 64px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.footer-base div { display: flex; gap: 24px; }
.footer-base a, .footer-base p { margin: 0; color: #c9d0be; font-size: .76rem; }
.quote-bar { position: fixed; z-index: 1100; right: 0; bottom: 0; left: 0; background: rgba(23,27,22,.97); border-top: 3px solid var(--pink); color: white; box-shadow: 0 -14px 44px rgba(23,27,22,.2); backdrop-filter: blur(14px); }
.quote-bar-inner { min-height: var(--quote-bar-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.quote-bar-copy { min-width: 0; display: grid; gap: 2px; }
.quote-bar-copy span { color: var(--pink); font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.quote-bar-copy strong { color: white; font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.25; }
.quote-bar-button { min-height: 50px; flex: 0 0 auto; gap: 10px; white-space: nowrap; }
.quote-bar-button .icon { width: 19px; transition: transform .2s; }
.quote-bar-button:hover .icon { transform: translateX(4px); }
.back-to-top { position: fixed; z-index: 1090; right: 28px; bottom: calc(var(--quote-bar-height) + 16px); display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--teal); box-shadow: 0 10px 28px rgba(23,27,22,.14); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .2s, visibility .2s, transform .2s; }
.back-to-top .icon { width: 19px; transform: rotate(-90deg); }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

.cookie-banner { position: fixed; z-index: 1120; right: 24px; bottom: calc(var(--quote-bar-height) + 22px); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; width: min(760px, calc(100vw - 48px)); padding: 20px 22px; border: 1px solid rgba(173,209,38,.36); background: rgba(255,255,255,.98); color: var(--ink); box-shadow: 0 18px 55px rgba(23,27,22,.18); opacity: 0; transform: translateY(14px); transition: opacity .22s, transform .22s; }
.cookie-banner.is-visible { opacity: 1; transform: translateY(0); }
.cookie-banner strong { display: block; margin-bottom: 6px; color: var(--navy); font-size: 1rem; }
.cookie-banner p { margin: 0; font-size: .86rem; line-height: 1.6; }
.cookie-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px; }
.cookie-actions a, .cookie-actions button { min-height: 40px; padding: 0 15px; border: 1px solid var(--line); border-radius: var(--radius); background: white; color: var(--navy); font-size: .78rem; font-weight: 760; }
.cookie-actions a { display: inline-flex; align-items: center; }
.cookie-actions button:hover, .cookie-actions a:hover { border-color: var(--aqua); }
.cookie-actions [data-cookie-accept] { border-color: var(--aqua); background: var(--aqua); }

.page-hero { padding-block: clamp(80px, 10vw, 150px); background: var(--ice-2); }
.page-hero h1 { max-width: 900px; margin-bottom: 24px; }
.page-hero p { max-width: 760px; margin: 0; font-size: 1.17rem; }
.compact-hero h1 { font-size: clamp(3rem, 5vw, 5.2rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 24px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a:hover { color: var(--teal); }

.listing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 64px 34px; }
.listing-card { min-width: 0; }
.listing-image { display: block; height: 400px; overflow: hidden; background: var(--ice-2); }
.listing-image img { width: 100%; height: 100%; transition: transform .35s; }
.listing-products .listing-image img { padding: 12px; object-fit: contain; background: #fff; }
.listing-card:hover .listing-image img { transform: scale(1.025); }
.listing-card > div { padding-top: 24px; }
.listing-card h2 { margin-bottom: 14px; font-size: 1.75rem; }
.listing-card p { max-width: 620px; }

.detail-hero { padding: 44px 0 96px; }
.detail-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 7vw, 110px); }
.detail-hero h1 { font-size: clamp(3rem, 5vw, 5.3rem); }
.detail-hero p { margin-bottom: 34px; font-size: 1.15rem; }
.detail-hero img { width: 100%; height: 600px; }
.product-detail-hero { background: var(--ice-2); padding-top: 80px; }
.product-detail-image img { object-fit: contain; mix-blend-mode: multiply; }
.spec-pair { display: flex; gap: 50px; margin: 32px 0; padding-block: 23px; border-block: 1px solid var(--line); }
.spec-pair div { display: grid; gap: 6px; }
.spec-pair span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.spec-pair strong { font-size: 1.35rem; }
.prose-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(55px, 8vw, 120px); align-items: start; }
.prose { max-width: 920px; }
.prose h2 { margin: 70px 0 22px; font-size: clamp(1.9rem, 2.8vw, 2.8rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 30px; }
.prose p, .prose li { font-size: 1rem; line-height: 1.8; }
.prose ul { padding-left: 20px; }
.prose table { width: 100%; margin: 30px 0 50px; border-collapse: collapse; font-size: .9rem; }
.prose th, .prose td { padding: 15px 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--ice); color: var(--navy); }
.legal-section { background: #fff; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 900px) 300px; gap: clamp(48px, 7vw, 96px); align-items: start; }
.legal-prose { max-width: none; }
.legal-updated { display: inline-flex; margin-bottom: 18px; padding: 7px 12px; background: var(--ice); color: var(--teal); font-size: .78rem !important; font-weight: 760; }
.legal-aside { position: sticky; top: 110px; padding: 24px; border: 1px solid var(--line); background: var(--ice-2); }
.legal-aside > span { display: block; margin-bottom: 16px; color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-aside-links { display: grid; gap: 8px; }
.legal-aside-links a { display: block; padding: 11px 12px; border: 1px solid transparent; color: var(--navy); font-size: .88rem; font-weight: 680; }
.legal-aside-links a:hover, .legal-aside-links a.is-active { border-color: rgba(173,209,38,.46); background: #fff; color: var(--teal); }
.product-detail-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 26px 0 46px; }
.product-detail-gallery figure { margin: 0; background: #fff; border: 1px solid var(--line); }
.product-detail-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.product-detail-gallery figcaption { padding: 12px 14px; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.product-visual-story { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 26px 0 24px; }
.product-visual-card { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; }
.product-visual-card.is-wide { grid-column: 1 / -1; }
.product-visual-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--navy); }
.product-visual-card figcaption { display: grid; gap: 7px; padding: 16px 18px 18px; }
.product-visual-card figcaption strong { color: var(--navy); font-size: .98rem; line-height: 1.35; }
.product-visual-card figcaption span { color: var(--muted); font-size: .86rem; line-height: 1.62; }
.language-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 22px 0 54px; }
.language-guide-grid figure { margin: 0; border: 1px solid var(--line); background: #fff; }
.language-guide-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #f7fbff; }
.language-guide-grid figcaption { padding: 13px 16px; color: var(--navy); font-size: .88rem; font-weight: 760; }
.short-answer { margin-bottom: 60px; padding: 30px 34px; border-left: 4px solid var(--aqua); background: var(--ice-2); }
.short-answer strong { display: block; margin-bottom: 8px; color: var(--teal); font-size: .77rem; text-transform: uppercase; letter-spacing: .1em; }
.short-answer p { margin: 0; color: var(--ink); }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 30px; padding: 0 !important; list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 10px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.feature-list .icon { margin-top: 2px; color: var(--teal); }
.detail-aside, .article-aside { position: sticky; top: 120px; padding: 30px; background: var(--navy); color: white; }
.detail-aside h2, .article-aside h2 { color: white; font-size: 1.45rem; }
.detail-aside p, .article-aside p { color: #d1d8c7; }
.detail-aside ul { padding: 0; margin: 25px 0; list-style: none; }
.detail-aside li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: .87rem; }
.detail-aside .button, .article-aside .button { width: 100%; margin-top: 20px; background: var(--aqua); border-color: var(--aqua); color: var(--navy); }
.advantage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.advantage-grid > div { padding: 28px; background: white; }
.advantage-grid .icon { width: 32px; height: 32px; margin-bottom: 18px; color: var(--teal); }
.advantage-grid h3 { font-size: 1.02rem; }
.advantage-grid p { margin: 0; font-size: .84rem; line-height: 1.6; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 22px 48px 22px 0; color: var(--navy); font-weight: 700; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 18px; right: 6px; display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); font-size: 1.1rem; font-weight: 500; transition: transform .2s, background .2s; }
.faq details[open] summary::after { content: "−"; background: var(--ice); transform: rotate(180deg); }
.faq p { padding: 0 40px 24px 0; margin: 0; font-size: .93rem; }
.rail-controls { display: flex; justify-content: flex-end; gap: 9px; margin: -28px 0 24px; }
.rail-controls[hidden] { display: none; }
.rail-controls button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(173,209,38,.65); border-radius: 50%; background: white; color: var(--navy); transition: background .2s, color .2s, transform .2s; }
.rail-controls button:hover:not(:disabled) { background: var(--aqua); color: var(--navy); transform: translateY(-2px); }
.rail-controls button:disabled { cursor: default; opacity: .35; }
.rail-controls svg { width: 19px; height: 19px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s ease var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.related-section { background: var(--ice-2); }
.related-section h2 { margin-bottom: 42px; font-size: 2.5rem; }
.related-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.related-products a { display: grid; gap: 14px; color: var(--navy); font-weight: 700; }
.related-products img { width: 100%; height: 230px; object-fit: contain; mix-blend-mode: multiply; }

/* Product detail landing page refresh */
.detail-hero { padding: clamp(54px, 6vw, 86px) 0 clamp(60px, 7vw, 92px); }
.product-detail-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(48px, 5.5vw, 76px);
  background: linear-gradient(135deg, #f8faef 0%, #fff 46%, #eef5d5 100%);
  border-bottom: 1px solid rgba(173, 209, 38, .32);
}
.detail-hero-grid { grid-template-columns: minmax(420px, .9fr) minmax(520px, 1.1fr); gap: clamp(44px, 6vw, 86px); }
.product-hero-copy h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(2.75rem, 4.3vw, 4.95rem);
  letter-spacing: 0;
}
.product-hero-copy p { max-width: 670px; margin-bottom: 0; color: #4f5845; font-size: clamp(1.02rem, 1.18vw, 1.2rem); }
.detail-hero .product-detail-image { position: relative; min-width: 0; padding: clamp(18px, 2.2vw, 30px); background: #fff; border: 1px solid rgba(173, 209, 38, .48); box-shadow: 0 22px 70px rgba(23, 27, 22, .12); }
.detail-hero .product-detail-image::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(240, 45, 115, .22); pointer-events: none; }
.detail-hero .product-detail-image img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 1.18 / 1; object-fit: contain; mix-blend-mode: multiply; }
.spec-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 30px 0 32px; padding: 0; overflow: hidden; border: 1px solid rgba(173,209,38,.42); background: rgba(173,209,38,.42); }
.spec-pair div { min-width: 0; padding: 18px 20px; background: rgba(255,255,255,.78); }
.spec-pair span { letter-spacing: .04em; }
.spec-pair strong { display: block; color: var(--navy); font-size: clamp(1.08rem, 1.35vw, 1.34rem); line-height: 1.35; overflow-wrap: anywhere; }

.product-showcase-section { padding-top: clamp(62px, 7vw, 104px); background: #fff; }
.product-showcase-heading { align-items: end; margin-bottom: 34px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.product-showcase-heading h2 { margin-bottom: 12px; font-size: clamp(2.1rem, 3.2vw, 3.35rem); letter-spacing: 0; }
.product-showcase-heading p { max-width: 760px; }
.product-showcase-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; align-items: stretch; }
.product-showcase-feature,
.product-showcase-card { min-width: 0; margin: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 38px rgba(23,27,22,.08); }
.product-showcase-feature img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; background: var(--navy); }
.product-showcase-feature figcaption,
.product-showcase-card figcaption { display: grid; gap: 7px; padding: 18px 20px 20px; }
.product-showcase-feature figcaption strong,
.product-showcase-card figcaption strong { color: var(--navy); font-size: 1rem; line-height: 1.35; }
.product-showcase-feature figcaption span,
.product-showcase-card figcaption span { color: var(--muted); font-size: .86rem; line-height: 1.62; }
.product-showcase-list { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
.product-showcase-card { display: grid; grid-template-columns: minmax(0, 1fr); align-items: stretch; }
.product-showcase-card img { width: 100%; height: auto; min-height: 0; aspect-ratio: auto; object-fit: contain; background: var(--navy); }
.product-guide-band { margin: 26px 0 0; padding-top: 26px; border-top: 1px solid var(--line); }
.product-guide-band figure { box-shadow: 0 12px 32px rgba(23,27,22,.06); }
.product-guide-band { grid-template-columns: minmax(0, 1fr); gap: 22px; }
.product-guide-band img { height: auto; aspect-ratio: auto; object-fit: contain; background: #fbfcff; }
.product-guide-image { position: relative; display: block; overflow: hidden; container-type: inline-size; background: #fbfcff; }
.product-guide-image img { display: block; width: 100%; }
.spec-range-overlay {
  position: absolute;
  top: 46.9%;
  width: 10.3%;
  height: 2.75%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: .55%;
  background: #f7f8f8;
  color: #081d2c;
  font-family: Arial, "Segoe UI", sans-serif;
  font-size: clamp(5px, 1.45cqw, 16px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
}
.spec-range-overlay-1 { left: 21.3%; }
.spec-range-overlay-2 { left: 53.1%; }
.spec-range-overlay-3 { left: 84.8%; }

.prose-layout { grid-template-columns: minmax(0, 900px) 340px; gap: clamp(40px, 5.5vw, 78px); }
.prose { max-width: none; }
.prose h2 { margin: 56px 0 20px; font-size: clamp(1.7rem, 2.3vw, 2.45rem); letter-spacing: 0; }
.prose table { margin-bottom: 42px; background: #fff; }
.model-overview { margin: 22px 0 42px; }
.product-detail-gallery { gap: 16px; margin-bottom: 38px; }
.product-detail-gallery figure { overflow: hidden; box-shadow: 0 10px 30px rgba(23,27,22,.06); }
.product-detail-gallery img { aspect-ratio: 1.28 / 1; }
.scenario-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 42px; }
.scenario-grid a:first-child { grid-column: 1 / -1; min-height: 245px; }
.scenario-grid a:first-child img { min-height: 245px; }
.advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; background: transparent; border: 0; }
.advantage-grid > div { border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(23,27,22,.05); }
.detail-aside {
  top: 112px;
  padding: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #151914 0%, #232a1d 100%);
  border-top: 4px solid var(--aqua);
  box-shadow: 0 18px 55px rgba(23,27,22,.16);
}
.detail-aside h2 { margin-bottom: 8px; font-size: 1.32rem; letter-spacing: 0; }
.detail-aside li { position: relative; padding: 12px 0 12px 20px; line-height: 1.45; }
.detail-aside li::before { content: ""; position: absolute; top: 20px; left: 0; width: 7px; height: 7px; background: var(--aqua); }
.detail-aside .button { margin-top: 10px; }
.product-factory-proof { overflow: hidden; box-shadow: 0 14px 38px rgba(23,27,22,.06); }
.customer-reviews figure { border-top: 3px solid var(--aqua); box-shadow: 0 10px 28px rgba(23,27,22,.05); }
.model-overview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 26px 0 56px; background: var(--line); border: 1px solid var(--line); }
.model-overview > div { min-width: 0; padding: 22px; background: #fff; }
.model-overview span { display: block; margin-bottom: 8px; color: var(--muted); font-size: .74rem; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
.model-overview strong { display: block; color: var(--navy); font-size: clamp(1.02rem, 1.5vw, 1.28rem); line-height: 1.35; overflow-wrap: anywhere; }
.scenario-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 28px 0 48px; }
.scenario-grid a { position: relative; min-height: 190px; overflow: hidden; background: var(--navy); color: white; }
.scenario-grid img { width: 100%; height: 100%; min-height: 190px; opacity: .72; transition: transform .35s, opacity .35s; }
.scenario-grid span { position: absolute; right: 0; bottom: 0; left: 0; padding: 18px; background: linear-gradient(0deg, rgba(23,27,22,.9), rgba(23,27,22,0)); color: #fff; font-weight: 760; line-height: 1.35; }
.scenario-grid a:hover img { opacity: .86; transform: scale(1.035); }
.product-factory-proof { display: grid; grid-template-columns: 1fr .92fr; gap: 34px; align-items: stretch; margin: 30px 0 54px; background: var(--ice-2); border: 1px solid var(--line); }
.product-factory-proof img { width: 100%; height: 100%; min-height: 390px; }
.product-factory-proof > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 46px); }
.product-factory-proof p { color: var(--ink); }
.product-factory-proof ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 22px; padding: 0 !important; margin: 24px 0 30px; list-style: none; }
.product-factory-proof li { display: flex; align-items: flex-start; gap: 9px; color: var(--navy); font-size: .88rem; line-height: 1.55; }
.product-factory-proof .icon { width: 18px; height: 18px; margin-top: 3px; color: var(--teal); }
.customer-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.customer-reviews figure { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; min-height: 230px; padding: 26px; margin: 0; border: 1px solid var(--line); background: #fff; }
.customer-reviews blockquote { margin: 0 0 24px; color: var(--ink); font-size: .95rem; line-height: 1.75; }
.customer-reviews figcaption { color: var(--teal); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

/* Shopify Hardware-inspired product detail composition */
.product-breadcrumbs { padding-block: 18px; }
.product-detail-hero { padding: 0; overflow: visible; background: #fff; border-block: 1px solid var(--line); }
.product-detail-hero .detail-hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  gap: 0;
  align-items: stretch;
}
.product-detail-hero .product-detail-image {
  display: grid;
  min-height: min(700px, 72vw);
  padding: clamp(34px, 6vw, 88px);
  place-items: center;
  border: 0;
  border-right: 1px solid var(--line);
  box-shadow: none;
  background: #f5f6f6;
}
.product-detail-hero .product-detail-image::before { display: none; }
.product-detail-hero .product-detail-image img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  aspect-ratio: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.product-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 5.5vw, 82px);
}
.product-hero-copy h1 { max-width: 560px; margin-bottom: 22px; font-size: clamp(2.45rem, 4vw, 4.2rem); line-height: 1.04; }
.product-hero-copy p { max-width: 560px; color: #454b50; font-size: 1rem; line-height: 1.7; }
.product-hero-copy .spec-pair { margin: 30px 0; border: 0; border-block: 1px solid var(--line); background: transparent; }
.product-hero-copy .spec-pair div { padding: 20px 0; background: transparent; }
.product-hero-copy .spec-pair div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.product-primary-cta { width: 100%; min-height: 58px; justify-content: center; border-color: #111; background: #111; color: #fff; font-size: .96rem; }
.product-primary-cta:hover { border-color: var(--teal); background: var(--teal); color: #fff; }
.product-hero-copy .product-cta-note { margin: 16px auto 0; color: var(--muted); font-size: .78rem; text-align: center; }
.product-service-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.product-service-row span { display: flex; min-height: 76px; align-items: center; justify-content: center; gap: 10px; padding: 16px; color: var(--navy); font-size: .82rem; font-weight: 700; text-align: center; }
.product-service-row .icon { width: 23px; height: 23px; color: var(--teal); }
.product-editorial-section { padding-top: clamp(64px, 8vw, 118px); background: #fff; }
.product-prose { width: 100%; max-width: none; }
.product-prose > h2 { margin-top: clamp(70px, 8vw, 116px); }
.product-prose > h2:first-child { margin-top: 0; }
.product-prose .model-overview { grid-template-columns: repeat(3, 1fr); margin-bottom: clamp(64px, 8vw, 112px); }
.product-prose .cms-content { max-width: 980px; }
.product-prose .cms-content table { max-width: 980px; }
.product-visual-story { gap: 0; border-top: 1px solid var(--line); }
.product-visual-card,
.product-visual-card.is-wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  align-items: stretch;
  border: 0;
  border-bottom: 1px solid var(--line);
}
.product-visual-card:nth-child(even) { grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr); }
.product-visual-card:nth-child(even) img { order: 2; }
.product-visual-card img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 420px;
  aspect-ratio: auto;
  object-fit: contain;
  background: #f4f6f7;
}
.product-visual-card figcaption { align-content: center; gap: 18px; padding: clamp(42px, 7vw, 100px); background: #fff; }
.product-visual-card figcaption strong { font-size: clamp(1.7rem, 3vw, 3.1rem); line-height: 1.12; }
.product-visual-card figcaption span { font-size: 1rem; line-height: 1.75; }
.language-guide-grid { grid-template-columns: 1fr; gap: 40px; }
.language-guide-grid figure { border: 0; }
.language-guide-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: #fff;
}
.language-guide-grid figcaption { padding-inline: 0; }
.product-detail-gallery { grid-template-columns: 1fr; gap: 38px; }
.product-detail-gallery figure { border: 0; box-shadow: none; }
.product-detail-gallery img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  background: #f5f6f6;
}
.product-detail-gallery figcaption { padding: 14px 0 0; }
.scenario-grid { grid-template-columns: repeat(3, 1fr); }
.scenario-grid a:first-child { grid-column: auto; }
.scenario-grid img { object-fit: cover; }
.product-prose .advantage-grid { grid-template-columns: repeat(3, 1fr); gap: 0; border-block: 1px solid var(--line); }
.product-prose .advantage-grid > div { border: 0; border-right: 1px solid var(--line); box-shadow: none; }
.product-prose .advantage-grid > div:nth-child(3n) { border-right: 0; }
.product-prose table th,
.product-prose table td { border-inline: 0; }
.product-prose table th { width: 34%; background: transparent; }
.related-section { background: #f5f6f6; }

@media (max-width: 860px) {
  .product-detail-hero .detail-hero-grid { grid-template-columns: 1fr; }
  .product-detail-hero .product-detail-image { min-height: 440px; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-hero-copy { padding: 38px 0 48px; }
  .product-service-row { grid-template-columns: repeat(2, 1fr); }
  .product-service-row span { border-top: 1px solid var(--line); }
  .product-visual-card,
  .product-visual-card.is-wide,
  .product-visual-card:nth-child(even) { grid-template-columns: 1fr; }
  .product-visual-card:nth-child(even) img { order: 0; }
  .product-visual-card img { min-height: 0; }
  .product-prose .advantage-grid,
  .scenario-grid { grid-template-columns: 1fr; }
  .product-prose .advantage-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
}

.model-overview { margin: 22px 0 42px; }
.scenario-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 42px; }
.scenario-grid a:first-child { grid-column: 1 / -1; min-height: 245px; }
.scenario-grid a:first-child img { min-height: 245px; }
.product-factory-proof { overflow: hidden; box-shadow: 0 14px 38px rgba(23,27,22,.06); }
.customer-reviews figure { border-top: 3px solid var(--aqua); box-shadow: 0 10px 28px rgba(23,27,22,.05); }

.project-hero { padding: 58px 0 90px; }
.project-title { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.project-title > div > span { color: var(--teal); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.project-title h1 { margin: 18px 0 20px; font-size: clamp(3rem, 5vw, 5.2rem); }
.project-title p { max-width: 740px; }
.project-title dl { margin: 0; border-top: 1px solid var(--line); }
.project-title dl div { display: grid; grid-template-columns: 120px 1fr; padding: 13px 0; border-bottom: 1px solid var(--line); }
.project-title dt { color: var(--muted); font-size: .77rem; }
.project-title dd { margin: 0; color: var(--navy); font-size: .85rem; font-weight: 700; }
.project-hero > .shell > img { width: 100%; height: 680px; }
.project-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; max-width: none; }
.project-story h2 { margin-top: 0; font-size: 1.6rem; }

.article-header { max-width: 1100px; padding: 88px 0 60px; text-align: center; }
.article-header time { color: var(--teal); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.article-header h1 { margin: 22px auto; font-size: clamp(3rem, 5.2vw, 5.1rem); }
.article-header p { max-width: 760px; margin: 0 auto; font-size: 1.15rem; }
.article-cover { width: min(1440px, calc(100% - 64px)); height: 650px; margin: 0 auto; }
.article-layout { display: grid; grid-template-columns: minmax(0, 820px) 300px; justify-content: center; gap: 100px; padding-block: 90px; }

.about-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: center; }
.about-grid h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.about-grid p { font-size: 1.04rem; }
.about-grid img { width: 100%; height: 540px; }
.factory-strength-section { background: var(--ice-2); }
.factory-strength-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.factory-strength-grid article { min-width: 0; padding: 30px; background: #fff; }
.factory-strength-grid h3 { min-height: 2.7em; margin-bottom: 14px; font-size: 1.08rem; }
.factory-strength-grid p { margin: 0; font-size: .88rem; line-height: 1.68; }
.factory-scenes-section { background: #fff; }
.factory-scene-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.factory-scene-grid figure { margin: 0; border: 1px solid var(--line); background: #fff; }
.factory-scene-grid img { width: 100%; height: 250px; }
.factory-scene-grid figcaption { padding: 14px 16px; color: var(--navy); font-size: .88rem; font-weight: 740; }
.quality-report-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.quality-report-grid h2 { margin-bottom: 20px; }
.quality-report-grid p { max-width: 640px; font-size: 1.05rem; }
.quality-report-grid ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 26px; padding: 0; margin: 32px 0; list-style: none; }
.quality-report-grid li { display: flex; align-items: flex-start; gap: 10px; color: var(--navy); font-size: .92rem; line-height: 1.58; }
.quality-report-grid .icon { width: 18px; height: 18px; margin-top: 3px; color: var(--teal); }
.quality-report-grid img { width: 100%; height: 520px; }
.process-list { display: grid; gap: 0; padding: 0; margin: 40px 0 0; list-style: none; }
.process-list li { display: flex; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.process-list span { color: var(--aqua); font-weight: 800; }

.contact-detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.contact-detail-grid > div { padding: 34px; border-left: 1px solid var(--line); }
.contact-detail-grid > div:first-child { border-left: 0; }
.contact-detail-grid span { display: block; margin-bottom: 13px; color: var(--teal); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-detail-grid a, .contact-detail-grid p { margin: 0; color: var(--navy); font-size: .94rem; font-weight: 700; }
.map-placeholder { display: grid; min-height: 390px; place-items: center; background: repeating-linear-gradient(45deg, #eff3e2, #eff3e2 24px, #f6f8ed 24px, #f6f8ed 48px); text-align: center; }
.map-placeholder div { display: grid; gap: 8px; padding: 24px; background: white; box-shadow: var(--shadow); }
.map-placeholder span { color: var(--muted); font-size: .85rem; }

.not-found { display: grid; min-height: 70vh; place-items: center; text-align: center; }
.not-found span { color: var(--aqua); font-size: 1rem; font-weight: 800; letter-spacing: .2em; }
.not-found h1 { margin: 20px 0; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 40px, 1100px); }
  .site-header { backdrop-filter: none; }
  .header-inner { grid-template-columns: minmax(0, auto) auto 1fr; }
  .menu-toggle { display: inline-flex; }
  .primary-nav { position: fixed; z-index: 990; top: 84px; right: 0; bottom: 0; left: auto; width: min(420px, calc(100vw - 32px)); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; padding: 28px 26px 42px; overflow-y: auto; background: white; box-shadow: -24px 30px 60px rgba(23,27,22,.16); opacity: 1; visibility: hidden; transform: translateX(105%); transition: transform .25s ease, visibility .25s; }
  .primary-nav.is-open { visibility: visible; transform: none; }
  .primary-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 1.08rem; }
  .header-actions { justify-content: flex-end; }
  .hero-grid { min-height: 720px; grid-template-columns: .9fr 1.1fr; }
  .hero-copy { padding-right: 40px; }
  .hero-copy h1 { font-size: clamp(3rem, 5.5vw, 4.8rem); }
  .benefit-rail { grid-template-columns: repeat(3, 1fr); }
  .benefit-item:nth-child(4) { border-left: 1px solid var(--line); }
  .product-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .product-entry:nth-child(3) { padding-left: clamp(24px, 2.4vw, 34px); border-left: 1px solid rgba(173,209,38,.42); }
  .case-rail { grid-template-columns: 1fr; gap: 28px; }
  .case-rail article { display: grid; grid-template-columns: 320px 1fr; gap: 28px; padding: 28px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .case-rail article:first-child { padding-top: 0; border-top: 0; }
  .factory-strength-grid, .factory-scene-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-grid > div:nth-last-child(-n+2) { margin-top: 20px; }
}

@media (max-width: 860px) {
  :root { --shell: calc(100vw - 32px); --section: 78px; }
  .header-inner { min-height: 72px; grid-template-columns: minmax(0, 1fr) auto auto; gap: 10px; }
  .brand span { font-size: 1rem; }
  .brand-mark { width: 30px; }
  .primary-nav { top: 72px; }
  .header-actions { min-width: 0; gap: 0; }
  .language-switcher button { min-width: 42px; padding: 9px 6px; }
  .header-whatsapp, .header-actions .button { display: none; }
  .hero-grid { width: 100%; min-height: 0; max-height: none; grid-template-columns: minmax(0, 1fr); }
  .hero-copy { width: var(--shell); min-width: 0; margin-inline: auto; padding: 64px 0 52px; }
  .hero-copy h1 { max-width: 100%; font-size: clamp(2.7rem, 10.5vw, 4rem); overflow-wrap: normal; }
  .hero-media { height: 540px; margin: 0; }
  .hero-media img { min-height: 0; }
  .hero-media figcaption { right: 16px; min-width: 260px; }
  .benefit-rail { grid-template-columns: repeat(2, 1fr); }
  .benefit-item:nth-child(odd) { border-left: 1px solid var(--line); }
  .application-layout, .detail-hero-grid, .proof-grid, .inquiry-grid, .about-grid { grid-template-columns: 1fr; }
  .application-feature { min-height: 440px; }
  .product-rail { overflow: visible; grid-template-columns: 1fr; gap: 22px; padding-bottom: 0; scroll-snap-type: none; }
  .product-entry { scroll-snap-align: none; }
  .solution-pair { grid-template-columns: 1fr; gap: 60px; }
  .proof-grid > div { padding-right: 0; }
  .proof-grid > img { width: 100%; min-height: 360px; }
  .news-list article { grid-template-columns: 180px 1fr auto; }
  .news-list article > a:first-child { height: 120px; }
  .inquiry-grid { gap: 50px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .listing-grid { grid-template-columns: 1fr; }
  .prose-layout, .article-layout { grid-template-columns: minmax(0, 1fr); gap: 55px; }
  .prose { min-width: 0; }
  .prose table { display: block; max-width: 100%; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }
  .model-overview, .product-factory-proof, .quality-report-grid { grid-template-columns: 1fr; }
  .product-visual-story, .language-guide-grid { grid-template-columns: 1fr; }
  .product-visual-card.is-wide { grid-column: auto; }
  .scenario-grid, .customer-reviews { grid-template-columns: 1fr; }
  .product-factory-proof img { min-height: 320px; }
  .product-factory-proof ul, .quality-report-grid ul { grid-template-columns: 1fr; }
  .product-detail-gallery { grid-template-columns: 1fr; }
  .detail-aside, .article-aside { position: static; }
  .detail-hero img { height: 480px; }
  .project-title { grid-template-columns: 1fr; gap: 35px; }
  .project-hero > .shell > img, .article-cover { height: 470px; }
  .project-story { grid-template-columns: 1fr; gap: 30px; }
  .factory-scene-grid img, .quality-report-grid img { height: 360px; }
  .contact-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-detail-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .contact-detail-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
  .cookie-banner { left: 16px; right: 16px; bottom: calc(var(--quote-bar-height) + 14px); grid-template-columns: 1fr; width: auto; }
  .cookie-actions { justify-content: flex-start; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100vw - 24px); --section: 66px; --quote-bar-height: 92px; }
  h1 { font-size: 2.75rem; }
  h2 { font-size: 2.15rem; }
  .brand { gap: 8px; }
  .brand span { max-width: 175px; overflow: hidden; text-overflow: ellipsis; }
  .menu-toggle { padding: 8px 5px; }
  .menu-toggle span { display: none; }
  .hero-copy { width: 100%; padding: 48px 12px 46px; }
  .hero-copy h1 { font-size: clamp(2.35rem, 10.2vw, 2.7rem); line-height: 1.06; }
  .hero-copy p { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; max-width: 100%; padding-inline: 16px; text-align: center; white-space: normal; }
  .hero-media { height: 400px; }
  .hero-media figcaption { right: 12px; bottom: 12px; left: 12px; min-width: 0; padding: 17px 20px; }
  .benefit-item { min-height: 145px; padding: 22px 16px; }
  .benefit-item .icon { width: 24px; height: 24px; padding: 9px; margin-bottom: 14px; border-radius: 10px; }
  .benefit-item h3 { margin: 0; font-size: .94rem; line-height: 1.4; }
  .benefit-item p { display: none; }
  .heading-row { display: grid; align-items: start; gap: 18px; }
  .application-feature { min-height: 340px; }
  .application-feature > span { padding: 18px; }
  .application-list a { min-height: 68px; font-size: .96rem; }
  .product-rail { grid-template-columns: 1fr; }
  .product-entry { padding: 22px; }
  .product-entry:first-child { padding-left: 22px; }
  .product-image { height: 245px; }
  .solution-pair article > a { height: 320px; }
  .solution-pair article > div { grid-template-columns: 1fr; }
  .solution-pair .text-link { grid-column: 1; grid-row: auto; margin-top: 18px; }
  .check-grid { grid-template-columns: 1fr; }
  .factory-strength-grid, .factory-scene-grid { grid-template-columns: 1fr; }
  .model-overview > div, .factory-strength-grid article, .customer-reviews figure { padding: 22px; }
  .scenario-grid a, .scenario-grid img { min-height: 210px; }
  .product-factory-proof > div { padding: 24px; }
  .case-rail article { grid-template-columns: 1fr; }
  .case-rail article > a { min-height: 240px; }
  .case-rail article > div { padding: 20px 0 0; }
  .news-list article { grid-template-columns: 1fr auto; gap: 18px; }
  .news-list article > a:first-child { grid-column: 1 / -1; height: 190px; }
  .news-list p { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .inquiry-form { padding: 24px 18px; }
  .inquiry-form input, .inquiry-form select { min-height: 48px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-grid > div:nth-last-child(-n+2) { margin-top: 0; }
  .footer-base { flex-direction: column; }
  .footer-base div { flex-wrap: wrap; }
  .listing-image { height: 280px; }
  .detail-hero { padding-bottom: 60px; }
  .detail-hero h1 { font-size: 2.8rem; }
  .detail-hero img { height: 360px; }
  .spec-pair { gap: 24px; }
  .feature-list, .advantage-grid { grid-template-columns: 1fr; }
  .related-products { grid-template-columns: 1fr; }
  .project-title h1, .article-header h1 { font-size: 2.75rem; }
  .project-hero > .shell > img, .article-cover { width: 100%; height: 330px; }
  .article-header { padding: 58px 12px 40px; }
  .contact-detail-grid { grid-template-columns: 1fr; }
  .contact-detail-grid > div { border-top: 1px solid var(--line); border-left: 0; }
  .quote-bar-inner { gap: 12px; }
  .quote-bar-copy { max-width: 52%; }
  .quote-bar-copy span { display: none; }
  .quote-bar-copy strong { font-size: .84rem; line-height: 1.3; }
  .quote-bar-button { min-height: 48px; max-width: 48%; padding-inline: 14px; white-space: normal; text-align: center; font-size: .76rem; line-height: 1.2; }
  .quote-bar-button .icon { display: none; }
  .back-to-top { right: 18px; }
  .cookie-banner { padding: 16px; }
  .cookie-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cookie-actions a { grid-column: 1 / -1; justify-content: center; }
  .cookie-actions button { width: 100%; }
}

@media (max-width: 1180px) {
  .product-showcase-grid { grid-template-columns: 1fr; }
  .product-showcase-list { grid-template-columns: 1fr; }
  .product-showcase-card { grid-template-columns: 1fr; }
  .product-showcase-card img { height: auto; min-height: 0; aspect-ratio: auto; }
}

@media (max-width: 860px) {
  .detail-hero-grid { grid-template-columns: 1fr; }
  .product-hero-copy h1 { font-size: clamp(2.55rem, 8vw, 3.8rem); }
  .detail-hero .product-detail-image img { height: auto; aspect-ratio: 1.16 / 1; }
  .product-showcase-section { padding-top: 70px; }
  .product-showcase-heading { display: grid; align-items: start; gap: 18px; }
  .product-showcase-list,
  .product-guide-band,
  .scenario-grid,
  .advantage-grid { grid-template-columns: 1fr; }
  .scenario-grid a:first-child { grid-column: auto; }
}

@media (max-width: 580px) {
  .product-detail-hero { padding-top: 38px; }
  .product-hero-copy h1 { font-size: clamp(2.2rem, 10vw, 2.75rem); }
  .product-hero-copy p { font-size: .98rem; }
  .spec-pair { grid-template-columns: 1fr; gap: 1px; }
  .detail-hero .product-detail-image { padding: 14px; }
  .detail-hero .product-detail-image::before { inset: 8px; }
  .detail-hero .product-detail-image img { height: auto; aspect-ratio: 1.08 / 1; }
  .product-showcase-heading h2 { font-size: 2.05rem; }
  .product-showcase-feature figcaption,
  .product-showcase-card figcaption,
  .language-guide-grid figcaption { padding: 15px 16px; }
  .product-guide-band img { aspect-ratio: auto; }
  .prose h2 { margin-top: 46px; font-size: 1.72rem; }
}

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

/* Product hero image switcher */
.product-detail-hero .product-detail-image[data-product-gallery] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}
.product-gallery-stage {
  display: grid;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  place-items: center;
}
.product-detail-hero .product-gallery-stage > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  opacity: 1;
  transition: opacity .18s ease;
}
.product-detail-hero .product-gallery-stage > img.is-switching { opacity: .3; }
.product-gallery-thumbs {
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: center;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
}
.product-gallery-thumbs button {
  width: 92px;
  height: 74px;
  flex: 0 0 92px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid #cfd4d5;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.product-gallery-thumbs button:hover,
.product-gallery-thumbs button:focus-visible {
  border-color: var(--teal);
}
.product-gallery-thumbs button:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
.product-gallery-thumbs button.is-active {
  border-color: var(--teal);
  box-shadow: inset 0 0 0 1px var(--teal);
}
.product-detail-hero .product-gallery-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 0;
  aspect-ratio: auto;
  object-fit: contain;
  mix-blend-mode: normal;
}

@media (max-width: 580px) {
  .product-detail-hero .product-detail-image[data-product-gallery] { gap: 14px; }
  .product-detail-hero .product-gallery-stage > img { max-height: 360px; aspect-ratio: 1 / 1; }
  .product-gallery-thumbs { justify-content: flex-start; }
  .product-gallery-thumbs button { width: 76px; height: 62px; flex-basis: 76px; }
}

/* Unified full-width visual story bands */
.product-visual-story {
  border-top: 0;
  background: #061b2a;
}
.product-visual-card,
.product-visual-card.is-wide {
  gap: 0;
  border-bottom-color: rgba(255,255,255,.14);
  background: #061b2a;
}
.product-visual-card img {
  height: 100%;
  background: #061b2a;
}
.product-visual-card figcaption {
  background: #061b2a;
  color: #fff;
}
.product-visual-card figcaption strong { color: #fff; }
.product-visual-card figcaption span { color: rgba(255,255,255,.74); }
.language-guide-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
}

@media (max-width: 860px) {
  .product-visual-card img { height: auto; }
  .language-guide-grid { grid-template-columns: 1fr; }
}

/* Compact 650px product hero with vertical gallery rail */
.product-detail-hero .detail-hero-grid { height: 650px; }
.product-detail-hero .product-detail-image[data-product-gallery] {
  height: 650px;
  min-height: 0;
  flex-direction: row;
  align-items: stretch;
  gap: 18px;
  padding: 28px 26px 28px 40px;
}
.product-detail-hero .product-gallery-stage {
  min-width: 0;
  height: 100%;
}
.product-detail-hero .product-gallery-stage > img {
  height: 100%;
  max-height: 570px;
  aspect-ratio: auto;
}
.product-gallery-thumbs {
  width: 78px;
  height: 100%;
  flex: 0 0 78px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0 4px;
  overflow-x: hidden;
  overflow-y: auto;
}
.product-gallery-thumbs button {
  width: 70px;
  height: 62px;
  flex: 0 0 62px;
  padding: 4px;
  border-color: #d9ddde;
}
.product-gallery-thumbs button.is-active {
  border-color: #8cae20;
  box-shadow: inset 0 0 0 1px #8cae20;
}
.product-detail-hero .product-hero-copy {
  height: 650px;
  padding: 42px clamp(46px, 5vw, 78px);
}
.product-detail-hero .product-hero-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(2.55rem, 3.8vw, 4rem);
}
.product-detail-hero .product-hero-copy .spec-pair { margin: 24px 0; }

@media (max-width: 860px) {
  .product-detail-hero .detail-hero-grid { height: auto; }
  .product-detail-hero .product-detail-image[data-product-gallery] {
    height: 500px;
    min-height: 0;
    padding: 24px;
  }
  .product-detail-hero .product-hero-copy {
    width: 100%;
    height: auto;
    padding: 42px 0 50px;
  }
}

@media (max-width: 580px) {
  .product-detail-hero .product-detail-image[data-product-gallery] {
    height: 430px;
    flex-direction: column;
    gap: 12px;
    padding: 16px 12px;
  }
  .product-detail-hero .product-gallery-stage { height: auto; min-height: 0; }
  .product-detail-hero .product-gallery-stage > img { max-height: 340px; }
  .product-gallery-thumbs {
    width: 100%;
    height: 64px;
    flex: 0 0 64px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 2px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .product-gallery-thumbs button {
    width: 68px;
    height: 58px;
    flex: 0 0 68px;
  }
}

/* Compact, aligned product-detail content rhythm */
.product-editorial-section {
  padding-top: 64px;
  padding-bottom: 72px;
}
.product-prose > h2 {
  margin-top: 64px;
  margin-bottom: 20px;
}
.product-prose > h2:first-child { margin-top: 0; }
.product-prose .model-overview {
  margin-top: 20px;
  margin-bottom: 56px;
}
.product-prose .cms-content,
.product-prose .cms-content table {
  width: 100%;
  max-width: none;
}
.product-prose .cms-content > h2 {
  margin-top: 48px;
  margin-bottom: 18px;
}
.product-prose .cms-content > p { max-width: 980px; }
.product-visual-card figcaption {
  padding: clamp(36px, 5vw, 68px);
}
.language-guide-grid { margin-bottom: 42px; }
.product-detail-gallery { margin-bottom: 48px; }
.product-prose .scenario-grid,
.product-prose .advantage-grid,
.product-prose .product-factory-proof,
.product-prose .customer-reviews {
  margin-top: 22px;
}

@media (max-width: 860px) {
  .product-editorial-section { padding-top: 48px; padding-bottom: 56px; }
  .product-prose > h2 { margin-top: 48px; }
  .product-prose .model-overview { margin-bottom: 44px; }
  .product-visual-card figcaption { padding: 30px 24px; }
}

/* Product introduction: selection and specification tables side by side */
.product-prose .cms-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(32px, 4vw, 64px);
  align-items: start;
}
.product-prose .cms-content > p:first-child {
  grid-column: 1 / -1;
  max-width: 980px;
  margin-bottom: 8px;
}
.product-prose .cms-content > h2:nth-of-type(1) {
  grid-column: 1;
  grid-row: 2;
}
.product-prose .cms-content > table:nth-of-type(1) {
  grid-column: 1;
  grid-row: 3;
}
.product-prose .cms-content > h2:nth-of-type(2) {
  grid-column: 2;
  grid-row: 2;
}
.product-prose .cms-content > table:nth-of-type(2) {
  grid-column: 2;
  grid-row: 3;
}
.product-prose .cms-content > table {
  display: table;
  margin: 0 0 26px;
  white-space: normal;
}
.product-prose .cms-content > h2:nth-of-type(n+3),
.product-prose .cms-content > h2:nth-of-type(n+3) ~ p {
  grid-column: 1 / -1;
}

@media (max-width: 860px) {
  .product-prose .cms-content { display: block; }
  .product-prose .cms-content > table { display: block; margin-bottom: 38px; overflow-x: auto; }
}

/* Product application gallery: four across on desktop */
.product-prose .scenario-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.product-prose .scenario-grid a,
.product-prose .scenario-grid a:first-child {
  grid-column: auto;
  min-height: 180px;
}
.product-prose .scenario-grid img,
.product-prose .scenario-grid a:first-child img {
  min-height: 180px;
  object-fit: cover;
}

@media (max-width: 980px) {
  .product-prose .scenario-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 580px) {
  .product-prose .scenario-grid { grid-template-columns: 1fr; }
}

/* Application case carousel */
.product-prose .scenario-grid[data-scenario-rail] {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.product-prose .scenario-grid[data-scenario-rail]::-webkit-scrollbar { display: none; }
.product-prose .scenario-grid[data-scenario-rail] > a,
.product-prose .scenario-grid[data-scenario-rail] > a:first-child {
  width: calc((100% - 48px) / 4);
  min-width: calc((100% - 48px) / 4);
  flex: 0 0 calc((100% - 48px) / 4);
  scroll-snap-align: start;
}
.scenario-rail-controls {
  margin-top: -66px;
  margin-bottom: 24px;
}

@media (max-width: 980px) {
  .product-prose .scenario-grid[data-scenario-rail] > a,
  .product-prose .scenario-grid[data-scenario-rail] > a:first-child {
    width: calc((100% - 16px) / 2);
    min-width: calc((100% - 16px) / 2);
    flex-basis: calc((100% - 16px) / 2);
  }
}

@media (max-width: 580px) {
  .product-prose .scenario-grid[data-scenario-rail] > a,
  .product-prose .scenario-grid[data-scenario-rail] > a:first-child {
    width: 100%;
    min-width: 100%;
    flex-basis: 100%;
  }
  .scenario-rail-controls { margin-top: -54px; }
}

/* Unified model overview and technical specification module */
.product-spec-module {
  margin: 20px 0 56px;
  border: 1px solid var(--line);
  background: #fff;
}
.product-prose .product-spec-module .model-overview {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
}
.product-prose .product-spec-module .product-primary-specs {
  width: 100%;
  margin: 0;
  border: 0;
}
.product-prose .product-spec-module .product-primary-specs th,
.product-prose .product-spec-module .product-primary-specs td {
  padding: 16px 22px;
  border-right: 0;
  border-bottom: 1px solid var(--line);
}
.product-prose .product-spec-module .product-primary-specs tr:last-child th,
.product-prose .product-spec-module .product-primary-specs tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 580px) {
  .product-spec-module { margin-bottom: 44px; }
  .product-prose .product-spec-module .product-primary-specs th,
  .product-prose .product-spec-module .product-primary-specs td { padding: 14px 16px; }
}
