:root {
  --ink: #16352f;
  --ink-deep: #0d2924;
  --olive: #8f9737;
  --olive-dark: #4f5e24;
  --copper: #ae6338;
  --gold: #d2ad57;
  --paper: #f4efe4;
  --paper-deep: #e9e0d0;
  --cream: #fbf8f1;
  --white: #fffdf8;
  --muted: #66685d;
  --line: rgba(22, 53, 47, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shadow: 0 24px 70px rgba(13, 41, 36, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
[hidden] { display: none !important; }
section[id] { scroll-margin-top: 96px; }
body::selection { background: var(--gold); color: var(--ink-deep); }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }
.announcement { min-height: 38px; padding: 9px 24px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--ink-deep); color: var(--paper); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.announcement span:nth-child(3) { color: #e5c77c; }

.site-header { position: sticky; top: 0; z-index: 60; min-height: 78px; padding: 0 clamp(20px, 5vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(244, 239, 228, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.wordmark { justify-self: start; font-family: var(--serif); font-size: 27px; letter-spacing: .16em; text-decoration: none; }
.desktop-nav { display: flex; align-items: center; gap: 32px; }
.desktop-nav a, footer nav a { font-size: 13px; font-weight: 650; letter-spacing: .04em; text-decoration: none; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; gap: 8px; }
.menu-button { display: none; }
.bag-button, .menu-button { min-height: 44px; padding: 8px 14px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-weight: 700; }
.bag-button span { display: inline-grid; width: 25px; height: 25px; margin-left: 5px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 12px; }
.mobile-nav { position: fixed; inset: 116px 0 auto 0; z-index: 59; padding: 24px; display: grid; gap: 4px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 27px; text-decoration: none; }

.hero { min-height: calc(100vh - 116px); display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); }
.hero-copy { padding: clamp(56px, 8vw, 126px) clamp(24px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 18px; color: var(--olive-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #e2c77f; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 790px; font-size: clamp(58px, 7.2vw, 112px); }
h2 { font-size: clamp(43px, 5vw, 78px); }
h3 { font-size: 28px; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: #4f5b52; font-family: var(--serif); font-size: clamp(19px, 2vw, 25px); line-height: 1.48; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { min-height: 50px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 0; cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.button-dark:hover { background: var(--ink-deep); }
.button-green { background: var(--olive-dark); color: #fffdf5; border-color: var(--olive-dark); }
.button-green:hover { background: var(--ink); border-color: var(--ink); }
.button-light { color: var(--paper); border-color: rgba(255,255,255,.7); background: transparent; }
.button-light:hover { color: var(--ink); background: var(--paper); }
.text-link { font-size: 13px; font-weight: 800; letter-spacing: .06em; text-underline-offset: 6px; text-transform: uppercase; }
.hero-facts { margin: 54px 0 0; padding-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-facts div { display: grid; gap: 4px; }
.hero-facts dt { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-facts dd { margin: 0; font-family: var(--serif); font-size: 17px; }
.hero-media { position: relative; min-height: 640px; overflow: hidden; background: #594329; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(13, 41, 36, .22)); pointer-events: none; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; }
.award-stamp { position: absolute; right: 28px; bottom: 28px; z-index: 2; width: 158px; height: 158px; padding: 20px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; background: rgba(13, 41, 36, .88); color: var(--paper); text-align: center; backdrop-filter: blur(7px); }
.award-stamp span { color: var(--gold); font-family: var(--serif); font-size: 38px; line-height: 1; }
.award-stamp strong { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.award-stamp small { font-size: 10px; letter-spacing: .2em; }

.proof-ribbon { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: var(--paper); }
.proof-ribbon p { min-height: 90px; margin: 0; padding: 22px clamp(24px, 4vw, 56px); display: flex; align-items: center; gap: 18px; border-right: 1px solid rgba(255,255,255,.16); font-family: var(--serif); font-size: 18px; }
.proof-ribbon span { color: var(--gold); font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .12em; }

.product-section { padding: clamp(70px, 10vw, 148px) clamp(20px, 6vw, 90px); display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); gap: clamp(40px, 7vw, 110px); background: var(--cream); }
.product-gallery { min-width: 0; }
.main-image-wrap { position: relative; height: min(70vw, 760px); min-height: 530px; overflow: hidden; background: #e7e0d1; }
.main-image-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.main-image-wrap > img[src*="classic-bottle"] { object-fit: contain; background: white; }
.image-count { position: absolute; right: 14px; bottom: 14px; padding: 8px 12px; background: rgba(13,41,36,.88); color: var(--paper); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.thumbnails { margin-top: 14px; display: grid; grid-template-columns: repeat(3, minmax(0, 104px)); gap: 12px; }
.thumbnails button { width: 100%; aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid transparent; background: #e7e0d1; cursor: pointer; opacity: .62; }
.thumbnails button[aria-pressed="true"] { border-color: var(--ink); opacity: 1; }
.thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.product-buy { align-self: center; }
.product-buy h2 { font-size: clamp(52px, 5vw, 78px); }
.product-subtitle { margin: 12px 0 0; color: var(--muted); font-family: var(--serif); font-size: 21px; }
.price-row { margin-top: 28px; padding: 20px 0; display: flex; align-items: baseline; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-row strong { font-family: var(--serif); font-size: 31px; font-weight: 400; }
.price-row span { color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.price-note { margin: 8px 0 0; color: var(--copper); font-size: 12px; font-weight: 650; }
.product-description { margin: 26px 0; color: #4f5b52; font-family: var(--serif); font-size: 19px; line-height: 1.55; }
.option-set { margin: 0 0 16px; padding: 0; border: 0; }
.option-set legend { margin-bottom: 10px; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.choice { min-height: 68px; padding: 12px 16px; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; border: 1px solid var(--ink); background: var(--white); cursor: pointer; }
.choice input { grid-row: 1 / span 2; accent-color: var(--olive-dark); }
.choice span { font-weight: 800; }
.choice small { color: var(--muted); }
.add-button { width: 100%; min-height: 58px; }
.prelaunch-note { margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.detail-list { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-list li { padding: 15px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); font-size: 13px; }
.detail-list span { color: var(--muted); }
.detail-list strong { text-align: right; }

.award-feature { display: grid; grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr); background: var(--ink-deep); color: var(--paper); }
.award-feature-copy { padding: clamp(65px, 9vw, 140px) clamp(24px, 7vw, 110px); }
.award-number { margin: 0; color: var(--gold); font-family: var(--serif); font-size: clamp(92px, 13vw, 190px); line-height: .72; }
.award-feature-copy h2 { margin-top: 28px; }
.award-feature-copy > p:not(.eyebrow):not(.award-number) { max-width: 610px; margin: 30px 0; color: #d9d8ce; font-size: 17px; }
.award-feature figure { margin: 0; padding: clamp(30px, 6vw, 88px); display: flex; flex-direction: column; justify-content: center; background: #122f29; }
.award-feature figure img { width: 100%; box-shadow: 0 22px 60px rgba(0,0,0,.28); }
.award-feature figcaption { margin-top: 16px; color: #b9bbae; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: clamp(76px, 10vw, 150px) clamp(20px, 6vw, 90px); }
.section-heading h2 { max-width: 780px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 44px; align-items: end; }
.split-heading > p { max-width: 560px; margin: 0 0 5px; color: var(--muted); font-family: var(--serif); font-size: 18px; }
.award-archive { background: var(--paper); }
.award-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.award-card { min-width: 0; background: var(--cream); border: 1px solid var(--line); }
.award-image-button { width: 100%; aspect-ratio: 4 / 3; padding: 0; display: block; border: 0; overflow: hidden; background: var(--paper-deep); cursor: zoom-in; }
.award-image-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.award-image-button:hover img { transform: scale(1.025); }
.award-card-copy { padding: 25px; }
.award-card-copy > span { color: var(--copper); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.award-card-copy h3 { margin-top: 7px; font-size: 35px; }
.award-card-copy p { margin: 9px 0 0; color: var(--muted); }
.award-card-copy .award-name { color: var(--ink); font-weight: 800; }

.estate { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: clamp(44px, 8vw, 120px); align-items: center; background: var(--cream); }
.estate-photo { position: relative; }
.estate-photo img { width: 100%; min-height: 650px; object-fit: cover; }
.estate-photo p { position: absolute; left: 20px; bottom: 20px; margin: 0; padding: 10px 13px; background: var(--ink); color: var(--paper); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.estate-copy > p:not(.eyebrow) { max-width: 640px; color: #4f5b52; font-family: var(--serif); font-size: 18px; line-height: 1.6; }
.estate-copy h2 { margin-bottom: 28px; }
.timeline { margin-top: 42px; display: grid; border-top: 1px solid var(--line); }
.timeline div { padding: 17px 0; display: grid; grid-template-columns: 82px 1fr; align-items: baseline; border-bottom: 1px solid var(--line); }
.timeline strong { color: var(--copper); font-family: var(--serif); font-size: 24px; font-weight: 400; }
.timeline span { font-size: 13px; font-weight: 650; }

.process-section { padding: clamp(76px, 10vw, 150px) clamp(20px, 6vw, 90px); background: var(--paper); }
.centered { text-align: center; }
.centered h2 { max-width: 900px; margin: 0 auto; }
.process-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid article { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.process-grid img { width: 100%; aspect-ratio: 4 / 3; margin-bottom: 22px; object-fit: cover; }
.process-grid article > span { color: var(--copper); font-size: 11px; font-weight: 800; }
.process-grid h3 { margin-top: 5px; font-size: 30px; }
.process-grid p { margin: 12px 0 0; color: var(--muted); }

.table-section { min-height: 730px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--ink); color: var(--paper); }
.table-section > img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; filter: saturate(.78) contrast(1.02); }
.table-section > div { padding: clamp(56px, 8vw, 122px); align-self: center; }
.table-section p:not(.eyebrow) { margin: 28px 0; color: #d7d8ce; font-family: var(--serif); font-size: 19px; line-height: 1.6; }

.faq { background: var(--cream); }
.faq-list { margin-top: 56px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 74px; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 22px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: var(--sans); transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 790px; margin: 0 0 24px; color: var(--muted); }

.closing-cta { min-height: 610px; padding: clamp(70px, 11vw, 170px) clamp(24px, 12vw, 180px); display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(rgba(13,41,36,.76), rgba(13,41,36,.76)), url('/images/production.webp') center/cover; color: var(--paper); text-align: center; }
.closing-cta h2 { max-width: 970px; }
.closing-cta .button { margin-top: 34px; }

footer { padding: 62px clamp(20px, 6vw, 90px) 28px; display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 18px 44px; background: var(--ink-deep); color: var(--paper); }
.footer-wordmark { font-size: 42px; }
footer > p { margin: 9px 0 0; color: #bdc1b7; text-align: right; }
footer nav { grid-column: 1 / -1; padding: 30px 0; display: flex; flex-wrap: wrap; gap: 26px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
footer small { grid-column: 1 / -1; color: #929b91; }

.drawer-layer, .modal-layer { position: fixed; inset: 0; z-index: 100; }
.drawer-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(8, 28, 24, .6); cursor: pointer; }
.cart-drawer { position: absolute; inset: 0 0 0 auto; width: min(100%, 490px); padding: 28px; display: flex; flex-direction: column; overflow-y: auto; background: var(--cream); box-shadow: -30px 0 80px rgba(0,0,0,.18); animation: drawer-in .28s ease-out; }
.drawer-header { padding-bottom: 20px; display: flex; align-items: start; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { font-size: 42px; }
.drawer-header .eyebrow { margin-bottom: 6px; }
.close-button { min-width: 60px; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.empty-cart { margin: auto; padding: 80px 0; text-align: center; }
.empty-cart p { font-family: var(--serif); font-size: 24px; }
.cart-lines { padding: 22px 0; }
.cart-line { padding: 18px 0; display: grid; grid-template-columns: 108px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.cart-line > img { width: 108px; height: 150px; object-fit: cover; object-position: center; background: var(--paper-deep); }
.cart-line h3 { font-size: 25px; }
.cart-line p { margin: 5px 0 8px; color: var(--muted); font-size: 12px; }
.cart-line strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.quantity { width: 112px; height: 38px; margin-top: 15px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border: 1px solid var(--line); text-align: center; }
.quantity button { height: 100%; border: 0; background: transparent; cursor: pointer; font-size: 18px; }
.quantity button:disabled { opacity: .35; cursor: not-allowed; }
.remove-button { margin-top: 10px; padding: 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; text-decoration: underline; }
.cart-summary { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; font-size: 18px; }
.cart-summary > div strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.cart-summary p { color: var(--muted); font-size: 12px; }
.cart-summary .button { width: 100%; }
.cart-summary small { display: block; margin-top: 9px; color: var(--muted); text-align: center; }

.request-dialog { position: absolute; left: 50%; top: 50%; width: min(calc(100% - 32px), 590px); max-height: calc(100vh - 32px); padding: clamp(30px, 6vw, 62px); overflow-y: auto; transform: translate(-50%, -50%); background: var(--cream); box-shadow: var(--shadow); }
.modal-close { position: absolute; right: 20px; top: 14px; }
.request-dialog h2 { margin-bottom: 18px; font-size: clamp(42px, 6vw, 64px); }
.request-dialog form > p:not(.eyebrow), .request-success > p:not(.eyebrow) { color: var(--muted); }
.request-dialog label { margin-top: 16px; display: grid; gap: 7px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.request-dialog input { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); }
.request-dialog .button { width: 100%; margin-top: 22px; }
.request-dialog small { margin-top: 12px; display: block; color: var(--muted); text-align: center; }
.request-success { text-align: center; }
.sr-status { position: fixed; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.mobile-cart-bar { display: none; }
.not-found { min-height: 100vh; padding: 10vw; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--paper); }
.not-found h1 { max-width: 900px; }
.not-found > p:not(.eyebrow) { font-family: var(--serif); font-size: 20px; }
.not-found .button { margin-top: 20px; }

@keyframes drawer-in { from { transform: translateX(100%); } to { transform: translateX(0); } }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 34px; padding-right: 34px; }
  h1 { font-size: clamp(54px, 8vw, 82px); }
  .product-section { gap: 45px; }
  .award-grid { grid-template-columns: 1fr; }
  .award-card { display: grid; grid-template-columns: minmax(260px, .9fr) 1.1fr; }
  .award-image-button { height: 100%; }
  .award-feature { grid-template-columns: 1fr; }
  .estate { grid-template-columns: 1fr; }
  .estate-photo img { min-height: 520px; }
  .table-section { grid-template-columns: 1fr; }
  .table-section > img { min-height: 500px; max-height: 650px; }
}

@media (max-width: 760px) {
  .announcement { min-height: 35px; padding: 8px 12px; font-size: 9px; gap: 6px; }
  .announcement span:first-child, .announcement span:nth-child(2), .announcement span:last-child { display: none; }
  .site-header { min-height: 68px; padding: 0 16px; }
  .wordmark { font-size: 23px; }
  .header-actions { gap: 0; }
  .bag-button, .menu-button { padding: 7px 8px; font-size: 12px; }
  .mobile-nav { inset: 103px 0 auto 0; }
  .hero { min-height: auto; display: flex; flex-direction: column; }
  .hero-copy { padding: 54px 20px 46px; }
  h1 { font-size: clamp(54px, 16vw, 78px); }
  h2 { font-size: clamp(42px, 12vw, 61px); }
  .hero-lead { margin-top: 22px; font-size: 19px; }
  .hero-actions { margin-top: 28px; align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-facts { margin-top: 42px; }
  .hero-facts dd { font-size: 14px; }
  .hero-media { min-height: 560px; }
  .award-stamp { width: 132px; height: 132px; right: 16px; bottom: 16px; }
  .proof-ribbon { grid-template-columns: 1fr; }
  .proof-ribbon p { min-height: 66px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 16px; }
  .product-section { padding: 70px 16px 88px; grid-template-columns: 1fr; }
  .main-image-wrap { height: 116vw; min-height: 430px; max-height: 670px; }
  .thumbnails { grid-template-columns: repeat(3, 1fr); }
  .product-buy { padding-top: 12px; }
  .detail-list li { align-items: baseline; }
  .award-feature-copy { padding: 78px 20px 62px; }
  .award-feature figure { padding: 20px 16px 56px; }
  .section, .process-section { padding: 82px 16px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .award-grid { margin-top: 38px; }
  .award-card { display: block; }
  .award-image-button { aspect-ratio: 4 / 3; }
  .estate-photo img { min-height: 480px; }
  .process-grid { grid-template-columns: 1fr; gap: 48px; }
  .table-section > img { min-height: 430px; }
  .table-section > div { padding: 72px 20px; }
  .faq summary { font-size: 19px; }
  .closing-cta { min-height: 580px; padding-left: 20px; padding-right: 20px; }
  footer { grid-template-columns: 1fr; padding: 52px 20px 100px; }
  footer > p { text-align: left; }
  footer nav { gap: 20px; }
  .cart-drawer { padding: 20px 16px; }
  .mobile-cart-bar { position: fixed; z-index: 70; left: 10px; right: 10px; bottom: 10px; min-height: 56px; padding: 10px 16px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.3); background: var(--ink-deep); color: var(--paper); box-shadow: 0 14px 35px rgba(0,0,0,.25); cursor: pointer; font-size: 12px; letter-spacing: .04em; }
  .mobile-cart-bar strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }
}

@media (max-width: 350px) {
  .wordmark { font-size: 20px; letter-spacing: .1em; }
  .bag-button { padding-right: 0; }
  .hero-copy { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 50px; }
  .hero-facts { grid-template-columns: 1fr; gap: 14px; }
  .announcement { letter-spacing: .04em; }
  .cart-line { grid-template-columns: 86px 1fr; }
  .cart-line > img { width: 86px; height: 125px; }
}

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