:root {
  --ink: #101010;
  --paper: #f4f1ea;
  --paper-deep: #e7e1d6;
  --white: #fff;
  --red: #c9151e;
  --gold: #d7af3d;
  --green: #115a3a;
  --line: rgba(16, 16, 16, .18);
  --pad: clamp(22px, 4vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
main { min-height: 60vh; }
::selection { color: white; background: var(--red); }

.announcement { height: 28px; display: flex; align-items: center; justify-content: center; gap: 13px; color: white; background: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.announcement span { color: var(--gold); }
.site-header { position: sticky; top: 0; z-index: 40; height: 74px; padding: 0 var(--pad); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; background: rgba(244,241,234,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.wordmark { font-size: clamp(21px, 2.2vw, 32px); font-weight: 1000; letter-spacing: -.08em; line-height: 1; }
.wordmark-dot, .orange-text { color: var(--red); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2.1vw, 34px); }
.desktop-nav a { position: relative; padding: 29px 0 27px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.icon-link { font-size: 26px; line-height: 1; transform: rotate(-16deg); }
.cart-button { padding: 10px 13px; border: 1px solid var(--ink); background: transparent; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.cart-button span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-left: 5px; color: white; background: var(--red); border-radius: 50%; font-size: 9px; }
.menu-button { display: none; width: 28px; padding: 4px 0; border: 0; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 6px 0; background: var(--ink); }

.mobile-menu { position: fixed; inset: 0; z-index: 90; padding: 24px; color: white; background: var(--ink); transform: translateX(-101%); transition: transform .35s cubic-bezier(.76,0,.24,1); }
.mobile-menu.open { transform: translateX(0); }
.menu-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.menu-top button { color: white; border: 0; background: transparent; font-size: 36px; font-weight: 200; }
.mobile-menu nav { margin-top: 42px; }
.mobile-menu nav a { display: flex; align-items: baseline; gap: 18px; padding: 10px 0; font-size: clamp(34px, 10vw, 64px); font-weight: 1000; letter-spacing: -.06em; text-transform: uppercase; }
.mobile-menu nav a span { color: var(--gold); font-size: 10px; letter-spacing: .1em; }
.menu-foot { position: absolute; right: 24px; bottom: 24px; left: 24px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.2); font-size: 10px; letter-spacing: .16em; }

.hero { position: relative; height: min(780px, calc(100svh - 102px)); min-height: 600px; overflow: hidden; color: white; background: #b9bab5; }
.hero-image { object-fit: cover; object-position: center center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,7,.82) 0%, rgba(7,7,7,.35) 37%, transparent 63%), linear-gradient(0deg, rgba(0,0,0,.28), transparent 40%); }
.hero-copy { position: absolute; z-index: 2; top: 50%; left: var(--pad); transform: translateY(-50%); }
.eyebrow { display: inline-block; margin-bottom: 22px; font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 12px 3px 0; background: var(--red); }
.eyebrow.dark-text { color: var(--ink); }
.hero h1, .page-hero h1, .story-hero h1 { margin: 0; font-size: clamp(50px, 7.6vw, 124px); font-weight: 1000; line-height: .82; letter-spacing: -.07em; text-transform: uppercase; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-copy p { margin: 28px 0 32px; font-size: clamp(14px, 1.35vw, 20px); font-weight: 700; line-height: 1.45; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 205px; padding: 17px 20px; border: 1px solid transparent; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.orange { color: white; background: var(--red); }
.button.orange:hover { background: #a90f18; }
.button.dark { color: white; background: var(--ink); }
.button.full { width: 100%; }
.hero-side { position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; width: 58px; display: flex; align-items: center; justify-content: space-between; flex-direction: column; padding: 24px 0; border-left: 1px solid rgba(255,255,255,.4); }
.hero-side span { writing-mode: vertical-rl; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.hero-side strong { color: var(--gold); font-size: 11px; }
.scroll-cue { position: absolute; z-index: 2; right: 95px; bottom: 28px; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.scroll-cue span { margin-left: 8px; color: var(--gold); }

.section-pad { padding: clamp(72px, 9vw, 150px) var(--pad); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 40px; margin-bottom: 50px; }
.section-heading h2, .section-title-row h2, .newsletter h2, .manifesto h2, .story-text h2 { margin: 0; font-size: clamp(42px, 6vw, 92px); font-weight: 1000; line-height: .87; letter-spacing: -.065em; }
.section-heading > p { max-width: 480px; margin: 0 0 5px; font-size: 16px; line-height: 1.55; }
.category-section { background: var(--paper); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.category-card { position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; overflow: hidden; background: #eee5c8; transition: background .25s ease, color .25s ease; }
.category-card:nth-child(2) { background: #efd9d9; }
.category-card:nth-child(3) { background: #d9e6dd; }
.category-card:nth-child(1):hover { background: var(--gold); }
.category-card:nth-child(2):hover { color: white; background: var(--red); }
.category-card:nth-child(3):hover { color: white; background: var(--green); }
.category-card .product-visual { position: absolute; inset: 35px 10px 90px; background: transparent; }
.category-card .product-visual svg { width: 100%; height: 100%; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.category-card:hover .product-visual svg { transform: scale(1.06) rotate(-2deg); }
.category-card .visual-index { display: none; }
.category-number { position: relative; z-index: 1; font-size: 10px; font-weight: 900; }
.category-card > div:last-of-type { position: relative; z-index: 1; }
.category-card h3 { margin: 0; font-size: clamp(28px, 3vw, 48px); font-weight: 1000; letter-spacing: -.05em; text-transform: uppercase; }
.category-card p { margin: 4px 0 0; font-size: 12px; }
.circle-arrow { position: absolute; z-index: 2; right: 22px; bottom: 22px; width: 44px; height: 44px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: 20px; }

.drop-section { background: #eeebe4; border-top: 1px solid var(--line); }
.section-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-title-row > a { padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.section-title-row > a span { margin-left: 18px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 2vw, 28px); }
.product-card { min-width: 0; }
.product-image-link { position: relative; display: block; overflow: hidden; border: 1px solid rgba(16,16,16,.12); }
.product-visual { position: relative; aspect-ratio: .83; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.8), transparent 52%), var(--visual-bg, #e4e0d8); }
.product-visual::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0, transparent 49px, rgba(0,0,0,.025) 50px); pointer-events: none; }
.product-visual svg { position: relative; z-index: 1; width: 84%; height: 84%; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.product-image-link:hover .product-visual svg { transform: scale(1.055); }
.visual-index { position: absolute; z-index: 2; right: 12px; bottom: 11px; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.product-badge { position: absolute; z-index: 3; top: 12px; left: 12px; padding: 7px 9px; color: white; background: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.view-product { position: absolute; z-index: 3; right: 12px; bottom: 12px; padding: 9px 11px; color: white; background: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .06em; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.product-image-link:hover .view-product { opacity: 1; transform: translateY(0); }
.product-meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; padding: 14px 1px 12px; }
.product-meta div { display: flex; flex-direction: column; gap: 5px; }
.product-meta a { font-size: 14px; font-weight: 900; }
.product-meta span { color: #777; font-size: 10px; }
.product-meta strong { white-space: nowrap; font-size: 13px; }
.quick-add { width: 100%; padding: 11px; border: 1px solid var(--ink); background: transparent; font-size: 9px; font-weight: 900; letter-spacing: .1em; opacity: 0; transition: .2s ease; }
.product-card:hover .quick-add { opacity: 1; }
.quick-add:hover { color: white; background: var(--ink); }

.manifesto { min-height: 690px; position: relative; display: grid; grid-template-columns: .3fr 1fr .7fr; align-items: center; gap: 6vw; padding: 8vw var(--pad); overflow: hidden; color: white; background: var(--ink); }
.manifesto::before { content: ""; position: absolute; inset: 0; opacity: .2; background: linear-gradient(120deg, transparent 25%, var(--green) 25%, var(--green) 40%, transparent 40%), linear-gradient(120deg, transparent 62%, var(--red) 62%, var(--red) 64%, var(--gold) 64%, var(--gold) 67%, transparent 67%), repeating-linear-gradient(0deg, transparent, transparent 48px, #fff 49px); }
.manifesto > * { position: relative; z-index: 1; }
.manifesto-index { align-self: start; padding-top: 10px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.manifesto-copy { max-width: 840px; }
.manifesto-copy p { max-width: 650px; margin: 34px 0; color: #bdbdbd; font-size: 16px; line-height: 1.7; }
.text-link { display: inline-flex; gap: 50px; padding-bottom: 8px; border-bottom: 1px solid white; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.manifesto-mark { justify-self: end; color: #fff; font-size: clamp(150px, 24vw, 380px); font-weight: 1000; line-height: .7; letter-spacing: -.14em; opacity: .09; }
.manifesto-mark span { color: var(--red); }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 8vw; background: var(--gold); }
.newsletter h2 em { color: var(--green); }
.newsletter form { padding-bottom: 5px; }
.newsletter label { display: block; margin-bottom: 14px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.newsletter form > div { display: flex; border-bottom: 2px solid var(--ink); }
.newsletter input { flex: 1; min-width: 0; padding: 15px 0; border: 0; outline: 0; background: transparent; font-size: clamp(18px, 2vw, 28px); font-weight: 800; }
.newsletter input::placeholder { color: rgba(16,16,16,.45); }
.newsletter form button { width: 60px; border: 0; background: transparent; font-size: 30px; }
.newsletter small { display: block; margin-top: 12px; font-size: 9px; }
.newsletter-success { min-height: 135px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.newsletter-success strong { font-size: clamp(22px, 3vw, 38px); letter-spacing: -.04em; }
.newsletter-success span { margin-top: 7px; font-size: 10px; }
.newsletter-success button { margin-top: 16px; padding: 0 0 4px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 9px; font-weight: 900; text-transform: uppercase; }

.site-footer { color: white; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; padding: 78px var(--pad); }
.footer-mark { display: inline-block; color: white; font-size: 98px; font-weight: 1000; line-height: .75; letter-spacing: -.12em; }
.footer-main > div:first-child p { margin: 24px 0 0; color: #999; font-size: 17px; line-height: 1.45; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-links h4 { margin: 0 0 8px; color: #6d6d6d; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a { font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px var(--pad); border-top: 1px solid #333; color: #777; font-size: 8px; font-weight: 900; letter-spacing: .16em; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 70; background: rgba(0,0,0,.48); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; bottom: 0; width: min(470px, 100vw); display: flex; flex-direction: column; background: var(--paper); transform: translateX(101%); transition: transform .35s cubic-bezier(.76,0,.24,1); }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { height: 74px; flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.drawer-head button { border: 0; background: transparent; font-size: 32px; font-weight: 200; }
.drawer-body { flex: 1; overflow: auto; padding: 20px 24px; }
.empty-cart { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-cart > span { display: grid; place-items: center; width: 75px; height: 75px; color: #aaa; border: 1px solid #bbb; border-radius: 50%; font-size: 26px; }
.empty-cart h3 { margin: 24px 0 8px; font-size: 30px; letter-spacing: -.04em; }
.empty-cart p { margin: 0 0 24px; color: #777; font-size: 13px; }
.cart-line { display: grid; grid-template-columns: 92px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.product-visual.is-compact { width: 92px; height: 112px; aspect-ratio: auto; }
.cart-line > div:nth-child(2) { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding-top: 5px; }
.cart-line strong { font-size: 13px; }
.cart-line small { color: #777; font-size: 10px; }
.cart-line button { padding: 0; border: 0; border-bottom: 1px solid #aaa; background: transparent; font-size: 9px; }
.cart-line > span { padding-top: 5px; font-size: 11px; font-weight: 900; }
.drawer-foot { padding: 20px 24px; border-top: 1px solid var(--line); }
.drawer-foot > div { display: flex; justify-content: space-between; margin-bottom: 16px; font-size: 12px; font-weight: 900; }
.drawer-foot .button { width: 100%; }
.drawer-foot small { display: block; margin-top: 9px; color: #777; text-align: center; font-size: 9px; }

.page-shell { padding: 0 var(--pad) clamp(80px, 9vw, 150px); }
.page-hero { padding: clamp(70px, 10vw, 150px) 0 clamp(55px, 7vw, 100px); border-bottom: 1px solid var(--ink); }
.page-hero.compact { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.page-hero.compact .eyebrow { grid-column: 1 / -1; }
.page-hero p { max-width: 480px; margin: 24px 0 4px; font-size: 15px; line-height: 1.5; }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.filter-tabs { display: flex; gap: 8px; overflow: auto; }
.filter-tabs button { padding: 10px 14px; white-space: nowrap; border: 1px solid var(--ink); background: transparent; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.filter-tabs button.active { color: white; background: var(--ink); }
.sort-wrap { display: flex; align-items: center; gap: 12px; }
.sort-wrap label { font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sort-wrap select { padding: 10px 30px 10px 10px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 11px; }
.result-count { padding: 30px 0 18px; color: #777; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.shop-grid { grid-template-columns: repeat(4, minmax(0,1fr)); row-gap: 50px; }
.loading { padding: 100px 0; font-size: 12px; letter-spacing: .1em; }

.breadcrumbs { display: flex; gap: 9px; padding: 19px var(--pad); border-bottom: 1px solid var(--line); color: #6b6b6b; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(390px, .75fr); border-bottom: 1px solid var(--ink); }
.product-stage { position: relative; min-height: 720px; border-right: 1px solid var(--ink); }
.product-stage .product-visual { height: 100%; aspect-ratio: auto; }
.product-stage .product-visual svg { width: min(68%, 600px); height: 78%; }
.stage-note { position: absolute; z-index: 2; bottom: 19px; left: 20px; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.product-info { align-self: center; padding: clamp(34px, 5vw, 82px); }
.detail-badge { display: inline-block; margin-bottom: 18px; padding: 7px 9px; color: white; background: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-info h1 { margin: 0 0 10px; font-size: clamp(42px, 5vw, 78px); font-weight: 1000; line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.detail-price { font-size: 18px; font-weight: 900; }
.detail-price small { color: #777; font-size: 9px; font-weight: 500; }
.detail-description { margin: 30px 0; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #424242; font-size: 14px; line-height: 1.6; }
.size-head { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.size-head button { padding: 0; border: 0; border-bottom: 1px solid #888; background: transparent; font-size: 9px; }
.size-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 12px; }
.size-grid button { height: 48px; border: 1px solid var(--ink); border-right: 0; background: transparent; font-size: 10px; font-weight: 900; }
.size-grid button:last-child { border-right: 1px solid var(--ink); }
.size-grid button.active { color: white; background: var(--ink); }
.buy-box { margin-bottom: 24px; }
.accordion-row { display: flex; justify-content: space-between; padding: 17px 0; border-top: 1px solid var(--line); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.product-note { margin-top: 18px; padding: 12px; border: 1px dashed #aaa; color: #777; font-size: 8px; letter-spacing: .1em; line-height: 1.5; }
.related { background: #eeebe4; }
.related-grid { grid-template-columns: repeat(3, 1fr); }

.story-hero { min-height: 680px; display: flex; flex-direction: column; justify-content: flex-end; padding: 80px var(--pad); color: white; background: linear-gradient(125deg, rgba(0,0,0,.3), transparent), repeating-linear-gradient(90deg, #111 0, #111 18%, #191919 18%, #191919 36%); }
.story-hero p { max-width: 570px; margin: 35px 0 0; color: #bbb; font-size: 17px; line-height: 1.65; }
.story-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: stretch; gap: 8vw; }
.story-block { min-height: 540px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 35px; overflow: hidden; }
.orange-block { color: white; background: var(--green); }
.story-block::before { content: "D"; position: absolute; top: -20px; right: -45px; color: rgba(255,255,255,.18); font-size: 430px; font-weight: 1000; line-height: .8; }
.story-block > span { position: absolute; top: 28px; left: 28px; font-size: 10px; font-weight: 900; }
.story-block h2 { position: relative; z-index: 1; margin: 0; font-size: clamp(58px, 7vw, 104px); font-weight: 1000; line-height: .8; letter-spacing: -.07em; }
.story-block p { position: relative; z-index: 1; max-width: 350px; font-size: 13px; line-height: 1.55; }
.story-text { align-self: center; }
.story-text h2 { font-size: clamp(40px, 5vw, 72px); }
.story-text p { max-width: 650px; color: #444; font-size: 15px; line-height: 1.75; }
.story-text .button { margin-top: 20px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding-top: 0; background: var(--ink); }
.values article { min-height: 300px; padding: 28px; background: var(--paper); }
.values span { color: var(--red); font-size: 9px; font-weight: 900; }
.values h3 { margin: 80px 0 12px; font-size: 42px; font-weight: 1000; letter-spacing: -.05em; text-transform: uppercase; }
.values p { max-width: 300px; color: #555; font-size: 13px; line-height: 1.5; }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding: 70px 0 0; }
.contact-aside h2 { margin: 0 0 18px; font-size: 14px; text-transform: uppercase; }
.contact-aside > a { display: inline-block; border-bottom: 2px solid var(--red); font-size: clamp(19px, 2vw, 28px); font-weight: 900; }
.contact-aside > p { max-width: 290px; margin: 15px 0 45px; color: #666; font-size: 12px; line-height: 1.6; }
.contact-aside > div { display: flex; justify-content: space-between; max-width: 340px; padding: 15px 0; border-top: 1px solid var(--line); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 22px; }
.contact-form label { display: flex; flex-direction: column; gap: 9px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-form label:nth-child(4) { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: transparent; font-size: 14px; font-weight: 500; text-transform: none; resize: vertical; }
.contact-form .button { justify-self: start; }
.form-success { padding: 50px; border: 1px solid var(--ink); }
.form-success > span { display: grid; place-items: center; width: 55px; height: 55px; color: white; background: var(--green); border-radius: 50%; }
.form-success h2 { margin: 35px 0 10px; font-size: 40px; letter-spacing: -.05em; }
.form-success p { color: #666; }

.search-page { padding-top: 100px; }
.search-input { display: flex; align-items: center; border-bottom: 4px solid var(--ink); }
.search-input input { flex: 1; min-width: 0; padding: 20px 0; border: 0; outline: 0; background: transparent; font-size: clamp(34px, 7vw, 95px); font-weight: 1000; letter-spacing: -.055em; }
.search-input input::placeholder { color: #b9b5ad; }
.search-input span { font-size: 55px; }
.search-status { padding: 20px 0 55px; color: #777; font-size: 9px; font-weight: 900; letter-spacing: .11em; }

.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 8vw; padding-top: 85px; }
.legal-layout aside { position: sticky; top: 120px; align-self: start; }
.legal-layout aside nav { display: flex; flex-direction: column; margin-top: 18px; border-top: 1px solid var(--line); }
.legal-layout aside nav a { padding: 13px 0; border-bottom: 1px solid var(--line); color: #666; font-size: 11px; font-weight: 700; }
.legal-layout aside nav a.active { color: var(--red); font-weight: 900; }
.legal-layout article { max-width: 850px; }
.demo-notice { display: grid; grid-template-columns: auto 1fr; gap: 18px; margin-bottom: 55px; padding: 17px; border: 1px solid var(--gold); background: #fff8df; font-size: 11px; line-height: 1.5; }
.demo-notice strong { color: var(--red); font-size: 9px; letter-spacing: .12em; }
.legal-layout h1 { margin: 0; font-size: clamp(48px, 7vw, 96px); font-weight: 1000; line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
.legal-updated { margin: 16px 0 60px; color: #777; font-size: 10px; }
.legal-layout article section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-layout article h2 { margin: 0 0 15px; font-size: 19px; }
.legal-layout article section p { margin: 4px 0; color: #444; font-size: 13px; line-height: 1.65; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: auto 1fr auto; }
  .menu-button { display: block; }
  .wordmark { justify-self: center; }
  .product-grid, .shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .featured-grid .product-card:last-child { display: none; }
  .manifesto { grid-template-columns: .2fr 1.2fr .6fr; }
  .product-detail { grid-template-columns: 1.1fr .9fr; }
  .product-stage { min-height: 620px; }
}

@media (max-width: 760px) {
  :root { --pad: 20px; }
  .announcement { height: 24px; font-size: 8px; }
  .announcement span, .announcement span + * { display: none; }
  .site-header { height: 62px; gap: 10px; }
  .header-actions { gap: 13px; }
  .icon-link { display: none; }
  .cart-button { padding: 8px; border: 0; }
  .hero { height: calc(100svh - 86px); min-height: 610px; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,5,5,.85), rgba(5,5,5,.23) 90%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 60%); }
  .hero-copy { top: auto; right: 45px; bottom: 58px; transform: none; }
  .hero h1 { font-size: clamp(50px, 16vw, 78px); }
  .hero-copy p { font-size: 13px; }
  .hero-side { width: 36px; }
  .scroll-cue { display: none; }
  .section-pad { padding-top: 75px; padding-bottom: 75px; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 30px; }
  .section-heading h2, .section-title-row h2, .newsletter h2, .manifesto h2 { font-size: 48px; }
  .section-heading > p { font-size: 13px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 410px; }
  .category-card .product-visual { inset: 20px 30px 65px; }
  .product-grid, .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 10px; }
  .featured-grid .product-card:last-child { display: block; }
  .product-meta { display: block; }
  .product-meta strong { display: block; margin-top: 8px; }
  .quick-add { opacity: 1; }
  .view-product { display: none; }
  .manifesto { min-height: 650px; grid-template-columns: 1fr; padding: 80px var(--pad); }
  .manifesto-index, .manifesto-mark { display: none; }
  .manifesto-copy p { font-size: 14px; }
  .newsletter { grid-template-columns: 1fr; gap: 55px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 45px; }
  .footer-bottom span:nth-child(2) { display: none; }
  .page-hero.compact { display: block; }
  .page-hero h1 { font-size: 60px; }
  .shop-toolbar { align-items: flex-start; flex-direction: column; }
  .filter-tabs { width: 100%; }
  .sort-wrap { width: 100%; justify-content: space-between; }
  .product-detail { grid-template-columns: 1fr; }
  .product-stage { min-height: 520px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .product-info { padding: 45px var(--pad); }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid .product-card:last-child { display: none; }
  .story-hero { min-height: 590px; }
  .story-hero h1 { font-size: 58px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-block { min-height: 430px; }
  .values { grid-template-columns: 1fr; }
  .values article { min-height: 230px; }
  .values h3 { margin-top: 55px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label:nth-child(4) { grid-column: auto; }
  .legal-layout { grid-template-columns: 1fr; padding-top: 55px; }
  .legal-layout aside { position: static; }
  .legal-layout aside nav { display: grid; grid-template-columns: 1fr 1fr; }
  .legal-layout h1 { font-size: 52px; }
  .demo-notice { grid-template-columns: 1fr; }
}

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

/* Keep primary Dopeschland CTA inside the brand palette. */
.site-main .button.orange { background: var(--red) !important; color: #fff !important; }
.site-main .button.orange:hover { background: #a90f18 !important; }


/* Hero contrast and palette correction */
.hero-shade {
  background: linear-gradient(90deg, rgba(5, 7, 11, .90) 0%, rgba(5, 7, 11, .58) 43%, rgba(5, 7, 11, .08) 72%), linear-gradient(0deg, rgba(0, 0, 0, .30), transparent 48%);
}

.hero-copy h1 {
  color: var(--paper) !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .16);
}

.hero-copy h1 em {
  color: var(--red) !important;
}

.hero .eyebrow,
.hero-copy > p {
  color: var(--paper) !important;
}

/* Cookie banner fallback: keep the consent UI compact when its generated CSS is blocked. */
#cmplz-cookiebanner-container { position: fixed !important; right: 20px !important; bottom: 20px !important; left: auto !important; top: auto !important; width: min(440px, calc(100vw - 32px)) !important; z-index: 100000 !important; }
#cmplz-cookiebanner-1-optin { position: relative !important; width: 100% !important; max-height: calc(100vh - 40px) !important; overflow: auto !important; padding: 24px !important; color: var(--ink) !important; background: var(--paper) !important; border: 1px solid rgba(16, 16, 16, .18) !important; box-shadow: 0 18px 50px rgba(0, 0, 0, .24) !important; }
#cmplz-cookiebanner-1-optin.cmplz-dismissed { display: none !important; }
#cmplz-cookiebanner-1-optin .cmplz-title { color: var(--ink) !important; font-size: 20px !important; font-weight: 800 !important; }
#cmplz-cookiebanner-1-optin .cmplz-message { color: var(--ink) !important; font-size: 14px !important; line-height: 1.5 !important; }
#cmplz-cookiebanner-1-optin .cmplz-category-header { display: flex !important; align-items: center !important; justify-content: space-between !important; padding: 10px 0 !important; border-top: 1px solid rgba(16, 16, 16, .14) !important; }
#cmplz-cookiebanner-1-optin .cmplz-category-toggle { color: var(--ink) !important; background: transparent !important; border: 0 !important; padding: 6px !important; }
#cmplz-cookiebanner-1-optin .cmplz-buttons { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 8px !important; margin-top: 18px !important; }
#cmplz-cookiebanner-1-optin .cmplz-btn { min-height: 42px !important; padding: 10px 12px !important; color: var(--paper) !important; background: var(--ink) !important; border: 1px solid var(--ink) !important; font-size: 12px !important; font-weight: 800 !important; letter-spacing: .06em !important; text-transform: uppercase !important; }
#cmplz-cookiebanner-1-optin .cmplz-btn.cmplz-accept { color: #fff !important; background: var(--red) !important; border-color: var(--red) !important; }
#cmplz-cookiebanner-1-optin .cmplz-btn:hover { transform: translateY(-1px); }
@media (max-width: 600px) {
#cmplz-cookiebanner-container { right: 10px !important; bottom: 10px !important; width: calc(100vw - 20px) !important; }
#cmplz-cookiebanner-1-optin { padding: 18px !important; }
#cmplz-cookiebanner-1-optin .cmplz-buttons { grid-template-columns: 1fr !important; }
}
/* Full storefront design polish */
.manifesto h2, .manifesto-copy h2, .page-hero h1, .story-hero h1 { color: var(--paper) !important; text-shadow: 0 2px 12px rgba(0, 0, 0, .16); }
.manifesto h2 em, .manifesto-copy h2 em, .page-hero h1 em, .story-hero h1 em { color: var(--red) !important; }
.manifesto .eyebrow, .manifesto p, .manifesto .text-link { color: var(--paper) !important; }
.dp-legal-page > h1:first-child { display: none !important; }
.dp-legal-page h2 { color: #1e293b !important; margin-top: clamp(32px, 4vw, 56px) !important; }
.dp-legal-page p, .dp-legal-page li { max-width: 72ch; line-height: 1.7; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce button.single_add_to_cart_button { min-height: 44px; padding: 12px 20px !important; color: #fff !important; background: var(--red) !important; border: 1px solid var(--red) !important; border-radius: 0 !important; font-weight: 800 !important; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce button.single_add_to_cart_button:hover { color: #fff !important; background: #a90f18 !important; border-color: #a90f18 !important; transform: translateY(-1px); }
.woocommerce button.single_add_to_cart_button.disabled, .woocommerce button.single_add_to_cart_button:disabled { color: #fff !important; background: var(--red) !important; border-color: var(--red) !important; opacity: .55; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .woocommerce .quantity .qty, .woocommerce table.variations select { min-height: 44px; padding: 10px 12px; color: var(--ink); background: #fff; border: 1px solid rgba(16, 16, 16, .24); border-radius: 0; }
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error { color: var(--ink); background: var(--paper-deep); border-top-color: var(--red); }
.single-product .woocommerce-breadcrumb { color: rgba(16, 16, 16, .62); font-size: 13px; letter-spacing: .04em; }
.single-product .product_title { color: #1e293b !important; max-width: 10ch; }
.single-product .product_meta { padding-top: 18px; border-top: 1px solid var(--line); }
.woocommerce ul.products li.product .button { width: 100%; text-align: center; }
@media (max-width: 767px) {
.single-product .product_title { max-width: none; font-size: clamp(44px, 13vw, 68px) !important; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { width: 100%; }
.dp-legal-page h2 { font-size: clamp(26px, 8vw, 40px) !important; }
}
/* Consent utility control */
#cmplz-manage-consent { position: fixed !important; left: 16px !important; bottom: 16px !important; width: auto !important; height: auto !important; z-index: 100001 !important; }
#cmplz-manage-consent .cmplz-manage-consent { min-height: 0 !important; padding: 9px 12px !important; color: var(--paper) !important; background: var(--ink) !important; border: 1px solid rgba(244, 241, 234, .34) !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: .06em !important; text-transform: uppercase !important; }
#cmplz-manage-consent .cmplz-manage-consent:hover { color: #fff !important; background: var(--red) !important; border-color: var(--red) !important; }
/* Final storefront rhythm and shop controls */
.category-section { padding-bottom: clamp(64px, 5vw, 84px) !important; }
.drop-section { padding-top: clamp(64px, 5vw, 84px) !important; padding-bottom: clamp(76px, 6vw, 100px) !important; }
.woocommerce-products-header__title { font-family: var(--dp-display) !important; font-size: clamp(56px, 6vw, 88px) !important; line-height: .9 !important; letter-spacing: -.065em !important; text-transform: uppercase !important; color: #1e293b !important; }
@media (min-width: 768px) {
.woocommerce ul.products li.product .button { display: table !important; width: fit-content !important; margin: 14px auto 0 !important; padding: 10px 14px !important; font-size: 11px !important; }
}

/* Use the same editorial display treatment for the WooCommerce shop title. */
.woocommerce-page .page-title { font-family: var(--dp-display) !important; font-size: clamp(56px, 6vw, 88px) !important; line-height: .9 !important; letter-spacing: -.065em !important; text-transform: uppercase !important; color: #1e293b !important; margin-bottom: 28px !important; }


/* Keep product-card CTAs compact at every desktop width. */
@media (min-width: 768px) { .woocommerce ul.products li.product .button { min-width: 0 !important; max-width: 100% !important; white-space: nowrap !important; box-sizing: border-box !important; } }


/* Avoid duplicate title blocks on legal pages with an editorial kicker. */
.dp-legal-page > .dp-kicker + h1 { display: none !important; }
