@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Italiana&display=swap');

:root {
  --ink: #0d0d0b;
  --ink-2: #181713;
  --paper: #f2eee5;
  --paper-2: #e8e1d5;
  --gold: #ad8647;
  --gold-light: #d3b379;
  --oxblood: #55241f;
  --line: rgba(13, 13, 11, .17);
  --line-light: rgba(242, 238, 229, .18);
  --serif: 'Italiana', 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --pad: clamp(20px, 4vw, 72px);
  --max: 1760px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.65; }
body.menu-open, body.drawer-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: var(--paper); background: var(--oxblood); }

.container { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: clamp(84px, 9vw, 158px); }
.section-sm { padding-block: clamp(54px, 6vw, 94px); }
.dark { color: var(--paper); background: var(--ink); }
.soft { background: var(--paper-2); }
.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 30px; height: 1px; background: currentColor; opacity: .55; }
.display { margin: 0; font: 400 clamp(48px, 7vw, 116px)/.89 var(--serif); letter-spacing: -.045em; }
.h1 { margin: 0; font: 400 clamp(48px, 6.2vw, 98px)/.94 var(--serif); letter-spacing: -.04em; }
.h2 { margin: 0; font: 400 clamp(38px, 4.4vw, 72px)/.99 var(--serif); letter-spacing: -.035em; }
.h3 { margin: 0; font: 400 clamp(27px, 2.6vw, 43px)/1.08 var(--serif); }
.lead { max-width: 680px; margin: 24px 0 0; font-size: clamp(17px, 1.4vw, 22px); font-weight: 300; line-height: 1.55; }
.body-copy { max-width: 620px; color: rgba(13,13,11,.7); font-size: 16px; }
.dark .body-copy { color: rgba(242,238,229,.7); }
.kicker { font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }

.announcement { padding: 8px var(--pad); color: var(--paper); background: var(--oxblood); text-align: center; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.header { position: sticky; z-index: 100; top: 0; color: var(--paper); background: rgba(13,13,11,.96); border-bottom: 1px solid var(--line-light); backdrop-filter: blur(15px); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 76px; padding-inline: var(--pad); }
.logo { font: 400 25px/1 var(--serif); letter-spacing: .24em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 42px); }
.nav a, .header-action { position: relative; padding: 28px 0 25px; border: 0; background: none; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.nav a::after { content: ''; position: absolute; right: 0; bottom: 20px; left: 0; height: 1px; background: var(--gold-light); transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); transform-origin: left; }
.header-tools { display: flex; justify-content: flex-end; align-items: center; gap: 20px; }
.header-action { display: inline-flex; align-items: center; gap: 7px; }
.cart-badge { display: grid; place-items: center; width: 18px; height: 18px; color: var(--ink); background: var(--gold-light); border-radius: 50%; font-size: 9px; }
.menu-toggle { display: none; width: 36px; height: 36px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 26px; height: 1px; margin: 6px auto; background: currentColor; transition: .3s ease; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: calc(100svh - 108px); color: var(--paper); background: var(--ink); overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { height: 100%; object-fit: cover; object-position: center; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,7,.92) 0%, rgba(8,8,7,.54) 36%, rgba(8,8,7,.07) 68%), linear-gradient(0deg, rgba(8,8,7,.55), transparent 44%); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; min-height: calc(100svh - 108px); padding-block: 90px; }
.hero-content .display { max-width: 820px; }
.hero-content .lead { max-width: 500px; color: rgba(242,238,229,.75); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.hero-note { position: absolute; right: var(--pad); bottom: 34px; z-index: 2; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; opacity: .7; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 28px; border: 1px solid var(--ink); background: transparent; font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; cursor: pointer; transition: color .35s, background .35s, border .35s; }
.btn:hover { color: var(--paper); background: var(--ink); }
.btn-light { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.btn-light:hover { color: var(--paper); background: transparent; }
.btn-outline-light { color: var(--paper); border-color: rgba(242,238,229,.55); }
.btn-outline-light:hover { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.btn-gold { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.text-link::after { content: '↗'; transition: transform .3s; }
.text-link:hover::after { transform: translate(3px,-3px); }

.marquee { overflow: hidden; padding: 20px 0; color: var(--paper); background: var(--oxblood); }
.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee-track span { padding: 0 30px; font: 400 20px/1 var(--serif); letter-spacing: .05em; white-space: nowrap; }
.marquee-track span::after { content: '◆'; margin-left: 60px; color: var(--gold-light); font-size: 8px; vertical-align: middle; }
@keyframes marquee { to { transform: translateX(-50%); } }

.intro-grid { display: grid; grid-template-columns: .8fr 1.45fr; gap: clamp(50px, 10vw, 190px); align-items: start; }
.intro-grid .h2 em { color: var(--oxblood); font-weight: 400; }
.metrics { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 58px; border-top: 1px solid var(--line); }
.metric { padding: 22px 12px 0 0; }
.metric strong { display: block; font: 400 34px/1 var(--serif); }
.metric span { display: block; margin-top: 9px; color: rgba(13,13,11,.58); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }

.editorial-grid { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 760px; }
.editorial-media { position: relative; min-height: 680px; overflow: hidden; }
.editorial-media img { height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.editorial-media:hover img { transform: scale(1.025); }
.editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 150px); color: var(--paper); background: var(--ink); }
.editorial-copy .h2 { max-width: 500px; }
.editorial-copy .body-copy { margin: 28px 0 42px; }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: clamp(42px, 6vw, 86px); }
.section-head .h2 { max-width: 790px; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(18px, 2vw, 38px); }
.product-card { position: relative; }
.product-image { position: relative; aspect-ratio: 4/5; background: #e6ded1; overflow: hidden; }
.product-image img { height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-card:nth-child(2) .product-image img { object-position: 50% 52%; }
.product-card:nth-child(3) .product-image img { object-position: 73% 46%; }
.product-tag { position: absolute; top: 15px; left: 15px; padding: 7px 10px; color: var(--paper); background: var(--ink); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.quick-add { position: absolute; right: 13px; bottom: 13px; left: 13px; min-height: 44px; border: 0; color: var(--paper); background: rgba(13,13,11,.9); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; transform: translateY(70px); transition: transform .4s var(--ease); cursor: pointer; }
.product-card:hover .quick-add { transform: translateY(0); }
.product-meta { display: flex; justify-content: space-between; gap: 25px; padding: 18px 0 0; }
.product-meta h3 { margin: 0; font: 400 22px/1.2 var(--serif); }
.product-meta span { color: rgba(13,13,11,.58); font-size: 11px; }
.price { flex: none; font-size: 12px !important; color: var(--ink) !important; }

.story-band { display: grid; grid-template-columns: 1fr 1fr; }
.story-band > * { min-height: 650px; }
.story-image img { height: 100%; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 8vw, 140px); background: var(--paper-2); }
.story-copy .body-copy { margin: 25px 0 38px; }

.collection-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 390px 390px; gap: 1px; background: var(--paper); }
.collection-tile { position: relative; color: var(--paper); background: var(--ink); overflow: hidden; }
.collection-tile:first-child { grid-row: span 2; }
.collection-tile img { height: 100%; object-fit: cover; opacity: .77; transition: transform 1s var(--ease), opacity .5s; }
.collection-tile:hover img { transform: scale(1.03); opacity: .58; }
.collection-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: end; padding: clamp(28px, 4vw, 62px); background: linear-gradient(0deg, rgba(10,10,8,.72), transparent 60%); }
.collection-overlay h3 { margin: 0 0 8px; font: 400 clamp(32px,4vw,62px)/1 var(--serif); }
.collection-overlay span { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }

.quote { padding: clamp(100px, 14vw, 220px) var(--pad); color: var(--paper); background: var(--oxblood); text-align: center; }
.quote blockquote { max-width: 1050px; margin: 0 auto; font: 400 clamp(37px, 5.4vw, 83px)/1.05 var(--serif); letter-spacing: -.025em; }
.quote cite { display: block; margin-top: 36px; font-style: normal; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }

.journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); }
.journal-card { background: var(--paper); }
.journal-card img { aspect-ratio: 4/3; object-fit: cover; filter: saturate(.8); transition: filter .5s, transform .8s var(--ease); }
.journal-card:hover img { filter: saturate(1); transform: scale(1.02); }
.journal-image { overflow: hidden; }
.journal-copy { padding: 30px; }
.journal-copy .kicker { color: var(--oxblood); }
.journal-copy h3 { margin: 15px 0 16px; font: 400 30px/1.08 var(--serif); }

.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.newsletter-form { display: flex; border-bottom: 1px solid var(--paper); }
.newsletter-form input { flex: 1; min-width: 0; padding: 18px 0; color: var(--paper); background: transparent; border: 0; outline: none; }
.newsletter-form input::placeholder { color: rgba(242,238,229,.5); }
.newsletter-form button { border: 0; background: transparent; color: var(--paper); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }

.page-hero { color: var(--paper); background: var(--ink); }
.page-hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 610px; }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 160px) var(--pad); }
.page-hero-copy .lead { color: rgba(242,238,229,.69); }
.page-hero-media { min-height: 480px; overflow: hidden; }
.page-hero-media img { height: 100%; object-fit: cover; }
.page-hero.centered .page-hero-inner { display: block; min-height: auto; }
.page-hero.centered .page-hero-copy { align-items: center; min-height: 500px; text-align: center; }
.page-hero.centered .lead { margin-inline: auto; }

.filter-row { display: flex; justify-content: space-between; gap: 25px; margin-bottom: 42px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.filters { display: flex; flex-wrap: wrap; gap: 22px; }
.filter-btn { padding: 0; border: 0; background: transparent; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; opacity: .5; }
.filter-btn.active { opacity: 1; }
.filter-btn.active::before { content: '◆'; margin-right: 8px; color: var(--gold); font-size: 7px; }
.collection-products { grid-template-columns: repeat(4,1fr); row-gap: 60px; }
.collection-products .product-card:nth-child(5n+1) { grid-column: span 2; }
.collection-products .product-card:nth-child(5n+1) .product-image { aspect-ratio: 8/5; }

.product-detail { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 720px; }
.product-gallery-main { min-height: 720px; background: #ded4c4; }
.product-gallery-main img { height: 100%; object-fit: cover; }
.product-info { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 130px); }
.product-info .h1 { margin: 12px 0 16px; }
.product-info .product-price { margin-bottom: 25px; font-size: 14px; }
.product-options { display: grid; gap: 24px; margin: 34px 0; padding-block: 28px; border-block: 1px solid var(--line); }
.option-label { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.size-row { display: flex; flex-wrap: wrap; gap: 8px; }
.size-btn { min-width: 48px; height: 42px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.size-btn.active, .size-btn:hover { color: var(--paper); background: var(--ink); }
.product-actions { display: grid; grid-template-columns: 90px 1fr; gap: 10px; }
.qty { display: flex; justify-content: space-around; align-items: center; border: 1px solid var(--line); }
.qty button { border: 0; background: none; cursor: pointer; }
.product-accordions { margin-top: 34px; }
.accordion { border-top: 1px solid var(--line); }
.accordion:last-child { border-bottom: 1px solid var(--line); }
.accordion-toggle { display: flex; justify-content: space-between; width: 100%; padding: 18px 0; border: 0; background: none; font-size: 10px; letter-spacing: .13em; text-align: left; text-transform: uppercase; cursor: pointer; }
.accordion-panel { max-height: 0; overflow: hidden; color: rgba(13,13,11,.66); transition: max-height .45s ease; }
.accordion.open .accordion-panel { max-height: 170px; }
.accordion-panel p { margin: 0; padding: 0 0 20px; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-light); }
.process-step { padding: 30px 30px 55px 0; border-right: 1px solid var(--line-light); }
.process-step:last-child { border-right: 0; padding-left: 30px; }
.process-step:not(:first-child) { padding-left: 30px; }
.process-step .no { color: var(--gold-light); font: 400 36px/1 var(--serif); }
.process-step h3 { margin: 60px 0 15px; font: 400 26px/1.1 var(--serif); }
.process-step p { color: rgba(242,238,229,.62); }

.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); }
.value-card { min-height: 340px; padding: clamp(30px,4vw,65px); background: var(--paper); }
.value-card .no { color: var(--gold); font-size: 10px; letter-spacing: .18em; }
.value-card h3 { margin: 100px 0 18px; font: 400 30px/1 var(--serif); }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px,10vw,160px); }
.contact-list { margin-top: 45px; border-top: 1px solid var(--line); }
.contact-row { padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-row span { display: block; margin-bottom: 5px; color: rgba(13,13,11,.5); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; border-radius: 0; }
.field textarea { min-height: 120px; resize: vertical; }

.article { max-width: 790px; margin: 0 auto; }
.article-meta { display: flex; gap: 20px; margin: 24px 0 50px; color: rgba(13,13,11,.55); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.article-body { font: 300 18px/1.85 var(--sans); }
.article-body p:first-child::first-letter { float: left; margin: 7px 10px 0 0; color: var(--oxblood); font: 400 76px/.7 var(--serif); }
.article-body h2 { margin: 58px 0 22px; font: 400 40px/1.1 var(--serif); }
.article-image { margin: 55px -12vw; }
.article-image img { max-height: 650px; object-fit: cover; }

.cart-layout { display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(40px,7vw,100px); }
.cart-item { display: grid; grid-template-columns: 130px 1fr auto; gap: 25px; padding: 20px 0; border-top: 1px solid var(--line); }
.cart-item:last-child { border-bottom: 1px solid var(--line); }
.cart-item img { width: 130px; aspect-ratio: 1; object-fit: cover; }
.cart-item h3 { margin: 5px 0; font: 400 23px/1 var(--serif); }
.remove { padding: 0; border: 0; background: none; color: rgba(13,13,11,.5); font-size: 9px; letter-spacing: .1em; text-decoration: underline; text-transform: uppercase; cursor: pointer; }
.summary { align-self: start; padding: 35px; color: var(--paper); background: var(--ink); }
.summary h2 { margin: 0 0 30px; font: 400 34px/1 var(--serif); }
.summary-row { display: flex; justify-content: space-between; padding: 14px 0; border-top: 1px solid var(--line-light); }
.summary-row.total { font-size: 18px; }
.summary .btn { width: 100%; margin-top: 22px; }
.empty-cart { padding: 70px 0; border-block: 1px solid var(--line); text-align: center; }

.footer { color: var(--paper); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1.3fr repeat(3,.7fr); gap: 50px; padding-block: 90px; border-bottom: 1px solid var(--line-light); }
.footer-brand .logo { display: block; margin-bottom: 24px; }
.footer-brand p { max-width: 360px; color: rgba(242,238,229,.58); }
.footer-col h4 { margin: 0 0 22px; color: var(--gold-light); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-col a { display: block; width: fit-content; margin: 9px 0; color: rgba(242,238,229,.68); }
.footer-col a:hover { color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 25px; color: rgba(242,238,229,.42); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }

.cart-drawer { position: fixed; z-index: 300; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; width: min(440px, 100%); padding: 30px; background: var(--paper); box-shadow: -20px 0 60px rgba(0,0,0,.2); transform: translateX(105%); transition: transform .55s var(--ease); }
.drawer-open .cart-drawer { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font: 400 30px/1 var(--serif); }
.drawer-close { border: 0; background: transparent; font-size: 22px; cursor: pointer; }
.drawer-items { flex: 1; overflow-y: auto; }
.drawer-overlay { position: fixed; z-index: 250; inset: 0; visibility: hidden; background: rgba(0,0,0,.5); opacity: 0; transition: .35s; }
.drawer-open .drawer-overlay { visibility: visible; opacity: 1; }
.drawer-foot { padding-top: 20px; border-top: 1px solid var(--line); }
.drawer-foot .btn { width: 100%; }
.search-overlay { position: fixed; z-index: 400; inset: 0; display: grid; place-items: center; visibility: hidden; padding: var(--pad); color: var(--paper); background: rgba(13,13,11,.98); opacity: 0; transition: .35s; }
.search-overlay.open { visibility: visible; opacity: 1; }
.search-inner { width: min(850px,100%); }
.search-close { position: absolute; top: 30px; right: 35px; border: 0; background: none; color: inherit; font-size: 28px; cursor: pointer; }
.search-inner input { width: 100%; padding: 20px 0; border: 0; border-bottom: 1px solid var(--paper); outline: 0; color: var(--paper); background: transparent; font: 400 clamp(32px,6vw,72px)/1 var(--serif); }
.toast { position: fixed; z-index: 500; right: 22px; bottom: 22px; padding: 15px 20px; color: var(--ink); background: var(--gold-light); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; transform: translateY(90px); opacity: 0; transition: .4s var(--ease); }
.toast.show { transform: translateY(0); opacity: 1; }
.reveal { transform: translateY(28px); opacity: 0; transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.in { transform: none; opacity: 1; }

@media (max-width: 1100px) {
  .nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .header-tools .search-trigger { display: none; }
  .menu-toggle { display: block; color: var(--paper); }
  .mobile-menu { position: fixed; z-index: 90; top: 108px; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: var(--pad); color: var(--paper); background: var(--ink); transform: translateX(100%); transition: transform .55s var(--ease); }
  .menu-open .mobile-menu { transform: none; }
  .mobile-menu a { font: 400 clamp(34px,8vw,64px)/1.05 var(--serif); }
  .intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .collection-products { grid-template-columns: repeat(3,1fr); }
  .collection-products .product-card:nth-child(5n+1) { grid-column: auto; }
  .collection-products .product-card:nth-child(5n+1) .product-image { aspect-ratio: 4/5; }
  .product-detail, .page-hero-inner { grid-template-columns: 1fr; }
  .page-hero-copy { min-height: 440px; }
  .product-gallery-main { min-height: 60vw; }
  .footer-top { grid-template-columns: 1.3fr repeat(2,1fr); }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 760px) {
  :root { --pad: 20px; }
  .announcement { min-height: 32px; font-size: 8px; }
  .header-inner { min-height: 68px; }
  .logo { font-size: 21px; }
  .header-tools { gap: 12px; }
  .header-action { padding-block: 24px; font-size: 0; }
  .header-action .cart-badge { font-size: 9px; }
  .mobile-menu { top: 100px; }
  .hero, .hero-content { min-height: calc(100svh - 100px); }
  .hero-media::after { background: linear-gradient(90deg,rgba(8,8,7,.8),rgba(8,8,7,.22)), linear-gradient(0deg,rgba(8,8,7,.8),transparent 70%); }
  .hero-content { justify-content: end; padding-bottom: 75px; }
  .hero-note { display: none; }
  .display { font-size: clamp(48px,15vw,74px); }
  .section-head { display: block; }
  .section-head .text-link { margin-top: 25px; }
  .metrics { gap: 10px; }
  .metric strong { font-size: 28px; }
  .editorial-grid, .story-band { grid-template-columns: 1fr; }
  .editorial-grid { min-height: auto; }
  .editorial-media, .story-band > * { min-height: 520px; }
  .product-grid, .journal-grid { grid-template-columns: 1fr 1fr; }
  .product-grid { gap: 35px 12px; }
  .product-meta h3 { font-size: 19px; }
  .quick-add { transform: none; }
  .collection-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3,450px); }
  .collection-tile:first-child { grid-row: auto; }
  .newsletter, .contact-grid, .cart-layout { grid-template-columns: 1fr; gap: 50px; }
  .page-hero-inner { min-height: auto; }
  .page-hero-copy { min-height: 400px; }
  .page-hero-media { min-height: 520px; }
  .filter-row { align-items: start; }
  .filters { gap: 10px 17px; }
  .collection-products { grid-template-columns: 1fr 1fr; }
  .product-detail { display: block; }
  .product-gallery-main { min-height: 115vw; }
  .product-info { padding: 65px 20px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step { border-bottom: 1px solid var(--line-light); }
  .process-step:nth-child(odd) { padding-left: 0; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 270px; }
  .value-card h3 { margin-top: 60px; }
  .article-image { margin-inline: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin: 7px 0; }
}

@media (max-width: 480px) {
  .product-grid, .journal-grid, .collection-products { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 4/4.7; }
  .collection-grid { grid-template-rows: repeat(3,380px); }
  .process-grid, .form-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:not(:first-child), .process-step:last-child { padding: 28px 0 40px; border-right: 0; }
  .process-step h3 { margin-top: 30px; }
  .field.full { grid-column: auto; }
  .cart-item { grid-template-columns: 90px 1fr; }
  .cart-item img { width: 90px; }
  .cart-item > strong { grid-column: 2; }
  .footer-top { grid-template-columns: 1fr; }
}

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