:root {
  --color-espresso: #1d0e06;
  --color-brown: #5e402b;
  --color-cocoa: #6e4c35;
  --color-terracotta: #aa6749;
  --color-rust: #893823;
  --color-copper: #bf8864;
  --color-cream: #e7dfc9;
  --color-bone: #f0e9d9;
  --color-tan: #dacfb7;
  --color-sky: #708895;
  --color-sky-light: #8299a4;
  --color-ink: #241208;
  --color-white: #fffdf7;
  --color-line: rgba(36, 18, 8, .18);
  --max-width: 1600px;
  --header-height: 116px;
  --pad: clamp(20px, 3.2vw, 56px);
  --display: "Arial Black", "Arial Narrow", Impact, sans-serif;
  --sans: "Segoe UI", Manrope, Arial, sans-serif;
  --brush: "Brush Script MT", "Segoe Print", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-ink); background: var(--color-bone); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; background: #fff; padding: 12px 18px; }
.skip-link:focus { top: 16px; }
.eyebrow { display: block; margin-bottom: 16px; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; }
.section-title { margin: 0; max-width: 1000px; font-family: var(--display); font-size: clamp(2.7rem, 6vw, 6.8rem); font-weight: 900; line-height: .83; letter-spacing: -.065em; text-transform: uppercase; }
.brush-accent { display: block; margin: 0; color: var(--color-cream); font-family: var(--brush); font-size: clamp(2.3rem, 5vw, 5.8rem); font-weight: 700; line-height: .8; letter-spacing: -.04em; transform: rotate(-3deg); }
.arrow-link { display: inline-flex; align-items: center; gap: 22px; border-bottom: 1px solid currentColor; padding: 0 0 7px; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.arrow-link span { transition: transform .25s ease; }
.arrow-link:hover span { transform: translateX(6px); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid currentColor; padding: 0 26px; background: transparent; cursor: pointer; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transition: .25s; }
.button:hover, .button:focus-visible { background: var(--color-sky); border-color: var(--color-sky); color: var(--color-bone); }
.button--dark { background: var(--color-ink); color: #fff; border-color: var(--color-ink); }
.button--dark:hover { background: var(--color-terracotta); border-color: var(--color-terracotta); color: #fff; }
.visually-hidden { position: absolute; width: 1px; height: 1px; clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap; }

.announcement { height: 30px; display: grid; place-items: center; background: var(--color-rust); color: var(--color-bone); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-align: center; }
.site-header { position: relative; z-index: 40; background: var(--color-espresso); color: white; }
.header-main { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--pad); }
.header-actions { display: flex; align-items: center; gap: 23px; }
.header-actions--right { justify-content: flex-end; }
.icon-button, .text-button { border: 0; background: transparent; padding: 8px 0; cursor: pointer; color: inherit; }
.icon-button { width: 28px; height: 28px; display: grid; place-items: center; }
.icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.text-button { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.brand-logo { width: 184px; height: 72px; display: block; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.cart-button { position: relative; }
.cart-count { position: absolute; top: -1px; right: -9px; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: var(--color-terracotta); color: white; font-size: .58rem; }
.secondary-nav { height: 48px; display: flex; align-items: center; justify-content: center; gap: clamp(26px, 4vw, 70px); border-top: 1px solid rgba(255,255,255,.15); }
.secondary-nav a { position: relative; font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; }
.secondary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: white; transition: .25s; }
.secondary-nav a:hover::after, .secondary-nav a[aria-current="page"]::after { right: 0; }
.mobile-toggle { display: none; }

.hero-section { position: relative; min-height: calc(100svh - 30px); display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; background: var(--color-espresso); color: var(--color-bone); }
.hero-section::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(29,14,6,.94) 0%, rgba(36,18,8,.63) 43%, rgba(170,103,73,.08) 75%), linear-gradient(0deg, rgba(137,56,35,.3), transparent 48%); }
.hero-section::before { content: "FIELD 01 / LABOY CONSTRUCTION"; position: absolute; top: 50%; right: 22px; z-index: 2; color: var(--color-bone); font-size: .58rem; font-weight: 800; letter-spacing: .28em; writing-mode: vertical-rl; transform: translateY(-50%); }
.hero-media { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.hero-content { position: relative; width: min(1020px, 82vw); padding: 11vh var(--pad) 8vh; }
.hero-brush { position: absolute; top: 5vh; left: clamp(300px, 39vw, 610px); z-index: -0; color: var(--color-bone); opacity: .93; white-space: nowrap; }
.hero-title { margin: 0 0 24px; font-family: var(--display); font-size: clamp(3.25rem, 7.6vw, 8.6rem); line-height: .79; letter-spacing: -.072em; font-weight: 900; text-transform: uppercase; }
.hero-copy { max-width: 520px; margin: 0 0 30px; font-size: clamp(1rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 42px; font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; }

.feature-panels { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 2.1vw, 34px); padding: clamp(80px, 10vw, 150px) var(--pad); background: var(--color-terracotta); }
.feature-panel { position: relative; min-height: 78vh; overflow: hidden; border: 2px solid rgba(240,233,217,.5); border-radius: 32px; color: var(--color-bone); box-shadow: 0 22px 60px rgba(29,14,6,.18); }
.feature-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(29,14,6,.88), rgba(29,14,6,.08) 68%); }
.feature-panel img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .8s ease; }
.feature-panel:hover img { transform: scale(1.025); }
.feature-panel-content { position: absolute; z-index: 2; left: clamp(24px, 4vw, 58px); right: clamp(24px, 4vw, 58px); bottom: 7vh; }
.feature-panel .brush-accent { margin: 0 0 -2px 16%; font-size: clamp(2.4rem, 4vw, 5rem); }
.feature-panel h2 { max-width: 620px; margin: 0 0 24px; font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5.7rem); line-height: .82; font-weight: 900; letter-spacing: -.065em; text-transform: uppercase; }

.category-section, .products-section, .trade-section { padding: clamp(92px, 11vw, 170px) var(--pad); }
.category-section { background: var(--color-bone); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: clamp(42px, 6vw, 84px); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.5vw, 24px); }
.category-card { min-width: 0; border-bottom: 2px solid var(--color-cocoa); }
.category-card:nth-child(3n+1) { background: rgba(112,136,149,.15); }
.category-card:nth-child(3n+2) { background: rgba(170,103,73,.15); }
.category-card:nth-child(3n+3) { background: rgba(218,207,183,.75); }
.category-image { aspect-ratio: 4/5; overflow: hidden; border-radius: 22px 22px 0 0; background: var(--color-tan); }
.category-image img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.category-image img[src*="hero-builder"], .product-visual img[src*="hero-builder"], .trade-card img[src*="hero-builder"] { object-position: 76% center; }
.category-card:hover .category-image img { transform: scale(1.035); }
.category-meta { display: flex; align-items: center; justify-content: space-between; padding: 18px 16px 25px; }
.category-meta h3 { margin: 0; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.category-meta span { opacity: 0; transform: translateX(-8px); transition: .25s; }
.category-card:hover .category-meta span { opacity: 1; transform: none; }

.brand-manifesto { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 86vh; background: var(--color-rust); color: var(--color-bone); }
.manifesto-image { min-height: 600px; }
.manifesto-image img { height: 100%; object-fit: cover; }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 8vw, 140px); }
.manifesto-copy .brush-accent { margin: 0 0 10px 8%; color: var(--color-cream); font-size: clamp(2.2rem, 4.4vw, 5rem); }
.manifesto-copy h2 { margin: 0 0 35px; font-family: var(--display); font-size: clamp(3rem, 6vw, 7rem); font-weight: 900; line-height: .8; letter-spacing: -.07em; text-transform: uppercase; }
.manifesto-copy p { max-width: 610px; margin: 0 0 18px; font-size: clamp(1rem, 1.3vw, 1.2rem); }

.products-section { background: var(--color-cream); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.5vw, 24px); }
.product-card { position: relative; overflow: hidden; border: 1px solid rgba(36,18,8,.14); border-radius: 18px; background: var(--color-bone); }
.product-card[role="link"] { cursor: pointer; }
.product-card[role="link"]:focus-visible { outline: 3px solid var(--color-sky); outline-offset: 4px; }
.product-visual { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #e3ddd3; }
.product-visual img { height: 100%; object-fit: cover; transition: .5s; }
.product-card:hover .product-visual img { transform: scale(1.025); }
.product-swatch { position: absolute; inset: 22% 20%; border-radius: 50% 50% 44% 44%; background: var(--swatch, #8e6c4f); box-shadow: 0 30px 60px rgba(0,0,0,.18); transform: rotate(-8deg); }
.product-swatch::before, .product-swatch::after { content: ""; position: absolute; background: rgba(255,255,255,.2); }
.product-swatch::before { inset: 0 47%; }
.product-swatch::after { left: 0; right: 0; top: 24%; height: 2px; }
.product-info { min-height: 168px; padding: 24px 20px; }
.product-brand { display: block; margin-bottom: 5px; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }
.product-name { margin: 0 0 8px; font-size: .86rem; font-weight: 600; }
.product-price { margin: 0; font-size: .82rem; }
.rating { margin-top: 7px; font-size: .64rem; letter-spacing: .1em; }
.quick-add { position: absolute; left: 16px; right: 16px; bottom: 16px; min-height: 44px; border: 0; border-radius: 999px; background: var(--color-espresso); color: var(--color-bone); cursor: pointer; opacity: 0; transform: translateY(8px); transition: .25s; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card:hover .quick-add, .quick-add:focus-visible { opacity: 1; transform: none; }
.quick-add.is-added { opacity: 1; transform: none; background: var(--color-terracotta); }

.tool-campaign { position: relative; min-height: 88vh; overflow: hidden; background: var(--color-sky); color: var(--color-bone); }
.tool-campaign::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,14,6,.9), rgba(29,14,6,.18) 64%, rgba(112,136,149,.2)); }
.tool-campaign > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 50% 44%; }
.tool-campaign-copy { position: absolute; z-index: 2; left: var(--pad); bottom: 10vh; width: min(760px, 78vw); }
.tool-campaign-copy .brush-accent { margin: 0 0 -4px 20%; }
.tool-campaign h2 { margin: 0 0 34px; font-family: var(--display); font-size: clamp(3.4rem, 7vw, 8rem); font-weight: 900; line-height: .78; letter-spacing: -.07em; text-transform: uppercase; }
.vertical-caption { position: absolute; z-index: 2; right: 24px; top: 50%; font-size: .58rem; font-weight: 800; letter-spacing: .3em; writing-mode: vertical-rl; transform: translateY(-50%); }
.power-systems { padding: clamp(90px, 11vw, 175px) var(--pad); background: var(--color-sky); color: var(--color-bone); }
.system-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 60px; border: 1px solid rgba(255,255,255,.25); }
.system-card { min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid rgba(240,233,217,.32); background: linear-gradient(150deg, rgba(240,233,217,.1), transparent 60%); transition: .3s; }
.system-card:last-child { border-right: 0; }
.system-card:hover { background: var(--color-rust); }
.system-number { font-family: var(--display); font-size: 7rem; font-weight: 900; line-height: 1; color: rgba(240,233,217,.16); }
.system-card h3 { margin: 0 0 6px; font-family: var(--display); font-size: 2.1rem; font-weight: 900; letter-spacing: -.05em; text-transform: uppercase; }
.system-card p { margin: 0; opacity: .72; font-size: .82rem; }

.trade-section { background: var(--color-terracotta); color: var(--color-bone); }
.trade-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.4vw, 22px); }
.trade-card { position: relative; min-height: 480px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: 24px; padding: 26px; color: var(--color-bone); isolation: isolate; }
.trade-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(29,14,6,.9), rgba(29,14,6,.04) 72%); transition: .3s; }
.trade-card img { position: absolute; inset: 0; z-index: -2; height: 100%; object-fit: cover; transition: transform .6s ease; }
.trade-card:hover img { transform: scale(1.04); }
.trade-card:hover::after { background: linear-gradient(0deg, rgba(137,56,35,.92), rgba(112,136,149,.15) 78%); }
.trade-card .index { font-family: var(--display); font-size: 3rem; font-weight: 900; color: rgba(240,233,217,.72); }
.trade-card h3 { margin: 0; font-family: var(--display); font-size: clamp(2rem,3vw,3.4rem); font-weight: 900; line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.trade-card p { margin: 12px 0 0; font-size: .82rem; }

.email-campaign { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 70vh; background: var(--color-sky); color: var(--color-bone); }
.email-campaign-mark { display: grid; place-items: center; padding: var(--pad); background: var(--color-espresso); }
.email-campaign-mark img { width: min(520px, 84%); height: auto; object-fit: contain; }
.email-campaign-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(58px, 9vw, 145px); }
.email-campaign-copy .brush-accent { color: var(--color-cream); }
.email-campaign h2 { margin: 18px 0 24px; font-family: var(--display); font-size: clamp(3rem, 6vw, 7rem); font-weight: 900; line-height: .8; letter-spacing: -.07em; text-transform: uppercase; }

.page-hero { height: 64vh; min-height: 620px; max-height: 760px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--color-espresso); color: var(--color-bone); }
.page-hero > * { min-width: 0; min-height: 0; }
.page-hero-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(56px, 8vw, 120px) var(--pad); }
.page-hero h1 { margin: 0; max-width: 780px; font-family: var(--display); font-size: clamp(3.8rem, 7vw, 8rem); line-height: .8; font-weight: 900; letter-spacing: -.07em; text-transform: uppercase; }
.page-hero p { max-width: 520px; margin: 30px 0 0; }
.page-hero img { height: 100%; min-height: 0; object-fit: cover; }
.shop-toolbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px var(--pad); border-bottom: 1px solid var(--color-line); background: rgba(240,233,217,.96); backdrop-filter: blur(12px); }
.shop-toolbar nav { display: flex; min-width: 0; max-width: 100%; gap: 28px; overflow-x: auto; scrollbar-width: none; }
.shop-toolbar a { white-space: nowrap; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.filter-toggle { border: 0; background: transparent; cursor: pointer; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.filter-panel { max-height: 0; overflow: hidden; background: var(--color-tan); transition: max-height .35s ease; }
.filter-panel.is-open { max-height: 270px; }
.filter-inner { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; padding: 30px var(--pad); }
.filter-inner label { display: grid; gap: 8px; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.filter-inner select { min-height: 42px; border: 0; border-bottom: 1px solid var(--color-ink); background: transparent; }
.collection { padding: clamp(70px,9vw,135px) var(--pad); background: var(--color-cream); }
.collection-intro { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.collection-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(2.8rem,5vw,5rem); font-weight: 900; line-height: .85; letter-spacing: -.06em; text-transform: uppercase; }
.collection-intro p { max-width: 520px; }
.collection .product-grid { grid-template-columns: repeat(4, 1fr); }
.editorial-strip { display: grid; grid-template-columns: 1fr 1fr; min-height: 72vh; overflow: hidden; }
.editorial-strip > * { min-width: 0; min-height: 520px; }
.editorial-strip img { height: 100%; object-fit: cover; }
.editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px,8vw,130px); background: var(--color-sky); color: var(--color-bone); }
.editorial-copy h2 { margin: 0 0 28px; font-family: var(--display); font-size: clamp(3rem,6vw,6rem); font-weight: 900; line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }

.site-footer { background: var(--color-espresso); color: var(--color-cream); padding: 92px var(--pad) 28px; border-top: 12px solid var(--color-terracotta); }
.footer-top { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); gap: clamp(30px,4vw,78px); }
.footer-brand .brand-logo { width: 290px; height: 210px; margin-top: -58px; }
.footer-brand p { max-width: 310px; margin: -30px 0 0; font-family: var(--display); font-size: 1.5rem; font-weight: 900; line-height: .95; letter-spacing: -.04em; text-transform: uppercase; }
.footer-group h2 { margin: 0 0 18px; font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-group a { display: block; margin: 9px 0; font-size: .78rem; opacity: .72; }
.footer-group a:hover { opacity: 1; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); font-size: .63rem; letter-spacing: .09em; text-transform: uppercase; }

.mobile-drawer, .search-overlay, .email-modal { position: fixed; inset: 0; z-index: 90; visibility: hidden; opacity: 0; transition: .25s; }
.mobile-drawer.is-open, .search-overlay.is-open, .email-modal.is-open { visibility: visible; opacity: 1; }
.mobile-drawer { display: flex; justify-content: flex-start; background: rgba(0,0,0,.5); }
.drawer-panel { width: min(430px, 92vw); height: 100%; padding: 30px; background: var(--color-espresso); color: white; transform: translateX(-100%); transition: .3s; }
.mobile-drawer.is-open .drawer-panel { transform: none; }
.drawer-panel nav { display: grid; margin-top: 65px; }
.drawer-panel nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.17); font-family: var(--display); font-size: 2rem; }
.overlay-close { float: right; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 1.8rem; }
.search-overlay { display: grid; place-items: start center; padding-top: 16vh; background: rgba(23,19,16,.96); color: white; }
.search-box { width: min(780px, calc(100vw - 40px)); }
.search-box input { width: 100%; border: 0; border-bottom: 1px solid var(--color-bone); padding: 18px 0; background: transparent; color: var(--color-bone); font-family: var(--display); font-size: clamp(2rem,5vw,4rem); font-weight: 900; outline: none; }
.search-box p { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.email-modal { display: grid; place-items: center; padding: 20px; background: rgba(29,14,6,.76); }
.modal-card { position: relative; width: min(960px, 96vw); max-height: 92vh; display: grid; grid-template-columns: .92fr 1.08fr; overflow: auto; border: 2px solid var(--color-cream); border-radius: 26px; background: var(--color-espresso); color: var(--color-bone); }
.modal-card > img { height: 100%; min-height: 520px; object-fit: cover; }
.modal-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px,6vw,74px); border-left: 10px solid var(--color-sky); }
.modal-logo { width: 190px; height: 92px; margin: -28px 0 18px; object-fit: contain; }
.modal-content h2 { margin: 0 0 16px; font-family: var(--display); font-size: clamp(3rem,6vw,5.2rem); line-height: .8; font-weight: 900; letter-spacing: -.065em; text-transform: uppercase; }
.modal-content input { width: 100%; min-height: 48px; margin: 20px 0 10px; border: 0; border-bottom: 1px solid var(--color-cream); background: transparent; color: var(--color-cream); }
.modal-content input::placeholder { color: rgba(240,233,217,.72); }
.fine-print { font-size: .68rem; opacity: .65; }
.modal-close { position: absolute; top: 18px; right: 18px; z-index: 2; border: 0; background: transparent; color: var(--color-bone); cursor: pointer; font-size: 1.5rem; }
.success-state { display: none; }
.modal-card.is-success .signup-state { display: none; }
.modal-card.is-success .success-state { display: block; }
.code { display: inline-block; margin: 16px 0 26px; border: 1px dashed; padding: 10px 18px; font-size: 1.4rem; letter-spacing: .2em; }
.modal-content .button--dark { background: var(--color-terracotta); border-color: var(--color-terracotta); color: var(--color-bone); }

@media (max-width: 1024px) {
  .header-actions .text-button, .header-actions--right > a { display: none; }
  .secondary-nav { gap: 25px; }
  .category-grid, .product-grid, .collection .product-grid { grid-template-columns: repeat(2,1fr); }
  .system-grid { grid-template-columns: repeat(2,1fr); }
  .system-card:nth-child(2) { border-right: 0; }
  .system-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .trade-grid { grid-template-columns: repeat(2,1fr); }
  .trade-card { min-height: 440px; }
  .footer-top { grid-template-columns: 1.5fr repeat(2,1fr); }
  .footer-group:nth-child(n+4) { margin-top: 20px; }
}

@media (max-width: 768px) {
  :root { --header-height: 88px; }
  .announcement { height: 34px; padding: 0 12px; font-size: .58rem; }
  .header-main { height: 76px; }
  .secondary-nav { display: none; }
  .mobile-toggle { display: grid; }
  .mobile-toggle + .icon-button { display: none; }
  .header-main > .header-actions:first-child .text-button { display: none; }
  .brand-logo { width: 116px; height: 64px; }
  .hero-section { min-height: 82svh; }
  .hero-section::after { background: linear-gradient(0deg, rgba(29,14,6,.94) 0%, rgba(29,14,6,.25) 82%); }
  .hero-section::before { display: none; }
  .hero-media { object-position: 66% center; }
  .hero-content { width: 100%; padding-bottom: 7vh; }
  .hero-brush { top: 4vh; left: 35%; font-size: clamp(2.2rem, 10vw, 3.6rem); }
  .hero-title { font-size: clamp(2.8rem, 12vw, 4.6rem); }
  .hero-copy { max-width: 340px; }
  .hero-actions .button { flex: 1 1 220px; }
  .hero-note { display: none; }
  .feature-panels, .brand-manifesto, .page-hero, .editorial-strip, .email-campaign { grid-template-columns: 1fr; }
  .feature-panels { gap: 20px; padding: 70px var(--pad); }
  .feature-panel { min-height: 72vh; }
  .brand-manifesto { display: flex; flex-direction: column-reverse; }
  .manifesto-image { min-height: 70vh; }
  .manifesto-copy { padding: 70px var(--pad); }
  .page-hero { height: auto; min-height: 0; max-height: none; overflow: visible; }
  .page-hero img { height: 52vh; min-height: 0; }
  .page-hero-copy { min-height: 48vh; }
  .trade-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .trade-card { min-width: 82vw; scroll-snap-align: start; }
  .tool-campaign { min-height: 82vh; }
  .tool-campaign-copy { width: calc(100% - (var(--pad) * 2)); bottom: 8vh; }
  .tool-campaign-copy .brush-accent { margin-left: 8%; }
  .email-campaign-mark { min-height: 48vh; }
  .email-campaign-copy { min-height: 58vh; }
  .filter-inner { grid-template-columns: 1fr 1fr; }
  .filter-panel.is-open { max-height: 420px; }
  .modal-card { grid-template-columns: 1fr; }
  .modal-card > img { display: none; }
  .modal-content { border-left: 0; border-top: 10px solid var(--color-sky); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-brand .brand-logo { margin-top: -44px; }
}

@media (max-width: 430px) {
  .header-main { grid-template-columns: 48px 1fr 48px; padding: 0 14px; }
  .header-actions { gap: 0; }
  .header-actions .icon-button:not(.mobile-toggle), .header-actions--right .icon-button:not(.cart-button) { display: none; }
  .brand-logo { margin: auto; }
  .section-head, .collection-intro { align-items: flex-start; flex-direction: column; }
  .category-section, .products-section, .trade-section, .collection { padding-left: 14px; padding-right: 14px; }
  .category-grid, .product-grid, .collection .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .category-meta { padding: 12px 8px 18px; }
  .category-meta h3 { font-size: .66rem; }
  .product-info { min-height: 145px; padding: 14px 9px; }
  .quick-add { position: static; width: calc(100% - 18px); margin: 0 9px 10px; opacity: 1; transform: none; }
  .system-grid { grid-template-columns: 1fr; }
  .system-card { min-height: 320px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand, .footer-group { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .shop-toolbar { align-items: flex-start; flex-direction: column; }
  .shop-toolbar nav { width: 100%; }
  .filter-inner { grid-template-columns: 1fr; }
  .filter-panel.is-open { max-height: 650px; }
  .brush-accent { font-size: 2.6rem; }
  .feature-panel { border-radius: 22px; }
  .tool-campaign h2, .email-campaign h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .modal-card { width: min(96vw, 420px); border-radius: 20px; }
  .modal-content { padding: 44px 28px 34px; }
  .modal-logo { width: 150px; height: 70px; margin-bottom: 8px; }
}

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