:root {
  --ink: #142821;
  --pine: #21483b;
  --forest: #17372e;
  --cream: #f4efe4;
  --paper: #fffdf8;
  --rust: #bd552f;
  --gold: #f4bd77;
  --sand: #ddd2bf;
  --muted: #65736c;
  --line: rgba(20, 40, 33, .18);
  --shadow: 0 24px 70px rgba(20, 40, 33, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: 1rem; }
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.skip-link { background: var(--paper); left: 1rem; padding: .7rem 1rem; position: fixed; top: -4rem; z-index: 100; }
.skip-link:focus { top: 1rem; }
.announcement { background: var(--ink); color: #fff; font: 500 .69rem 'DM Mono', monospace; letter-spacing: .06em; padding: .62rem 1rem; text-align: center; text-transform: uppercase; }
.site-header { align-items: center; background: rgba(255, 253, 248, .97); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; min-height: 76px; padding: 0 clamp(1.25rem, 5vw, 5.5rem); position: sticky; top: 0; z-index: 20; }
.brand { font: 500 .92rem 'DM Mono', monospace; letter-spacing: -.07em; width: max-content; }
.brand span { color: var(--rust); }
.main-nav { display: flex; gap: 2rem; font-size: .84rem; font-weight: 700; }
.main-nav a, footer a, .text-link { transition: color .2s ease; }
.main-nav a:hover, footer a:hover, .text-link:hover { color: var(--rust); }
.menu-button { display: none; }
.cart-button { background: transparent; border: 0; cursor: pointer; font-size: .76rem; font-weight: 800; justify-self: end; letter-spacing: .05em; padding: .7rem 0; text-transform: uppercase; }
.cart-button span { align-items: center; background: var(--rust); border-radius: 50%; color: #fff; display: inline-flex; font: 500 .64rem 'DM Mono', monospace; height: 1.45rem; justify-content: center; margin-left: .45rem; width: 1.45rem; }
.hero { background: linear-gradient(90deg, rgba(16,31,25,.95) 0%, rgba(16,31,25,.76) 42%, rgba(16,31,25,.04) 74%), url('assets/outdoor-jacket-hero.png') center/cover; color: white; display: grid; grid-template-rows: auto minmax(3rem, 1fr) auto; min-height: min(700px, calc(100vh - 105px)); padding: clamp(4.5rem, 10vw, 9rem) clamp(1.25rem, 10vw, 10rem) 2rem; row-gap: clamp(2.5rem, 6vh, 5rem); }
.hero-copy { max-width: 720px; }
.eyebrow { color: var(--rust); font: 500 .7rem 'DM Mono', monospace; letter-spacing: .08em; margin: 0 0 1.15rem; text-transform: uppercase; }
.hero .eyebrow, .story-card .eyebrow { color: var(--gold); }
h1, h2 { letter-spacing: -.055em; line-height: .96; margin: 0; }
h1 { font-size: clamp(3.4rem, 8vw, 7.4rem); max-width: 800px; }
h1 em { color: var(--gold); font-family: 'Playfair Display', Georgia, serif; font-weight: 600; }
h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
h3 { margin: 0; }
.hero-intro { font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.72; margin: 2rem 0 2.4rem; max-width: 520px; }
.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font-size: .76rem; font-weight: 800; gap: 1.25rem; justify-content: center; letter-spacing: .05em; min-height: 50px; padding: 1rem 1.25rem; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .55; transform: none; }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: #ffe1b8; }
.button-secondary { background: var(--ink); color: white; }
.button.wide { width: 100%; }
.hero-caption { display: flex; font: 400 .65rem 'DM Mono', monospace; grid-row: 3; justify-content: space-between; letter-spacing: .08em; text-transform: uppercase; }
.intro-strip { align-items: center; background: var(--cream); display: flex; gap: 2rem; justify-content: space-between; padding: 1.6rem clamp(1.25rem, 10vw, 10rem); }
.intro-strip p { font: italic 1.35rem 'Playfair Display', Georgia, serif; margin: 0; }
.intro-strip div { display: flex; font: 400 .65rem 'DM Mono', monospace; gap: .75rem; letter-spacing: .04em; text-transform: uppercase; }
.section-wrap { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 8vw, 8rem); }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 3.2rem; }
.section-heading > p { font-size: .94rem; line-height: 1.7; margin: 0; max-width: 390px; }
.catalogue-tools { align-items: end; border-bottom: 1px solid var(--line); display: grid; gap: 2rem; grid-template-columns: minmax(200px, .9fr) 2fr minmax(160px, .7fr); margin-bottom: 2rem; padding-bottom: 1.25rem; }
.catalogue-tools label > span, .filter-block > span { display: block; font: 500 .66rem 'DM Mono', monospace; letter-spacing: .06em; margin-bottom: .65rem; text-transform: uppercase; }
.catalogue-tools input, .catalogue-tools select { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); min-height: 42px; outline: none; padding: .5rem 0; width: 100%; }
.catalogue-tools input:focus, .catalogue-tools select:focus { border-color: var(--rust); }
.filters { display: flex; gap: .65rem; overflow-x: auto; padding-bottom: .2rem; scrollbar-width: thin; }
.filter { background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: .74rem; font-weight: 700; padding: .65rem .85rem; white-space: nowrap; }
.filter.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.catalogue-status { color: var(--muted); font-size: .82rem; margin: 0 0 1.2rem; }
.product-grid { display: grid; gap: 1.15rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { min-width: 0; }
.product-card button { background: none; border: 0; cursor: pointer; padding: 0; text-align: left; width: 100%; }
.product-visual { align-items: end; aspect-ratio: .86; background: var(--cream); display: flex; justify-content: space-between; overflow: hidden; position: relative; }
.product-visual img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.product-card button:hover img { transform: scale(1.025); }
.product-placeholder { align-items: center; background: var(--pine); color: white; display: flex; flex-direction: column; height: 100%; justify-content: center; width: 100%; }
.product-placeholder span { color: var(--gold); font: 500 .66rem 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.product-placeholder strong { font: italic clamp(1.7rem, 3vw, 3rem) 'Playfair Display', serif; margin-top: .4rem; }
.stock-badge { background: var(--paper); bottom: .8rem; color: var(--ink); font: 500 .62rem 'DM Mono', monospace; left: .8rem; letter-spacing: .04em; padding: .5rem .62rem; position: absolute; text-transform: uppercase; }
.stock-badge.sold-out { background: var(--ink); color: #fff; }
.product-meta { align-items: start; display: flex; gap: 1rem; justify-content: space-between; padding: .85rem .1rem 2.2rem; }
.product-meta h3 { font-size: .92rem; margin-bottom: .25rem; }
.product-meta p, .product-meta > span { color: var(--muted); font-size: .74rem; margin: 0; }
.product-meta > span { color: var(--ink); flex: 0 0 auto; font: 500 .76rem 'DM Mono', monospace; }
.empty-state { background: var(--cream); padding: 3rem; text-align: center; }
.empty-state strong { font: 600 1.8rem 'Playfair Display', serif; }
.empty-state p { color: var(--muted); }
.text-button { background: none; border: 0; border-bottom: 1px solid var(--rust); color: var(--rust); cursor: pointer; font-size: .78rem; font-weight: 800; padding: .4rem 0; text-transform: uppercase; }
.story-section { background: var(--pine); color: white; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 520px; }
.story-card { padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 8vw, 8rem); }
.story-card h2 { max-width: 680px; }
.story-card > p:not(.eyebrow) { color: #cfddd2; font-size: .95rem; line-height: 1.75; max-width: 540px; }
.text-link { border-bottom: 1px solid var(--gold); color: var(--gold); display: inline-block; font-size: .75rem; font-weight: 800; letter-spacing: .05em; margin-top: 1rem; padding-bottom: .5rem; text-transform: uppercase; }
blockquote { align-items: center; background: #e58c51; color: var(--ink); display: flex; font: italic clamp(2rem, 4vw, 4rem)/1.04 'Playfair Display', Georgia, serif; margin: 0; padding: clamp(3rem, 7vw, 7rem); }
.visit-section { align-items: end; display: flex; justify-content: space-between; }
.visit-details { max-width: 360px; }
.visit-details p { font-size: .95rem; line-height: 1.7; margin: 0 0 1.8rem; }
footer { align-items: center; border-top: 1px solid var(--line); display: flex; font-size: .72rem; justify-content: space-between; padding: 2.2rem clamp(1.25rem, 5vw, 5.5rem); }
footer nav { display: flex; flex-wrap: wrap; gap: 1.4rem; }
footer p { color: var(--muted); margin: 0; }
.footer-button, .inline-button { background: none; border: 0; color: inherit; cursor: pointer; font: inherit; padding: 0; }
.footer-button:hover, .inline-button { color: var(--rust); }
.inline-button, .inline-link { text-decoration: underline; text-underline-offset: .2em; }
.scrim { background: rgba(10, 22, 18, .54); inset: 0; position: fixed; z-index: 50; }
.cart-drawer { background: var(--paper); bottom: 0; box-shadow: var(--shadow); display: flex; flex-direction: column; max-width: 480px; padding: 1.5rem; position: fixed; right: 0; top: 0; transform: translateX(105%); transition: transform .3s ease; width: 100%; z-index: 60; }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-head { align-items: start; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 1.3rem; }
.drawer-head h2 { font-size: 2.4rem; }
.icon-button { background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font-size: 1.4rem; height: 2.5rem; line-height: 1; width: 2.5rem; }
.cart-items { flex: 1; overflow: auto; }
.cart-row { border-bottom: 1px solid var(--line); display: grid; gap: .8rem; grid-template-columns: 76px 1fr auto; padding: 1.15rem 0; }
.cart-thumb { align-items: center; background: var(--cream); display: flex; height: 92px; justify-content: center; overflow: hidden; }
.cart-thumb img { height: 100%; object-fit: cover; width: 100%; }
.cart-thumb span { color: var(--rust); font: 500 .62rem 'DM Mono', monospace; text-transform: uppercase; }
.cart-row h3 { font-size: .88rem; margin-bottom: .2rem; }
.cart-row p { color: var(--muted); font-size: .7rem; margin: .15rem 0; }
.cart-row > strong { font: 500 .72rem 'DM Mono', monospace; }
.quantity-control { align-items: center; border: 1px solid var(--line); display: inline-flex; margin-top: .6rem; }
.quantity-control button { background: transparent; border: 0; cursor: pointer; min-height: 30px; width: 30px; }
.quantity-control span { font: 500 .7rem 'DM Mono', monospace; min-width: 24px; text-align: center; }
.remove-item { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: .66rem; margin-left: .5rem; text-decoration: underline; }
.cart-empty { color: var(--muted); margin: auto; max-width: 260px; text-align: center; }
.cart-empty strong { color: var(--ink); display: block; font: 600 1.7rem/1.1 'Playfair Display', serif; }
.cart-summary { border-top: 1px solid var(--line); padding-top: 1.3rem; }
.cart-summary > div { display: flex; justify-content: space-between; }
.cart-summary strong { font: 500 .84rem 'DM Mono', monospace; }
.cart-summary p { color: var(--muted); font-size: .72rem; }
dialog { background: var(--paper); border: 0; box-shadow: var(--shadow); color: var(--ink); margin: auto; max-height: calc(100vh - 2rem); overflow: auto; padding: 0; width: calc(100% - 2rem); }
dialog::backdrop { background: rgba(10, 22, 18, .62); }
.dialog-close { position: absolute; right: 1.2rem; top: 1.2rem; z-index: 2; }
.product-dialog { max-width: 980px; }
.product-dialog-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 600px; }
.product-dialog-visual { background: var(--cream); min-height: 600px; }
.product-dialog-visual img { height: 100%; object-fit: cover; width: 100%; }
.product-dialog-copy { padding: clamp(3rem, 6vw, 5rem); }
.product-dialog-copy h2 { font-size: clamp(2.8rem, 5vw, 4.5rem); }
.product-description { color: var(--muted); line-height: 1.7; }
.price-line { align-items: center; display: flex; font: 500 1rem 'DM Mono', monospace; justify-content: space-between; margin: 1.4rem 0; }
.variant-list { display: grid; gap: .55rem; grid-template-columns: repeat(3, 1fr); margin: .8rem 0 1.5rem; }
.variant-choice { background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: .72rem; min-height: 44px; padding: .5rem; }
.variant-choice.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.variant-choice:disabled { cursor: not-allowed; opacity: .4; }
.detail-note { color: var(--muted); font-size: .72rem; line-height: 1.5; }
.checkout-dialog { max-width: 1120px; }
.checkout-layout { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 680px; }
.checkout-layout > section { padding: clamp(2.4rem, 6vw, 5rem); }
.checkout-layout h2 { font-size: clamp(2.6rem, 5vw, 4.6rem); margin-bottom: 2rem; }
.checkout-summary { background: var(--cream); padding: 5rem 2rem 2rem; }
.summary-line { display: flex; font-size: .8rem; gap: 1rem; justify-content: space-between; padding: .55rem 0; }
.summary-line.total { border-top: 1px solid var(--line); font-size: 1rem; margin-top: .6rem; padding-top: 1rem; }
.summary-item { border-bottom: 1px solid var(--line); display: flex; font-size: .76rem; gap: 1rem; justify-content: space-between; padding: .8rem 0; }
.form-grid { display: grid; gap: 1rem; margin: 1.4rem 0; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.form-grid .span-two { grid-column: 1 / -1; }
form label, .pickup-field { display: block; font-size: .73rem; font-weight: 700; }
form label .optional { color: var(--muted); font-weight: 500; }
form input:not([type="radio"]):not([type="checkbox"]), form select, form textarea { background: #fff; border: 1px solid var(--line); border-radius: 0; display: block; margin-top: .4rem; min-height: 48px; padding: .75rem; width: 100%; }
form input:focus, form select:focus, form textarea:focus { border-color: var(--rust); outline: 2px solid rgba(189, 85, 47, .16); }
.choice-row { border: 0; display: flex; gap: 1rem; margin: 1.8rem 0 1rem; padding: 0; }
.choice-row legend { font-size: .73rem; font-weight: 800; margin-bottom: .7rem; }
.choice-row label { border: 1px solid var(--line); flex: 1; padding: 1rem; }
.choice-row input { margin-right: .4rem; }
.pickup-field { margin: 1.2rem 0; }
.policy-checks { border-top: 1px solid var(--line); margin: 1.5rem 0; padding-top: 1rem; }
.policy-checks label { font-weight: 500; line-height: 1.5; margin: .75rem 0; }
.policy-checks input { margin-right: .5rem; }
.policy-checks a { color: var(--rust); text-decoration: underline; }
.form-error { color: #9f321b; font-size: .76rem; min-height: 1.1rem; }
.reservation-notice { background: #fff4d8; border: 1px solid #e9c36d; margin-bottom: 1.4rem; padding: .9rem; }
.checkout-cancel { align-items: center; display: flex; flex-direction: column; gap: .45rem; margin-top: 1.2rem; text-align: center; }
.checkout-cancel p { color: var(--muted); font-size: .76rem; line-height: 1.45; margin: 0; max-width: 360px; }
#payment-element { margin: 1rem 0 1.5rem; }
.order-success { padding-top: 2rem; text-align: center; }
.order-success > span { align-items: center; background: var(--pine); border-radius: 50%; color: #fff; display: inline-flex; font-size: 2rem; height: 5rem; justify-content: center; margin-bottom: 1.4rem; width: 5rem; }
.order-success h2 { margin-bottom: 1rem; }
.order-success p:not(.eyebrow) { color: var(--muted); line-height: 1.7; margin: 0 auto 2rem; max-width: 480px; }
.policies-dialog { max-width: 760px; padding: clamp(2.5rem, 6vw, 5rem); }
.policies-dialog h2 { margin-bottom: 2rem; }
.policy-document { border-top: 1px solid var(--line); padding: 1.4rem 0; }
.policy-document h3 { font: 600 1.45rem 'Playfair Display', serif; }
.policy-document p { color: var(--muted); line-height: 1.7; white-space: pre-line; }
.order-picker { display: block; font-size: .73rem; font-weight: 700; margin: 1.5rem 0; }
.order-picker select { background: #fff; border: 1px solid var(--line); display: block; margin-top: .4rem; min-height: 48px; padding: .75rem; width: 100%; }
.order-help-head { align-items: start; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 1rem 0; }
.order-help-head strong { font: 500 .82rem 'DM Mono', monospace; }
.order-help-head span { background: var(--cream); font: 500 .62rem 'DM Mono', monospace; padding: .45rem .55rem; text-transform: uppercase; }
.return-form { border-top: 1px solid var(--line); margin-top: 1.5rem; padding-top: 1.2rem; }
.return-choice { align-items: start; display: grid; gap: .7rem; grid-template-columns: auto 1fr 150px; padding: .75rem 0; }
.return-choice strong { display: block; font-size: .78rem; }
.return-choice small { color: var(--muted); }
.return-choice select { background: #fff; border: 1px solid var(--line); min-height: 38px; padding: .45rem; width: 100%; }
.return-form textarea { background: #fff; border: 1px solid var(--line); display: block; margin: .5rem 0 1rem; min-height: 80px; padding: .7rem; width: 100%; }
.toast { background: var(--ink); bottom: 1.2rem; color: #fff; font-size: .78rem; left: 50%; padding: .9rem 1.2rem; position: fixed; transform: translateX(-50%); z-index: 100; }
.cart-row.is-pending { opacity: .72; }
.sync-label { color: var(--rust) !important; font: 500 .6rem 'DM Mono', monospace !important; letter-spacing: .04em; text-transform: uppercase; }
.consent-banner { align-items: center; background: var(--paper); border: 1px solid var(--line); bottom: 1rem; box-shadow: var(--shadow); display: grid; gap: 1.5rem; grid-template-columns: 1fr auto; left: 1rem; max-width: 980px; padding: clamp(1.2rem, 3vw, 2rem); position: fixed; right: 1rem; z-index: 110; }
.consent-banner h2 { font-size: clamp(1.55rem, 3vw, 2.6rem); }
.consent-banner p:not(.eyebrow), .consent-intro { color: var(--muted); font-size: .83rem; line-height: 1.6; margin-bottom: 0; max-width: 650px; }
.consent-banner-actions { display: flex; flex-wrap: wrap; gap: .65rem; justify-content: flex-end; }
.consent-dialog { background: var(--paper); border: 0; box-shadow: var(--shadow); color: var(--ink); max-width: 720px; padding: clamp(2rem, 5vw, 4rem); width: calc(100% - 2rem); }
.consent-dialog::backdrop { background: rgba(10,22,18,.64); }
.consent-dialog h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
.consent-options { border-top: 1px solid var(--line); margin-top: 2rem; }
.consent-options > div, .consent-options > label { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 1rem; justify-content: space-between; padding: 1rem 0; }
.consent-options strong { display: block; font-size: .85rem; }
.consent-options p { color: var(--muted); font-size: .72rem; margin: .25rem 0 0; }
.consent-options input { accent-color: var(--rust); height: 1.25rem; width: 1.25rem; }
.always-on { background: var(--cream); font: 500 .62rem 'DM Mono', monospace; padding: .45rem .55rem; text-transform: uppercase; white-space: nowrap; }
.consent-actions { align-items: center; display: flex; gap: 1rem; margin-top: 1.5rem; }
.legal-header { position: relative; }
.legal-layout { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); }
.legal-summary { align-self: start; background: var(--ink); color: white; min-height: calc(100vh - 77px); padding: clamp(3rem,7vw,7rem) clamp(1.25rem,6vw,6rem); position: sticky; top: 0; }
.legal-summary h1 { font-size: clamp(3.5rem,7vw,6.5rem); }
.legal-summary > p:not(.eyebrow) { color: #cfddd2; line-height: 1.7; margin: 2rem 0; }
.legal-documents { margin: auto; max-width: 920px; padding: clamp(2.5rem,7vw,7rem) clamp(1.25rem,6vw,6rem); width: 100%; }
.legal-documents article { border-top: 1px solid var(--line); padding: 4rem 0; scroll-margin-top: 2rem; }
.legal-documents article:first-of-type { border-top: 0; }
.legal-documents h2 { font-size: clamp(2.6rem,5vw,4.5rem); margin-bottom: 2rem; }
.legal-documents h3 { font-size: 1rem; margin: 2rem 0 .5rem; }
.legal-documents p { color: #43534c; font-size: .93rem; line-height: 1.8; }
.launch-notice { background: var(--gold); padding: 1.25rem; }
.launch-notice strong { font-size: .8rem; text-transform: uppercase; }
.launch-notice p { color: var(--ink); margin: .4rem 0 0; }

@media (max-width: 900px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalogue-tools { grid-template-columns: 1fr 1fr; }
  .filter-block { grid-column: 1 / -1; grid-row: 2; }
  .story-section { grid-template-columns: 1fr; }
  blockquote { min-height: 280px; }
  .product-dialog-grid, .checkout-layout { grid-template-columns: 1fr; }
  .product-dialog-visual { min-height: 380px; }
  .checkout-summary { grid-row: 1; padding: 2rem 4rem; }
  .consent-banner { align-items: start; grid-template-columns: 1fr; }
  .consent-banner-actions { justify-content: flex-start; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-summary { min-height: auto; position: static; }
}

@media (max-width: 720px) {
  .announcement { font-size: .58rem; }
  .site-header { grid-template-columns: 1fr auto auto; min-height: 66px; padding: 0 1.1rem; }
  .main-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; left: 0; padding: 1.5rem; position: absolute; right: 0; top: 66px; }
  .main-nav.is-open { display: grid; gap: 1rem; }
  .menu-button { background: none; border: 0; display: block; font: 800 .7rem Manrope, sans-serif; letter-spacing: .06em; margin-right: 1rem; text-transform: uppercase; }
  .hero { background-position: 61% center; min-height: 620px; padding-top: 5rem; }
  .hero-caption { gap: 1rem; }
  .intro-strip, .section-heading, .visit-section { align-items: start; flex-direction: column; }
  .intro-strip { gap: 1rem; }
  .intro-strip div { flex-wrap: wrap; }
  .section-heading { gap: 1.5rem; margin-bottom: 2.4rem; }
  .catalogue-tools { display: block; }
  .catalogue-tools > * { margin-bottom: 1rem; }
  .product-grid { gap: .8rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-meta { display: block; }
  .product-meta > span { display: block; margin-top: .45rem; }
  .story-card { padding-bottom: 4rem; }
  footer { align-items: start; flex-direction: column; gap: 1.2rem; }
  footer nav { gap: .9rem 1.2rem; }
  .cart-drawer { padding: 1.15rem; }
  .form-grid.two { grid-template-columns: 1fr; }
  .form-grid .span-two { grid-column: auto; }
  .choice-row { display: grid; }
  .checkout-layout > section { padding: 3.5rem 1.2rem 2rem; }
  .checkout-summary { padding: 3.5rem 1.2rem 1.5rem; }
  .product-dialog-copy { padding: 3.5rem 1.2rem 2rem; }
  .variant-list { grid-template-columns: repeat(2, 1fr); }
  .return-choice { grid-template-columns: auto 1fr; }
  .return-choice select { grid-column: 2; }
  .consent-banner { bottom: .5rem; left: .5rem; right: .5rem; }
  .consent-banner-actions .button { flex: 1; }
  .legal-header .main-nav { display: none; }
}

@media (max-width: 420px) {
  h1 { font-size: 3.15rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { aspect-ratio: 1; }
}

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