:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --surface-soft: #edf2f7;
  --surface-deep: #dfe9f1;
  --surface-warm: #f8f4ec;
  --ink: #11263a;
  --muted: #5a6c7b;
  --line: rgba(0, 55, 88, 0.12);
  --primary: #003758;
  --primary-strong: #02263e;
  --accent: #0d84b7;
  --accent-mineral: #8aa06b;
  --accent-soft: rgba(13, 132, 183, 0.14);
  --shadow: 0 24px 60px rgba(0, 45, 73, 0.08);
  --shadow-soft: 0 16px 38px rgba(0, 45, 73, 0.07);
  --radius: .5rem;
  --radius-sm: .35rem;
  --shell: min(1180px, calc(100vw - 2rem));
  --header-height: 5rem;
}
* { box-sizing: border-box; }
html { scroll-padding-top: calc(var(--header-height) + 1rem); }
body { margin: 0; font-family: "Aptos", "Segoe UI Variable", "Segoe UI", sans-serif; color: var(--ink); background: radial-gradient(circle at top right, rgba(13,132,183,0.12), transparent 30%), var(--bg); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, .spec-table-wrap:focus-visible { outline: 3px solid rgba(13,132,183,.38); outline-offset: 3px; }
textarea { resize: vertical; }
.visually-hidden, .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: absolute; left: 1rem; top: 1rem; transform: translateY(-150%); background: var(--primary); color: #fff; padding: .75rem 1rem; z-index: 20; }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-tonal { background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(226,236,244,.86)); }
.section-heading { max-width: 52rem; margin-bottom: 2.5rem; }
.eyebrow { margin: 0 0 .65rem; font-size: .78rem; letter-spacing: 0; text-transform: uppercase; color: var(--accent); font-weight: 700; }
h1, h2, h3 { margin: 0; line-height: 1.08; font-family: "Aptos Display", "Bahnschrift", "Segoe UI Variable Display", sans-serif; font-weight: 750; letter-spacing: 0; }
h1 { font-size: clamp(2.7rem, 5vw, 4.9rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.3rem); margin-bottom: 1rem; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; color: var(--muted); }
.lead { font-size: 1.08rem; max-width: 48rem; }
.site-header { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(24px); background: rgba(245,247,251,.8); border-bottom: 1px solid rgba(255,255,255,.45); }
.header-row { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand img { width: auto; height: 48px; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.nav-links { display: flex; gap: 1rem; align-items: center; }
.nav-link, .language-switch { min-height: 44px; display: inline-flex; align-items: center; padding: .5rem .8rem; border-radius: 999px; color: var(--muted); }
.nav-link.is-active { background: rgba(13,132,183,.1); color: var(--primary); }
.language-switch { background: rgba(255,255,255,.72); box-shadow: inset 0 0 0 1px rgba(0,55,88,.08); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 999px; background: rgba(255,255,255,.92); padding: .9rem; flex-direction: column; justify-content: space-between; flex: 0 0 auto; box-shadow: inset 0 0 0 1px rgba(0,55,88,.1); }
.menu-toggle span { display: block; height: 2px; background: var(--primary); border-radius: 999px; }
.hero { padding: clamp(5rem, 10vw, 8rem) 0 3rem; position: relative; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto; height: 34rem; background: radial-gradient(circle at 78% 18%, rgba(255,255,255,.9), transparent 13rem), radial-gradient(circle at 18% 6%, rgba(138,160,107,.16), transparent 15rem), linear-gradient(135deg, rgba(0,55,88,.1), rgba(13,132,183,.035) 58%, rgba(255,255,255,0)); pointer-events: none; z-index: -2; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(30deg, rgba(0,55,88,.075) 1px, transparent 1px), linear-gradient(150deg, rgba(0,55,88,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(13,132,183,.045) 1px, transparent 1px); background-size: 4.2rem 7.2rem; opacity: .32; mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent); pointer-events: none; z-index: -1; }
.hero > .shell { position: relative; z-index: 1; }
.hero-grid, .split, .contact-layout, .product-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.hero-home { min-height: calc(100svh - var(--header-height)); display: grid; align-items: center; padding-bottom: clamp(3rem, 6vw, 5rem); }
.hero-copy h1 { max-width: 13ch; }
.hero-title-line { display: block; }
.hero-visual { position: relative; }
.media-frame { border-radius: calc(var(--radius) * 1.2); overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(225,236,245,.9)); box-shadow: var(--shadow); }
.media-frame__img, .product-card__img, .gallery-item__img { width: 100%; height: 100%; object-fit: cover; }
.media-frame--hero { height: clamp(20rem, 42vw, 34rem); }
.media-frame--map { height: 20rem; }
.media-frame--industries { aspect-ratio: 16 / 10; min-height: 20rem; }
.floating-note { position: absolute; left: -1.25rem; bottom: -1.25rem; max-width: 18rem; padding: 1.25rem; border-radius: var(--radius); background: rgba(255,255,255,.84); backdrop-filter: blur(20px); box-shadow: var(--shadow-soft); border: 1px solid rgba(255,255,255,.72); }
.signal-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.signal-list li { padding: 1rem 1.2rem; border-radius: 1.25rem; background: rgba(255,255,255,.74); box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); }
.signal-list strong { display: block; color: var(--primary); font-size: 1.8rem; }
.hero-micro-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; margin-top: 2rem; }
.hero-micro-card { padding: 1rem; border-radius: var(--radius); background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.78); box-shadow: var(--shadow-soft); }
.hero-micro-card h3 { font-size: .98rem; color: var(--primary); margin-bottom: .35rem; }
.hero-micro-card p { font-size: .92rem; line-height: 1.45; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.7rem; }
.button { min-height: 48px; padding: .85rem 1.45rem; border: 0; border-radius: 999px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; white-space: nowrap; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-1px) scale(1.01); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--primary), var(--accent)); box-shadow: 0 20px 40px rgba(0,55,88,.18); }
.button-secondary { color: var(--primary); background: rgba(255,255,255,.78); box-shadow: inset 0 0 0 1px rgba(0,55,88,.13), 0 12px 26px rgba(0,55,88,.06); }
.card-grid { display: grid; gap: 1.25rem; }
.card-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tonal-card, .contact-card, .spec-card, .product-card, .glass-form, .newsletter-band, .list-column { background: rgba(255,255,255,.82); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.5rem; }
.tonal-stack { display: grid; gap: 1rem; }
.cta-panel { margin-top: 1.5rem; padding: 1.5rem; border-radius: var(--radius); background: linear-gradient(135deg, rgba(0,55,88,.96), rgba(13,132,183,.8)); color: #fff; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: end; }
.cta-panel p, .cta-panel h2 { color: inherit; }
.cta-panel--wide { align-items: center; }
.contact-layout { align-items: start; }
.form-block { display: grid; gap: .95rem; align-content: start; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: start; }
.form-grid label, .field-inline { display: grid; gap: .45rem; min-width: 0; align-content: start; }
.field-full { grid-column: 1 / -1; }
input, textarea { width: 100%; border: 0; border-radius: 1rem; padding: .95rem 1rem; background: var(--surface-soft); color: var(--ink); box-shadow: inset 4px 0 0 transparent; line-height: 1.35; }
.form-grid input { min-height: 3.35rem; height: 3.35rem; }
.form-grid textarea { min-height: 10rem; padding-block: 1rem; line-height: 1.5; }
input::placeholder, textarea::placeholder { color: #65798a; opacity: 1; }
input:focus, textarea:focus { outline: none; background: #fff; box-shadow: inset 4px 0 0 var(--accent), 0 0 0 1px rgba(0,55,88,.08); }
.field-error { min-height: 1rem; color: #a63b3b; }
.form-status { min-height: 1.2rem; margin: 0; }
.form-block > .button { justify-self: start; margin-top: .15rem; }
.newsletter-band { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; }
.newsletter-form { display: flex; gap: .8rem; align-items: start; flex-wrap: wrap; }
.field-inline input { min-width: min(32rem, 80vw); }
.breadcrumbs { display: none; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0 0 1.2rem; display: flex; flex-wrap: wrap; gap: .65rem; color: var(--muted); }
.breadcrumbs li::after { content: "/"; margin-left: .65rem; }
.breadcrumbs li:last-child::after { content: none; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.product-card { padding: 0; overflow: hidden; }
.product-card a { display: grid; min-height: 100%; }
.product-card__media { min-height: 15rem; }
.product-card__body { padding: 1.35rem; }
.product-card__badge, .product-strip-card__badge { justify-self: start; margin: 0; display: inline-flex; align-items: center; min-height: 1.75rem; padding: .28rem .55rem; border-radius: var(--radius-sm); background: rgba(0,55,88,.08); color: var(--primary); font-size: .72rem; line-height: 1.25; font-weight: 800; text-transform: uppercase; }
.text-link { color: var(--accent); font-weight: 700; }
.other-products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.other-products-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.narrative-grid { display: grid; gap: 1.5rem; }
.content-section { display: grid; gap: .85rem; padding-bottom: .75rem; }
.item-row { display: grid; gap: .35rem; padding: 1rem 1.2rem; border-radius: 1.2rem; background: rgba(237,242,247,.8); }
.gallery { display: grid; gap: 1rem; }
.gallery--hero { grid-template-columns: 1.3fr .7fr; grid-auto-rows: minmax(10rem, 14rem); }
.gallery--hero .gallery-item:first-child { grid-row: span 2; min-height: 100%; }
.gallery-item { overflow: hidden; border-radius: 1.4rem; background: var(--surface); box-shadow: var(--shadow); }
.spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.spec-card dl { margin: 0; display: grid; gap: .75rem; }
.spec-card div { display: grid; gap: .25rem; }
.spec-card dt { color: var(--primary); font-weight: 700; }
.site-footer { padding: clamp(2rem, 4vw, 3rem) 0 1.4rem; background: linear-gradient(135deg, #071726, #0a2334); }
.site-footer * { color: rgba(255,255,255,.88); }
.footer-grid { display: grid; grid-template-columns: minmax(16rem, 1.15fr) minmax(14rem, .9fr) minmax(12rem, .75fr); gap: clamp(1rem, 3vw, 2rem); align-items: start; }
.footer-company, .footer-column { display: grid; gap: .48rem; align-content: start; }
.footer-contact { font-style: normal; }
.footer-logo { width: min(10.5rem, 100%); height: auto; margin-bottom: .35rem; }
.footer-copy { margin: 0; }
.footer-label { margin: 0 0 .2rem; font-size: .76rem; text-transform: uppercase; font-weight: 800; color: rgba(255,255,255,.58); }
.footer-company-line { max-width: 26rem; color: rgba(255,255,255,.72); }
.footer-links a, .footer-button, .footer-contact a { width: fit-content; color: rgba(255,255,255,.82); font-size: .95rem; line-height: 1.35; }
.footer-links a:hover, .footer-button:hover { color: #fff; }
.footer-button { border: 0; background: none; padding: 0; text-align: left; min-height: 44px; }
.footer-links--legal { gap: .45rem; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding-top: 1rem; margin-top: .35rem; border-top: 1px solid rgba(255,255,255,.12); }
.footer-credit { margin-left: auto; }
.footer-credit a { font-weight: 750; }
.linkedin-icon-link { width: 2.6rem; height: 2.6rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; }
.linkedin-icon-link:hover { background: rgba(255,255,255,.18); }
.linkedin-icon-link svg { width: 1.18rem; height: 1.18rem; fill: currentColor; }
.contact-social { margin-top: .25rem; background: var(--primary); color: #fff; }
.cookie-banner { position: fixed; inset: auto 1rem 1rem; z-index: 40; max-width: calc(100vw - 2rem); }
.cookie-panel { width: min(25rem, calc(100vw - 2rem)); padding: 1.25rem; border-radius: 1.25rem; background: rgba(8, 27, 43, .95); box-shadow: var(--shadow); }
.cookie-panel p { color: rgba(255,255,255,.82); }
.cookie-actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.page-status .hero, .page-thank-you .hero { min-height: 70svh; display: grid; align-items: center; }
.section-compact { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.section-heading--row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 1rem; }
.section-heading--row .button { flex: 0 0 auto; min-width: max-content; }
.product-strip-shell { position: relative; min-width: 0; overflow-x: clip; }
.product-strip-shell::before, .product-strip-shell::after { content: ""; position: absolute; top: 0; bottom: .9rem; width: 3rem; pointer-events: none; z-index: 2; }
.product-strip-shell::before { left: 0; background: linear-gradient(90deg, var(--bg), rgba(245,247,251,0)); }
.product-strip-shell::after { right: 0; background: linear-gradient(270deg, var(--bg), rgba(245,247,251,0)); }
.product-strip { width: 100%; max-width: 100%; min-width: 0; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(12.75rem, 16rem); gap: 1rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; padding: .25rem .25rem 1rem; scrollbar-width: thin; scrollbar-color: rgba(0,55,88,.28) transparent; }
.product-strip::-webkit-scrollbar { height: .55rem; }
.product-strip::-webkit-scrollbar-thumb { background: rgba(0,55,88,.24); border-radius: 999px; }
.product-strip-card { scroll-snap-align: start; background: rgba(255,255,255,.9); border-radius: var(--radius); box-shadow: var(--shadow-soft); overflow: hidden; min-height: 100%; border: 1px solid rgba(0,55,88,.06); }
.product-strip-card a { min-height: 100%; display: grid; grid-template-rows: 8.5rem 1fr; }
.product-strip-card__media { aspect-ratio: 4 / 3; background: var(--surface-soft); overflow: hidden; }
.product-strip-card__img { width: 100%; height: 100%; object-fit: cover; }
.product-strip-card__body { padding: 1rem; display: grid; grid-template-rows: auto auto 1fr; align-content: start; gap: .45rem; background: rgba(255,255,255,.96); }
.product-strip-card h3 { font-size: 1.02rem; line-height: 1.18; }
.product-strip-card--all a { grid-template-rows: 1fr; min-height: 14rem; background: linear-gradient(135deg, rgba(0,55,88,.96), rgba(13,132,183,.82)); }
.product-strip-card--all * { color: #fff; }
.product-strip-card--all .product-strip-card__body { background: transparent; }
.product-strip-card--all .product-strip-card__badge { background: rgba(255,255,255,.16); color: #fff; }
.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.product-card { border-radius: var(--radius); border: 1px solid rgba(0,55,88,.06); box-shadow: var(--shadow-soft); }
.product-card a { grid-template-rows: 10.5rem 1fr; }
.product-card__media { min-height: 0; aspect-ratio: 4 / 3; background: var(--surface-soft); overflow: hidden; }
.product-card__body { padding: 1rem; display: grid; grid-template-rows: auto auto 1fr auto; gap: .55rem; background: rgba(255,255,255,.96); }
.product-card__body h3 { font-size: 1.1rem; line-height: 1.18; }
.product-card__body > p:not(.product-card__badge) { font-size: .95rem; margin: 0; }
.product-card__body .product-card__badge { font-size: .72rem; margin: 0; color: var(--primary); background: rgba(13,132,183,.12); }
.product-card .text-link, .product-strip-card .text-link { align-self: end; }
.filter-row { display: flex; gap: 1rem; align-items: end; justify-content: space-between; margin: 0 0 1.5rem; }
.filter-row label { display: grid; gap: .45rem; min-width: min(28rem, 100%); color: var(--primary); font-weight: 700; }
.other-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.list-column { padding: 1rem; border-radius: var(--radius); box-shadow: none; background: rgba(255,255,255,.72); }
.list-column h3 { font-size: 1rem; margin-bottom: .7rem; color: var(--primary); }
.other-products-list li { color: var(--muted); font-size: .95rem; }
.product-hero { align-items: center; }
.product-hero__media, .context-media { overflow: hidden; border-radius: var(--radius); background: var(--surface-soft); box-shadow: var(--shadow); }
.product-hero__media { aspect-ratio: 4 / 3; }
.product-hero__img, .context-media__img { width: 100%; height: 100%; object-fit: cover; }
.product-content { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.product-content h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin: 0 0 .8rem; color: var(--primary); }
.product-content h3 { font-size: 1.2rem; font-weight: 750; color: var(--primary-strong); margin: 0; }
.product-content h4 { font-size: 1rem; font-weight: 750; margin: 1.2rem 0 .4rem; color: var(--primary); }
.product-content p { max-width: 72rem; line-height: 1.72; }
.product-content > .content-section { background: rgba(255,255,255,.82); border: 1px solid rgba(0,55,88,.08); border-radius: var(--radius); padding: clamp(1.25rem, 3vw, 2rem); box-shadow: var(--shadow-soft); }
.product-content > .content-section h2 { padding-bottom: .75rem; border-bottom: 1px solid rgba(0,55,88,.1); }
.content-section--intro { background: rgba(255,255,255,.9); border-radius: var(--radius); padding: clamp(1.25rem, 3vw, 2rem); }
.item-row { border-left: 3px solid rgba(13,132,183,.42); }
.product-context { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(1.5rem, 3vw, 2.5rem); align-items: center; background: rgba(255,255,255,.62); border: 1px solid rgba(0,55,88,.07); border-radius: var(--radius); padding: clamp(1rem, 2vw, 1.5rem); }
.product-context .context-media { aspect-ratio: 4 / 3; }
.product-context--cta { background: linear-gradient(135deg, rgba(0,55,88,.96), rgba(13,132,183,.82)); border-radius: var(--radius); padding: clamp(1.25rem, 3vw, 2rem); }
.product-context--cta h2, .product-context--cta p, .product-context--cta .eyebrow { color: #fff; }
.product-spec-block { display: grid; gap: .85rem; }
.spec-table-wrap { overflow-x: auto; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.product-spec-table { width: 100%; min-width: 42rem; border-collapse: collapse; }
.product-spec-table th { text-align: left; padding: .85rem 1rem; color: #fff; background: var(--primary); font-weight: 750; }
.product-spec-table td { padding: .85rem 1rem; vertical-align: top; border-top: 1px solid rgba(0,55,88,.08); color: var(--muted); }
.product-spec-table td:first-child { width: 32%; color: var(--primary); font-weight: 750; }
.spec-note, .spec-source { font-size: .95rem; color: var(--muted); }
.section-faq { padding: clamp(3rem, 6vw, 5rem) 0; }
.faq-block { display: grid; gap: 1rem; max-width: 56rem; }
.faq-block .section-heading { margin-bottom: .75rem; }
.faq-list { display: grid; gap: .7rem; }
.faq-item { border: 1px solid rgba(0,55,88,.1); border-radius: var(--radius); background: rgba(255,255,255,.86); box-shadow: var(--shadow-soft); overflow: hidden; }
.faq-item summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; color: var(--primary); font-weight: 750; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; width: 1.75rem; height: 1.75rem; flex: 0 0 1.75rem; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: rgba(13,132,183,.12); color: var(--primary); font-weight: 800; }
.faq-item[open] summary::after { content: "-"; }
.faq-item__answer { padding: 0 1.15rem 1rem; }
.faq-item__answer p { margin: 0; }
.hero-home .eyebrow, .hero-home .hero-title-line, .hero-home .lead, .hero-home .hero-actions, .hero-home .hero-micro-card, .hero-home .hero-visual { opacity: 0; transform: translateY(16px); animation: hero-rise .78s cubic-bezier(.22, .8, .24, 1) forwards; }
.hero-home .eyebrow { animation-delay: .08s; }
.hero-home .hero-title-line:nth-child(1) { animation-delay: .2s; }
.hero-home .hero-title-line:nth-child(2) { animation-delay: .34s; }
.hero-home .lead { animation-delay: .5s; }
.hero-home .hero-actions { animation-delay: .66s; }
.hero-home .hero-micro-card:nth-child(1) { animation-delay: .82s; }
.hero-home .hero-micro-card:nth-child(2) { animation-delay: .94s; }
.hero-home .hero-micro-card:nth-child(3) { animation-delay: 1.06s; }
.hero-home .hero-visual { animation-delay: .58s; }
@keyframes hero-rise {
  to { opacity: 1; transform: translateY(0); }
}
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .72s cubic-bezier(.22,.8,.24,1), transform .72s cubic-bezier(.22,.8,.24,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .hero-grid, .split, .contact-layout, .product-hero, .card-grid--four, .product-grid, .spec-grid, .other-products-grid { grid-template-columns: 1fr; }
  .card-grid--two { grid-template-columns: 1fr; }
  .gallery--hero { grid-template-columns: 1fr; }
  .gallery--hero .gallery-item:first-child { grid-row: span 1; }
  .floating-note { position: static; margin-top: 1rem; }
  .hero-micro-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .menu-toggle { display: inline-flex; }
  .site-nav { position: fixed; inset: var(--header-height) 1rem auto; padding: 1rem; border-radius: 1.25rem; background: rgba(255,255,255,.95); flex-direction: column; align-items: stretch; box-shadow: var(--shadow); transform: scale(.98); opacity: 0; pointer-events: none; }
  .site-nav.is-open { opacity: 1; transform: scale(1); pointer-events: auto; }
  .nav-links { flex-direction: column; align-items: stretch; }
  .nav-link, .language-switch { width: 100%; justify-content: flex-start; }
  .signal-list { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .form-block > .button { width: 100%; }
  .field-inline input { min-width: 0; width: 100%; }
  .newsletter-form { width: 100%; }
  .media-frame--industries { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-credit { margin-left: 0; }
  .brand img { height: 42px; }
}
@media (max-width: 1180px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .product-grid, .other-products-grid, .product-context { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading--row { align-items: start; flex-direction: column; }
}
@media (max-width: 700px) {
  .product-grid, .other-products-grid, .product-context { grid-template-columns: 1fr; }
  .filter-row { align-items: stretch; flex-direction: column; }
  .section-heading--row .button { width: auto; max-width: 100%; }
  .product-strip { grid-auto-columns: minmax(11.5rem, 78vw); }
  .product-spec-table { min-width: 38rem; }
}
@media (max-width: 520px) {
  :root { --shell: min(100vw - 1.25rem, 1180px); }
  .section { padding: 3rem 0; }
  .hero { padding-top: 3.25rem; }
  h1 { font-size: clamp(2.25rem, 12vw, 3.2rem); }
  h2 { font-size: clamp(1.65rem, 9vw, 2.25rem); }
  .button { width: 100%; white-space: normal; text-align: center; }
  .section-heading--row .button, .filter-row .button { width: 100%; }
  .product-strip-shell::before, .product-strip-shell::after { width: 1.25rem; }
  .product-strip { grid-auto-columns: minmax(10.75rem, 84vw); }
  .product-content > .content-section, .content-section--intro, .product-context { padding: 1rem; }
  .product-spec-table { min-width: 34rem; }
  .faq-item summary { padding: .95rem 1rem; }
  .faq-item__answer { padding-inline: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .hero-home .eyebrow, .hero-home .hero-title-line, .hero-home .lead, .hero-home .hero-actions, .hero-home .hero-micro-card, .hero-home .hero-visual, .reveal { opacity: 1 !important; transform: none !important; }
}
