:root {
    --ink: #24111c;
    --muted: #725e69;
    --cream: #fbf7f2;
    --paper: #fffdf9;
    --rose: #d58aa6;
    --rose-soft: #f1d9e1;
    --wine: #6d2343;
    --line: rgba(36, 17, 28, .13);
    --shadow: 0 24px 70px rgba(67, 25, 45, .12);
    --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.age-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 42px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -100px; background: white; padding: 10px 16px; z-index: 1000; }
.skip-link:focus { top: 20px; }
.preview-bar { background: var(--ink); color: #fff6f8; padding: 6px 20px; text-align: center; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 253, 249, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-row { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: baseline; width: fit-content; font-family: Georgia, "Times New Roman", serif; font-size: 29px; letter-spacing: -.045em; line-height: 1; }
.brand span { font-style: italic; }
.brand i { color: var(--rose); font-size: 38px; line-height: .5; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; letter-spacing: .035em; }
.site-nav > a, .nav-dropdown > button { position: relative; border: 0; background: none; padding: 28px 0; cursor: pointer; }
.site-nav > a::after, .nav-dropdown > button::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: 20px; background: var(--wine); transition: right .2s ease; }
.site-nav > a:hover::after, .nav-dropdown:hover > button::after { right: 0; }
.nav-dropdown { position: relative; }
.dropdown-panel { display: none; position: absolute; min-width: 210px; left: -22px; top: 64px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); }
.dropdown-panel a, .dropdown-panel span { display: block; padding: 9px 10px; font-size: 13px; border-radius: 8px; }
.dropdown-panel a:hover { background: var(--cream); }
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { display: block; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.icon-button { width: 38px; height: 38px; border: 0; background: none; border-radius: 50%; font-size: 25px; cursor: pointer; }
.icon-button:hover { background: var(--cream); }
.bag-link { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.bag-link span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--ink); color: white; font-size: 11px; }
.menu-toggle { display: none; }
.search-drawer { border-top: 1px solid var(--line); padding: 18px 0; background: var(--paper); }
.search-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.search-row label { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.search-row input { border: 0; border-bottom: 1px solid var(--ink); padding: 9px 2px; background: transparent; outline: none; }
.search-row button { border: 0; background: var(--ink); color: white; padding: 9px 18px; border-radius: 999px; cursor: pointer; }

.messages { position: relative; z-index: 10; }
.message { margin-top: 18px; padding: 12px 16px; border-radius: 12px; background: var(--rose-soft); border: 1px solid rgba(109,35,67,.12); font-size: 14px; }
.message.error { background: #ffe5e2; }
.eyebrow { margin: 0 0 14px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--wine); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: 1.04; }
h1 { margin: 0; font-size: clamp(52px, 7.7vw, 108px); }
h2 { margin: 0; font-size: clamp(36px, 4.2vw, 62px); }
h3 { margin: 0; line-height: 1.25; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 26px; border-radius: 999px; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(36,17,28,.13); }
.button-dark { background: var(--ink); color: white; }
.button-dark:disabled { opacity: .42; cursor: not-allowed; transform: none; box-shadow: none; }
.button-outline { border-color: var(--ink); background: transparent; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-button { padding: 8px 0; border: 0; border-bottom: 1px solid; background: none; font-weight: 700; font-size: 13px; cursor: pointer; }

.hero { overflow: hidden; background: linear-gradient(120deg, #fbf3f2 0%, #f7e6ea 50%, #f4e4dc 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; min-height: 670px; gap: 50px; padding-block: 82px; }
.hero-copy { position: relative; z-index: 2; max-width: 660px; }
.hero h1 { max-width: 650px; }
.hero-lede { max-width: 560px; margin: 25px 0 0; color: #614c58; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.hero-art { position: relative; min-height: 520px; }
.orb { position: absolute; border-radius: 50%; filter: saturate(.9); }
.orb-one { inset: 12% 8% 3% 10%; background: radial-gradient(circle at 35% 30%, #f8c9d6, #b95078 55%, #73203f 82%); box-shadow: inset 20px 20px 70px rgba(255,255,255,.23), 0 40px 90px rgba(91,26,54,.24); }
.orb-two { width: 140px; height: 140px; right: -3%; top: 2%; background: linear-gradient(145deg, #f2c0b3, #c55c7f); }
.hero-card { position: absolute; display: flex; flex-direction: column; justify-content: center; width: 240px; height: 300px; left: 0; bottom: 0; padding: 32px; border: 1px solid rgba(255,255,255,.55); border-radius: 120px 120px 26px 26px; background: rgba(255,255,255,.72); backdrop-filter: blur(15px); box-shadow: var(--shadow); }
.hero-card span, .hero-card small { text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.hero-card strong { margin: 5px 0 35px; font-family: Georgia, serif; font-weight: 400; font-style: italic; font-size: 37px; }
.announcement { background: var(--ink); color: #f9eef2; text-align: center; padding: 12px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }

.section { padding-block: 105px; }
.section-tint { background: var(--cream); }
.section-heading { margin-bottom: 46px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
.split-heading > p { color: var(--muted); max-width: 480px; margin: 0 0 5px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { position: relative; min-height: 315px; overflow: hidden; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, color-mix(in srgb, var(--accent), white 72%), var(--paper) 68%); transition: transform .25s ease, box-shadow .25s ease; }
.category-card::after { content: ""; position: absolute; width: 210px; height: 210px; border-radius: 50%; right: -80px; bottom: -70px; background: var(--accent); opacity: .25; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card > span { display: block; color: var(--muted); font-size: 11px; }
.category-card h3 { margin-top: 72px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.category-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.category-card b { position: absolute; bottom: 24px; left: 25px; font-size: 12px; z-index: 1; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px 22px; }
.product-grid-three { grid-template-columns: repeat(3, 1fr); }
.product-image { position: relative; display: block; aspect-ratio: 1; overflow: hidden; border-radius: 22px; background: #f1e3e4; }
.product-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image > img { transform: scale(1.035); }
.product-placeholder { position: relative; display: grid; place-items: center; width: 100%; height: 100%; overflow: hidden; background: radial-gradient(circle at 34% 28%, color-mix(in srgb, var(--accent), white 35%), var(--accent) 46%, color-mix(in srgb, var(--accent), #381425 55%)); }
.product-placeholder::before, .product-placeholder i { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.product-placeholder::before { width: 56%; height: 56%; }
.product-placeholder i { width: 35%; height: 68%; transform: rotate(28deg); background: rgba(255,255,255,.08); }
.product-placeholder span { position: relative; z-index: 1; color: rgba(255,255,255,.92); font-family: Georgia, serif; font-size: 25px; font-style: italic; }
.product-badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 5px 10px; background: white; border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-card-body { display: flex; justify-content: space-between; gap: 20px; margin-top: 17px; }
.product-category { margin: 0 0 4px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.product-card h3 { font-size: 16px; font-weight: 600; }
.product-card h3 a:hover { color: var(--wine); }
.product-price { margin: 1px 0 0; white-space: nowrap; font-size: 13px; font-weight: 700; }
.product-price s { display: block; color: var(--muted); font-weight: 400; }
.center { text-align: center; margin-top: 58px; }

.values { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start; }
.value-intro { position: sticky; top: 145px; }
.value-intro .rich-text { margin-top: 25px; color: var(--muted); }
.value-list article { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 34px 0; border-top: 1px solid var(--line); }
.value-list article:last-child { border-bottom: 1px solid var(--line); }
.value-list article > span { color: var(--rose); font-size: 12px; }
.value-list h3 { font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.value-list p { margin: 8px 0 0; color: var(--muted); }
.manifesto { padding: 110px 0; background: var(--wine); color: #fff7f8; text-align: center; }
.manifesto p { text-transform: uppercase; letter-spacing: .17em; font-size: 11px; }
.manifesto h2 { max-width: 900px; margin: 20px auto 35px; }
.manifesto a { border-bottom: 1px solid; font-size: 13px; font-weight: 700; }

.page-hero { padding-top: 100px; padding-bottom: 55px; }
.page-hero h1 { max-width: 900px; }
.page-hero > p:not(.eyebrow) { max-width: 700px; color: var(--muted); }
.prose { max-width: 820px; padding-bottom: 120px; }
.prose h2 { margin: 52px 0 16px; font-size: 36px; }
.prose h3 { margin: 36px 0 12px; font-size: 22px; }
.prose p, .prose li { color: #56434d; }
.prose a { color: var(--wine); text-decoration: underline; }
.shop-hero { padding: 95px 0 58px; background: linear-gradient(120deg, #f8e8ec, color-mix(in srgb, var(--accent, #d58aa6), white 84%)); }
.shop-hero h1 { font-size: clamp(54px, 8vw, 100px); }
.shop-intro { max-width: 630px; margin-top: 22px; color: var(--muted); font-size: 18px; }
.shop-intro p { margin: 0; }
.category-pills { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 28px; }
.category-pills a { padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; }
.category-pills a:hover, .category-pills .active { background: var(--ink); color: white; border-color: var(--ink); }

.product-detail { display: grid; grid-template-columns: 1.07fr .93fr; gap: clamp(45px, 7vw, 100px); padding-block: 75px 110px; }
.product-main-image { aspect-ratio: 1; overflow: hidden; border-radius: 30px; background: var(--cream); }
.product-main-image > img { width: 100%; height: 100%; object-fit: cover; }
.product-placeholder-large span { font-size: 38px; }
.thumb-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.thumb-grid img { aspect-ratio: 1; object-fit: cover; border-radius: 12px; }
.product-info { align-self: start; position: sticky; top: 125px; }
.product-info h1 { font-size: clamp(44px, 5vw, 72px); }
.product-lede { margin: 20px 0; color: var(--muted); font-size: 18px; }
.detail-price { margin: 20px 0; font-size: 21px; font-weight: 700; }
.detail-price s { margin-right: 10px; color: var(--muted); font-weight: 400; }
.stock { display: flex; align-items: center; gap: 8px; margin: 16px 0 25px; font-size: 12px; }
.stock i { width: 8px; height: 8px; border-radius: 50%; background: #518d68; box-shadow: 0 0 0 5px rgba(81,141,104,.12); }
.stock.out { color: #a13e46; }
.add-form { display: grid; grid-template-columns: auto 70px 1fr; align-items: center; gap: 12px; padding-bottom: 24px; }
.add-form label { font-size: 12px; }
.add-form input { width: 66px; height: 50px; border: 1px solid var(--line); border-radius: 999px; background: white; text-align: center; }
.assurance { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 20px 0 24px; border-block: 1px solid var(--line); }
.assurance div { display: flex; flex-direction: column; }
.assurance b { font-size: 12px; }
.assurance span { color: var(--muted); font-size: 11px; }
.product-info details { border-bottom: 1px solid var(--line); padding: 19px 0; }
.product-info summary { cursor: pointer; font-weight: 700; font-size: 13px; }
.product-info details p, .product-info .rich-text { color: var(--muted); font-size: 14px; }
.discreet-note { padding: 14px 16px; border-radius: 13px; background: var(--cream); color: var(--muted); font-size: 12px; }

.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1fr 370px; gap: 65px; align-items: start; padding-bottom: 115px; }
.cart-line { display: grid; grid-template-columns: 115px 1fr 72px auto 28px; align-items: center; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); }
.cart-line:last-child { border-bottom: 1px solid var(--line); }
.cart-thumb { aspect-ratio: 1; overflow: hidden; border-radius: 15px; background: var(--cream); }
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mini-placeholder { width: 100%; height: 100%; background: radial-gradient(circle at 35% 30%, #efb4c7, #8b3154); }
.cart-name small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.cart-name h2 { margin: 4px 0; font-family: inherit; font-size: 17px; font-weight: 700; letter-spacing: 0; }
.cart-name span { color: var(--muted); font-size: 12px; }
.cart-line label { font-size: 10px; text-transform: uppercase; color: var(--muted); }
.cart-line input { display: block; width: 62px; margin-top: 5px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; }
.cart-line > strong { white-space: nowrap; font-size: 13px; }
.remove-button { border: 0; background: none; cursor: pointer; color: var(--muted); font-size: 23px; }
.cart-summary { padding: 28px; border-radius: 22px; background: var(--cream); }
.cart-summary h2 { margin-bottom: 25px; font-family: Georgia, serif; font-size: 28px; }
.cart-summary > div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; font-size: 13px; }
.cart-summary > p { color: var(--muted); font-size: 11px; }
.cart-summary .button { width: 100%; margin-top: 18px; }
.cart-summary .text-link { display: flex; justify-content: center; margin-top: 15px; }
.empty-state { grid-column: 1 / -1; padding: 80px 25px 120px; text-align: center; }
.empty-state h2 { font-size: 48px; }
.empty-state p { color: var(--muted); }

.checkout-form { padding: 34px; border: 1px solid var(--line); border-radius: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.form-field { display: flex; flex-direction: column; }
.form-field.span-two { grid-column: 1 / -1; }
.form-field label { margin-bottom: 6px; font-size: 12px; font-weight: 700; }
.form-field label span { color: var(--wine); }
.form-field input:not([type="checkbox"]), .form-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 12px 13px; background: white; outline: none; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(109,35,67,.08); }
.form-field small { color: var(--muted); font-size: 10px; }
.form-field em { color: #a13e46; font-size: 11px; font-style: normal; }
.checkbox-field { grid-column: 1 / -1; display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; }
.checkbox-field label { margin: -3px 0 0; font-weight: 500; }
.checkout-form > .button { margin-top: 28px; min-width: 220px; }
.fine-print { color: var(--muted); font-size: 10px; }
.order-summary { position: sticky; top: 125px; }
.order-summary hr { border: 0; border-top: 1px solid var(--line); }
.order-summary .summary-total { margin-top: 8px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 16px; }

.confirmation { max-width: 730px; padding-block: 120px 140px; text-align: center; }
.confirmation-mark { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 28px; border-radius: 50%; background: var(--rose-soft); color: var(--wine); font-size: 24px; }
.confirmation h1 { font-size: clamp(48px, 7vw, 82px); }
.confirmation > p:not(.eyebrow) { max-width: 610px; margin: 25px auto; color: var(--muted); }
.confirmation-card { display: flex; flex-direction: column; max-width: 390px; margin: 35px auto; padding: 22px; border-radius: 18px; background: var(--cream); }
.confirmation-card span, .confirmation-card small { color: var(--muted); font-size: 11px; }
.confirmation-card strong { font-size: 24px; }
.page-search { display: flex; max-width: 680px; gap: 12px; margin-top: 30px; }
.page-search input { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 999px; padding: 0 20px; }
.result-count { margin-top: -40px; color: var(--muted); }

.site-footer { padding: 75px 0 25px; background: #1c0e16; color: #f8eef2; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 70px; }
.brand-footer { color: white; margin-bottom: 20px; }
.footer-grid p { max-width: 330px; color: #bdabb4; font-size: 13px; }
.footer-grid h2 { margin: 0 0 18px; font-family: inherit; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid > div:not(:first-child) > a { display: block; margin: 9px 0; color: #d9cbd2; font-size: 12px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #98848f; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.age-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; background: rgba(24, 10, 18, .78); backdrop-filter: blur(14px); }
.age-gate[hidden] { display: none; }
.age-panel { width: min(470px, 100%); padding: 48px; border-radius: 26px; background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.35); text-align: center; }
.age-brand { margin: 0 auto 40px; }
.age-panel h2 { font-size: 42px; }
.age-panel > p:not(.eyebrow) { color: var(--muted); }
.age-panel .button { width: 100%; margin-top: 15px; }
.age-panel .text-button { display: block; margin: 16px auto; }
.age-panel small { display: block; color: var(--muted); font-size: 10px; }

@media (max-width: 900px) {
    .header-row { grid-template-columns: auto 1fr auto; gap: 15px; min-height: 68px; }
    .menu-toggle { display: block; justify-self: end; border: 0; background: none; font-size: 12px; font-weight: 700; }
    .site-nav { display: none; position: absolute; left: 0; right: 0; top: 99px; padding: 20px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
    .site-nav.open { display: flex; }
    .site-nav > a, .nav-dropdown > button { width: 100%; padding: 13px 0; text-align: left; }
    .dropdown-panel { position: static; display: block; box-shadow: none; border: 0; padding: 0 0 0 12px; background: transparent; }
    .header-actions .icon-button { display: none; }
    .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
    .hero-art { min-height: 430px; }
    .category-grid { grid-template-columns: 1fr 1fr; }
    .product-grid { grid-template-columns: 1fr 1fr; }
    .values { grid-template-columns: 1fr; gap: 45px; }
    .value-intro, .product-info, .order-summary { position: static; }
    .product-detail { grid-template-columns: 1fr; }
    .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    .shell { width: min(100% - 28px, 1180px); }
    .preview-bar { font-size: 9px; }
    .brand { font-size: 25px; }
    .header-actions { gap: 6px; }
    .hero-grid { padding-top: 55px; gap: 10px; }
    .hero h1 { font-size: 57px; }
    .hero-art { min-height: 340px; }
    .orb-one { inset: 5% 1% 0 8%; }
    .orb-two { width: 90px; height: 90px; }
    .hero-card { width: 170px; height: 215px; padding: 23px; }
    .hero-card strong { margin-bottom: 20px; font-size: 27px; }
    .section { padding-block: 72px; }
    .split-heading { grid-template-columns: 1fr; gap: 20px; }
    .category-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 250px; }
    .category-card h3 { margin-top: 45px; }
    .product-grid { grid-template-columns: 1fr; }
    .product-card-body { gap: 10px; }
    .product-detail { padding-top: 35px; }
    .product-info h1 { font-size: 48px; }
    .add-form { grid-template-columns: auto 65px; }
    .add-form .button { grid-column: 1 / -1; width: 100%; }
    .assurance { grid-template-columns: 1fr; }
    .cart-line { grid-template-columns: 80px 1fr 28px; align-items: start; }
    .cart-line label, .cart-line > strong { grid-column: 2; }
    .remove-button { grid-column: 3; grid-row: 1; }
    .form-grid { grid-template-columns: 1fr; }
    .form-field.span-two { grid-column: auto; }
    .checkout-form { padding: 22px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
    .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { gap: 20px; }
    .age-panel { padding: 34px 25px; }
    .age-panel h2 { font-size: 36px; }
    .search-row { grid-template-columns: 1fr auto; }
    .search-row label { grid-column: 1 / -1; }
}

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

