:root {
  --ink: #25272a;
  --muted: #666a6d;
  --green: #e51b23;
  --green-dark: #b5121b;
  --teal: #d71920;
  --teal-dark: #8f1118;
  --mist: #f9eeee;
  --line: #eadcdc;
  --white: #fff;
  --shadow: 0 18px 45px rgba(19, 55, 60, .11);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; font-size: 15px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3 { margin: 0 0 .5em; color: var(--ink); font-weight: 650; line-height: 1.16; letter-spacing: -.02em; }
h1 { font-size: clamp(2.2rem, 5vw, 4.4rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.55rem); }
h3 { font-size: 1.08rem; }
p { margin: 0 0 1.2rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(64px, 8vw, 112px) 0; }
.section--tint { background: var(--mist); }
.eyebrow { margin-bottom: 14px; color: var(--teal-dark); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow--center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220, 231, 227, .9); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 120px; }
.primary-nav { display: flex; align-items: center; gap: 5px; }
.primary-nav > a, .nav-group > a { display: block; padding: 34px 15px 31px; border-bottom: 3px solid transparent; color: #3b3e41; font-size: .86rem; font-weight: 650; }
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav a.is-active { color: var(--green-dark); }
.primary-nav > a.is-active, .nav-group > a.is-active { border-bottom-color: var(--green); }
.nav-group { position: relative; }
.nav-dropdown { position: absolute; top: calc(100% - 1px); left: 0; display: grid; min-width: 245px; padding: 10px; border: 1px solid var(--line); border-radius: 0 0 14px 14px; opacity: 0; background: #fff; box-shadow: var(--shadow); pointer-events: none; transform: translateY(8px); transition: .18s ease; }
.nav-dropdown a { padding: 9px 12px; border-radius: 8px; font-size: .86rem; }
.nav-dropdown a:hover { background: var(--mist); }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid var(--green-dark); border-radius: 999px; color: #fff; background: var(--green-dark); font-size: .84rem; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button:hover, .button:focus-visible { color: #fff; background: var(--teal-dark); border-color: var(--teal-dark); transform: translateY(-2px); }
.button--ghost { color: var(--ink); background: transparent; border-color: rgba(23, 50, 58, .25); }
.button--dark { background: var(--ink); border-color: var(--ink); }
.button--light { color: var(--ink); background: #fff; border-color: #fff; }
.text-link { color: var(--teal-dark); font-size: .9rem; font-weight: 800; }
.text-link:hover { color: var(--green-dark); }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg, #501015 0%, #9c151c 58%, #e51b23 100%); }
.hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%, rgba(255,255,255,.14), transparent 30%), linear-gradient(90deg, transparent 0 49.8%, rgba(255,255,255,.06) 50%); content: ""; }
.hero__inner { position: relative; display: grid; min-height: 630px; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 70px; }
.hero__copy { max-width: 720px; padding: 80px 0; }
.hero__copy h1 { color: #fff; }
.hero__copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.84); font-size: 1.1rem; }
.hero .eyebrow { color: #ffd3d5; }
.hero .button { color: var(--ink); background: #fff; border-color: #fff; }
.hero .button--ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.45); }
.hero__visual { position: relative; width: min(430px, 42vw); aspect-ratio: 1; justify-self: end; }
.hero-mark { position: absolute; inset: 20%; display: grid; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; place-items: center; color: rgba(255,255,255,.9); background: rgba(255,255,255,.11); box-shadow: inset 0 0 70px rgba(255,255,255,.08); font-size: clamp(6rem, 12vw, 11rem); font-weight: 800; line-height: 1; backdrop-filter: blur(8px); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.hero-orbit--one { inset: 5%; }
.hero-orbit--two { inset: -15%; border-color: rgba(255,255,255,.13); }

.page-home .site-header { position: absolute; width: 100%; border-bottom-color: rgba(255,255,255,.18); background: rgba(20, 28, 31, .26); backdrop-filter: blur(5px); }
.page-home .primary-nav > a, .page-home .nav-group > a { color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.28); }
.page-home .primary-nav a:hover, .page-home .primary-nav a:focus-visible, .page-home .primary-nav a.is-active { color: #fff; }
.page-product .site-header { border-bottom-color: #333; background: #262626; }
.page-product .primary-nav > a, .page-product .nav-group > a { color: #fff; }
.page-product .primary-nav a:hover, .page-product .primary-nav a:focus-visible { color: #fff; }
.page-product .primary-nav a.is-active { color: var(--green); }
.page-product .nav-dropdown a { color: var(--ink); }
.page-category .site-header, .page-audience .site-header, .page-catalog-index .site-header, .page-audience-index .site-header, .page-product-index .site-header, .page-contact .site-header, .page-basic-page .site-header { border-bottom-color: #333; background: #262626; }
.page-category .primary-nav > a, .page-category .nav-group > a, .page-audience .primary-nav > a, .page-audience .nav-group > a, .page-catalog-index .primary-nav > a, .page-catalog-index .nav-group > a, .page-audience-index .primary-nav > a, .page-audience-index .nav-group > a, .page-product-index .primary-nav > a, .page-product-index .nav-group > a, .page-contact .primary-nav > a, .page-contact .nav-group > a, .page-basic-page .primary-nav > a, .page-basic-page .nav-group > a { color: #fff; }
.page-category .nav-dropdown a, .page-audience .nav-dropdown a, .page-catalog-index .nav-dropdown a, .page-audience-index .nav-dropdown a, .page-product-index .nav-dropdown a, .page-contact .nav-dropdown a, .page-basic-page .nav-dropdown a { color: var(--ink); }
.home-slider { position: relative; height: clamp(520px, 48vw, 680px); overflow: hidden; color: #fff; background: #c9c2c0; }
.home-slider__slides, .home-slide { position: absolute; inset: 0; }
.home-slide { display: grid; opacity: 0; background-position: center; background-size: cover; place-items: center; transition: opacity .7s ease; pointer-events: none; }
.home-slide::before { position: absolute; inset: 0; background: rgba(255,255,255,.12); content: ""; }
.home-slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; }
.home-slide__content { position: relative; padding-top: 80px; text-align: center; }
.home-slide__content p { margin: 0; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.05; }
.home-slide__content h1, .home-slide__content h2 { max-width: 1050px; margin: 10px auto 0; color: rgba(36,42,44,.72); font-size: clamp(1.8rem, 3.4vw, 3.25rem); font-weight: 850; letter-spacing: .015em; text-transform: uppercase; text-shadow: 0 2px 12px rgba(255,255,255,.3); }
.home-slider__control { position: absolute; z-index: 3; top: 50%; display: grid; width: 48px; height: 60px; padding: 0; border: 0; color: #fff; opacity: .72; background: rgba(0,0,0,.34); place-items: center; font-size: 2.5rem; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.home-slider__control:hover, .home-slider__control:focus-visible { opacity: 1; background: var(--green-dark); }
.home-slider__control--prev { left: 0; }
.home-slider__control--next { right: 0; }
.home-slider__dots { position: absolute; z-index: 3; right: 0; bottom: 22px; left: 0; display: flex; justify-content: center; gap: 9px; }
.home-slider__dots button { width: 10px; height: 10px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; }
.home-slider__dots button.is-active { background: var(--green); border-color: var(--green); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-heading h2 { margin-bottom: 0; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 250px; overflow: hidden; border-radius: var(--radius); background: #efe7e7; box-shadow: 0 8px 22px rgba(23,23,23,.08); }
.category-card::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(10,41,46,.88)); content: ""; }
.category-card img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; transition: transform .4s ease; }
.category-card:hover img { transform: scale(1.045); }
.category-card > span { position: absolute; z-index: 2; right: 22px; bottom: 18px; left: 22px; display: flex; align-items: end; justify-content: space-between; gap: 10px; color: #fff; }
.category-card strong { font-size: 1.08rem; }
.category-card small { color: rgba(255,255,255,.75); }
.category-grid--catalog { grid-template-columns: repeat(3, 1fr); }
.legacy-section-heading { margin-bottom: 34px; }
.legacy-section-heading h1, .legacy-section-heading h2 { position: relative; display: inline-block; padding-bottom: 12px; font-size: 1.2rem; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
.legacy-section-heading h1::after, .legacy-section-heading h2::after { position: absolute; bottom: 0; left: 0; width: 68px; height: 2px; background: var(--green); content: ""; }
.category-grid--home { grid-template-columns: repeat(4, 1fr); gap: 24px; }
.category-card--home { aspect-ratio: 1; min-height: 0; border-radius: 0; box-shadow: none; }
.category-card--home::before { position: absolute; z-index: 2; inset: 20px; border: 1px solid rgba(255,255,255,.68); content: ""; pointer-events: none; }
.category-card--home::after { inset: 0; background: rgba(10,13,14,.13); transition: background .25s ease; }
.category-card--home:hover::after { background: rgba(10,13,14,.26); }
.category-card--home img { min-height: 0; filter: grayscale(1); object-fit: cover; }
.category-card--home > span { top: 50%; right: 40px; bottom: auto; left: 40px; display: grid; align-items: center; justify-content: start; color: #fff; transform: translateY(-50%); }
.category-card--home strong, .category-card--home small { display: block; font-size: clamp(.84rem, 1.35vw, 1.15rem); font-weight: 750; letter-spacing: .05em; line-height: 1.2; text-transform: uppercase; }
.category-card--home strong { position: relative; width: max-content; max-width: 100%; padding-bottom: 9px; color: var(--green); }
.category-card--home strong::after { position: absolute; bottom: 3px; left: 0; width: 42px; height: 2px; background: var(--green); content: ""; }
.category-card--home small { color: #fff; }

.home-about-section { padding-top: 25px; }
.home-about { position: relative; display: grid; min-height: 430px; overflow: hidden; background-position: center; background-size: cover; place-items: center; text-align: center; }
.home-about::before { position: absolute; inset: 0; background: rgba(10,12,13,.24); content: ""; transition: background .3s ease; }
.home-about:hover::before { background: rgba(10,12,13,.36); }
.home-about__content { position: relative; z-index: 1; display: grid; max-width: 820px; padding: 40px; color: #fff; gap: 16px; }
.home-about__content strong { justify-self: center; padding: 5px 12px; background: rgba(0,0,0,.38); font-size: 1.3rem; line-height: 1.15; }
.home-about__content > span { padding: 10px 16px; background: rgba(0,0,0,.42); font-size: .84rem; font-weight: 650; line-height: 1.55; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 7vw, 90px); }
.split-feature__image { overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.split-feature__image img { width: 100%; min-height: 460px; object-fit: cover; }
.split-feature__copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.split-feature--page { align-items: start; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .22s ease; }
.product-card:hover { border-color: #e1bfc2; box-shadow: var(--shadow); transform: translateY(-4px); }
.product-card__image { position: relative; display: grid; overflow: hidden; aspect-ratio: 4/3; background: #fff; place-items: center; }
.product-card__image img { width: 100%; height: 100%; padding: 16px; object-fit: contain; transition: transform .3s ease; }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-card__body { padding: 20px; }
.product-card__body h3 { min-height: 2.45em; font-size: .94rem; font-weight: 600; }
.product-card__body p { min-height: 3.2em; color: var(--muted); font-size: .85rem; }
.product-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: rgba(23,50,58,.15); font-size: 7rem; font-weight: 800; }
.badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 5px 10px; border-radius: 999px; color: #fff; background: var(--green-dark); font-size: .69rem; font-weight: 800; text-transform: uppercase; }

.brand-strip { border-top: 0; }
.brand-row { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: clamp(45px, 7vw, 95px); }
.brand-tile { display: grid; min-width: 0; height: 130px; flex: 1 1 0; padding: 0; place-items: center; background: transparent; }
.brand-tile img { width: 100%; max-height: 88px; object-fit: contain; }
.cta { padding: 58px 0; color: #fff; background: var(--green-dark); }
.cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta h2 { margin: 0; color: #fff; }
.cta .eyebrow { color: #ffd7d9; }

.page-hero { padding: clamp(58px, 7vw, 92px) 0; background: linear-gradient(125deg, var(--mist), #fcf9f9 65%, #f8e6e7); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.15rem, 4vw, 3.65rem); }
.page-hero p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: .98rem; }
.page-hero--compact { padding: 52px 0; }
.page-hero--minimal { padding: 25px 0 0; background: #fff; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a:hover { color: var(--green-dark); }

.catalogue-layout { display: grid; grid-template-columns: 250px 1fr; align-items: start; gap: 46px; }
.catalogue-sidebar { position: sticky; top: 122px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.catalogue-sidebar h2 { font-size: 1.25rem; }
.catalogue-sidebar nav { display: grid; }
.catalogue-sidebar a { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid #f2e9e9; color: var(--muted); font-size: .82rem; }
.catalogue-sidebar a.is-active { color: var(--green-dark); font-weight: 800; }
.catalogue-sidebar small { color: #969696; }
.catalogue-results .product-grid { grid-template-columns: repeat(3, 1fr); }
.catalogue-section { padding-top: 42px; }
.catalogue-toolbar { display: grid; min-height: 42px; margin-bottom: 26px; padding-bottom: 12px; border-bottom: 1px solid #ddd; align-items: center; grid-template-columns: 1fr auto 1fr; gap: 15px; color: #777; font-size: .77rem; }
.catalogue-toolbar strong { color: #444; font-size: .86rem; font-weight: 650; text-align: center; }
.catalogue-toolbar .grid-symbol { justify-self: end; color: var(--green); font-size: 1.25rem; }
.catalogue-results--legacy .product-card { border-radius: 0; box-shadow: none; }
.catalogue-results--legacy .product-card:hover { box-shadow: 0 8px 22px rgba(20,20,20,.08); transform: none; }
.catalogue-results--legacy .product-card__image { aspect-ratio: 1; }
.catalogue-results--legacy .product-card__body { padding: 15px; text-align: center; }
.catalogue-results--legacy .product-card__body h3 { min-height: 2.4em; margin: 0; }
.catalogue-results--legacy .product-card__body p, .catalogue-results--legacy .product-card__body .text-link { display: none; }
.catalogue-results--legacy .badge { display: grid; width: 46px; height: 46px; padding: 0; border-radius: 50%; place-items: center; }
.results-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.results-heading h2, .results-heading p { margin: 0; }
.results-heading p { color: var(--muted); font-size: .85rem; }
.empty-state { padding: 35px; border-radius: var(--radius); background: var(--mist); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.audience-card { padding: 32px; border: 1px solid var(--line); border-radius: 4px; transition: .2s ease; }
.audience-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.audience-card__icon { display: grid; width: 48px; height: 48px; margin-bottom: 28px; border-radius: 50%; place-items: center; color: #fff; background: var(--teal); font-size: 1.7rem; font-weight: 300; }
.audience-card p { color: var(--muted); }

.product-search { max-width: 760px; margin-bottom: 55px; }
.product-search label { display: block; margin-bottom: 8px; font-weight: 800; }
.product-search > div { display: flex; gap: 10px; }
.product-search input { width: 100%; min-height: 50px; padding: 10px 18px; border: 1px solid #d7c3c5; border-radius: 999px; }
.product-breadcrumb-bar { padding: 21px 0; background: #fff; }
.product-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; color: #555; font-size: .79rem; font-weight: 650; }
.product-breadcrumbs span { color: #bbb; }
.product-breadcrumbs a:hover, .product-breadcrumbs strong { color: var(--green); }
.product-banner { position: relative; display: flex; height: 200px; align-items: center; background-position: center; background-size: cover; }
.product-banner::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,20,.6), rgba(20,20,20,.05) 58%); content: ""; }
.product-banner__content { position: relative; z-index: 1; }
.product-banner__content h1 { max-width: 560px; margin: 0; color: #fff; font-size: clamp(1.6rem, 3vw, 2.45rem); font-weight: 550; letter-spacing: -.01em; text-shadow: 0 2px 14px rgba(0,0,0,.35); }
.product-detail { padding-top: 54px; }
.product-detail__grid { display: grid; grid-template-columns: 245px minmax(300px, .9fr) minmax(340px, 1.1fr); align-items: start; gap: clamp(28px, 4vw, 55px); }
.product-sidebar { min-width: 0; }
.product-sidebar h2 { position: relative; margin-bottom: 28px; padding-bottom: 11px; font-size: 1.08rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.product-sidebar h2::after { position: absolute; bottom: 0; left: 0; width: 65px; height: 2px; background: var(--green); content: ""; }
.product-sidebar nav { display: grid; }
.product-sidebar nav a { display: flex; justify-content: space-between; gap: 8px; padding: 10px 0; border-bottom: 1px solid #eee; color: #666; font-size: .82rem; }
.product-sidebar nav a:hover, .product-sidebar nav a.is-active { color: var(--green-dark); font-weight: 750; }
.product-sidebar nav small { color: #999; }
.most-viewed-row { margin: 60px 0 72px; padding-top: 30px; border-top: 1px solid #ddd; }
.most-viewed-row h2 { margin-bottom: 28px; font-size: 1rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.most-viewed-row__track { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 32px; }
.most-viewed-row__item { display: grid; min-width: 0; align-items: center; grid-template-columns: 108px 1fr; gap: 16px; color: #555; font-size: .76rem; font-weight: 500; line-height: 1.4; }
.most-viewed-row__item img, .most-viewed-row__placeholder { width: 108px; height: 86px; object-fit: contain; }
.most-viewed-row__placeholder { display: grid; color: #aaa; background: #f6f6f6; place-items: center; }
.most-viewed-row__item:hover { color: var(--green-dark); }
.product-gallery { position: relative; display: grid; min-height: 470px; padding: 22px; place-items: center; background: #fff; }
.product-gallery img { width: 100%; max-height: 540px; object-fit: contain; }
.product-hot { position: absolute; z-index: 2; top: 0; left: 0; display: grid; width: 48px; height: 48px; border-radius: 50%; color: #fff; background: var(--green); place-items: center; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.product-info { padding-top: 6px; }
.product-info h1 { margin-bottom: 55px; font-size: clamp(1.9rem, 2.7vw, 2.45rem); text-align: center; }
.product-info .lead { margin-bottom: 24px; color: #555; font-size: .98rem; line-height: 1.55; }
.sku { color: #858585; font-size: .78rem; }
.product-taxonomy { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 30px; }
.product-taxonomy a { padding: 6px 11px; border-radius: 999px; color: var(--teal-dark); background: var(--mist); font-size: .76rem; font-weight: 700; }
.product-share { display: flex; gap: 12px; margin: 30px 0 24px; padding-top: 24px; border-top: 1px solid #eee; }
.product-share a { display: grid; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: #aaa; place-items: center; font-size: .78rem; font-weight: 850; text-transform: lowercase; }
.product-share a:hover { background: var(--green); }
.product-enquiry { margin-top: 4px; }
.product-inline-description { margin-top: 42px; padding-top: 24px; border-top: 1px solid #ddd; }
.product-inline-description > h2 { margin-bottom: 20px; color: #333; font-size: .95rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.product-inline-description .prose { font-size: .9rem; line-height: 1.65; }
.product-description-section { padding: 0 0 70px; }
.product-description { border-top: 1px solid #ddd; }
.product-description > h2 { display: inline-block; margin: -1px 0 32px; padding: 18px 24px 14px; border-top: 2px solid var(--green); color: #333; background: #fff; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; }
.product-description .prose { max-width: 920px; }
.related-products { border-top: 1px solid #eee; }
.prose { color: #4d5052; font-size: 1.04rem; }
.prose h2, .prose h3 { margin-top: 1.4em; }
.prose li { margin-bottom: .5em; }
.brand-page-logo { max-width: 230px; max-height: 100px; margin-bottom: 35px; object-fit: contain; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.values-grid article { padding: 32px; border-radius: var(--radius); background: #fff; }
.values-grid span { color: var(--green-dark); font-size: .75rem; font-weight: 800; }
.values-grid h2 { margin-top: 18px; font-size: 1.5rem; }
.values-grid p { color: var(--muted); }
.contact-banner { height: 238px; background-position: center; background-size: cover; }
.contact-section { padding: 44px 0 58px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(260px, .75fr); align-items: start; gap: 54px; }
.contact-form-panel h1, .contact-sidebar h2, .contact-map h2 { margin-bottom: 22px; font-size: 1.18rem; font-weight: 550; }
.contact-sidebar { color: #555; font-size: .82rem; }
.contact-sidebar p { margin-bottom: 24px; }
.contact-sidebar a { color: var(--green-dark); }
.contact-map { margin-top: 46px; }
.contact-map iframe { display: block; width: 100%; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 6px; }
.field:nth-of-type(4) { grid-column: 1 / -1; }
.field label { font-size: .76rem; font-weight: 500; }
.field input, .field textarea { width: 100%; padding: 8px 10px; border: 1px solid #d5d5d5; border-radius: 0; color: var(--ink); background: #fff; }
.field input { min-height: 38px; }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(229,27,35,.14); border-color: var(--teal); }
.contact-form .button { justify-self: start; }
.contact-form--legacy { grid-template-columns: minmax(180px, .7fr) minmax(300px, 1.3fr); align-items: start; gap: 14px 20px; }
.contact-form__fields { display: grid; gap: 10px; }
.contact-form__message { grid-column: auto !important; }
.contact-form__message textarea { min-height: 192px; resize: vertical; }
.contact-form--legacy .button { grid-column: 1 / -1; min-height: 38px; padding: 7px 18px; border-radius: 0; font-size: .76rem; font-weight: 600; }
.honeypot { position: absolute; left: -10000px; }
.notice { margin-bottom: 20px; padding: 14px 18px; border-radius: 10px; }
.notice ul { margin: 0; padding-left: 20px; }
.notice--error { color: #7a2929; background: #fbeaea; }
.notice--success { color: #722027; background: #f8e6e7; }

.site-footer { padding-top: 0; color: #ddd; background: #1e1e1e; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 50px; }
.footer-logo { width: 155px; margin-bottom: 22px; filter: brightness(0) invert(1); opacity: .95; }
.site-footer h2 { color: #fff; font-size: .9rem; letter-spacing: .04em; text-transform: uppercase; }
.site-footer p { font-size: .86rem; }
.site-footer a { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom p { margin: 0; }
.disclaimer { max-width: 550px; text-align: right; }

.testimonials { position: relative; min-height: 355px; color: #fff; background-position: center; background-size: cover; }
.testimonials::before { position: absolute; inset: 0; background: rgba(12,12,12,.72); content: ""; }
.testimonials__inner { position: relative; min-height: 355px; }
.testimonial { position: absolute; inset: 0; display: grid; max-width: 820px; margin: auto; padding: 78px 0 60px; align-items: center; grid-template-columns: 90px 1fr; gap: 30px; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.testimonial.is-active { opacity: 1; pointer-events: auto; }
.testimonial img { width: 82px; height: 82px; border: 4px solid rgba(255,255,255,.3); border-radius: 50%; object-fit: cover; }
.testimonial blockquote { margin: 0 0 10px; font-size: .9rem; font-weight: 650; letter-spacing: .035em; line-height: 1.55; }
.testimonial h2 { margin: 4px 0 0; color: #fff; font-size: 1rem; letter-spacing: .04em; }
.testimonial p { margin: 0; font-size: .82rem; font-weight: 700; }
.testimonial-stars { position: relative; width: max-content; color: rgba(255,255,255,.28); font-size: .76rem; letter-spacing: 2px; }
.testimonial-stars::before { position: absolute; width: var(--rating); overflow: hidden; color: #fff; content: "★★★★★"; white-space: nowrap; }
.testimonials__dots { position: absolute; right: 0; bottom: 28px; left: 0; display: flex; justify-content: center; gap: 10px; }
.testimonials__dots button { width: 10px; height: 10px; padding: 0; border: 1px solid #fff; background: transparent; cursor: pointer; }
.testimonials__dots button.is-active { background: var(--green); border-color: var(--green); }

.service-policy { background: #fff; }
.service-policy__inner { display: grid; padding: 68px 0 60px; border-top: 1px solid #ddd; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-policy__item { position: relative; display: flex; min-height: 78px; align-items: center; justify-content: center; gap: 22px; border: 1px solid #ddd; color: #2a2a2a; text-align: center; }
.service-policy__item::after { position: absolute; z-index: 0; inset: 4px -5px -5px 4px; border: 1px solid #ddd; content: ""; pointer-events: none; }
.service-policy__icon, .service-policy__item strong { position: relative; z-index: 1; }
.service-policy__icon { display: grid; width: 38px; height: 38px; color: var(--green); place-items: center; }
.service-policy__icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.service-policy__item strong { font-size: .83rem; letter-spacing: .025em; }

.legacy-footer-grid { display: grid; padding: 58px 0 44px; grid-template-columns: 1fr 2fr 1fr; gap: 62px; }
.legacy-footer-grid h2 { margin-bottom: 16px; color: #ddd; font-size: .9rem; letter-spacing: 0; text-transform: none; }
.legacy-footer-grid p { margin-bottom: 13px; color: #ddd; font-size: .8rem; line-height: 1.55; }
.legacy-footer-grid a { color: #ddd; }
.footer-facebook { display: grid; width: 36px; height: 36px; margin-top: 18px; border-radius: 50%; color: #fff !important; background: #444; place-items: center; font-family: Arial, sans-serif; font-weight: 800; }
.footer-facebook:hover { background: #3a589d; }
.partner-logo { width: min(270px, 100%); max-height: 100px; object-fit: contain; object-position: left center; }
.legacy-footer-bottom { padding: 10px 0 20px; color: #ddd; background: #131313; text-align: center; font-size: .78rem; }
.legacy-footer-bottom .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; }
.legacy-footer-bottom a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }

.about-page { padding: 54px 0 68px; }
.about-page__rows { display: grid; gap: 64px; }
.about-page__row { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(42px, 7vw, 90px); }
.about-page__copy { color: #555; font-size: .88rem; line-height: 1.7; }
.about-page__copy h1, .about-page__copy h2 { margin-bottom: 22px; font-size: 1.55rem; font-weight: 550; }
.about-page__copy p { margin-bottom: 18px; }
.about-page__image img { width: 100%; max-height: 330px; object-fit: contain; }
.about-page__row--reverse { grid-template-columns: 1.1fr .9fr; }

@media (max-width: 1050px) {
  .category-grid, .product-grid { grid-template-columns: repeat(3, 1fr); }
  .category-grid--home { grid-template-columns: repeat(3, 1fr); }
  .catalogue-results .product-grid { grid-template-columns: repeat(2, 1fr); }
  .primary-nav > a, .nav-group > a { padding-inline: 9px; font-size: .82rem; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
	.brand-row { gap: 38px; }
	.product-detail__grid { grid-template-columns: 210px minmax(260px, .9fr) minmax(300px, 1.1fr); gap: 24px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .header-inner { min-height: 76px; }
  .brand img { width: 120px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; max-height: calc(100vh - 76px); padding: 12px 20px 24px; overflow: auto; border-top: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: block; }
  .page-home .primary-nav { background: #fff; }
  .page-home .primary-nav > a, .page-home .nav-group > a { color: var(--ink); text-shadow: none; }
	.page-product .primary-nav { background: #fff; }
	.page-product .primary-nav > a, .page-product .nav-group > a { color: var(--ink); }
	.page-category .primary-nav, .page-audience .primary-nav, .page-catalog-index .primary-nav, .page-audience-index .primary-nav, .page-product-index .primary-nav, .page-contact .primary-nav, .page-basic-page .primary-nav { background: #fff; }
	.page-category .primary-nav > a, .page-category .nav-group > a, .page-audience .primary-nav > a, .page-audience .nav-group > a, .page-catalog-index .primary-nav > a, .page-catalog-index .nav-group > a, .page-audience-index .primary-nav > a, .page-audience-index .nav-group > a, .page-product-index .primary-nav > a, .page-product-index .nav-group > a, .page-contact .primary-nav > a, .page-contact .nav-group > a, .page-basic-page .primary-nav > a, .page-basic-page .nav-group > a { color: var(--ink); }
  .primary-nav > a, .nav-group > a { padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .nav-dropdown { position: static; display: grid; padding: 2px 0 8px 16px; border: 0; opacity: 1; box-shadow: none; pointer-events: auto; transform: none; }
  .nav-dropdown a { padding: 7px 8px; }
  .hero__inner { min-height: auto; grid-template-columns: 1fr; }
  .hero__copy { padding: 80px 0; }
  .hero__visual { display: none; }
  .home-slider { height: 570px; }
  .home-slide__content { padding-top: 70px; }
  .home-slide__content p { font-size: clamp(2.4rem, 9vw, 4rem); }
  .home-slide__content h1, .home-slide__content h2 { font-size: clamp(1.65rem, 6vw, 2.5rem); }
  .category-grid, .category-grid--catalog, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .split-feature, .product-detail__grid, .contact-grid, .contact-layout, .about-page__row, .about-page__row--reverse { grid-template-columns: 1fr; }
	.most-viewed-row__track { display: flex; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x proximity; }
	.most-viewed-row__item { min-width: 210px; scroll-snap-align: start; }
	.about-page__row--reverse .about-page__image { order: 2; }
	.about-page__row--reverse .about-page__copy { order: 1; }
	.product-gallery { order: 1; }
	.product-info { order: 2; }
	.product-sidebar { order: 3; }
	.product-sidebar nav { grid-template-columns: repeat(2, 1fr); column-gap: 24px; }
	.product-info h1 { margin-bottom: 25px; }
  .split-feature__image img { min-height: 330px; }
  .catalogue-layout { grid-template-columns: 1fr; }
  .catalogue-sidebar { position: static; }
  .catalogue-sidebar nav { grid-template-columns: repeat(2, 1fr); column-gap: 22px; }
  .audience-grid, .values-grid { grid-template-columns: 1fr; }
  .product-gallery { min-height: 400px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
  .footer-grid > div:nth-child(3) { display: none; }
	.testimonial { max-width: calc(100% - 70px); }
	.service-policy__inner { grid-template-columns: 1fr; }
	.legacy-footer-grid { grid-template-columns: 1fr 2fr; }
	.legacy-footer-grid > section:last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  h1 { font-size: 2.55rem; }
  .section { padding: 62px 0; }
  .section-heading, .cta__inner, .results-heading, .footer-bottom { align-items: start; flex-direction: column; }
  .category-grid, .category-grid--catalog, .product-grid, .catalogue-results .product-grid { grid-template-columns: 1fr; }
  .category-grid--home { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .category-card, .category-card img { min-height: 290px; }
  .category-card--home, .category-card--home img { min-height: 0; }
  .category-card--home::before { inset: 11px; }
  .category-card--home > span { right: 23px; left: 23px; }
  .category-card--home strong, .category-card--home small { font-size: .72rem; }
  .home-about { min-height: 480px; }
  .home-about__content { padding: 24px; }
	.home-about__content strong { font-size: 1.2rem; }
	.home-about__content > span { font-size: .78rem; line-height: 1.5; }
  .catalogue-sidebar nav { grid-template-columns: 1fr; }
	.product-sidebar nav { grid-template-columns: 1fr; }
	.product-banner { height: 155px; }
	.product-breadcrumbs { justify-content: flex-start; font-size: .7rem; }
	.product-detail { padding-top: 35px; }
	.product-gallery { min-height: 340px; padding: 10px; }
	.product-hot { width: 42px; height: 42px; }
  .contact-form { grid-template-columns: 1fr; }
	.contact-form--legacy { grid-template-columns: 1fr; }
	.contact-form--legacy .button { grid-column: auto; }
  .field:nth-of-type(4) { grid-column: auto; }
	.contact-banner { height: 155px; }
	.contact-section, .about-page { padding-block: 36px 46px; }
	.about-page__rows { gap: 46px; }
  .product-search > div { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:nth-child(2) { display: block; }
  .disclaimer { text-align: left; }
	.brand-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 42px; }
	.brand-tile { height: 90px; }
	.brand-tile img { max-height: 65px; }
	.testimonials, .testimonials__inner { min-height: 400px; }
	.testimonial { max-width: calc(100% - 40px); padding: 55px 0 70px; grid-template-columns: 1fr; gap: 16px; text-align: center; }
	.testimonial img { margin: 0 auto; }
	.testimonial-stars { margin: 0 auto; }
	.service-policy__inner { width: calc(100% - 40px); padding-block: 48px; }
	.service-policy__item { padding: 15px; }
	.legacy-footer-grid { grid-template-columns: 1fr; gap: 28px; }
	.legacy-footer-grid > section:last-child { grid-column: auto; }
}

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