:root {
    --black: #0a0c09;
    --charcoal: #11140f;
    --charcoal-2: #1c2018;
    --olive: #72752b;
    --olive-dark: #424817;
    --olive-light: #9ca140;
    --accent: #d26920;
    --white: #ffffff;
    --paper: #f4f3ef;
    --ink: #151812;
    --muted: #666a60;
    --border: #d0cec7;
    --dark-border: rgba(156, 161, 64, .36);
    --container: 1420px;
    --header-height: 84px;
    --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
    --body: Arial, Helvetica, sans-serif;
    --ease: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; letter-spacing: .025em; line-height: .98; text-transform: uppercase; }
h2 { font-size: clamp(2rem, 3vw, 3.45rem); }
h3 { font-size: 1.25rem; }
p { margin-bottom: 1.15rem; }
ul { margin: 0; padding: 0; list-style: none; }
svg { display: block; }
:focus-visible { outline: 3px solid var(--olive-light); outline-offset: 3px; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section { padding: 78px 0; }
.narrow { max-width: 960px; }
.light-section { background-color: var(--paper); }
.dark-section { background-color: var(--black); color: var(--white); }
.topo-bg { background-image: url("../images/topo.svg"); background-repeat: repeat; }
.topo-dark { background-image: linear-gradient(rgba(9, 12, 8, .95), rgba(9, 12, 8, .95)), url("../images/topo.svg"); background-repeat: repeat; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--black); }
.skip-link:focus { top: 12px; }

.btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 2px; padding: 11px 26px; font-family: var(--display); font-size: 1.05rem; letter-spacing: .055em; line-height: 1; text-transform: uppercase; transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease); cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { border-color: var(--olive); background: linear-gradient(90deg, var(--olive-dark), #68701f); color: var(--white); }
.btn-primary:hover { background: var(--olive); }
.btn-outline { border-color: var(--olive); background: transparent; color: var(--white); }
.btn-outline:hover { background: var(--olive); }
.btn-dark { border-color: #383d34; background: linear-gradient(90deg, #2b3024, #454a34); color: var(--white); }
.btn-accent { background: var(--accent); color: var(--white); }
.btn-small { min-height: 36px; padding: 9px 18px; background: #30361d; color: var(--white); font-size: .88rem; }
.full-width { width: 100%; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--olive-dark); font-weight: 700; }
.text-link.light { color: var(--white); }
.text-link span { color: var(--olive); }

/* Header */
.site-header { position: relative; z-index: 60; height: var(--header-height); border-bottom: 1px solid rgba(255,255,255,.035); background: rgba(7, 9, 7, .98); color: var(--white); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; }
.brand img { width: 238px; height: 64px; }
.primary-nav { display: flex; align-items: stretch; align-self: stretch; gap: clamp(14px, 2.3vw, 40px); }
.primary-nav > a, .nav-dropdown-toggle { position: relative; display: flex; align-items: center; border: 0; background: transparent; color: #f8f8f5; font-family: var(--display); font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; cursor: pointer; }
.primary-nav > a:not(.nav-quote)::after, .nav-dropdown-toggle::after { position: absolute; right: 0; bottom: 17px; left: 0; height: 2px; background: var(--olive-light); content: ""; transform: scaleX(0); transform-origin: left; transition: transform var(--ease); }
.primary-nav > a:hover::after, .primary-nav > a.active::after, .nav-dropdown-toggle:hover::after, .nav-dropdown-toggle.active::after { transform: scaleX(1); }
.primary-nav > a.active, .nav-dropdown-toggle.active { color: var(--olive-light); }
.nav-dropdown { position: relative; display: flex; }
.nav-dropdown-toggle { gap: 6px; }
.nav-dropdown-toggle svg { width: 14px; stroke: currentColor; stroke-width: 2; fill: none; }
.nav-dropdown-menu { position: absolute; top: calc(100% - 8px); left: -22px; display: grid; width: 248px; padding: 12px; border: 1px solid var(--dark-border); background: #10130e; box-shadow: 0 20px 45px rgba(0,0,0,.4); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity var(--ease), transform var(--ease), visibility var(--ease); }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu, .nav-dropdown.open .nav-dropdown-menu { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown-menu a { padding: 10px 12px; font-size: .9rem; text-transform: uppercase; }
.nav-dropdown-menu a:hover { background: var(--olive-dark); }
.nav-quote { align-self: center; min-height: 44px; margin-left: 8px; padding-inline: 24px; }
.mobile-whatsapp { display: none !important; }
.menu-toggle { display: none; width: 46px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--olive); background: transparent; }
.menu-toggle span { width: 23px; height: 2px; background: var(--white); transition: transform var(--ease), opacity var(--ease); }

/* Hero */
.page-hero { position: relative; isolation: isolate; min-height: 470px; overflow: hidden; background-color: #11140f; background-image: linear-gradient(90deg, #090b08 0%, rgba(9,11,8,.95) 28%, rgba(9,11,8,.5) 52%, rgba(9,11,8,0) 72%), url("../images/hero.webp"); background-position: center, center 47%; background-size: cover; color: var(--white); }
.page-hero::after { position: absolute; inset: auto 0 0; z-index: -1; height: 80px; background: linear-gradient(transparent, rgba(0,0,0,.24)); content: ""; }
.page-hero-content { display: flex; min-height: inherit; justify-content: center; align-items: flex-start; flex-direction: column; padding-block: 58px; }
.page-hero h1 { max-width: 770px; margin-bottom: 22px; font-size: clamp(3.2rem, 5.7vw, 6.1rem); text-shadow: 0 2px 1px rgba(0,0,0,.3); }
.page-hero h1 strong { display: block; margin-top: 8px; color: var(--olive-light); font-size: .91em; font-weight: inherit; }
.page-hero p { max-width: 560px; margin-bottom: 30px; color: #f1f1ed; font-size: 1.18rem; line-height: 1.55; }
.home-hero { min-height: 580px; }
.home-hero .page-hero-content { padding-top: 70px; }
.home-hero h1 { max-width: 820px; }
.inner-hero { min-height: 520px; }
.inner-hero h1 { max-width: 720px; }
.compact-hero { min-height: 390px; }
.compact-hero h1 { max-width: 820px; font-size: clamp(3rem, 5vw, 5.2rem); }
.product-detail-hero { min-height: 340px; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; color: var(--olive-light); font-family: var(--display); font-size: 1.05rem; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow > span { width: 50px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #555b24; }
.breadcrumbs { display: flex; gap: 11px; align-items: center; margin-bottom: 26px; color: #dddccf; font-size: .88rem; }
.breadcrumbs a { color: var(--olive-light); }

/* Shared section systems */
.feature-band { background: linear-gradient(90deg, #24231d, #1b1d17); color: var(--white); }
.feature-band-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-inline { display: flex; min-height: 92px; align-items: center; gap: 18px; padding: 18px 34px; border-right: 1px solid rgba(255,255,255,.13); text-transform: uppercase; }
.feature-inline:last-child { border-right: 0; }
.feature-inline svg { flex: 0 0 42px; width: 42px; color: var(--olive-light); }
.feature-inline span { display: grid; font-family: var(--display); letter-spacing: .04em; }
.feature-inline strong { color: var(--white); font-weight: 400; }
.split-layout { display: grid; grid-template-columns: .82fr 1.5fr; gap: 45px; }
.align-center { align-items: center; }
.section-copy h2, .section-heading h2 { margin-bottom: 22px; }
.section-copy p { max-width: 610px; font-size: 1.05rem; }
.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.product-lineup { min-height: 430px; background: url("../images/product-lineup.webp") center/contain no-repeat; }
.centered-action { margin-top: 34px; text-align: center; }

/* Home */
.manufacture-intro { padding: 72px 0 52px; }
.product-range { padding: 56px 0 68px; }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.category-card { position: relative; display: flex; aspect-ratio: .78; align-items: flex-end; overflow: hidden; border: 1px solid var(--dark-border); background-color: #20231b; background-image: url("../images/product-lineup.webp"); background-repeat: no-repeat; background-position: var(--sprite-x) center; background-size: 600% auto; transition: transform var(--ease), border-color var(--ease); }
.category-card::after { position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(9,11,8,.92)); content: ""; }
.category-card span { position: relative; z-index: 1; width: 100%; padding: 15px 10px; background: rgba(73,80,27,.85); font-family: var(--display); font-size: 1.1rem; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.category-card:hover { border-color: var(--olive-light); transform: translateY(-4px); }
.why-home { overflow: hidden; }
.why-home-grid { display: grid; grid-template-columns: 1.35fr .9fr; min-height: 380px; }
.why-content { padding: 64px 50px 64px 0; }
.why-content h2 { max-width: 760px; }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 38px 0 26px; }
.trust-grid > div { display: grid; place-items: center; min-height: 120px; padding: 0 18px; border-right: 1px solid var(--border); text-align: center; }
.trust-grid > div:first-child { border-left: 1px solid var(--border); }
.trust-grid svg { width: 46px; margin-bottom: 12px; color: #34391f; }
.trust-grid strong { font-family: var(--display); font-size: .95rem; letter-spacing: .03em; text-transform: uppercase; }
.why-image { position: relative; margin-right: calc((100vw - min(calc(100vw - 64px), var(--container))) / -2); background: url("../images/hero.webp") 72% center/cover no-repeat; clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%); }
.home-final-cta { padding: 54px 0; background: linear-gradient(90deg, rgba(15,20,11,.97), rgba(34,41,18,.9)), url("../images/hero.webp") center/cover no-repeat; color: var(--white); }
.home-final-grid { display: grid; grid-template-columns: .9fr 1.5fr; gap: 70px; align-items: center; }
.home-final-grid h2 { font-size: clamp(2.2rem, 3.2vw, 3.7rem); }
.cta-benefits { display: grid; grid-template-columns: repeat(3, 1fr); }
.cta-benefits > div { display: flex; gap: 18px; align-items: center; padding: 16px 26px; border-left: 1px solid var(--dark-border); }
.cta-benefits svg { flex: 0 0 48px; width: 48px; color: var(--olive-light); }
.cta-benefits span { display: grid; font-family: var(--display); letter-spacing: .04em; text-transform: uppercase; }
.cta-benefits strong { color: var(--olive-light); font-weight: 400; }

/* About and Why */
.story-grid { display: grid; grid-template-columns: 1fr 1.2fr; min-height: 470px; }
.story-copy { max-width: 700px; padding: 66px 70px 55px max(32px, calc((100vw - var(--container)) / 2)); }
.story-copy p { max-width: 570px; }
.story-image { overflow: hidden; clip-path: polygon(14% 0,100% 0,100% 100%,0 100%); }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.signature { margin-top: 22px; font-family: cursive; font-size: 2rem; transform: rotate(-4deg); }
.signature span { display: block; font-family: var(--body); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.values-section { padding: 56px 0; }
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.values-grid article { min-height: 210px; padding: 12px 28px; border-right: 1px solid var(--dark-border); text-align: center; }
.values-grid article:last-child { border-right: 0; }
.values-grid svg, .partner-grid svg { width: 58px; margin: 0 auto 17px; color: var(--olive-light); }
.values-grid h3, .partner-grid h3 { font-size: 1.15rem; }
.values-grid p, .partner-grid p { color: #d0d1ca; font-size: .9rem; }
.manufacturing-layout { display: grid; grid-template-columns: .72fr 1.55fr; gap: 35px; }
.check-list { display: grid; gap: 8px; margin-top: 20px; }
.check-list li { position: relative; padding-left: 24px; }
.check-list li::before { position: absolute; left: 0; color: var(--olive); content: "✓"; font-weight: 800; }
.process-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.process-cards article { overflow: hidden; background: #5f6526; color: var(--white); }
.process-cards .gallery-crop { min-height: 240px; }
.process-cards h3 { margin: 16px 16px 6px; font-size: 1rem; }
.process-cards p { margin: 0 16px 18px; font-size: .82rem; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--border); }
.stats-row > div { display: grid; grid-template-columns: 64px auto; grid-template-rows: auto auto; align-items: center; padding: 8px 30px; border-right: 1px solid var(--border); }
.stats-row > div:last-child { border-right: 0; }
.stats-row svg { grid-row: 1 / 3; width: 48px; color: #4d5127; }
.stats-row strong { font-family: var(--display); font-size: 2.5rem; line-height: 1; }
.stats-row span { font-family: var(--display); font-size: .83rem; text-transform: uppercase; }
.partner-section { padding-top: 58px; }
.partner-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.partner-grid article { min-height: 270px; padding: 25px 22px; border-right: 1px solid var(--border); color: var(--ink); text-align: center; }
.partner-grid article:last-child { border-right: 0; }
.partner-grid p { color: #3e4139; }
.precision-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; }
.precision-image img { width: 100%; height: 100%; object-fit: cover; }
.precision-copy { display: flex; justify-content: center; flex-direction: column; padding: 55px clamp(35px, 6vw, 100px); }
.precision-copy p { max-width: 650px; color: #e2e2dc; }
.precision-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; color: #ededeb; }
.precision-checks span::first-letter { color: var(--olive-light); }
.stats-section { padding: 8px 0 35px; }
.global-cta { padding: 42px 0; background: linear-gradient(90deg, rgba(8,11,7,.98), rgba(31,37,16,.86)), url("../images/hero.webp") center/cover no-repeat; color: var(--white); }
.global-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.global-cta h2 { margin-bottom: 8px; font-size: clamp(2rem, 3vw, 3rem); }
.global-cta p { margin: 0; }

/* Products */
.products-hero { min-height: 440px; }
.products-section { padding-top: 48px; }
.products-layout { display: grid; grid-template-columns: 245px 1fr; gap: 38px; align-items: start; }
.product-sidebar { border: 1px solid var(--border); background: rgba(244,243,239,.72); }
.filter-toggle { display: none; width: 100%; }
.sidebar-block { padding: 20px 18px; border-bottom: 1px solid var(--border); }
.sidebar-block:last-child { border-bottom: 0; }
.sidebar-block h2 { margin-bottom: 15px; color: #4f5423; font-size: 1.2rem; }
.category-link { display: flex; justify-content: space-between; padding: 8px 12px; font-size: .92rem; }
.category-link.active { background: linear-gradient(90deg, #39401c, #596024); color: var(--white); }
.sidebar-block fieldset { margin: 18px 0; padding: 0; border: 0; }
.sidebar-block legend { margin-bottom: 9px; font-weight: 700; }
.check-control { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; cursor: pointer; }
.check-control input { position: absolute; opacity: 0; }
.check-control span { width: 16px; height: 16px; border: 1px solid #777b71; background: var(--white); }
.check-control input:checked + span { border-color: var(--olive); background: var(--olive); box-shadow: inset 0 0 0 3px var(--white); }
.color-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.color-filters label input { position: absolute; opacity: 0; }
.color-dot { display: block; width: 23px; height: 23px; border: 2px solid transparent; border-radius: 50%; cursor: pointer; }
.color-filters input:checked + .color-dot { border-color: var(--white); outline: 2px solid var(--olive); }
.color-olive { background: #596027; }.color-brown { background: #5b3926; }.color-black { background: #111; }.color-camo { background: conic-gradient(#31291c, #766042, #171b12, #6c573a, #31291c); }
.reset-filter { width: 100%; font-size: .86rem; }
.results-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; font-size: .9rem; }
.results-toolbar p { margin: 0; }
.results-toolbar select { min-width: 170px; padding: 10px 35px 10px 12px; border: 1px solid var(--border); background: rgba(255,255,255,.55); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.product-card { display: flex; min-width: 0; flex-direction: column; background: rgba(232,231,225,.9); transition: transform var(--ease), box-shadow var(--ease); }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(25,28,20,.12); }
.product-card-image { display: block; aspect-ratio: .96; background-color: #ebeae5; background-image: url("../images/product-lineup.webp"); background-repeat: no-repeat; background-position: var(--sprite-x) center; background-size: 600% auto; }
.product-card-image.has-direct-image { background-image: none; overflow: hidden; }
.product-card-image.has-direct-image img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--ease); }
.product-card:hover .product-card-image.has-direct-image img { transform: scale(1.035); }
.product-card-body { display: flex; flex: 1; align-items: flex-start; flex-direction: column; padding: 16px; }
.product-card-body > span { margin-bottom: 5px; color: var(--olive-dark); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.product-card h2 { margin-bottom: 7px; font-size: 1.16rem; line-height: 1.08; }
.product-card p { margin-bottom: 14px; color: #3e413a; font-size: .88rem; line-height: 1.4; }
.product-card .btn { margin-top: auto; }
.empty-results { padding: 40px; border: 1px solid var(--border); text-align: center; }
.pagination { display: flex; justify-content: center; margin-top: 30px; }
.pagination span { display: grid; width: 40px; height: 40px; place-items: center; background: var(--olive-dark); color: var(--white); }
.catalog-cta { padding: 30px 0; border-top: 1px solid var(--dark-border); border-bottom: 1px solid var(--dark-border); background: linear-gradient(90deg, rgba(16,20,12,.95),rgba(45,49,22,.82)), url("../images/hero.webp") center/cover; color: var(--white); }
.catalog-cta-inner, .catalog-cta-inner > div { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.catalog-cta svg { width: 50px; color: var(--olive-light); }
.catalog-cta h2 { margin-bottom: 4px; font-size: 1.8rem; }
.catalog-cta p { margin: 0; }

/* Product detail */
.product-detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(38px, 6vw, 90px); align-items: start; }
.product-main-image { overflow: hidden; border: 1px solid var(--border); background: var(--white); }
.product-main-image img { width: 100%; transition: transform 300ms ease, filter 300ms ease; }
.product-main-image img.detail { transform: scale(1.65); }
.product-main-image img.side { transform: perspective(900px) rotateY(-35deg) scale(.92); }
.product-thumbnails { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.product-thumbnails button { padding: 12px; border: 1px solid var(--border); background: transparent; font-family: var(--display); text-transform: uppercase; cursor: pointer; }
.product-thumbnails button.active { border-color: var(--olive); background: #e7e6db; }
.product-info h2 { font-size: clamp(2.8rem, 4vw, 5rem); }
.product-info .lead { font-size: 1.04rem; }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 24px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.detail-columns h3, .color-options h3 { margin-bottom: 12px; font-size: 1.12rem; }
.color-options { padding: 24px 0; }
.color-options span { display: inline-block; margin: 0 7px 7px 0; padding: 7px 11px; border: 1px solid var(--border); font-size: .82rem; }
.product-manufacturing { padding: 18px; border-left: 4px solid var(--olive); background: rgba(222,221,213,.7); }
.product-manufacturing strong { font-family: var(--display); font-size: 1.15rem; text-transform: uppercase; }
.product-manufacturing p { margin: 5px 0 0; }
.product-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.custom-options-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; border: 1px solid var(--dark-border); background: var(--dark-border); }
.custom-options-grid > div { padding: 28px; background: #11140f; }
.custom-options-grid span { color: var(--olive-light); font-family: var(--display); font-size: 2rem; }
.custom-options-grid h3 { margin: 10px 0; }
.custom-options-grid p { color: #c9cbc5; font-size: .9rem; }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { display: flex; justify-content: space-between; padding: 20px 0; font-family: var(--display); font-size: 1.18rem; text-transform: uppercase; cursor: pointer; list-style: none; }
.faq-list summary span { color: var(--olive); font-size: 1.5rem; }
.faq-list details p { padding: 0 30px 20px 0; }
.related-products { padding-top: 25px; }

/* Customizer */
.customization-hero { min-height: 360px; }
.customizer-section { padding: 0 0 42px; }
.customizer-steps { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 24px; align-items: center; min-height: 86px; }
.customizer-steps > div { position: relative; display: flex; align-items: center; gap: 12px; }
.customizer-steps > div:not(:nth-child(4))::after { position: absolute; right: 0; color: #aaa; content: "→"; }
.customizer-steps > div > span { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border: 1px solid #555; border-radius: 50%; font-family: var(--display); }
.customizer-steps > div.active > span { border-color: var(--olive-dark); background: var(--olive-dark); color: var(--white); }
.customizer-steps p { display: grid; margin: 0; font-size: .8rem; }
.customizer-steps strong { font-family: var(--display); font-size: .95rem; text-transform: uppercase; }
.customizer-shell { display: grid; grid-template-columns: 325px minmax(450px, 1fr) 350px; border: 1px solid #bfc0b9; background: var(--white); box-shadow: 0 8px 28px rgba(20,23,15,.08); }
.customizer-controls { background: #11140f; color: var(--white); }
.customizer-controls > h2 { display: flex; gap: 10px; align-items: center; margin: 0; padding: 20px; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--olive-light); font-size: 1.05rem; }
.customizer-controls > h2 svg { width: 22px; }
.custom-group { border-bottom: 1px solid rgba(255,255,255,.12); }
.custom-group > button { display: flex; width: 100%; justify-content: space-between; padding: 16px 18px; border: 0; background: transparent; font-family: var(--display); font-size: .92rem; text-align: left; text-transform: uppercase; cursor: pointer; }
.custom-group .custom-options { display: none; padding: 0 16px 16px; }
.custom-group.open .custom-options { display: flex; flex-wrap: wrap; gap: 9px; }
.swatch-card { width: calc(25% - 7px); padding: 0; border: 1px solid transparent; background: transparent; color: var(--white); font-size: .65rem; cursor: pointer; }
.swatch-card > span { display: block; aspect-ratio: 1; margin-bottom: 6px; border: 1px solid rgba(255,255,255,.22); border-radius: 2px; }
.swatch-card.selected { border-color: var(--olive-light); color: var(--olive-light); }
.fabric-0 { background: #252921; }.fabric-1 { background: #4c493b; }.fabric-2 { background: repeating-linear-gradient(45deg,#654d39 0 4px,#2b2d24 4px 8px); }.fabric-3 { background: #111; }
.pattern-camo { background: conic-gradient(#342717,#846345,#171b12,#6f5539,#342717); }.pattern-moss { background: conic-gradient(#667044,#25291d,#93835b,#3c472e); }.pattern-kryptek { background: repeating-linear-gradient(35deg,#302c23 0 4px,#79614a 4px 8px,#161812 8px 10px); }.pattern-olive { background: #5a612d; }.pattern-black { background: #080908; }.pattern-brown { background: #644631; }.pattern-grey { background: #7d7e76; }
.text-options button { padding: 8px 10px; border: 1px solid rgba(255,255,255,.2); background: transparent; color: var(--white); font-size: .75rem; cursor: pointer; }
.text-options button.selected { border-color: var(--olive-light); background: var(--olive-dark); }
.customizer-preview { position: relative; display: flex; min-height: 650px; flex-direction: column; align-items: center; overflow: hidden; }
.preview-tools { position: absolute; top: 52px; left: 20px; z-index: 2; display: grid; border: 1px solid var(--border); border-radius: 8px; background: rgba(255,255,255,.85); }
.preview-tools button { display: grid; width: 76px; min-height: 68px; place-items: center; padding: 7px; border: 0; border-bottom: 1px solid var(--border); background: transparent; font-size: 1.4rem; cursor: pointer; }
.preview-tools button:last-child { border-bottom: 0; }
.preview-tools span { font-size: .68rem; }
.jacket-stage { position: relative; width: min(80%, 640px); margin-top: 16px; overflow: hidden; }
.jacket-stage::after { position: absolute; inset: 8%; pointer-events: none; content: ""; opacity: 0; mix-blend-mode: hue; transition: opacity var(--ease), background var(--ease); }
.jacket-stage[data-palette="olive"]::after { background: #4d5d22; opacity: .7; }.jacket-stage[data-palette="black"]::after { background: #000; opacity: .65; }.jacket-stage[data-palette="brown"]::after { background: #603b24; opacity: .6; }.jacket-stage[data-palette="grey"]::after { background: #777; opacity: .6; }
.jacket-stage img { width: 100%; transition: transform 250ms ease; }
.view-thumbnails { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; width: min(84%, 520px); margin-top: auto; margin-bottom: 18px; }
.view-thumbnails button { padding: 8px; border: 1px solid var(--border); border-radius: 6px; background: var(--white); font-size: .68rem; cursor: pointer; }
.view-thumbnails button.active { border-color: var(--olive); }
.mini-jacket { display: block; height: 58px; background: url("../images/jacket-customizer.webp") center/contain no-repeat; }
.design-summary { padding: 22px; border-left: 1px solid var(--border); }
.design-summary > h2 { font-size: 1rem; }
.summary-product { display: grid; grid-template-columns: 105px 1fr; gap: 15px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--border); }
.summary-product img { aspect-ratio: 1; object-fit: contain; border: 1px solid var(--border); }
.summary-product div { display: grid; font-size: .78rem; }
.summary-product strong { font-family: var(--display); font-size: .95rem; text-transform: uppercase; }
.design-summary dl { margin: 12px 0; }
.design-summary dl div { display: flex; justify-content: space-between; gap: 15px; padding: 5px 0; font-size: .8rem; }
.design-summary dd { margin: 0; text-align: right; }
.quantity-control { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-top: 1px solid var(--border); }
.quantity-control > div { display: flex; align-items: center; }
.quantity-control button, .quantity-control span { display: grid; min-width: 34px; height: 32px; place-items: center; border: 1px solid var(--border); background: var(--white); }
.estimate { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 16px 0; border-top: 1px solid var(--border); }
.estimate strong { color: #5f6626; font-size: 1.8rem; }
.estimate small { grid-column: 1 / 3; text-align: right; }
.design-summary .btn { margin-top: 10px; font-size: .9rem; }
.customizer-benefits { display: grid; grid-template-columns: repeat(4, 1fr); background: #171b14; color: var(--white); }
.customizer-benefits > div { display: flex; gap: 14px; align-items: center; padding: 18px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.customizer-benefits svg { width: 44px; color: var(--olive-light); }
.customizer-benefits span { display: grid; font-size: .75rem; }
.customizer-benefits strong { font-family: var(--display); font-size: .92rem; text-transform: uppercase; }

/* Gallery sprite */
.gallery-section { background: #0b0d0a; }
.gallery-filters { display: flex; justify-content: center; gap: 20px; padding: 12px 30px; border-bottom: 1px solid var(--dark-border); background: #121511; }
.gallery-filters button { min-width: 120px; padding: 11px 18px; border: 1px solid transparent; background: transparent; color: var(--white); font-family: var(--display); text-transform: uppercase; cursor: pointer; }
.gallery-filters button.active { border-color: var(--olive); background: rgba(114,117,43,.35); }
.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; padding: 8px; }
.gallery-item, .gallery-crop, .blog-card-image { background-color: #1a1d17; background-image: url("../images/gallery-sprite.webp"); background-repeat: no-repeat; background-size: 500% 200%; background-position: var(--gx) var(--gy); }
.gallery-item { position: relative; aspect-ratio: 1.5; overflow: hidden; border: 1px solid rgba(156,161,64,.5); cursor: zoom-in; }
.gallery-item::after { position: absolute; inset: 0; background: rgba(0,0,0,.32); content: ""; opacity: 0; transition: opacity var(--ease); }
.gallery-item span { position: absolute; z-index: 1; right: 12px; bottom: 10px; left: 12px; color: var(--white); font-size: .74rem; opacity: 0; transform: translateY(5px); transition: opacity var(--ease), transform var(--ease); }
.gallery-item:hover::after, .gallery-item:hover span { opacity: 1; }.gallery-item:hover span { transform: none; }
.gallery-cell-0 { --gx: 0%; --gy: 0%; }.gallery-cell-1 { --gx: 25%; --gy: 0%; }.gallery-cell-2 { --gx: 50%; --gy: 0%; }.gallery-cell-3 { --gx: 75%; --gy: 0%; }.gallery-cell-4 { --gx: 100%; --gy: 0%; }.gallery-cell-5 { --gx: 0%; --gy: 100%; }.gallery-cell-6 { --gx: 25%; --gy: 100%; }.gallery-cell-7 { --gx: 50%; --gy: 100%; }.gallery-cell-8 { --gx: 75%; --gy: 100%; }.gallery-cell-9 { --gx: 100%; --gy: 100%; }
.gallery-share { padding: 16px 0; background: linear-gradient(90deg,#55561f,#303518); }
.gallery-share .container, .gallery-share .container > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.gallery-share svg { width: 46px; color: var(--olive-light); }
.gallery-share span { display: grid; font-size: .82rem; }
.gallery-share strong { font-family: var(--display); font-size: 1.1rem; text-transform: uppercase; }
.lightbox { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; background: rgba(0,0,0,.92); }
.lightbox-image { width: min(82vw, 1200px); aspect-ratio: 1.5; background-image: url("../images/gallery-sprite.webp"); background-repeat: no-repeat; background-size: 500% 200%; }
.lightbox > button { position: absolute; z-index: 2; border: 0; background: transparent; color: var(--white); font-size: 3rem; cursor: pointer; }
.lightbox-close { top: 25px; right: 35px; }.lightbox-prev { left: 25px; }.lightbox-next { right: 25px; }
.lightbox p { position: absolute; bottom: 22px; color: var(--white); }

/* Contact and quote */
.contact-layout { display: grid; grid-template-columns: 420px 1fr; gap: 70px; }
.section-heading h2::after { display: inline-block; width: 48px; height: 1px; margin: 0 0 10px 15px; background: var(--olive); content: ""; }
.contact-details > p { max-width: 390px; }
.contact-details ul { display: grid; }
.contact-details li { display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--border); }
.contact-details li > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: #11140f; color: var(--olive-light); }
.contact-details li svg { width: 24px; }
.contact-details li div { display: grid; font-size: .9rem; }
.contact-details li strong { font-family: var(--display); text-transform: uppercase; }
.contact-details li p { margin: 0; }
.contact-form-wrap { padding-left: 60px; border-left: 1px solid var(--border); }
.form-notice { margin-bottom: 18px; padding: 14px 16px; border-left: 4px solid; }
.form-notice.success { border-color: #5d772f; background: #e3ead9; }.form-notice.error { border-color: #a04432; background: #f2dfda; }
.contact-form .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { position: relative; display: grid; }
.contact-form label > span { position: absolute; top: 13px; left: 16px; z-index: 1; color: #373a33; font-size: .84rem; pointer-events: none; transition: transform var(--ease), font-size var(--ease); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #bcbdb6; border-radius: 4px; background: rgba(255,255,255,.28); color: var(--ink); }
.contact-form input, .contact-form select { height: 50px; padding: 17px 15px 6px; }
.contact-form select { padding-top: 16px; }
.contact-form textarea { padding: 28px 15px 12px; resize: vertical; }
.contact-form input:focus + span { color: var(--olive); }
.message-field { margin-top: 14px; }
.form-actions { display: flex; gap: 28px; align-items: center; margin-top: 16px; }
.form-actions p { margin: 0; font-size: .8rem; }
.form-actions p span { color: var(--olive); }
.honeypot { position: absolute; left: -10000px; }
.light-feature-band { background: #20241b; }
.quote-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.quote-intro h2 { max-width: 430px; }
.quote-points { display: grid; gap: 12px; margin: 25px 0; }
.quote-points > div { display: flex; align-items: center; gap: 14px; font-family: var(--display); text-transform: uppercase; }
.quote-points svg { width: 34px; color: var(--olive-dark); }
.whatsapp-card { display: grid; max-width: 360px; padding: 17px; border-left: 4px solid var(--olive); background: #e5e4db; }
.whatsapp-card strong { font-size: 1.15rem; }
.quote-form-card { padding: 35px; border: 1px solid var(--border); background: rgba(255,255,255,.55); box-shadow: 0 15px 40px rgba(30,33,22,.08); }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { overflow: hidden; border: 1px solid var(--border); background: rgba(255,255,255,.48); }
.blog-card-image { display: block; aspect-ratio: 1.6; }
.blog-card > div { padding: 22px; }
.blog-card > div > span { color: var(--olive-dark); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.blog-card h2 { margin: 10px 0; font-size: 1.65rem; line-height: 1.05; }
.blog-card p { color: #4e5149; font-size: .92rem; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 70px; justify-content: center; align-items: start; }
.article-meta { position: sticky; top: 20px; display: grid; padding: 22px; border: 1px solid var(--border); font-size: .85rem; }
.article-meta strong { margin-top: 10px; font-family: var(--display); text-transform: uppercase; }
.article-meta .btn { margin-top: 22px; font-size: .78rem; }
.article-content { font-size: 1.05rem; line-height: 1.75; }
.article-content h2 { margin: 44px 0 15px; font-size: 2rem; }
.article-content h3 { margin: 30px 0 12px; }
.article-content ul { display: grid; gap: 8px; margin: 18px 0; }
.article-content li { padding-left: 22px; position: relative; }.article-content li::before { position: absolute; left: 0; color: var(--olive); content: "•"; }
.article-next { margin-top: 50px; padding: 26px; border-left: 4px solid var(--olive); background: #e5e4dc; }
.article-next a { color: var(--olive-dark); text-decoration: underline; }

/* 404 */
.not-found { display: flex; min-height: calc(100vh - var(--header-height)); align-items: center; background-image: linear-gradient(90deg,rgba(5,7,5,.98),rgba(5,7,5,.78) 48%,rgba(5,7,5,.1)),url("../images/hero.webp"); background-position: center; background-size: cover; color: var(--white); }
.not-found span { color: var(--olive-light); font-family: var(--display); font-size: 1.3rem; letter-spacing: .2em; }
.not-found h1 { margin: 10px 0 20px; font-size: clamp(4rem, 8vw, 8rem); }
.not-found p { max-width: 470px; font-size: 1.1rem; }
.not-found .container > div { display: flex; gap: 14px; align-items: center; }

/* Footer */
.site-footer { padding-top: 42px; background: #0c0f0c; color: #e1e3de; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .85fr 1.05fr .9fr; gap: 45px; }
.footer-brand .brand img { margin-bottom: 15px; }
.footer-brand p { max-width: 330px; color: #c9cbc4; font-size: .83rem; }
.site-footer h2 { margin-bottom: 13px; color: var(--olive-light); font-family: var(--display); font-size: 1rem; letter-spacing: .05em; text-transform: uppercase; }
.site-footer li { margin: 5px 0; font-size: .82rem; }
.site-footer a:hover { color: var(--olive-light); }
.contact-list li { display: flex; gap: 10px; }
.socials { display: flex; gap: 10px; }
.socials a, .socials span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #73756f; border-radius: 3px; color: var(--white); font-weight: 800; }
.socials span { opacity: .72; }
.footer-cta p { font-size: .83rem; }
.footer-cta .btn { width: 100%; font-size: .9rem; }
.footer-bottom { padding: 28px 0 18px; color: #8d8f89; font-size: .8rem; text-align: center; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: grid; width: 58px; height: 58px; place-items: center; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; background: #356a2d; box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.whatsapp-float svg { width: 31px; fill: var(--white); }
.toast { position: fixed; right: 25px; bottom: 95px; z-index: 100; max-width: 330px; padding: 14px 18px; background: #202619; color: var(--white); box-shadow: 0 10px 30px rgba(0,0,0,.3); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity var(--ease), transform var(--ease); }
.toast.show { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1240px) {
    .container { width: min(calc(100% - 40px), var(--container)); }
    .primary-nav { gap: 18px; }.primary-nav > a, .nav-dropdown-toggle { font-size: .88rem; }.brand img { width: 205px; }
    .category-grid { grid-template-columns: repeat(3,1fr); }.category-card { aspect-ratio: 1.1; }
    .product-grid { grid-template-columns: repeat(4,1fr); }
    .customizer-shell { grid-template-columns: 290px minmax(370px,1fr) 310px; }.customizer-preview { min-height: 590px; }
    .footer-grid { grid-template-columns: 1.3fr repeat(4,1fr); gap: 28px; }
}

@media (max-width: 1020px) {
    :root { --header-height: 76px; }
    .menu-toggle { display: flex; }
    .site-header .brand img { width: 205px; height: auto; }
    .primary-nav { position: fixed; inset: var(--header-height) 0 auto; display: none; max-height: calc(100vh - var(--header-height)); overflow-y: auto; align-items: stretch; flex-direction: column; gap: 0; padding: 18px 24px 28px; border-top: 1px solid var(--dark-border); background: #0b0e0a; }
    .primary-nav.open { display: flex; }
    .primary-nav > a, .nav-dropdown-toggle { min-height: 48px; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); }
    .primary-nav > a::after, .nav-dropdown-toggle::after { display: none; }
    .nav-dropdown { display: block; }.nav-dropdown-menu { position: static; display: none; width: 100%; padding-left: 15px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }.nav-dropdown.open .nav-dropdown-menu { display: grid; }
    .nav-quote { margin: 16px 0 0; }.mobile-whatsapp { display: flex !important; margin-top: 8px; color: var(--olive-light) !important; }
    .page-hero { background-position: center, 64% center; }
    .feature-band-grid { grid-template-columns: repeat(2,1fr); }.feature-inline:nth-child(2) { border-right: 0; }
    .split-layout, .story-grid, .precision-section, .product-detail-grid, .contact-layout, .quote-layout { grid-template-columns: 1fr; }
    .product-lineup { min-height: 340px; }
    .why-home-grid { grid-template-columns: 1fr; }.why-content { padding-right: 0; }.why-image { min-height: 330px; margin: 0 -20px; clip-path: none; }
    .home-final-grid { grid-template-columns: 1fr; gap: 30px; }
    .values-grid { grid-template-columns: repeat(3,1fr); }.values-grid article:nth-child(3) { border-right: 0; }
    .manufacturing-layout { grid-template-columns: 1fr; }.partner-grid { grid-template-columns: repeat(3,1fr); }.partner-grid article:nth-child(3) { border-right: 0; }
    .story-copy { max-width: none; padding: 55px 30px; }.story-image { min-height: 400px; clip-path: none; }
    .precision-image { min-height: 430px; }.precision-copy { padding: 55px 30px; }
    .products-layout { grid-template-columns: 1fr; }.filter-toggle { display: flex; }.filter-panel { display: none; }.filter-panel.open { display: grid; grid-template-columns: 1fr 1fr; }.product-sidebar { border: 0; }.sidebar-block { border: 1px solid var(--border); }
    .customizer-steps { grid-template-columns: repeat(4,1fr); padding: 16px 0; }.customizer-steps .btn { grid-column: 1 / -1; }.customizer-shell { grid-template-columns: 300px 1fr; }.design-summary { grid-column: 1 / -1; border-top: 1px solid var(--border); border-left: 0; }.customizer-preview { min-height: 620px; }
    .gallery-filters { justify-content: flex-start; overflow-x: auto; }.gallery-grid { grid-template-columns: repeat(3,1fr); }
    .contact-form-wrap { padding-left: 0; border-left: 0; }.contact-layout { gap: 40px; }.contact-details > p { max-width: 620px; }
    .blog-grid { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-cta { grid-column: span 2; }
}

@media (max-width: 720px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .section { padding: 52px 0; }
    .page-hero { min-height: 510px; background-image: linear-gradient(180deg,rgba(7,9,7,.35),rgba(7,9,7,.88) 65%,#080a08),url("../images/hero.webp"); background-position: center, 68% center; }
    .page-hero-content { justify-content: flex-end; padding-block: 45px; }.page-hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }.page-hero p { font-size: 1rem; }.compact-hero { min-height: 430px; }
    .eyebrow { font-size: .9rem; }
    .feature-band-grid { grid-template-columns: 1fr 1fr; }.feature-inline { min-height: 84px; padding: 13px 15px; gap: 10px; }.feature-inline svg { width: 32px; flex-basis: 32px; }.feature-inline span { font-size: .78rem; }
    .split-layout { gap: 15px; }.product-lineup { min-height: 250px; background-size: 150%; }
    .category-grid { grid-template-columns: repeat(2,1fr); }.category-card { aspect-ratio: .8; }.category-card:last-child { grid-column: span 2; aspect-ratio: 1.8; }
    .trust-grid { grid-template-columns: repeat(2,1fr); }.trust-grid > div { border: 1px solid var(--border) !important; }
    .cta-benefits { grid-template-columns: 1fr; }.cta-benefits > div { border-bottom: 1px solid var(--dark-border); }
    .values-grid, .partner-grid { grid-template-columns: 1fr 1fr; }.values-grid article, .partner-grid article { border: 1px solid var(--dark-border) !important; }
    .process-cards { grid-template-columns: 1fr 1fr; }.process-cards .gallery-crop { min-height: 180px; }
    .stats-row { grid-template-columns: 1fr 1fr; }.stats-row > div { padding: 15px; border-bottom: 1px solid var(--border); }.stats-row strong { font-size: 2rem; }
    .global-cta-inner, .catalog-cta-inner { align-items: flex-start; flex-direction: column; }.global-cta-inner .btn, .catalog-cta-inner .btn { width: 100%; }
    .product-grid, .related-grid { grid-template-columns: 1fr 1fr; }.product-card-body { padding: 13px; }.product-card h2 { font-size: 1rem; }.product-card p { font-size: .8rem; }
    .filter-panel.open { grid-template-columns: 1fr; }.results-toolbar { align-items: flex-start; flex-direction: column; gap: 12px; }
    .detail-columns { grid-template-columns: 1fr; }.custom-options-grid { grid-template-columns: 1fr 1fr; }
    .customizer-steps { grid-template-columns: 1fr 1fr; }.customizer-steps > div::after { display: none; }.customizer-shell { grid-template-columns: 1fr; }.customizer-controls { order: 2; }.customizer-preview { order: 1; min-height: 530px; }.design-summary { order: 3; }.preview-tools { top: 12px; left: 8px; }.preview-tools button { width: 56px; min-height: 54px; }.jacket-stage { width: 95%; }.view-thumbnails { width: 92%; }.customizer-benefits { grid-template-columns: 1fr 1fr; }.customizer-benefits > div { padding: 14px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }.gallery-item { aspect-ratio: 1.05; }.gallery-share .container { align-items: flex-start; flex-direction: column; }.gallery-share .btn { width: 100%; }
    .contact-form .form-grid { grid-template-columns: 1fr; }.contact-form-wrap { min-width: 0; }.form-actions { align-items: flex-start; flex-direction: column; }.form-actions .btn { width: 100%; }.quote-form-card { padding: 22px 16px; }
    .blog-grid { grid-template-columns: 1fr; }.article-layout { grid-template-columns: 1fr; gap: 30px; }.article-meta { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-cta { grid-column: 1 / -1; }.footer-bottom { padding-bottom: 90px; }
    .not-found .container > div { align-items: stretch; flex-direction: column; }.not-found .text-link { justify-content: center; }
}

@media (max-width: 430px) {
    .container { width: min(calc(100% - 24px), var(--container)); }
    .site-header .brand img { width: 178px; }
    .page-hero h1 { font-size: 3.2rem; }.page-hero .btn { width: 100%; }
    .feature-band-grid { grid-template-columns: 1fr; }.feature-inline { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .category-grid { gap: 8px; }.category-card span { font-size: .9rem; }
    .product-grid { grid-template-columns: 1fr; }.product-card-image { aspect-ratio: 1.2; }
    .values-grid, .partner-grid, .process-cards, .stats-row, .custom-options-grid, .gallery-grid, .footer-grid { grid-template-columns: 1fr; }
    .category-card:last-child, .footer-brand { grid-column: auto; }
    .precision-checks { grid-template-columns: 1fr; }
    .customizer-steps { grid-template-columns: 1fr; }.customizer-preview { min-height: 480px; }.view-thumbnails { grid-template-columns: repeat(2,1fr); }.customizer-benefits { grid-template-columns: 1fr; }
    .gallery-item { aspect-ratio: 1.4; }
    .product-actions { flex-direction: column; }.product-actions .btn { width: 100%; }
}

@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; }
}
