:root {
  --ink: #17100f;
  --night: #1d1110;
  --wine: #62181c;
  --wine-deep: #3a0d10;
  --gold: #c79a4b;
  --gold-light: #e1bd77;
  --cream: #f3eee4;
  --paper: #fbf8f1;
  --muted: #8e8278;
}

[hidden] { display: none !important; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--cream); font-family: Arial, Helvetica, sans-serif; }
body:has(.age-gate:not([hidden])), body:has(.modal-wrap:not([hidden])), body:has(.drawer-wrap.open) { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.section { max-width: 1380px; margin: 0 auto; padding-left: 6vw; padding-right: 6vw; }
.eyebrow { margin: 0 0 24px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow.dark { color: var(--wine); }
h1, h2, h3, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h2 { margin: 0; font-size: clamp(42px, 5.2vw, 78px); line-height: .98; letter-spacing: -.04em; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border: 1px solid transparent; border-radius: 0; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: .25s ease; }
.button.gold { background: var(--gold); color: #1c1110; }
.button.gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.button.wine { background: var(--wine); color: white; }
.button.wine:hover { background: #7c2429; }
.button.outline { background: transparent; color: var(--wine); border-color: rgba(98,24,28,.35); }
.button.full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); background: transparent; color: white; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.text-link span { font-size: 17px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.dark-link { color: var(--wine); border-bottom-color: rgba(98,24,28,.25); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 106px; display: grid; grid-template-columns: 185px 1fr 185px; align-items: center; padding: 0 4vw; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: flex; align-items: center; width: 100px; height: 82px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.nav { display: flex; justify-content: center; gap: clamp(24px, 3vw, 52px); }
.nav a { position: relative; padding: 12px 0; color: rgba(255,255,255,.82); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.nav a::after { content: ""; position: absolute; bottom: 4px; left: 0; width: 0; height: 1px; background: var(--gold-light); transition: width .25s; }
.nav a:hover::after { width: 100%; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 22px; }
.language { display: flex; align-items: center; gap: 8px; padding: 8px 0; border: 0; background: transparent; color: rgba(255,255,255,.42); cursor: pointer; font-size: 10px; letter-spacing: .1em; }
.language span.active { color: white; }
.language i { width: 16px; height: 1px; background: rgba(255,255,255,.35); }
.cart-button { position: relative; width: 36px; height: 36px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.cart-button span { font-size: 25px; font-weight: 300; }
.cart-button b { position: absolute; top: 0; right: -4px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: 9px; }
.menu-button { display: none; width: 32px; height: 32px; padding: 6px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 100%; height: 1px; margin: 6px 0; background: white; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: flex-end; padding: 180px 7vw 12vh; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 52% 48%; filter: saturate(.84) contrast(1.06); }
.hero-shade { background: linear-gradient(90deg, rgba(15,8,7,.9) 0%, rgba(25,9,10,.56) 48%, rgba(10,8,7,.12) 74%), linear-gradient(0deg, rgba(12,7,6,.55) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.hero h1 { max-width: 700px; margin: 0 0 28px; color: #fffaf0; font-size: clamp(58px, 7.5vw, 116px); line-height: .87; letter-spacing: -.055em; }
.hero-copy { max-width: 540px; margin: 0; color: rgba(255,255,255,.78); font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 42px; }
.hero-mark { position: absolute; z-index: 2; right: 5vw; bottom: 8vh; color: rgba(255,255,255,.14); font-family: Georgia, serif; font-size: clamp(72px, 11vw, 170px); letter-spacing: -.08em; }
.scroll-cue { position: absolute; z-index: 2; right: 3.6vw; top: 50%; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .25em; transform: rotate(90deg) translateY(-50%); transform-origin: right center; }
.scroll-cue span { width: 46px; height: 1px; background: rgba(255,255,255,.4); }

.mission { position: relative; padding: 140px max(7vw, calc((100vw - 1140px)/2)); background: var(--paper); color: var(--ink); text-align: center; }
.mission blockquote { max-width: 1050px; margin: 0 auto; color: #271a17; font-size: clamp(34px, 4.4vw, 68px); line-height: 1.16; letter-spacing: -.035em; }
.mission .ornament { margin-top: 42px; color: var(--gold); font-size: 20px; }

.story { display: grid; grid-template-columns: minmax(320px, .88fr) 1.12fr; gap: clamp(70px, 10vw, 160px); align-items: center; padding-top: 150px; padding-bottom: 160px; }
.portrait-frame { position: relative; min-height: 660px; margin-left: 4vw; }
.portrait-frame::before { content: ""; position: absolute; top: -24px; left: -24px; width: 72%; height: 72%; border: 1px solid rgba(199,154,75,.48); }
.portrait-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.78); }
.portrait-frame > span { position: absolute; right: -44px; bottom: 58px; padding: 15px 20px; background: var(--wine); color: var(--gold-light); font-family: Georgia, serif; font-size: 15px; font-style: italic; letter-spacing: .08em; transform: rotate(-90deg); }
.story-copy { max-width: 620px; }
.story-copy h2 { max-width: 600px; margin-bottom: 42px; }
.story-copy > p:not(.eyebrow), .collaboration-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); font-family: Georgia, serif; font-size: 18px; line-height: 1.85; }
.story-copy blockquote { margin: 44px 0 0; padding: 10px 0 10px 28px; border-left: 1px solid var(--gold); color: var(--gold-light); font-size: 23px; font-style: italic; line-height: 1.5; }

.collaboration { display: grid; grid-template-columns: .83fr 1.17fr; gap: 9vw; align-items: center; padding-top: 40px; padding-bottom: 160px; }
.collaboration-copy { padding-left: 5vw; }
.collaboration-copy h2 { margin-bottom: 36px; }
.signature { margin-top: 34px; color: var(--gold); font-family: "Brush Script MT", cursive; font-size: 48px; transform: rotate(-7deg); }
.landscape-frame { position: relative; height: 530px; }
.landscape-frame::after { content: ""; position: absolute; inset: 28px -28px -28px 28px; border: 1px solid rgba(199,154,75,.34); }
.landscape-frame img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.craft { background: #130c0b; }
.craft-intro { display: grid; grid-template-columns: 1fr 1.3fr; gap: 9vw; padding-top: 150px; padding-bottom: 85px; }
.craft-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -54px; }
.craft-intro > p:last-child { margin: 4px 0 0; color: rgba(255,255,255,.64); font-family: Georgia, serif; font-size: 18px; line-height: 1.8; }
.craft-stage { position: relative; min-height: 780px; overflow: hidden; }
.craft-stage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.44) saturate(.7); }
.craft-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #130c0b 0%, transparent 45%, rgba(19,12,11,.3)); }
.craft-steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 780px; padding-top: 200px; padding-bottom: 90px; }
.craft-steps article { padding: 45px 28px 20px; border-left: 1px solid rgba(255,255,255,.18); }
.craft-steps article:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.craft-steps span { color: var(--gold); font-family: Georgia, serif; font-size: 14px; }
.craft-steps h3 { margin: 100px 0 18px; font-size: 30px; }
.craft-steps p { margin: 0; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.75; }

.collection { max-width: none; padding-top: 150px; padding-bottom: 170px; background: var(--paper); color: var(--ink); }
.collection-heading { max-width: 1260px; margin: 0 auto 78px; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; }
.collection-heading > p { margin: 0 0 4px; color: #675c55; font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.product-grid { max-width: 1260px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.product-card { border: 1px solid #d7cec1; background: #f7f2e9; }
.product-image { position: relative; height: 390px; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .6s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-image > span { position: absolute; top: 20px; left: 20px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.6); color: white; font-family: Georgia, serif; font-size: 12px; }
.product-info { padding: 28px; }
.product-format { margin: 0 0 10px; color: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.product-info h3 { margin: 0 0 9px; font-size: 29px; }
.product-info > p:not(.product-format) { margin: 0 0 30px; color: #7c7168; font-family: Georgia, serif; font-size: 15px; }
.product-action { display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid #d9cfc2; }
.product-action > span { color: #746960; font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.product-action button { display: flex; align-items: center; gap: 10px; padding: 7px 0; border: 0; background: transparent; color: var(--wine); cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-action button b { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid rgba(98,24,28,.45); font-size: 14px; font-weight: 400; }

.concierge { position: relative; min-height: 700px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; }
.concierge > img, .concierge-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.concierge > img { object-fit: cover; object-position: center 60%; }
.concierge-shade { background: rgba(26,10,10,.72); }
.concierge-content { position: relative; z-index: 1; max-width: 760px; padding: 90px 25px; }
.concierge-content h2 { margin-bottom: 30px; }
.concierge-content > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 38px; color: rgba(255,255,255,.72); font-family: Georgia, serif; font-size: 18px; line-height: 1.75; }

footer { min-height: 200px; display: grid; grid-template-columns: 100px 1fr minmax(300px, 540px); gap: 28px; align-items: center; padding: 32px 6vw; border-top: 1px solid rgba(255,255,255,.12); background: #110a09; }
footer > img { width: 92px; height: 92px; object-fit: contain; }
footer div p { margin: 0 0 7px; color: var(--gold-light); font-family: Georgia, serif; letter-spacing: .12em; }
footer div span { color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
footer .legal { margin: 0; color: rgba(255,255,255,.36); font-size: 10px; line-height: 1.6; text-align: right; }

.drawer-wrap { position: fixed; z-index: 80; inset: 0; pointer-events: none; visibility: hidden; }
.drawer-wrap.open { pointer-events: auto; visibility: visible; }
.drawer-backdrop, .modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(8,5,5,.72); opacity: 0; transition: opacity .3s; }
.drawer-wrap.open .drawer-backdrop { opacity: 1; }
.cart-drawer { position: absolute; top: 0; right: 0; width: min(520px, 100vw); height: 100%; display: flex; flex-direction: column; background: var(--paper); color: var(--ink); transform: translateX(100%); transition: transform .35s ease; }
.drawer-wrap.open .cart-drawer { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 31px 34px; border-bottom: 1px solid #ddd3c5; }
.drawer-head p { margin: 0; font-family: Georgia, serif; font-size: 25px; }
.drawer-head button, .modal-close { border: 0; background: transparent; color: var(--wine); cursor: pointer; font-family: Georgia, serif; font-size: 31px; font-weight: 300; }
.empty-cart { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px; text-align: center; }
.empty-cart > span { color: rgba(98,24,28,.12); font-family: Georgia, serif; font-size: 82px; }
.empty-cart p { margin: 10px 0 30px; color: #6f655e; font-family: Georgia, serif; font-size: 18px; }
.cart-lines { flex: 1; overflow-y: auto; padding: 18px 34px; }
.cart-lines article { position: relative; display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid #ddd3c5; }
.cart-lines img { width: 110px; height: 105px; object-fit: cover; }
.cart-lines h3 { margin: 4px 0 4px; font-size: 21px; }
.cart-lines p { margin: 0; color: #81766e; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.quantity { display: flex; align-items: center; gap: 13px; margin-top: 17px; }
.quantity button { width: 25px; height: 25px; border: 1px solid #cfc2b3; background: transparent; color: var(--wine); cursor: pointer; }
.quantity span { font-size: 12px; }
.cart-lines .remove { position: absolute; right: 0; bottom: 22px; border: 0; background: transparent; color: #988d84; cursor: pointer; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.drawer-foot { padding: 25px 34px 32px; border-top: 1px solid #ddd3c5; }
.drawer-foot p { margin: 0 0 17px; color: #776d65; font-family: Georgia, serif; font-size: 13px; font-style: italic; text-align: center; }

.modal-wrap { position: fixed; z-index: 90; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal-wrap .modal-backdrop { opacity: 1; }
.checkout-modal { position: relative; z-index: 1; width: min(670px, 100%); max-height: calc(100svh - 40px); overflow-y: auto; padding: 52px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.modal-close { position: absolute; top: 17px; right: 22px; }
.checkout-modal h2 { margin: 0 0 18px; color: var(--wine-deep); font-size: clamp(38px, 5vw, 58px); }
.checkout-modal > p:not(.eyebrow), .request-ready > p { color: #70655d; font-family: Georgia, serif; line-height: 1.6; }
.mini-order { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 24px 0; padding: 17px 0; border-top: 1px solid #ddd3c5; border-bottom: 1px solid #ddd3c5; }
.mini-order span { color: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.checkout-modal form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.checkout-modal label { display: grid; gap: 7px; color: #655b54; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.checkout-modal label:nth-child(4), .checkout-modal form button { grid-column: 1 / -1; }
.checkout-modal input, .checkout-modal textarea { width: 100%; border: 1px solid #cfc3b5; border-radius: 0; outline: 0; background: #fffdf8; color: var(--ink); padding: 13px 14px; font-size: 14px; text-transform: none; }
.checkout-modal input:focus, .checkout-modal textarea:focus { border-color: var(--gold); }
.request-ready { text-align: center; }
.seal { display: grid; place-items: center; width: 85px; height: 85px; margin: 0 auto 25px; border: 1px solid var(--gold); border-radius: 50%; color: var(--wine); font-family: Georgia, serif; font-size: 21px; }
.request-ready pre { max-height: 190px; overflow: auto; margin: 25px 0; padding: 18px; background: #eee7dc; color: #4e4640; font-family: Arial, sans-serif; font-size: 11px; line-height: 1.65; text-align: left; white-space: pre-wrap; }
.request-ready .button + .button { margin-top: 10px; }

.age-gate { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; min-height: 100svh; padding: 20px; overflow-y: auto; background: radial-gradient(circle at 50% 25%, #4c1719 0%, #1c0e0e 50%, #0c0707 100%); }
.age-gate::before { content: ""; position: fixed; inset: 20px; border: 1px solid rgba(199,154,75,.25); pointer-events: none; }
.age-panel { width: min(660px, 100%); padding: 36px; text-align: center; }
.age-panel > img { width: 190px; height: 190px; margin: 0 auto 16px; object-fit: contain; }
.age-panel h2 { margin: 0 0 22px; font-size: clamp(42px, 6vw, 68px); }
.age-panel > p:not(.eyebrow) { max-width: 500px; margin: 0 auto 34px; color: rgba(255,255,255,.68); font-family: Georgia, serif; font-size: 17px; line-height: 1.65; }
.age-panel > div { display: flex; justify-content: center; align-items: center; gap: 30px; }
.gate-language { margin-top: 32px; padding: 8px; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); background: transparent; color: rgba(255,255,255,.65); cursor: pointer; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.age-panel .seal { color: var(--gold-light); }
.age-panel > #ageConfirm, .age-panel > #ageDenied { display: block; }
.age-panel #ageConfirm > img { width: 190px; height: 190px; margin: 0 auto 16px; object-fit: contain; }
.age-panel #ageConfirm > p:not(.eyebrow) { max-width: 500px; margin: 0 auto 34px; color: rgba(255,255,255,.68); font-family: Georgia, serif; font-size: 17px; line-height: 1.65; }
.age-panel #ageConfirm > div { display: flex; justify-content: center; align-items: center; gap: 30px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 84px; }
  .brand { width: 76px; height: 68px; }
  .nav { position: absolute; top: 84px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: 26px 6vw; background: rgba(22,10,10,.98); border-top: 1px solid rgba(255,255,255,.12); }
  .nav.nav-open { display: flex; }
  .nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .menu-button { display: block; }
  .hero { padding-left: 6vw; padding-right: 6vw; }
  .scroll-cue { display: none; }
  .story { grid-template-columns: 1fr; }
  .portrait-frame { width: min(560px, 90%); min-height: 650px; margin: 0 auto; }
  .story-copy { max-width: 760px; }
  .collaboration { grid-template-columns: 1fr; }
  .collaboration-copy { max-width: 760px; padding-left: 0; }
  .landscape-frame { height: 520px; }
  .craft-intro { grid-template-columns: 1fr; }
  .craft-intro .eyebrow { grid-column: auto; margin-bottom: -20px; }
  .craft-steps { grid-template-columns: repeat(2, 1fr); padding-top: 130px; }
  .craft-steps article:nth-child(3) { border-top: 1px solid rgba(255,255,255,.18); }
  .craft-steps article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); }
  .craft-steps h3 { margin-top: 55px; }
  .collection-heading { grid-template-columns: 1fr; gap: 34px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; width: calc(50% - 13px); margin: 0 auto; }
  footer { grid-template-columns: 82px 1fr; }
  footer .legal { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 650px) {
  .section { padding-left: 22px; padding-right: 22px; }
  .site-header { padding: 0 20px; }
  .header-actions { gap: 12px; }
  .language i { width: 9px; }
  .hero { min-height: 820px; padding: 150px 22px 82px; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(12,7,6,.84), rgba(17,7,8,.34) 70%), linear-gradient(90deg, rgba(12,6,6,.58), transparent); }
  .hero h1 { font-size: 61px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-mark { display: none; }
  .mission { padding: 96px 24px; }
  .mission blockquote { font-size: 36px; }
  .story { gap: 70px; padding-top: 110px; padding-bottom: 120px; }
  .portrait-frame { width: calc(100% - 26px); min-height: 500px; margin-left: 26px; }
  .portrait-frame::before { top: -18px; left: -18px; }
  .portrait-frame > span { right: -48px; }
  .story-copy > p:not(.eyebrow), .collaboration-copy > p:not(.eyebrow) { font-size: 16px; }
  .story-copy blockquote { font-size: 20px; }
  .collaboration { gap: 55px; padding-bottom: 110px; }
  .landscape-frame { height: 330px; }
  .landscape-frame::after { inset: 14px -12px -14px 12px; }
  .craft-intro { padding-top: 110px; padding-bottom: 60px; }
  .craft-stage { min-height: 1060px; }
  .craft-steps { grid-template-columns: 1fr; min-height: 1060px; padding-top: 90px; }
  .craft-steps article { padding: 28px 22px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
  .craft-steps h3 { margin: 24px 0 12px; }
  .collection { padding-top: 110px; padding-bottom: 110px; }
  .collection-heading { margin-bottom: 50px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; width: 100%; }
  .product-image { height: 350px; }
  .concierge { min-height: 680px; }
  .concierge > img { object-position: 55% center; }
  footer { grid-template-columns: 70px 1fr; padding: 38px 22px; }
  footer > img { width: 70px; height: 70px; }
  .cart-lines { padding-left: 20px; padding-right: 20px; }
  .drawer-head, .drawer-foot { padding-left: 20px; padding-right: 20px; }
  .cart-lines article { grid-template-columns: 88px 1fr; }
  .cart-lines img { width: 88px; height: 90px; }
  .checkout-modal { padding: 46px 24px 28px; }
  .checkout-modal form { grid-template-columns: 1fr; }
  .checkout-modal label:nth-child(4), .checkout-modal form button { grid-column: auto; }
  .age-gate { padding: 12px; }
  .age-gate::before { inset: 10px; }
  .age-panel { padding: 24px 14px; }
  .age-panel > img { width: 150px; height: 150px; }
  .age-panel > div { flex-direction: column; gap: 14px; }
  .age-panel #ageConfirm > div { flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
