:root {
    --o89-ink: #111312;
    --o89-ink-soft: #232624;
    --o89-gold: #d8aa45;
    --o89-gold-light: #f0d48f;
    --o89-ivory: #f7f5ef;
    --o89-paper: #fffefd;
    --o89-muted: #6d726f;
    --o89-line: #e8e4da;
    --o89-success: #157f61;
    --o89-danger: #c34444;
    --o89-shadow: 0 18px 48px rgba(23, 25, 24, .08);
}

html { scroll-behavior: smooth; }

body.storefront-app {
    background: var(--o89-ivory) !important;
    color: var(--o89-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.storefront-app a,
.storefront-app button,
.storefront-app input,
.storefront-app select,
.storefront-app textarea { transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }

.storefront-app :focus-visible {
    outline: 3px solid rgba(216, 170, 69, .42) !important;
    outline-offset: 3px;
}

.announcement-bar {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: .45rem 1rem;
    background: var(--o89-gold);
    color: #17130a;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.announcement-bar span { display: inline-flex; align-items: center; gap: .45rem; }

.storefront-app > nav,
.storefront-app body > nav,
.storefront-app nav.bg-black {
    background: rgba(16, 18, 17, .97) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    box-shadow: 0 10px 34px rgba(0, 0, 0, .15) !important;
    backdrop-filter: blur(16px);
}

.storefront-app nav .container { max-width: 82rem; }

.storefront-app nav a { text-decoration: none; }

.storefront-app nav .hidden.md\:flex > a,
.storefront-app nav .hidden.md\:flex > div > a:not(.relative) {
    color: #d8dad9;
    font-size: .78rem;
    letter-spacing: .025em;
    position: relative;
}

.storefront-app nav .hidden.md\:flex > a::after,
.storefront-app nav .hidden.md\:flex > div > a:not(.relative)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -.65rem;
    left: 0;
    height: 2px;
    background: var(--o89-gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
}

.storefront-app nav .hidden.md\:flex a:hover,
.storefront-app nav a[aria-current="page"] { color: #fff !important; }

.storefront-app nav .hidden.md\:flex a:hover::after,
.storefront-app nav a[aria-current="page"]::after { transform: scaleX(1); }

.storefront-app nav img { max-width: 52px; }

.storefront-app nav [id="mobileMenu"] {
    background: #171918 !important;
    border-color: rgba(255, 255, 255, .1) !important;
}

.storefront-app nav [id="mobileMenu"] a { border-color: rgba(255, 255, 255, .08) !important; }

.hero-shell {
    position: relative;
    background: #0f1212;
    overflow: hidden;
}

.home-hero {
    min-height: 680px;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
    background: var(--o89-ink);
    color: #fff;
    overflow: hidden;
}

.home-hero-copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 7vw, 7rem) clamp(1.5rem, 5vw, 5.5rem);
    background:
        radial-gradient(circle at 18% 12%, rgba(216,170,69,.14), transparent 30%),
        linear-gradient(145deg, #111312, #1b211e);
}

.home-hero-copy::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 8%;
    width: 1px;
    height: 58%;
    background: linear-gradient(transparent, rgba(216,170,69,.75), transparent);
}

.home-hero-copy h1 {
    max-width: 760px;
    margin: .9rem 0 1.25rem;
    color: #fff;
    font-size: clamp(3rem, 5.7vw, 6.7rem);
    font-weight: 900;
    line-height: .92;
    letter-spacing: -.065em;
}

.home-hero-copy > p { max-width: 37rem; color: #bdc4c0; font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.72; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 2.2rem; color: #89918d; font-size: .7rem; }
.hero-proof span { display: inline-flex; gap: .3rem; }
.hero-proof strong { color: #d8ddda; }

.home-hero-visual { position: relative; min-height: 680px; background: #d9d6cd; overflow: hidden; }
.hero-product { position: absolute; overflow: hidden; border: 5px solid rgba(255,255,255,.86); background: #e9e6df; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.hero-product img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hero-product:hover img { transform: scale(1.04); }
.hero-product span { position: absolute; right: .7rem; bottom: .7rem; left: .7rem; padding: .55rem .7rem; border-radius: .5rem; background: rgba(14,16,15,.76); color: #fff; font-size: .68rem; font-weight: 800; backdrop-filter: blur(8px); }
.hero-product-1 { inset: 7% 32% 18% 6%; transform: rotate(-2.5deg); }
.hero-product-2 { inset: 16% 5% 9% 56%; transform: rotate(2.8deg); }
.hero-product-3 { inset: 57% 38% 3% 22%; z-index: 2; transform: rotate(1.6deg); }
.hero-seal { position: absolute; top: 9%; right: 6%; z-index: 4; width: 108px; height: 108px; display: flex; align-items: center; justify-content: center; gap: .45rem; border: 1px solid rgba(17,19,18,.2); border-radius: 50%; background: rgba(255,254,253,.82); color: var(--o89-ink); box-shadow: 0 16px 36px rgba(0,0,0,.12); backdrop-filter: blur(10px); transform: rotate(5deg); }
.hero-seal strong { color: #9e741e; font-size: 1.55rem; letter-spacing: -.06em; }
.hero-seal span { font-size: .55rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }

.campaign-section { position: relative; min-height: 520px; max-width: 96rem; margin: 1rem auto 5rem; overflow: hidden; background: #181b1a; }
.campaign-image { position: absolute; inset: 0; }
.campaign-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,13,12,.91) 0%, rgba(10,13,12,.56) 43%, rgba(10,13,12,.06) 74%); }
.campaign-image img { width: 100%; height: 100%; object-fit: cover; }
.campaign-panel { position: relative; z-index: 2; max-width: 620px; padding: clamp(4rem, 9vw, 7rem); color: #fff; }
.campaign-panel h2 { margin: .7rem 0 1rem; font-size: clamp(2.2rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.055em; }
.campaign-panel p { margin-bottom: 1.6rem; color: #d2d7d4; line-height: 1.7; }

.category-section { max-width: 84rem; }
.category-tint { max-width: none; padding-inline: max(1rem, calc((100vw - 82rem)/2)); background: #eeece6; }

.hero-shell::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 72px;
    background: linear-gradient(transparent, rgba(15, 18, 18, .18));
    pointer-events: none;
    z-index: 12;
}

.hero-shell .slide img { filter: saturate(.9) contrast(1.03); }
.hero-shell .slide > .absolute.inset-0.bg-black { background: linear-gradient(90deg, rgba(9, 12, 12, .38), rgba(9, 12, 12, .03) 62%, rgba(9, 12, 12, .12)) !important; }

.hero-copy {
    max-width: 42rem;
    text-align: left;
    padding: 2rem;
    border-left: 3px solid var(--o89-gold);
    background: linear-gradient(90deg, rgba(8, 11, 11, .36), transparent);
}

.hero-eyebrow,
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--o89-gold-light);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.hero-copy h1,
.hero-copy h2 {
    max-width: 760px;
    margin: .65rem 0 .85rem;
    color: #fff;
    font-size: clamp(2rem, 5vw, 4.7rem);
    line-height: .98;
    letter-spacing: -.045em;
    text-transform: none !important;
}

.hero-copy p { max-width: 36rem; color: rgba(255,255,255,.84); font-size: clamp(.95rem, 1.6vw, 1.15rem); line-height: 1.65; }

.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }

.btn-primary,
.btn-secondary {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: .75rem 1.2rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .04em;
}

.btn-primary { background: var(--o89-gold); color: #17130a; box-shadow: 0 10px 30px rgba(216,170,69,.25); }
.btn-primary:hover { background: #ecc75f; transform: translateY(-2px); }
.btn-secondary { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.09); color: #fff; backdrop-filter: blur(8px); }
.btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.16); }

.trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--o89-line);
    border-bottom: 1px solid var(--o89-line);
}

.trust-item { display: flex; align-items: center; justify-content: center; gap: .7rem; min-height: 76px; padding: 1rem; background: var(--o89-paper); }
.trust-item i { color: var(--o89-gold); font-size: 1.15rem; }
.trust-item strong { display: block; font-size: .8rem; }
.trust-item span { display: block; color: var(--o89-muted); font-size: .7rem; margin-top: .1rem; }

.storefront-section { max-width: 82rem; margin-inline: auto; padding: 4.5rem 1rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.8rem; }
.section-heading h2 { margin-top: .4rem; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { max-width: 36rem; color: var(--o89-muted); line-height: 1.65; }
.section-link { display: inline-flex; align-items: center; gap: .5rem; white-space: nowrap; color: var(--o89-ink); font-size: .77rem; font-weight: 900; }
.section-link:hover { color: #946a12; transform: translateX(2px); }

.brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .75rem; }
.brand-tile {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: 1rem;
    border: 1px solid var(--o89-line);
    border-radius: 1rem;
    background: rgba(255,255,255,.72);
}
.brand-tile:hover { border-color: #dbc179; background: #fff; box-shadow: 0 14px 32px rgba(30,29,25,.07); transform: translateY(-3px); }
.brand-tile img { width: 100%; height: 48px; object-fit: contain; filter: grayscale(1); opacity: .75; }
.brand-tile:hover img { filter: grayscale(0); opacity: 1; }
.brand-tile span { color: var(--o89-muted); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-align: center; text-transform: uppercase; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--o89-line);
    border-radius: 1.2rem;
    background: var(--o89-paper);
    box-shadow: 0 4px 18px rgba(22, 24, 23, .035);
}
.product-card:hover { border-color: #d8caad; box-shadow: var(--o89-shadow); transform: translateY(-4px); }
.product-media { position: relative; display: block; aspect-ratio: 4/5; overflow: hidden; background: #eeece7; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .4s ease; }
.product-card:hover .product-media img { transform: scale(1.045); }
.product-badge { position: absolute; top: .75rem; left: .75rem; z-index: 2; padding: .4rem .65rem; border-radius: 999px; background: rgba(17,19,18,.86); color: #fff; font-size: .65rem; font-weight: 900; letter-spacing: .08em; backdrop-filter: blur(8px); }
.product-info { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.product-meta { color: #9a711c; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-title { margin: .4rem 0 .25rem; font-size: .96rem; font-weight: 800; line-height: 1.35; }
.product-title a:hover { color: #9a711c; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-top: auto; padding-top: 1rem; }
.product-price { font-size: .95rem; font-weight: 900; }
.product-add { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--o89-ink); color: #fff; }
.product-add:hover { background: #9a711c; transform: scale(1.04); }

/* Bring legacy catalog and inner pages into the same design language. */
.storefront-app main .group.flex.flex-col.h-full,
.storefront-app .group.flex.flex-col.h-full {
    overflow: hidden;
    border-color: var(--o89-line) !important;
    border-radius: 1.15rem !important;
    background: var(--o89-paper) !important;
    box-shadow: 0 4px 18px rgba(22, 24, 23, .04) !important;
}
.storefront-app main .group.flex.flex-col.h-full:hover { border-color: #d8caad !important; box-shadow: var(--o89-shadow) !important; transform: translateY(-4px); }
.storefront-app main .group.flex.flex-col.h-full img { transition: transform .5s ease; }
.storefront-app main .group.flex.flex-col.h-full button { border-radius: 999px !important; background: var(--o89-ink) !important; }
.storefront-app main .group.flex.flex-col.h-full button:hover { background: #9a711c !important; }

.storefront-app .bg-white.rounded-xl,
.storefront-app .bg-white.rounded-2xl,
.storefront-app aside > .bg-white {
    border-color: var(--o89-line) !important;
    box-shadow: 0 12px 38px rgba(22,24,23,.055) !important;
}

.storefront-app input:not([type="radio"]):not([type="checkbox"]):not([type="color"]),
.storefront-app select,
.storefront-app textarea {
    min-height: 44px;
    border-color: #dcd8ce !important;
    border-radius: .75rem !important;
    background-color: #fff !important;
}
.storefront-app input:focus,
.storefront-app select:focus,
.storefront-app textarea:focus { border-color: var(--o89-gold) !important; box-shadow: 0 0 0 4px rgba(216,170,69,.13) !important; }

.storefront-app table { border-collapse: separate; border-spacing: 0; }
.storefront-app table thead { background: #f2f0ea !important; color: #606561 !important; }
.table-scroll { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }

.page-checkout { padding: 0 !important; background: #f4f2ec !important; }
.checkout-topbar { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem max(1rem, calc((100vw - 72rem)/2)); border-bottom: 1px solid var(--o89-line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.checkout-brand { display: flex; align-items: center; gap: .65rem; }
.checkout-brand img { width: 40px; height: 40px; object-fit: contain; }
.checkout-brand strong { font-size: 1rem; letter-spacing: -.02em; }
.checkout-back { display: inline-flex; align-items: center; gap: .45rem; color: var(--o89-muted); font-size: .75rem; font-weight: 800; }
.checkout-back:hover { color: #946a12; }
.page-checkout > .container { padding: 2rem 1rem 4rem; }
.page-checkout .text-blue-600, .page-checkout .text-blue-500 { color: #9a711c !important; }
.page-checkout .bg-blue-600, .page-checkout .bg-blue-500 { background-color: var(--o89-ink) !important; }
.page-checkout .bg-blue-50 { background-color: #fff8e8 !important; }
.page-checkout .border-blue-500, .page-checkout .border-blue-600 { border-color: var(--o89-gold) !important; }
.page-checkout input[type="radio"]:checked + div { border-color: var(--o89-gold) !important; background-color: #fff8e8 !important; }
.page-checkout input[type="radio"]:checked + div .radio-circle { border-color: var(--o89-gold) !important; background-color: var(--o89-gold) !important; }
.page-checkout .store-footer { width: 100%; }

.editorial-band { background: var(--o89-ink); color: #fff; }
.editorial-band .storefront-section { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3rem; }
.editorial-band h2 { margin: .65rem 0 1rem; font-size: clamp(2rem,4vw,3.6rem); line-height: 1; letter-spacing: -.045em; }
.editorial-band p { color: #bdc1be; line-height: 1.75; }
.editorial-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.editorial-stat { padding: 1.3rem; border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; background: rgba(255,255,255,.045); }
.editorial-stat strong { display: block; color: var(--o89-gold-light); font-size: 1.55rem; }
.editorial-stat span { color: #b9bebb; font-size: .76rem; }

.store-footer { margin-top: 0 !important; padding: 0 !important; border: 0 !important; background: #0e100f !important; color: #fff; }
.payment-rail { border-bottom: 1px solid rgba(255,255,255,.1); background: #171a18; }
.payment-rail-inner { max-width: 82rem; min-height: 94px; margin: 0 auto; padding: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.payment-copy strong { display: block; font-size: .9rem; }
.payment-copy span { color: #9fa5a1; font-size: .73rem; }
.payment-marks { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem; }
.payment-mark { min-width: 72px; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: .35rem; padding: .45rem .7rem; border: 1px solid rgba(255,255,255,.14); border-radius: .55rem; background: #fff; color: #111; font-size: .7rem; font-weight: 900; letter-spacing: .02em; }
.payment-mark.visa { color: #1a1f71; font-size: .9rem; font-style: italic; }
.payment-mark.mastercard::before,
.payment-mark.mastercard::after { content: ""; width: 17px; height: 17px; border-radius: 50%; background: #e6412d; }
.payment-mark.mastercard::after { margin-left: -10px; background: #f2a51f; opacity: .88; }
.payment-mark.bank { background: #eef7f4; color: #0b6b54; }
.footer-main { max-width: 82rem; margin: 0 auto; padding: 3.5rem 1rem 2rem; display: grid; grid-template-columns: 1.45fr .75fr .8fr 1fr; gap: 2.5rem; }
.footer-brand { display: inline-flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.footer-brand img { width: 48px; height: 48px; object-fit: contain; }
.footer-brand strong { color: #fff; font-size: 1.25rem; letter-spacing: -.02em; }
.store-footer h3 { margin-bottom: 1rem; color: #fff; font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.store-footer p { max-width: 26rem; color: #9fa5a1; font-size: .78rem; line-height: 1.7; }
.store-footer ul { display: grid; gap: .65rem; color: #b7bbb8; font-size: .8rem; }
.store-footer ul a:hover { color: var(--o89-gold-light); }
.social-links { display: flex; flex-wrap: wrap; gap: .5rem; }
.social-links a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #d9dcda; }
.social-links a:hover { border-color: var(--o89-gold); background: var(--o89-gold); color: #111; transform: translateY(-2px); }
.footer-bottom { max-width: 82rem; margin: 0 auto; padding: 1.1rem 1rem 1.5rem; display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 1.25rem; border-top: 1px solid rgba(255,255,255,.08); color: #a3aaa6; font-size: .7rem; }
.footer-legal { justify-self: start; color: #a3aaa6; }
.footer-security { justify-self: end; color: #a3aaa6; text-align: right; }
.footer-security a { color: #c9cecb; font-weight: 700; }
.motion-enabled .footer-bottom > * { opacity: 1 !important; filter: none !important; transform: none !important; }
.footer-management { display: inline-flex; align-items: center; gap: .7rem; padding: .52rem .7rem .52rem .55rem; border: 1px solid rgba(219,177,93,.22); border-radius: .75rem; background: linear-gradient(135deg, rgba(219,177,93,.09), rgba(255,255,255,.035)); color: #d7dbd8; box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.footer-management-mark { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 30px; border-radius: .55rem; background: linear-gradient(145deg, #e1b85f, #b88128); color: #151815; font-size: .62rem; font-weight: 950; letter-spacing: -.04em; box-shadow: 0 6px 14px rgba(0,0,0,.18); }
.footer-management-copy { display: grid; gap: .06rem; line-height: 1.15; }
.footer-management-copy small { color: #777f7a; font-size: .55rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.footer-management-copy strong { color: #e5e8e6; font-size: .7rem; font-weight: 850; letter-spacing: .015em; white-space: nowrap; }
.footer-management > i { margin-left: .12rem; color: #9b7a3e; font-size: .58rem; transition: transform .18s ease, color .18s ease; }
.footer-management:hover { border-color: rgba(225,184,95,.55); background: linear-gradient(135deg, rgba(219,177,93,.16), rgba(255,255,255,.06)); transform: translateY(-1px); }
.footer-management:hover .footer-management-copy strong { color: #fff; }
.footer-management:hover > i { color: #e1b85f; transform: translate(1px,-1px); }
.footer-bottom a:hover { color: #fff; }

@media (max-width: 1024px) {
    .home-hero { grid-template-columns: 1fr 1fr; }
    .home-hero-copy h1 { font-size: clamp(3rem, 7vw, 5.2rem); }
    .home-hero-visual { min-height: 640px; }
    .brand-grid { grid-template-columns: repeat(4, 1fr); }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-main > :last-child { grid-column: 2 / -1; }
}

@media (max-width: 767px) {
    .home-hero { grid-template-columns: 1fr; }
    .home-hero-copy { min-height: 570px; padding: 4.5rem 1.25rem 3.5rem; }
    .home-hero-copy::after { display: none; }
    .home-hero-copy h1 { font-size: clamp(3.25rem, 17vw, 5.1rem); }
    .hero-proof { gap: .8rem; }
    .home-hero-visual { min-height: 560px; }
    .hero-product { border-width: 3px; }
    .hero-product-1 { inset: 6% 31% 23% 4%; }
    .hero-product-2 { inset: 14% 3% 8% 58%; }
    .hero-product-3 { inset: 60% 35% 2% 24%; }
    .hero-seal { width: 88px; height: 88px; }
    .campaign-section { min-height: 600px; margin-bottom: 2.5rem; }
    .campaign-image::after { background: linear-gradient(0deg, rgba(10,13,12,.92), rgba(10,13,12,.18) 78%); }
    .campaign-panel { position: absolute; right: 0; bottom: 0; left: 0; padding: 2rem 1.25rem; }
    .announcement-bar { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
    .hero-shell .h-64, .hero-shell .md\:h-96 { height: 72vh !important; min-height: 520px; max-height: 680px; }
    .hero-shell .slide img { object-position: 62% center; }
    .hero-copy { padding: 1.25rem; border-left-width: 2px; background: rgba(8,11,11,.34); backdrop-filter: blur(3px); }
    .hero-copy h1, .hero-copy h2 { font-size: clamp(2.15rem, 12vw, 3.5rem); }
    .trust-strip { grid-template-columns: repeat(2, 1fr); }
    .trust-item { justify-content: flex-start; min-height: 68px; }
    .storefront-section { padding-block: 3.25rem; }
    .section-heading { align-items: start; }
    .section-heading p { display: none; }
    .brand-grid { grid-template-columns: repeat(2, 1fr); }
    .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: .7rem; }
    .product-card { border-radius: .9rem; }
    .product-info { padding: .78rem; }
    .product-bottom { gap: .35rem; }
    .product-add { width: 36px; height: 36px; }
    .editorial-band .storefront-section { grid-template-columns: 1fr; gap: 2rem; }
    .payment-rail-inner { align-items: flex-start; flex-direction: column; }
    .payment-marks { justify-content: flex-start; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
    .footer-main > :first-child, .footer-main > :last-child { grid-column: 1 / -1; }
    .footer-bottom { grid-template-columns: 1fr; align-items: flex-start; gap: 1rem; }
    .footer-legal, .footer-management, .footer-security { justify-self: start; text-align: left; }
}

@media (max-width: 420px) {
    .trust-item span { display: none; }
    .payment-mark { min-width: 64px; }
    .footer-management { width: 100%; justify-content: flex-start; }
    .footer-management > i { margin-left: auto; }
}

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