@font-face { font-family: "DM Sans"; src: url("fonts/dm-sans-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("fonts/dm-sans-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("fonts/dm-sans-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Prata"; src: url("fonts/prata-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }

:root {
  --ink: #281b15;
  --muted: #756458;
  --paper: #f4eee7;
  --paper-deep: #e9ded2;
  --white: #fffaf5;
  --silver: #bc9368;
  --silver-light: #eaded2;
  --silver-dark: #855d40;
  --line: #d9c9ba;
  --shadow: 0 24px 80px #3a241524;
  --header-height: 92px;
  --max: 1320px;
  --gutter: clamp(24px, 5.5vw, 80px);
  --serif: "Prata", Georgia, serif;
  --sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
::selection { background: var(--silver); color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
:focus-visible { outline: 2px solid var(--silver-dark); outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3 { hyphens: none; overflow-wrap: normal; text-wrap: balance; }
p { text-wrap: pretty; }
.shell { width: min(calc(100% - var(--gutter) * 2), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - var(--gutter) * 2), 820px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); background: var(--ink); color: white; padding: 10px 14px; }
.skip-link:focus { transform: none; }

/* A quiet, consistent frame around every page. */
.site-header { position: sticky; z-index: 80; top: 0; height: var(--header-height); border-bottom: 1px solid #d8c7b8cc; background: #f4eee7f2; backdrop-filter: blur(18px); }
.header-inner { width: min(calc(100% - var(--gutter) * 2), var(--max)); height: 100%; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { justify-self: center; display: inline-flex; align-items: center; gap: 10px; min-width: 0; font: 400 1.32rem/1 var(--serif); letter-spacing: .18em; }
.brand img { width: 56px; height: 56px; flex: 0 0 auto; object-fit: contain; }
.brand span { padding-top: 2px; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.icon-button, .language-button { display: inline-grid; place-items: center; border: 0; background: transparent; min-width: 44px; min-height: 44px; padding: 8px; }
.language-button { font-size: .72rem; letter-spacing: .12em; }
.menu-button { justify-self: start; display: inline-flex; align-items: center; gap: 14px; border: 0; background: transparent; min-height: 44px; min-width: 44px; padding: 0; text-transform: uppercase; letter-spacing: .16em; font-size: .69rem; }
.menu-lines, .menu-lines::before, .menu-lines::after { width: 24px; height: 1px; background: currentColor; content: ""; display: block; }
.menu-lines::before { transform: translateY(-6px); }
.menu-lines::after { transform: translateY(5px); width: 16px; transition: width .2s; }
.menu-button:hover .menu-lines::after { width: 24px; }
.cart-button { position: relative; }
.cart-count { position: absolute; top: 0; right: 0; display: grid; place-items: center; min-width: 17px; height: 17px; padding-inline: 4px; border-radius: 50%; background: var(--ink); color: white; font-size: .62rem; }
.preview-strip { min-height: 32px; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 7px 20px; background: var(--ink); color: #f7eee6; font-size: .66rem; line-height: 1.5; letter-spacing: .06em; text-align: center; }
.preview-dot { width: 4px; height: 4px; flex-shrink: 0; border-radius: 50%; background: #cfaa82; }

.button, .button-ghost { display: inline-flex; min-height: 50px; justify-content: center; align-items: center; gap: 16px; padding: 14px 24px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: .71rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; text-align: center; transition: background .2s, color .2s, border-color .2s; }
.button:hover { background: #5b3b2d; border-color: #5b3b2d; }
.button-arrow { gap: 38px; }
.button-arrow > :last-child { font-size: 1.1rem; line-height: 1; }
.button-ghost { background: transparent; color: var(--ink); }
.button-ghost:hover { background: var(--ink); color: var(--white); }
.button.is-disabled { background: #dee2db; border-color: #dee2db; color: #46554e; }
.button:disabled { opacity: .55; }
.text-link { display: inline-flex; align-items: center; gap: 28px; min-height: 44px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 500; letter-spacing: .06em; white-space: nowrap; }
.text-link > :last-child:not(:first-child) { font-size: 1.1rem; transition: transform .2s; }
.text-link:hover > :last-child:not(:first-child) { transform: translate(3px, -3px); }
.eyebrow { display: block; margin: 0 0 22px; color: var(--silver-dark); font-size: .64rem; font-weight: 500; letter-spacing: .19em; line-height: 1.7; text-transform: uppercase; }
h1 { margin: 0; font: 400 clamp(2.8rem, 5.4vw, 5.4rem)/1.16 var(--serif); letter-spacing: -.065em; }

/* The homepage is image-first: campaign, categories, editorial worlds, then products. */
.shell-wide { width: min(calc(100% - 32px), 1500px); margin-inline: auto; }
.campaign-hero { position: relative; isolation: isolate; min-height: clamp(650px, calc(100svh - 124px), 860px); overflow: hidden; background: #4b3024; color: var(--white); }
.campaign-hero-image { position: absolute; z-index: -3; top: 0; bottom: 0; left: 0; width: 280%; max-width: none; height: 100%; object-fit: cover; object-position: left center; transform: scale(1.002); transform-origin: left center; }
.campaign-hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #21140edf 0, #2e1d15a8 34%, #2b1a1326 63%, #21120b26 100%); }
.campaign-hero-copy { display: flex; min-height: inherit; width: min(100%, 1500px); margin-inline: auto; padding: clamp(90px, 12vh, 150px) var(--gutter) 118px; flex-direction: column; align-items: flex-start; justify-content: center; }
.campaign-hero .eyebrow { margin-bottom: 24px; color: #ead5c1; }
.campaign-hero h1 { max-width: 720px; color: #fffaf5; font-size: clamp(3.4rem, 6.8vw, 7rem); line-height: 1.02; letter-spacing: -.06em; text-shadow: 0 3px 28px #1c0d0752; }
.campaign-hero-copy > p:not(.eyebrow) { max-width: 540px; margin: 30px 0 34px; color: #f5e9df; font-size: clamp(.92rem, 1.1vw, 1.08rem); line-height: 1.82; }
.campaign-hero-actions { display: flex; align-items: center; gap: 28px; }
.button-light { border-color: #fff9f2; background: #fff9f2; color: var(--ink); }
.button-light:hover { border-color: #d9b48d; background: #d9b48d; color: #261710; }
.campaign-text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 50px; padding-inline: 2px; border-bottom: 1px solid #fff8ef9c; color: #fffaf5; font-size: .7rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.campaign-hero-caption { position: absolute; right: var(--gutter); bottom: 28px; left: var(--gutter); display: flex; justify-content: space-between; gap: 20px; color: #f1dfd0; font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }

.category-links-section { padding: clamp(58px, 7vw, 92px) 0; background: var(--white); text-align: center; }
.category-links-section .eyebrow { margin-bottom: 12px; }
.category-links-section h2, .editorial-heading h2, .brand-manifesto h2, .split-campaign-copy h2 { margin: 0; font: 400 clamp(2rem, 4vw, 4rem)/1.2 var(--serif); letter-spacing: -.05em; }
.category-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 34px; }
.category-pills a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 25px; border: 1px solid #bfa990; background: transparent; font-size: .7rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s; }
.category-pills a:first-child, .category-pills a:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }

.collection-worlds { padding: clamp(66px, 8vw, 110px) 0; }
.editorial-heading { width: min(calc(100% - var(--gutter) * 2), var(--max)); margin: 0 auto 38px; text-align: center; }
.editorial-heading .eyebrow { margin-bottom: 12px; }
.world-grid { display: grid; grid-template-columns: 1.24fr 1fr 1fr; gap: 14px; }
.world-card { position: relative; min-height: clamp(500px, 52vw, 700px); overflow: hidden; background: #6b4c3b; color: #fff; }
.world-card img { position: absolute; top: 0; bottom: 0; left: 0; width: 280%; max-width: none; height: 100%; object-fit: cover; object-position: left center; transform-origin: left center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.world-card:hover img { transform: scale(1.025); }
.world-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, #26140ad9 100%); }
.world-card-copy { position: absolute; right: clamp(24px, 3vw, 42px); bottom: clamp(26px, 4vw, 48px); left: clamp(24px, 3vw, 42px); display: grid; gap: 8px; }
.world-card-copy small { font-size: .61rem; letter-spacing: .16em; text-transform: uppercase; }
.world-card-copy strong { max-width: 340px; font: 400 clamp(1.55rem, 2.4vw, 2.65rem)/1.2 var(--serif); letter-spacing: -.035em; }
.world-card-copy > span { margin-top: 8px; font-size: .66rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }

.brand-manifesto { padding: clamp(86px, 10vw, 150px) 0; background: #fffaf5; text-align: center; }
.narrow-manifesto { max-width: 850px; }
.manifesto-mark { width: 118px; height: 118px; margin: 0 auto 30px; object-fit: contain; }
.brand-manifesto .eyebrow { margin-bottom: 16px; }
.brand-manifesto h2 { max-width: 780px; margin-inline: auto; }
.brand-manifesto > .shell > p:not(.eyebrow) { max-width: 660px; margin: 28px auto 25px; color: var(--muted); font-size: .96rem; line-height: 1.9; }

.split-campaign { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; background: #5d3b2d; color: #fffaf5; }
.split-campaign-media { position: relative; min-height: 680px; overflow: hidden; }
.split-campaign-media img { position: absolute; top: 0; bottom: 0; left: 0; width: 280%; max-width: none; height: 100%; object-fit: cover; object-position: left center; }
.split-campaign-copy { display: flex; padding: clamp(56px, 7vw, 112px); flex-direction: column; align-items: flex-start; justify-content: center; }
.split-campaign-copy .eyebrow { color: #e5c8ad; }
.split-campaign-copy h2 { max-width: 570px; font-size: clamp(2.5rem, 4.4vw, 4.8rem); }
.split-campaign-copy p:not(.eyebrow) { max-width: 530px; margin: 28px 0 34px; color: #f0dfd3; font-size: .94rem; line-height: 1.9; }

.home-products { background: var(--paper); }
.featured-grid .sample-badge, .featured-grid .product-photo-count { display: none; }
.featured-grid .product-info p { display: none; }
.service-notes { padding: 34px 0; border-top: 1px solid var(--line); background: #fffaf5; }
.service-note-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-note-grid > div { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 2px 16px; min-width: 0; padding: 13px clamp(20px, 3vw, 48px); border-left: 1px solid var(--line); }
.service-note-grid > div:first-child { border-left: 0; }
.service-note-grid span { grid-row: 1 / 3; color: #a57b57; font: 400 1.25rem/1 var(--serif); }
.service-note-grid strong { font-size: .69rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.service-note-grid p { margin: 0; color: var(--muted); font-size: .72rem; }
.service-note-grid a { text-decoration: underline; text-underline-offset: 4px; }

/* The image has open space on the left; the complete still life stays visible. */
.hero { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); isolation: isolate; min-height: min(660px, calc(100svh - 120px)); background: #e9e2d6; }
.hero-media { position: absolute; inset: 0; overflow: hidden; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #f4f0e9c9, #f4f0e975 35%, transparent 63%); pointer-events: none; }
.hero-copy { min-width: 0; align-self: center; padding: 75px 10px 84px max(var(--gutter), calc((100vw - var(--max)) / 2)); }
.hero h1 { text-wrap: initial; }
.hero h1 > span { display: block; }
.hero-title-accent { color: #586964; }
.hero-copy > p:not(.eyebrow) { max-width: 340px; margin: 26px 0 30px; color: #57615b; font-size: .88rem; line-height: 1.85; }
.hero-footnote { display: flex; align-items: center; gap: 10px; margin-top: 32px; font-size: .67rem; color: #58645e; }
.small-orbit { font-size: 1.35rem; line-height: 1; }
.hero-caption { position: absolute; right: var(--gutter); bottom: 25px; left: 56%; display: flex; justify-content: space-between; gap: 14px; font-size: .6rem; color: #4d5c52; }
.hero-caption > :last-child { text-transform: uppercase; letter-spacing: .1em; }
.collection-nav { border-bottom: 1px solid var(--line); background: var(--white); }
.collection-nav .shell { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); align-items: center; }
.collection-nav-label { font-size: .61rem; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.collection-nav a { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 26px; border-left: 1px solid var(--line); font: 400 1rem/1.5 var(--serif); transition: background .2s; }
.collection-nav a > :last-child { font: 400 .9rem/1 var(--sans); color: var(--muted); }
.collection-nav a:hover { background: var(--silver-light); }

.section { padding: clamp(56px, 7vw, 96px) 0; }
.section-compact { padding-block: 60px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.section-head > div { min-width: 0; }
.section-head .eyebrow { margin-bottom: 12px; }
.section-head h2, .story-copy h2, .editorial-copy h2 { margin: 0; font: 400 clamp(1.9rem, 3.1vw, 3rem)/1.25 var(--serif); letter-spacing: -.045em; }
.section-head > p, .section-head > div > p:not(.eyebrow) { max-width: 430px; margin: 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 22px; }
.product-card, .product-info { min-width: 0; }
.product-card { position: relative; padding: 0; background: transparent; }
.product-image { position: relative; aspect-ratio: 4/5; overflow: hidden; background: radial-gradient(circle at 50% 35%, #fffdfa 0, #f1e7dc 67%, #e4d5c6 100%); }
.product-image img { width: 100%; height: 100%; padding: 8px; object-fit: contain; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.product-card--full-artwork .product-image { background: #f5f3ee; }
.product-card--full-artwork .product-image img { padding: 0; }
.product-card--kijkhier .product-image { background: #e8ded4; }
.product-card--kijkhier .product-image img { width: 280%; max-width: none; padding: 0; object-fit: cover; object-position: left center; transform-origin: left center; }
.product-card--kijkhier .sample-badge, .product-card--kijkhier .product-photo-count { display: none; }
.product-card--info-card .product-image { background: #14201b; }
.product-card--info-card .product-image img { padding: 0; }
.product-card--cutout .product-image img { padding: clamp(18px, 7%, 36px); }
.product-card--price-pending .product-view { display: grid; grid-template-rows: auto minmax(0, 1fr); align-items: stretch; }
.product-card--price-pending .product-image img { min-height: 0; padding: 8px clamp(24px, 9%, 52px) clamp(20px, 7%, 42px); grid-row: 2; }
.product-card--price-pending .sample-badge, .product-card--price-pending .product-photo-count { display: none; }
.product-view { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; }
.product-view:focus-visible { outline-offset: -5px; }
.product-card:hover .product-image img { transform: scale(1.018); }
.sample-badge { position: absolute; top: 13px; left: 13px; padding: 4px 7px; background: #fdfcf9d9; color: #56645e; font-size: .56rem; letter-spacing: .06em; text-transform: uppercase; pointer-events: none; }
.product-photo-count { position: absolute; left: 13px; bottom: 15px; padding: 4px 7px; background: #14201bd9; color: #fff; font-size: .56rem; letter-spacing: .06em; text-transform: uppercase; pointer-events: none; }
.product-card-copy { display: grid; gap: 4px; padding: 14px 13px 2px; color: #18231f; text-align: center; pointer-events: none; }
.product-card-copy small { color: #96703a; font-size: .5rem; letter-spacing: .1em; text-transform: uppercase; }
.product-card-copy strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font: 400 clamp(.82rem, 2.2vw, 1rem)/1.12 var(--serif); }
.product-card-copy em { color: #78623d; font: 600 .56rem/1.2 var(--sans); letter-spacing: .09em; text-transform: uppercase; }
.product-add { position: absolute; right: 12px; bottom: 12px; width: 44px; height: 44px; border: 1px solid #ffffff91; border-radius: 50%; background: #fdfcf9f2; color: var(--ink); font: 400 1.3rem/1 var(--sans); transition: background .2s, color .2s; }
.product-add:hover { background: var(--ink); color: white; }
.product-info { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 6px 10px; padding: 16px 6px 5px; }
.product-category { grid-column: 1 / -1; color: var(--muted); font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.product-info h3 { margin: 0; font: 400 1.05rem/1.45 var(--serif); letter-spacing: -.025em; }
.product-title { padding: 0; border: 0; background: transparent; font: inherit; text-align: left; }
.product-title:hover { text-decoration: underline; text-underline-offset: 4px; }
.product-price { color: #18231f; font: 600 .92rem/1.25 var(--sans); letter-spacing: .01em; white-space: nowrap; }
.product-info p { grid-column: 1 / -1; margin: 2px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.65; }
.fine-print, .form-note { color: var(--muted); font-size: .73rem; line-height: 1.7; }
.catalog-footnote { margin: 26px 0 0; }

.story-section { padding-block: 0 86px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; background: var(--silver-light); }
.story-media { position: relative; min-height: 470px; }
.story-media img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.story-media-kijkhier { overflow: hidden; }
.story-media-kijkhier img { width: 280%; max-width: none; object-position: left center; }
.image-label { position: absolute; right: 15px; bottom: 15px; padding: 5px 8px; background: #fdfcf9d9; color: #56645e; font-size: .56rem; letter-spacing: .09em; text-transform: uppercase; }
.story-copy { padding: clamp(36px, 4.5vw, 64px); }
.story-copy > p:not(.eyebrow) { margin: 24px 0 16px; color: var(--muted); font-size: .84rem; }
.story-copy .eyebrow { margin-bottom: 18px; }
.care-link { display: flex; align-items: center; gap: 18px; margin-top: 32px; padding-top: 24px; border-top: 1px solid #c8cfc5; }
.care-symbol { font-size: 2rem; }
.care-link > :nth-child(2) { flex: 1; }
.care-link strong, .care-link > span > span { display: block; }
.care-link strong { font-size: .78rem; font-weight: 500; }
.care-link > span > span { font-size: .7rem; color: var(--muted); }

/* Inner pages share a clear, compact heading and readable body widths. */
.page-hero { padding: 70px 0 60px; border-bottom: 1px solid var(--line); background: linear-gradient(115deg, var(--paper), #edf0e9); }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.5rem, 4.4vw, 4rem); line-height: 1.2; letter-spacing: -.055em; text-wrap: initial; }
.page-hero > .shell > p:last-child, .shop-hero .shell > div > p:last-child { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: .91rem; }
.shop-hero .shell { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.shop-hero-detail { display: flex; flex-direction: column; align-items: center; gap: 18px; flex-shrink: 0; padding-right: 45px; }
.shop-hero-detail > :last-child { font-size: .59rem; text-transform: uppercase; letter-spacing: .12em; }
.orbit-mark { display: grid; place-items: center; width: 108px; height: 108px; border: 1px solid #b4c0b4; border-radius: 50%; font: 400 2.9rem/1 var(--serif); transform: rotate(-12deg); }
.shop-section { padding-top: 32px; }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.filters { display: flex; flex-wrap: wrap; gap: 5px; }
.filter-button { min-height: 44px; padding: 10px 16px; border: 1px solid transparent; background: transparent; font-size: .75rem; transition: background .2s; }
.filter-button:hover { background: var(--silver-light); }
.filter-button.is-active { background: var(--ink); color: var(--white); }
.sort-control { display: flex; align-items: center; gap: 8px; font-size: .68rem; color: var(--muted); }
.sort-control select { max-width: 190px; padding: 10px 22px 10px 6px; min-height: 44px; border: 0; background-color: transparent; color: var(--ink); font-size: .72rem; }
.catalog-summary { display: flex; justify-content: space-between; gap: 20px; margin: 22px 0; color: var(--muted); font-size: .66rem; }
.collection-help { padding: 42px 0; background: var(--silver-light); }
.collection-help .shell { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.collection-help .eyebrow { margin-bottom: 10px; }
.collection-help h2 { margin: 0; font: 400 clamp(1.6rem, 3vw, 2.3rem)/1.3 var(--serif); letter-spacing: -.04em; }
.manifesto { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.manifesto blockquote { margin: 0; font: 400 clamp(1.9rem, 3.5vw, 3.3rem)/1.4 var(--serif); letter-spacing: -.045em; }
.manifesto-copy p:first-child { margin-top: 0; }
.manifesto-copy p { color: var(--muted); font-size: .92rem; }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; counter-reset: guide; }
.info-card { min-width: 0; padding: 35px; border: 1px solid var(--line); background: var(--white); counter-increment: guide; }
.info-card::before { content: "0" counter(guide); display: block; margin-bottom: 32px; color: var(--silver-dark); font-size: .66rem; letter-spacing: .1em; }
.info-card h2, .info-card h3 { margin: 0 0 16px; font: 400 1.45rem/1.4 var(--serif); letter-spacing: -.025em; }
.info-card p, .info-card li { color: var(--muted); font-size: .88rem; }
.info-card p:last-child { margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 27px 0; border: 0; background: transparent; text-align: left; font: 400 1.1rem/1.5 var(--serif); }
.faq-question span:last-child { flex-shrink: 0; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; font: 400 1rem/1 var(--sans); transition: transform .2s; }
.faq-item.is-open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 720px; margin: 0; padding: 0 48px 26px 0; color: var(--muted); font-size: .9rem; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 72px; }
.contact-card { padding: 40px; background: var(--white); border: 1px solid var(--line); }
.contact-card h2 { margin: 0 0 20px; font: 400 2rem/1.3 var(--serif); letter-spacing: -.04em; }
.contact-card p { color: var(--muted); font-size: .9rem; }
.contact-title { margin: 0 0 24px; font: 400 clamp(2rem, 4vw, 3.2rem)/1.3 var(--serif); letter-spacing: -.04em; }
.form-grid { display: grid; gap: 20px; }
.field { display: grid; gap: 6px; }
.field label { font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; padding: 12px; border: 1px solid var(--line); border-radius: 0; background: var(--white); font-size: 1rem; }
.field textarea { min-height: 140px; resize: vertical; }
.form-status { min-height: 24px; font-size: .84rem; }
.legal h2 { margin: 36px 0 12px; font: 400 1.45rem/1.4 var(--serif); letter-spacing: -.025em; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: var(--muted); font-size: .92rem; }
.legal li + li { margin-top: 8px; }
.callout { padding: 22px 26px; border-left: 2px solid var(--silver-dark); background: var(--silver-light); }
.section-ink { background: var(--ink); color: var(--white); }
.section-ink .eyebrow, .section-ink p { color: #c1ccc5; }
.section-ink .button-ghost { border-color: #bec9c2; color: var(--white); }
.section-silver { background: var(--silver-light); }
.centered { text-align: center; }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; }
.editorial-media { position: relative; min-height: 420px; }
.editorial-media img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.editorial-copy { padding: 64px; align-self: center; }
.editorial-copy p { font-size: .9rem; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.guide-card { padding: 30px; border: 1px solid var(--line); }
.guide-card .number { font-size: .65rem; color: var(--muted); }
.guide-card h3 { margin-top: 32px; font: 400 1.4rem/1.4 var(--serif); }
.guide-card p { color: var(--muted); font-size: .87rem; }

.site-footer { padding: 58px 0 25px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1.15fr 1fr; gap: 40px; }
.footer-brand { display: inline-flex; align-items: center; gap: 14px; font: 400 1.5rem/1 var(--serif); letter-spacing: .14em; }
.footer-brand img { width: 74px; height: 74px; object-fit: contain; }
.footer-note { max-width: 290px; margin-top: 22px; color: #d7c4b5; font-size: .82rem; }
.footer-column strong { display: block; margin-bottom: 17px; color: #d6b99f; font-size: .61rem; font-weight: 400; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; padding-block: 5px; color: #f0e5dc; font-size: .78rem; text-underline-offset: 5px; }
.footer-column a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid #f7e9dc2b; color: #c9b6a7; font-size: .63rem; }

/* Navigation and shopping panels remain comfortable at every viewport. */
.menu-panel, .cart-drawer { position: fixed; z-index: 120; inset: 0; visibility: hidden; opacity: 0; transition: opacity .25s ease, visibility 0s linear .25s; }
.menu-panel.is-open, .cart-drawer.is-open { visibility: visible; opacity: 1; transition-delay: 0s; }
.panel-backdrop { position: absolute; inset: 0; background: #17251f66; backdrop-filter: blur(4px); }
.menu-sheet { position: absolute; inset: 0 auto 0 0; width: min(620px, 100%); padding: 38px 56px; overflow-y: auto; overscroll-behavior: contain; background: var(--paper); transform: translateX(-100%); transition: transform .35s cubic-bezier(.7,0,.2,1); }
.menu-panel.is-open .menu-sheet { transform: translateX(0); }
.panel-close { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 0; border: 0; background: transparent; font-size: .68rem; letter-spacing: .1em; }
.panel-close > :first-child { font-size: 1.5rem; }
.menu-kicker { margin: 36px 0 20px; font-size: .6rem; letter-spacing: .17em; text-transform: uppercase; color: var(--muted); }
.menu-nav { display: grid; margin: 0 0 26px; }
.menu-nav a { display: flex; align-items: center; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font: 400 clamp(1.8rem, 4vw, 2.7rem)/1.15 var(--serif); letter-spacing: -.045em; }
.menu-nav a::before { content: attr(data-index); min-width: 22px; color: var(--muted); font: 400 .6rem/1 var(--sans); letter-spacing: .1em; }
.menu-nav a:hover { color: var(--silver-dark); }
.menu-nav a[aria-current="page"]::after { content: "↗"; margin-left: auto; font: 400 1.3rem/1 var(--sans); }
.menu-categories { display: flex; flex-wrap: wrap; column-gap: 20px; margin-bottom: 22px; }
.menu-categories a { display: inline-flex; align-items: center; min-height: 44px; font-size: .8rem; text-decoration: underline; text-underline-offset: 5px; }
.menu-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.menu-meta > span { width: 100%; font-size: .63rem; letter-spacing: .08em; }
.cart-sheet { position: absolute; inset: 0 0 0 auto; display: flex; flex-direction: column; width: min(480px, 100%); background: var(--paper); transform: translateX(100%); transition: transform .35s cubic-bezier(.7,0,.2,1); }
.cart-drawer.is-open .cart-sheet { transform: translateX(0); }
.cart-head, .cart-foot { flex-shrink: 0; padding: 24px; }
.cart-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); }
.cart-head h2 { margin: 0; font: 400 1.5rem/1.3 var(--serif); letter-spacing: -.04em; }
.cart-foot { margin-top: auto; border-top: 1px solid var(--line); }
.cart-foot .button { width: 100%; }
.cart-items { padding: 8px 24px 24px; overflow-y: auto; overscroll-behavior: contain; }
.cart-empty { padding: 42px 0; text-align: center; color: var(--muted); }
.cart-empty h3 { color: var(--ink); font: 400 1.5rem/1.4 var(--serif); }
.cart-empty p { font-size: .85rem; }
.cart-empty-link { display: inline-flex; align-items: center; min-height: 44px; border-bottom: 1px solid currentColor; font-size: .82rem; }
.cart-item { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 74px; height: 96px; object-fit: contain; background: var(--paper-deep); }
.cart-item strong { display: block; font-weight: 500; font-size: .87rem; }
.cart-item small { display: block; color: var(--muted); font-size: .73rem; }
.cart-item button { border: 0; background: transparent; color: var(--muted); padding: 0; }
.cart-item-copy { min-width: 0; }
.quantity-control { display: inline-grid; grid-template-columns: 38px 25px 38px; align-items: center; margin-top: 10px; border: 1px solid var(--line); text-align: center; }
.quantity-control button { height: 38px; color: var(--ink); font-size: 1rem; }
.quantity-control span { font-size: .75rem; }
.cart-remove { align-self: start; min-height: 44px; font-size: .68rem; text-decoration: underline; text-underline-offset: 4px; }
.cart-total { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 16px; font-size: .9rem; }
.cart-note { margin: 14px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.6; }
.geo-prompt { position: fixed; z-index: 110; top: calc(var(--header-height) + 44px); right: 20px; width: min(365px, calc(100% - 40px)); padding: 24px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); visibility: hidden; transform: translateY(-10px); opacity: 0; pointer-events: none; transition: .25s ease; }
.geo-prompt.is-visible { visibility: visible; transform: none; opacity: 1; pointer-events: auto; }
.geo-prompt p { margin: 0 0 18px; font-size: .84rem; }
.geo-actions { display: flex; gap: 8px; }
.modal, .product-dialog, .image-zoom-dialog { border: 0; width: min(520px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; overflow: auto; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); overscroll-behavior: contain; }
.modal::backdrop, .product-dialog::backdrop, .image-zoom-dialog::backdrop { background: #17251f88; backdrop-filter: blur(5px); }
.modal-content { padding: clamp(28px, 5vw, 48px); }
.modal-content h2 { margin: 0 0 18px; font: 400 1.9rem/1.3 var(--serif); letter-spacing: -.04em; }
.modal-content p { color: var(--muted); font-size: .88rem; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.product-dialog { width: min(920px, calc(100% - 40px)); }
.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; }
.product-detail-media { display: grid; min-height: 480px; place-items: center; background: var(--paper-deep); }
.detail-media-zoom { position: relative; display: grid; width: 100%; height: 100%; min-height: inherit; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.detail-media-zoom > span { position: absolute; right: 14px; bottom: 14px; padding: 6px 9px; background: #14201bdb; color: #fff; font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.detail-media-zoom:focus-visible { outline: 2px solid var(--ink); outline-offset: -4px; }
.product-detail-media.is-full-artwork { min-height: 0; aspect-ratio: 2/3; background: #f5f3ee; }
.product-detail-media.is-kijkhier-card { min-height: 0; aspect-ratio: 1; background: #f4ece3; }
.product-detail-media.is-info-card { min-height: 0; aspect-ratio: 2/3; background: #14201b; }
.product-detail-media.is-product-cutout { background: radial-gradient(circle at 50% 35%, #fffefb 0, #f4eee3 66%, #e9dfd1 100%); }
.product-detail-media.is-source-photo { padding: clamp(16px, 4vw, 30px); background: linear-gradient(145deg, #eee7db, #fcfaf4); }
.product-detail-media.is-wear-inspiration { background: #e8e0d4; }
.product-detail-media img { display: block; width: 100%; height: 100%; min-height: 480px; object-fit: contain; }
.product-detail-media.is-full-artwork img, .product-detail-media.is-info-card img { min-height: 0; }
.product-detail-media.is-kijkhier-card img { min-height: 0; padding: 0; object-fit: contain; }
.product-detail-media.is-product-cutout img { padding: clamp(32px, 8%, 64px); }
.product-detail-media.is-source-photo img { width: auto; max-width: 100%; height: auto; min-height: 0; max-height: 520px; box-shadow: 0 12px 30px #4b382021; }
.product-detail-media.is-wear-inspiration img { min-height: 480px; padding: 0; object-fit: cover; }
.product-detail-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 24px; }
.gallery-instruction { grid-column: 1 / -1; margin: 0 0 2px; font-size: .7rem !important; }
.product-gallery-thumb { position: relative; min-width: 0; aspect-ratio: 2/3; padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--paper-deep); }
.product-gallery-thumb img { display: block; width: 100%; height: 100%; object-fit: contain; }
.product-gallery-thumb--wear img { object-fit: cover; }
.product-gallery-thumb span { position: absolute; right: 6px; bottom: 6px; max-width: calc(100% - 12px); padding: 3px 5px; overflow: hidden; background: #14201bd9; color: #fff; font-size: .55rem; letter-spacing: .05em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.product-gallery-thumb:hover, .product-gallery-thumb.is-active { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.product-gallery-thumb:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.product-detail-copy { min-width: 0; padding: 70px 40px 38px; align-self: center; }
.product-detail-copy h2 { margin: 0 0 20px; font: 400 2.25rem/1.25 var(--serif); letter-spacing: -.045em; }
.product-detail-copy .eyebrow { margin-bottom: 18px; }
.product-detail-copy p { color: var(--muted); font-size: .9rem; }
.product-detail-copy .detail-price { color: var(--ink); font-size: 1.1rem; }
.detail-close { position: absolute; z-index: 1; top: 14px; right: 14px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); font-size: 1.5rem; line-height: 1; }
.product-detail-copy .detail-preview { margin-block: 24px; padding-block: 18px; border-block: 1px solid var(--line); font-size: .75rem; }
.detail-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.detail-listen { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.speech-voice-control { display: grid; gap: 6px; color: var(--muted); font-size: .62rem; letter-spacing: .09em; text-transform: uppercase; }
.speech-voice-control select { min-width: min(280px, 100%); min-height: 42px; padding: 0 11px; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); font: 400 .78rem var(--sans); letter-spacing: normal; text-transform: none; }
.speech-voice-control select:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.image-zoom-dialog { width: min(980px, calc(100% - 32px)); overflow: hidden; }
.image-zoom-head { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 14px 74px 14px 22px; border-bottom: 1px solid var(--line); }
.image-zoom-head p { margin: 0; color: var(--muted); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.image-zoom-head .detail-close { top: 14px; }
.image-zoom-stage { --image-zoom: 1; display: flex; max-height: min(70dvh, 720px); overflow: auto; background: #e8e0d4; }
.image-zoom-stage img { flex: 0 0 calc(100% * var(--image-zoom)); width: calc(100% * var(--image-zoom)); min-width: 100%; height: auto; margin: auto; object-fit: contain; }
.image-zoom-controls { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 16px 22px; border-top: 1px solid var(--line); }
.image-zoom-controls label { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 14px; font-size: .7rem; }
.image-zoom-controls input { width: 100%; accent-color: var(--ink); }
.image-zoom-controls output { min-width: 42px; color: var(--muted); font-size: .7rem; text-align: right; }

@media (min-width: 1600px) {
  .hero { min-height: 720px; }
}
@media (max-width: 1100px) {
  .header-actions { gap: 8px; }
  .world-grid { grid-template-columns: 1fr 1fr; }
  .world-card-wide { grid-column: 1 / -1; min-height: 620px; }
  .world-card:not(.world-card-wide) { min-height: 590px; }
  .collection-nav a { padding-inline: 16px; }
  .product-grid { gap: 32px 16px; }
  .product-info { grid-template-columns: 1fr; gap: 5px; }
  .product-info h3 { font-size: 1rem; }
  .product-category, .product-info p { grid-column: 1; }
  .story-copy { padding: 36px; }
  .story-media { min-height: 440px; }
  .footer-grid { gap: 26px; }
  .shop-hero-detail { padding-right: 0; }
  .shop-toolbar { align-items: flex-start; flex-direction: column; gap: 12px; }
  .sort-control { align-self: flex-end; }
  .manifesto, .contact-grid { gap: 40px; }
}
@media (max-width: 760px) {
  :root { --header-height: 72px; --gutter: 24px; }
  .brand { gap: 7px; font-size: 1rem; letter-spacing: .14em; }
  .brand img { width: 43px; height: 43px; }
  .header-actions { gap: 0; }
  .menu-button > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .preview-strip { font-size: .6rem; letter-spacing: .025em; }
  .campaign-hero { min-height: clamp(580px, calc(100svh - 104px), 760px); }
  .campaign-hero-image { width: 280%; object-position: left center; }
  .campaign-hero-shade { background: linear-gradient(180deg, #1c100822 16%, #24130b52 43%, #211109e8 100%); }
  .campaign-hero-copy { justify-content: flex-end; padding: 80px var(--gutter) 84px; }
  .campaign-hero .eyebrow { margin-bottom: 14px; }
  .campaign-hero h1 { max-width: 500px; font-size: clamp(2.75rem, 13vw, 4.2rem); line-height: 1.04; }
  .campaign-hero-copy > p:not(.eyebrow) { max-width: 460px; margin: 20px 0 25px; font-size: .82rem; line-height: 1.72; }
  .campaign-hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .campaign-text-link { min-height: 42px; }
  .campaign-hero-caption { right: var(--gutter); bottom: 17px; left: var(--gutter); }
  .category-links-section { padding-block: 50px; }
  .category-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 26px; }
  .category-pills a { min-width: 0; padding-inline: 10px; font-size: .64rem; }
  .collection-worlds { padding-block: 58px; }
  .editorial-heading { margin-bottom: 28px; }
  .world-grid { grid-template-columns: 1fr; gap: 10px; }
  .world-card-wide { grid-column: auto; }
  .world-card, .world-card-wide, .world-card:not(.world-card-wide) { min-height: clamp(460px, 128vw, 620px); }
  .world-card-copy { right: 24px; bottom: 28px; left: 24px; }
  .world-card-copy strong { font-size: 2rem; }
  .brand-manifesto { padding-block: 72px; }
  .manifesto-mark { width: 94px; height: 94px; margin-bottom: 23px; }
  .brand-manifesto > .shell > p:not(.eyebrow) { margin-top: 22px; font-size: .84rem; }
  .split-campaign { grid-template-columns: 1fr; min-height: 0; }
  .split-campaign-media { min-height: clamp(430px, 120vw, 620px); }
  .split-campaign-copy { padding: 48px var(--gutter) 56px; }
  .split-campaign-copy h2 { font-size: clamp(2.35rem, 10vw, 3.3rem); }
  .split-campaign-copy p:not(.eyebrow) { margin-block: 23px 29px; font-size: .84rem; }
  .service-note-grid { grid-template-columns: 1fr; }
  .service-note-grid > div { padding: 19px 0; border-top: 1px solid var(--line); border-left: 0; }
  .service-note-grid > div:first-child { border-top: 0; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero::before { display: none; }
  .hero-copy { width: 100%; padding: 40px var(--gutter) 30px; background: var(--paper); }
  .hero .eyebrow { margin-bottom: 18px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 3.1rem); }
  .hero-copy > p:not(.eyebrow) { max-width: 390px; margin: 18px 0 22px; font-size: .83rem; line-height: 1.75; }
  .hero-footnote { display: none; }
  .hero-media { position: relative; inset: auto; z-index: 0; order: 1; height: clamp(230px, 60vw, 370px); width: 100%; }
  .hero-media img { object-position: right 55%; }
  .hero-caption { z-index: 1; left: var(--gutter); right: var(--gutter); bottom: 16px; font-size: .55rem; }
  .collection-nav .shell { width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .collection-nav-label { display: none; }
  .collection-nav a { min-height: 66px; justify-content: center; padding: 12px 8px; gap: 8px; font: 400 .76rem/1.5 var(--sans); }
  .collection-nav a:first-of-type { border-left: 0; }
  .collection-nav a > :last-child { font-size: .7rem; }
  .section { padding-block: 48px; }
  .section-head { gap: 20px; margin-bottom: 26px; }
  .section-head h2 { font-size: 1.85rem; }
  .section-head .eyebrow { font-size: .59rem; margin-bottom: 12px; }
  .section-head .text-link { gap: 14px; font-size: .68rem; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 14px; }
  .product-info { padding-top: 12px; }
  .product-info h3 { font-size: 1rem; }
  .product-info p { font-size: .69rem; line-height: 1.6; }
  .sample-badge { top: 8px; left: 8px; font-size: .49rem; padding: 3px 5px; }
  .product-photo-count { left: 8px; bottom: 10px; font-size: .49rem; padding: 3px 5px; }
  .product-add { right: 8px; bottom: 8px; }
  .catalog-footnote { margin-top: 24px; font-size: .67rem; }
  .story-section { padding-bottom: 48px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-media { min-height: 0; aspect-ratio: 6/5; }
  .story-copy { padding: 32px; }
  .story-copy h2 { font-size: 2rem; }
  .story-copy > p:not(.eyebrow) { margin-top: 20px; }
  .care-link { margin-top: 24px; padding-top: 20px; }
  .page-hero { padding-block: 44px 38px; }
  .page-hero h1 { font-size: clamp(2.2rem, 8vw, 3.2rem); overflow-wrap: anywhere; }
  .page-hero > .shell > p:last-child, .shop-hero .shell > div > p:last-child { margin-top: 18px; font-size: .84rem; }
  .shop-hero-detail { display: none; }
  .shop-section { padding-top: 20px; }
  .shop-toolbar { gap: 8px; padding-bottom: 10px; }
  .filters { width: 100%; display: grid; grid-template-columns: 1fr 1fr 1.2fr 1.2fr; gap: 3px; }
  .filter-button { min-width: 0; padding: 10px 3px; font-size: clamp(.63rem, 2.85vw, .73rem); }
  .sort-control { align-self: flex-start; }
  .catalog-summary { flex-wrap: wrap; gap: 6px; margin: 18px 0; font-size: .61rem; }
  .catalog-summary > :last-child { margin-left: auto; }
  .collection-help { padding-block: 32px; }
  .collection-help .shell { align-items: start; flex-direction: column; gap: 18px; }
  .manifesto, .contact-grid, .editorial-grid, .guide-grid { grid-template-columns: 1fr; gap: 32px; }
  .manifesto blockquote { font-size: 2rem; }
  .info-grid { gap: 16px; }
  .info-card { padding: 24px; }
  .info-card::before { margin-bottom: 22px; }
  .info-card h2, .info-card h3 { font-size: 1.25rem; }
  .info-card p { font-size: .82rem; }
  .contact-card { padding: 28px; }
  .editorial-copy { padding: 36px 24px; }
  .editorial-media { min-height: 340px; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 18px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-note { max-width: 280px; margin: 16px 0 0; }
  .footer-column a { font-size: .73rem; }
  .footer-column strong { line-height: 1.6; font-size: .58rem; }
  .footer-bottom { margin-top: 30px; flex-direction: column; gap: 8px; }
  .site-footer { padding-top: 42px; }
  .menu-sheet { padding: 22px 28px; }
  .menu-kicker { margin-top: 28px; }
  .menu-nav a { padding-block: 14px; font-size: 2rem; }
  .product-dialog { width: min(480px, calc(100% - 24px)); max-height: calc(100dvh - 24px); }
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-detail-media { min-height: 0; }
  .product-detail-media img { min-height: 0; height: min(36dvh, 310px); object-fit: contain; }
  .product-detail-media.is-wear-inspiration img { min-height: 0; height: min(52dvh, 420px); object-fit: cover; }
  .product-detail-media.is-full-artwork { aspect-ratio: 2/3; }
  .product-detail-media.is-full-artwork img { height: 100%; max-height: none; }
  .product-detail-copy { padding: 28px; }
  .product-detail-copy h2 { font-size: 1.8rem; }
  .product-detail-copy .eyebrow { margin-bottom: 12px; }
  .product-detail-copy .detail-preview { margin-block: 18px; padding-block: 14px; }
  .detail-actions { gap: 10px; }
  .speech-voice-control, .speech-voice-control select { width: 100%; }
  .image-zoom-dialog { width: min(560px, calc(100% - 20px)); }
  .image-zoom-stage { max-height: 62dvh; }
  .image-zoom-controls label { grid-template-columns: 1fr; gap: 7px; }
}
@media (max-width: 480px) {
  .section-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .section-head .text-link { min-height: 36px; }
  .info-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-grid > :last-child a { display: inline-block; margin-right: 24px; }
  .footer-grid > :last-child strong { margin-bottom: 8px; }
  .cart-head, .cart-foot { padding: 18px; }
  .cart-items { padding-inline: 18px; }
  .cart-item { grid-template-columns: 62px minmax(0, 1fr) auto; gap: 10px; }
  .cart-item img { width: 62px; height: 84px; }
  .quantity-control { grid-template-columns: 32px 23px 32px; }
  .hero h1 { letter-spacing: -.07em; }
}
@media (max-width: 360px) {
  :root { --gutter: 20px; }
  .brand { font-size: .82rem; }
  .brand img { width: 38px; height: 38px; }
  .language-button { min-width: 36px; padding: 4px; }
  .header-inner { width: calc(100% - 32px); }
  .collection-nav a { font-size: .67rem; gap: 6px; }
  .product-info h3 { font-size: .92rem; }
  .story-copy { padding: 26px; }
}
@media (max-height: 600px) and (min-width: 761px) {
  .hero { min-height: 500px; }
}
@supports (padding: max(0px)) {
  .site-header { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
  .site-footer { padding-bottom: max(25px, env(safe-area-inset-bottom)); }
  .cart-foot { padding-bottom: max(18px, env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
