:root {
  --ink: #17251f;
  --forest: #203b31;
  --moss: #52705f;
  --sage: #cbd6c8;
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --ochre: #d39754;
  --line: rgba(23, 37, 31, .15);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(1240px, calc(100vw - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 16px; color: #fff; background: var(--forest); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.announcement { min-height: 31px; display: grid; place-items: center; color: #eef3ed; background: var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.announcement p { margin: 0; }
.announcement span { margin: 0 10px; color: var(--ochre); }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; background: rgba(251, 250, 246, .9); backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(23,37,31,.05); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; width: max-content; gap: 10px; align-items: center; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.brand span { display: flex; flex-direction: column; line-height: .88; }
.brand strong { font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: -.02em; }
.brand em { margin-left: 1px; color: var(--moss); font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 36px; align-items: center; }
.desktop-nav a, .admin-link { position: relative; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 22px; align-items: center; justify-content: flex-end; }
.admin-link { color: var(--moss); }
.cart-link { display: inline-flex; gap: 7px; align-items: center; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.cart-link svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.cart-link b { display: grid; width: 21px; height: 21px; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-size: 10px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; color: var(--ink); background: transparent; border: 0; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; }
.mobile-nav { position: fixed; inset: 119px 0 auto; min-height: calc(100vh - 119px); padding: 40px max(24px, calc((100vw - 1240px) / 2)); background: var(--paper); border-top: 1px solid var(--line); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { display: block; padding: 17px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 30px; text-decoration: none; }
.site-main { min-height: 60vh; overflow: hidden; }

.eyebrow { margin: 0 0 20px; color: var(--moss); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero { min-height: 720px; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 7vw, 110px); align-items: center; padding-block: 72px 95px; }
.hero h1, .page-hero h1, .story-hero h1, .confirmation h1 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 6.4vw, 94px); font-weight: 400; letter-spacing: -.045em; line-height: .9; }
.hero h1 em, .page-hero h1 em, .story-hero h1 em, .confirmation h1 em { color: var(--moss); font-weight: 400; }
.hero-lede { max-width: 540px; margin: 34px 0 0; color: #516059; font-size: 16px; line-height: 1.75; }
.button-row { display: flex; gap: 30px; align-items: center; margin-top: 38px; }
.button { display: inline-flex; min-height: 52px; padding: 0 24px; gap: 22px; align-items: center; justify-content: center; border: 1px solid var(--forest); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: color .2s, background .2s, transform .2s; }
.button--primary { color: #fff; background: var(--forest); }
.button:hover { transform: translateY(-2px); }
.button--primary:hover { background: #152b23; }
.text-link { display: inline-flex; padding-bottom: 4px; gap: 12px; align-items: center; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(4px); }
.hero-facts { display: flex; margin: 62px 0 0; padding: 0; gap: 34px; }
.hero-facts div { display: flex; gap: 10px; }
.hero-facts dt { color: var(--ochre); font-family: var(--serif); font-size: 18px; }
.hero-facts dd { margin: 1px 0 0; color: #6d7772; font-size: 9px; font-weight: 600; letter-spacing: .13em; line-height: 1.55; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 565px; display: grid; place-items: center; background: #dce4d9; overflow: hidden; }
.hero-visual::before { position: absolute; inset: 7%; border: 1px solid rgba(32,59,49,.18); content: ""; }
.hero-orbit { position: absolute; border: 1px solid rgba(32,59,49,.18); border-radius: 50%; }
.hero-orbit--one { width: 70%; aspect-ratio: 1; }.hero-orbit--two { width: 48%; aspect-ratio: 1; }
.hero-product { position: relative; z-index: 2; width: 68%; height: 390px; display: grid; place-items: center; }
.hero-product img { width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: contain; filter: drop-shadow(0 30px 25px rgba(23,37,31,.17)); }
.hero-monogram { font-family: var(--serif); font-size: 110px; color: rgba(32,59,49,.35); }
.visual-caption { position: absolute; z-index: 3; right: 8%; bottom: 7%; margin: 0; display: flex; flex-direction: column; text-align: right; }
.visual-caption span { font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }.visual-caption strong { margin-top: 4px; font-family: var(--serif); font-size: 17px; font-weight: 500; }
.marquee { overflow: hidden; padding: 18px 0; color: #fff; background: var(--forest); }
.marquee div { width: max-content; display: flex; gap: 42px; align-items: center; animation: marquee 28s linear infinite; }
.marquee span { font-family: var(--serif); font-size: 20px; font-style: italic; }.marquee i { color: var(--ochre); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding-block: 120px 135px; }
.section-heading { display: flex; margin-bottom: 50px; align-items: end; justify-content: space-between; }
.section-heading .eyebrow { margin-bottom: 10px; }.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 66px); font-weight: 400; letter-spacing: -.04em; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.editorial-product__media { position: relative; min-height: 370px; display: grid; padding: 35px; place-items: center; background: #e9e7dd; overflow: hidden; }
.editorial-product:nth-child(2) .editorial-product__media { background: #dce4d9; }.editorial-product:nth-child(3) .editorial-product__media { background: #e6ddd2; }
.editorial-product__media img { width: auto; max-width: 86%; height: auto; max-height: 290px; object-fit: contain; transition: transform .4s; filter: drop-shadow(0 18px 18px rgba(23,37,31,.12)); }
.editorial-product:hover img { transform: scale(1.04) rotate(-1deg); }
.product-index { position: absolute; top: 18px; left: 20px; color: var(--moss); font-family: var(--serif); font-size: 14px; }
.media-placeholder { color: rgba(32,59,49,.25); font-family: var(--serif); font-size: 80px; }
.editorial-product__info { display: flex; padding-top: 20px; gap: 20px; align-items: start; justify-content: space-between; border-top: 1px solid transparent; }
.editorial-product__info h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 500; }.editorial-product__info h3 a { text-decoration: none; }.editorial-product__info p { margin: 7px 0 0; color: #6c7670; font-size: 12px; line-height: 1.55; }.editorial-product__info > strong { font-size: 13px; }
.empty-state { padding: 70px; border: 1px solid var(--line); text-align: center; }.empty-state p { margin: 0 0 25px; font-family: var(--serif); font-size: 27px; }
.manifesto { padding: 115px 0; color: #eef3ed; background: var(--ink); }
.manifesto-grid { display: grid; grid-template-columns: .45fr 1.3fr .7fr; gap: 70px; align-items: start; }
.manifesto .eyebrow { color: #9db09f; }.manifesto blockquote { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4.3vw, 62px); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }.manifesto-grid > div p { margin: 0 0 30px; color: #b9c4bd; font-size: 14px; line-height: 1.8; }.text-link--light { color: #eef3ed; }

.page-hero { display: grid; grid-template-columns: .4fr 1.2fr; padding-block: 90px 75px; border-bottom: 1px solid var(--line); }.page-hero > div { display: grid; grid-template-columns: 1.3fr .7fr; gap: 55px; align-items: end; }.page-hero h1 { font-size: clamp(55px, 6vw, 88px); }.page-hero > div > p { margin: 0 0 8px; color: #65716b; line-height: 1.75; }.page-hero--compact { padding-block: 70px 50px; }.page-hero--compact > div { align-items: center; }.page-hero--compact h1 { font-size: clamp(48px, 5vw, 70px); }
.catalog-shell { padding-block: 64px 120px; }
.catalog-shell .mdw-catalog { padding: 0; font-family: var(--sans); }
.catalog-shell .mdw-catalog__grid { gap: 34px 24px; }
.catalog-shell .mdw-catalog__card { border: 0; border-radius: 0; box-shadow: none; background: transparent; overflow: visible; }
.catalog-shell .mdw-catalog__card:hover { box-shadow: none; transform: none; }
.catalog-shell .mdw-catalog__media, .catalog-shell .mdw-catalog__image-link, .catalog-shell .mdw-catalog__placeholder { height: clamp(285px, 25vw, 330px); background: #e9e7dd; }
.catalog-shell .mdw-catalog__image-link { padding: clamp(24px, 3vw, 38px); }
.catalog-shell .mdw-catalog__image { width: min(78%, 252px); max-width: min(78%, 252px); height: min(78%, 252px); max-height: min(78%, 252px); padding: 0; object-fit: contain; image-rendering: auto; filter: drop-shadow(0 18px 18px rgba(23,37,31,.12)); transform: scale(1.08); transform-origin: center; }
.catalog-shell .mdw-catalog__image-link:hover .mdw-catalog__image, .catalog-shell .mdw-catalog__image-link:focus-visible .mdw-catalog__image { transform: scale(1.13); }
.catalog-shell .mdw-catalog__body { padding: 20px 0 15px; }
.catalog-shell .mdw-catalog .mdw-catalog__title { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.catalog-shell .mdw-catalog__price { color: var(--forest); font-family: var(--serif); font-size: 20px; font-weight: 500; }
.catalog-shell .mdw-catalog__availability { display: none; }
.catalog-shell .mdw-catalog__actions { grid-template-columns: 1fr 1fr; padding: 15px 0 0; background: transparent; }
.catalog-shell .mdw-catalog .mdw-catalog__button, .catalog-shell .mdw-catalog .mdw-catalog__details { min-height: 46px; border-color: var(--forest); border-radius: 0; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.catalog-shell .mdw-catalog .mdw-catalog__button { background: var(--forest); }.catalog-shell .mdw-catalog .mdw-catalog__details { color: var(--forest); background: transparent; }

.collection-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 55px 125px; gap: 54px 28px; }
.collection-card { display: block; text-decoration: none; }
.collection-card__media { position: relative; aspect-ratio: 3 / 2; display: block; overflow: hidden; background: #dce4d9; }
.collection-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.collection-card__media img.is-product-fallback, .collection-banner__media img.is-product-fallback { padding: clamp(35px, 6vw, 78px); object-fit: contain; filter: drop-shadow(0 20px 20px rgba(23,37,31,.14)); }
.collection-card:hover .collection-card__media img, .collection-card:focus-visible .collection-card__media img { transform: scale(1.035); }
.collection-card__number { position: absolute; top: 20px; left: 22px; padding: 8px 10px; color: var(--ink); background: rgba(251,250,246,.82); backdrop-filter: blur(8px); font-family: var(--serif); font-size: 15px; }
.collection-card__media b { position: absolute; right: 20px; bottom: 20px; width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-size: 20px; font-weight: 400; transition: transform .25s; }.collection-card:hover .collection-card__media b { transform: rotate(45deg); }
.collection-card__body { display: grid; grid-template-columns: 1fr auto; padding-top: 20px; gap: 7px 25px; border-top: 1px solid transparent; }
.collection-card__body small { display: block; margin-bottom: 5px; color: var(--moss); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.collection-card__body h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 3vw, 42px); font-weight: 400; letter-spacing: -.025em; }
.collection-card__body p { grid-column: 1 / -1; max-width: 570px; margin: 4px 0 0; color: #66716c; font-size: 13px; line-height: 1.65; }
.collection-card__count { padding-top: 20px; color: var(--moss); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.collection-banner { display: grid; grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr); min-height: 540px; padding-block: 65px 55px; gap: clamp(45px, 7vw, 100px); align-items: center; border-bottom: 1px solid var(--line); }
.collection-banner__content h1 { margin: 0; font-family: var(--serif); font-size: clamp(55px, 6vw, 88px); font-weight: 400; letter-spacing: -.045em; line-height: .92; }
.collection-banner__content > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 0; color: #5f6c65; font-size: 14px; line-height: 1.8; }
.collection-banner__meta { display: flex; margin-top: 35px; gap: 30px; align-items: center; }.collection-banner__meta > span { color: var(--moss); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.collection-banner__media { aspect-ratio: 3 / 2; overflow: hidden; background: #dce4d9; }.collection-banner__media img { width: 100%; height: 100%; object-fit: cover; }

.product-breadcrumb { display: flex; padding-top: 44px; gap: 10px; color: #78817d; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }.product-breadcrumb a { color: var(--ink); text-decoration: none; }
.product-canvas { padding-block: 35px 105px; }
.product-canvas .mdw-detail { --accent: var(--forest) !important; color: var(--ink); font-family: var(--sans); }
.product-canvas .mdw-detail__sheet, .product-canvas .mdw-detail--centered .mdw-detail__sheet, .product-canvas .mdw-detail--compact .mdw-detail__sheet { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(45px, 7vw, 100px); overflow: visible; max-width: none; margin: 0; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.product-canvas .mdw-detail__media, .product-canvas .mdw-detail--centered .mdw-detail__media, .product-canvas .mdw-detail--compact .mdw-detail__media { order: initial; min-height: 590px; margin: 0; padding: clamp(22px, 3.5vw, 46px); flex-direction: column; gap: 22px; background: #e8ebe2; border: 0; }
.product-canvas .mdw-detail__image-stage { width: 100%; min-height: 455px; display: grid; flex: 1 1 auto; padding: clamp(16px, 2.5vw, 32px); place-items: center; overflow: hidden; }
.product-canvas .mdw-detail__image, .product-canvas .mdw-detail--centered .mdw-detail__image { width: min(82%, 470px); max-width: min(82%, 470px); height: min(62vh, 470px); max-height: min(62vh, 470px); object-fit: contain; image-rendering: auto; filter: drop-shadow(0 26px 24px rgba(23,37,31,.15)); transform: scale(1.12); transform-origin: center; }
.product-canvas .mdw-detail__thumbs { width: 100%; display: flex; margin: 0; padding-top: 18px; gap: 12px; justify-content: center; border-top: 1px solid rgba(23,37,31,.12); }
.product-canvas .mdw-detail__thumb { position: relative; width: 72px; height: 72px; display: grid; padding: 8px; place-items: center; background: rgba(251,250,246,.66); border: 1px solid rgba(23,37,31,.18); border-radius: 0; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.product-canvas .mdw-detail__thumb::after { position: absolute; right: -1px; bottom: -1px; left: -1px; height: 3px; background: var(--forest); content: ""; opacity: 0; transform: scaleX(.35); transition: opacity .18s ease, transform .18s ease; }
.product-canvas .mdw-detail__thumb:hover { background: var(--paper); border-color: rgba(23,37,31,.4); transform: translateY(-2px); }
.product-canvas .mdw-detail__thumb.is-active { background: var(--paper); border-color: var(--forest); box-shadow: none; }
.product-canvas .mdw-detail__thumb.is-active::after { opacity: 1; transform: scaleX(1); }
.product-canvas .mdw-detail__thumb:focus-visible { outline: 3px solid rgba(32,59,49,.22); outline-offset: 2px; }
.product-canvas .mdw-detail__thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-canvas .mdw-detail__content, .product-canvas .mdw-detail--centered .mdw-detail__content { display: flex; padding: 40px 0 20px; background: transparent; }
.product-canvas .mdw-detail__header, .product-canvas .mdw-detail--centered .mdw-detail__header { order: initial; padding-bottom: 30px; text-align: left; border-bottom: 1px solid var(--line); }
.product-canvas .mdw-detail__eyebrow { color: var(--moss); font-size: 9px; letter-spacing: .2em; }
.product-canvas .mdw-detail__title, .product-canvas .mdw-detail--centered .mdw-detail__title { max-width: none; margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(48px, 5vw, 76px); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.product-canvas .mdw-detail__price { color: var(--forest); font-family: var(--serif); font-size: 30px; }
.product-canvas .mdw-detail__summary, .product-canvas .mdw-detail--centered .mdw-detail__summary { order: initial; max-width: none; margin: 0; padding: 30px 0; text-align: left; }.product-canvas .mdw-detail__summary h2 { color: var(--moss); font-size: 9px; letter-spacing: .18em; }.product-canvas .mdw-detail__summary p, .product-canvas .mdw-detail--centered .mdw-detail__summary p { color: #59655f; font-family: var(--sans); font-size: 14px; line-height: 1.8; }
.product-canvas .mdw-detail__facts, .product-canvas .mdw-detail--centered .mdw-detail__facts { order: initial; max-width: none; margin: 0 0 30px; text-align: left; border-color: var(--line); }.product-canvas .mdw-detail__facts div { border-color: var(--line); }
.product-canvas .mdw-detail__purchase, .product-canvas .mdw-detail--centered .mdw-detail__purchase { order: initial; width: 100%; max-width: none; margin: auto 0 0; }.product-canvas .mdw-detail__buy { background: var(--forest); border-color: var(--forest); border-radius: 0; }.product-canvas .mdw-detail__quantity input { border-radius: 0; }
.product-canvas .mdw-detail__module { border-color: var(--line); }
.product-assurance { display: grid; grid-template-columns: repeat(3, 1fr); padding: 55px 0 100px; gap: 50px; border-top: 1px solid var(--line); }.product-assurance span { color: var(--ochre); font-family: var(--serif); }.product-assurance h2 { margin: 14px 0 8px; font-family: var(--serif); font-size: 23px; font-weight: 500; }.product-assurance p { margin: 0; color: #6b7570; font-size: 12px; line-height: 1.7; }

.story-hero { padding-block: 105px 120px; }.story-hero h1 { max-width: 1000px; }.story-body { display: grid; grid-template-columns: .85fr 1.15fr; padding-bottom: 130px; gap: 100px; }.story-lede { margin: 0; font-family: var(--serif); font-size: clamp(29px, 3.2vw, 45px); line-height: 1.25; }.story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }.story-columns h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 25px; font-weight: 500; }.story-columns p { margin: 0; color: #64706a; font-size: 14px; line-height: 1.9; }.story-statements { padding: 90px 0; color: #eaf0ea; background: var(--forest); }.story-statements .shell { display: flex; justify-content: space-between; }.story-statements p { margin: 0; font-family: var(--serif); font-size: clamp(26px, 3vw, 43px); }
.confirmation { max-width: 800px; padding-block: 120px 150px; text-align: center; }.confirmation-mark { width: 62px; height: 62px; display: grid; margin: 0 auto 30px; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-size: 24px; }.confirmation > p:not(.eyebrow) { max-width: 520px; margin: 34px auto; color: #66716b; line-height: 1.7; }.confirmation dl { width: max-content; margin: 30px auto; padding: 18px 30px; border: 1px solid var(--line); }.confirmation dt { color: var(--moss); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }.confirmation dd { margin: 5px 0 0; font-family: var(--serif); font-size: 22px; }

.site-footer { padding: 85px 0 22px; color: #dce5dd; background: #111c17; }.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .7fr 1fr; gap: 70px; padding-bottom: 75px; }.brand--footer { color: #f0f3ee; }.brand--footer em { color: #9eb1a1; }.footer-intro p { max-width: 320px; margin: 25px 0 0; color: #89978f; font-size: 12px; line-height: 1.75; }.footer-grid h2 { margin: 3px 0 21px; color: #84938a; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }.footer-grid > div:not(:first-child) a { display: block; width: max-content; margin: 0 0 13px; color: #c5cec7; font-size: 12px; text-decoration: none; }.footer-note { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.12); }.footer-note span { display: block; color: #7f8e85; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }.footer-note strong { display: block; margin-top: 8px; font-family: var(--serif); font-size: 28px; font-weight: 400; }.footer-note p { color: #7f8e85; font-size: 11px; }.footer-base { display: flex; padding-top: 20px; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #6f7c74; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }.hero-visual { min-height: 540px; }.editorial-grid { grid-template-columns: 1fr 1fr; }.editorial-product:last-child { grid-column: 1 / -1; width: calc(50% - 14px); }.manifesto-grid { grid-template-columns: 1fr; gap: 35px; }.manifesto blockquote { max-width: 720px; }.page-hero { grid-template-columns: 1fr; gap: 30px; }.page-hero > div { grid-template-columns: 1fr; }.collection-banner { grid-template-columns: 1fr; padding-top: 55px; gap: 40px; }.collection-banner__media { order: -1; }.product-canvas .mdw-detail__sheet, .product-canvas .mdw-detail--centered .mdw-detail__sheet, .product-canvas .mdw-detail--compact .mdw-detail__sheet { grid-template-columns: 1fr; }.product-canvas .mdw-detail__media { min-height: 520px; }.product-canvas .mdw-detail__image-stage { min-height: 410px; }.story-body { grid-template-columns: 1fr; gap: 60px; }.footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-note { grid-column: 1 / -1; padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
}
@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }.announcement { padding: 8px 14px; text-align: center; line-height: 1.5; }.desktop-nav, .admin-link { display: none; }.menu-toggle { display: block; }.header-inner { min-height: 74px; grid-template-columns: 1fr 1fr; }.cart-link span { display: none; }.mobile-nav { inset-block-start: 105px; min-height: calc(100vh - 105px); }.hero { min-height: 0; padding-block: 55px 75px; }.hero h1, .page-hero h1, .story-hero h1, .confirmation h1 { font-size: clamp(48px, 15vw, 67px); }.hero-lede { margin-top: 25px; }.button-row { align-items: flex-start; flex-direction: column; }.hero-facts { gap: 15px; justify-content: space-between; }.hero-facts dt { font-size: 14px; }.hero-facts dd { font-size: 7px; }.hero-visual { min-height: 430px; }.hero-product { height: 300px; }.section { padding-block: 80px; }.section-heading { align-items: flex-start; flex-direction: column; gap: 25px; }.editorial-grid { grid-template-columns: 1fr; }.editorial-product:last-child { grid-column: auto; width: auto; }.editorial-product__media { min-height: 350px; }.manifesto { padding-block: 80px; }.page-hero { padding-block: 65px 45px; }.catalog-shell { padding-block: 45px 80px; }.catalog-shell .mdw-catalog__media, .catalog-shell .mdw-catalog__image-link, .catalog-shell .mdw-catalog__placeholder { height: 320px; }.catalog-shell .mdw-catalog__image { width: min(76%, 246px); max-width: min(76%, 246px); height: min(76%, 246px); max-height: min(76%, 246px); }.catalog-shell .mdw-catalog__actions { grid-template-columns: 1fr; }.collection-grid { grid-template-columns: 1fr; padding-block: 40px 85px; gap: 42px; }.collection-card__body { grid-template-columns: 1fr; }.collection-card__count { padding-top: 0; }.collection-card__body p { margin-top: 7px; }.collection-banner { min-height: 0; padding-block: 35px 42px; gap: 28px; }.collection-banner__content h1 { font-size: clamp(48px, 15vw, 67px); }.collection-banner__meta { align-items: flex-start; flex-direction: column; gap: 20px; }.product-breadcrumb { padding-top: 28px; }.product-canvas { padding-block: 25px 70px; }.product-canvas .mdw-detail__sheet { gap: 20px; }.product-canvas .mdw-detail__media, .product-canvas .mdw-detail--centered .mdw-detail__media, .product-canvas .mdw-detail--compact .mdw-detail__media { min-height: 420px; padding: 18px 14px; gap: 15px; }.product-canvas .mdw-detail__image-stage { min-height: 315px; padding: 8px; }.product-canvas .mdw-detail__image, .product-canvas .mdw-detail--centered .mdw-detail__image { width: min(84%, 330px); max-width: min(84%, 330px); height: min(48vh, 330px); max-height: min(48vh, 330px); }.product-canvas .mdw-detail__thumbs { padding-top: 14px; gap: 9px; }.product-canvas .mdw-detail__thumb { width: 62px; height: 62px; padding: 7px; }.product-canvas .mdw-detail__content { padding: 20px 4px; }.product-canvas .mdw-detail__title { font-size: 48px; }.product-assurance { grid-template-columns: 1fr; gap: 28px; }.story-hero { padding-block: 75px 85px; }.story-body { padding-bottom: 85px; }.story-columns { grid-template-columns: 1fr; }.story-statements .shell { flex-direction: column; gap: 24px; }.confirmation { padding-block: 85px 110px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }.footer-intro { grid-column: 1 / -1; }.footer-note { grid-column: 1 / -1; }.footer-base { flex-direction: column; }.site-footer { padding-top: 65px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
