:root {
    --brand-red: #ED3237;
    --brand-magenta: #B10B39;
    --red: #B10B39;
    --charcoal: #151515;
    --graphite: #262626;
    --ivory: #F7F4EE;
    --white: #FCFCFA;
    --steel: #AEB4B8;
    --mist: #E5E6E4;
    --glass: #DCE5E8;
    --champagne: #B59A72;
    --shadow: 0 18px 50px rgba(21, 21, 21, .11);
    --radius: 8px;
    --font-body: "Manrope", Inter, system-ui, sans-serif;
    --font-display: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: clip;
    color: var(--charcoal);
    background: var(--white);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
}
body.drawer-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.skip-link { position: absolute; left: 16px; top: -80px; background: var(--charcoal); color: var(--white); padding: 10px 14px; z-index: 20; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
:focus-visible { outline: 3px solid var(--champagne); outline-offset: 3px; }

h1, h2, h3 { font-family: var(--font-display); line-height: 1.05; margin: 0 0 16px; }
h1 { font-size: 4rem; }
h2 { font-size: 2.55rem; }
h3 { font-size: 1.55rem; }
p { margin: 0 0 18px; }
.eyebrow, .label { color: var(--red); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border: 1px solid var(--red);
    background: var(--red);
    color: var(--white);
    border-radius: var(--radius);
    font-weight: 800;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
    gap: 8px;
}
.button:hover { transform: translateY(-1px); background: #8C082D; }
.button.ghost { background: transparent; color: var(--charcoal); border-color: rgba(21, 21, 21, .22); }
.button.ghost:hover { border-color: var(--red); color: var(--red); background: var(--white); }
.button.small { min-height: 36px; padding: 7px 12px; font-size: .86rem; }
.button.full { width: 100%; }
.text-link { color: var(--red); font-weight: 800; border-bottom: 1px solid currentColor; }
.icon-button { width: 44px; height: 44px; border: 1px solid rgba(21, 21, 21, .16); background: var(--white); border-radius: var(--radius); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 15; background: rgba(252, 252, 250, .96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--mist); transition: box-shadow .2s ease; }
.site-header.is-compact { box-shadow: var(--shadow); }
.top-strip { background: var(--charcoal); color: var(--white); font-size: .78rem; }
.top-strip-inner { min-height: 32px; display: flex; align-items: center; gap: 16px; justify-content: flex-end; }
.top-strip-inner span:first-child { margin-right: auto; color: var(--champagne); }
.social-mini { display: inline-flex; gap: 8px; }
.main-header { background: var(--white); }
.header-grid {
    min-height: 72px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "brand nav actions";
    align-items: center;
    gap: 20px;
    padding: 5px 0;
}
.brand { grid-area: brand; display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-logo { width: 120px; height: 66px; object-fit: contain; object-position: left center; }
.brand-logo-white { width: 164px; height: 90px; }
.brand-mark { width: 46px; height: 46px; border-radius: var(--radius); background: var(--brand-red); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-weight: 900; }
.brand strong { display: block; font-size: 1.25rem; }
.brand small { display: block; font-size: .76rem; color: #555; }
.desktop-nav { grid-area: nav; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; font-size: .86rem; font-weight: 700; }
.desktop-nav a { display: inline-flex; align-items: center; min-height: 32px; white-space: nowrap; border-bottom: 2px solid transparent; }
.desktop-nav a.active { color: var(--red); border-bottom-color: var(--red); }
.nav-button { background: none; border: 0; font-weight: 800; color: var(--red); padding: 10px 0; }
.header-search { grid-area: search; position: relative; display: flex; width: min(100%, 420px); min-width: 0; justify-self: start; border: 1px solid var(--mist); border-radius: var(--radius); overflow: clip; background: var(--white); }
.header-search input { min-width: 0; min-height: 38px; width: 100%; border: 0; padding: 7px 10px; }
.header-search button { min-height: 38px; border: 0; padding: 0 12px; background: var(--graphite); color: var(--white); font-size: .88rem; font-weight: 800; display: inline-flex; align-items: center; gap: 7px; }
.header-actions { grid-area: actions; display: flex; align-items: center; gap: 10px; }
.header-actions .button { min-height: 40px; padding: 8px 14px; white-space: nowrap; }
.header-actions .icon-button { width: 40px; height: 40px; }
.menu-button { grid-area: menu; display: none; }
.suggestions { position: absolute; left: 0; right: 0; top: calc(100% + 6px); background: var(--white); border: 1px solid var(--mist); box-shadow: var(--shadow); border-radius: var(--radius); overflow: hidden; z-index: 20; }
.suggestions a { display: block; padding: 10px 12px; border-bottom: 1px solid var(--mist); }
.suggestions small { color: #666; display: block; }
.mega-menu { position: absolute; left: 0; right: 0; top: 100%; background: var(--white); border-top: 1px solid var(--mist); border-bottom: 1px solid var(--mist); box-shadow: var(--shadow); }
.mega-grid { display: grid; grid-template-columns: .85fr 1.6fr .8fr; gap: 28px; padding: 30px 0; }
.mega-categories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mega-categories a { border: 1px solid var(--mist); border-radius: var(--radius); padding: 10px; background: var(--ivory); }
.mega-categories img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; margin-bottom: 8px; }
.mega-categories span, .mega-featured a { display: block; font-weight: 800; }
.mega-categories small, .mega-featured small { display: block; color: #666; font-size: .8rem; }
.mega-featured { display: grid; gap: 12px; }
.support-card { background: var(--charcoal); color: var(--white); padding: 16px; border-radius: var(--radius); }
.mobile-drawer { position: fixed; inset: 0; overflow-y: auto; overscroll-behavior: contain; background: rgba(21, 21, 21, .58); z-index: 30; }
.drawer-panel { width: min(420px, 92vw); min-height: 100dvh; background: var(--white); padding: 18px; display: flex; flex-direction: column; gap: 16px; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; }
.drawer-search input { width: 100%; min-height: 44px; border: 1px solid var(--mist); border-radius: var(--radius); padding: 10px; }
.drawer-nav { display: grid; gap: 8px; }
.drawer-nav a, .drawer-nav summary { min-height: 44px; display: flex; align-items: center; padding: 8px; border-bottom: 1px solid var(--mist); font-weight: 800; }
.drawer-nav details a { margin-left: 16px; font-weight: 600; }

.info-strip { background: var(--ivory); border-bottom: 1px solid var(--mist); }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 54px; align-items: center; text-align: center; font-weight: 800; color: var(--graphite); }
.hero, .page-hero { background: var(--ivory); padding: 70px 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.hero-copy p, .page-hero p { font-size: 1.08rem; color: #3f3f3f; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.trust-line { color: var(--graphite); font-weight: 800; }
.hero-visual img, .page-hero img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 1.45 / 1; object-fit: cover; }
.compact-hero { padding: 52px 0; }
.section { padding: 76px 0; }
.section.compact { padding: 34px 0; }
.soft { background: var(--ivory); }
.section-head { margin-bottom: 30px; max-width: 760px; }
.section-head.split { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 20px; }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.trust-card, .value-grid article, .note-panel, .mini-category, .resource-card, .testimonial-card, .panel-card { background: var(--white); border: 1px solid var(--mist); border-radius: var(--radius); padding: 20px; }
.trust-card > span { width: 32px; height: 4px; background: var(--brand-red); display: block; margin-bottom: 18px; }
.trust-card h2 { font-family: var(--font-body); font-size: 1rem; line-height: 1.35; margin: 0; }
.rz-icon { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.rz-icon svg { width: 100%; height: 100%; }
.icon-line { display: flex; align-items: flex-start; gap: 12px; }
.icon-line .rz-icon { color: var(--red); margin-top: 2px; }
.category-grid, .product-grid, .application-grid, .value-grid, .resource-grid, .testimonial-grid, .process-grid, .audience-grid { display: grid; gap: 20px; }
.category-grid { grid-template-columns: repeat(5, 1fr); }
.category-card a, .application-card { display: block; height: 100%; background: var(--white); border: 1px solid var(--mist); border-radius: var(--radius); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.category-card a:hover, .application-card:hover, .product-card:hover, .resource-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.category-card img, .application-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--mist); }
.category-card span, .category-card h3, .category-card p, .category-card strong, .application-card span, .application-card p { margin-left: 16px; margin-right: 16px; }
.category-card span { display: inline-block; margin-top: 16px; color: var(--red); font-weight: 800; font-size: .85rem; }
.category-card h3 { margin-top: 8px; font-size: 1.45rem; }
.category-card strong { display: inline-block; margin-bottom: 18px; color: var(--red); }
.product-grid { grid-template-columns: repeat(3, 1fr); }
.product-card { background: var(--white); border: 1px solid var(--mist); border-radius: var(--radius); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; display: flex; flex-direction: column; }
.product-image { background: var(--ivory); aspect-ratio: 1 / 1; display: block; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.product-body h3 { font-size: 1.45rem; }
.sku { color: #666; font-weight: 800; }
.mini-list { padding-left: 18px; color: #555; font-size: .92rem; }
.card-actions { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.application-grid { grid-template-columns: repeat(4, 1fr); }
.application-card span { display: block; margin-top: 16px; font-weight: 900; font-size: 1.15rem; }
.editorial { background: var(--charcoal); color: var(--white); }
.editorial .button.ghost { color: var(--white); border-color: rgba(255,255,255,.28); }
.editorial-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.editorial-media { position: relative; min-height: 520px; }
.editorial-media img:first-child { width: 78%; border-radius: var(--radius); }
.editorial-media img:last-child { position: absolute; right: 0; bottom: 0; width: 42%; border: 10px solid var(--charcoal); border-radius: var(--radius); }
.value-grid { grid-template-columns: repeat(3, 1fr); }
.value-grid article > .rz-icon, .contact-cards article > .rz-icon { color: var(--red); width: 30px; height: 30px; margin-bottom: 12px; }
.spotlight-grid, .cta-grid, .catalogue-panel, .two-column, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.spotlight img, .catalogue-panel img { background: var(--ivory); border-radius: var(--radius); box-shadow: var(--shadow); }
.spec-list { display: grid; gap: 10px; margin: 20px 0; }
.spec-list div { display: grid; grid-template-columns: 180px 1fr; gap: 14px; border-bottom: 1px solid var(--mist); padding: 10px 0; }
.spec-list dt { font-weight: 900; }
.spec-list dd { margin: 0; }
.cta-band, .final-cta { background: var(--charcoal); color: var(--white); }
.cta-band .button.ghost, .final-cta .button.ghost { color: var(--white); border-color: rgba(255,255,255,.3); }
.catalogue-panel { background: var(--ivory); border: 1px solid var(--mist); border-radius: var(--radius); padding: 28px; }
.resource-grid { grid-template-columns: repeat(5, 1fr); }
.resource-card span, .testimonial-card span { color: var(--red); font-size: .82rem; font-weight: 900; text-transform: uppercase; }
.testimonial-grid { grid-template-columns: repeat(3, 1fr); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--mist); border-radius: var(--radius); background: var(--white); padding: 0; overflow: hidden; }
.faq-list summary { padding: 16px 18px; cursor: pointer; font-weight: 900; min-height: 44px; }
.faq-list details > div { padding: 0 18px 18px; color: #454545; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; font-size: .9rem; }
.breadcrumbs a { color: var(--red); font-weight: 800; }
.breadcrumbs span::before, .breadcrumbs a + a::before { content: "/"; color: #777; margin-right: 8px; }
.catalogue-layout { display: grid; grid-template-columns: 280px 1fr; gap: 28px; padding: 56px 0; }
.filters { align-self: start; position: sticky; top: 118px; background: var(--white); border: 1px solid var(--mist); border-radius: var(--radius); padding: 18px; }
.filters form, .enquiry-form, .admin-form { display: grid; gap: 14px; }
.filters label, .enquiry-form label, .contact-cards article label { display: grid; gap: 7px; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 44px; border: 1px solid #cfd2d2; border-radius: var(--radius); padding: 10px 12px; background: var(--white); color: var(--charcoal); }
textarea { min-height: 120px; resize: vertical; }
.filter-head, .result-toolbar, .admin-list-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.view-toggle { display: flex; border: 1px solid var(--mist); border-radius: var(--radius); overflow: hidden; }
.view-toggle button { border: 0; background: var(--white); padding: 8px 12px; }
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 28px; }
.pagination a { min-width: 40px; height: 40px; border: 1px solid var(--mist); display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius); }
.pagination a.active { background: var(--red); color: var(--white); }
.empty-state { text-align: center; border: 1px solid var(--mist); border-radius: var(--radius); padding: 36px; background: var(--white); }
.product-detail { padding: 48px 0 72px; background: var(--ivory); }
.product-detail-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: start; }
.gallery-main { width: 100%; border: 0; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 0; overflow: hidden; }
.gallery-main img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.thumb-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.thumb-row button { border: 1px solid var(--mist); border-radius: var(--radius); background: var(--white); padding: 4px; }
.thumb-row img { aspect-ratio: 1 / 1; object-fit: cover; }
.product-summary { background: var(--white); border-radius: var(--radius); border: 1px solid var(--mist); padding: 28px; position: sticky; top: 120px; }
.availability { padding: 12px; background: var(--ivory); border-left: 4px solid var(--champagne); font-weight: 800; }
.product-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.product-tabs article { border: 1px solid var(--mist); border-radius: var(--radius); padding: 22px; background: var(--white); }
.rich-text a { color: var(--red); text-decoration: underline; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.tag-row a, .audience-grid span { background: var(--ivory); border: 1px solid var(--mist); border-radius: var(--radius); padding: 8px 12px; font-weight: 800; }
.download-list { padding: 0; list-style: none; display: grid; gap: 10px; }
.download-list li { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--mist); padding-bottom: 10px; }
.mobile-sticky-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; padding: 10px max(12px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); background: var(--white); border-top: 1px solid var(--mist); z-index: 12; }
.page-hero.category-hero img { max-height: 520px; object-fit: cover; }
.page-image { width: 100%; min-height: 320px; border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; }
.process-grid { grid-template-columns: repeat(6, 1fr); }
.process-grid article { border-top: 3px solid var(--red); padding: 16px 0; }
.process-grid span { font-weight: 900; color: var(--champagne); }
.audience-grid { grid-template-columns: repeat(3, 1fr); }
.contact-grid { align-items: start; }
.contact-cards { display: grid; gap: 14px; }
.contact-cards article { background: var(--ivory); border: 1px solid var(--mist); border-radius: var(--radius); padding: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full, .enquiry-form > label { grid-column: 1 / -1; }
.check { display: flex !important; align-items: start; grid-template-columns: auto 1fr; }
.check input { width: 20px; min-height: 20px; margin-top: 4px; }
.honeypot { position: absolute; left: -9999px; }
.form-switch { display: flex; gap: 8px; margin-bottom: 18px; }
.form-switch a { border: 1px solid var(--mist); border-radius: var(--radius); min-height: 44px; padding: 10px 14px; font-weight: 800; }
.form-switch .active { background: var(--red); color: var(--white); border-color: var(--red); }
.map-embed iframe { width: 100%; min-height: 420px; border: 0; }
.tabs .tab-list { display: flex; overflow-x: auto; gap: 8px; margin-bottom: 18px; }
.tabs .tab-list button { min-height: 44px; border: 1px solid var(--mist); border-radius: var(--radius); background: var(--white); padding: 8px 12px; font-weight: 800; }
.tabs .tab-list button[aria-selected="true"] { background: var(--red); color: var(--white); border-color: var(--red); }
.tab-panel[hidden] { display: none; }
.faq-search { max-width: 520px; }
.search-page-form { display: flex; gap: 10px; max-width: 680px; }
.search-results { display: grid; gap: 12px; }
.search-results a { border: 1px solid var(--mist); border-radius: var(--radius); padding: 18px; background: var(--white); }
.legal-notice { border-left: 4px solid var(--red); background: var(--ivory); padding: 16px; margin-bottom: 24px; font-weight: 800; }
.narrow > h2 { margin-top: 34px; font-size: 1.85rem; line-height: 1.18; }
.contact-cards article h2 { margin-bottom: 6px; font-family: var(--font-body); font-size: 1rem; line-height: 1.4; }
.contact-cards article p { margin-bottom: 0; color: #555; overflow-wrap: anywhere; }
.contact-detail-links { display: grid; gap: 6px; }
.contact-detail-links a { width: fit-content; color: var(--red); font-weight: 800; }
.testimonial-card small { display: block; margin-top: 8px; color: #666; }
.catalogue-results { min-width: 0; }
.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; width: 56px; height: 56px; background: #1c8f4a; color: var(--white); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; box-shadow: var(--shadow); z-index: 10; }
.flash-wrap { position: fixed; top: 100px; right: 20px; z-index: 40; display: grid; gap: 8px; width: min(380px, calc(100vw - 40px)); }
.flash { border-radius: var(--radius); padding: 12px 14px; box-shadow: var(--shadow); background: var(--white); border-left: 5px solid var(--champagne); }
.flash.success { border-left-color: #1c8f4a; }
.flash.error { border-left-color: var(--red); }
.cookie-banner { position: fixed; left: 18px; bottom: 18px; z-index: 20; width: min(440px, calc(100vw - 36px)); display: flex; align-items: center; gap: 14px; background: var(--white); border: 1px solid var(--mist); border-left: 5px solid var(--champagne); border-radius: var(--radius); box-shadow: var(--shadow); padding: 14px; }
.cookie-banner p { margin: 0; font-size: .9rem; }

.site-footer { background: var(--charcoal); color: var(--white); border-top: 4px solid var(--brand-red); padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 1fr)); gap: 48px; align-items: start; padding-bottom: 52px; }
.footer-grid > div { min-width: 0; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 10px; }
.footer-brand { color: var(--white); margin-bottom: 20px; }
.footer-brand small { color: var(--steel); }
.footer-grid p { max-width: 390px; color: #c8cbcc; font-size: .92rem; overflow-wrap: anywhere; }
.footer-grid h2 { margin: 4px 0 12px; color: var(--champagne); font-family: var(--font-body); font-size: .82rem; line-height: 1.4; text-transform: uppercase; }
.footer-grid > div:not(:first-child) > a:not(.button) { width: fit-content; max-width: 100%; color: #e2e3e1; font-size: .9rem; line-height: 1.45; overflow-wrap: anywhere; }
.footer-grid > div:not(:first-child) > a:not(.button):hover { color: var(--champagne); }
.site-footer .button.ghost { color: var(--white); border-color: rgba(255,255,255,.3); }
.site-footer .button.ghost:hover { color: var(--charcoal); background: var(--white); border-color: var(--white); }
.footer-bottom { min-height: 74px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); color: var(--steel); font-size: .78rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; }
.footer-bottom a { color: #e2e3e1; }
.footer-bottom a:hover { color: var(--champagne); }

@media (max-width: 1180px) {
    h1 { font-size: 3.2rem; }
    h2 { font-size: 2.2rem; }
    .desktop-nav, .header-actions { display: none; }
    .menu-button { display: inline-flex; }
    .header-grid {
        min-height: 64px;
        grid-template-columns: auto auto minmax(0, 1fr);
        grid-template-areas: "menu brand .";
        gap: 14px;
        padding: 6px 0;
    }
    .brand-logo { width: 112px; height: 62px; }
    .category-grid { grid-template-columns: repeat(3, 1fr); }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .application-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid { grid-template-columns: repeat(3, 1fr); }
    .resource-grid { grid-template-columns: repeat(3, 1fr); }
    .process-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 56px; }
}

@media (max-width: 980px) {
    .top-strip { display: none; }
}

@media (max-width: 820px) {
    body { padding-bottom: 0; }
    h1 { font-size: 2.6rem; }
    h2 { font-size: 2rem; }
    .container { width: min(100% - 28px, 1180px); }
    .header-grid { grid-template-columns: auto minmax(0, 1fr); grid-template-areas: "menu brand"; min-height: 60px; }
    .brand-logo { width: 96px; height: 52px; }
    .hero, .page-hero { padding: 48px 0; }
    .hero-grid, .editorial-grid, .spotlight-grid, .cta-grid, .catalogue-panel, .two-column, .contact-grid, .product-detail-grid { grid-template-columns: 1fr; }
    .info-grid { grid-template-columns: repeat(2, 1fr); }
    .section { padding: 54px 0; }
    .section-head.split { align-items: start; flex-direction: column; }
    .trust-grid, .category-grid, .product-grid, .application-grid, .value-grid, .resource-grid, .testimonial-grid, .product-tabs, .audience-grid { grid-template-columns: 1fr; }
    .editorial-media { min-height: auto; }
    .editorial-media img:first-child, .editorial-media img:last-child { width: 100%; position: static; border: 0; margin-top: 12px; }
    .catalogue-layout { grid-template-columns: 1fr; padding: 34px 0; }
    .filters { position: fixed; inset: auto 0 0 0; max-height: 82vh; overflow: auto; z-index: 25; border-radius: 8px 8px 0 0; transform: translateY(110%); transition: transform .2s ease; }
    .filters.is-open { transform: translateY(0); }
    .product-summary { position: static; }
    .mobile-sticky-cta { display: block; }
    .floating-whatsapp { bottom: 76px; }
    .form-grid { grid-template-columns: 1fr; }
    .search-page-form { flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr; gap: 34px; padding-bottom: 40px; }
    .footer-bottom { grid-template-columns: 1fr; justify-items: start; gap: 12px; }
    .footer-bottom nav { justify-content: flex-start; }
}

@media (max-width: 520px) {
    h1 { font-size: 2.2rem; }
    .brand small { display: none; }
    .brand-logo { width: 88px; height: 48px; }
    .brand-logo-white { width: 150px; height: 82px; }
    .brand-mark { width: 40px; height: 40px; }
    .hero-actions, .card-actions, .form-switch { flex-direction: column; align-items: stretch; }
    .button, .button.ghost { width: 100%; }
    .site-footer { padding-top: 48px; }
    .site-footer .button { width: fit-content; max-width: 100%; }
    .spec-list div { grid-template-columns: 1fr; }
    .thumb-row { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
