:root {
  color-scheme: light;
  --ink: #2d302b;
  --muted: #626660;
  --paper: #f7f5f0;
  --cream: #eeebe4;
  --line: #d7d4cb;
  --accent: #7f644c;
  --deep: #293c36;
  --white: #fffdfa;
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
a { color: inherit; text-underline-offset: .25em; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
::selection { background: #d8c9b7; color: var(--ink); }
.skip-link { position: absolute; left: 1rem; top: -5rem; padding: .7rem 1rem; z-index: 100; background: var(--deep); color: white; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(100% - 4rem, 1320px); margin-inline: auto; }
.narrow { width: min(100% - 4rem, 850px); margin-inline: auto; }
.eyebrow { margin: 0 0 1.2rem; color: var(--accent); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .23em; line-height: 1.5; }
.h-display, h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
h1, h2, h3, p { margin-top: 0; }
p { margin-bottom: 1.2rem; }
.lead { font-size: clamp(1.15rem, 1.8vw, 1.38rem); line-height: 1.6; color: #4f544e; }
.small-note { font-size: .78rem; line-height: 1.5; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 1.2rem; padding-bottom: .5rem; border-bottom: 1px solid currentColor; font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; text-decoration: none; transition: gap .2s ease; }
.text-link::after { content: "↗"; font-size: 1rem; font-weight: 400; }
.text-link:hover { gap: 1.6rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 3.55rem; padding: .85rem 1.8rem; border: 1px solid var(--deep); background: var(--deep); color: white; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; text-decoration: none; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { background: transparent; color: var(--deep); transform: translateY(-2px); }
.button-light { background: var(--white); border-color: var(--white); color: var(--deep); }
.button-light:hover { background: transparent; color: var(--white); }
.button-outline { background: transparent; color: var(--deep); }
.button-outline:hover { background: var(--deep); color: white; }

.announcement { padding: .42rem 1rem; background: var(--deep); color: #f4f1e9; text-align: center; font-size: .63rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.site-header { position: relative; z-index: 30; border-bottom: 1px solid rgba(47,48,43,.13); background: var(--paper); }
.header-inner { width: min(100% - 4rem, 1440px); min-height: 5.9rem; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.nav-group { display: flex; align-items: center; gap: clamp(1.2rem, 2.1vw, 2.5rem); }
.nav-right { justify-content: flex-end; }
.nav-link { position: relative; padding: .4rem 0; color: #444942; font-size: .67rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.nav-link::after { position: absolute; bottom: .17rem; left: 0; right: 100%; height: 1px; background: currentColor; content: ""; transition: right .2s ease; }
.nav-link:hover::after, .nav-link[aria-current="page"]::after { right: 0; }
.wordmark { color: var(--deep); font-family: var(--serif); font-size: 2.5rem; line-height: 1; letter-spacing: -.085em; text-decoration: none; }
.wordmark span { color: var(--accent); }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; isolation: isolate; min-height: min(750px, 76vw); display: flex; align-items: center; overflow: hidden; background: #dedbd3; }
.hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(249,247,242,.92) 0%, rgba(249,247,242,.68) 29%, rgba(249,247,242,0) 65%); content: ""; }
.hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero-copy { padding-block: 8rem 10rem; }
.hero h1 { max-width: 760px; margin-bottom: 1.7rem; font-size: clamp(4.2rem, 7vw, 7.8rem); }
.hero .lead { max-width: 420px; margin-bottom: 2.6rem; color: #3c413b; }
.hero-disclosure { width: fit-content; margin: 1.1rem 0 0; padding: .35rem .55rem; background: rgba(247,245,240,.82); color: #4f554e; font-size: .68rem; letter-spacing: .04em; }
.hero-index { position: absolute; left: 2rem; bottom: 2rem; color: #4b514a; font-size: .63rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.intro { padding-block: clamp(6rem, 9vw, 11rem); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: start; }
.intro h2 { max-width: 660px; font-size: clamp(3.35rem, 5.2vw, 6rem); }
.intro-text { padding-top: 5.3rem; }
.intro-text p { max-width: 470px; }
.intro-text .text-link { margin-top: 1rem; }
.section-rule { border-top: 1px solid var(--line); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 3.6rem 6rem; }
.principle { padding: 0 2rem; border-left: 1px solid var(--line); }
.principle:first-child { padding-left: 0; border-left: 0; }
.principle:last-child { padding-right: 0; }
.principle-number { margin-bottom: 2rem; color: var(--accent); font-family: var(--serif); font-size: 1.5rem; }
.principle h3 { margin-bottom: .8rem; font-size: 2rem; }
.principle p { max-width: 310px; color: var(--muted); font-size: .9rem; }

.feature-panel { background: var(--deep); color: #f4f1e9; }
.feature-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; }
.feature-visual { position: relative; overflow: hidden; background: #c5b7a4; }
.feature-visual::before { position: absolute; inset: 0; background: repeating-radial-gradient(ellipse at 30% 10%, transparent 0 12px, rgba(255,255,255,.13) 13px 14px, transparent 15px 34px), linear-gradient(135deg, #d8cbb9, #b0a18d); content: ""; }
.feature-visual::after { position: absolute; width: 70%; aspect-ratio: 1; left: 12%; top: 13%; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; content: ""; }
.feature-script { position: absolute; z-index: 1; top: 50%; left: 10%; transform: translateY(-50%); width: 80%; color: white; font-family: var(--serif); font-size: clamp(3rem, 5vw, 6rem); line-height: 1.1; text-align: center; font-style: italic; letter-spacing: -.05em; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 6rem clamp(2rem, 7vw, 8rem); }
.feature-copy .eyebrow { color: #d0bea6; }
.feature-copy h2 { max-width: 650px; font-size: clamp(3.3rem, 5vw, 6rem); }
.feature-copy p:not(.eyebrow) { max-width: 470px; color: #d8ddd6; }
.feature-copy .text-link { margin-top: 1.8rem; }
.collection-teaser { padding-block: clamp(6rem, 9vw, 10rem); }
.collection-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.collection-head h2 { max-width: 850px; margin-bottom: 0; font-size: clamp(3.3rem, 5.8vw, 6.5rem); }
.collection-teaser .status-card { margin-top: 4rem; }

.page-hero { padding-block: clamp(5.5rem, 9vw, 9rem) clamp(4.5rem, 7vw, 7rem); }
.page-hero h1 { max-width: 920px; margin-bottom: 2rem; font-size: clamp(4rem, 7vw, 7.8rem); }
.page-hero .lead { max-width: 670px; }
.page-hero.small h1 { max-width: 850px; }
.split-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10%; padding-block: clamp(5rem, 8vw, 8rem); }
.split-section h2 { font-size: clamp(2.8rem, 4.3vw, 4.8rem); }
.split-section .body-copy { max-width: 550px; padding-top: .3rem; color: var(--muted); }
.body-copy p { margin-bottom: 1.5rem; }
.band { padding-block: clamp(5rem, 8vw, 8rem); background: var(--cream); }
.band h2 { max-width: 850px; font-size: clamp(3rem, 4.8vw, 5.5rem); }
.band .lead { max-width: 680px; }
.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 4rem; }
.fact { border-top: 1px solid #c9c4ba; padding-top: 1.6rem; }
.fact h3 { font-size: 1.9rem; }
.fact p { max-width: 350px; color: var(--muted); font-size: .91rem; }
.status-card { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; padding: clamp(2.5rem, 5vw, 5.5rem); border: 1px solid var(--line); background: #fdfbf6; }
.status-card h2 { max-width: 780px; margin-bottom: 1rem; font-size: clamp(2.8rem, 4.7vw, 5.5rem); }
.status-card p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: var(--muted); }
.status-card .button { white-space: nowrap; }
.status-tag { display: inline-block; margin-bottom: 1.5rem; padding: .35rem .7rem; border: 1px solid #b1ad9f; border-radius: 100px; color: var(--deep); font-size: .61rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.shop-concept { position: relative; overflow: hidden; min-height: clamp(320px, 48vw, 690px); background: var(--cream); }
.shop-concept img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center 55%; }
.shop-concept figcaption { position: absolute; right: 1.5rem; bottom: 1.5rem; padding: .45rem .65rem; background: rgba(247,245,240,.9); color: #394039; font-size: .62rem; letter-spacing: .08em; }
.shop-status { padding-block: 5rem 8rem; }
.shop-status .status-card { margin-bottom: 5rem; }
.live-shop { padding-bottom: clamp(5rem, 8vw, 9rem); }
.shop-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 350px); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.live-shop-intro { padding-bottom: 3rem; border-bottom: 1px solid var(--line); margin-bottom: 2rem; }
.live-shop-intro h2 { margin-bottom: .8rem; font-size: clamp(2.8rem, 4vw, 4.7rem); }
.live-shop-intro > p:last-child { max-width: 570px; margin-bottom: 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem 1.5rem; }
.product-card { min-width: 0; }
.product-image { width: 100%; aspect-ratio: 4 / 4.5; object-fit: cover; background: var(--cream); }
.product-image-missing { display: grid; place-items: center; color: var(--muted); font-family: var(--serif); font-size: 1.5rem; }
.product-body { padding-top: 1.5rem; }
.product-body h3 { margin-bottom: .55rem; font-size: clamp(1.9rem, 2.4vw, 2.6rem); }
.product-description { min-height: 3rem; color: var(--muted); font-size: .87rem; }
.product-facts { margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.product-facts p { display: grid; grid-template-columns: 5.3rem 1fr; gap: .5rem; margin-bottom: .5rem; color: var(--muted); font-size: .79rem; line-height: 1.5; }
.product-facts strong { color: var(--ink); font-weight: 700; }
.product-controls { display: grid; grid-template-columns: minmax(0, 1fr) 90px; gap: .8rem; align-items: end; margin-top: 1.4rem; }
.field-label { display: block; margin-bottom: .45rem; color: #565b53; font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.field-control { display: block; width: 100%; min-height: 3rem; padding: .6rem .7rem; border: 1px solid #bfc2b8; border-radius: 0; background: var(--white); color: var(--ink); font: inherit; font-size: .87rem; }
.field-control:disabled { color: #777; background: #eee; }
.product-availability { min-height: 1.4rem; margin: .6rem 0 0; color: var(--muted); font-size: .76rem; }
.product-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.1rem; }
.product-price { font-family: var(--serif); font-size: 1.75rem; white-space: nowrap; }
.product-bottom .button { min-height: 3rem; padding: .6rem 1rem; font-size: .65rem; white-space: nowrap; }
.product-bottom .button:disabled, .cart-checkout:disabled { opacity: .46; cursor: not-allowed; transform: none; }
.cart-panel { position: sticky; top: 2rem; padding: 2rem; border: 1px solid var(--line); background: var(--white); }
.cart-panel h2 { margin-bottom: 1.5rem; font-size: 2.45rem; }
.cart-panel h2 span { font-family: var(--sans); font-size: .8rem; color: var(--muted); vertical-align: middle; }
#cart-empty { color: var(--muted); font-size: .87rem; }
.cart-lines { margin-bottom: 1.5rem; }
.cart-line { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .6rem; padding: 1.1rem 0; border-top: 1px solid var(--line); }
.cart-line-name { margin: 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.2; }
.cart-line-variant { margin: .2rem 0 0; color: var(--muted); font-size: .73rem; }
.cart-line-price { font-size: .83rem; white-space: nowrap; }
.cart-line-controls { display: flex; gap: .55rem; align-items: center; margin-top: .65rem; }
.cart-line-controls button { width: 1.6rem; height: 1.6rem; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); background: transparent; color: var(--deep); cursor: pointer; line-height: 1; }
.cart-line-controls button:disabled { opacity: .35; cursor: not-allowed; }
.cart-line-controls .remove-button { width: auto; height: auto; margin-left: .4rem; border: 0; color: var(--muted); font-size: .72rem; text-decoration: underline; }
.cart-line-controls span { font-size: .83rem; }
.cart-totals { margin-top: 1.8rem; border-top: 1px solid var(--line); }
.cart-totals > div { display: flex; justify-content: space-between; gap: 1rem; padding-top: .8rem; color: var(--muted); font-size: .83rem; }
.cart-totals strong { color: var(--ink); font-weight: 600; white-space: nowrap; }
.cart-totals .cart-total { margin-top: .7rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--ink); font-size: 1rem; }
.cart-totals .cart-total strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.cart-checkout { width: 100%; margin-top: 1rem; }
.paypal-buttons { margin-top: 1.5rem; }
.checkout-message { min-height: 1.4rem; margin: 1rem 0 0; color: var(--deep); font-size: .83rem; }
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 5rem; max-width: 900px; margin: 2.5rem 0 0; padding: 0; list-style: none; }
.checklist li { display: flex; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--muted); }
.checklist li::before { content: "↗"; color: var(--accent); }
.prose { padding-bottom: 8rem; }
.prose h2 { margin-top: 4rem; margin-bottom: 1rem; font-size: clamp(2.2rem, 3vw, 3.3rem); }
.prose h3 { margin-top: 2.5rem; font-size: 1.75rem; }
.prose p, .prose li { color: var(--muted); }
.prose ul { padding-left: 1.5rem; }
.prose li { margin-bottom: .7rem; }
.prose a { color: var(--deep); }
.legal-meta { padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
.contact-panel { padding-block: 1rem 9rem; }
.contact-panel .status-card { min-height: 360px; }
.contact-panel .status-card p { max-width: 580px; }

.site-footer { background: #e8e5dc; }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 5rem; padding-block: 6rem; }
.footer-brand .wordmark { display: inline-block; margin-bottom: 1.8rem; font-size: 3.3rem; }
.footer-brand p { max-width: 350px; color: var(--muted); font-size: .9rem; }
.footer-col h2 { margin-bottom: 1.7rem; color: var(--accent); font-family: var(--sans); font-size: .63rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.footer-col a, .footer-col button { display: block; width: fit-content; margin-bottom: .8rem; border: 0; background: transparent; padding: 0; color: #424640; font-size: .86rem; text-align: left; text-decoration: none; cursor: pointer; }
.footer-col a:hover, .footer-col button:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.5rem; border-top: 1px solid #cbc7bc; color: #6a6e67; font-size: .72rem; }

.cookie-banner { position: fixed; z-index: 80; right: 1.25rem; bottom: 1.25rem; width: min(560px, calc(100vw - 2.5rem)); display: none; gap: 1.5rem; padding: 1.6rem; border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 50px rgba(25,32,27,.16); }
.cookie-banner.is-open { display: grid; }
.cookie-banner h2 { margin-bottom: .5rem; font-size: 1.8rem; }
.cookie-banner p { margin-bottom: 0; color: var(--muted); font-size: .84rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.cookie-actions button { min-height: 2.7rem; padding: .6rem 1rem; border: 1px solid var(--deep); background: var(--deep); color: white; font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.cookie-actions button.secondary { background: transparent; color: var(--deep); }
.cookie-actions button:hover { opacity: .8; }

@media (max-width: 900px) {
  .header-inner { min-height: 5rem; width: min(100% - 2.5rem, 1440px); grid-template-columns: 1fr auto; }
  .header-inner > .nav-group { display: none; }
  .header-inner > .wordmark { grid-column: 1; grid-row: 1; justify-self: start; }
  .menu-button { display: flex; grid-column: 2; grid-row: 1; width: 2.8rem; height: 2.8rem; align-items: center; justify-content: center; border: 1px solid var(--line); background: transparent; color: var(--deep); cursor: pointer; }
  .menu-button svg { width: 1.2rem; height: 1.2rem; }
  .mobile-nav { display: none; position: absolute; z-index: 35; left: 0; right: 0; top: 100%; min-height: calc(100vh - 5rem); padding: 2.2rem 1.25rem 4rem; background: var(--paper); border-top: 1px solid var(--line); }
  .mobile-nav.is-open { display: block; }
  .mobile-nav a { display: block; padding: .8rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(2.4rem, 6vw, 3.6rem); line-height: 1.2; text-decoration: none; }
  .mobile-nav a[aria-current="page"] { color: var(--accent); }
  .hero { min-height: 690px; }
  .hero-copy { padding-block: 7rem 10rem; }
  .feature-inner { min-height: 470px; }
  .feature-copy { padding: 4rem; }
  .footer-main { gap: 2rem; }
  .shop-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 2rem; }
  .product-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .wrap, .narrow { width: min(100% - 2.5rem, 1320px); }
  .announcement { font-size: .53rem; letter-spacing: .1em; }
  .wordmark { font-size: 2.25rem; }
  .hero { min-height: min(780px, 88svh); align-items: flex-start; }
  .hero::after { background: linear-gradient(180deg, rgba(249,247,242,.94) 0%, rgba(249,247,242,.78) 34%, rgba(249,247,242,0) 70%); }
  .hero-image { object-position: 58% center; }
  .hero-copy { padding-block: 5rem 14rem; }
  .hero h1 { font-size: clamp(3.75rem, 13.3vw, 5.6rem); }
  .hero .lead { max-width: 300px; font-size: 1.07rem; }
  .hero-index { display: none; }
  .intro-grid, .split-section, .feature-inner, .status-card, .footer-main { grid-template-columns: 1fr; }
  .intro { padding-block: 5rem; }
  .intro h2 { font-size: clamp(3.2rem, 12vw, 4.8rem); }
  .intro-text { padding-top: 0; }
  .principles { grid-template-columns: 1fr; gap: 2rem; padding-block: 1rem 5rem; }
  .principle, .principle:first-child { padding: 1.3rem 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .principle-number { margin-bottom: .6rem; }
  .principle h3 { margin-bottom: .3rem; }
  .principle p { margin-bottom: 0; }
  .feature-visual { min-height: 340px; }
  .feature-script { font-size: 4rem; }
  .feature-copy { padding: 5rem 1.25rem; }
  .collection-teaser { padding-block: 5rem; }
  .collection-head { display: block; }
  .collection-head .text-link { margin-top: 1.5rem; }
  .collection-teaser .status-card { margin-top: 3rem; }
  .page-hero { padding-block: 5rem 4rem; }
  .page-hero h1 { font-size: clamp(3.7rem, 13vw, 5.5rem); }
  .split-section { gap: 1.5rem; padding-block: 4.5rem; }
  .band { padding-block: 4.5rem; }
  .fact-grid { grid-template-columns: 1fr; gap: 1rem; margin-top: 3rem; }
  .status-card { gap: 1.8rem; padding: 2rem; }
  .status-card .button { width: 100%; }
  .shop-concept { min-height: 370px; }
  .shop-concept img { min-height: 370px; object-position: 62% center; }
  .shop-status { padding-block: 3rem 5rem; }
  .shop-status .status-card { margin-bottom: 4rem; }
  .shop-layout { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .cart-panel { position: static; padding: 1.5rem; }
  .product-description { min-height: 0; }
  .checklist { grid-template-columns: 1fr; gap: .5rem; }
  .prose { padding-bottom: 5rem; }
  .contact-panel { padding-bottom: 5rem; }
  .footer-main { gap: 2.5rem; padding-block: 4rem; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: .4rem; }
  .cookie-banner { right: .7rem; bottom: .7rem; width: calc(100vw - 1.4rem); padding: 1.25rem; }
  .cookie-actions button { flex: 1; }
}

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

/* Editorial sections for the material and collection preview. */
.product-spotlight { padding-block: clamp(4rem, 7vw, 8rem); }
.product-spotlight-head, .source-products-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 360px); gap: 3rem; align-items: end; margin-bottom: 3rem; }
.product-spotlight-head h2, .source-products-head h2 { max-width: 750px; margin-bottom: 0; font-size: clamp(3rem, 5vw, 5.7rem); }
.product-spotlight-head > p, .source-products-head > p { margin-bottom: .3rem; color: var(--muted); font-size: .9rem; }
.product-spotlight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2.3vw, 2.5rem); margin-bottom: 2.5rem; }
.spotlight-card { margin: 0; }
.spotlight-image { overflow: hidden; background: var(--cream); }
.spotlight-image img { width: 100%; height: clamp(300px, 33vw, 490px); object-fit: cover; }
.spotlight-card:nth-child(2) .spotlight-image img { object-position: 77% center; }
.spotlight-card figcaption { margin-top: 1.2rem; color: var(--accent); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.spotlight-card h3 { margin: 1.1rem 0 .5rem; font-size: clamp(2rem, 2.8vw, 3rem); }
.spotlight-card p { max-width: 480px; color: var(--muted); font-size: .9rem; }
.source-products { padding-block: 1rem clamp(5rem, 7vw, 8rem); }
.source-products-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 1rem; }
.source-products-grid figure { margin: 0; min-width: 0; }
.source-products-grid img { width: 100%; height: 370px; object-fit: cover; background: var(--cream); }
.source-products-grid figure:nth-child(3) img { object-position: 77% center; }
.source-products-grid figcaption { display: flex; justify-content: space-between; gap: .5rem; flex-wrap: wrap; padding-top: .85rem; }
.source-products-grid figcaption span { font-family: var(--serif); font-size: 1.4rem; }
.source-products-grid figcaption small { align-self: center; color: var(--muted); font-size: .68rem; }
.edited-views { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.edited-views-heading { display: grid; grid-template-columns: 1fr minmax(250px, 560px); gap: 2rem; align-items: start; }
.edited-views-heading > p:last-child { color: var(--muted); font-size: .84rem; }
.edited-views-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem; }
.edited-views-grid figure { margin: 0; }
.edited-views-grid img { width: 100%; height: 350px; object-fit: cover; background: var(--cream); }
.edited-views-grid figcaption { padding-top: .6rem; color: var(--muted); font-size: .72rem; }
.source-section { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; padding-block: clamp(5rem, 9vw, 10rem); }
.source-photo, .story-visual, .material-visual figure, .preview-gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--cream); }
.source-photo img { width: 100%; aspect-ratio: 1 / 1.04; object-fit: cover; }
.source-photo figcaption, .story-visual figcaption, .material-visual figcaption, .preview-gallery figcaption, .feature-visual figcaption { position: absolute; left: 1rem; bottom: 1rem; max-width: calc(100% - 2rem); padding: .5rem .7rem; background: rgba(253,251,246,.94); color: #394039; font-size: .62rem; line-height: 1.4; letter-spacing: .035em; }
.source-copy { max-width: 500px; }
.source-copy h2, .material-visual h2 { font-size: clamp(3.2rem, 5vw, 5.7rem); }
.source-copy p:not(.eyebrow), .material-visual p:not(.eyebrow) { color: var(--muted); }
.source-copy .text-link, .material-visual .text-link { margin-top: 1.5rem; }
.feature-visual { margin: 0; }
.feature-visual::before, .feature-visual::after { content: none; }
.feature-visual img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.choose-section { padding-block: clamp(6rem, 10vw, 11rem); }
.choose-head { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: 5rem; align-items: end; }
.choose-head h2 { max-width: 850px; margin-bottom: 0; font-size: clamp(3.3rem, 5.3vw, 6rem); }
.choose-head > p { max-width: 350px; margin-bottom: .4rem; color: var(--muted); }
.choose-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3.5rem); margin-top: 4rem; }
.choose-grid article { padding: 2rem 0 0; border-top: 1px solid var(--line); }
.choose-grid span { display: block; margin-bottom: 2.2rem; color: var(--accent); font-size: .65rem; font-weight: 700; letter-spacing: .2em; }
.choose-grid h3 { font-size: clamp(1.7rem, 2.5vw, 2.6rem); }
.choose-grid p { max-width: 320px; color: var(--muted); font-size: .9rem; }
.preview-gallery { padding-block: 1rem 5rem; }
.preview-gallery-head { display: grid; grid-template-columns: 1fr 330px; gap: 3rem; align-items: end; padding-bottom: 2rem; }
.preview-gallery-head h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(3rem, 4.7vw, 5.4rem); }
.preview-gallery-head > p { margin-bottom: .3rem; color: var(--muted); font-size: .88rem; }
.preview-gallery-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 1rem; }
.preview-gallery-grid img { width: 100%; height: 410px; object-fit: cover; }
.preview-gallery-main img { object-position: center; }
.story-visual img { width: 100%; height: clamp(380px, 52vw, 690px); object-fit: cover; }
.material-visual { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(3rem, 9vw, 9rem); align-items: center; padding-bottom: clamp(5rem, 8vw, 9rem); }
.material-visual img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.material-visual > div { max-width: 530px; }
.care-questions { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 8vw, 9rem); padding-bottom: clamp(5rem, 8vw, 9rem); }
.care-questions h2 { font-size: clamp(3rem, 4.8vw, 5.2rem); }
.care-accordion { border-top: 1px solid var(--line); }
.care-accordion details { border-bottom: 1px solid var(--line); }
.care-accordion summary { position: relative; padding: 1.6rem 2rem 1.6rem 0; font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.2; cursor: pointer; list-style: none; }
.care-accordion summary::-webkit-details-marker { display: none; }
.care-accordion summary::after { position: absolute; right: .2rem; top: 1.55rem; content: '+'; font-family: var(--sans); font-size: 1.2rem; }
.care-accordion details[open] summary::after { content: '−'; }
.care-accordion details p { max-width: 570px; padding-right: 2rem; color: var(--muted); font-size: .9rem; }
.supplier-document { padding-block: clamp(5rem, 8vw, 9rem); background: var(--deep); color: var(--white); }
.supplier-document-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.supplier-document .eyebrow { color: #d0bea6; }
.supplier-document h2 { max-width: 620px; font-size: clamp(3rem, 4.6vw, 5.4rem); }
.supplier-document-layout > div:first-child > p:not(.eyebrow) { max-width: 490px; color: #d5d8d2; }
.document-card { padding: clamp(2rem, 3.5vw, 3.6rem); background: var(--paper); color: var(--ink); }
.document-card-heading { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); color: var(--accent); font-size: .66rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.document-card-heading strong { font-weight: 700; }
.report-preview { position: relative; display: block; overflow: hidden; margin-top: 1.5rem; background: #d8c3a4; text-decoration: none; }
.report-preview img { display: block; width: 100%; height: 210px; object-fit: cover; object-position: center 48%; filter: saturate(.75); }
.report-preview span { position: absolute; right: .7rem; bottom: .7rem; padding: .4rem .65rem; background: rgba(253,251,246,.96); color: var(--deep); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.document-card dl { margin: 0; }
.document-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.document-card dt { color: var(--muted); font-size: .79rem; }
.document-card dd { max-width: 260px; margin: 0; font-size: .82rem; font-weight: 700; text-align: right; }
.document-card > p { margin: 1.5rem 0 0; color: var(--muted); font-size: .73rem; line-height: 1.6; }

@media (max-width: 900px) {
  .supplier-document-layout { gap: 3rem; }
  .source-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .source-products-grid figure:last-child { grid-column: 1 / -1; }
  .source-section, .material-visual { gap: 3rem; }
  .preview-gallery-head { grid-template-columns: 1fr 240px; }
  .preview-gallery-grid { grid-template-columns: 1.4fr 1fr; }
  .preview-gallery-grid figure:last-child { display: none; }
}

@media (max-width: 650px) {
  .edited-views-heading, .edited-views-grid { grid-template-columns: 1fr; }
  .edited-views-grid img { height: 280px; }
  .supplier-document-layout { grid-template-columns: 1fr; }
  .document-card dl div { display: block; }
  .document-card dd { margin-top: .25rem; text-align: left; }
  .product-spotlight-head, .source-products-head, .product-spotlight-grid, .source-products-grid { grid-template-columns: 1fr; }
  .product-spotlight-head, .source-products-head { gap: 1rem; margin-bottom: 2rem; }
  .product-spotlight { padding-block: 3.5rem 5rem; }
  .spotlight-image img { height: 320px; }
  .spotlight-card:nth-child(2) .spotlight-image img { object-position: 76% center; }
  .source-products { padding-block: 0 4rem; }
  .source-products-grid figure:last-child { grid-column: auto; }
  .source-products-grid img { height: 290px; }
  .source-products-grid figure:nth-child(3) img { height: 230px; }
  .source-section, .material-visual, .choose-head, .care-questions, .preview-gallery-head { grid-template-columns: 1fr; }
  .source-section { padding-block: 4rem 5rem; }
  .source-photo img { aspect-ratio: 1 / .88; }
  .feature-visual img { min-height: 360px; height: 360px; }
  .choose-section { padding-block: 5rem; }
  .choose-head { gap: 1.5rem; }
  .choose-grid { grid-template-columns: 1fr; gap: 1rem; margin-top: 2.5rem; }
  .choose-grid article { padding-top: 1.5rem; }
  .choose-grid span { margin-bottom: .8rem; }
  .choose-grid p { margin-bottom: .6rem; }
  .preview-gallery { padding-block: 0 2rem; }
  .preview-gallery-head { gap: 1rem; }
  .preview-gallery-grid { grid-template-columns: 1fr 1fr; gap: .6rem; }
  .preview-gallery-grid .preview-gallery-main { grid-column: 1 / -1; }
  .preview-gallery-grid figure:last-child { display: block; }
  .preview-gallery-grid img { height: 210px; }
  .preview-gallery-grid .preview-gallery-main img { height: 280px; }
  .preview-gallery-grid figcaption { left: .4rem; bottom: .4rem; max-width: calc(100% - .8rem); padding: .3rem .4rem; font-size: .56rem; }
  .story-visual img { height: 400px; }
  .material-visual { gap: 2.5rem; padding-bottom: 5rem; }
  .care-questions { gap: 1.5rem; padding-bottom: 5rem; }
}
