:root {
  --color-primary: #1268c4;
  --color-primary-dark: #071d33;
  --color-primary-deep: #041321;
  --color-primary-light: #eaf4ff;
  --color-accent: #e8b84a;
  --color-accent-dark: #b98617;
  --color-metal: #aeb9c5;
  --color-background: #f4f7fa;
  --color-surface: #ffffff;
  --color-text: #17212b;
  --color-muted: #64717f;
  --color-border: #dbe3eb;
  --color-white: #ffffff;
  --color-success: #16734a;
  --color-error: #b42318;
  --container-width: 1200px;
  --radius-sm: .45rem;
  --radius-md: .85rem;
  --radius-lg: 1.35rem;
  --shadow-sm: 0 6px 20px rgb(7 29 51 / .08);
  --shadow-md: 0 18px 46px rgb(7 29 51 / .13);
  --shadow-lg: 0 32px 80px rgb(4 19 33 / .2);
  --header-height: 5rem;
  --section-space: clamp(4.5rem, 8vw, 8rem);
  --transition: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1rem); }
body { margin: 0; color: var(--color-text); background: var(--color-background); font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
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(--color-primary-dark); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.45rem, 6vw, 5.15rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { text-wrap: pretty; }
ul { padding-left: 1.25rem; }
:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 9999; top: .75rem; left: .75rem; padding: .8rem 1rem; color: var(--color-primary-dark); background: var(--color-accent); border-radius: var(--radius-sm); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 2rem), var(--container-width)); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.section--tight { padding-block: clamp(3rem, 5vw, 5rem); }
.section--white { background: var(--color-surface); }
.section--dark { position: relative; overflow: hidden; color: #dbe9f6; background: linear-gradient(135deg, var(--color-primary-deep), #0a3152); }
.section--dark::before { position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgb(18 104 196 / .28), transparent 34%), linear-gradient(120deg, transparent 65%, rgb(232 184 74 / .07)); content: ""; pointer-events: none; }
.section--dark > * { position: relative; }
.section--dark h2, .section--dark h3 { color: var(--color-white); }
.eyebrow { display: inline-flex; gap: .55rem; align-items: center; margin-bottom: 1rem; color: var(--color-primary); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 2rem; height: 2px; background: var(--color-accent); content: ""; }
.section--dark .eyebrow { color: #a9d2fa; }
.lead { max-width: 44rem; color: var(--color-muted); font-size: clamp(1.05rem, 1.4vw, 1.25rem); }
.section--dark .lead { color: #c2d3e3; }
.section-heading { max-width: 55rem; margin-bottom: clamp(2rem, 5vw, 3.75rem); }
.section-heading h2 { margin-bottom: 1rem; }
.section-heading p { margin-bottom: 0; }
.center { margin-inline: auto; text-align: center; }
.center .eyebrow { justify-content: center; }
.muted { color: var(--color-muted); }
.text-link { display: inline-flex; gap: .45rem; align-items: center; color: var(--color-primary); font-weight: 750; }
.text-link::after { content: "→"; transition: transform var(--transition); }
.text-link:hover::after { transform: translateX(.25rem); }

.site-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; border-bottom: 1px solid transparent; transition: background var(--transition), box-shadow var(--transition), border-color var(--transition); }
.site-header.is-scrolled, .site-header.has-solid-bg { border-color: rgb(255 255 255 / .09); background: rgb(4 19 33 / .96); box-shadow: 0 8px 30px rgb(0 0 0 / .18); backdrop-filter: blur(14px); }
.header-inner { display: flex; height: var(--header-height); gap: 1rem; align-items: center; justify-content: space-between; }
.brand { display: flex; flex: 0 0 auto; gap: .7rem; align-items: center; color: var(--color-white); }
.brand-mark { position: relative; width: 2.85rem; height: 2.85rem; overflow: hidden; border: 1px solid rgb(255 255 255 / .15); border-radius: .65rem; background: #050b11; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; transform: scale(2.15); transform-origin: 50% 24%; }
.brand-name { display: grid; line-height: 1; }
.brand-name strong { font-size: 1.02rem; letter-spacing: .025em; }
.brand-name small { margin-top: .3rem; color: var(--color-accent); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: clamp(.75rem, 1.5vw, 1.5rem); align-items: center; }
.desktop-nav a { color: #e6eef6; font-size: .9rem; font-weight: 650; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--color-accent); }
.header-actions { display: flex; gap: .65rem; align-items: center; }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; padding: .7rem; color: white; border: 1px solid rgb(255 255 255 / .22); border-radius: var(--radius-sm); background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: .25rem 0; background: currentColor; transition: transform var(--transition), opacity var(--transition); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { position: fixed; z-index: 990; top: var(--header-height); right: 0; bottom: 0; width: min(100%, 26rem); padding: 2rem; background: var(--color-primary-deep); box-shadow: var(--shadow-lg); transform: translateX(105%); transition: transform 240ms ease; }
.mobile-nav.is-open { transform: none; }
.mobile-nav a { display: block; padding: .9rem 0; color: white; border-bottom: 1px solid rgb(255 255 255 / .1); font-size: 1.1rem; font-weight: 700; }
.mobile-nav .button { margin-top: 1.5rem; }

.button { display: inline-flex; min-height: 3rem; gap: .55rem; align-items: center; justify-content: center; padding: .75rem 1.15rem; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 800; line-height: 1.2; transition: transform var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition); }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--color-primary); box-shadow: 0 10px 26px rgb(18 104 196 / .25); }
.button--primary:hover { background: #0d57a6; }
.button--accent { color: var(--color-primary-deep); background: var(--color-accent); box-shadow: 0 10px 26px rgb(232 184 74 / .22); }
.button--accent:hover { background: #f1c967; }
.button--outline { color: white; border-color: rgb(255 255 255 / .42); background: rgb(255 255 255 / .04); }
.button--light { color: var(--color-primary-dark); border-color: var(--color-border); background: white; }
.button--small { min-height: 2.65rem; padding: .6rem .9rem; font-size: .86rem; }
.button--block { width: 100%; }

.hero { position: relative; display: grid; min-height: min(900px, 100svh); overflow: hidden; align-items: end; color: white; background: var(--color-primary-deep); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(3 15 27 / .97) 0%, rgb(3 15 27 / .83) 42%, rgb(3 15 27 / .34) 75%, rgb(3 15 27 / .5) 100%), linear-gradient(0deg, rgb(3 15 27 / .75), transparent 50%); content: ""; }
.hero-content { position: relative; z-index: 1; max-width: 61rem; padding-top: calc(var(--header-height) + 4rem); padding-bottom: clamp(4rem, 8vw, 7rem); }
.hero h1 { max-width: 59rem; margin-bottom: 1.5rem; color: white; }
.hero .lead { max-width: 49rem; color: #d8e5f0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-block: 2rem 1.7rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 1rem 1.75rem; color: #e2edf6; font-size: .92rem; font-weight: 650; }
.hero-meta a:hover { color: var(--color-accent); }
.hero .eyebrow { color: #a9d2fa; }
.diagonal-edge { position: absolute; z-index: 2; right: 0; bottom: -1px; left: 0; height: clamp(2rem, 5vw, 5rem); background: var(--color-background); clip-path: polygon(0 80%, 100% 0, 100% 100%, 0 100%); }

.trust-bar { position: relative; z-index: 3; margin-top: -1.25rem; }
.trust-grid { display: grid; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-md); grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.45rem; border-right: 1px solid var(--color-border); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--color-primary-dark); font-size: 1rem; }
.trust-item span { color: var(--color-muted); font-size: .86rem; }
.trust-icon { display: grid; width: 2.4rem; height: 2.4rem; margin-bottom: .85rem; color: var(--color-primary); border-radius: 50%; background: var(--color-primary-light); place-items: center; font-weight: 900; }

.grid-2, .grid-3, .grid-4 { display: grid; gap: 1.25rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { display: grid; gap: clamp(2rem, 6vw, 6rem); align-items: center; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.split--wide-media { grid-template-columns: .85fr 1.15fr; }
.section-followup { margin-top: clamp(3rem, 7vw, 6rem); padding-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--color-border); }
.media-card { position: relative; min-height: 30rem; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.media-card img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.media-card::after { position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgb(4 19 33 / .5)); content: ""; }
.media-badge { position: absolute; z-index: 2; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; padding: 1rem; color: white; border: 1px solid rgb(255 255 255 / .2); border-radius: var(--radius-md); background: rgb(4 19 33 / .78); backdrop-filter: blur(8px); }

.feature-card, .product-card, .sector-card, .info-card { position: relative; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.feature-card:hover, .product-card:hover, .sector-card:hover { border-color: #b8cee2; box-shadow: var(--shadow-md); transform: translateY(-4px); }
.feature-card { padding: 1.5rem; }
.feature-card .number { display: block; margin-bottom: 1rem; color: var(--color-primary); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.feature-card p, .product-card p, .sector-card p { color: var(--color-muted); }
.product-card { display: flex; min-height: 100%; flex-direction: column; }
.product-card-media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #dfe8ef; }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.product-card:hover .product-card-media img { transform: scale(1.035); }
.product-card-tag { position: absolute; top: 1rem; left: 1rem; padding: .35rem .65rem; color: var(--color-primary-dark); border-radius: 99px; background: var(--color-accent); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 1.4rem; }
.product-card-body ul { margin: 0 0 1.25rem; color: var(--color-muted); font-size: .9rem; }
.product-card-body .text-link { margin-top: auto; }
.sector-card { min-height: 21rem; padding: 1.65rem; color: white; background-position: center; background-size: cover; }
.sector-card::before { position: absolute; inset: 0; background: linear-gradient(0deg, rgb(4 19 33 / .96), rgb(4 19 33 / .38)); content: ""; }
.sector-card > * { position: relative; }
.sector-card h3, .sector-card p { color: white; }
.sector-card ul { color: #d8e5f0; }
.sector-card--industrial { background-position: center 72%; }

.spec-list { display: grid; gap: .75rem; margin: 1.75rem 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.spec { padding: 1rem; border: 1px solid rgb(255 255 255 / .16); border-radius: var(--radius-sm); background: rgb(255 255 255 / .06); }
.spec small { display: block; margin-bottom: .25rem; color: #9fb6ca; text-transform: uppercase; letter-spacing: .08em; }
.spec strong { color: white; font-size: 1.08rem; }
.color-swatches { display: flex; gap: .65rem; margin-block: 1.5rem; }
.swatch { width: 2.25rem; height: 2.25rem; border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 1px rgb(255 255 255 / .25); }
.swatch--blue { background: #1268c4; }.swatch--red { background: #c8202f; }.swatch--green { background: #237044; }.swatch--white { background: #f4f5f5; }

.selector, .quote-panel { border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-md); }
.selector { padding: clamp(1.25rem, 4vw, 2.5rem); }
.progress { height: .42rem; margin-bottom: 2rem; overflow: hidden; border-radius: 99px; background: #dfe7ef; }
.progress-bar { width: 33.333%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--color-primary), #4aa2f5); transition: width 260ms ease; }
.selector-step[hidden], .selector-result[hidden] { display: none; }
.selector-options { display: grid; gap: .75rem; grid-template-columns: repeat(3, 1fr); }
.choice { min-height: 4rem; padding: .8rem; color: var(--color-primary-dark); border: 1px solid var(--color-border); border-radius: var(--radius-sm); background: white; font-weight: 750; text-align: left; }
.choice:hover, .choice[aria-pressed="true"] { border-color: var(--color-primary); background: var(--color-primary-light); }
.selector-result { padding: 1.5rem; border-left: 4px solid var(--color-accent); border-radius: var(--radius-sm); background: var(--color-primary-light); }
.selector-result h3 { color: var(--color-primary); }
.selector-disclaimer { color: var(--color-muted); font-size: .85rem; }
.selector-controls { display: flex; gap: .75rem; justify-content: space-between; margin-top: 1.5rem; }

.process { counter-reset: steps; }
.process-step { position: relative; padding: 1.5rem 1.2rem 1.5rem 4.25rem; border-top: 1px solid var(--color-border); }
.process-step::before { position: absolute; top: 1.25rem; left: 1rem; display: grid; width: 2.45rem; height: 2.45rem; color: white; border-radius: 50%; background: var(--color-primary); counter-increment: steps; content: counter(steps); place-items: center; font-weight: 900; }
.process-step h3 { margin-bottom: .35rem; font-size: 1.1rem; }
.process-step p { margin: 0; color: var(--color-muted); font-size: .92rem; }

.quote-panel { overflow: hidden; }
.quote-panel-header { padding: clamp(1.5rem, 4vw, 2.5rem); color: white; background: var(--color-primary-dark); }
.quote-panel-header h2 { color: white; }
.quote-panel-header p { margin: 0; color: #c8d8e7; }
.quote-form { padding: clamp(1.25rem, 4vw, 2.5rem); }
.form-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: grid; gap: .4rem; }
.field--full { grid-column: 1 / -1; }
.field label, .field legend { color: var(--color-primary-dark); font-size: .9rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 3rem; padding: .7rem .8rem; color: var(--color-text); border: 1px solid #bfcbd6; border-radius: var(--radius-sm); background: white; }
.field textarea { min-height: 7rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgb(18 104 196 / .13); outline: 0; }
.field-help { color: var(--color-muted); font-size: .78rem; }
.form-error { color: var(--color-error); font-size: .82rem; font-weight: 700; }
.form-actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-top: 1.5rem; }
.privacy-note { margin: 1rem 0 0; color: var(--color-muted); font-size: .78rem; }

.location-card { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }
.location-list { display: grid; gap: 1rem; margin: 1.5rem 0; padding: 0; list-style: none; }
.location-list strong { display: block; color: var(--color-primary-dark); }
.map-placeholder { display: grid; min-height: 26rem; padding: 2rem; color: #bed2e5; border-radius: var(--radius-lg); background: linear-gradient(145deg, #0b2a46, #071a2b); place-items: center; text-align: center; }
.map-placeholder strong { display: block; margin-bottom: .5rem; color: white; font-size: 1.3rem; }

.faq-list { border-top: 1px solid var(--color-border); }
.faq-item { border-bottom: 1px solid var(--color-border); }
.faq-question { display: flex; width: 100%; gap: 1rem; align-items: center; justify-content: space-between; padding: 1.35rem 0; color: var(--color-primary-dark); border: 0; background: transparent; font-weight: 800; text-align: left; }
.faq-question::after { flex: 0 0 auto; color: var(--color-primary); content: "+"; font-size: 1.5rem; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { padding: 0 2.5rem 1.35rem 0; color: var(--color-muted); }
.faq-answer[hidden] { display: none; }

.page-hero { position: relative; overflow: hidden; padding: calc(var(--header-height) + 5rem) 0 5rem; color: white; background: linear-gradient(125deg, var(--color-primary-deep), #0a3a63); }
.page-hero::after { position: absolute; inset: 0; background: radial-gradient(circle at 85% 15%, rgb(18 104 196 / .35), transparent 28%), linear-gradient(115deg, transparent 62%, rgb(232 184 74 / .09)); content: ""; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 56rem; margin-bottom: 1.25rem; color: white; }
.page-hero .lead { color: #cadbea; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; color: #a9bfd2; font-size: .84rem; }
.breadcrumbs a:hover { color: var(--color-accent); }
.breadcrumbs span::before { margin-right: .5rem; content: "/"; }
.product-hero { display: grid; gap: 2.5rem; align-items: center; grid-template-columns: 1.05fr .95fr; }
.product-hero-media { overflow: hidden; border: 1px solid rgb(255 255 255 / .18); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; }
.product-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.data-table { width: 100%; overflow: hidden; border-collapse: collapse; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: white; }
.data-table th, .data-table td { padding: 1rem; border-bottom: 1px solid var(--color-border); text-align: left; vertical-align: top; }
.data-table th { width: 32%; color: var(--color-primary-dark); background: #f1f6fa; }
.notice { padding: 1rem 1.15rem; color: #5f4a18; border-left: 4px solid var(--color-accent); border-radius: var(--radius-sm); background: #fff8e7; }
.tag-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.2rem 0; padding: 0; list-style: none; }
.tag-list li { padding: .35rem .7rem; color: var(--color-primary); border-radius: 99px; background: var(--color-primary-light); font-size: .82rem; font-weight: 750; }
.filters { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 2rem; }
.filter-button { padding: .65rem 1rem; color: var(--color-primary-dark); border: 1px solid var(--color-border); border-radius: 99px; background: white; font-weight: 750; }
.filter-button[aria-pressed="true"] { color: white; border-color: var(--color-primary); background: var(--color-primary); }
.project-card[hidden] { display: none; }
.placeholder-card { padding: 2rem; border: 1px dashed #9eb0c0; border-radius: var(--radius-md); background: #f8fafc; }

.cta-band { padding: clamp(2rem, 5vw, 3.5rem); color: white; border-radius: var(--radius-lg); background: linear-gradient(120deg, var(--color-primary), #084781); box-shadow: var(--shadow-md); }
.cta-band h2 { max-width: 44rem; color: white; }
.cta-band p { max-width: 43rem; color: #dcebf8; }
.cta-band-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }

.site-footer { color: #b9cbdc; background: #03101d; }
.footer-main { display: grid; gap: 2.5rem; padding-block: 4rem; grid-template-columns: 1.35fr repeat(3, 1fr); }
.footer-main h2, .footer-main h3 { color: white; }
.footer-main h3 { font-size: .95rem; letter-spacing: .04em; }
.footer-main ul { margin: 0; padding: 0; list-style: none; }
.footer-main li { margin: .5rem 0; }
.footer-main a:hover { color: var(--color-accent); }
.footer-tagline { color: var(--color-accent); font-size: .82rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { display: flex; gap: 1rem; justify-content: space-between; padding-block: 1.25rem; border-top: 1px solid rgb(255 255 255 / .1); font-size: .78rem; }
.whatsapp-float { position: fixed; z-index: 900; right: 1rem; bottom: 1rem; display: flex; width: 3.4rem; height: 3.4rem; align-items: center; justify-content: center; color: white; border: 2px solid white; border-radius: 50%; background: #198754; box-shadow: 0 12px 30px rgb(0 0 0 / .24); opacity: 0; pointer-events: none; transform: translateY(1rem); transition: opacity var(--transition), transform var(--transition); }
.whatsapp-float.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.whatsapp-float svg { width: 1.65rem; }
.reveal { opacity: 0; transform: translateY(1.25rem); transition: opacity 500ms ease, transform 500ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav, .header-quote { display: none; }
  .menu-toggle { display: block; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
  :root { --header-height: 4.5rem; }
  .container { width: min(calc(100% - 1.35rem), var(--container-width)); }
  .hero { min-height: 46rem; }
  .hero-media::after { background: linear-gradient(0deg, rgb(3 15 27 / .97) 12%, rgb(3 15 27 / .8) 70%, rgb(3 15 27 / .55)); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--color-border); }
  .split, .split--wide-media, .product-hero { grid-template-columns: 1fr; }
  .media-card { min-height: 23rem; }
  .grid-3 { grid-template-columns: 1fr; }
  .selector-options { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .product-hero-media { order: -1; }
}
@media (max-width: 560px) {
  .brand-name small { display: none; }
  .hero-actions, .hero-actions .button, .cta-band-actions .button, .form-actions .button { width: 100%; }
  .hero-meta { display: grid; gap: .45rem; }
  .grid-2, .grid-4, .spec-list, .selector-options { grid-template-columns: 1fr; }
  .trust-item { padding: 1rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .data-table, .data-table tbody, .data-table tr, .data-table th, .data-table td { display: block; width: 100%; }
  .data-table th { border-bottom: 0; }
  .selector-controls { flex-direction: column-reverse; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
