:root {
  --pine-red: #c82032;
  --cherry: #751f2a;
  --honey: #d89b2b;
  --green: #285c43;
  --charcoal: #20201d;
  --white: #ffffff;
  --cream: #f7f2e8;
  --line: rgba(32, 32, 29, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--white); font-family: var(--sans); line-height: 1.5; -webkit-font-smoothing: antialiased; }
body, button, input, select { font: inherit; }
img { display: block; max-width: 100%; }
a, button, select, input { color: inherit; }
button, a, select, input { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--honey); outline-offset: 3px; }

.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; color: var(--white); background: var(--charcoal); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.page-width { width: min(calc(100% - 48px), var(--page)); margin-inline: auto; }

.announcement { min-height: 32px; display: grid; place-items: center; padding: 5px 20px; color: var(--white); background: var(--cherry); font-size: 0.72rem; font-weight: 750; text-align: center; text-transform: uppercase; letter-spacing: 0.08em; }
.announcement p { margin: 0; }
.announcement span { margin-inline: 8px; color: var(--honey); }

.site-header { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 12px max(24px, calc((100vw - var(--page)) / 2)); border-bottom: 1px solid var(--line); background: var(--white); }
.wordmark { width: 184px; color: var(--pine-red); text-decoration: none; line-height: 1; }
.wordmark img { width: 100%; height: auto; }
.footer-brand span { display: block; font-family: var(--serif); font-size: 1.5rem; font-weight: 800; }
.footer-brand small { display: block; margin-top: 5px; color: var(--charcoal); font-size: 0.59rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.11em; }
.desktop-nav, .header-actions { display: flex; align-items: center; }
.desktop-nav { gap: 30px; }
.desktop-nav a { padding-block: 8px; font-size: 0.88rem; font-weight: 750; text-decoration: none; }
.desktop-nav a:hover { color: var(--pine-red); }
.header-actions { justify-content: flex-end; gap: 8px; }
.icon-button { position: relative; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.icon-button img { width: 21px; height: 21px; }
.icon-button:hover { color: var(--pine-red); background: var(--cream); }
.count-badge { position: absolute; top: 1px; right: 0; min-width: 19px; height: 19px; display: inline-grid; place-items: center; padding-inline: 3px; border: 2px solid var(--white); border-radius: 50%; color: var(--white); background: var(--pine-red); font-size: 0.61rem; font-weight: 850; }
.menu-button { display: none; }

.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.search-panel { border-bottom: 1px solid var(--line); background: var(--cream); }
.search-panel[hidden] { display: none; }
.search-panel-inner { padding-block: 16px; }
.search-panel input { width: 100%; min-height: 48px; padding: 0 16px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); font-size: 0.95rem; }
.search-status { margin: 8px 0 0; color: rgba(32, 32, 29, 0.65); font-size: 0.78rem; }
.product-card[hidden] { display: none; }

.hero { position: relative; height: clamp(200px, 26svh, 300px); min-height: 200px; overflow: hidden; color: var(--white); background: var(--charcoal); }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0 auto 0 0; width: 62%; height: 100%; background: rgba(32, 32, 29, 0.84); clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%); }
.hero-content { position: relative; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 20px 30px; }
.eyebrow { margin: 0 0 13px; font-size: 0.72rem; font-weight: 850; text-transform: uppercase; letter-spacing: 0.14em; }
.red-text { color: var(--pine-red); }
.gold-text { color: var(--honey); }
.hero h1 { max-width: 680px; margin: 0; font-family: var(--serif); font-size: clamp(2rem, 2.8vw + 0.8rem, 3.1rem); line-height: 0.95; font-weight: 700; text-shadow: 0 2px 20px rgba(32, 32, 29, 0.25); }
.hero-copy { max-width: 500px; margin: 14px 0 0; font-size: 0.98rem; font-weight: 650; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 4px; font-size: 0.82rem; font-weight: 850; text-align: center; text-decoration: none; cursor: pointer; }
.button-primary { color: var(--white); background: var(--pine-red); }
.button-primary:hover { background: var(--cherry); }
.button-light { color: var(--charcoal); border-color: var(--white); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--charcoal); }
.button-gold { color: var(--charcoal); background: var(--honey); }

.section-pad { padding-block: 88px; }
.section-heading { margin-bottom: 42px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr); align-items: end; gap: 48px; }
.section-heading h2, .softish-copy h2, .supply-content h2, .voice-copy h2, .story-copy h2, .retail-inner h2, .email-layout h2 { margin: 0; font-family: var(--serif); font-size: 3.6rem; line-height: 0.98; }
.section-heading > p { max-width: 440px; margin: 0; color: rgba(32, 32, 29, 0.72); }

.product-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 22px; }
.product-card { grid-column: span 2; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 12px 34px rgba(32, 32, 29, 0.05); transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.product-card:hover { border-color: rgba(117, 31, 42, 0.38); box-shadow: 0 16px 38px rgba(32, 32, 29, 0.09); transform: translateY(-2px); }
.product-card:nth-child(4) { grid-column: 2 / span 2; }
.product-card:nth-child(5) { grid-column: 4 / span 2; }
.product-image-link { display: block; aspect-ratio: 1; overflow: hidden; background: var(--cream); }
.product-image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease; }
.product-card:hover .product-image-link img { transform: scale(1.02); }
.product-details { padding: 24px; }
.product-kicker { margin: 0 0 5px; color: var(--pine-red); font-size: 0.68rem; font-weight: 850; text-transform: uppercase; letter-spacing: 0.1em; }
.product-card h3 { margin: 0; font-family: var(--serif); font-size: 1.65rem; line-height: 1.1; }
.product-description { min-height: 3.25em; margin: 10px 0 16px; color: rgba(32, 32, 29, 0.72); font-size: 0.92rem; }
.product-price-row { display: flex; align-items: baseline; gap: 8px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.product-price { font-size: 1.12rem; font-weight: 850; }
.price-note { color: rgba(32, 32, 29, 0.58); font-size: 0.7rem; }
.purchase-options { display: grid; gap: 8px; margin: 15px 0 18px; padding: 0; border: 0; }
.purchase-options legend { margin-bottom: 8px; font-size: 0.71rem; font-weight: 800; text-transform: uppercase; }
.purchase-options label { min-height: 24px; display: flex; align-items: center; gap: 9px; font-size: 0.84rem; font-weight: 650; }
.purchase-options input { accent-color: var(--pine-red); }
.cadence-control { margin: -6px 0 18px; padding: 13px; border-left: 3px solid var(--honey); background: var(--cream); }
.cadence-control[hidden] { display: none; }
.cadence-control label { display: block; margin-bottom: 6px; font-size: 0.7rem; font-weight: 850; text-transform: uppercase; }
.cadence-control select { width: 100%; min-height: 44px; padding: 0 10px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); }
.subscription-summary { margin: 8px 0 0; color: rgba(32, 32, 29, 0.7); font-size: 0.72rem; }
.subscription-summary strong { color: var(--pine-red); font-size: 0.82rem; }
.card-actions { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 8px; }
.quantity-shell { height: 48px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 3px; padding: 0 8px; border: 1px solid var(--line); border-radius: 4px; font-size: 0.7rem; font-weight: 800; }
.quantity-shell input { min-width: 0; width: 100%; border: 0; background: transparent; text-align: center; }

.softish-section, .voice-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.softish-image, .voice-section > img { min-width: 0; overflow: hidden; }
.softish-image img, .voice-section > img { width: 100%; height: 100%; object-fit: cover; }
.softish-copy, .voice-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(48px, 7vw, 112px); }
.softish-copy { color: var(--white); background: var(--green); }
.voice-copy { color: var(--white); background: var(--cherry); }
.softish-copy p:not(.eyebrow), .voice-copy p:not(.eyebrow) { max-width: 510px; margin: 24px 0; }
.text-link { display: inline-block; padding-bottom: 3px; border-bottom: 2px solid currentColor; font-size: 0.8rem; font-weight: 850; text-decoration: none; }

.supply-section { color: var(--white); background: var(--charcoal); }
.supply-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.section-lede { max-width: 560px; margin: 22px 0 32px; color: rgba(255, 255, 255, 0.75); }
.supply-builder { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; }
.supply-builder label { font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.supply-builder select, .supply-builder input[type="number"] { min-width: 0; min-height: 48px; padding: 0 12px; border: 1px solid rgba(255, 255, 255, 0.32); border-radius: 4px; color: var(--white); background: var(--charcoal); }
.supply-savings { grid-column: 1 / -1; margin: 2px 0 0; color: var(--honey); font-size: 0.8rem; font-weight: 650; }
.supply-builder .button { grid-column: 1 / -1; margin-top: 8px; }
.fine-print { margin: 10px 0 0; color: rgba(255, 255, 255, 0.56); font-size: 0.7rem; }
.supply-image { aspect-ratio: 3 / 2; overflow: hidden; border-radius: 8px; }
.supply-image img { width: 100%; height: 100%; object-fit: cover; }
.voice-section > img { order: 2; }

.trust-section { padding-block: 38px; border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-width: 0; padding: 10px 30px; border-right: 1px solid var(--line); text-align: center; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { display: block; color: var(--pine-red); font-family: var(--serif); font-size: 1.8rem; }
.trust-grid span { display: block; margin-top: 3px; font-size: 0.72rem; font-weight: 750; }

.story-section { background: var(--cream); }
.story-layout { display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr); align-items: center; gap: 80px; }
.story-year { margin: 0; color: var(--pine-red); font-family: var(--serif); font-size: 10.5rem; font-weight: 800; line-height: 0.8; }
.story-copy > p:not(.eyebrow) { max-width: 660px; margin: 24px 0; }

.retail-section { padding-block: 62px; color: var(--white); background: var(--pine-red); }
.retail-inner { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.retail-inner h2 { font-size: 3.4rem; }
.retail-inner p:not(.eyebrow) { margin: 14px 0 0; }

.email-layout { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr); align-items: center; gap: 80px; }
.email-form label { display: block; margin-bottom: 8px; font-size: 0.75rem; font-weight: 800; }
.email-control { display: grid; grid-template-columns: 1fr auto; }
.email-control input { min-width: 0; min-height: 50px; padding: 0 14px; border: 1px solid var(--charcoal); border-right: 0; border-radius: 4px 0 0 4px; }
.email-control .button { border-radius: 0 4px 4px 0; }
.email-form .fine-print { color: rgba(32, 32, 29, 0.58); }
.email-confirmation { margin: 12px 0 0; color: var(--green); font-size: 0.82rem; font-weight: 750; }
.email-confirmation[hidden] { display: none; }

.wtb-section { padding-block: 44px 64px; background: var(--cream); }
.wtb-section .section-heading { margin-bottom: 18px; }
.wtb-section .section-heading h2 { font-size: clamp(1.9rem, 2.4vw + 0.7rem, 2.7rem); }
.wtb-toolbar { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 12px 24px; margin-bottom: 16px; }
.wtb-form { flex: 1 1 380px; max-width: none; margin-bottom: 0; }
.wtb-form > label { display: block; margin-bottom: 6px; font-size: 0.7rem; font-weight: 800; }
.wtb-control { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.wtb-control input { min-width: 0; min-height: 44px; padding: 0 14px; border: 1px solid rgba(32, 32, 29, 0.4); border-radius: 4px; background: var(--white); font-size: 1rem; letter-spacing: 0.05em; }
.wtb-control .button { border-radius: 4px; min-height: 44px; }
.wtb-hint { margin: 6px 0 0; color: rgba(32, 32, 29, 0.6); font-size: 0.7rem; }
.wtb-status { margin: 8px 0 0; color: var(--cherry); font-size: 0.8rem; font-weight: 700; }
.wtb-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr); gap: 32px; align-items: start; }
.wtb-map-wrap { margin: 0; }
.wtb-map-caption { margin-bottom: 8px; color: rgba(32, 32, 29, 0.62); font-size: 0.7rem; }
.wtb-map { width: 100%; height: auto; display: block; border: 1px solid var(--line); border-radius: 8px; background: #fbf7ee; }
.wtb-grid { stroke: rgba(32, 32, 29, 0.1); stroke-width: 1; }
.wtb-road { fill: none; stroke: rgba(40, 92, 67, 0.28); stroke-width: 6; stroke-linecap: round; }
.wtb-marker circle { fill: var(--pine-red); stroke: var(--white); stroke-width: 2; }
.wtb-marker text { fill: var(--white); font-size: 11px; font-weight: 800; pointer-events: none; }
.wtb-marker-label { fill: var(--cherry); font-size: 11px; font-weight: 850; pointer-events: none; }
.wtb-you-halo { fill: rgba(216, 155, 43, 0.35); }
.wtb-you circle:not(.wtb-you-halo) { fill: var(--honey); stroke: var(--white); stroke-width: 2; }
.wtb-you text { fill: var(--charcoal); font-size: 12px; font-weight: 850; pointer-events: none; }
.wtb-results h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 1.7rem; }
.wtb-results-note { margin: 0 0 12px; color: rgba(32, 32, 29, 0.66); font-size: 0.78rem; }
.wtb-list-scroll { height: min(480px, calc(100svh - 630px)); overflow-y: auto; padding: 2px 6px 2px 2px; scrollbar-color: rgba(40, 92, 67, 0.45) transparent; scrollbar-width: thin; }
.wtb-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.wtb-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; gap: 10px 14px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 4px 14px rgba(32, 32, 29, 0.04); }
.wtb-card-letter { width: 30px; height: 30px; flex: none; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); font-size: 0.74rem; font-weight: 850; }
.wtb-card-info { min-width: 0; }
.wtb-card h4 { margin: 0; font-size: 0.92rem; font-weight: 850; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wtb-chip-retailer { display: inline-block; margin-top: 3px; padding: 2px 8px; border-radius: 999px; color: rgba(32, 32, 29, 0.78); background: var(--cream); font-size: 0.6rem; font-weight: 850; text-transform: uppercase; letter-spacing: 0.04em; }
.wtb-distance { flex: none; padding: 4px 10px; border-radius: 999px; color: var(--charcoal); background: var(--honey); font-size: 0.7rem; font-weight: 850; white-space: nowrap; }
.wtb-show-on-map { flex: none; min-height: 0; padding: 4px 6px; border: 0; background: transparent; color: var(--green); font-size: 0.7rem; font-weight: 850; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }
.wtb-show-on-map:hover { color: var(--cherry); }
.wtb-expand { margin-top: 14px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; border: 1px solid var(--green); border-radius: 4px; color: var(--green); background: transparent; font-size: 0.78rem; font-weight: 850; cursor: pointer; }
.wtb-expand:hover { color: var(--white); background: var(--green); }
.wtb-expand[hidden] { display: none; }
.wtb-retailers { flex: 1 1 380px; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.wtb-chip { min-height: 34px; display: inline-flex; align-items: center; padding: 6px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--charcoal); background: var(--white); font-size: 0.74rem; font-weight: 800; cursor: pointer; }
.wtb-chip:hover { border-color: var(--green); color: var(--green); }
.wtb-chip.is-active { border-color: var(--green); color: var(--white); background: var(--green); }
.wtb-leaflet { width: 100%; height: min(520px, calc(100svh - 630px)); overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fbf7ee; }
.wtb-map-wrap .marker-cluster { background-color: transparent; }
.wtb-map-wrap .marker-cluster-small,
.wtb-map-wrap .marker-cluster-medium,
.wtb-map-wrap .marker-cluster-large { background-color: rgba(216, 155, 43, 0.42); }
.wtb-map-wrap .marker-cluster div { color: var(--white); background-color: var(--green); font-size: 0.8rem; font-weight: 800; }
.wtb-map-wrap .marker-cluster div:hover { background-color: var(--cherry); }
.wtb-map-wrap .leaflet-popup-content { margin: 14px 18px; line-height: 1.5; }
.wtb-map-wrap .leaflet-container { font-family: var(--sans); }

@media (max-width: 980px) {
  .wtb-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .wtb-toolbar { flex-direction: column; gap: 14px; }
  .wtb-retailers { flex-basis: auto; width: 100%; }
  .wtb-control { grid-template-columns: 1fr; }
  .wtb-control .button { width: 100%; min-height: 50px; }
  .wtb-leaflet { height: 420px; }
  .wtb-list-scroll { height: 420px; }
  .wtb-card { grid-template-columns: auto minmax(0, 1fr); grid-template-areas: "letter info" "letter distance" "letter map"; row-gap: 6px; }
  .wtb-card-letter { grid-area: letter; }
  .wtb-card-info { grid-area: info; }
  .wtb-distance { grid-area: distance; justify-self: start; }
  .wtb-show-on-map { grid-area: map; justify-self: start; padding-inline: 0; }
}

.site-footer { padding-block: 52px; color: var(--white); background: var(--charcoal); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; gap: 50px; }
.footer-brand { color: var(--honey); }
.footer-brand small { color: var(--white); }
.footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; }
.footer-grid nav a { font-size: 0.78rem; font-weight: 750; text-decoration: none; }
.footer-grid > p { max-width: 290px; justify-self: end; margin: 0; color: rgba(255, 255, 255, 0.58); font-size: 0.72rem; text-align: right; }

.side-dialog { width: min(430px, 100%); max-width: none; height: 100%; max-height: none; margin: 0 0 0 auto; padding: 28px; border: 0; border-left: 1px solid var(--line); background: var(--white); }
.side-dialog::backdrop { background: rgba(32, 32, 29, 0.58); }
.dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.dialog-header h2 { margin: 0; font-family: var(--serif); font-size: 2rem; }
.dialog-header button { width: 44px; min-width: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 50%; background: var(--cream); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.side-dialog nav { display: grid; margin-top: 24px; }
.side-dialog nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.5rem; text-decoration: none; }
.empty-cart { padding-top: 40px; }
.empty-cart[hidden] { display: none; }
.cart-drawer[open] { display: flex; flex-direction: column; }
.cart-body { min-height: 0; display: flex; flex: 1; flex-direction: column; }
.cart-lines { min-height: 0; overflow-y: auto; }
.cart-line { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-line > img { width: 82px; height: 82px; border-radius: 4px; object-fit: cover; background: var(--cream); }
.cart-line-content { min-width: 0; }
.cart-line-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.cart-line-heading h3 { margin: 0; font-family: var(--serif); font-size: 1.05rem; line-height: 1.1; }
.cart-line-heading p { margin: 5px 0 0; color: rgba(32, 32, 29, 0.62); font-size: 0.68rem; }
.cart-line-heading > strong { flex: none; font-size: 0.82rem; }
.cart-line-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 13px; }
.cart-stepper { height: 44px; display: grid; grid-template-columns: 44px 32px 44px; align-items: center; border: 1px solid var(--line); border-radius: 4px; text-align: center; }
.cart-stepper button { height: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; }
.cart-stepper button:hover { background: var(--cream); }
.cart-stepper span { font-size: 0.78rem; font-weight: 800; }
.remove-line { min-height: 44px; padding: 0; border: 0; border-bottom: 1px solid currentColor; color: var(--cherry); background: transparent; font-size: 0.7rem; font-weight: 800; cursor: pointer; }
.cart-summary { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); background: var(--white); }
.cart-summary > div { display: flex; align-items: center; justify-content: space-between; font-size: 1rem; }
.cart-summary p { margin: 8px 0 16px; color: rgba(32, 32, 29, 0.58); font-size: 0.68rem; }
.official-store-link { width: 100%; }
.cart-body.is-empty { margin-top: auto; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-button { display: inline-block; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card, .product-card:nth-child(4), .product-card:nth-child(5) { grid-column: auto; }
  .supply-layout { grid-template-columns: 1fr 1fr; gap: 44px; }
  .story-layout { gap: 42px; }
  .hero h1 { font-size: clamp(2.4rem, 6vw + 1rem, 3.6rem); }
  .section-heading h2, .softish-copy h2, .supply-content h2, .voice-copy h2, .story-copy h2, .retail-inner h2, .email-layout h2 { font-size: 3.1rem; }
  .story-year { font-size: 8rem; }
  .retail-inner h2 { font-size: 3rem; }
}

@media (max-width: 760px) {
  .page-width { width: min(calc(100% - 32px), var(--page)); }
  .announcement { min-height: 36px; font-size: 0.61rem; }
  .announcement span { margin-inline: 4px; }
  .site-header { min-height: 66px; padding: 10px 16px; }
  .wordmark { width: 150px; }
  .header-actions { gap: 0; }
  .hero { height: clamp(300px, 56svh, 430px); min-height: 300px; }
  .hero-media img { object-position: center; }
  .hero-shade { inset: auto 0 0; width: 100%; height: 72%; background: rgba(32, 32, 29, 0.82); clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 100%); }
  .hero-content { justify-content: flex-end; padding-bottom: 36px; }
  .hero h1 { font-size: 2.7rem; }
  .hero-copy { max-width: 390px; margin-top: 16px; font-size: 0.92rem; }
  .hero-actions { width: 100%; margin-top: 18px; }
  .hero-actions .button { flex: 1 1 150px; }
  .section-pad { padding-block: 68px; }
  .split-heading, .supply-layout, .story-layout, .email-layout { grid-template-columns: 1fr; gap: 30px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .softish-copy h2, .supply-content h2, .voice-copy h2, .story-copy h2, .retail-inner h2, .email-layout h2 { font-size: 2.65rem; }
  .product-grid { grid-template-columns: 1fr; gap: 16px; }
  .product-description { min-height: 0; }
  .softish-section, .voice-section { grid-template-columns: 1fr; min-height: 0; }
  .softish-image, .voice-section > img { aspect-ratio: 4 / 3; }
  .softish-copy, .voice-copy { min-height: 370px; padding: 48px 24px; }
  .voice-section > img { order: 0; }
  .supply-image { order: -1; }
  .supply-builder { grid-template-columns: 1fr; }
  .supply-builder .button { grid-column: auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; row-gap: 26px; }
  .trust-grid div { padding-inline: 12px; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .story-year { font-size: 7.2rem; }
  .retail-inner { align-items: flex-start; flex-direction: column; }
  .retail-inner .button { width: 100%; }
  .email-control { grid-template-columns: 1fr; gap: 8px; }
  .email-control input, .email-control .button { border: 1px solid var(--charcoal); border-radius: 4px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid nav { grid-template-columns: 1fr; }
  .footer-grid > p { justify-self: start; text-align: left; }
}

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

