:root {
  --ink: #151414;
  --paper: #fbfaf8;
  --cream: #f5f0ea;
  --blush: #ead6cf;
  --rose: #caa69b;
  --wine: #732d3d;
  --line: rgba(21, 20, 20, 0.16);
  --serif: "Bodoni 72", Didot, "Times New Roman", serif;
  --sans: Avenir, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.5; }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.concept-bar { height: 31px; padding: 0 4vw; display: flex; align-items: center; justify-content: center; gap: 18px; background: var(--ink); color: #fff; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.concept-bar p { margin: 0; }
.concept-info { border: 0; border-bottom: 1px solid rgba(255,255,255,.55); padding: 0; background: none; color: #fff; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }

.site-header { position: sticky; z-index: 50; top: 0; height: 84px; padding: 0 3.8vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(251,250,248,.94); backdrop-filter: blur(14px); transition: height .3s ease, box-shadow .3s ease; }
.site-header.scrolled { height: 68px; box-shadow: 0 10px 25px rgba(34,24,20,.05); }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
.desktop-nav a { position: relative; padding: 8px 0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.right-nav { justify-content: flex-end; padding-right: 122px; }
.brand { width: clamp(180px, 19vw, 280px); }
.brand img { width: 100%; }
.header-actions { position: absolute; right: 3.8vw; display: flex; align-items: center; gap: 5px; }
.icon-button { position: relative; width: 39px; height: 39px; display: inline-grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.icon-button:hover { background: rgba(0,0,0,.035); }
.action-count { position: absolute; top: 2px; right: 1px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 20px; background: var(--wine); color: white; font-size: 9px; line-height: 17px; text-align: center; }
.mobile-menu-button { display: none; }

.hero { min-height: calc(100vh - 115px); display: grid; grid-template-columns: 45% 55%; background: var(--cream); }
.hero-copy { padding: clamp(70px, 9vw, 145px) 6vw 58px 7vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 23px; font-size: 10px; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .94; }
h1 { margin-bottom: 30px; font-size: clamp(55px, 6.1vw, 99px); }
h1 em, h2 em { color: var(--wine); font-weight: 400; }
.hero-description { max-width: 480px; margin: 0 0 38px; color: #4a4643; font-size: clamp(14px, 1.25vw, 18px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 49px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; cursor: pointer; transition: background .25s ease, color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--wine); border-color: var(--wine); }
.button-light { background: rgba(255,255,255,.9); border-color: #fff; color: var(--ink); }
.text-link { padding: 10px 0; border-bottom: 1px solid currentColor; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { margin-left: 8px; }
.hero-note { margin-top: auto; padding-top: 65px; display: flex; gap: 28px; color: #6d6660; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-note span { display: flex; align-items: center; gap: 9px; }
.hero-note span::before { width: 4px; height: 4px; border-radius: 50%; background: var(--wine); content: ""; }
.hero-media { position: relative; min-height: 660px; overflow: hidden; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.hero-media:hover > img { transform: scale(1.025); }
.hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,15,15,.10), transparent 35%); content: ""; pointer-events: none; }
.hero-badge { position: absolute; z-index: 2; right: 30px; bottom: 30px; width: 126px; height: 126px; padding: 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: rgba(248,244,239,.91); text-align: center; backdrop-filter: blur(10px); }
.hero-badge img { width: 44px; margin-bottom: 4px; }
.hero-badge span { font-family: var(--serif); font-size: 14px; line-height: 1; }
.vertical-caption { position: absolute; z-index: 2; top: 28px; right: 17px; color: #fff; font-size: 8px; letter-spacing: .2em; writing-mode: vertical-rl; }

.marquee { overflow: hidden; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 36px; animation: marquee 25s linear infinite; }
.marquee-track span { font-family: var(--serif); font-size: 18px; letter-spacing: .03em; }
.marquee-track i { color: var(--rose); font-size: 10px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-padding { padding: clamp(86px, 10vw, 150px) 5vw; }
.section-intro { max-width: 760px; margin: 0 auto 70px; text-align: center; }
.section-intro h2, .products-heading h2, .story-copy h2, .newsletter-copy h2 { margin: 0; font-size: clamp(44px, 5.4vw, 76px); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.category-card { display: block; }
.category-image { position: relative; aspect-ratio: .79; margin-bottom: 24px; overflow: hidden; background: #eee8e2; }
.category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.category-card:hover .category-image img { transform: scale(1.035); }
.category-card > div:last-child { display: grid; grid-template-columns: 34px 1fr; align-items: end; }
.category-card span { grid-row: 1 / 3; align-self: start; padding-top: 8px; color: #8d8179; font-size: 9px; }
.category-card h3 { margin: 0; font-family: var(--serif); font-size: 35px; font-weight: 400; }
.category-card p { margin: 3px 0 0; color: #716b66; font-size: 11px; letter-spacing: .08em; }
.category-boys .category-image { background: #e9e1d5; }
.category-mini .category-image { background: #e7e7e7; }

.products-section { background: #f0e7e1; }
.products-heading { margin-bottom: 48px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.products-heading .eyebrow { margin-bottom: 15px; }
.product-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-button { padding: 9px 14px; border: 1px solid transparent; background: transparent; color: #635b56; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; }
.filter-button.active { border-color: var(--ink); color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px 15px; }
.product-card { min-width: 0; }
.product-media { position: relative; aspect-ratio: .82; overflow: hidden; background: #e9e1da; cursor: pointer; }
.product-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.product-card:hover .product-media > img { transform: scale(1.025); }
.product-tag { position: absolute; top: 12px; left: 12px; padding: 6px 9px; background: rgba(251,250,248,.9); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.heart-button { position: absolute; top: 9px; right: 9px; width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(251,250,248,.88); cursor: pointer; }
.heart-button svg { width: 17px; fill: none; stroke: var(--ink); stroke-width: 1.4; }
.heart-button.active svg { fill: var(--wine); stroke: var(--wine); }
.quick-add { position: absolute; right: 10px; bottom: 10px; left: 10px; min-height: 43px; border: 0; background: rgba(21,20,20,.92); color: #fff; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; opacity: 0; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease; }
.product-card:hover .quick-add, .quick-add:focus { opacity: 1; transform: translateY(0); }
.product-info { padding-top: 14px; display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; }
.product-info h3 { margin: 0; overflow: hidden; font-size: 12px; font-weight: 500; letter-spacing: .035em; text-overflow: ellipsis; white-space: nowrap; }
.product-price { grid-column: 2; grid-row: 1; margin: 0; font-size: 12px; }
.product-color { grid-column: 1 / 3; margin: 0; color: #766e68; font-size: 10px; }
.catalog-note { margin: 48px 0 0; color: #6f6660; font-size: 9px; letter-spacing: .14em; text-align: center; text-transform: uppercase; }

.editorial-grid { display: grid; grid-template-columns: 2fr 1fr; }
.editorial-card { position: relative; min-height: 650px; overflow: hidden; }
.editorial-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.editorial-card:hover > img { transform: scale(1.02); }
.editorial-large::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,12,10,.52), transparent 70%); content: ""; }
.editorial-overlay { position: absolute; z-index: 2; left: 7vw; bottom: 75px; color: #fff; }
.editorial-overlay h2 { margin: 0 0 30px; font-size: clamp(46px, 5vw, 74px); }
.editorial-overlay h2 em { color: #f2d7cf; }
.editorial-small { background: #eadad5; }
.editorial-label { position: absolute; right: 20px; bottom: 18px; left: 20px; padding-top: 12px; display: flex; justify-content: space-between; border-top: 1px solid rgba(0,0,0,.35); color: #3b302d; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.story-section { display: grid; grid-template-columns: .55fr 1.15fr 1fr; align-items: center; gap: 6vw; background: var(--paper); }
.story-monogram { align-self: start; }
.story-monogram img { width: min(14vw, 160px); opacity: .12; }
.story-copy .eyebrow { margin-bottom: 30px; }
.story-copy > p:not(.eyebrow) { max-width: 590px; margin: 35px 0; color: #5e5854; font-size: 14px; line-height: 1.9; }
.story-values { border-top: 1px solid var(--line); }
.story-values div { padding: 14px 0; display: flex; gap: 25px; border-bottom: 1px solid var(--line); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.story-values strong { color: var(--rose); font-size: 9px; }
.story-image img { aspect-ratio: .83; width: 100%; object-fit: cover; }
.story-image figcaption { margin-top: 12px; color: #726a65; font-family: var(--serif); font-size: 15px; font-style: italic; text-align: right; }

.newsletter-section { padding: 70px 7vw; display: grid; grid-template-columns: 120px 1fr minmax(340px, 42%); align-items: center; gap: 4vw; background: var(--blush); }
.newsletter-symbol img { width: 92px; opacity: .75; }
.newsletter-copy .eyebrow { margin-bottom: 12px; }
.newsletter-copy h2 { font-size: clamp(38px, 4vw, 60px); }
.newsletter-copy > p:last-child { margin: 16px 0 0; color: #655651; font-size: 12px; }
.newsletter-form { display: flex; align-items: center; border-bottom: 1px solid var(--ink); }
.newsletter-form input { width: 100%; padding: 17px 5px; border: 0; outline: 0; background: transparent; }
.newsletter-form input::placeholder { color: #6f625d; }
.newsletter-form button { flex: 0 0 auto; padding: 15px 3px 15px 20px; border: 0; background: transparent; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.newsletter-form button span { margin-left: 8px; }

.site-footer { padding: 70px 5vw 25px; background: var(--ink); color: #f4f0eb; }
.footer-brand { padding-bottom: 55px; display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-brand img { width: min(42vw, 470px); filter: invert(1); }
.footer-brand p { margin: 0; color: #b7b0aa; font-family: var(--serif); font-size: 18px; text-align: right; }
.footer-links { padding: 48px 0 68px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links h3 { margin: 0 0 12px; color: #837d78; font-size: 9px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.footer-links a, .footer-links button { padding: 0; border: 0; background: none; color: #e7e1dc; font-size: 11px; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: #fff; text-decoration: underline; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.16); color: #77716d; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.drawer-backdrop { position: fixed; z-index: 80; inset: 0; background: rgba(18,14,13,.45); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.drawer-backdrop.active { opacity: 1; pointer-events: auto; }
.cart-drawer, .search-panel { position: fixed; z-index: 90; top: 0; right: 0; bottom: 0; width: min(100%, 470px); padding: 0 28px; background: var(--paper); box-shadow: -15px 0 40px rgba(0,0,0,.12); transform: translateX(105%); transition: transform .38s cubic-bezier(.2,.75,.25,1); }
.cart-drawer.open, .search-panel.open { transform: translateX(0); }
.panel-header { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.panel-header h2 { margin: 0; font-size: 31px; }
.panel-header h2 span { font-family: var(--sans); color: #7c736d; font-size: 11px; }
.shipping-progress { padding: 19px 0; border-bottom: 1px solid var(--line); }
.shipping-progress p { margin: 0 0 10px; font-size: 10px; letter-spacing: .08em; }
.shipping-progress > div { height: 2px; background: #ddd6d0; }
.shipping-progress span { width: 0; height: 100%; display: block; background: var(--wine); transition: width .3s ease; }
.cart-items { height: calc(100% - 310px); overflow: auto; }
.empty-cart { height: 100%; display: grid; place-items: center; text-align: center; }
.empty-cart img { width: 80px; margin: 0 auto 20px; opacity: .25; }
.empty-cart h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.empty-cart p { color: #77706b; font-size: 11px; }
.cart-item { padding: 18px 0; display: grid; grid-template-columns: 88px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }
.cart-item > img { width: 88px; height: 108px; object-fit: cover; background: #eee8e2; }
.cart-item-details { min-width: 0; display: flex; flex-direction: column; }
.cart-item-top { display: flex; justify-content: space-between; gap: 10px; }
.cart-item h3 { margin: 0; font-size: 11px; font-weight: 500; }
.cart-item-price { font-size: 11px; white-space: nowrap; }
.cart-item-meta { margin: 5px 0 auto; color: #766f69; font-size: 9px; }
.quantity-control { display: flex; align-items: center; gap: 10px; }
.quantity-control button, .remove-item { border: 0; background: none; cursor: pointer; }
.quantity-control button { width: 25px; height: 25px; border: 1px solid var(--line); }
.quantity-control span { font-size: 10px; }
.remove-item { margin-left: auto; padding: 5px 0; color: #7b716b; font-size: 9px; text-decoration: underline; }
.cart-footer { position: absolute; right: 28px; bottom: 25px; left: 28px; padding-top: 17px; border-top: 1px solid var(--ink); }
.cart-footer > div { display: flex; justify-content: space-between; font-size: 12px; }
.cart-footer p { margin: 8px 0 15px; color: #7d746e; font-size: 9px; }
.checkout-button { width: 100%; }
.search-field { margin-top: 32px; padding: 0 0 12px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--ink); }
.search-field svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: 24px; }
.search-results { margin-top: 25px; }
.search-results > p { color: #7b736d; font-size: 11px; }
.search-result { padding: 12px 0; display: grid; grid-template-columns: 65px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); cursor: pointer; }
.search-result img { width: 65px; height: 78px; object-fit: cover; }
.search-result h3 { margin: 0 0 3px; font-size: 11px; font-weight: 500; }
.search-result p, .search-result span { margin: 0; color: #726a65; font-size: 9px; }

.mobile-menu { position: fixed; z-index: 95; inset: 0; padding: 24px 25px 40px; display: flex; flex-direction: column; background: var(--cream); transform: translateX(-105%); transition: transform .4s cubic-bezier(.2,.75,.25,1); }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu-top img { width: 50px; }
.mobile-menu nav { margin: auto 0; display: flex; flex-direction: column; }
.mobile-menu nav a { padding: 13px 0; display: flex; gap: 16px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(34px, 12vw, 54px); }
.mobile-menu nav span { padding-top: 11px; color: #a18d82; font-family: var(--sans); font-size: 9px; }
.mobile-menu > p { margin: 0; color: #756c66; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.product-modal { width: min(920px, calc(100% - 30px)); max-width: none; padding: 0; border: 0; background: var(--paper); box-shadow: 0 25px 80px rgba(0,0,0,.25); }
.product-modal[open] { display: grid; grid-template-columns: 1fr 1fr; }
.product-modal::backdrop { background: rgba(16,13,12,.57); backdrop-filter: blur(3px); }
.modal-close { position: absolute; z-index: 2; top: 12px; right: 12px; background: rgba(255,255,255,.85); }
.modal-image { min-height: 590px; background: #ece5df; }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-content { padding: 70px 50px 40px; display: flex; flex-direction: column; }
.modal-content .eyebrow { margin-bottom: 15px; color: #786f68; }
.modal-content h2 { margin: 0 0 13px; font-size: 48px; }
.modal-price { font-size: 14px; }
.modal-description { margin: 20px 0 30px; color: #625b56; font-size: 12px; line-height: 1.8; }
.modal-content fieldset { margin: 0; padding: 0; border: 0; }
.modal-content legend { margin-bottom: 12px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.size-options { display: flex; flex-wrap: wrap; gap: 7px; }
.size-options button { min-width: 45px; height: 40px; border: 1px solid var(--line); background: transparent; font-size: 9px; cursor: pointer; }
.size-options button.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.modal-add { width: 100%; margin-top: 30px; }
.modal-details { margin-top: auto; padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #776f69; font-size: 9px; }

.toast { position: fixed; z-index: 110; right: 24px; bottom: 24px; max-width: min(390px, calc(100% - 30px)); padding: 14px 18px; background: var(--ink); color: white; font-size: 11px; line-height: 1.5; box-shadow: 0 10px 35px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .25s ease, transform .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto 1fr; height: 70px; }
  .mobile-menu-button { display: grid; justify-self: start; }
  .right-nav { padding-right: 0; }
  .hero { min-height: auto; grid-template-columns: 43% 57%; }
  .hero-copy { padding: 80px 5vw 45px; }
  .hero-media { min-height: 620px; }
  .hero-note { padding-top: 45px; flex-direction: column; gap: 7px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .story-section { grid-template-columns: 1fr 1fr; }
  .story-monogram { display: none; }
  .newsletter-section { grid-template-columns: 80px 1fr; }
  .newsletter-form { grid-column: 2; }
}

@media (max-width: 760px) {
  .concept-bar { height: 29px; padding: 0 10px; justify-content: space-between; gap: 8px; }
  .concept-bar p { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
  .concept-info { flex: 0 0 auto; font-size: 7px; }
  .site-header { height: 64px; padding: 0 14px; }
  .site-header.scrolled { height: 58px; }
  .brand { width: 148px; }
  .header-actions { right: 10px; gap: 0; }
  .header-actions .desktop-only { display: none; }
  .icon-button { width: 36px; height: 36px; }
  .hero { display: flex; flex-direction: column-reverse; }
  .hero-media { min-height: 68vh; }
  .hero-media > img { object-position: center top; }
  .hero-badge { right: 17px; bottom: 17px; width: 98px; height: 98px; }
  .vertical-caption { display: none; }
  .hero-copy { padding: 52px 22px 38px; }
  h1 { margin-bottom: 22px; font-size: clamp(48px, 16vw, 68px); }
  .hero-description { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-link { align-self: flex-start; }
  .hero-note { margin-top: 12px; padding-top: 23px; flex-direction: row; gap: 15px; }
  .marquee-track { gap: 25px; }
  .section-padding { padding: 80px 17px; }
  .section-intro { margin-bottom: 42px; }
  .section-intro h2, .products-heading h2, .story-copy h2 { font-size: 48px; }
  .category-grid { grid-template-columns: 1fr; gap: 45px; }
  .category-image { aspect-ratio: .95; }
  .products-heading { align-items: flex-start; flex-direction: column; }
  .product-filters { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px 9px; }
  .product-media { aspect-ratio: .78; }
  .quick-add { min-height: 38px; opacity: 1; transform: none; }
  .product-info { grid-template-columns: 1fr; gap: 5px; }
  .product-info h3 { font-size: 10px; }
  .product-price { grid-column: 1; grid-row: 2; }
  .product-color { grid-column: 1; grid-row: 3; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-card { min-height: 560px; }
  .editorial-small { min-height: 420px; }
  .editorial-overlay { right: 20px; bottom: 40px; left: 22px; }
  .editorial-overlay h2 { font-size: 48px; }
  .story-section { display: flex; flex-direction: column; gap: 50px; }
  .story-image { margin: 0; }
  .newsletter-section { padding: 58px 22px; display: block; }
  .newsletter-symbol { display: none; }
  .newsletter-copy h2 { font-size: 45px; }
  .newsletter-form { margin-top: 35px; }
  .footer-brand { align-items: flex-start; flex-direction: column; gap: 30px; }
  .footer-brand img { width: 85%; }
  .footer-brand p { font-size: 15px; text-align: left; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .cart-drawer, .search-panel { width: 100%; padding: 0 18px; }
  .cart-footer { right: 18px; left: 18px; }
  .product-modal[open] { display: block; max-height: 92vh; overflow-y: auto; }
  .modal-image { min-height: 50vh; height: 50vh; }
  .modal-content { padding: 35px 23px 28px; }
  .modal-content h2 { font-size: 40px; }
  .modal-details { margin-top: 30px; }
  .toast { right: 15px; bottom: 15px; }
}

@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; }
}
