:root {
  --ink: #0b1f33;
  --ink-soft: #52606d;
  --cream: #edf2f5;
  --paper: #f8fafb;
  --terracotta: #f37021;
  --terracotta-dark: #c84d09;
  --sage: #547183;
  --line: #ced8de;
  --white: #fff;
  --shadow: 0 20px 45px rgba(11, 31, 51, .12);
  --radius: 4px;
  --radius-lg: 8px;
  --serif: "Barlow Condensed", Impact, sans-serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
body.cart-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); line-height: .98; letter-spacing: -.025em; text-transform: uppercase; }
h1 { font-size: clamp(3.2rem, 7vw, 6.6rem); font-weight: 700; }
h2 { font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 700; }
h3 { font-size: 1.45rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, 100%); }
.muted { color: var(--ink-soft); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--terracotta-dark); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; border-top: 2px solid currentColor; }
.kicker { font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--sage); }
.section { padding: 104px 0; }
.section--cream { background: var(--cream); }
.section--ink { background: var(--ink); color: var(--cream); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 44px; }
.section-head h2 { max-width: 15ch; margin-bottom: 0; }
.section-head p { max-width: 48ch; margin-bottom: 4px; color: var(--ink-soft); }

.announcement { padding: 8px 20px; background: var(--terracotta); color: white; text-align: center; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
[data-site-header] { position: sticky; top: 0; z-index: 100; }
.site-header { background: rgba(248,250,251,.95); border-bottom: 1px solid rgba(11,31,51,.12); backdrop-filter: blur(14px); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { height: 46px; width: auto; object-fit: contain; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text__main { font-family: var(--serif); font-weight: 800; font-size: 1.5rem; letter-spacing: -.01em; color: var(--terracotta); text-transform: uppercase; }
.brand-text__sub { margin-top: 2px; font-family: var(--serif); font-weight: 700; font-size: .64rem; letter-spacing: .26em; color: var(--terracotta-dark); text-transform: uppercase; }
.site-footer .brand-text__sub { color: rgba(249,141,88,.85); }
.nav-links { list-style: none; display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; }
.nav-links a { position: relative; padding: 25px 0; color: var(--ink-soft); font-size: .79rem; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; border-bottom: 2px solid var(--terracotta); transition: right .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.cart-toggle { border: 1px solid var(--ink); border-radius: 3px; padding: 10px 14px; background: var(--ink); color: white; cursor: pointer; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.cart-count { display: inline-grid; place-items: center; min-width: 21px; height: 21px; margin-left: 5px; border-radius: 2px; background: var(--terracotta); color: white; }
.cart-toggle.has-items { border-color: var(--terracotta); }
.cart-toggle__total { margin-left: 7px; color: rgba(255,255,255,.68); }
.nav-toggle { display: none; padding: 8px; border: 0; background: none; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; border: 1px solid transparent; border-radius: 3px; cursor: pointer; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .18s, background .18s, box-shadow .18s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--terracotta); color: white; }
.btn--primary:hover { background: var(--terracotta-dark); box-shadow: 0 12px 25px rgba(147,65,43,.2); }
.btn--dark { background: var(--ink); color: white; }
.btn--ghost { border-color: currentColor; background: transparent; }
.btn--light { background: var(--cream); color: var(--ink); }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--ink); color: white; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,20,34,.99) 0%, rgba(6,20,34,.93) 39%, rgba(6,20,34,.18) 72%); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__content { position: relative; z-index: 1; width: min(680px, 58%); padding: 90px 0; }
.hero h1 { margin-bottom: 24px; }
.hero h1 em { display: block; color: var(--terracotta); font-style: normal; font-weight: 700; }
.hero__lead { max-width: 54ch; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero__proof { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 50px; color: rgba(255,255,255,.68); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.hero__proof span { display: flex; align-items: center; gap: 8px; }
.hero__proof span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); }
.hero__index { position: absolute; z-index: 2; right: 28px; bottom: 24px; color: rgba(255,255,255,.48); font-size: .65rem; font-weight: 800; letter-spacing: .14em; writing-mode: vertical-rl; }
.page-hero { position: relative; padding: 108px 0 92px; overflow: hidden; background: var(--ink); color: white; border-bottom: 7px solid var(--terracotta); }
.page-hero h1 { max-width: 18ch; font-size: clamp(2.7rem, 5.5vw, 5rem); margin-bottom: 20px; }
.page-hero p { max-width: 64ch; color: rgba(255,255,255,.68); font-size: 1.08rem; }
.page-hero--trade { position: relative; overflow: hidden; }
.page-hero--trade::after { content: ""; position: absolute; right: -70px; bottom: -170px; width: 430px; height: 430px; border: 74px solid rgba(243,112,33,.2); transform: rotate(18deg); }
.page-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; }
.page-hero__copy h1 { max-width: 13ch; }
.page-hero__visual { position: relative; margin: 0; padding: 10px 10px 0 0; }
.page-hero__visual::before { content: ""; position: absolute; inset: -10px 0 10px 10px; border: 1px solid rgba(255,255,255,.24); }
.page-hero__visual img { position: relative; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 67% center; border-radius: var(--radius); }
.page-hero__visual figcaption { position: relative; display: flex; justify-content: space-between; gap: 20px; padding: 16px 0 0; color: rgba(255,255,255,.58); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.page-hero__visual figcaption strong { color: var(--terracotta); }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-item { display: flex; align-items: center; gap: 16px; padding: 24px 28px; border-right: 1px solid var(--line); }
.trust-item__icon { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; background: rgba(243,112,33,.1); color: var(--terracotta-dark); }
.trust-item__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; margin-bottom: 4px; font-family: var(--serif); font-size: 1.08rem; }
.trust-item span { color: var(--ink-soft); font-size: .78rem; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 380px; overflow: hidden; border-radius: var(--radius-lg); background: #dce3e7; box-shadow: var(--shadow); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.category-card:hover img { transform: scale(1.035); }
.category-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(30,28,25,.82)); }
.category-card__copy { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 23px; color: white; }
.category-card__copy h3 { margin-bottom: 5px; font-size: 1.75rem; }
.category-card__copy p { margin: 0; color: rgba(255,255,255,.8); font-size: .82rem; }
.category-card--wide { grid-column: span 2; }
.category-card__code { position: absolute; z-index: 2; top: 16px; left: 16px; display: grid; place-items: center; width: 38px; height: 38px; background: var(--terracotta); color: white; font: 800 .7rem/1 var(--sans); }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--line); }
.value-card { min-height: 250px; padding: 36px; background: var(--paper); border-top: 4px solid transparent; }
.value-card:hover { border-top-color: var(--terracotta); }
.value-card__top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 40px; }
.value-card__icon { display: grid; place-items: center; width: 52px; height: 52px; background: var(--cream); color: var(--terracotta-dark); transition: background .2s, color .2s; }
.value-card:hover .value-card__icon { background: var(--terracotta); color: white; }
.value-card__icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.value-card__number { display: block; color: var(--terracotta); font-family: var(--serif); font-size: 1.05rem; }
.value-card h3 { margin-bottom: 12px; }
.value-card p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.value-grid--four { grid-template-columns: repeat(4, 1fr); }
.testimonials { background: var(--paper); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: 8px 8px 0 var(--cream); }
.testimonial-card--accent { background: var(--ink); color: white; border-color: var(--ink); box-shadow: 8px 8px 0 rgba(243,112,33,.22); }
.testimonial-card__mark { position: absolute; right: 24px; top: -22px; color: rgba(243,112,33,.13); font: 800 9rem/1 var(--serif); }
.testimonial-card blockquote { position: relative; z-index: 1; margin: 46px 0 38px; font: 600 1.65rem/1.25 var(--serif); text-transform: uppercase; }
.testimonial-card--accent blockquote { color: white; }
.testimonial-card figcaption { display: flex; align-items: center; gap: 13px; }
.testimonial-avatar { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; background: var(--terracotta); color: white; font-size: .68rem; font-weight: 800; letter-spacing: .05em; }
.testimonial-card figcaption strong, .testimonial-card figcaption small { display: block; }
.testimonial-card figcaption strong { font-size: .78rem; }
.testimonial-card figcaption small { margin-top: 2px; color: var(--ink-soft); font-size: .68rem; }
.testimonial-card--accent figcaption small { color: rgba(255,255,255,.58); }
.testimonial-note { margin: 24px 0 0; color: var(--ink-soft); font-size: .68rem; font-style: italic; text-align: center; }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 36px; }
.partner-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 6px 6px 0 var(--cream); }
.partner-card span { color: var(--terracotta); font-family: var(--serif); font-weight: 650; }
.partner-card h3 { margin: 32px 0 10px; }
.partner-card p { margin: 0; font-size: .84rem; }
.eyebrow--light { color: rgba(255,255,255,.82); }

.trade-section { position: relative; overflow: hidden; }
.trade-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.trade-grid h2 { max-width: 13ch; }
.trade-grid p { color: rgba(247,241,231,.72); }
.trade-list { border-top: 1px solid rgba(255,255,255,.16); }
.trade-list__item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.trade-list__item span { color: var(--terracotta); font-family: var(--serif); font-size: 1.1rem; }
.trade-list__item strong { display: block; margin-bottom: 4px; }
.trade-list__item p { margin: 0; font-size: .85rem; }

.cta-band { position: relative; padding: 88px 0; overflow: hidden; background: var(--terracotta); color: white; text-align: center; }
.cta-band::before { content: "PB"; position: absolute; left: -20px; top: -75px; color: rgba(255,255,255,.1); font: 800 15rem/1 var(--serif); }
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 { margin-bottom: 12px; }
.cta-band p { margin: 0 auto 28px; max-width: 54ch; color: rgba(255,255,255,.82); }

.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.story-grid .lead { font-family: var(--serif); font-size: 1.7rem; line-height: 1.4; }
.story-grid p { color: var(--ink-soft); }
.story-collage { position: relative; display: grid; grid-template-columns: 1fr .78fr; grid-template-rows: 190px 110px; gap: 12px; margin-top: 42px; }
.story-collage img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.story-collage img:first-child { grid-row: 1 / 3; }
.story-collage span { display: flex; align-items: flex-end; padding: 16px; background: var(--terracotta); color: white; font: 700 1.15rem/1.05 var(--serif); letter-spacing: .02em; text-transform: uppercase; }
.timeline { margin-top: 48px; border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.timeline-item__icon { display: grid; place-items: center; width: 52px; height: 52px; background: rgba(243,112,33,.1); color: var(--terracotta-dark); }
.timeline-item__icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.timeline-item small { display: block; margin-bottom: 5px; color: var(--terracotta); font: 700 .7rem/1 var(--sans); letter-spacing: .1em; }
.timeline-item h3 { margin-bottom: 8px; }
.timeline-item p { margin: 0; }
.shop-toolbar { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-bottom: 34px; }
.search-bar { display: flex; width: min(500px, 100%); }
.search-bar input { flex: 1; min-width: 0; border-radius: 999px 0 0 999px; border-right: 0; }
.search-bar .btn { border-radius: 0 999px 999px 0; }
.shop-count { color: var(--ink-soft); font-size: .85rem; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 42px; }
.filter-row button { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: .74rem; font-weight: 800; }
.filter-row button.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); transition: transform .2s, box-shadow .2s; cursor: pointer; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card__media { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--cream); }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-card__media img { transform: scale(1.035); }
.sku { position: absolute; top: 14px; left: 14px; padding: 6px 9px; border-radius: 2px; background: var(--ink); color: white; font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.product-card__category { margin-bottom: 8px; color: var(--sage); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { min-height: 2.5em; margin-bottom: 9px; font-size: 1.25rem; }
.product-card p { color: var(--ink-soft); font-size: .82rem; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.price { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; }
.price small { display: block; color: var(--ink-soft); font: 600 .58rem/1.4 var(--sans); letter-spacing: .06em; text-transform: uppercase; }
.card-actions { display: flex; align-items: center; gap: 8px; }
.quick-add { width: 40px; height: 40px; border: 0; border-radius: 3px; background: var(--terracotta); color: white; cursor: pointer; font-size: 1.2rem; }
.qty-stepper { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty-btn { width: 34px; height: 34px; border: 0; background: transparent; cursor: pointer; }
.qty-input { width: 35px; border: 0 !important; padding: 0 !important; text-align: center; background: transparent; appearance: textfield; }
.empty-results { display: none; padding: 60px 24px; border: 1px dashed var(--line); border-radius: var(--radius-lg); text-align: center; }

.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.product-detail__media { position: sticky; top: 112px; overflow: hidden; aspect-ratio: 1; border-radius: var(--radius-lg); background: var(--cream); }
.product-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumbs { margin-bottom: 24px; color: var(--ink-soft); font-size: .75rem; }
.product-detail h1 { margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.detail-price { margin: 26px 0; font-family: var(--serif); font-size: 2rem; }
.buy-panel { padding: 22px; border-radius: var(--radius); background: var(--cream); }
.buy-row { display: flex; align-items: center; gap: 14px; }
.buy-row .btn { flex: 1; }
.spec-table { width: 100%; margin-top: 34px; border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 14px 0; border-bottom: 1px solid var(--line); text-align: left; font-size: .85rem; }
.spec-table th { width: 38%; color: var(--ink-soft); font-weight: 650; }

input, select, textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(189,91,61,.25); border-color: var(--terracotta); }
textarea { min-height: 140px; resize: vertical; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; margin-bottom: 7px; font-size: .73rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; }
.contact-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
.contact-line { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-line:last-child { border-bottom: 0; }
.contact-line span { display: block; color: var(--ink-soft); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.contact-line a, .contact-line address, .contact-line strong { display: block; margin-top: 5px; font-style: normal; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }

.checkout-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: start; }
.order-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
.order-card--sticky { position: sticky; top: 110px; }
.agree-terms { display: flex; align-items: flex-start; gap: 9px; margin: 0 0 18px; font-size: .78rem; color: var(--ink-soft); line-height: 1.5; cursor: pointer; }
.agree-terms input { width: 16px; height: 16px; margin: 3px 0 0; padding: 0; border-radius: 3px; flex: 0 0 16px; }
.agree-terms span { flex: 1; min-width: 0; }
.agree-terms a { color: var(--terracotta-dark); font-weight: 700; }
.cart-line { display: grid; grid-template-columns: 74px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-line__thumb { width: 74px; height: 74px; border-radius: 9px; object-fit: cover; background: var(--cream); }
.cart-line__name { display: block; padding-right: 20px; font-weight: 700; font-size: .84rem; }
.cart-line__sku { color: var(--ink-soft); font-size: .68rem; }
.cart-line__controls { display: flex; align-items: center; gap: 10px; margin-top: 9px; }
.cart-line__price { margin-left: auto; font-family: var(--serif); }
.cart-line__remove { border: 0; background: none; color: var(--terracotta); cursor: pointer; font-size: 1.25rem; }
.order-total { display: flex; justify-content: space-between; padding-top: 22px; font-family: var(--serif); font-size: 1.25rem; }

.cart-overlay { position: fixed; z-index: 199; inset: 0; background: rgba(38,37,33,.48); opacity: 0; visibility: hidden; transition: .25s; }
.cart-overlay.is-open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 200; top: 0; right: 0; width: min(460px, 100%); height: 100dvh; display: flex; flex-direction: column; background: var(--paper); transform: translateX(100%); transition: transform .3s; box-shadow: -20px 0 60px rgba(0,0,0,.15); }
.cart-drawer.is-open { transform: none; }
.cart-drawer__head, .cart-drawer__foot { padding: 22px 24px; border-bottom: 1px solid var(--line); }
.cart-drawer__head { display: flex; justify-content: space-between; align-items: center; }
.cart-drawer__head h3 { margin: 0; }
.cart-drawer__close { border: 0; background: none; cursor: pointer; font-size: 1.8rem; }
.cart-drawer__body { flex: 1; overflow-y: auto; padding: 8px 24px; }
.cart-drawer__foot { border-top: 1px solid var(--line); border-bottom: 0; }
.cart-drawer__subtotal { display: flex; justify-content: space-between; margin-bottom: 16px; }
.cart-drawer__clear { width: 100%; margin-top: 10px; border: 0; background: none; color: var(--ink-soft); cursor: pointer; font-size: .72rem; text-decoration: underline; }
.cart-empty { padding: 50px 10px; color: var(--ink-soft); text-align: center; }
.cart-toast-wrap { position: fixed; z-index: 250; right: 24px; bottom: 24px; }
.cart-toast { padding: 14px 18px; border-radius: 10px; background: var(--ink); color: white; opacity: 0; transform: translateY(10px); transition: .2s; box-shadow: var(--shadow); font-size: .82rem; }
.cart-toast.is-visible { opacity: 1; transform: none; }

.policy { width: min(780px, calc(100% - 40px)); margin: 0 auto; }
.policy h2 { margin: 48px 0 14px; font-size: 1.8rem; }
.policy h3 { margin-top: 30px; font-size: 1.15rem; }
.policy p, .policy li { color: var(--ink-soft); }
.policy a { color: var(--terracotta-dark); text-decoration: underline; }

.site-footer { padding: 70px 0 28px; background: #061422; color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr .8fr 1.2fr; gap: 50px; }
.footer-brand p { max-width: 36ch; margin-top: 20px; color: rgba(247,241,231,.62); font-size: .83rem; }
.footer-col h4 { margin-bottom: 18px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 10px; color: rgba(247,241,231,.65); font-size: .8rem; }
.footer-col a:hover { color: white; }
.footer-cta { color: var(--terracotta); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(247,241,231,.5); font-size: .7rem; }

[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .55s, transform .55s; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px 24px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; padding: 14px 0; }
  .nav-links a::after { display: none; }
  .cart-toggle__total { display: none; }
  .hero { min-height: 650px; }
  .hero::after { background: linear-gradient(90deg, rgba(6,20,34,.98), rgba(6,20,34,.82) 65%, rgba(6,20,34,.3)); }
  .hero__content { width: min(590px, 76%); }
  .page-hero__grid { grid-template-columns: 1fr 340px; gap: 36px; }
  .trust-strip, .category-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .value-grid, .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .trade-grid, .story-grid { gap: 50px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 30px, 1180px); }
  .announcement { font-size: .68rem; }
  .brand-mark { height: 36px; }
  .brand-text__main { font-size: 1.22rem; }
  .brand-text__sub { font-size: .56rem; letter-spacing: .2em; }
  .section { padding: 72px 0; }
  .section-head { display: block; }
  .section-head h2 { margin-bottom: 18px; }
  .hero { min-height: 710px; align-items: end; }
  .hero__image { object-position: 67% center; }
  .hero::after { background: linear-gradient(0deg, rgba(6,20,34,1) 0%, rgba(6,20,34,.95) 54%, rgba(6,20,34,.12) 94%); }
  .hero__content { width: 100%; padding: 170px 0 54px; }
  .hero h1 { font-size: 3.15rem; }
  .hero__proof { margin-top: 34px; gap: 10px 20px; }
  .page-hero { padding: 80px 0 70px; }
  .page-hero__grid { grid-template-columns: 1fr; }
  .page-hero__visual { width: min(480px, 100%); }
  .trust-strip, .category-grid, .value-grid, .testimonial-grid, .product-grid, .form-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .category-card--wide { grid-column: auto; }
  .category-card { min-height: 330px; }
  .trade-grid, .story-grid, .contact-grid, .checkout-grid, .product-detail, .partner-grid { grid-template-columns: 1fr; gap: 42px; }
  .product-detail__media, .order-card--sticky { position: static; }
  .shop-toolbar { align-items: stretch; flex-direction: column; }
  .shop-count { order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand, .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .cart-toggle { padding: 9px 10px; }
  .cart-line { grid-template-columns: 58px 1fr; }
  .cart-line__thumb { width: 58px; height: 58px; }
}

@media (max-width: 420px) {
  .announcement { padding-inline: 12px; font-size: .61rem; line-height: 1.45; }
  .brand-mark { height: 30px; }
  .brand-text__main { font-size: 1.05rem; }
  .brand-text__sub { font-size: .5rem; letter-spacing: .16em; }
  .nav { gap: 10px; }
  .nav-actions { gap: 6px; }
  .cart-toggle__total { display: none; }
  .hero h1 { font-size: 2.72rem; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; }
  .hero__proof { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > :last-child { grid-column: auto; }
}

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