/* Public storefront only; loaded after the shared and utility styles. */
.store-page-numbers { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding: 8px 0; }
.store-page-numbers > :is(a, span) { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 12px; border: 1px solid #e5e5e5; border-radius: 4px; color: #333; font-size: 13px; }
.store-page-numbers a:hover { background: #fff; border-color: #111; }
.store-page-numbers [aria-current="page"] { background: #111; border-color: #111; color: #fff; font-weight: 600; }
.store-page-numbers .store-page-gap { border: 0; }
.storefront { --header-height: 76px; color: #111; }
.storefront [hidden] { display: none !important; }
.storefront a, .storefront button { -webkit-tap-highlight-color: transparent; }
.storefront button { cursor: pointer; }
.storefront :is(a, button, input, summary):focus-visible { outline: 2px solid #111; outline-offset: 5px; }
.store-skip { position: fixed; top: -80px; left: 16px; padding: 12px 18px; background: #111; color: #fff; z-index: 100; }
.store-skip:focus { top: 12px; }
.store-shell, .store-content { min-width: 0; min-height: 100vh; }
.store-content { display: flex; flex-direction: column; padding-top: var(--header-height); }
.storefront-home .store-content { padding-top: 0; }
.storefront-home { height: 100vh; height: 100dvh; overflow: hidden; }
.storefront-home :is(.store-shell, .store-content) { height: 100%; min-height: 0; }
.storefront-home #store-main { min-height: 0; }
.storefront-home .campaign-hero { height: 100%; min-height: 0; max-height: none; overflow: hidden; }
.storefront-home .store-announcement { margin-top: 0; flex-shrink: 0; }
.store-header { position: fixed; inset: 0 0 auto; z-index: 55; background: #fff; color: #111; transition: background .2s, box-shadow .2s; }
.storefront-home .store-header { background: transparent; box-shadow: none; }
.storefront-home .store-header.is-open { background: #fff; box-shadow: 0 4px 18px #0000000d; }
.store-header:is(.is-open, .is-scrolled) { box-shadow: 0 4px 18px #0000000d; }
.storefront-home .store-header:not(.is-open) { box-shadow: none; }
.store-header-row { position: relative; height: var(--header-height); padding: 0 30px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.store-desktop-nav { display: flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 400; }
.store-desktop-nav :is(a, button) { padding: 15px 0; }
.store-desktop-nav :is(a:hover, button:hover, button[aria-expanded="true"]) { text-decoration: underline; text-underline-offset: 6px; }
.store-brand { font-size: 34px; font-weight: 800; line-height: 1; letter-spacing: -1.5px; text-align: center; max-width: 340px; overflow-wrap: anywhere; }
.store-brand img { display: block; max-width: 220px; max-height: 44px; width: auto; object-fit: contain; }
.store-actions, .store-mobile-actions { display: flex; align-items: center; gap: 4px; }
.store-actions { justify-content: flex-end; }
.store-mobile-actions { display: none; }
.store-icon { width: 44px; height: 44px; flex-shrink: 0; display: inline-flex; justify-content: center; align-items: center; font-size: 22px; color: #222; }
.store-icon:hover { opacity: .6; }
.store-cart { position: relative; }
.store-cart-count { position: absolute; right: 0; top: 1px; min-width: 15px; height: 15px; padding: 0 3px; display: grid; place-items: center; background: #111; color: #fff; font-size: 9px; border-radius: 50%; }
.store-panel { background: #fff; border-top: 1px solid #f6f6f6; max-height: calc(100dvh - var(--header-height)); overflow-y: auto; overscroll-behavior: contain; }
.store-mega { display: grid; grid-template-columns: 190px 190px 1fr; gap: 28px; padding: 8px 40px 32px; min-height: 250px; }
.store-mega a { display: block; width: fit-content; font-size: 16px; line-height: 1.5; padding: 6px 0; }
.store-mega a:hover, .store-mobile-nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.store-menu-muted { color: #666; }
.store-sale { color: #128129; }
.store-backdrop { position: fixed; inset: var(--header-height) 0 0; z-index: 54; background: #00000012; cursor: default !important; }
.store-menu-open { overflow: hidden; }
.store-search { display: flex; align-items: flex-start; justify-content: center; gap: 16px; padding: 32px 24px 40px; }
.store-search form { width: min(100%, 640px); }
.store-search label { display: block; font-size: 12px; color: #666; margin-bottom: 12px; }
.store-search form > div { display: flex; border-bottom: 1px solid #111; }
.store-search input { min-width: 0; flex: 1; background: transparent; font-size: 16px; padding: 12px 0; }
.store-search input:focus-visible { outline-offset: 0; }
.campaign-hero { height: 100svh; min-height: 520px; max-height: 1100px; background: #f5f5f5; }
.campaign-image { display: block; width: 100%; height: 100%; }
.campaign-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.campaign-caption { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 48px 40px; border-bottom: 1px solid #e9e9e9; }
.campaign-eyebrow { font-size: 10px; letter-spacing: 2px; color: #666; }
.campaign-caption h1 { font-size: clamp(24px, 3vw, 40px); line-height: 1.15; font-weight: 500; margin-top: 12px; letter-spacing: -1px; }
.campaign-caption p { font-size: 14px; color: #666; margin-top: 12px; }
.store-link { white-space: nowrap; font-size: 12px; padding: 12px 0; border-bottom: 1px solid #111; }
.store-link i { margin-left: 24px; }
.storefront :is(#lookbooks, #sale, #new-arrivals) { scroll-margin-top: calc(var(--header-height) + 16px); }
.storefront main > section:not(.campaign-hero):not(.campaign-caption) > div { max-width: 1600px; padding-left: 40px; padding-right: 40px; }
.storefront main .glass-card { border-radius: 0; background: #fff !important; border-color: #eee !important; box-shadow: none; backdrop-filter: none; }
.storefront main .glass-card::after, .storefront main .glass-button::before, .storefront main .glass-button::after { display: none; }
.storefront main .glass-card img { border-radius: 0; }
.storefront main .glass-button { border-radius: 0; background: #111 !important; box-shadow: none !important; backdrop-filter: none; }
.storefront main .glass-card h6 { font-size: 13px; line-height: 1.5; letter-spacing: 0; }
.storefront main h2 { letter-spacing: -.3px; }

.storefront footer { background: #fff; color: #666; border-top: 1px solid #e9e9e9; padding-top: 48px; padding-bottom: 32px; }
.storefront footer h6 { color: #111; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.storefront footer :is(p, ul, a) { font-size: 12px; line-height: 1.8; letter-spacing: 0; }
.storefront footer a:hover { color: #111; }
.storefront footer > div { max-width: 1600px; padding-left: 40px; padding-right: 40px; }
@media (max-width: 1023px) {
    .storefront { --header-height: 64px; }
    .store-header-row { padding: 0 12px; grid-template-columns: 88px minmax(0, 1fr) 88px; }
    .store-desktop-nav, .store-desktop-search { display: none; }
    .store-mobile-actions { display: flex; gap: 0; }
    .store-actions { gap: 0; }
    .store-brand { font-size: 26px; letter-spacing: -1px; justify-self: center; max-width: 100%; }
    .store-brand img { max-width: 100%; max-height: 34px; }
    .store-icon { font-size: 21px; }
    .store-mobile-nav { padding: 12px 24px 32px; height: calc(100dvh - var(--header-height)); }
    .store-mobile-nav > a, .store-mobile-nav summary { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid #eee; font-size: 13px; list-style: none; cursor: pointer; }
    .store-mobile-nav summary::-webkit-details-marker { display: none; }
    .store-mobile-nav details[open] summary i { transform: rotate(45deg); }
    .store-mobile-nav details div { padding: 12px 0 12px 16px; }
    .store-mobile-nav details a, .store-mobile-help a { display: block; padding: 10px 0; font-size: 14px; }
    .store-mobile-help { padding-top: 24px; color: #666; }
    .campaign-hero { min-height: 480px; max-height: 1000px; }
    .campaign-caption { padding: 32px 20px; }
    .storefront main > section:not(.campaign-hero):not(.campaign-caption) > div { padding-left: 20px; padding-right: 20px; }
    .storefront footer > div { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 480px) {
    .store-header-row { padding: 0 8px; }
    .store-brand { font-size: 23px; }
    .campaign-hero { height: 100svh; min-height: 440px; }
    .campaign-image img { object-position: center top; }
    .campaign-caption { align-items: flex-start; flex-direction: column; gap: 16px; }
    .campaign-caption h1 { font-size: 27px; }
    .storefront main > section:not(.campaign-hero):not(.campaign-caption) > div { padding-left: 14px; padding-right: 14px; }
    .store-search { padding-left: 20px; padding-right: 12px; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
    .storefront *, .storefront *::before, .storefront *::after { animation: none !important; transition: none !important; }
    .storefront .animate-fade-up { opacity: 1; }
}

.store-announcement { overflow: hidden; background: #111; color: #fff; margin-top: 48px; }
.store-announcement:empty { display: none; }
.store-announcement-group { display: flex; align-items: center; gap: 48px; padding: 16px 24px; flex-shrink: 0; font-size: 11px; letter-spacing: .5px; white-space: nowrap; }
.store-announcement + footer { margin-top: 0; }
