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

:root {
  --ink: #201c18;
  --ink-soft: #4c443c;
  --ivory: #f7f4ee;
  --warm: #eee7dc;
  --sand: #d8c8b4;
  --gold: #b9974f;
  --gold-light: #e0ca8b;
  --white: #fff;
  --line: rgba(32,28,24,.14);
  --serif: 'Italiana', Georgia, serif;
  --sans: 'DM Sans', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.announcement {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 6px 20px;
  background: var(--ink);
  color: #ddd4c7;
  font-size: 10px;
  letter-spacing: .08em;
}
.announcement p { margin: 0; }
.announcement a { padding-bottom: 2px; border-bottom: 1px solid #c9ad68; color: var(--gold-light); font-weight: 600; }

.store-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  min-height: 84px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 10px 5vw;
  border-bottom: 1px solid var(--line);
  background: rgba(247,244,238,.94);
  backdrop-filter: blur(18px);
}
.store-logo { grid-column: 2; }
.store-logo img { width: 122px; height: 58px; object-fit: contain; filter: drop-shadow(0 4px 12px rgba(0,0,0,.08)); }
.store-nav { grid-column: 1; grid-row: 1; display: flex; align-items: center; gap: clamp(18px,2.4vw,38px); }
.store-nav a { position: relative; color: var(--ink-soft); font-size: 11px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.store-nav a::after { position: absolute; right: 100%; bottom: -7px; left: 0; height: 1px; background: var(--gold); content: ''; transition: right .25s ease; }
.store-nav a:hover::after { right: 0; }
.header-actions { grid-column: 3; grid-row: 1; display: flex; justify-content: flex-end; gap: 8px; }
.header-icon {
  min-width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 17px;
}
.header-icon:hover { color: var(--gold); }
.cart-button { min-width: 70px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.cart-button span { display: inline-grid; min-width: 20px; height: 20px; margin-left: 3px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--gold-light); font-size: 9px; }
.mobile-menu-button, .mobile-menu { display: none; }

.hero { position: relative; min-height: clamp(560px,calc(100vh - 118px),840px); overflow: hidden; background: #cfc0ae; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-reveal 1.1s ease both; }
.hero-overlay { background: linear-gradient(90deg,rgba(19,16,13,.66) 0%,rgba(19,16,13,.23) 45%,rgba(19,16,13,.02) 75%); }
.hero-copy { position: relative; z-index: 2; width: min(590px,52vw); padding: clamp(100px,14vh,160px) 0 90px 8vw; color: var(--white); }
.eyebrow { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: .26em; }
.eyebrow::before { display: inline-block; width: 28px; height: 1px; margin: 0 12px 3px 0; background: currentColor; content: ''; }
.eyebrow.dark { color: #8d7543; }
.hero h1 { max-width: 610px; margin: 25px 0 24px; font-family: var(--serif); font-size: clamp(55px,7vw,98px); font-weight: 400; line-height: .92; letter-spacing: -.035em; }
.hero-copy > p { max-width: 470px; margin: 0; color: rgba(255,255,255,.82); font-family: Georgia,serif; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 37px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; background: transparent; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transition: .25s ease; }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-light:hover { background: transparent; color: var(--white); }
.button-dark { border-color: var(--ink); background: var(--ink); color: #f3e8cb; }
.button-dark:hover { background: #3a322b; transform: translateY(-1px); }
.button.wide { width: 100%; }
.text-link { border: 0; background: transparent; color: var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link.light { color: var(--white); }
.hero-note { position: absolute; right: 5vw; bottom: 36px; z-index: 2; display: grid; grid-template-columns: auto 70px auto; align-items: center; gap: 13px; color: rgba(255,255,255,.8); }
.hero-note span { font-family: var(--serif); font-size: 24px; }
.hero-note i { height: 1px; background: rgba(255,255,255,.5); }
.hero-note p { margin: 0; font-size: 8px; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; }

.promise-strip { display: grid; grid-template-columns: repeat(4,1fr); padding: 24px 5vw; border-bottom: 1px solid var(--line); background: #f0ebe2; }
.promise-strip > div { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--line); }
.promise-strip > div:last-child { border: 0; }
.promise-strip > div > span { color: var(--gold); font-size: 22px; }
.promise-strip p, .promise-strip strong, .promise-strip small { display: block; }
.promise-strip p { margin: 0; }
.promise-strip strong { font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.promise-strip small { margin-top: 4px; color: #81796f; font-size: 9px; }

.section { padding: clamp(75px,9vw,135px) 6vw; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px,420px); align-items: end; gap: 40px; }
.section-heading h2, .center-heading h2, .contact-copy h2 { margin: 17px 0 0; font-family: var(--serif); font-size: clamp(39px,4.7vw,67px); font-weight: 400; line-height: 1.03; letter-spacing: -.025em; }
.section-heading > p, .center-heading > p, .contact-copy > p { margin: 0 0 5px; color: #777066; font-family: Georgia,serif; font-size: 14px; line-height: 1.75; }
.collection-toolbar { display: flex; align-items: center; justify-content: space-between; margin: 48px 0 25px; border-bottom: 1px solid var(--line); }
.filter-list { display: flex; gap: 30px; }
.filter-list button { position: relative; padding: 0 0 14px; border: 0; background: transparent; color: #8a8278; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.filter-list button::after { position: absolute; right: 100%; bottom: -1px; left: 0; height: 2px; background: var(--ink); content: ''; transition: right .2s; }
.filter-list button.active { color: var(--ink); }
.filter-list button.active::after { right: 0; }
.collection-toolbar > .text-link { padding-bottom: 14px; }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: clamp(14px,2vw,28px); }
.product-card { min-width: 0; animation: product-in .4s ease both; }
.product-media { position: relative; overflow: hidden; aspect-ratio: .79; background: #e8dfd3; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease,filter .3s; }
.product-card:nth-child(even) .product-media img { filter: sepia(.07) saturate(.84); }
.product-card:hover .product-media img { transform: scale(1.025); }
.product-badge { position: absolute; top: 13px; left: 13px; padding: 6px 9px; background: rgba(247,244,238,.9); color: var(--ink); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.wishlist { position: absolute; top: 10px; right: 10px; display: grid; width: 34px; height: 34px; place-items: center; border: 0; border-radius: 50%; background: rgba(247,244,238,.86); color: var(--ink); font-size: 17px; }
.wishlist.active { background: var(--ink); color: #f2d790; }
.quick-add { position: absolute; right: 12px; bottom: 12px; left: 12px; min-height: 43px; border: 0; background: rgba(32,28,24,.92); color: #f4e7c8; opacity: 0; transform: translateY(8px); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: .25s ease; }
.product-card:hover .quick-add, .quick-add:focus-visible { opacity: 1; transform: none; }
.product-info { padding: 16px 2px 5px; }
.product-info small { color: #8f8578; font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.product-info h3 { margin: 7px 0 10px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-price { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; }
.product-price del { color: #a8a098; font-size: 9px; font-weight: 400; }
.product-colors { display: flex; gap: 4px; }
.product-colors i { width: 11px; height: 11px; border: 1px solid rgba(0,0,0,.15); border-radius: 50%; }

.editorial-section { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 760px; background: #d8cbbb; }
.editorial-image { position: relative; overflow: hidden; min-height: 720px; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.vertical-caption { position: absolute; top: 50%; left: 22px; color: rgba(32,28,24,.68); font-size: 8px; letter-spacing: .2em; transform: rotate(-90deg) translateX(-50%); transform-origin: left top; }
.editorial-copy { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(55px,8vw,120px); background: #e7ded1; }
.editorial-copy h2, .story-copy h2 { margin: 20px 0 24px; font-family: var(--serif); font-size: clamp(43px,5vw,72px); font-weight: 400; line-height: 1.02; letter-spacing: -.03em; }
.editorial-copy > p, .story-copy > p { max-width: 540px; color: #625a52; font-family: Georgia,serif; font-size: 14px; line-height: 1.85; }
.editorial-copy ul { width: 100%; margin: 25px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.editorial-copy li { display: flex; align-items: center; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.editorial-copy li span { color: #a38b55; font-family: var(--serif); font-size: 18px; }
.bundle-price { display: flex; align-items: baseline; gap: 12px; margin-bottom: 24px; }
.bundle-price small { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.bundle-price strong { font-family: var(--serif); font-size: 29px; font-weight: 400; }
.bundle-price del { color: #8b8177; font-size: 10px; }

.category-section { background: #f5f1e9; }
.center-heading { max-width: 650px; margin: 0 auto 48px; text-align: center; }
.center-heading .eyebrow::before { display: none; }
.center-heading > p { margin-top: 16px; }
.category-grid { display: grid; min-height: 720px; grid-template-columns: 1.3fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.category-card { position: relative; overflow: hidden; min-height: 340px; }
.category-tall { grid-row: 1 / 3; }
.category-card::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(24,20,17,.68)); content: ''; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.category-card:hover img { transform: scale(1.025); }
.category-soft img { filter: sepia(.12) brightness(.93); object-position: center 24%; }
.category-card > span { position: absolute; right: 25px; bottom: 22px; left: 25px; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: end; color: white; }
.category-card small { grid-column: 1 / 3; margin-bottom: 5px; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.category-card strong { font-family: var(--serif); font-size: clamp(28px,3vw,46px); font-weight: 400; }
.category-card i { font-style: normal; font-size: 24px; transition: transform .2s; }
.category-card:hover i { transform: translateX(6px); }

.story-section { position: relative; display: grid; min-height: 660px; grid-template-columns: .78fr 1.22fr; overflow: hidden; background: #201c18; color: white; }
.story-section::before { position: absolute; top: -260px; left: 9%; width: 600px; height: 600px; border: 1px solid rgba(185,151,79,.18); border-radius: 50%; content: ''; }
.story-mark { position: relative; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.1); }
.story-mark img { width: min(360px,56%); filter: drop-shadow(0 18px 38px rgba(0,0,0,.32)); }
.story-copy { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(55px,9vw,140px); }
.story-copy .eyebrow { color: var(--gold-light); }
.story-copy > p { color: rgba(255,255,255,.66); }
.story-copy .text-link { margin-top: 24px; }

.contact-section { background: #ece5da; }
.contact-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-grid { display: grid; }
.contact-grid a { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); transition: padding .2s; }
.contact-grid a:hover { padding-left: 8px; }
.contact-grid small { grid-column: 1 / 3; margin-bottom: 5px; color: #8b7c6e; font-size: 8px; letter-spacing: .15em; }
.contact-grid strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.contact-grid span { font-size: 18px; }
.map-address { grid-column: 2; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 6px 24px; max-width: 680px; padding: 18px 0 4px; border-bottom: 1px solid var(--line); color: #6e665e; }
.map-address small { grid-column: 1 / 3; color: #8b7c6e; font-size: 8px; letter-spacing: .15em; }
.map-address address { font-family: Georgia,serif; font-size: 12px; font-style: normal; line-height: 1.7; }
.map-address span { color: var(--ink); font-size: 9px; letter-spacing: .08em; white-space: nowrap; }
.map-address:hover span { color: var(--gold); }

.store-footer { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 50px; padding: 70px 6vw 28px; background: #171412; color: rgba(255,255,255,.7); }
.footer-brand img { width: 155px; height: 92px; object-fit: contain; }
.footer-brand p { max-width: 280px; font-family: Georgia,serif; font-size: 12px; line-height: 1.7; }
.store-footer h3 { margin: 12px 0 22px; color: #e7d8b6; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.store-footer > div:not(.footer-brand) a { display: block; margin: 11px 0; font-size: 10px; }
.store-footer a:hover { color: var(--gold-light); }
.footer-small { color: #726a63; font-size: 9px; }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #6c655f; font-size: 9px; }

.search-overlay { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 30px; background: rgba(247,244,238,.98); }
.search-overlay.open { display: grid; }
.search-overlay > button { position: absolute; top: 25px; right: 30px; border: 0; background: transparent; font-family: var(--serif); font-size: 40px; }
.search-overlay > div { width: min(700px,90vw); text-align: center; }
.search-overlay input { width: 100%; margin-top: 20px; padding: 18px 4px; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: transparent; color: var(--ink); font-family: var(--serif); font-size: clamp(30px,5vw,58px); text-align: center; }
.search-overlay p { color: #91887f; font-size: 9px; letter-spacing: .1em; }
.drawer-scrim { position: fixed; inset: 0; z-index: 79; visibility: hidden; background: rgba(14,12,10,.52); opacity: 0; transition: .3s; }
.drawer-scrim.open { visibility: visible; opacity: 1; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 80; display: flex; width: min(440px,100%); flex-direction: column; background: var(--ivory); transform: translateX(101%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.cart-drawer.open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 25px 25px 18px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 8px 0 0; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.drawer-head button { border: 0; background: transparent; font-family: var(--serif); font-size: 35px; }
.drawer-items { flex: 1; overflow-y: auto; padding: 15px 25px; }
.empty-bag { display: grid; height: 100%; place-items: center; color: #8b8278; text-align: center; }
.empty-bag span { display: block; margin-bottom: 12px; font-size: 38px; }
.empty-bag p { font-family: Georgia,serif; font-size: 12px; line-height: 1.6; }
.drawer-item { display: grid; grid-template-columns: 82px 1fr auto; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.drawer-item img { width: 82px; height: 104px; object-fit: cover; }
.drawer-item h3 { margin: 4px 0 7px; font-family: var(--serif); font-size: 16px; font-weight: 400; }
.drawer-item p { margin: 0; font-size: 10px; }
.drawer-qty { display: flex; align-items: center; gap: 8px; margin-top: 15px; }
.drawer-qty button { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid var(--line); background: transparent; }
.drawer-qty span { min-width: 15px; text-align: center; font-size: 9px; }
.drawer-remove { align-self: start; border: 0; background: transparent; color: #9c8f81; font-size: 18px; }
.drawer-foot { padding: 20px 25px 25px; border-top: 1px solid var(--line); }
.drawer-foot > div { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.drawer-foot > div span { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.drawer-foot strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.drawer-foot p { margin: 0 0 18px; color: #8b8278; font-size: 9px; }
.quick-modal { position: fixed; inset: 0; z-index: 90; display: none; place-items: center; padding: 20px; background: rgba(19,16,13,.62); }
.quick-modal.open { display: grid; }
.quick-panel { position: relative; display: grid; width: min(820px,95vw); max-height: 90vh; grid-template-columns: 1fr 1fr; overflow: auto; background: var(--ivory); }
.quick-panel > button { position: absolute; top: 10px; right: 10px; z-index: 2; display: grid; width: 34px; height: 34px; place-items: center; border: 0; border-radius: 50%; background: rgba(247,244,238,.9); font-size: 22px; }
.quick-panel img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; }
.quick-copy { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(30px,5vw,60px); }
.quick-copy h2 { margin: 15px 0; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.quick-copy .quick-price { margin: 0 0 22px; font-size: 13px; font-weight: 600; }
.quick-copy > p { color: #746b62; font-family: Georgia,serif; font-size: 12px; line-height: 1.75; }
.size-list { display: flex; gap: 8px; margin: 18px 0 24px; }
.size-list button { width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; font-size: 9px; }
.size-list button.active { border-color: var(--ink); background: var(--ink); color: white; }
.store-toast { position: fixed; right: 20px; bottom: 20px; z-index: 120; visibility: hidden; max-width: 330px; padding: 14px 18px; background: var(--ink); color: #f2e6c7; opacity: 0; transform: translateY(10px); font-size: 10px; line-height: 1.5; transition: .25s; }
.store-toast.show { visibility: visible; opacity: 1; transform: none; }

@keyframes hero-reveal { from { opacity: 0; transform: scale(1.03); } }
@keyframes product-in { from { opacity: 0; transform: translateY(8px); } }

@media (max-width: 1050px) {
  .store-nav { gap: 15px; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .promise-strip { grid-template-columns: repeat(2,1fr); gap: 12px 0; }
  .promise-strip > div:nth-child(2) { border-right: 0; }
  .editorial-copy { padding: 60px; }
}

@media (max-width: 760px) {
  .announcement { justify-content: space-between; padding-inline: 14px; }
  .announcement p { font-size: 8px; }
  .store-header { min-height: 68px; grid-template-columns: 42px 1fr 90px; padding: 6px 12px; }
  .store-logo { grid-column: 2; justify-self: center; }
  .store-logo img { width: 100px; height: 50px; }
  .store-nav { display: none; }
  .mobile-menu-button { display: block; grid-column: 1; grid-row: 1; justify-self: start; }
  .header-actions { grid-column: 3; }
  .header-actions .header-icon:first-child { display: none; }
  .mobile-menu { position: fixed; inset: 0; z-index: 110; display: flex; justify-content: center; flex-direction: column; padding: 55px 32px; background: #201c18; color: white; transform: translateX(-101%); transition: transform .3s ease; }
  .mobile-menu.open { transform: none; }
  .mobile-menu a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--serif); font-size: 28px; }
  .mobile-menu-close { position: absolute; top: 16px; right: 18px; border: 0; background: transparent; color: white; font-size: 38px; }
  .hero { min-height: 690px; }
  .hero-media img { object-position: 59% center; }
  .hero-overlay { background: linear-gradient(0deg,rgba(18,15,12,.75) 0%,rgba(18,15,12,.14) 72%); }
  .hero-copy { position: absolute; right: 0; bottom: 45px; left: 0; width: auto; padding: 40px 22px; }
  .hero h1 { font-size: clamp(50px,15vw,76px); }
  .hero-copy > p { font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; margin-top: 27px; }
  .hero-note { display: none; }
  .promise-strip { grid-template-columns: 1fr 1fr; padding: 18px 10px; }
  .promise-strip > div { justify-content: flex-start; padding: 4px 10px; }
  .promise-strip small { display: none; }
  .section { padding: 70px 16px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .section-heading > p { font-size: 12px; }
  .collection-toolbar { align-items: flex-end; margin-top: 32px; overflow: hidden; }
  .filter-list { max-width: calc(100vw - 30px); gap: 20px; overflow-x: auto; }
  .filter-list button { flex: 0 0 auto; }
  .collection-toolbar > .text-link { display: none; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 23px 10px; }
  .product-info h3 { min-height: 38px; font-size: 16px; }
  .quick-add { opacity: 1; transform: none; min-height: 37px; }
  .product-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .editorial-section { grid-template-columns: 1fr; }
  .editorial-image { min-height: 590px; }
  .editorial-copy { padding: 60px 20px; }
  .category-grid { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 480px 310px; gap: 9px; }
  .category-tall { grid-column: 1 / 3; grid-row: 1; }
  .category-card { min-height: 310px; }
  .category-card > span { right: 14px; bottom: 14px; left: 14px; }
  .category-card strong { font-size: 27px; }
  .story-section { grid-template-columns: 1fr; }
  .story-mark { min-height: 360px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .story-copy { padding: 60px 20px 75px; }
  .contact-section { grid-template-columns: 1fr; gap: 35px; }
  .map-address { grid-column: 1; }
  .store-footer { grid-template-columns: 1fr 1fr; gap: 35px 25px; padding-inline: 20px; }
  .footer-brand { grid-column: 1 / 3; }
  .store-footer > div:nth-child(4) { grid-column: 1 / 3; }
  .quick-panel { grid-template-columns: 1fr; }
  .quick-panel img { min-height: 380px; max-height: 52vh; }
  .quick-copy { padding: 30px 24px; }
}

@media (max-width: 420px) {
  .announcement a { font-size: 8px; }
  .promise-strip > div > span { font-size: 17px; }
  .promise-strip strong { font-size: 8px; }
  .product-grid { gap-inline: 8px; }
  .product-badge { top: 8px; left: 8px; padding: 5px 6px; }
  .map-address { grid-template-columns: 1fr; align-items: start; }
  .map-address small { grid-column: 1; }
  .map-address span { margin-top: 4px; }
  .wishlist { top: 6px; right: 6px; }
}
