/* Team Uniforms Maker — production stylesheet */
:root {
  --black: #050607;
  --dark: #111111;
  --dark-2: #18191a;
  --red: #ed1c24;
  --red-dark: #c90f17;
  --white: #ffffff;
  --light: #f7f7f7;
  --line: #dcdcdc;
  --muted: #676767;
  --max: 1360px;
  --gutter: clamp(20px, 4vw, 64px);
  --section: clamp(64px, 7vw, 108px);
  --heading: "Bahnschrift Condensed", "Arial Narrow", Impact, sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none!important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; background: var(--white); color: var(--dark); font-family: var(--body); font-size: 16px; line-height: 1.58; -webkit-font-smoothing: antialiased; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, .btn, .eyebrow, legend, .brand-mark { font-family: var(--heading); font-stretch: condensed; }
h1, h2, h3 { line-height: 1.03; letter-spacing: -.02em; }
p { margin-bottom: 1.1em; }
ul, ol { margin-top: 0; }
:focus-visible { outline: 3px solid #ff7075; outline-offset: 3px; }
.container { width: min(100% - (2 * var(--gutter)), var(--max)); margin-inline: auto; }
.narrow { max-width: 930px; }
.section { padding-block: var(--section); }
.section-light { background: var(--light); }
.section-dark { background: var(--dark); color: var(--white); }
.center { display: flex; justify-content: center; margin-top: 42px; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -80px; padding: 12px 18px; background: var(--white); color: var(--black); font-weight: 800; }
.skip-link:focus { top: 12px; }
.icon { width: 1.35em; height: 1.35em; flex: 0 0 auto; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: 17px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.title-rule { width: 70px; height: 3px; margin: 22px 0; background: var(--red); }
.heading-rule { display: flex; justify-content: center; gap: 5px; margin: 16px auto 22px; }
.heading-rule i { display: block; width: 34px; height: 3px; background: var(--red); transform: skew(-24deg); }
.heading-rule i:last-child { width: 14px; background: var(--dark); }
.section-dark .heading-rule i:last-child { background: var(--white); }
.section-heading { margin: 0 auto 44px; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(32px, 3.1vw, 50px); text-transform: uppercase; }
.section-heading h2 span { color: var(--red); }
.section-heading p { max-width: 760px; margin: 0 auto; color: #444; }
.section-dark .section-heading p { color: #c7c7c7; }

/* Buttons */
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 18px; padding: 13px 24px; border: 1px solid transparent; border-radius: 2px; cursor: pointer; font-size: 15px; font-weight: 800; letter-spacing: .025em; line-height: 1; text-align: center; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn .icon { width: 18px; }
.btn--red { background: var(--red); color: var(--white); box-shadow: 0 8px 24px rgba(237,28,36,.18); }
.btn--red:hover { background: var(--red-dark); }
.btn--black { background: var(--black); color: var(--white); }
.btn--black:hover { background: #242424; }
.btn--outline-dark { border-color: #8f8f8f; background: transparent; color: var(--dark); }
.btn--outline-dark:hover { border-color: var(--dark); background: var(--dark); color: var(--white); }
.btn--outline-light { border-color: #aaa; background: rgba(0,0,0,.16); color: var(--white); }
.btn--outline-light:hover { border-color: var(--white); background: var(--white); color: var(--black); }
.btn--outline-red { border-color: var(--red); color: var(--white); }
.btn--outline-red:hover { background: var(--red); }
.btn--wide { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-family: var(--heading); font-weight: 800; text-transform: uppercase; }
.text-link .icon { width: 18px; }

/* Header and brand */
.site-header { position: relative; z-index: 50; height: 92px; background: var(--black); color: var(--white); }
.site-header__inner { height: 100%; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; width: max-content; color: var(--white); }
.brand-mark { display: inline-flex; flex-direction: column; color: var(--white); font-size: 24px; font-style: italic; font-weight: 900; letter-spacing: -.03em; line-height: .83; }
.brand-line { white-space: nowrap; }
.brand-line em { color: var(--red); font-style: italic; }
.brand-line i { display: inline-flex; gap: 3px; margin-left: 5px; vertical-align: middle; }
.brand-line i b { display: block; width: 10px; height: 17px; background: var(--red); transform: skew(-28deg); }
.brand-line i b:last-child { background: var(--white); }
.site-nav ul { display: flex; justify-content: center; gap: clamp(22px, 2.6vw, 42px); margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; display: block; padding: 34px 0 31px; font-family: var(--heading); font-size: 15px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 23px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover, .site-nav a.is-active { color: var(--red); }
.site-nav a.is-active::after, .site-nav a:hover::after { transform: scaleX(1); }
.header-cta { min-width: 160px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--white); cursor: pointer; font-family: var(--heading); font-size: 14px; font-weight: 800; }
.menu-toggle .icon { width: 26px; }

/* Hero system */
.home-hero, .page-hero { position: relative; overflow: hidden; background: var(--black); color: var(--white); }
.home-hero { min-height: 670px; }
.home-hero__media, .page-hero__media { position: absolute; inset: 0; }
.home-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero::after, .page-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(5,6,7,.25) 0%, transparent 34%, transparent 100%); }
.home-hero__inner { position: relative; z-index: 1; min-height: 670px; display: flex; align-items: center; }
.home-hero__copy { width: min(48%, 660px); padding-block: 58px; }
.home-hero h1 { margin-bottom: 26px; font-size: clamp(48px, 4.5vw, 72px); text-transform: uppercase; }
.home-hero h1 span, .page-hero h1 span { display: block; color: var(--red); }
.home-hero__copy > p { max-width: 575px; color: #f2f2f2; font-size: 17px; }
.page-hero { min-height: 430px; }
.page-hero__media { background-image: url("../images/hero/team-uniforms-hero.webp"); background-size: auto 520px; background-position: right top; background-repeat: no-repeat; }
.page-hero__inner { position: relative; z-index: 1; min-height: 430px; display: flex; align-items: center; }
.page-hero__copy { width: min(51%, 700px); padding-block: 54px; }
.page-hero h1 { margin-bottom: 0; font-size: clamp(46px, 4vw, 64px); text-transform: uppercase; }
.page-hero h1 span:empty { display: none; }
.page-hero__lead { max-width: 590px; margin-bottom: 0; color: #efefef; font-size: 17px; }
.hero-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 34px; }
.hero-features--home { margin: 40px 0; }
.page-customization .page-hero .hero-features { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hero-feature { display: flex; align-items: flex-start; gap: 12px; }
.hero-feature__icon { color: var(--red); }
.hero-feature__icon .icon { width: 31px; height: 31px; }
.hero-feature strong, .hero-feature small { display: block; }
.hero-feature strong { font-family: var(--heading); font-size: 15px; letter-spacing: .02em; line-height: 1.1; }
.hero-feature small { margin-top: 7px; color: #d3d3d3; font-size: 12px; line-height: 1.35; }
.breadcrumbs { padding: 14px 0; background: var(--white); }
.breadcrumbs ol { width: min(100% - (2 * var(--gutter)), var(--max)); display: flex; flex-wrap: wrap; gap: 9px; margin: 0 auto; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.breadcrumbs li { display: flex; gap: 9px; }
.breadcrumbs a:hover { color: var(--red); }

/* Shared imagery */
.product-sprite, .gallery-sprite { position: relative; display: block; overflow: hidden; background: var(--white); }
.product-sprite { aspect-ratio: 4 / 5; }
.product-sprite img, .gallery-sprite img { position: absolute; max-width: none; height: auto; pointer-events: none; user-select: none; }
.product-sprite img { top: 0; width: 500%; }
.product-sprite--uploaded img { position: static; width: 100%; height: 100%; max-width: 100%; object-fit: contain; }
.product-sprite--empty, .gallery-sprite--empty { background: linear-gradient(135deg, #f5f5f5, #e8e8e8); }
.product-sprite--0 img { left: 0; }
.product-sprite--1 img { left: -100%; }
.product-sprite--2 img { left: -200%; }
.product-sprite--3 img { left: -300%; }
.product-sprite--4 img { left: -400%; }
.product-sprite--5 img { top: -100%; left: 0; }
.product-sprite--6 img { top: -100%; left: -100%; }
.product-sprite--7 img { top: -100%; left: -200%; }
.product-sprite--8 img { top: -100%; left: -300%; }
.product-sprite--9 img { top: -100%; left: -400%; }
.gallery-sprite { aspect-ratio: 3 / 2; background: #171717; }
.gallery-sprite img { top: 0; width: 300%; }
.gallery-sprite--0 img { left: 0; }
.gallery-sprite--1 img { left: -100%; }
.gallery-sprite--2 img { left: -200%; }
.gallery-sprite--3 img { top: -100%; left: 0; }
.gallery-sprite--4 img { top: -100%; left: -100%; }
.gallery-sprite--5 img { top: -100%; left: -200%; }
.gallery-sprite--6 img { top: -200%; left: 0; }
.gallery-sprite--7 img { top: -200%; left: -100%; }
.gallery-sprite--8 img { top: -200%; left: -200%; }

/* Homepage */
.products-showcase { background: var(--white); }
.category-rail { display: grid; grid-template-columns: repeat(6, 1fr); align-items: stretch; }
.category-tile { position: relative; display: flex; flex-direction: column; min-width: 0; border-right: 1px solid #e4e4e4; text-align: center; transition: color .2s ease, transform .2s ease; }
.category-tile:first-child { border-left: 1px solid #e4e4e4; }
.category-tile:hover { color: var(--red); transform: translateY(-4px); }
.category-tile .product-sprite { width: 100%; }
.category-tile h3 { margin: 16px 0 0; font-size: 18px; }
.custom-promo { position: relative; overflow: hidden; background: radial-gradient(circle at 62% 45%, #343434 0, #1c1c1c 36%, #101010 70%); }
.custom-promo::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 17px 17px; }
.custom-promo__inner { position: relative; display: grid; min-height: 500px; grid-template-columns: 38% 62%; align-items: center; }
.custom-promo__copy { padding-block: 70px; }
.custom-promo h2 { margin-bottom: 20px; font-size: clamp(38px, 4vw, 58px); }
.custom-promo h2 span { display: block; color: var(--red); }
.custom-promo p { max-width: 520px; color: #d4d4d4; }
.check-list { display: grid; gap: 12px; margin: 26px 0 32px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 700; }
.check-list .icon { width: 20px; height: 20px; padding: 3px; border-radius: 50%; background: var(--red); color: var(--white); stroke-width: 3; }
.check-list--dark { color: var(--dark); }
.custom-promo__visual { display: grid; grid-template-columns: 1fr 90px; align-items: center; height: 100%; }
.custom-promo__visual .product-sprite { width: min(540px, 100%); justify-self: center; background: transparent; filter: drop-shadow(0 18px 20px rgba(0,0,0,.38)); }
.custom-promo__tools { display: grid; gap: 24px; justify-items: center; }
.custom-promo__tools > span { display: flex; flex-direction: column; align-items: center; gap: 4px; color: var(--white); font-family: var(--heading); font-size: 12px; font-weight: 800; }
.custom-promo__tools .icon { width: 34px; height: 34px; }
.type-icon, .number-icon { width: 38px; }
.type-icon { padding-top: 2px; border: 2px solid var(--white); border-radius: 50%; font-family: Georgia!important; font-size: 19px!important; line-height: 31px; }
.type-icon small, .number-icon small { font-family: var(--heading); font-size: 11px; line-height: 1; }
.number-icon { border: 2px solid var(--white); border-radius: 7px; font-size: 20px!important; line-height: 31px; }
.number-icon small { transform: translateY(9px); }
.feature-grid { display: grid; }
.feature-grid--five { grid-template-columns: repeat(5, 1fr); }
.feature-grid--four { grid-template-columns: repeat(4, 1fr); }
.feature-grid--six { grid-template-columns: repeat(3, 1fr); }
.feature-item { position: relative; padding: 12px 30px 10px; text-align: center; }
.feature-item + .feature-item { border-left: 1px solid #dadada; }
.feature-grid--six .feature-item:nth-child(4) { border-left: 0; }
.feature-grid--six .feature-item:nth-child(n+4) { margin-top: 34px; padding-top: 34px; border-top: 1px solid #dadada; }
.feature-item__icon { display: grid; width: 62px; height: 62px; place-items: center; margin: 0 auto 18px; color: var(--red); }
.feature-item__icon .icon { width: 48px; height: 48px; }
.feature-item h3 { margin-bottom: 10px; font-size: 19px; }
.feature-item p { margin: 0; color: #454545; font-size: 14px; }
.section-dark .feature-item p { color: #cacaca; }
.section-dark .feature-item + .feature-item { border-color: #393939; }
.how-it-works { background: radial-gradient(circle at 50% 40%, #262626, #111 64%); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; counter-reset: step; }
.step { position: relative; text-align: center; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 46px; right: -34px; width: 36px; border-top: 1px dashed #8a8a8a; }
.step__icon { display: grid; width: 75px; height: 75px; place-items: center; margin: 0 auto 24px; color: var(--white); }
.step__icon .icon { width: 55px; height: 55px; }
.step__heading { display: flex; align-items: center; justify-content: center; gap: 10px; }
.step__heading i { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--red); font-style: normal; font-weight: 800; }
.step h3 { margin: 0; font-size: 16px; }
.step p { max-width: 220px; margin: 13px auto 0; color: #c9c9c9; font-size: 13px; }
.gallery-promo { display: grid; grid-template-columns: 54% 46%; min-height: 390px; background: var(--red); color: var(--white); }
.gallery-promo__images { display: grid; grid-template-columns: 1fr 1fr; }
.gallery-promo__images > span { display: block; overflow: hidden; }
.gallery-promo__images .gallery-sprite { height: 100%; }
.gallery-promo__copy { position: relative; display: grid; place-items: center; overflow: hidden; padding: 50px; }
.gallery-promo__copy::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(#000 1px, transparent 1px); background-size: 12px 12px; }
.gallery-promo__copy > div { position: relative; max-width: 480px; }
.gallery-promo__copy small { font-family: var(--heading); font-weight: 800; }
.gallery-promo__copy h2 { margin: 12px 0 24px; font-size: clamp(44px, 4vw, 64px); }
.gallery-promo__copy p { max-width: 420px; }
.home-final-cta { padding-block: 34px; border-top: 1px solid #393939; }
.home-final-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.home-final-cta strong { font-family: var(--heading); font-size: 29px; }
.home-final-cta p { margin: 2px 0 0; color: #d1d1d1; }

/* Product catalogue */
.catalog { padding-top: 58px; }
.catalog__layout { display: grid; grid-template-columns: 255px 1fr; gap: 36px; align-items: start; }
.catalog-sidebar { border-right: 1px solid var(--line); padding-right: 30px; }
.catalog-sidebar h2 { margin: 0 0 20px; font-size: 25px; }
.category-nav { display: grid; gap: 4px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.category-nav a { padding: 6px 0; color: #333; font-size: 14px; }
.category-nav a:hover, .category-nav a.is-active { color: var(--red); font-weight: 700; }
.filters-form { padding-top: 26px; }
.filters-form fieldset { display: grid; gap: 8px; margin: 0 0 24px; padding: 0 0 22px; border: 0; border-bottom: 1px solid var(--line); }
.filters-form legend { margin-bottom: 14px; font-size: 18px; font-weight: 800; }
.filters-form label { display: flex; align-items: center; gap: 9px; font-size: 13px; }
.filters-form input { accent-color: var(--red); }
.clear-filter { display: block; margin-top: 13px; color: var(--red); font-size: 12px; font-weight: 800; text-align: center; text-transform: uppercase; }
.filter-toggle { display: none; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.catalog-toolbar p { margin: 0; color: var(--muted); font-size: 14px; }
.catalog-toolbar select { min-width: 240px; padding: 10px 38px 10px 13px; border: 1px solid #aaa; background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid #dedede; background: var(--white); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.product-card:hover { border-color: #aaa; transform: translateY(-4px); box-shadow: 0 15px 32px rgba(0,0,0,.08); }
.product-card .product-sprite { width: 100%; }
.detail-gallery-images { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.detail-gallery-images a { display: block; aspect-ratio: 1; border: 1px solid var(--line); background: var(--white); overflow: hidden; }
.detail-gallery-images img { width: 100%; height: 100%; object-fit: cover; }
.product-card__body { display: flex; flex: 1; flex-direction: column; align-items: center; padding: 0 24px 22px; text-align: center; }
.product-card h2, .product-card h3 { margin: 8px 0 9px; font-size: 22px; }
.product-card p { flex: 1; margin-bottom: 20px; color: #4e4e4e; font-size: 13px; }
.product-card .btn { width: 100%; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.pagination a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #cfcfcf; font-weight: 800; }
.pagination a:hover, .pagination a.is-active { border-color: var(--red); background: var(--red); color: var(--white); }
.empty-state { padding: 80px 30px; border: 1px solid var(--line); text-align: center; }
.empty-state h2 { font-size: 34px; }

/* Product detail */
.product-detail { padding-top: 52px; }
.product-detail__hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); gap: 70px; align-items: center; }
.product-detail__gallery { border: 1px solid var(--line); background: var(--light); }
.product-detail__sprite { max-height: 660px; background: var(--white); }
.detail-thumbnails { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.detail-thumbnails button { padding: 14px 10px; border: 0; border-right: 1px solid var(--line); background: var(--white); font-family: var(--heading); font-weight: 800; }
.detail-thumbnails button.is-active { background: var(--black); color: var(--white); }
.product-detail__content h1 { margin-bottom: 0; font-size: clamp(48px, 5vw, 74px); }
.product-detail__content .lead { font-size: 17px; }
.detail-info__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.detail-info article { padding: 15px 30px; }
.detail-info article + article { border-left: 1px solid #d5d5d5; }
.detail-info article > span { color: var(--red); }
.detail-info article .icon { width: 45px; height: 45px; }
.detail-info h2 { margin: 18px 0 12px; font-size: 21px; }
.detail-info p, .detail-info li { color: #555; font-size: 14px; }
.detail-info ul { padding-left: 18px; }
.split-copy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.split-copy h2 { font-size: clamp(40px, 4vw, 60px); }
.process-list { display: grid; gap: 14px; }
.process-list > div { display: flex; align-items: center; gap: 18px; padding: 20px; border: 1px solid var(--line); }
.process-list i { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; background: var(--red); color: var(--white); font-style: normal; font-weight: 900; }
.process-list b, .process-list small { display: block; }
.process-list b { font-family: var(--heading); }
.process-list small { color: var(--muted); }
.faq { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); background: var(--white); }
.faq summary { position: relative; padding: 20px 54px 20px 22px; cursor: pointer; font-family: var(--heading); font-size: 19px; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 14px; right: 22px; color: var(--red); font-size: 29px; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0; padding: 0 22px 22px; color: #555; }
.related-products { background: var(--light); }
.product-grid--three { max-width: 1080px; margin-inline: auto; }

/* Customizer */
.customizer { padding-top: 48px; }
.customizer-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: -10px 0 36px; border-bottom: 1px solid var(--line); }
.customizer-steps > div { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 18px 20px 25px; }
.customizer-steps i { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid var(--red); border-radius: 50%; color: var(--red); font-style: normal; font-weight: 800; }
.customizer-steps .is-active i { background: var(--red); color: var(--white); }
.customizer-steps b, .customizer-steps small { display: block; }
.customizer-steps b { font-family: var(--heading); }
.customizer-steps small { color: var(--muted); font-size: 12px; }
.customizer-grid { display: grid; grid-template-columns: 270px minmax(480px, 1fr) 300px; border: 1px solid var(--line); }
.customizer-controls, .design-summary { padding: 24px; background: var(--white); }
.customizer-controls { border-right: 1px solid var(--line); }
.design-summary { border-left: 1px solid var(--line); }
.customizer-controls h2, .design-summary h2 { margin: 0 0 15px; font-size: 18px; }
.customizer-controls h2:not(:first-child) { margin-top: 25px; }
.field { display: grid; gap: 7px; margin-bottom: 18px; font-size: 12px; }
.field b, .swatches legend, .pattern-options legend, .text-controls > b { font-family: var(--heading); font-size: 14px; font-weight: 800; }
.field select, .text-controls input, .quote-reveal input, .quote-reveal textarea { width: 100%; min-height: 40px; padding: 8px 10px; border: 1px solid #c9c9c9; background: var(--white); }
.swatches, .pattern-options { margin: 0 0 18px; padding: 0; border: 0; }
.swatches > label { display: flex; align-items: center; justify-content: space-between; margin: 9px 0 7px; font-size: 12px; }
.swatches input[type="color"] { width: 35px; height: 28px; padding: 0; border: 0; background: transparent; }
.swatch-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.swatch-row button { aspect-ratio: 1; border: 1px solid #bbb; border-radius: 3px; background: var(--swatch); cursor: pointer; }
.pattern-options { display: flex; flex-wrap: wrap; gap: 7px; }
.pattern-options legend { width: 100%; }
.pattern-options label { cursor: pointer; }
.pattern-options input { position: absolute; opacity: 0; }
.pattern { display: block; width: 38px; height: 38px; border: 1px solid #aaa; background-color: #eee; }
.pattern--diagonal { background-image: repeating-linear-gradient(45deg, #222 0 2px, transparent 2px 7px); }
.pattern--chevron { background: linear-gradient(135deg, transparent 40%, #333 41% 48%, transparent 49%) 0 0/16px 16px, linear-gradient(225deg, transparent 40%, #333 41% 48%, transparent 49%) 0 0/16px 16px; }
.pattern--panels { background: repeating-linear-gradient(90deg, #333 0 3px, transparent 3px 10px); }
.pattern--fade { background: radial-gradient(circle, #333 1px, transparent 2px) 0 0/7px 7px; }
.pattern--clean { background: #ededed; }
.pattern-options input:checked + .pattern { border: 2px solid var(--red); }
.file-field { position: relative; display: grid; min-height: 94px; place-items: center; border: 1px dashed #bdbdbd; background: #fafafa; cursor: pointer; }
.file-field input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.file-field > span { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px; text-align: left; }
.file-field b, .file-field small { display: block; }
.file-field small { color: var(--muted); font-size: 11px; }
.file-field--compact { margin-bottom: 18px; }
.text-controls { display: grid; gap: 8px; margin-bottom: 18px; }
.text-controls label { display: grid; gap: 3px; font-size: 11px; }
.customizer-preview { min-width: 0; background: #f4f4f4; }
.view-tabs { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); }
.view-tabs button { padding: 17px 8px; border: 0; border-bottom: 3px solid transparent; background: var(--white); font-family: var(--heading); font-weight: 800; }
.view-tabs button.is-active { border-color: var(--red); }
.uniform-canvas { display: grid; min-height: 660px; place-items: center; overflow: hidden; background: radial-gradient(circle at center, #fff, #ececec); }
.uniform-svg { width: min(82%, 520px); transform: scale(var(--zoom, 1)); transform-origin: center; transition: transform .2s ease; }
.uniform-team, .uniform-number { fill: var(--white); stroke: rgba(0,0,0,.45); stroke-width: 2px; paint-order: stroke fill; font-family: var(--heading); font-weight: 900; }
.uniform-team { font-size: 35px; }
.uniform-number { font-size: 95px; }
.zoom-controls { display: flex; align-items: center; gap: 8px; padding: 14px 20px; border-top: 1px solid var(--line); background: var(--white); font-family: var(--heading); font-size: 12px; font-weight: 800; }
.zoom-controls button { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid #c9c9c9; background: var(--white); cursor: pointer; }
.zoom-controls .view-fullscreen { width: auto; margin-left: auto; padding: 0 13px; }
.design-summary dl { display: grid; gap: 10px; margin: 22px 0; padding: 20px 0; border-block: 1px solid var(--line); font-size: 12px; }
.design-summary dl > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.design-summary dd { margin: 0; }
.design-summary dd i { display: block; width: 17px; height: 17px; border-radius: 50%; background: var(--summary); }
.summary-product { display: flex; align-items: center; gap: 12px; }
.summary-product .product-sprite { width: 80px; flex: 0 0 auto; }
.summary-product strong { font-family: var(--heading); font-size: 15px; }
.design-summary > .btn { margin-bottom: 9px; }
.quote-reveal { display: grid; gap: 9px; margin: 20px 0; padding-top: 18px; border-top: 1px solid var(--line); }
.quote-reveal label { display: grid; gap: 3px; font-size: 11px; }
.quote-reveal .check-field { display: flex; }
.save-status { min-height: 22px; margin: 0; color: var(--red); font-size: 12px; text-align: center; }
.support-strip { padding-block: 34px; }
.support-strip__grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); }
.support-strip__grid > div { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-content: center; padding: 12px 28px; border-right: 1px solid #d4d4d4; }
.support-strip__grid > div:last-child { border: 0; }
.support-strip__grid > div > span { grid-row: span 2; color: var(--red); }
.support-strip__grid .icon { width: 42px; height: 42px; }
.support-strip__grid b, .support-strip__grid small { display: block; }
.support-strip__grid b { font-family: var(--heading); }
.support-strip__grid small { color: var(--muted); font-size: 11px; }
.support-strip__grid .btn { grid-column: 1 / -1; margin-top: 14px; }

/* Why us, gallery and about */
.why-main__layout { display: grid; grid-template-columns: 1.55fr .85fr; gap: 40px; align-items: stretch; }
.why-quote { display: flex; flex-direction: column; overflow: hidden; border-radius: 6px; background: var(--black); color: var(--white); }
.why-quote .gallery-sprite { flex: 1; }
.why-quote blockquote { margin: 0; padding: 32px; border-left: 6px solid var(--red); font-family: var(--heading); font-size: 23px; font-weight: 800; }
.metrics { padding-block: 48px; }
.metrics--dark { background: var(--dark); color: var(--white); }
.metrics--light { background: var(--white); color: var(--dark); }
.metrics__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { display: flex; align-items: center; gap: 22px; padding: 10px 34px; }
.metric + .metric { border-left: 1px solid #555; }
.metrics--light .metric + .metric { border-color: #d4d4d4; }
.metric__icon { color: var(--red); }
.metric__icon .icon { width: 54px; height: 54px; }
.metric strong, .metric b, .metric small { display: block; }
.metric strong { font-family: var(--heading); font-size: 45px; line-height: 1; }
.metric b { margin-top: 8px; font-family: var(--heading); font-size: 16px; }
.metric small { margin-top: 7px; color: #bdbdbd; font-size: 11px; line-height: 1.4; }
.metrics--light .metric small { color: #666; }
.partner-rail { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.partner-rail span { display: grid; min-height: 110px; place-items: center; border: 1px solid var(--line); color: #4c4c4c; font-family: var(--heading); font-size: 20px; font-weight: 900; }
.gallery-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 28px; }
.gallery-filters button { min-height: 45px; padding: 10px 18px; border: 1px solid transparent; background: transparent; cursor: pointer; font-family: var(--heading); font-weight: 800; }
.gallery-filters button:hover, .gallery-filters button.is-active { border-color: var(--red); background: var(--red); color: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.gallery-card { position: relative; padding: 0; overflow: hidden; border: 0; border-radius: 4px; background: var(--dark); cursor: pointer; }
.gallery-card.is-hidden, .gallery-card.is-more { display: none; }
.gallery-card > span:last-child { position: absolute; right: 0; bottom: 0; left: 0; padding: 35px 18px 14px; background: linear-gradient(transparent, rgba(0,0,0,.8)); color: var(--white); font-family: var(--heading); font-weight: 800; text-align: left; transform: translateY(100%); transition: transform .2s ease; }
.gallery-card:hover > span:last-child, .gallery-card:focus-visible > span:last-child { transform: translateY(0); }
.gallery-card .gallery-sprite img { transition: transform .35s ease; }
.gallery-card:hover .gallery-sprite img { transform: scale(1.03); }
.lightbox { position: fixed; z-index: 999; inset: 0; display: grid; place-items: center; padding: 70px 20px 30px; background: rgba(0,0,0,.94); color: var(--white); }
.lightbox[hidden] { display: none; }
.lightbox__image { width: min(100%, 1100px); }
.lightbox__close { position: absolute; top: 20px; right: 22px; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid #666; background: transparent; color: var(--white); cursor: pointer; }
.lightbox > p { margin: 14px 0 0; font-family: var(--heading); font-size: 18px; }
.about-story__grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 70px; align-items: center; }
.about-story__copy h2 { font-size: clamp(42px, 4vw, 62px); }
.about-story__copy h2 span { display: block; color: var(--red); }
.production-collage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.production-collage > div { min-width: 0; overflow: hidden; border-radius: 4px; background: var(--light); }
.production-main { position: relative; grid-column: 1 / -1; }
.production-main > span { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px; background: linear-gradient(transparent, rgba(0,0,0,.85)); color: var(--white); font-family: var(--heading); font-size: 20px; font-weight: 800; }
.production-collage .product-sprite { width: 100%; }
.core-values { background: var(--black); }
.commitment { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; }
.commitment__image { position: relative; overflow: hidden; background: var(--black); }
.commitment__image .gallery-sprite { width: 100%; height: 100%; }
.commitment__image > div { position: absolute; right: 0; bottom: 0; left: 0; padding: 70px 55px 35px; background: linear-gradient(transparent, rgba(0,0,0,.9)); color: var(--white); }
.commitment__image strong, .commitment__image span { display: block; }
.commitment__image strong { font-family: var(--heading); font-size: 23px; }
.commitment__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 7vw, 110px); }
.commitment__copy h2 { font-size: clamp(42px, 4.5vw, 68px); }

/* Contact and forms */
.contact-layout { display: grid; grid-template-columns: .78fr 1.25fr .85fr; gap: 28px; align-items: start; }
.contact-details h2 { font-size: 40px; }
.contact-list { display: grid; }
.contact-list > a, .contact-list > div { display: flex; gap: 17px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-list > * > span { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--light); color: var(--red); }
.contact-list .icon { width: 26px; height: 26px; }
.contact-list b { font-family: var(--heading); }
.contact-list p { margin: 3px 0 0; font-size: 14px; }
.contact-form-card, .quote-card { padding: 36px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 36px rgba(0,0,0,.05); }
.contact-form-card h2, .quote-card > h2 { margin-bottom: 0; font-size: 32px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-grid label { display: grid; gap: 6px; color: #333; font-size: 12px; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid #cfcfcf; border-radius: 2px; background: var(--white); }
.form-grid textarea { resize: vertical; }
.form-span { grid-column: 1 / -1; }
.check-field { display: flex!important; align-items: flex-start; gap: 9px!important; }
.check-field input { width: 17px!important; min-height: 17px!important; flex: 0 0 auto; margin-top: 2px; accent-color: var(--red); }
.check-field a { color: var(--red); text-decoration: underline; }
.contact-form > .btn { margin-top: 16px; }
.hp-field { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.form-alert { margin-bottom: 20px; padding: 16px 18px; border-left: 4px solid; }
.form-alert ul { margin-bottom: 0; padding-left: 20px; }
.form-alert p { margin: 4px 0 0; }
.form-alert--error { border-color: var(--red); background: #fff0f1; }
.form-alert--success { border-color: #138943; background: #edf9f1; }
.map-card { position: relative; min-height: 620px; overflow: hidden; background: #e9ecef; }
.map-card iframe { width: 100%; height: 620px; border: 0; filter: saturate(.72); }
.map-card > div { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 18px; background: var(--white); box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.map-card b, .map-card span { display: block; }
.map-card b { font-family: var(--heading); font-size: 20px; }
.map-card span { margin-top: 5px; font-size: 13px; }
.quote-page__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.quote-page__grid > div:first-child { position: sticky; top: 30px; }
.quote-page__grid h2 { font-size: clamp(40px, 4vw, 58px); }
.quote-help { display: flex; gap: 16px; margin-top: 30px; padding: 22px; background: var(--light); }
.quote-help > span { color: var(--red); }
.quote-help .icon { width: 42px; height: 42px; }
.quote-help b { font-family: var(--heading); }
.quote-help p { margin: 3px 0 0; }
.quote-help a { color: var(--red); }

/* Blog and legal */
.featured-post { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; margin-bottom: 90px; background: var(--light); }
.featured-post > div:last-child { padding: 40px 55px 40px 0; }
.featured-post h2 { margin: 14px 0 18px; font-size: clamp(38px, 4vw, 58px); }
.post-meta { color: var(--red); font-family: var(--heading); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { border: 1px solid var(--line); background: var(--white); }
.post-card > div:last-child, .post-card > div:only-child { padding: 25px; }
.post-card h2 { margin: 11px 0; font-size: 25px; }
.post-card p { color: #555; font-size: 14px; }
.article-header { padding: 95px 0 125px; text-align: center; }
.article-header h1 { margin: 20px auto; font-size: clamp(50px, 6vw, 82px); }
.article-header > .container > p { max-width: 760px; margin: 0 auto; color: #d2d2d2; font-size: 19px; }
.article-byline { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 28px; color: #aaa; font-size: 12px; }
.article-featured { position: relative; z-index: 2; margin-top: -70px; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.article-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); justify-content: center; gap: 70px; padding-block: 80px; }
.article-toc { position: sticky; top: 30px; align-self: start; padding: 24px; border: 1px solid var(--line); }
.article-toc > strong { font-family: var(--heading); }
.article-toc ol { display: grid; gap: 10px; margin: 18px 0 24px; padding-left: 20px; color: #555; font-size: 13px; }
.article-toc a:not(.btn):hover { color: var(--red); }
.article-content { min-width: 0; }
.article-content section { margin-bottom: 48px; scroll-margin-top: 100px; }
.article-content h2 { margin-bottom: 18px; font-size: 36px; }
.article-content p, .article-content li { color: #3e3e3e; }
.article-content li { margin-bottom: 8px; }
.article-table { overflow-x: auto; margin-block: 26px; }
.article-table table { width: 100%; border-collapse: collapse; font-size: 14px; }
.article-table th, .article-table td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-table th { background: var(--black); color: var(--white); font-family: var(--heading); }
.article-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 50px; }
.article-links a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px; border: 1px solid var(--line); color: var(--red); font-family: var(--heading); font-size: 13px; font-weight: 800; }
.article-cta { margin-top: 54px; padding: 38px; background: var(--black); color: var(--white); }
.article-cta h2 { font-size: 36px; }
.article-cta p { color: #ccc; }
.related-posts { background: var(--light); }
.legal-page h1 { font-size: clamp(48px, 5vw, 72px); }
.legal-page h2 { margin-top: 45px; font-size: 30px; }
.legal-page a { color: var(--red); text-decoration: underline; }
.not-found { display: grid; min-height: 70vh; place-items: center; text-align: center; }
.not-found span { display: block; color: var(--red); font-family: var(--heading); font-size: clamp(100px, 17vw, 230px); font-weight: 900; line-height: .8; opacity: .7; }
.not-found h1 { margin: 30px 0 18px; font-size: clamp(48px, 6vw, 80px); }
.not-found p { max-width: 620px; margin: 0 auto 32px; color: #ccc; }
.not-found .button-row { justify-content: center; }

/* CTA and footer */
.cta-band { padding-block: 30px; border-top: 1px solid #dedede; background: var(--light); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band__message { display: flex; align-items: center; gap: 20px; }
.cta-band__icon { display: grid; width: 70px; height: 70px; place-items: center; border: 4px solid var(--black); border-radius: 50%; color: var(--red); }
.cta-band__icon .icon { width: 42px; height: 42px; }
.cta-band h2 { margin: 0; font-size: 31px; }
.cta-band p { margin: 3px 0 0; }
.cta-band__actions { display: flex; gap: 18px; }
.site-footer { background: radial-gradient(circle at 78% 15%, #1b1c1d, #0d0e0f 55%, #080909); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .85fr 1.1fr; gap: 60px; padding-block: 68px; }
.footer-brand .brand-mark { font-size: 28px; }
.footer-brand p { max-width: 330px; margin: 25px 0; color: #c8c8c8; font-size: 13px; }
.site-footer h2 { margin-bottom: 20px; font-size: 18px; }
.footer-links { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: #d4d4d4; font-size: 13px; }
.footer-links a:hover { color: var(--red); }
.social-links { display: flex; gap: 10px; }
.social-links a { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--white); color: var(--black); font-size: 12px; font-weight: 900; }
.social-links a:hover { background: var(--red); color: var(--white); }
.footer-contact > a:not(.btn), .footer-contact > p { display: flex; align-items: flex-start; gap: 9px; margin: 0 0 11px; color: #d4d4d4; font-size: 13px; }
.footer-contact .icon { width: 17px; height: 17px; margin-top: 2px; }
.footer-contact .btn { margin-top: 17px; }
.footer-bottom { border-top: 1px solid #333; }
.footer-bottom .container { display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 55px; color: #aaa; font-size: 12px; }
.footer-bottom p { margin: 0; }
.mobile-cta { display: none; }

/* Mobile and tablet */
@media (max-width: 1180px) {
  .site-header__inner { grid-template-columns: 190px 1fr auto; gap: 18px; }
  .site-nav ul { gap: 18px; }
  .site-nav a { font-size: 13px; }
  .header-cta { min-width: 135px; padding-inline: 16px; }
  .home-hero__copy { width: 54%; }
  .hero-features { gap: 14px; }
  .category-rail { grid-template-columns: repeat(3, 1fr); row-gap: 35px; }
  .category-tile:nth-child(4) { border-left: 1px solid #e4e4e4; }
  .customizer-grid { grid-template-columns: 245px minmax(410px, 1fr); }
  .design-summary { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0; }
  .design-summary dl { grid-template-columns: repeat(4, 1fr); }
  .design-summary dl > div { display: block; }
  .summary-product { max-width: 360px; }
  .quote-reveal { grid-template-columns: 1fr 1fr; }
  .quote-reveal h3, .quote-reveal .check-field, .quote-reveal .btn { grid-column: 1 / -1; }
  .contact-layout { grid-template-columns: .8fr 1.2fr; }
  .map-card { grid-column: 1 / -1; min-height: 360px; }
  .map-card iframe { height: 360px; }
  .footer-grid { gap: 34px; }
}

@media (max-width: 980px) {
  :root { --section: 72px; }
  .site-header { height: 78px; }
  .site-header__inner { grid-template-columns: 1fr auto auto; }
  .brand-mark { font-size: 21px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 8px; order: 2; }
  .header-cta { order: 3; min-height: 43px; }
  .site-nav { position: fixed; z-index: 49; inset: 78px 0 0; display: none; overflow-y: auto; background: rgba(5,6,7,.99); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: grid; gap: 0; padding: 25px var(--gutter) 140px; }
  .site-nav a { padding: 18px 0; border-bottom: 1px solid #2d2d2d; font-size: 21px; }
  .site-nav a::after { bottom: -1px; width: 58px; transform-origin: left; }
  .home-hero, .home-hero__inner { min-height: 600px; }
  .home-hero__media img { object-position: 60% center; }
  .home-hero__copy { width: 58%; }
  .page-hero__media { background-position: 62% center; }
  .page-hero__copy { width: 60%; }
  .feature-grid--five { grid-template-columns: repeat(3, 1fr); }
  .feature-grid--five .feature-item:nth-child(4) { border-left: 0; }
  .feature-grid--five .feature-item:nth-child(n+4) { margin-top: 25px; padding-top: 30px; border-top: 1px solid #ddd; }
  .section-dark .feature-grid--five .feature-item:nth-child(n+4) { border-color: #393939; }
  .metrics__grid { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
  .metric:nth-child(3) { border-left: 0; }
  .gallery-promo { grid-template-columns: 1fr; }
  .gallery-promo__images { min-height: 360px; }
  .gallery-promo__copy { min-height: 340px; }
  .catalog__layout { grid-template-columns: 220px 1fr; gap: 24px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail__hero { grid-template-columns: 1fr 1fr; gap: 40px; }
  .detail-info__grid { grid-template-columns: repeat(2, 1fr); row-gap: 35px; }
  .detail-info article:nth-child(3) { border-left: 0; }
  .split-copy { gap: 45px; }
  .why-main__layout { grid-template-columns: 1fr; }
  .why-quote .gallery-sprite { aspect-ratio: 16/7; }
  .partner-rail { grid-template-columns: repeat(3, 1fr); }
  .about-story__grid { grid-template-columns: 1fr; }
  .commitment { grid-template-columns: 1fr; }
  .commitment__image { min-height: 480px; }
  .quote-page__grid { gap: 40px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --gutter: 20px; --section: 58px; }
  body { padding-bottom: 62px; font-size: 15px; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .brand-mark { font-size: 19px; }
  .home-hero { padding-top: 0; }
  .home-hero, .home-hero__inner { min-height: 830px; }
  .home-hero__media { inset: auto 0 0; height: 49%; }
  .home-hero__media img { object-position: 70% center; }
  .home-hero::after { background: linear-gradient(180deg, var(--black) 0 51%, transparent 72%); }
  .home-hero__inner { align-items: flex-start; }
  .home-hero__copy { width: 100%; padding: 58px 0 390px; }
  .home-hero h1 { font-size: clamp(42px, 12vw, 60px); }
  .home-hero__copy > p br { display: none; }
  .hero-features--home { grid-template-columns: repeat(3, 1fr); margin: 30px 0; }
  .hero-features--home .hero-feature { display: block; }
  .hero-features--home .hero-feature__icon { margin-bottom: 8px; }
  .page-hero { min-height: 760px; }
  .page-hero__media { top: auto; height: 50%; background-image: url("../images/hero/team-uniforms-hero-960.webp"); background-size: cover; background-position: 70% center; }
  .page-hero::after { background: linear-gradient(180deg, var(--black) 0 50%, transparent 72%); }
  .page-hero__inner { min-height: 760px; align-items: flex-start; }
  .page-hero__copy { width: 100%; padding-block: 55px 390px; }
  .page-hero h1 { font-size: clamp(42px, 12vw, 62px); }
  .page-hero__lead br { display: none; }
  .page-hero .hero-features { grid-template-columns: repeat(2, 1fr); }
  .section-heading { margin-bottom: 34px; }
  .category-rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; }
  .category-tile { width: 68vw; flex: 0 0 68vw; scroll-snap-align: start; }
  .custom-promo__inner { min-height: auto; grid-template-columns: 1fr; }
  .custom-promo__copy { padding: 58px 0 20px; }
  .custom-promo__visual { min-height: 460px; grid-template-columns: 1fr 68px; }
  .feature-grid--four, .feature-grid--five, .feature-grid--six { grid-template-columns: 1fr 1fr; }
  .feature-item, .feature-grid--six .feature-item:nth-child(n+4), .feature-grid--five .feature-item:nth-child(n+4) { margin: 0; padding: 24px 15px; border-top: 1px solid #ddd; }
  .feature-item + .feature-item { border-left: 0; }
  .feature-item:nth-child(even) { border-left: 1px solid #ddd; }
  .section-dark .feature-item, .section-dark .feature-item:nth-child(even) { border-color: #393939; }
  .steps-grid { grid-template-columns: 1fr 1fr; row-gap: 50px; }
  .step::after { display: none; }
  .home-final-cta .container, .cta-band__inner { align-items: stretch; flex-direction: column; }
  .home-final-cta .button-row, .cta-band__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .gallery-promo__images { min-height: 270px; }
  .catalog { padding-top: 30px; }
  .catalog__layout { grid-template-columns: 1fr; }
  .catalog-sidebar { padding: 0; border: 0; }
  .filter-toggle { display: flex; width: 100%; align-items: center; justify-content: center; gap: 9px; padding: 13px; border: 1px solid var(--black); background: var(--white); font-family: var(--heading); font-weight: 800; }
  .filter-panel { display: none; padding: 24px; border: 1px solid var(--line); border-top: 0; }
  .filter-panel.is-open { display: block; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-toolbar select { width: 100%; }
  .product-detail__hero { grid-template-columns: 1fr; }
  .product-detail__content h1 { font-size: 48px; }
  .detail-info__grid { grid-template-columns: 1fr; }
  .detail-info article, .detail-info article:nth-child(3) { border-left: 0; border-top: 1px solid #ddd; }
  .split-copy { grid-template-columns: 1fr; }
  .customizer-steps { display: flex; overflow-x: auto; }
  .customizer-steps > div { width: 260px; flex: 0 0 260px; justify-content: flex-start; }
  .customizer-grid { grid-template-columns: 1fr; }
  .customizer-controls { border-right: 0; border-bottom: 1px solid var(--line); }
  .uniform-canvas { min-height: 550px; }
  .design-summary { grid-column: auto; }
  .design-summary dl { grid-template-columns: 1fr 1fr; }
  .support-strip__grid { grid-template-columns: 1fr 1fr; }
  .support-strip__grid > div { padding: 20px; border-bottom: 1px solid #d4d4d4; }
  .support-strip__grid > div:nth-child(even) { border-right: 0; }
  .metrics__grid { grid-template-columns: 1fr 1fr; }
  .metric { align-items: flex-start; flex-direction: column; padding: 14px 20px; }
  .metric strong { font-size: 37px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .production-collage { grid-template-columns: 1fr 1fr; }
  .production-collage > div:last-child { display: none; }
  .contact-layout, .quote-page__grid { grid-template-columns: 1fr; }
  .quote-page__grid > div:first-child { position: static; }
  .map-card { grid-column: auto; }
  .featured-post { grid-template-columns: 1fr; gap: 0; }
  .featured-post > div:last-child { padding: 30px; }
  .post-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; gap: 35px; }
  .article-toc { position: static; }
  .article-links { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .mobile-cta { position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; display: grid; height: 62px; grid-template-columns: repeat(3, 1fr); background: var(--black); box-shadow: 0 -6px 24px rgba(0,0,0,.2); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 7px; border-right: 1px solid #333; color: var(--white); font-family: var(--heading); font-size: 12px; font-weight: 800; }
  .mobile-cta a:last-child { background: var(--red); }
  .mobile-cta .icon { width: 19px; }
}

@media (max-width: 520px) {
  .button-row, .home-final-cta .button-row, .cta-band__actions { grid-template-columns: 1fr; }
  .button-row .btn { width: 100%; }
  .hero-features--home { grid-template-columns: 1fr 1fr; }
  .hero-features--home .hero-feature:last-child { grid-column: 1 / -1; }
  .page-hero .hero-features { grid-template-columns: 1fr 1fr; }
  .category-tile { width: 78vw; flex-basis: 78vw; }
  .gallery-promo__images { grid-template-columns: 1fr; }
  .gallery-promo__images > span:nth-child(n+3) { display: none; }
  .gallery-promo__copy { padding: 45px 22px; }
  .product-grid { grid-template-columns: 1fr; }
  .customizer-grid { margin-inline: -20px; border-inline: 0; }
  .uniform-canvas { min-height: 480px; }
  .zoom-controls { flex-wrap: wrap; }
  .zoom-controls .view-fullscreen { width: 100%; margin-top: 6px; margin-left: 0; }
  .design-summary dl, .quote-reveal { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .partner-rail { grid-template-columns: repeat(2, 1fr); }
  .metrics__grid { grid-template-columns: 1fr; }
  .metric { flex-direction: row; }
  .metric + .metric { border-top: 1px solid #555; border-left: 0; }
  .metrics--light .metric + .metric { border-color: #d4d4d4; }
  .commitment__image { min-height: 350px; }
  .commitment__copy { padding: 50px 22px; }
  .form-grid, .support-strip__grid { grid-template-columns: 1fr; }
  .form-span { grid-column: auto; }
  .support-strip__grid > div { border-right: 0; }
  .contact-form-card, .quote-card { padding: 24px 18px; }
  .post-grid { grid-template-columns: 1fr; }
  .article-header { padding: 70px 0 100px; }
  .article-content h2 { font-size: 31px; }
  .article-cta { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-bottom .container { flex-direction: column; gap: 4px; padding: 13px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}

@media print {
  .site-header, .site-footer, .mobile-cta, .cta-band, .article-toc { display: none!important; }
  body { color: #000; background: #fff; }
}
