:root {
  --ink: #171915;
  --muted: #62665f;
  --paper: #f7f4ed;
  --white: #fffef9;
  --forest: #17382f;
  --forest-2: #275648;
  --red: #c43c22;
  --blue: #2457d6;
  --yellow: #f3c84b;
  --line: #d9d8d0;
  --soft: #eceae2;
  --shadow: 0 18px 50px rgba(23, 25, 21, 0.12);
  --max: 1380px;
  --header-height: 76px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 0.98; }
h1 { font-size: 78px; }
h2 { font-size: 50px; }
h3 { font-size: 19px; line-height: 1.25; }
p { color: var(--muted); }
svg { width: 20px; height: 20px; stroke-width: 1.8; }

:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; background: var(--white); border: 2px solid var(--ink); }
.skip-link:focus { top: 16px; }

.announcement { min-height: 34px; display: grid; place-items: center; background: var(--ink); color: var(--white); padding: 6px 22px; }
.announcement p { display: flex; align-items: center; gap: 34px; margin: 0; color: inherit; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.announcement span { position: relative; }
.announcement span + span::before { content: ""; position: absolute; left: -18px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--yellow); }

.site-header { position: sticky; top: 0; z-index: 40; height: var(--header-height); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); background: rgba(247, 244, 237, 0.94); border-bottom: 1px solid rgba(23, 25, 21, 0.16); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { position: relative; display: grid; grid-template-columns: 1fr 1fr; width: 38px; height: 38px; color: var(--white); background: var(--forest); overflow: hidden; }
.brand-mark::after { content: ""; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,.28); }
.brand-mark b { display: grid; place-items: center; font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.brand-name { font-family: Georgia, serif; font-size: 22px; line-height: 1; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: 36px; height: 100%; }
.desktop-nav a { position: relative; display: grid; place-items: center; height: 100%; font-size: 14px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: 17px; width: 0; height: 2px; background: var(--red); transition: width .2s ease, left .2s ease; }
.desktop-nav a:hover::after { left: 0; width: 100%; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 5px; }
.icon-button { position: relative; display: inline-grid; place-items: center; width: 42px; height: 42px; padding: 0; color: inherit; background: transparent; border: 0; }
.icon-button:hover { background: var(--soft); }
.bag-count { position: absolute; top: 2px; right: 1px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 9px; color: var(--white); background: var(--red); font-size: 10px; font-weight: 700; }
.mobile-menu-button { display: none; }

.mobile-menu { position: fixed; inset: 0; z-index: 100; padding: 20px; color: var(--white); background: var(--forest); }
.mobile-menu-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.22); }
.mobile-menu .icon-button:hover { background: rgba(255,255,255,.12); }
.mobile-menu nav { display: grid; margin-top: 18px; }
.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-family: Georgia, serif; font-size: 29px; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 700; line-height: 1.2; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--forest-2); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--red); }
.button-outline { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-outline:hover { color: var(--white); background: var(--ink); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.text-link svg { width: 16px; height: 16px; }
.light-link { color: var(--white); }
.text-button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; }
.eyebrow { margin-bottom: 16px; color: inherit; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.hero { position: relative; min-height: calc(100vh - 110px); max-height: 880px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--forest); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,24,20,.84) 0%, rgba(12,24,20,.56) 38%, rgba(12,24,20,.06) 72%); }
.hero-content { position: relative; z-index: 1; width: min(680px, calc(100% - 48px)); margin-left: max(24px, calc((100vw - var(--max)) / 2)); padding: 70px 0 105px; }
.hero-content h1 { max-width: 640px; margin-bottom: 24px; font-size: 86px; }
.hero-content > p:not(.eyebrow) { max-width: 560px; margin-bottom: 30px; color: rgba(255,255,255,.9); font-size: 19px; }
.hero-scroll { position: absolute; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 34px; z-index: 2; display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.hero-scroll:hover { color: var(--ink); background: var(--white); }

.service-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max); margin: 0 auto; border-inline: 1px solid var(--line); }
.service-strip > div { display: flex; gap: 14px; align-items: center; min-height: 110px; padding: 20px 26px; border-right: 1px solid var(--line); }
.service-strip > div:last-child { border-right: 0; }
.service-strip svg { flex: 0 0 auto; width: 25px; height: 25px; color: var(--forest); }
.service-strip span { display: grid; color: var(--muted); font-size: 12px; line-height: 1.45; }
.service-strip strong { color: var(--ink); font-size: 14px; }

.section { max-width: var(--max); margin: 0 auto; padding: 110px 32px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 40px; }
.section-heading h2 { margin: 0; }
.category-grid { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 16px; }
.category-tile { position: relative; min-height: 520px; overflow: hidden; color: var(--white); background: var(--ink); border-radius: 4px; }
.category-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.category-tile::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(11,14,12,.8)); }
.category-tile:hover img { transform: scale(1.035); }
.category-tile span { position: absolute; inset: auto 24px 24px; z-index: 2; display: grid; grid-template-columns: auto 1fr auto; gap: 4px 12px; align-items: center; }
.category-tile small { grid-row: span 2; align-self: start; margin-top: 5px; font-size: 11px; }
.category-tile b { font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.1; }
.category-tile em { grid-column: 2; color: rgba(255,255,255,.82); font-size: 13px; font-style: normal; }
.category-tile svg { grid-row: 1 / span 2; grid-column: 3; width: 25px; height: 25px; }

.finder-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; padding: 90px max(32px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--blue); }
.finder-band p { color: rgba(255,255,255,.82); }
.finder-copy h2 { max-width: 600px; margin-bottom: 22px; }
.finder-controls { border-top: 1px solid rgba(255,255,255,.45); }
.finder-controls button { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 72px; padding: 16px 4px; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.32); text-align: left; font-family: Georgia, serif; font-size: 23px; }
.finder-controls button:hover, .finder-controls button[aria-pressed="true"] { padding-left: 14px; color: var(--ink); background: var(--yellow); }
.finder-result { min-height: 80px; margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; color: var(--ink); background: var(--white); font-size: 14px; font-weight: 700; }
.finder-result a { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid; }

.principle-section { display: grid; grid-template-columns: .38fr 1fr .86fr; gap: 64px; align-items: start; }
.principle-number { width: max-content; padding: 8px 10px; color: var(--white); background: var(--red); font-size: 12px; font-weight: 700; }
.principle-copy h2 { max-width: 620px; margin-bottom: 28px; }
.principle-copy > p:not(.eyebrow) { max-width: 600px; margin-bottom: 30px; font-size: 18px; }
.principle-list { border-top: 1px solid var(--ink); }
.principle-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.principle-list span { color: var(--red); font-size: 12px; font-weight: 700; }
.principle-list p { margin: 0; font-size: 14px; }
.principle-list strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 16px; }

.source-band { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 95px max(32px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--forest); }
.source-band h2 { max-width: 600px; margin: 0; }
.source-band > div:last-child { max-width: 560px; align-self: end; }
.source-band p { color: rgba(255,255,255,.77); font-size: 17px; }

.newsletter { max-width: 860px; margin: 0 auto; padding: 110px 32px 125px; text-align: center; }
.newsletter h2 { margin-bottom: 18px; }
.newsletter > p:not(.eyebrow) { max-width: 590px; margin: 0 auto 32px; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; max-width: 670px; margin: 0 auto; text-align: left; }
.newsletter-form input[type="email"] { width: 100%; min-height: 50px; padding: 0 15px; background: var(--white); border: 1px solid var(--ink); border-right: 0; border-radius: 3px 0 0 3px; }
.newsletter-form .button { border-radius: 0 3px 3px 0; }
.consent { display: flex !important; align-items: flex-start; gap: 10px; grid-column: 1 / -1; margin-top: 13px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--forest); }
.form-status { grid-column: 1 / -1; min-height: 22px; margin: 12px 0 0; color: var(--forest); font-size: 13px; font-weight: 700; }

.page-hero { max-width: var(--max); margin: 0 auto; padding: 125px 32px 95px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 940px; margin-bottom: 30px; }
.page-hero > p:not(.eyebrow) { max-width: 690px; margin-bottom: 0; font-size: 19px; }
.shop-hero { position: relative; overflow: hidden; }
.shop-hero::after { content: "FH"; position: absolute; right: 18px; bottom: -88px; color: rgba(36,87,214,.1); font-family: Georgia, serif; font-size: 310px; line-height: 1; pointer-events: none; }
.coming-grid { padding-top: 85px; }
.launch-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 90px max(32px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--red); }
.launch-panel p { color: rgba(255,255,255,.86); }
.launch-panel h2 { max-width: 560px; }
.launch-panel > div:last-child { max-width: 570px; }
.about-hero { color: var(--white); background: var(--forest); max-width: none; padding-inline: max(32px, calc((100vw - var(--max)) / 2)); }
.about-hero p { color: rgba(255,255,255,.82); }
.story-layout { display: grid; grid-template-columns: .55fr 1fr; gap: 90px; }
.story-aside { display: grid; align-content: start; }
.story-aside span { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.story-layout article { max-width: 760px; }
.story-layout article h2 { margin-bottom: 35px; }
.story-layout article p { font-family: Georgia, serif; font-size: 21px; line-height: 1.65; }
.story-layout blockquote { margin: 50px 0; padding-left: 26px; border-left: 6px solid var(--yellow); font-family: Georgia, serif; font-size: 45px; line-height: 1.05; }
.values-band { display: grid; grid-template-columns: repeat(3, 1fr); color: var(--white); background: var(--blue); }
.values-band > div { min-height: 300px; padding: 55px max(32px, calc((100vw - var(--max)) / 6)); border-right: 1px solid rgba(255,255,255,.28); }
.values-band > div:last-child { border-right: 0; }
.values-band span { display: block; margin-bottom: 52px; font-size: 12px; font-weight: 700; }
.values-band h2 { margin-bottom: 18px; font-size: 42px; }
.values-band p { color: rgba(255,255,255,.83); }
.company-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.company-card dl { margin: 0; border-top: 1px solid var(--ink); }
.company-card dl > div { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.company-card dt { color: var(--muted); font-size: 13px; }
.company-card dd { margin: 0; font-weight: 700; }

.contact-hero { color: var(--ink); background: var(--yellow); max-width: none; padding-inline: max(32px, calc((100vw - var(--max)) / 2)); }
.contact-hero p { color: rgba(23,25,21,.75); }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.contact-details h2 { margin-bottom: 40px; font-size: 40px; }
.contact-details > div { display: grid; grid-template-columns: 32px 1fr; gap: 14px; padding: 22px 0; border-top: 1px solid var(--line); }
.contact-details > div:last-child { border-bottom: 1px solid var(--line); }
.contact-details small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.contact-details p { margin: 0; color: var(--ink); }
.contact-details a { border-bottom: 1px solid; font-weight: 700; }
.contact-details em { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; font-style: normal; }
.contact-form { padding: 38px; background: var(--white); border: 1px solid var(--line); border-radius: 4px; }
.contact-form label:not(.consent) { display: grid; gap: 8px; margin-bottom: 20px; font-size: 13px; font-weight: 700; }
.contact-form label small { color: var(--muted); font-weight: 400; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; background: var(--paper); border: 1px solid #b8bbb4; border-radius: 3px; }
.contact-form .consent input { flex: 0 0 17px; width: 17px; height: 17px; padding: 0; }
.contact-form .consent span { min-width: 0; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form .button { margin-top: 24px; }

.compact-hero { padding-bottom: 70px; }
.faq-layout { display: grid; grid-template-columns: 240px 1fr; gap: 80px; padding-top: 75px; }
.faq-layout > aside { position: sticky; top: 105px; align-self: start; display: grid; gap: 7px; }
.faq-layout > aside p, .policy-layout > aside p { margin-bottom: 9px; color: var(--ink); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.faq-layout > aside a, .policy-layout > aside a { color: var(--muted); font-size: 14px; }
.faq-layout > aside a:hover, .policy-layout > aside a:hover { color: var(--red); }
.faq-list { max-width: 860px; }
.faq-list h2 { margin: 65px 0 20px; font-size: 36px; }
.faq-list h2:first-child { margin-top: 0; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-of-type { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details div { padding: 0 40px 23px 0; }
.faq-list details p { margin: 0; }
.faq-list details a { border-bottom: 1px solid; }

.policy-hero { max-width: 1040px; margin: 0 auto; padding: 105px 32px 70px; text-align: center; }
.policy-hero h1 { margin-bottom: 24px; font-size: 68px; }
.policy-hero > p:not(.eyebrow) { max-width: 720px; margin: 0 auto 18px; font-size: 18px; }
.policy-hero > span { color: var(--muted); font-size: 12px; }
.policy-layout { display: grid; grid-template-columns: 250px minmax(0, 790px); justify-content: center; gap: 80px; max-width: var(--max); margin: 0 auto; padding: 50px 32px 120px; border-top: 1px solid var(--line); }
.policy-layout > aside { position: sticky; top: 105px; align-self: start; display: grid; gap: 9px; }
.policy-layout article > section { padding: 0 0 40px; margin: 0 0 42px; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.policy-layout article h2 { margin-bottom: 24px; font-size: 33px; }
.policy-layout article h3 { margin-top: 28px; }
.policy-layout article p, .policy-layout article li { color: #4e534d; font-size: 16px; line-height: 1.75; }
.policy-layout article a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.policy-layout article li + li { margin-top: 8px; }
.policy-layout article strong { color: var(--ink); }
.cancellation-form { padding: 32px !important; background: var(--white); border: 1px solid var(--ink) !important; }

.not-found { min-height: 65vh; display: grid; place-items: center; align-content: center; padding: 80px 24px; text-align: center; }
.not-found > span { color: var(--red); font-size: 14px; font-weight: 700; }
.not-found h1 { margin: 20px 0; font-size: 64px; }
.not-found .button-row { justify-content: center; margin-top: 22px; }

.site-footer { padding: 75px max(32px, calc((100vw - var(--max)) / 2)) 26px; color: var(--white); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 65px; }
.brand-light .brand-mark { color: var(--ink); background: var(--yellow); }
.footer-brand > p { max-width: 300px; margin: 22px 0; color: rgba(255,255,255,.62); }
.footer-email { border-bottom: 1px solid rgba(255,255,255,.65); font-weight: 700; }
.footer-top h2 { margin: 5px 0 22px; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-top > div:not(.footer-brand) a { color: rgba(255,255,255,.67); font-size: 14px; }
.footer-top > div:not(.footer-brand) a:hover { color: var(--white); }
.company-disclosure { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.company-disclosure p { margin: 3px 0; color: rgba(255,255,255,.58); font-size: 11px; }
.company-disclosure strong { color: rgba(255,255,255,.83); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; color: rgba(255,255,255,.56); font-size: 12px; }

.search-dialog { width: min(760px, calc(100vw - 32px)); max-height: calc(100vh - 80px); padding: 28px; color: var(--ink); background: var(--paper); border: 0; border-radius: 4px; box-shadow: var(--shadow); }
.search-dialog::backdrop { background: rgba(13,19,16,.72); backdrop-filter: blur(4px); }
.dialog-head, .drawer-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.dialog-head h2, .drawer-head h2 { margin: 0; font-size: 34px; }
.search-field { display: flex; align-items: center; gap: 10px; margin: 28px 0; padding: 0 14px; background: var(--white); border: 1px solid var(--ink); }
.search-field input { flex: 1; min-width: 0; height: 56px; background: transparent; border: 0; outline: 0; }
.search-results { display: grid; }
.search-results .eyebrow { margin-bottom: 4px; }
.search-results a { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 22px; }
.search-results p[data-empty] { padding: 25px 0; }

.cart-drawer { position: fixed; top: 0; right: 0; z-index: 110; visibility: hidden; width: min(430px, 100vw); height: 100%; padding: 24px; background: var(--paper); pointer-events: none; transform: translateX(101%); transition: transform .3s ease, visibility 0s linear .3s; }
.cart-drawer.open { visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
.cart-empty { min-height: calc(100% - 150px); display: grid; place-items: center; align-content: center; padding: 40px 18px; text-align: center; }
.cart-empty > svg { width: 36px; height: 36px; margin-bottom: 20px; color: var(--red); }
.cart-empty h3 { max-width: 280px; margin-bottom: 10px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.cart-empty p { max-width: 300px; }
.cart-empty .button { margin-top: 12px; }
.delivery-note { display: flex; gap: 12px; padding: 16px; background: var(--soft); font-size: 12px; }
.delivery-note svg { flex: 0 0 auto; }
.scrim { position: fixed; inset: 0; z-index: 90; background: rgba(13,19,16,.62); }

.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 150; display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: end; max-width: 940px; margin: 0 auto; padding: 24px; color: var(--ink); background: var(--white); border: 1px solid var(--ink); box-shadow: var(--shadow); }
.cookie-banner h2 { margin-bottom: 8px; font-family: Arial, sans-serif; font-size: 18px; font-weight: 700; }
.cookie-banner p { margin-bottom: 8px; font-size: 13px; }
.cookie-banner a { border-bottom: 1px solid; font-size: 12px; font-weight: 700; }
.cookie-actions { display: flex; gap: 8px; }

@media (max-width: 1100px) {
  h1 { font-size: 66px; }
  h2 { font-size: 44px; }
  .hero-content h1 { font-size: 72px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-tile-wide { grid-column: 1 / -1; min-height: 580px; }
  .service-strip { grid-template-columns: 1fr 1fr; }
  .service-strip > div:nth-child(2) { border-right: 0; }
  .service-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .principle-section { grid-template-columns: 90px 1fr; }
  .principle-list { grid-column: 2; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  :root { --header-height: 68px; }
  h1 { font-size: 54px; }
  h2 { font-size: 38px; }
  .announcement p { gap: 20px; }
  .announcement span + span::before { left: -11px; }
  .announcement span:last-child { display: none; }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 18px; }
  .desktop-nav { display: none; }
  .mobile-menu-button { display: inline-grid; }
  .brand-name { font-size: 20px; }
  .hero { min-height: 720px; max-height: none; align-items: end; }
  .hero > img { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(12,24,20,.91) 0%, rgba(12,24,20,.45) 58%, rgba(12,24,20,.06) 82%); }
  .hero-content { width: calc(100% - 40px); margin: 0 20px; padding: 260px 0 70px; }
  .hero-content h1 { font-size: 60px; }
  .hero-scroll { display: none; }
  .finder-band, .source-band, .launch-panel { grid-template-columns: 1fr; gap: 38px; }
  .principle-section { grid-template-columns: 1fr; gap: 30px; }
  .principle-list { grid-column: auto; }
  .story-layout, .company-card, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .story-aside { grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .values-band { grid-template-columns: 1fr; }
  .values-band > div { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .values-band span { margin-bottom: 28px; }
  .faq-layout, .policy-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-layout > aside, .policy-layout > aside { position: static; display: flex; flex-wrap: wrap; gap: 8px 18px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .faq-layout > aside p, .policy-layout > aside p { width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top > div:last-child { grid-column: auto; }
  .cookie-banner { grid-template-columns: 1fr; gap: 20px; }
  .cookie-actions { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  h1 { font-size: 43px; }
  h2 { font-size: 34px; }
  .announcement { padding-inline: 12px; }
  .announcement p { justify-content: center; gap: 17px; font-size: 10px; }
  .announcement span + span::before { left: -9px; }
  .site-header { padding-inline: 12px; }
  .brand { gap: 9px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 18px; }
  .header-actions { gap: 0; }
  .icon-button { width: 39px; height: 39px; }
  .header-actions .icon-button:first-child { display: none; }
  .hero { min-height: 660px; }
  .hero-content { padding-bottom: 44px; }
  .hero-content h1 { margin-bottom: 18px; font-size: 50px; }
  .hero-content > p:not(.eyebrow) { font-size: 16px; }
  .hero-content .button-row { align-items: flex-start; flex-direction: column; gap: 16px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip > div { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 74px 18px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-tile, .category-tile-wide { grid-column: auto; min-height: 460px; }
  .finder-band, .source-band, .launch-panel { padding: 70px 18px; }
  .finder-controls button { font-size: 19px; }
  .principle-section { gap: 26px; }
  .newsletter { padding: 75px 18px 85px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form input[type="email"] { border-right: 1px solid var(--ink); border-radius: 3px; }
  .newsletter-form .button { margin-top: 8px; border-radius: 3px; }
  .page-hero { padding: 76px 18px 58px; }
  .page-hero > p:not(.eyebrow) { font-size: 16px; }
  .shop-hero::after { right: -30px; bottom: -35px; font-size: 170px; }
  .story-aside { grid-template-columns: 1fr; }
  .story-layout article p { font-size: 18px; }
  .story-layout blockquote { font-size: 34px; }
  .company-card dl > div { grid-template-columns: 1fr; gap: 4px; }
  .contact-form { padding: 22px 16px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .policy-hero { padding: 72px 18px 48px; text-align: left; }
  .policy-hero h1 { font-size: 46px; }
  .policy-layout { padding: 35px 18px 80px; }
  .cancellation-form { padding: 22px !important; }
  .site-footer { padding: 58px 18px 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand, .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .search-dialog { padding: 19px; }
  .dialog-head h2, .drawer-head h2 { font-size: 28px; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 18px; }
  .cookie-actions { display: grid; }
}

/* Commerce catalogue */
.hero { height: clamp(560px, calc(100svh - 150px), 820px); min-height: 0; max-height: none; }
.button-full { width: 100%; }
.button:disabled { cursor: not-allowed; transform: none; opacity: .5; }

.edit-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.edit-tile { position: relative; grid-column: span 4; min-height: 410px; overflow: hidden; color: var(--white); background: var(--ink); border-radius: 4px; }
.edit-tile:nth-child(n+4) { grid-column: span 6; min-height: 460px; }
.edit-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.edit-tile::after { content: ""; position: absolute; inset: 32% 0 0; background: linear-gradient(transparent, rgba(11,14,12,.86)); }
.edit-tile:hover img { transform: scale(1.025); }
.edit-tile > span { position: absolute; inset: auto 22px 22px; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; gap: 5px 12px; align-items: start; }
.edit-tile small { grid-row: 1 / span 2; padding-top: 5px; font-size: 11px; }
.edit-tile b { font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 400; line-height: 1.1; }
.edit-tile em { grid-column: 2; max-width: 430px; color: rgba(255,255,255,.8); font-size: 13px; font-style: normal; line-height: 1.45; }
.edit-tile svg { grid-column: 3; grid-row: 1 / span 2; width: 24px; height: 24px; }

.featured-products { border-top: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 16px; }
.product-card { min-width: 0; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.product-card-image { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: var(--soft); }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-card-image img { transform: scale(1.025); }
.product-label { position: absolute; left: 10px; top: 10px; max-width: calc(100% - 20px); padding: 6px 8px; color: var(--ink); background: rgba(255,254,249,.94); border: 1px solid rgba(23,25,21,.18); border-radius: 2px; font-size: 10px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.product-card-copy { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.product-card-copy > p { margin-bottom: 6px; color: var(--red); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.product-card-copy h3 { margin-bottom: 9px; font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 400; }
.product-card-copy h3 a:hover { color: var(--blue); }
.product-card-short { display: block; flex: 1; margin-bottom: 18px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.product-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.product-card-bottom strong { font-size: 16px; }
.quick-add { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 72px; min-height: 38px; padding: 7px 10px; color: var(--white); background: var(--forest); border: 0; border-radius: 2px; font-size: 12px; font-weight: 700; }
.quick-add:hover { background: var(--red); }
.quick-add svg { width: 16px; height: 16px; }

.collection-hero { padding: 94px max(32px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--forest); }
.collection-hero > p { color: var(--yellow); }
.collection-hero > div { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.collection-hero h1 { max-width: 840px; margin: 0; font-size: 70px; }
.collection-hero > div p { max-width: 520px; margin: 0; color: rgba(255,255,255,.78); font-size: 18px; }
.collection-shell { padding-top: 44px; }
.collection-toolbar { position: sticky; top: var(--header-height); z-index: 20; margin: 0 -1px 18px; padding: 14px 0; background: rgba(247,244,237,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.filter-scroll { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 12px; scrollbar-width: thin; }
.filter-scroll button { flex: 0 0 auto; min-height: 38px; padding: 7px 11px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 3px; font-size: 12px; font-weight: 700; }
.filter-scroll button span { margin-left: 4px; color: inherit; opacity: .65; }
.filter-scroll button:hover, .filter-scroll button[aria-pressed="true"] { color: var(--white); background: var(--forest); border-color: var(--forest); }
.collection-actions { display: grid; grid-template-columns: minmax(220px, 1fr) 220px; gap: 10px; }
.collection-search, .sort-select { display: flex; align-items: center; min-height: 44px; padding: 0 12px; background: var(--white); border: 1px solid var(--line); border-radius: 3px; }
.collection-search svg, .sort-select svg { flex: 0 0 auto; width: 17px; height: 17px; color: var(--muted); }
.collection-search input, .sort-select select { width: 100%; min-width: 0; height: 42px; background: transparent; border: 0; outline: 0; font-size: 13px; }
.sort-select select { appearance: none; cursor: pointer; }
.collection-meta { display: flex; justify-content: space-between; align-items: center; min-height: 36px; margin-bottom: 18px; }
.collection-meta p { margin: 0; font-size: 13px; }
.collection-meta button { display: inline-flex; align-items: center; gap: 6px; padding: 4px 0; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid; font-size: 12px; }
.collection-meta button svg { width: 14px; height: 14px; }
.no-results { min-height: 390px; display: grid; place-items: center; align-content: center; text-align: center; }
.no-results > svg { width: 32px; height: 32px; color: var(--red); }
.no-results h2 { margin: 18px 0 8px; font-size: 34px; }
.no-results p { margin-bottom: 22px; }

.search-results { overflow-y: auto; max-height: calc(100vh - 245px); }
.search-results .search-product { display: grid; grid-template-columns: 58px 1fr auto; gap: 12px; padding: 10px 0; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.search-product img { width: 58px; height: 58px; object-fit: cover; background: var(--soft); }
.search-product span { display: grid; gap: 3px; }
.search-product b { align-self: end; }
.search-product small { color: var(--muted); }

.product-section { padding-top: 34px; }
.breadcrumbs { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs svg { width: 13px; height: 13px; }
.breadcrumbs span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: 70px; align-items: start; }
.product-main-image { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.product-main-image img { width: 100%; height: 100%; object-fit: cover; }
.product-main-image > span { position: absolute; left: 14px; top: 14px; padding: 7px 9px; background: var(--yellow); border-radius: 2px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.product-thumbnails { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.product-thumbnails button { aspect-ratio: 1; padding: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 2px; }
.product-thumbnails button[aria-pressed="true"] { border: 2px solid var(--ink); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.product-buybox { position: sticky; top: calc(var(--header-height) + 30px); }
.product-category-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 18px; color: var(--red); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.product-category-link svg { width: 14px; height: 14px; }
.product-buybox h1 { margin-bottom: 20px; font-size: 58px; }
.product-hook { margin-bottom: 25px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.42; }
.product-price { display: flex; align-items: baseline; gap: 8px; }
.product-price strong { font-size: 25px; }
.product-price span { color: var(--muted); font-size: 11px; }
.price-note { margin: 4px 0 22px; font-size: 12px; }
.benefit-list { display: grid; gap: 10px; margin: 0 0 25px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.benefit-list li { display: grid; grid-template-columns: 20px 1fr; gap: 9px; font-size: 14px; }
.benefit-list svg { width: 18px; height: 18px; color: var(--forest); }
.buy-controls { display: grid; grid-template-columns: 126px 1fr; gap: 10px; }
.quantity-control { display: grid; gap: 5px; }
.quantity-control > span:first-child { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.quantity-stepper { display: grid; grid-template-columns: 36px 1fr 36px; height: 50px; background: var(--white); border: 1px solid var(--ink); border-radius: 3px; }
.quantity-stepper button { display: grid; place-items: center; padding: 0; background: transparent; border: 0; }
.quantity-stepper button:hover { background: var(--soft); }
.quantity-stepper svg { width: 15px; height: 15px; }
.quantity-stepper input { min-width: 0; width: 100%; padding: 0; text-align: center; background: transparent; border: 0; appearance: textfield; }
.quantity-stepper input::-webkit-inner-spin-button { display: none; }
.add-to-basket { align-self: end; }
.decision-notes { display: grid; margin-top: 24px; border-top: 1px solid var(--line); }
.decision-notes > div { display: grid; grid-template-columns: 24px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.decision-notes svg { width: 20px; height: 20px; color: var(--blue); }
.decision-notes span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.decision-notes strong { display: block; color: var(--ink); font-size: 13px; }

.product-story-band { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 90px max(32px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--blue); }
.product-story-band h2 { max-width: 650px; margin: 0; }
.product-story-band > div:last-child { max-width: 600px; align-self: end; }
.product-story-band p { color: rgba(255,255,255,.82); font-size: 18px; }
.product-details { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.product-details-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 30px; font-size: 17px; }
.included-note { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid var(--line); }
.included-note > span { display: grid; place-items: center; width: 32px; height: 32px; color: var(--white); background: var(--forest); }
.included-note p { margin: 0; font-size: 13px; }
.included-note strong { display: block; color: var(--ink); font-size: 14px; }
.product-details dl { margin: 0; border-top: 1px solid var(--ink); }
.product-details dl > div { display: grid; grid-template-columns: minmax(120px, .45fr) 1fr; gap: 25px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.product-details dt { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.product-details dd { margin: 0; font-size: 14px; }
.product-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; padding-top: 20px; }
.product-faq .faq-list { max-width: none; }
.recommendations { border-top: 1px solid var(--line); }

.cart-drawer { display: flex; flex-direction: column; }
.cart-drawer-body { flex: 1; min-height: 0; overflow-y: auto; margin: 18px -8px 0 0; padding-right: 8px; }
.cart-drawer-summary { padding: 16px 0; border-top: 1px solid var(--ink); }
.cart-drawer-summary > div { display: flex; justify-content: space-between; margin-bottom: 4px; }
.cart-drawer-summary > p { margin: 0 0 13px; font-size: 12px; }
.cart-lines { display: grid; }
.cart-line { display: grid; grid-template-columns: 130px 1fr auto; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-line-image { align-self: start; aspect-ratio: 1; overflow: hidden; background: var(--soft); }
.cart-line-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-line-copy > p { margin-bottom: 4px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.25; }
.cart-line-copy > span { color: var(--muted); font-size: 13px; }
.cart-line > strong { font-size: 14px; white-space: nowrap; }
.cart-line-controls { display: flex; align-items: center; gap: 3px; margin-top: 14px; }
.cart-line-controls button { display: grid; place-items: center; min-width: 30px; height: 30px; padding: 0; background: var(--white); border: 1px solid var(--line); }
.cart-line-controls button:hover { border-color: var(--ink); }
.cart-line-controls svg { width: 13px; height: 13px; }
.cart-line-controls output { min-width: 28px; text-align: center; font-size: 12px; }
.cart-line-controls .cart-remove { display: inline-block; width: auto; margin-left: 8px; padding: 0 5px; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid; font-size: 11px; }
.cart-line-compact { grid-template-columns: 82px 1fr; gap: 12px; padding: 14px 0; }
.cart-line-compact .cart-line-copy > p { font-size: 16px; }
.cart-line-compact .cart-remove { display: grid; min-width: 30px; padding: 0; border: 0; }
.cart-line-compact .cart-line-controls { margin-top: 8px; }
.delivery-note { flex: 0 0 auto; }

.cart-hero { background: var(--yellow); }
.cart-page { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: 70px; align-items: start; padding-top: 60px; }
.cart-page-items .cart-empty { min-height: 400px; border: 1px solid var(--line); }
.cart-page-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--ink); }
.cart-page-heading h2 { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 700; }
.cart-page-heading a { display: inline-flex; align-items: center; gap: 7px; border-bottom: 1px solid; font-size: 12px; font-weight: 700; }
.cart-page-heading svg { width: 14px; height: 14px; }
.order-summary { position: sticky; top: calc(var(--header-height) + 25px); padding: 28px; background: var(--white); border: 1px solid var(--ink); border-radius: 4px; }
.order-summary h2 { margin-bottom: 24px; font-size: 31px; }
.order-summary dl { margin: 0 0 14px; }
.order-summary dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.order-summary dd { margin: 0; font-weight: 700; }
.order-summary .order-total { padding: 18px 0; color: var(--ink); font-size: 17px; }
.order-summary > p:not(.eyebrow) { font-size: 12px; }
.checkout-status { margin: 10px 0 18px; text-align: center; }
.summary-support { display: grid; grid-template-columns: 24px 1fr; gap: 10px; padding-top: 17px; border-top: 1px solid var(--line); }
.summary-support span { font-size: 12px; }
.summary-support strong { display: block; }
.summary-support a { border-bottom: 1px solid; }

@media (max-width: 1100px) {
  .edit-tile { grid-column: span 6; }
  .edit-tile:nth-child(n+4) { grid-column: span 6; min-height: 410px; }
  .edit-tile:last-child { grid-column: 4 / span 6; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-layout { grid-template-columns: minmax(0, 1fr) minmax(350px, .78fr); gap: 44px; }
  .product-buybox h1 { font-size: 48px; }
  .product-story-band, .product-details, .product-faq { gap: 55px; }
}

@media (max-width: 820px) {
  .hero { height: clamp(560px, calc(100svh - 135px), 720px); min-height: 0; }
  .edit-tile, .edit-tile:nth-child(n+4), .edit-tile:last-child { grid-column: span 6; min-height: 360px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-hero > div, .product-story-band, .product-details, .product-faq { grid-template-columns: 1fr; gap: 35px; }
  .collection-hero h1 { font-size: 56px; }
  .collection-actions { grid-template-columns: 1fr 200px; }
  .product-layout { grid-template-columns: 1fr; }
  .product-buybox { position: static; }
  .buy-controls { position: sticky; bottom: 0; z-index: 12; padding: 10px 0; background: var(--paper); box-shadow: 0 -10px 18px rgba(247,244,237,.94); }
  .product-gallery { max-width: 680px; margin: 0 auto; }
  .product-details-copy { max-width: 650px; }
  .cart-page { grid-template-columns: 1fr; }
  .order-summary { position: static; }
}

@media (max-width: 560px) {
  .header-actions .icon-button:first-child { display: inline-grid; }
  .icon-button { width: 44px; height: 44px; }
  .hero { height: clamp(560px, calc(100svh - 118px), 650px); min-height: 0; }
  .edit-grid { grid-template-columns: 1fr; }
  .edit-tile, .edit-tile:nth-child(n+4), .edit-tile:last-child { grid-column: auto; min-height: 390px; }
  .product-grid { gap: 10px; }
  .product-card-copy { padding: 11px; }
  .product-card-copy > p { font-size: 9px; }
  .product-card-copy h3 { font-size: 16px; }
  .product-card-short { display: none; }
  .product-card-bottom { margin-top: auto; }
  .product-card-bottom strong { font-size: 14px; }
  .quick-add { min-width: 44px; width: 44px; min-height: 44px; padding: 0; }
  .quick-add span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .product-label { left: 6px; top: 6px; padding: 4px 5px; font-size: 8px; }
  .collection-hero { padding: 65px 18px; }
  .collection-hero h1 { font-size: 43px; }
  .collection-hero > div p { font-size: 15px; }
  .collection-shell { padding-top: 20px; }
  .collection-toolbar { position: static; }
  .collection-actions { grid-template-columns: 1fr; }
  .product-section { padding-top: 22px; }
  .breadcrumbs span { max-width: 125px; }
  .product-buybox h1 { font-size: 42px; }
  .product-hook { font-size: 18px; }
  .buy-controls { grid-template-columns: 134px 1fr; }
  .quantity-stepper { grid-template-columns: 44px 1fr 44px; }
  .product-story-band { padding: 65px 18px; }
  .product-story-band p { font-size: 16px; }
  .product-details dl > div { grid-template-columns: 1fr; gap: 4px; }
  .cart-drawer { padding: 18px; }
  .cart-line { grid-template-columns: 92px 1fr; gap: 12px; }
  .cart-line > strong { grid-column: 2; }
  .cart-line-compact { grid-template-columns: 70px 1fr; }
  .cart-line-controls .cart-remove { margin-left: 3px; }
  .cart-line-controls button { min-width: 40px; height: 40px; }
  .filter-scroll button { min-height: 44px; }
  .cart-page { gap: 35px; }
  .order-summary { padding: 22px 18px; }
}

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