@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap');

:root {
  --ink: #090909;
  --panel: #12110f;
  --panel-light: #1b1915;
  --gold: #d7b25a;
  --gold-bright: #f3d77c;
  --cream: #f7f0e1;
  --muted: #bbb2a2;
  --line: rgba(243, 215, 124, .19);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; color: var(--cream); background: var(--ink); font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.skip-link { position: absolute; z-index: 200; left: 15px; top: -50px; padding: 10px 14px; background: var(--gold-bright); color: var(--ink); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 12px; }
.site-shell { overflow: hidden; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin: auto; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--gold); font-family: 'DM Mono', monospace; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 20px; height: 1px; background: currentColor; }
.section { padding: 112px 0; }
.section--compact { padding: 74px 0; }
.section--panel { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--panel); }
.section-heading { max-width: 760px; margin: 14px 0 0; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.55rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.06em; }
.section-heading em { color: var(--gold); font-style: italic; }
.lead { max-width: 620px; margin: 23px 0 0; color: var(--muted); line-height: 1.8; font-size: 1rem; }
.lead strong { color: var(--cream); }

/* Navigation */
.site-header { position: absolute; z-index: 20; inset: 0 0 auto; }
.site-header.is-fixed { position: fixed; background: rgba(9, 9, 9, .86); backdrop-filter: blur(13px); border-bottom: 1px solid rgba(243, 215, 124, .12); animation: header-in .25s ease; }
@keyframes header-in { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.1rem; font-weight: 800; letter-spacing: -.05em; white-space: nowrap; }
.brand-logo { width: 34px; height: 34px; object-fit: contain; clip-path: circle(49% at 50% 50%); filter: drop-shadow(0 0 10px rgba(243, 215, 124, .24)); }
.brand-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 18px var(--gold); }
.nav-menu { display: flex; align-items: center; justify-content: flex-end; gap: clamp(15px, 2.3vw, 33px); }
.nav-menu > a:not(.button) { position: relative; color: #e3dbcd; font-size: .79rem; font-weight: 700; }
.nav-menu > a:not(.button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .2s ease; }
.nav-menu > a:not(.button):hover, .nav-menu > a[aria-current='page'] { color: var(--gold); }
.nav-menu > a:not(.button):hover::after, .nav-menu > a[aria-current='page']::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 38px; padding: 0; border: 0; background: transparent; color: var(--cream); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ''; display: block; width: 22px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded='true'] span { opacity: 0; }
.menu-toggle[aria-expanded='true']::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded='true']::after { transform: translateY(-6px) rotate(-45deg); }

/* Buttons */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 2px; padding: 14px 20px; font-size: .78rem; font-weight: 800; letter-spacing: .01em; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--gold { color: #17130b; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); box-shadow: 0 7px 24px rgba(215, 178, 90, .18); }
.button--gold:hover { box-shadow: 0 12px 30px rgba(215, 178, 90, .35); }
.button--ghost { color: var(--cream); border-color: rgba(247, 240, 225, .35); background: rgba(255,255,255,.01); }
.button--ghost:hover { background: rgba(255,255,255,.08); }
.button--small { padding: 11px 15px; font-size: .72rem; }
.button--full { width: 100%; }

/* Home hero */
.hero { position: relative; min-height: min(790px, 100svh); display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: radial-gradient(ellipse 48% 64% at 73% 42%, rgba(201, 152, 53, .21), transparent 67%), radial-gradient(ellipse 40% 54% at 100% 100%, rgba(147, 101, 31, .18), transparent 75%), linear-gradient(110deg, #080808 7%, #090906 60%, #120e06); }
.hero::after { content: ''; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(243,215,124,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(243,215,124,.04) 1px, transparent 1px); background-size: 65px 65px; mask-image: linear-gradient(90deg, black 10%, transparent 80%); }
.hero .wrap { position: relative; width: min(var(--max), calc(100% - 48px)); padding: 142px 0 76px; }
.hero-copy { position: relative; z-index: 2; max-width: 655px; }
.hero h1 { max-width: 740px; margin: 17px 0 21px; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(3.3rem, 6.6vw, 6rem); line-height: .95; letter-spacing: -.07em; }
.hero h1 em { color: var(--gold); font-style: italic; }
.hero-copy > p:not(.eyebrow) { max-width: 500px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 43px; color: #d2c9b9; font-size: .75rem; }
.hero-points span::before { content: '✦'; margin-right: 7px; color: var(--gold); }
.logo-stage { position: absolute; z-index: 1; right: -4%; top: 104px; width: min(50vw, 575px); aspect-ratio: 1; display: grid; place-items: center; isolation: isolate; }
.logo-stage::before { content: ''; position: absolute; z-index: -3; inset: -22%; border-radius: 50%; background: radial-gradient(circle at 50% 50%, rgba(255,231,152,.31) 0 12%, rgba(236,185,73,.17) 31%, rgba(182,118,29,.08) 51%, transparent 70%); filter: blur(10px); animation: elite-aura 5.8s ease-in-out infinite; }
.logo-stage::after { content: ''; position: absolute; z-index: -2; width: 122%; height: 108%; background: linear-gradient(90deg, transparent 0 17%, rgba(243,215,124,.08) 17.3% 17.6%, transparent 17.9% 35%, rgba(243,215,124,.20) 35.3% 35.8%, transparent 36.1% 64%, rgba(243,215,124,.20) 64.3% 64.8%, transparent 65.1% 82%, rgba(243,215,124,.08) 82.3% 82.6%, transparent 82.9%); mask-image: linear-gradient(to bottom, transparent, black 15% 85%, transparent); }
.logo-stage-lines { position: absolute; z-index: -1; inset: 9% -5%; border-top: 1px solid rgba(243,215,124,.42); border-bottom: 1px solid rgba(243,215,124,.22); filter: drop-shadow(0 0 13px rgba(232,183,73,.27)); }
.logo-stage img { position: relative; z-index: 1; width: 96%; height: 96%; object-fit: contain; clip-path: circle(49.6% at 50% 50%); filter: drop-shadow(0 28px 35px rgba(0,0,0,.70)) drop-shadow(0 0 25px rgba(243,215,124,.20)); }
@keyframes elite-aura { 0%, 100% { opacity: .56; transform: scale(.91); } 50% { opacity: 1; transform: scale(1.07); } }
.hero-scroll { position: absolute; right: 0; bottom: 45px; color: var(--gold); font-family: 'DM Mono', monospace; font-size: .61rem; letter-spacing: .11em; text-transform: uppercase; writing-mode: vertical-rl; }

.proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0a0a09; }
.proof .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { padding: 26px 33px; border-right: 1px solid var(--line); }
.proof-item:first-child { border-left: 1px solid var(--line); }
.proof-item strong { display: block; color: var(--gold-bright); font-size: 1.35rem; letter-spacing: -.04em; }
.proof-item span { color: var(--muted); font-size: .75rem; }

.intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 9vw, 150px); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 50px; }
.feature-card { min-height: 195px; padding: 27px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.027), transparent); transition: transform .25s, border .25s, background .25s; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(243,215,124,.57); background: linear-gradient(135deg, rgba(215,178,90,.13), rgba(255,255,255,.02)); }
.feature-index { color: var(--gold); font-family: 'DM Mono', monospace; font-size: .69rem; }
.feature-card h3 { margin: 46px 0 8px; font-size: 1.1rem; letter-spacing: -.035em; }
.feature-card p { margin: 0; max-width: 260px; color: var(--muted); font-size: .82rem; line-height: 1.58; }

.join-band { position: relative; overflow: hidden; background: linear-gradient(120deg, #19130a, #0d0d0b 70%); border: 1px solid rgba(243,215,124,.34); border-radius: 10px; padding: clamp(33px, 5vw, 61px); }
.join-band::after { content: '✦'; position: absolute; top: -110px; right: 6%; color: rgba(243,215,124,.11); font-size: 27rem; line-height: 1; }
.join-band > * { position: relative; z-index: 1; }
.join-band .lead { max-width: 560px; }
.join-band .button { margin-top: 26px; }

/* Page hero */
.page-hero { position: relative; min-height: 470px; display: flex; align-items: end; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(ellipse at 80% 8%, rgba(215,178,90,.17), transparent 39%), linear-gradient(118deg, #090909 15%, #15110a); }
.page-hero::after { content: ''; position: absolute; width: min(66vw, 760px); height: 120%; right: -8vw; top: -10%; background: linear-gradient(90deg, transparent 0 13%, rgba(243,215,124,.06) 13.3% 13.7%, transparent 14% 29%, rgba(243,215,124,.14) 29.3% 29.8%, transparent 30.1% 48%, rgba(243,215,124,.18) 48.3% 48.8%, transparent 49.1% 67%, rgba(243,215,124,.14) 67.3% 67.8%, transparent 68.1% 84%, rgba(243,215,124,.06) 84.3% 84.7%, transparent 85%); mask-image: linear-gradient(90deg, transparent, black 27% 90%, transparent); opacity: .9; }
.page-hero .wrap { position: relative; z-index: 1; padding: 152px 0 72px; }
.page-hero h1 { max-width: 850px; margin: 13px 0 0; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(3.1rem, 6vw, 5.8rem); line-height: .96; letter-spacing: -.065em; }
.page-hero h1 em { color: var(--gold); font-style: italic; }
.page-hero .lead { max-width: 610px; }

/* Content blocks */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(38px, 9vw, 145px); }
.numbered-list { margin: 42px 0 0; border-top: 1px solid var(--line); }
.numbered-item { display: grid; grid-template-columns: 55px 1fr; gap: 19px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.numbered-item > span { padding-top: 4px; color: var(--gold); font-family: 'DM Mono', monospace; font-size: .7rem; }
.numbered-item h3 { margin: 0; font-size: 1.18rem; letter-spacing: -.035em; }
.numbered-item p { margin: 7px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.gold-card { padding: 35px; border: 1px solid rgba(243,215,124,.42); border-radius: 10px; background: linear-gradient(140deg, rgba(215,178,90,.14), rgba(255,255,255,.02)); box-shadow: 0 22px 52px rgba(0,0,0,.22); }
.gold-card h3 { margin: 21px 0 9px; font-size: 1.75rem; letter-spacing: -.05em; }
.gold-card p { margin: 0; color: #d6cbbc; font-size: .9rem; line-height: 1.68; }
.check-list { padding: 0; margin: 23px 0 0; list-style: none; }
.check-list li { padding: 11px 0; border-top: 1px solid rgba(243,215,124,.17); font-size: .85rem; }
.check-list li::before { content: '✦'; margin-right: 10px; color: var(--gold); }

/* Shop */
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 46px 0 23px; }
.shop-count { margin: 0; color: var(--muted); font-family: 'DM Mono', monospace; font-size: .7rem; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { padding: 9px 12px; border: 1px solid var(--line); border-radius: 2px; background: transparent; color: var(--cream); font-size: .72rem; font-weight: 700; }
.filter-button:hover, .filter-button.is-active { color: #17130b; border-color: var(--gold); background: var(--gold); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card { display: flex; flex-direction: column; min-height: 390px; border: 1px solid var(--line); background: linear-gradient(155deg, #17130d, #10100e 62%); transition: transform .25s, border .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(243,215,124,.55); box-shadow: 0 24px 44px rgba(0,0,0,.24); }
.product-visual { display: grid; min-height: 214px; place-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 52% 42%, rgba(243,215,124,.22), transparent 58%), linear-gradient(145deg, #21180a, #12110e 67%); }
.product-visual::before { content: 'DUCK\A ELITE'; white-space: pre; color: rgba(243,215,124,.18); font-family: 'Playfair Display', Georgia, serif; font-size: 3.8rem; line-height: .76; letter-spacing: -.07em; text-align: center; font-weight: 700; }
.product-visual::after { content: ''; position: absolute; inset: 16px 12%; background: linear-gradient(90deg, transparent 0 17%, rgba(243,215,124,.11) 17.4% 17.8%, transparent 18.2% 36%, rgba(243,215,124,.18) 36.4% 36.9%, transparent 37.3% 63%, rgba(243,215,124,.18) 63.4% 63.9%, transparent 64.3% 82%, rgba(243,215,124,.11) 82.4% 82.8%, transparent 83.2%); mask-image: linear-gradient(to bottom, transparent, black 16% 84%, transparent); }
.product-visual span { position: absolute; z-index: 1; left: 14px; top: 14px; padding: 5px 8px; color: #16130b; background: var(--gold); font-family: 'DM Mono', monospace; font-size: .59rem; letter-spacing: .06em; text-transform: uppercase; }
.product-content { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.product-type { margin: 0; color: var(--gold); font-family: 'DM Mono', monospace; font-size: .64rem; letter-spacing: .07em; text-transform: uppercase; }
.product-card h3 { margin: 8px 0 7px; font-size: 1.07rem; letter-spacing: -.035em; }
.product-card p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; }
.product-status { color: var(--gold-bright); font-size: .74rem; font-weight: 800; }
.product-link { color: var(--cream); font-size: .75rem; font-weight: 800; }
.product-link:hover { color: var(--gold); }
.shop-empty { grid-column: 1 / -1; padding: 43px; border: 1px dashed var(--line); text-align: center; color: var(--muted); }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(38px, 8vw, 120px); }
.contact-notes { margin: 28px 0 0; padding: 0; list-style: none; }
.contact-notes li { padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.contact-notes li strong { color: var(--cream); }
.contact-form { padding: clamp(24px, 4vw, 41px); border: 1px solid var(--line); background: var(--panel); }
.field { display: grid; gap: 8px; margin-bottom: 20px; }
.field label { color: #e6dece; font-size: .78rem; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid rgba(247,240,225,.2); border-radius: 4px; outline: 0; padding: 13px 14px; color: var(--cream); background: #0d0d0c; font-size: .87rem; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,178,90,.12); }
.field select option { color: var(--cream); background: #111; }
.form-status { min-height: 22px; margin: 12px 0 0; color: var(--gold-bright); font-size: .79rem; line-height: 1.45; }

/* Legal pages */
.legal-content { max-width: 850px; }
.legal-intro { margin-bottom: 46px; color: var(--muted); line-height: 1.8; }
.legal-block { padding: 29px 0; border-top: 1px solid var(--line); }
.legal-block h2 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.3rem); letter-spacing: -.05em; }
.legal-block p, .legal-block li { color: var(--muted); font-size: .88rem; line-height: 1.75; }
.legal-block p { margin: 13px 0 0; }
.legal-block ul { margin: 14px 0 0; padding-left: 19px; }
.legal-block strong { color: var(--cream); }
.legal-note { margin-top: 37px; padding: 21px 24px; border-left: 2px solid var(--gold); background: rgba(215,178,90,.08); color: #d9cfbd; font-size: .82rem; line-height: 1.65; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: #080808; }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 38px; padding: 57px 0; }
.footer-main .brand + p { max-width: 320px; margin: 15px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.footer-title { margin: 0 0 16px; color: var(--gold); font-family: 'DM Mono', monospace; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; color: #ded5c5; font-size: .81rem; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding: 19px 0; border-top: 1px solid var(--line); color: #847b6e; font-family: 'DM Mono', monospace; font-size: .62rem; }
.footer-legal { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.footer-legal a:hover, .footer-cookie-button:hover { color: var(--gold); }
.footer-cookie-button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }

/* Cookies */
.cookie-banner { position: fixed; z-index: 80; right: 22px; bottom: 22px; width: min(480px, calc(100% - 32px)); padding: 24px; border: 1px solid rgba(243,215,124,.42); border-radius: 10px; background: rgba(16,15,12,.97); box-shadow: 0 18px 60px rgba(0,0,0,.48); }
.cookie-banner h2, .cookie-preferences h2 { margin: 0; font-size: 1.12rem; letter-spacing: -.035em; }
.cookie-banner p, .cookie-preferences p { margin: 10px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.cookie-banner a, .cookie-preferences a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 19px; }
.cookie-actions .button { padding: 10px 13px; font-size: .7rem; }
.cookie-preferences { position: fixed; z-index: 90; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(0,0,0,.67); }
.cookie-preferences[hidden], .cookie-banner[hidden] { display: none; }
.cookie-dialog { width: min(540px, 100%); padding: clamp(24px, 5vw, 38px); border: 1px solid rgba(243,215,124,.42); border-radius: 10px; background: #12110f; box-shadow: 0 24px 70px rgba(0,0,0,.55); }
.cookie-option { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-top: 24px; padding: 17px 0; border-top: 1px solid var(--line); }
.cookie-option h3 { margin: 0; font-size: .9rem; }
.cookie-option p { margin-top: 5px; }
.cookie-status { flex: 0 0 auto; padding: 5px 8px; color: var(--gold-bright); border: 1px solid rgba(243,215,124,.36); border-radius: 999px; font-family: 'DM Mono', monospace; font-size: .59rem; letter-spacing: .06em; text-transform: uppercase; }

/* Motion */
[data-reveal] { opacity: 0; transform: translateY(17px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 850px) {
  .nav-menu { position: absolute; left: 0; right: 0; top: 72px; display: grid; gap: 0; padding: 12px 24px 21px; border-bottom: 1px solid var(--line); background: rgba(9,9,9,.98); transform: translateY(-140%); opacity: 0; pointer-events: none; transition: transform .24s ease, opacity .2s ease; }
  .nav-menu.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-menu > a:not(.button) { padding: 13px 0; }
  .nav-menu > a:not(.button)::after { display: none; }
  .nav-menu .button { margin-top: 8px; justify-self: start; }
  .menu-toggle { display: block; }
  .logo-stage { width: min(82vw, 540px); right: -15%; top: 84px; opacity: .48; }
  .hero { min-height: 760px; }
  .hero .wrap { padding-bottom: 62px; }
  .hero-scroll { display: none; }
  .intro, .split, .contact-layout { grid-template-columns: 1fr; gap: 31px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .wrap, .hero .wrap { width: min(100% - 32px, var(--max)); }
  .nav { min-height: 70px; }
  .nav-menu { top: 70px; padding-inline: 16px; }
  .nav .button { padding: 10px 11px; font-size: .67rem; }
  .hero { min-height: 720px; }
  .hero .wrap { padding-top: 171px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .hero-points { display: grid; gap: 9px; margin-top: 33px; }
  .proof .wrap { width: 100%; grid-template-columns: 1fr; }
  .proof-item, .proof-item:first-child { padding: 18px 24px; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .section { padding: 76px 0; }
  .page-hero { min-height: 405px; }
  .page-hero .wrap { padding: 132px 0 56px; }
  .feature-grid, .product-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 168px; }
  .shop-toolbar { align-items: flex-start; flex-direction: column; margin-top: 34px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-main > :first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .footer-legal { justify-content: flex-start; }
  .cookie-banner { right: 16px; bottom: 16px; }
}

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