:root {
  --ink: #261b18;
  --ink-soft: #4d3d37;
  --cream: #f7f1e9;
  --paper: #fffdf9;
  --peach: #edc7ac;
  --clay: #b76d4d;
  --blue: #80b9e8;
  --line: rgba(38, 27, 24, 0.16);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
body.modal-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 16px; color: white; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.top-line { height: 7px; background: #080808; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid #e8e8e8; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.header-main { min-height: 112px; display: grid; grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr); align-items: center; gap: 24px; margin: 0 clamp(24px, 4vw, 82px); border-bottom: 1px solid #e4e4e4; }
.header-search { width: min(100%, 310px); display: flex; align-items: center; gap: 16px; }
.header-search input { width: 100%; min-width: 0; padding: 12px 0; color: #111; border: 0; outline: 0; background: transparent; font-size: 13px; }
.header-search input::placeholder { color: #555; opacity: 1; }
.search-icon { width: 18px; height: 18px; position: relative; flex: 0 0 auto; border: 2px solid #111; border-radius: 50%; }
.search-icon::after { content: ""; width: 7px; height: 2px; position: absolute; right: -5px; bottom: -2px; background: #111; transform: rotate(46deg); transform-origin: left center; }
.header-wordmark { display: flex; align-items: baseline; justify-content: center; gap: 9px; color: #090909; font-family: var(--serif); font-size: clamp(35px, 3.8vw, 58px); line-height: 1; letter-spacing: -.045em; }
.header-wordmark small { font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .28em; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 26px; }
.icon-link { width: 28px; height: 34px; position: relative; display: grid; place-items: center; }
.user-icon { width: 20px; height: 21px; position: relative; display: block; }
.user-icon::before { content: ""; width: 8px; height: 8px; position: absolute; top: 0; left: 6px; border: 1.8px solid #111; border-radius: 50%; }
.user-icon::after { content: ""; width: 18px; height: 9px; position: absolute; bottom: 0; left: 1px; border: 1.8px solid #111; border-bottom: 0; border-radius: 12px 12px 0 0; }
.bag-icon { width: 20px; height: 18px; position: relative; display: block; margin-top: 5px; border: 1.8px solid #111; }
.bag-icon::before { content: ""; width: 8px; height: 7px; position: absolute; top: -7px; left: 4px; border: 1.8px solid #111; border-bottom: 0; border-radius: 7px 7px 0 0; }
.bag-count { min-width: 19px; height: 19px; position: absolute; top: -1px; right: -9px; display: grid; place-items: center; color: white; background: #050505; border-radius: 50%; font-size: 9px; font-weight: 700; }
.main-nav { min-height: 70px; display: flex; justify-content: center; align-items: center; gap: clamp(20px, 2.25vw, 42px); padding: 0 clamp(20px, 3vw, 60px); overflow-x: auto; font-size: 12px; font-weight: 700; letter-spacing: .01em; text-transform: uppercase; white-space: nowrap; }
.main-nav a { position: relative; padding: 24px 0 20px; }
.main-nav a::after { content: ""; position: absolute; inset: auto 0 15px; height: 1px; background: #111; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 38px; height: 38px; padding: 0; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 5px auto; background: var(--ink); }

.eyebrow { margin: 0 0 21px; color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.section h2, .story h2, .newsletter h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: var(--clay); }
.text-link { display: inline-flex; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-banner { padding: clamp(10px, 1.35vw, 26px); overflow: hidden; background: #f8f4ef; }
.hero-banner-link { position: relative; display: block; overflow: hidden; background: white; }
.hero-banner-link img { width: 100%; height: auto; transition: transform .7s ease; }
.hero-banner-link:hover img { transform: scale(1.008); }
.hero-banner-cta { position: absolute; right: clamp(24px, 4vw, 72px); bottom: clamp(24px, 4vw, 72px); display: inline-flex; align-items: center; gap: 16px; padding: 15px 20px; color: white; background: rgba(20,20,20,.9); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.hero-banner-cta span { font-size: 17px; transition: transform .2s ease; }
.hero-banner-link:hover .hero-banner-cta span { transform: translateX(4px); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.trust-row article { min-height: 125px; display: flex; align-items: center; gap: 18px; padding: 28px clamp(22px, 4vw, 60px); border-right: 1px solid var(--line); }
.trust-row article:last-child { border: 0; }
.trust-row article > span { color: var(--clay); font-family: var(--serif); font-size: 20px; }
.trust-row strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.trust-row p { margin: 5px 0 0; color: #76645e; font-size: 10px; line-height: 1.5; }

.section { padding: clamp(85px, 10vw, 150px) clamp(20px, 5vw, 88px); }
.section-heading, .shop-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 55px; }
.section h2, .story h2, .newsletter h2 { font-size: clamp(48px, 5vw, 76px); line-height: 1.02; }
.section-heading > p { max-width: 390px; margin: 0 0 5px; color: #74635c; font-size: 12px; line-height: 1.7; }
.collections { background: var(--paper); }
.collection-grid { display: grid; grid-template-columns: 1.1fr .7fr .7fr; gap: 16px; }
.collection-card { min-height: 490px; position: relative; overflow: hidden; background: #eee0d8; }
.collection-large { min-height: 590px; }
.collection-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(20,10,6,.85)); }
.collection-card img { height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .55s ease; }
.collection-card:hover img { transform: scale(1.035); }
.collection-card > div { position: absolute; z-index: 2; inset: auto 26px 27px; color: white; }
.collection-card p { margin: 0 0 8px; color: #f1d7ca; font-size: 10px; }
.collection-card h3 { margin: 0 0 15px; font-family: var(--serif); font-size: clamp(25px, 2.3vw, 38px); font-weight: 400; }
.collection-card div span { font-size: 10px; font-weight: 700; text-transform: uppercase; }
.collection-count { position: absolute; z-index: 2; top: 18px; right: 18px; width: 34px; height: 34px; display: grid; place-items: center; color: white; background: rgba(38,27,24,.75); border-radius: 50%; font-family: var(--serif); }

.shop { background: #f1e6da; }
.shop-heading { align-items: flex-end; }
.shop-tools { min-width: min(100%, 420px); display: flex; gap: 10px; }
.search-field { flex: 1; position: relative; display: flex; align-items: center; border-bottom: 1px solid var(--ink); }
.search-field input { width: 100%; min-width: 0; padding: 12px 26px 12px 2px; border: 0; outline: 0; background: transparent; font-size: 11px; }
.search-field > span:last-child { position: absolute; right: 2px; font-size: 20px; }
.sort-field select { height: 42px; padding: 0 30px 0 11px; border: 1px solid rgba(38,27,24,.25); outline: 0; background: transparent; font-size: 10px; }
.filter-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: -20px 0 35px; }
.filter-row > p { flex: 0 0 auto; margin: 0; color: #76645e; font-size: 9px; text-transform: uppercase; }
.filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter { padding: 10px 14px; border: 1px solid rgba(38,27,24,.25); background: transparent; cursor: pointer; font-size: 10px; font-weight: 700; }
.filter:hover, .filter.active { color: white; background: var(--ink); border-color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px 14px; }
.product-card { min-width: 0; animation: product-in .35s ease both; }
@keyframes product-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.product-media { aspect-ratio: 1 / 1; position: relative; overflow: hidden; background: white; }
.product-media img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-badge { position: absolute; top: 12px; left: 12px; padding: 6px 8px; color: white; background: var(--clay); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-action { width: auto; position: absolute; inset: auto 10px 10px; display: flex; justify-content: space-between; align-items: center; padding: 13px 14px; color: white; border: 0; background: rgba(38,27,24,.94); cursor: pointer; font-size: 9px; font-weight: 700; text-align: left; text-transform: uppercase; transform: translateY(140%); transition: transform .25s ease; }
.product-card:hover .product-action, .product-action:focus { transform: none; }
.product-info { padding: 14px 2px 0; }
.product-category { margin: 0 0 6px; color: var(--clay); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-info h3 { min-height: 42px; margin: 0; font-family: var(--serif); font-size: 18px; font-weight: 400; line-height: 1.2; }
.product-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: 10px; color: #6f5d56; font-size: 10px; }
.product-meta strong { color: var(--ink); font-size: 12px; }
.source-note { max-width: 850px; margin: 45px auto 0; color: #786760; font-size: 9px; line-height: 1.65; text-align: center; }
.empty-state { grid-column: 1 / -1; min-height: 240px; display: grid; place-items: center; margin: 0; color: #74635c; border-block: 1px solid var(--line); font-family: var(--serif); font-size: 22px; text-align: center; }

.story { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 660px; background: var(--ink); }
.story-image { min-height: 580px; overflow: hidden; }
.story-image img { height: 100%; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 105px); color: white; }
.story-copy .eyebrow { color: var(--peach); }
.story-copy blockquote { margin: 35px 0 18px; padding-left: 18px; border-left: 1px solid var(--peach); color: #efcdbd; font-family: var(--serif); font-size: 21px; line-height: 1.45; }
.story-copy > p:not(.eyebrow) { color: #cbbcb6; font-size: 11px; line-height: 1.8; }
.story-copy .text-link { width: max-content; margin-top: 15px; border-color: white; }

.guide { background: var(--paper); }
.guide-intro { max-width: 620px; margin-bottom: 55px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.guide-grid article { min-height: 290px; padding: 35px clamp(25px, 3vw, 48px); border-right: 1px solid var(--line); }
.guide-grid article:last-child { border: 0; }
.guide-grid article > span { color: var(--clay); font-family: var(--serif); font-size: 17px; }
.guide-grid h3 { margin: 52px 0 12px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.guide-grid p { color: #74635c; font-size: 11px; line-height: 1.65; }
.guide-grid a { display: inline-block; margin-top: 15px; font-size: 10px; font-weight: 700; text-transform: uppercase; }

.review-band { min-height: 270px; display: grid; grid-template-columns: .7fr 1.5fr .7fr; gap: 50px; align-items: center; padding: 45px clamp(20px, 5vw, 88px); color: var(--ink); background: var(--peach); }
.review-band .eyebrow { color: #7e422b; }
.rating { margin: 0; font-size: 12px; }.rating span { font-family: var(--serif); font-size: 58px; }
.review-band blockquote { margin: 0; font-family: var(--serif); font-size: clamp(25px, 2.6vw, 40px); line-height: 1.25; }
.review-meta { display: flex; gap: 14px; align-items: center; }
.review-meta strong { font-family: var(--serif); font-size: 48px; font-weight: 400; }
.review-meta span { font-size: 9px; line-height: 1.5; text-transform: uppercase; }

.help { background: #fffdf9; }
.help-heading { display: flex; justify-content: space-between; gap: 60px; align-items: flex-end; margin-bottom: 55px; }
.help-heading > p { max-width: 440px; margin: 0 0 6px; color: #74635c; font-size: 11px; line-height: 1.75; }
.help-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--clay); font-family: var(--sans); font-size: 24px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -4px 45px 25px 0; color: #74635c; font-size: 11px; line-height: 1.75; }
.service-card { padding: 40px; color: white; background: var(--ink); }
.service-card .eyebrow { color: var(--peach); }
.service-card ol { margin: 35px 0 40px; padding: 0; list-style: none; }
.service-card li { display: grid; grid-template-columns: 35px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.service-card li > span { color: var(--peach); font-family: var(--serif); }
.service-card strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.service-card li p { margin: 5px 0 0; color: #b9aaa4; font-size: 9px; line-height: 1.45; }
.button-light { width: 100%; color: var(--ink); background: var(--peach); }
.policy-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-block: 1px solid var(--line); }
.policy-strip article { min-height: 175px; padding: 28px 25px; border-right: 1px solid var(--line); }
.policy-strip article:last-child { border: 0; }
.policy-strip span { display: block; margin-bottom: 28px; color: var(--clay); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.policy-strip strong { display: block; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.policy-strip p { margin: 8px 0 0; color: #74635c; font-size: 9px; line-height: 1.55; }

.product-modal[hidden] { display: none; }
.product-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 25px; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(25,15,11,.74); backdrop-filter: blur(7px); }
.modal-panel { width: min(960px, 100%); max-height: min(720px, calc(100vh - 50px)); position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; overflow: auto; background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.modal-close { width: 42px; height: 42px; position: absolute; z-index: 3; top: 12px; right: 12px; color: white; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; font-size: 25px; font-weight: 300; }
.modal-image { min-height: 600px; background: #eee2d7; }
.modal-image img { height: 100%; object-fit: cover; }
.modal-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 5vw, 65px); }
.modal-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(35px, 4vw, 54px); font-weight: 400; line-height: 1.02; }
.modal-price { margin: 22px 0 0; color: var(--clay); font-family: var(--serif); font-size: 27px; }
.modal-description { color: #74635c; font-size: 11px; line-height: 1.75; }
.modal-facts { margin: 25px 0; border-top: 1px solid var(--line); }
.modal-facts div { display: grid; grid-template-columns: 90px 1fr; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 9px; }
.modal-facts dt { color: #8a7770; }.modal-facts dd { margin: 0; font-weight: 700; }
.modal-buy { width: 100%; }
.modal-note { margin: 11px 0 0; color: #86736b; font-size: 8px; line-height: 1.5; text-align: center; }

.newsletter { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: end; padding: clamp(75px, 9vw, 130px) clamp(20px, 5vw, 88px); background: var(--cream); }
.newsletter form label { display: block; margin-bottom: 16px; font-size: 11px; font-weight: 700; }
.email-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--ink); }
.email-row input { min-width: 0; padding: 18px 0; border: 0; outline: 0; background: transparent; }
.email-row button { padding: 0 5px 0 25px; border: 0; background: transparent; cursor: pointer; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.form-message { min-height: 20px; margin: 12px 0 0; color: var(--clay); font-size: 10px; }

footer { padding: 70px clamp(20px, 5vw, 88px) 25px; color: white; background: var(--ink); }
.footer-brand { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 55px; border-bottom: 1px solid rgba(255,255,255,.15); }
.wordmark-light .wordmark-mark { color: var(--ink); background: var(--peach); }
.footer-brand p { margin: 0; color: #c9b9b2; font-family: var(--serif); font-size: 22px; line-height: 1.35; text-align: right; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; padding: 50px 0; }
.footer-links div { display: flex; flex-direction: column; gap: 11px; }
.footer-links strong { margin-bottom: 8px; color: var(--peach); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a, .footer-links span { color: #c7bab4; font-size: 10px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: #8d7f79; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .collection-large { grid-column: span 2; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 420px; }
}

@media (max-width: 760px) {
  .top-line { height: 5px; }
  .header-main { min-height: 76px; grid-template-columns: 1fr auto; gap: 14px; margin: 0 16px; border-bottom: 0; }
  .header-search { display: none; }
  .header-wordmark { justify-self: start; gap: 6px; font-size: 29px; }
  .header-wordmark small { font-size: 7px; }
  .header-actions { gap: 14px; }
  .header-actions .icon-link:first-child { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .main-nav { min-height: 0; position: fixed; inset: 81px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 22px; color: white; background: var(--ink); transform: translateY(-160%); transition: transform .3s ease; overflow: visible; white-space: normal; }
  .menu-open .main-nav { transform: none; }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--serif); font-size: 21px; font-weight: 400; }
  .main-nav a::after { display: none; }
  .hero-banner { padding: 8px; }
  .hero-banner-cta { right: 18px; bottom: 18px; padding: 12px 15px; }
  .trust-row { grid-template-columns: 1fr; }.trust-row article { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading, .shop-heading { display: block; }.section-heading > p { margin-top: 22px; }
  .collection-grid { grid-template-columns: 1fr; }.collection-large { grid-column: auto; min-height: 500px; }
  .collection-card { min-height: 430px; }
  .filters { justify-content: flex-start; margin-top: 30px; }
  .shop-tools { width: 100%; margin-top: 28px; }
  .filter-row { display: block; margin-top: -10px; }.filter-row .filters { margin-top: 0; }.filter-row > p { margin-top: 15px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-action { transform: none; }
  .story-copy { padding: 70px 25px; }
  .guide-grid { grid-template-columns: 1fr; }.guide-grid article { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }.guide-grid article:last-child { border: 0; }
  .guide-grid h3 { margin-top: 35px; }
  .review-band { grid-template-columns: 1fr; gap: 25px; }
  .help-heading { display: block; }.help-heading > p { margin-top: 22px; }
  .help-layout { grid-template-columns: 1fr; }.service-card { padding: 32px 25px; }
  .policy-strip { grid-template-columns: 1fr 1fr; }.policy-strip article:nth-child(2) { border-right: 0; }.policy-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .modal-panel { grid-template-columns: 1fr; max-height: calc(100vh - 24px); }.modal-image { min-height: 360px; max-height: 48vh; }.modal-copy { padding: 35px 24px; }
  .newsletter { grid-template-columns: 1fr; gap: 45px; }
  .footer-brand { display: block; }.footer-brand p { margin-top: 35px; text-align: left; }
  .footer-links { grid-template-columns: 1fr 1fr; }.footer-links div:last-child { grid-column: span 2; }
}

@media (max-width: 470px) {
  .hero-banner { padding: 0; }
  .hero-banner-link img { min-height: 330px; object-fit: cover; object-position: 62% center; }
  .hero-banner-cta { right: 12px; bottom: 12px; padding: 10px 12px; font-size: 8px; }
  .section { padding-inline: 16px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 28px 8px; }
  .shop-tools { display: grid; grid-template-columns: 1fr; }.sort-field select { width: 100%; }
  .product-info h3 { font-size: 15px; }.product-meta { display: block; }.product-meta span { display: block; margin-top: 4px; }
  .footer-links { grid-template-columns: 1fr; }.footer-links div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .policy-strip { grid-template-columns: 1fr; }.policy-strip article { border-right: 0; border-bottom: 1px solid var(--line) !important; }.policy-strip article:last-child { border-bottom: 0 !important; }
  .modal-image { min-height: 310px; }
}

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