:root {
  --blue: #0b63b6;
  --blue-dark: #074a8e;
  --blue-pale: #eaf3fb;
  --ink: #0d1924;
  --ink-2: #172839;
  --white: #fff;
  --paper: #faf9f6;
  --cream: #f3efe7;
  --muted: #64727e;
  --line: #dfe4e7;
  --green: #3f7758;
  --shadow: 0 24px 70px rgba(9, 28, 45, .14);
  --shell: 1220px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 138px; }
body { margin: 0; min-width: 320px; background: var(--white); color: var(--ink); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
svg { display: block; }
::selection { background: #a8d2f6; color: var(--ink); }

.page-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 9px 14px; border-radius: 5px; background: #fff; transform: translateY(-150%); transition: transform .18s; }
.skip-link:focus { transform: translateY(0); }
.honeypot { position: absolute; left: -9999px; }

.announcement { height: 38px; background: #07111a; color: #fff; }
.announcement-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; font-size: 10px; letter-spacing: .055em; }
.announcement-inner strong { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.announcement-inner span:last-child { justify-self: end; color: rgba(255,255,255,.62); }

.site-header { position: sticky; top: 0; z-index: 80; background: #fff; box-shadow: 0 5px 28px rgba(7,25,40,.08); }
.utility-header { background: var(--blue); color: #fff; }
.utility-inner { min-height: 96px; display: grid; grid-template-columns: 245px minmax(300px, 1fr) auto; align-items: center; gap: 28px; }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 47px; height: 47px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; display: grid; place-items: center; }
.brand-mark svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.brand-name { display: grid; line-height: 1.05; }
.brand-name strong { font-size: 18px; font-weight: 720; letter-spacing: .035em; text-transform: uppercase; }
.brand-name small { margin-top: 6px; font-size: 9px; font-weight: 650; letter-spacing: .27em; opacity: .72; text-transform: uppercase; }

.search-form { height: 50px; border-radius: 4px; display: grid; grid-template-columns: minmax(120px, 1fr) 170px 54px; overflow: hidden; background: #fff; }
.search-form input, .search-form select { min-width: 0; border: 0; border-right: 1px solid #e1e5e8; background: #fff; color: #4c5b67; outline: 0; }
.search-form input { padding: 0 18px; }
.search-form select { padding: 0 12px; font-size: 11px; text-transform: uppercase; }
.search-form button { border: 0; background: #fff; color: var(--blue); cursor: pointer; }
.search-form button:hover { background: #eff6fc; }
.search-form svg { width: 23px; height: 23px; margin: auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }

.header-actions { display: flex; align-items: center; gap: 18px; }
.header-action { position: relative; padding: 0; border: 0; display: flex; align-items: center; gap: 9px; background: transparent; color: #fff; text-decoration: none; cursor: pointer; }
.header-action svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.header-action > span:not(.action-count) { display: grid; line-height: 1.16; text-align: left; }
.header-action small { color: rgba(255,255,255,.86); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.header-action strong { margin-top: 4px; font-size: 12px; white-space: nowrap; }
.action-count { position: absolute; top: -9px; right: -9px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 9px; display: grid; place-items: center; background: #fff; color: var(--blue); font-size: 9px; font-weight: 750; }

.navigation-bar { border-bottom: 1px solid #e7eaec; background: #fff; }
.navigation-inner { height: 58px; display: grid; grid-template-columns: 245px 1fr auto; align-items: center; gap: 28px; }
.category-menu-wrap { position: relative; height: 100%; }
.category-menu-button { width: 100%; height: 100%; padding: 0 17px; border: 0; border-right: 1px solid #e3e6e8; border-left: 1px solid #e3e6e8; display: flex; align-items: center; gap: 12px; background: #fff; font-size: 12px; font-weight: 720; letter-spacing: .03em; text-transform: uppercase; cursor: pointer; }
.category-menu-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.5; }
.category-menu-button span { margin-left: auto; }
.category-menu { position: absolute; top: calc(100% + 1px); left: 0; z-index: 40; width: 290px; padding: 10px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .18s ease; }
.category-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.category-menu button { width: 100%; padding: 13px 12px; border: 0; border-bottom: 1px solid #edf0f1; display: flex; justify-content: space-between; background: #fff; color: #40515f; font-size: 12px; text-align: left; cursor: pointer; }
.category-menu button:hover { background: var(--blue-pale); color: var(--blue); }
.desktop-nav { display: flex; gap: 31px; }
.desktop-nav a { position: relative; font-size: 12px; font-weight: 690; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -19px; left: 0; height: 2px; background: var(--blue); content: ""; transform: scaleX(0); transition: transform .18s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.nav-deal { display: grid; font-size: 10px; line-height: 1.2; text-decoration: none; text-align: right; }
.nav-deal span { color: var(--blue); font-size: 8px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.mobile-menu-button { display: none!important; }

.icon-button { width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; display: grid; place-items: center; background: transparent; cursor: pointer; }
.icon-button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.6; }
.page-overlay { position: fixed; inset: 0; z-index: 89; background: rgba(4,12,19,.58); opacity: 0; visibility: hidden; transition: .2s; }
.page-overlay.is-visible { opacity: 1; visibility: visible; }
.mobile-menu { position: fixed; inset: 0 auto 0 0; z-index: 100; width: min(88vw, 370px); padding: 0 24px 35px; overflow: auto; visibility: hidden; background: #fff; transform: translateX(-105%); transition: transform .25s ease, visibility 0s linear .25s; }
.mobile-menu.is-open { visibility: visible; transform: translateX(0); transition: transform .25s ease, visibility 0s; }
.mobile-menu-head { height: 76px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.mobile-menu-head strong { font-size: 18px; }
.mobile-search { height: 46px; margin-top: 20px; border: 1px solid var(--line); display: grid; grid-template-columns: 1fr 46px; }
.mobile-search input { min-width: 0; padding: 0 13px; border: 0; outline: 0; }
.mobile-search button { padding: 0; border: 0; display: grid; place-items: center; background: var(--blue); color: #fff; cursor: pointer; }
.mobile-search svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.6; }
.mobile-menu nav { padding: 22px 0; display: grid; }
.mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid #edf0f1; font-size: 17px; font-weight: 650; text-decoration: none; }
.mobile-menu-label { margin: 22px 0 8px; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.mobile-categories { display: grid; }
.mobile-categories button { padding: 11px 0; border: 0; background: transparent; color: #52616d; text-align: left; cursor: pointer; }

.hero { position: relative; height: clamp(600px, 69vw, 760px); min-height: 600px; overflow: hidden; background: #dcd4c8; }
.hero-slide { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; visibility: hidden; transition: opacity .65s ease; background-position: center; background-size: cover; }
.hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; }
.hero-slide-one { background-image: linear-gradient(90deg, rgba(8,20,29,.62) 0%, rgba(8,20,29,.35) 38%, rgba(8,20,29,.02) 68%), url('assets/hero-shop.webp'); }
.hero-slide-two { background-image: linear-gradient(90deg, rgba(246,240,230,.94) 0%, rgba(246,240,230,.72) 43%, rgba(246,240,230,.05) 72%), url('assets/category-grid.webp'); background-size: 300% 200%; background-position: 0 0; }
.hero-slide-three { background-image: linear-gradient(90deg, rgba(4,19,35,.82) 0%, rgba(5,32,60,.54) 42%, rgba(5,32,60,.05) 70%), url('assets/category-grid.webp'); background-size: 300% 200%; background-position: 100% 0; }
.hero-content { position: relative; z-index: 2; color: #fff; }
.hero-content > * { max-width: 640px; }
.hero-eyebrow { margin: 0 0 18px; font-size: 10px; font-weight: 750; letter-spacing: .21em; text-transform: uppercase; }
.hero h1, .hero h2 { margin: 0; font-size: clamp(58px, 7vw, 93px); font-weight: 610; letter-spacing: -.061em; line-height: .92; }
.hero h1 em, .hero h2 em { font-family: var(--serif); font-weight: 400; }
.hero-content > p:not(.hero-eyebrow) { max-width: 560px; margin: 27px 0 0; color: rgba(255,255,255,.79); font-size: 17px; }
.hero-content-light { color: var(--ink); }
.hero-content-light > p:not(.hero-eyebrow) { color: #42525e; }
.hero-buttons { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 11px; }
.button { min-height: 50px; padding: 0 23px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 11px; font-weight: 750; letter-spacing: .075em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .18s, background .18s, color .18s, border-color .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-dark); }
.button-outline-light { border-color: rgba(255,255,255,.72); background: transparent; color: #fff; }
.button-outline-light:hover { background: #fff; color: var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--blue); }
.hero-arrow { position: absolute; top: 50%; z-index: 4; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(4,15,23,.2); color: #fff; cursor: pointer; transform: translateY(-50%); transition: .18s; }
.hero-arrow:hover { background: #fff; color: var(--ink); }
.hero-prev { left: 24px; }
.hero-next { right: 24px; }
.hero-controls { position: absolute; z-index: 5; right: 50%; bottom: 25px; display: flex; align-items: center; gap: 16px; transform: translateX(50%); }
.hero-dots { display: flex; }
.hero-dots button { position: relative; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hero-dots button::after { position: absolute; top: 50%; left: 50%; width: 26px; height: 3px; background: rgba(255,255,255,.62); content: ""; transform: translate(-50%,-50%); }
.hero-dots button.is-active::after { background: #fff; }
.carousel-pause { min-height: 44px; padding: 5px 8px; border: 0; background: transparent; color: rgba(255,255,255,.82); font-size: 9px; text-transform: uppercase; cursor: pointer; }

.section { padding: 105px 0; }
.categories-section { background: var(--paper); }
.section-heading { margin-bottom: 45px; display: grid; grid-template-columns: 1fr 430px; align-items: end; gap: 60px; }
.section-kicker { margin: 0 0 10px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2, .about-copy h2, .contact-copy h2, .newsletter-inner h2 { margin: 0; font-size: clamp(44px, 5vw, 68px); font-weight: 620; letter-spacing: -.052em; line-height: .98; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; }
.category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 15px; }
.category-card { position: relative; grid-column: span 2; aspect-ratio: 1.16; padding: 0; border: 0; overflow: hidden; background-image: url('assets/category-grid.webp'); background-repeat: no-repeat; background-size: 300% 200%; color: #fff; cursor: pointer; text-align: left; }
.category-card:nth-last-child(-n+2) { grid-column: span 3; }
.category-card::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,14,21,.78), rgba(4,14,21,.03) 63%); content: ""; transition: background .22s; }
.category-card:hover::after { background: linear-gradient(to top, rgba(5,35,61,.85), rgba(5,35,61,.08) 70%); }
.category-card-0 { background-position: 0 0; }.category-card-1 { background-position: 50% 0; }.category-card-2 { background-position: 100% 0; }.category-card-3 { background-position: 0 100%; }.category-card-4 { background-position: 50% 100%; }.category-card-5 { background-position: 100% 100%; }
.category-card span { position: absolute; right: 25px; bottom: 23px; left: 25px; z-index: 2; display: grid; }
.category-card small { color: rgba(255,255,255,.78); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.category-card strong { margin-top: 4px; font-size: 25px; letter-spacing: -.035em; }
.category-card b { margin-top: 9px; max-height: 0; overflow: hidden; font-size: 10px; font-weight: 700; letter-spacing: .08em; opacity: 0; text-transform: uppercase; transition: .22s; }
.category-card:hover b { max-height: 30px; opacity: 1; }

.products-section { background: #fff; }
.shop-toolbar { min-height: 58px; padding: 8px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 4px; }
.filter-tabs button { padding: 9px 14px; border: 0; background: transparent; color: #61707b; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.filter-tabs button:hover, .filter-tabs button.is-active { background: var(--blue); color: #fff; box-shadow: inset 0 -3px #07111a; }
.sort-control { display: flex; align-items: center; gap: 10px; color: #53636f; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.sort-control select { height: 40px; padding: 0 28px 0 10px; border: 1px solid #788792; background: #fff; color: #344956; font-size: 12px; text-transform: none; }
.results-summary { min-height: 19px; margin: 20px 0; color: #566671; font-size: 11px; }
.catalog-notice { margin: -8px 0 24px; padding: 12px 14px; border-left: 3px solid var(--blue); background: var(--blue-pale); color: #536675; font-size: 11px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px 18px; }
.product-card { position: relative; min-width: 0; }
.product-media { position: relative; aspect-ratio: 1; overflow: hidden; background: #f6f3ed; cursor: pointer; }
.product-image { position: absolute; inset: 0; width: 100%; padding: 0; border: 0; background-color: transparent; background-image: url('assets/product-grid.webp'); background-repeat: no-repeat; background-size: 300% 300%; cursor: pointer; transition: transform .35s ease; }
.product-card:hover .product-image { transform: scale(1.045); }
.product-image-0 { background-position: 0 0; }.product-image-1 { background-position: 50% 0; }.product-image-2 { background-position: 100% 0; }.product-image-3 { background-position: 0 50%; }.product-image-4 { background-position: 50% 50%; }.product-image-5 { background-position: 100% 50%; }.product-image-6 { background-position: 0 100%; }.product-image-7 { background-position: 50% 100%; }.product-image-8 { background-position: 100% 100%; }
.wishlist-toggle { position: absolute; top: 10px; right: 10px; z-index: 3; width: 40px; height: 40px; padding: 0; border: 1px solid rgba(8,21,32,.1); border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.9); cursor: pointer; }
.wishlist-toggle svg { width: 17px; height: 17px; fill: none; stroke: var(--ink); stroke-width: 1.7; }
.wishlist-toggle.is-active { background: var(--blue); }
.wishlist-toggle.is-active svg { fill: #fff; stroke: #fff; }
.quick-view-button { position: absolute; right: 11px; bottom: 11px; left: 11px; z-index: 3; height: 41px; border: 0; background: rgba(13,25,36,.94); color: #fff; font-size: 9px; font-weight: 750; letter-spacing: .1em; opacity: 0; text-transform: uppercase; transform: translateY(8px); transition: .2s; cursor: pointer; }
.product-card:hover .quick-view-button, .quick-view-button:focus { opacity: 1; transform: translateY(0); }
.product-info { padding: 15px 2px 0; }
.product-category { margin: 0 0 5px; color: #596a76; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-title { margin: 0; font-size: 14px; font-weight: 620; line-height: 1.35; }
.product-title a { text-decoration: none; }
.product-title a:hover { color: var(--blue); }
.product-bottom { margin-top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-price { font-size: 14px; font-weight: 750; }
.add-to-cart { width: 40px; height: 40px; padding: 0; border: 1px solid #778691; border-radius: 50%; display: grid; place-items: center; background: #fff; cursor: pointer; transition: .18s; }
.add-to-cart:hover { border-color: var(--blue); background: var(--blue); color: #fff; }
.add-to-cart svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.empty-state { padding: 70px 20px; text-align: center; }
.empty-state h3 { margin: 0; font-size: 27px; }
.empty-state p { margin: 8px 0 25px; color: var(--muted); }

.promo-section { padding: 0 0 105px; }
.promo-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 17px; }
.promo-card { position: relative; min-height: 480px; overflow: hidden; display: flex; align-items: flex-end; background-image: url('assets/category-grid.webp'); background-repeat: no-repeat; background-size: 300% 200%; color: #fff; }
.promo-card::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,14,21,.78), transparent 72%); content: ""; }
.promo-home { background-position: 0 0; }
.promo-beauty { background-position: 0 100%; }
.promo-card > div { position: relative; z-index: 2; padding: 40px; }
.promo-card p { margin: 0 0 7px; font-size: 9px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.promo-card h2 { margin: 0 0 18px; font-size: clamp(36px, 4vw, 55px); letter-spacing: -.05em; line-height: .98; }
.promo-card button { padding: 0; border: 0; background: transparent; color: #fff; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }

.about-section { background: var(--ink); color: #fff; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 110px; }
.section-kicker-light { color: #7fbff7; }
.about-copy > p:not(.section-kicker) { max-width: 540px; margin: 27px 0 34px; color: rgba(255,255,255,.6); }
.about-points { border-top: 1px solid rgba(255,255,255,.16); }
.about-points article { min-height: 145px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 68px 1fr; gap: 20px; }
.about-points article > span { color: #7fbff7; font-size: 10px; font-weight: 750; }
.about-points h3 { margin: 0 0 7px; font-size: 21px; }
.about-points p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; }

.trust-strip { background: var(--blue); color: #fff; }
.trust-grid { min-height: 122px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid article { min-height: 62px; padding: 0 22px; border-right: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; gap: 15px; }
.trust-grid article:first-child { padding-left: 0; }.trust-grid article:last-child { border-right: 0; }
.trust-grid svg { width: 34px; height: 34px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.trust-grid article div { display: grid; }
.trust-grid strong { font-size: 13px; }.trust-grid span { color: rgba(255,255,255,.86); font-size: 10px; }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact-copy > p:not(.section-kicker) { max-width: 480px; color: #4e5f6b; }
.contact-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.contact-copy li { padding: 12px 0; border-bottom: 1px solid #d5d0c8; color: #435460; font-size: 13px; }
.business-email { margin: 24px 0 0!important; padding: 18px 20px; border-left: 3px solid var(--blue); display: grid; gap: 5px; background: var(--blue-pale); }
.business-email strong { color: var(--blue-dark); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.business-email a { color: var(--blue-dark); font-size: 14px; font-weight: 700; overflow-wrap: anywhere; }
.contact-form { padding: 40px; background: #fff; box-shadow: 0 20px 55px rgba(20,32,40,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { margin-bottom: 17px; display: grid; gap: 7px; }
.contact-form label > span { color: #566571; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.contact-form label em { color: #66757f; font-style: normal; font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #71808a; background: #fff; color: var(--ink); outline: 0; }
.contact-form input, .contact-form select { height: 50px; padding: 0 13px; }.contact-form textarea { padding: 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,99,182,.1); }
.contact-form .consent { margin-bottom: 23px; display: flex; align-items: flex-start; gap: 10px; }
.contact-form .consent input { width: 17px; height: 17px; flex: 0 0 auto; accent-color: var(--blue); }
.contact-form .consent span { color: #53636e; font-size: 11px; font-weight: 400; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.contact-form .button { min-width: 180px; border: 0; }
.form-delivery-note { margin: 16px 0 0; color: #53636e; font-size: 11px; line-height: 1.55; }
.form-delivery-note a { color: var(--blue-dark); font-weight: 700; overflow-wrap: anywhere; }
.form-status { min-height: 18px; margin: 12px 0 0; color: var(--green); font-size: 11px; }

.newsletter-section { padding: 64px 0; background: #e9f2fa; }
.newsletter-inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.newsletter-inner p { margin: 0 0 4px; color: var(--blue); font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.newsletter-inner h2 { font-size: clamp(36px, 4vw, 52px); }
.newsletter-form { height: 57px; display: grid; grid-template-columns: 1fr auto; }
.newsletter-form input { min-width: 0; padding: 0 18px; border: 1px solid #71808a; border-right: 0; background: #fff; outline: 0; }
.newsletter-form button { padding: 0 22px; border: 0; background: var(--blue); color: #fff; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.newsletter-email-cta { display: grid; justify-items: start; gap: 14px; }
.newsletter-email-cta .button { min-height: 55px; padding-inline: 24px; }
.newsletter-email-cta p { margin: 0; max-width: 620px; color: #4f6372; font-size: 11px; font-weight: 400; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.newsletter-email-cta p a { color: var(--blue-dark); }
.newsletter-status { grid-column: 2; min-height: 18px; }
.newsletter-privacy { grid-column: 2; margin: -23px 0 0!important; color: #4f6372!important; font-size: 10px!important; font-weight: 400!important; letter-spacing: 0!important; text-transform: none!important; }
.newsletter-privacy a { color: var(--blue-dark); }

.site-footer { padding: 75px 0 25px; background: #07111a; color: #fff; }
.footer-grid { padding-bottom: 65px; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 65px; }
.footer-brand-column p { max-width: 290px; margin: 22px 0 0; color: rgba(255,255,255,.46); font-size: 13px; }
.footer-grid h3 { margin: 0 0 19px; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand-column) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a, .footer-grid button { padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.7); font-size: 12px; text-decoration: none; cursor: pointer; }
.footer-grid a:hover, .footer-grid button:hover { color: #83bff4; }
.footer-bottom { padding-top: 23px; border-top: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .04em; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: #83bff4; }

.cart-drawer { position: fixed; inset: 0 0 0 auto; z-index: 100; width: min(94vw, 440px); padding: 0 28px; display: flex; flex-direction: column; visibility: hidden; background: #fff; box-shadow: -20px 0 70px rgba(4,15,23,.18); transform: translateX(105%); transition: transform .25s ease, visibility 0s linear .25s; }
.cart-drawer.is-open { visibility: visible; transform: translateX(0); transition: transform .25s ease, visibility 0s; }
.cart-head { min-height: 92px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.cart-head small { color: var(--blue); font-size: 8px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.cart-head h2 { margin: 2px 0 0; font-size: 25px; letter-spacing: -.03em; }
.cart-progress { padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-progress-copy { margin-bottom: 8px; color: #687781; font-size: 10px; }
.progress-track { height: 4px; overflow: hidden; background: #e9edef; }
.progress-track span { width: 0; height: 100%; display: block; background: var(--blue); transition: width .25s; }
.cart-items { flex: 1; padding: 5px 0; overflow-y: auto; }
.cart-item { padding: 17px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 76px 1fr auto; gap: 13px; }
.cart-item-image { width: 76px; height: 76px; background-image: url('assets/product-grid.webp'); background-size: 300% 300%; }
.cart-item h3 { margin: 2px 0 6px; font-size: 12px; line-height: 1.35; }
.cart-item-price { color: var(--blue); font-size: 11px; font-weight: 700; }
.quantity-control { margin-top: 9px; width: max-content; border: 1px solid var(--line); display: flex; align-items: center; }
.quantity-control button { width: 34px; height: 34px; padding: 0; border: 0; background: #fff; cursor: pointer; }
.quantity-control span { min-width: 25px; font-size: 10px; text-align: center; }
.cart-remove { width: 34px; height: 34px; padding: 0; border: 0; background: transparent; color: #596a76; cursor: pointer; }
.cart-empty { margin: auto 0; text-align: center; }
.cart-empty svg { width: 65px; height: 65px; margin: 0 auto 20px; fill: none; stroke: #9da7ad; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.cart-empty h3 { margin: 0; font-size: 19px; }.cart-empty p { margin: 8px auto 22px; color: var(--muted); font-size: 12px; }
.cart-footer { padding: 19px 0 24px; border-top: 1px solid var(--line); }
.cart-subtotal { display: flex; justify-content: space-between; font-size: 14px; }.cart-footer > p { margin: 5px 0 15px; color: #5e6d77; font-size: 10px; }
.cart-footer .button { width: 100%; border: 0; }.text-button { width: 100%; margin-top: 10px; padding: 8px; border: 0; background: transparent; color: #65737e; font-size: 10px; text-decoration: underline; cursor: pointer; }

.quick-view { position: fixed; top: 50%; left: 50%; z-index: 105; width: min(calc(100% - 30px), 850px); max-height: 90vh; overflow: auto; background: #fff; box-shadow: 0 40px 100px rgba(0,0,0,.28); opacity: 0; visibility: hidden; transform: translate(-50%,-47%); transition: .22s; }
.quick-view.is-open { opacity: 1; visibility: visible; transform: translate(-50%,-50%); }
.quick-view-close { position: absolute; top: 12px; right: 12px; z-index: 2; background: #fff; }
.quick-view-layout { display: grid; grid-template-columns: 1fr 1fr; }
.quick-view-image { min-height: 430px; background-image: url('assets/product-grid.webp'); background-size: 300% 300%; }
.quick-view-copy { padding: 55px 45px; }
.quick-view-copy .product-category { margin-bottom: 10px; }
.quick-view-copy h2 { margin: 0 0 12px; font-size: 34px; letter-spacing: -.045em; line-height: 1.05; }
.quick-view-copy .quick-price { margin: 15px 0; font-size: 20px; font-weight: 750; }
.quick-view-copy > p { color: var(--muted); font-size: 13px; }
.quick-details { margin: 18px 0 0; padding: 15px 0 0 18px; border-top: 1px solid var(--line); color: #536572; font-size: 12px; }
.quick-details li + li { margin-top: 5px; }
.quick-view-copy .button { width: 100%; margin-top: 16px; border: 0; }
.full-details-link { margin-top: 15px; display: inline-block; color: var(--blue); font-size: 10px; font-weight: 750; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }

.mobile-toolbar { display: none; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 120; max-width: 330px; padding: 13px 17px; background: var(--ink); color: #fff; font-size: 11px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

.legal-page, .message-page { min-height: 100vh; background: var(--cream); }
.simple-header { position: static; background: var(--blue); color: #fff; }
.simple-header .utility-inner { grid-template-columns: 1fr auto; }
.legal-main, .message-main { padding: 90px 0 120px; }
.legal-shell { max-width: 800px; }
.legal-shell h1, .message-card h1 { margin: 0; font-size: clamp(50px,7vw,76px); letter-spacing: -.055em; line-height: 1; }
.legal-updated { margin: 18px 0 45px; color: #71808b; font-size: 11px; }.legal-shell h2 { margin: 38px 0 8px; font-size: 22px; }.legal-shell p { color: #52626e; }.legal-shell a { color: var(--blue); }
.message-main { min-height: 80vh; display: grid; place-items: center; }.message-card { max-width: 700px; padding: 65px; background: #fff; box-shadow: var(--shadow); text-align: center; }.message-card p { color: var(--muted); }.message-card .button { margin-top: 22px; }

.product-page { background: var(--paper); }
.product-header { position: sticky; top: 0; z-index: 60; }
.product-header-nav { display: flex; align-items: center; gap: 25px; }
.product-header-nav a { color: rgba(255,255,255,.82); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.product-header-nav a:hover { color: #fff; }
.product-mini-cart { padding: 8px 12px; border: 1px solid rgba(255,255,255,.35); }
.product-mini-cart strong { margin-left: 5px; }
.product-main { padding: 36px 0 105px; }
.product-breadcrumb { margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 9px; color: #7b8790; font-size: 10px; }
.product-breadcrumb a { color: var(--blue); text-decoration: none; }
.product-detail-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; }
.product-detail-visual { position: sticky; top: 130px; }
.product-detail-image { aspect-ratio: 1; background: #f5f1ea url('assets/product-grid.webp') no-repeat; background-size: 300% 300%; }
.product-detail-visual > p { margin: 8px 0 0; color: #8a959d; font-size: 9px; text-align: center; text-transform: uppercase; }
.product-detail-copy { padding: 30px 0; }
.product-detail-copy h1 { max-width: 570px; margin: 7px 0 9px; font-size: clamp(44px,5vw,68px); font-weight: 620; letter-spacing: -.055em; line-height: .96; }
.product-sku { margin: 0; color: #8d979e; font-size: 9px; letter-spacing: .1em; }
.product-detail-price { margin: 24px 0 17px; font-size: 25px; font-weight: 780; }
.product-detail-description { max-width: 570px; color: #536571; font-size: 15px; }
.product-specs { margin: 26px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; list-style: none; }
.product-specs li { position: relative; padding-left: 14px; color: #445663; font-size: 11px; }
.product-specs li::before { position: absolute; top: .68em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--blue); content: ""; }
.product-care { margin-bottom: 20px; }
.product-care strong, .preview-callout strong { font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.product-care p, .preview-callout p { margin: 6px 0 0; color: #697882; font-size: 12px; }
.preview-callout { padding: 17px 18px; border-left: 3px solid var(--blue); background: var(--blue-pale); }
.product-actions { margin-top: 24px; display: grid; grid-template-columns: 105px 1fr; gap: 12px; }
.product-actions label { display: grid; gap: 5px; color: #73818b; font-size: 8px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.product-actions input { height: 50px; padding: 0 12px; border: 1px solid #cfd6da; background: #fff; }
.product-actions .button { align-self: end; border: 0; }
.availability-link { margin-top: 18px; display: inline-block; color: var(--blue); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.related-section { margin-top: 100px; padding-top: 75px; border-top: 1px solid var(--line); }
.compact-heading { grid-template-columns: 1fr; margin-bottom: 32px; }
.compact-heading h2 { font-size: clamp(38px,4vw,52px); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.related-card { display: grid; color: var(--ink); text-decoration: none; }
.related-image { aspect-ratio: 1; margin-bottom: 14px; display: block; background: #f5f1ea url('assets/product-grid.webp') no-repeat; background-size: 300% 300%; transition: transform .25s; }
.related-card:hover .related-image { transform: translateY(-4px); }
.related-card strong { font-size: 14px; }
.related-card > span:last-child { margin-top: 4px; color: var(--blue); font-size: 12px; font-weight: 750; }
.product-not-found { max-width: 700px; margin: 80px auto; padding: 65px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.product-not-found h1 { margin: 0; font-size: clamp(45px,7vw,70px); letter-spacing: -.055em; }
.product-not-found p:not(.section-kicker) { color: var(--muted); }
.product-footer { padding-top: 25px; }

.brands-page { background: var(--paper); }
.brands-header { position: sticky; top: 0; z-index: 60; }
.brands-hero { padding: 120px 0; overflow: hidden; background: radial-gradient(circle at 88% 10%, rgba(100,169,233,.2), transparent 34%), var(--ink); color: #fff; }
.brands-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 95px; }
.brands-hero h1 { margin: 0; font-size: clamp(62px,7.4vw,98px); font-weight: 600; letter-spacing: -.065em; line-height: .91; }
.brands-hero h1 em { color: #94c8f7; font-family: var(--serif); font-weight: 400; }
.brands-hero-grid > div:last-child > p { max-width: 500px; margin: 0 0 29px; color: rgba(255,255,255,.62); font-size: 16px; }
.brand-profile { padding: 55px 0; border-bottom: 1px solid var(--line); background: #fff; }
.brand-profile-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 85px; align-items: start; }
.brand-profile h2 { margin: 0; font-size: clamp(35px, 4vw, 52px); letter-spacing: -.05em; line-height: 1; }
.brand-profile dl { margin: 0; border-top: 1px solid var(--line); }
.brand-profile dl > div { min-height: 62px; padding: 15px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 155px 1fr; gap: 24px; align-items: center; }
.brand-profile dt { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.brand-profile dd { margin: 0; color: #4f616e; font-size: 13px; }
.brand-opportunity-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.brand-opportunity-grid article { min-height: 300px; padding: 30px 35px 25px 0; border-right: 1px solid var(--line); }
.brand-opportunity-grid article + article { padding-left: 35px; }
.brand-opportunity-grid article:last-child { border-right: 0; }
.brand-opportunity-grid article > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.brand-opportunity-grid h3 { margin: 85px 0 12px; font-size: 24px; letter-spacing: -.035em; line-height: 1.1; }
.brand-opportunity-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.brand-review-section { padding: 105px 0; background: var(--blue); color: #fff; }
.brand-review-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.brand-review-grid h2, .brand-form-grid h2 { margin: 0; font-size: clamp(44px,5vw,68px); letter-spacing: -.055em; line-height: .98; }
.brand-review-grid > div > p:last-child { color: rgba(255,255,255,.62); }
.brand-review-grid ul { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.22); list-style: none; }
.brand-review-grid li { min-height: 86px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.22); display: grid; grid-template-columns: 180px 1fr; gap: 25px; align-items: center; }
.brand-review-grid li strong { font-size: 13px; }
.brand-review-grid li span { color: rgba(255,255,255,.62); font-size: 12px; }
.brand-form-section { background: var(--cream); }
.brand-form-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; align-items: start; }
.brand-form-grid > div { position: sticky; top: 135px; }
.brand-form-grid > div > p:last-child { color: var(--muted); }
.brand-inquiry-form { padding: 42px; }
.legal-callout { margin: 32px 0; padding: 18px 20px; border-left: 3px solid var(--blue); background: var(--blue-pale); }
.legal-callout strong { font-size: 12px; }
.legal-callout p { margin: 5px 0 0; font-size: 12px; }

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .product-image:focus-visible { outline: 3px solid #064b8c; outline-offset: 3px; box-shadow: 0 0 0 2px #fff; }

@media (max-width: 1100px) {
  .utility-inner { grid-template-columns: 210px 1fr auto; gap: 18px; }
  .account-action { display: none; }
  .navigation-inner { grid-template-columns: 210px 1fr auto; gap: 20px; }
  .desktop-nav { gap: 22px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid, .contact-grid { gap: 65px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 72px; }
  .announcement { display: none; }
  .utility-inner { min-height: 72px; grid-template-columns: 52px 1fr auto; }
  .mobile-menu-button { display: grid!important; color: #fff; }
  .utility-inner .brand { justify-self: center; }
  .brand-mark { width: 38px; height: 38px; }.brand-mark svg { width: 25px; height: 25px; }.brand-name strong { font-size: 15px; }.brand-name small { font-size: 7px; }
  .search-form, .navigation-bar, .cart-button > span { display: none; }
  .header-actions { gap: 7px; }.cart-button { display: flex; }.cart-button::after { content: attr(aria-label); position: absolute; clip: rect(0 0 0 0); }
  .simple-header .utility-inner { grid-template-columns: 1fr auto; }
  .simple-header .utility-inner .brand { justify-self: start; }
  .hero { height: 650px; min-height: 650px; }
  .hero-slide-one { background-position: 60% center; }.hero-slide-one::after, .hero-slide-three::after { position: absolute; inset: 0; background: rgba(6,18,28,.2); content: ""; }
  .hero-content > * { max-width: 560px; }
  .hero h1, .hero h2 { font-size: clamp(58px, 10vw, 80px); }
  .section-heading { grid-template-columns: 1fr; gap: 17px; }
  .section-heading > p { max-width: 620px; }
  .promo-grid { grid-template-columns: 1fr 1fr; }
  .promo-card { min-height: 410px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-copy { max-width: 690px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 18px 0; }
  .trust-grid article { padding: 20px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .trust-grid article:nth-child(2) { border-right: 0; }.trust-grid article:nth-child(3) { padding-left: 0; border-bottom: 0; }.trust-grid article:nth-child(4) { border-bottom: 0; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 28px; }.newsletter-status, .newsletter-privacy { grid-column: 1; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2; }
  .product-detail-layout { gap: 40px; }
  .product-specs { grid-template-columns: 1fr; }
  .brands-hero-grid, .brand-review-grid, .brand-form-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .brands-hero-grid, .brand-review-grid, .brand-form-grid, .brand-profile-grid { grid-template-columns: 1fr; gap: 42px; }
  .brands-hero { padding: 92px 0; }
  .brands-hero h1 { font-size: clamp(54px, 10vw, 76px); }
  .brand-opportunity-grid { grid-template-columns: 1fr; }
  .brand-opportunity-grid article, .brand-opportunity-grid article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .brand-opportunity-grid h3 { margin-top: 35px; }
  .brand-form-grid > div { position: static; }
}

@media (max-width: 640px) {
  body { padding-bottom: 64px; }
  .page-shell { width: min(calc(100% - 28px), var(--shell)); }
  .utility-inner { width: calc(100% - 20px); }
  .brand-name strong { font-size: 13px; }.brand-name small { letter-spacing: .19em; }
  .wishlist-button { display: none; }
  .hero { height: 625px; min-height: 625px; }
  .hero-slide-one { background-position: 64% center; }.hero-slide-one::before { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,17,26,.75), rgba(5,17,26,.12)); content: ""; }
  .hero-slide-two { background-size: 600% 400%; background-position: 0 0; }.hero-slide-three { background-size: 600% 400%; background-position: 100% 0; }
  .hero-content { padding-top: 115px; align-self: flex-end; padding-bottom: 80px; }
  .hero h1, .hero h2 { font-size: clamp(49px, 15vw, 68px); }
  .hero-content > p:not(.hero-eyebrow) { font-size: 15px; }
  .hero-buttons { flex-direction: column; align-items: flex-start; }.hero-arrow { display: none; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .about-copy h2, .contact-copy h2 { font-size: 44px; }
  .category-grid { grid-template-columns: 1fr; }.category-card, .category-card:nth-last-child(-n+2) { grid-column: auto; }.category-card { aspect-ratio: 1.28; }
  .shop-toolbar { align-items: flex-start; flex-direction: column; }.filter-tabs { width: 100%; overflow-x: auto; flex-wrap: nowrap; }.filter-tabs button { min-height: 44px; white-space: nowrap; }.sort-control { align-self: flex-end; }.sort-control select { min-height: 44px; font-size: 16px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 10px; }
  .product-title { font-size: 12px; }.product-price { font-size: 12px; }.quick-view-button { display: none; }
  .promo-section { padding-bottom: 78px; }.promo-grid { width: 100%; grid-template-columns: 1fr; gap: 1px; }.promo-card { min-height: 420px; }.promo-card > div { padding: 30px; }
  .about-grid { gap: 55px; }.about-points article { grid-template-columns: 48px 1fr; }
  .trust-grid { width: 100%; grid-template-columns: 1fr; padding: 10px 14px; }.trust-grid article, .trust-grid article:nth-child(3) { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }.trust-grid article:last-child { border-bottom: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }.contact-form { width: calc(100% + 4px); margin-left: -2px; padding: 25px 18px; }
  .newsletter-form { height: auto; grid-template-columns: 1fr; }.newsletter-form input { height: 54px; border-right: 1px solid #71808a; }.newsletter-form button { height: 50px; }.newsletter-privacy { margin-top: -16px!important; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }.footer-brand-column { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .cart-drawer { width: 100%; padding: 0 20px; }
  .quick-view { width: calc(100% - 18px); }.quick-view-layout { grid-template-columns: 1fr; }.quick-view-image { min-height: 320px; }.quick-view-copy { padding: 30px 24px; }.quick-view-copy h2 { font-size: 28px; }
  .mobile-toolbar { position: fixed; inset: auto 0 0; z-index: 75; height: 64px; padding: 5px 8px 4px; border-top: 1px solid #dde2e5; display: grid; grid-template-columns: repeat(4,1fr); background: rgba(255,255,255,.97); box-shadow: 0 -8px 25px rgba(4,15,23,.08); backdrop-filter: blur(10px); }
  .mobile-toolbar a, .mobile-toolbar button { position: relative; min-height: 44px; padding: 0; border: 0; display: grid; place-items: center; gap: 1px; background: transparent; color: #354653; font-size: 10px; text-decoration: none; cursor: pointer; }.mobile-toolbar svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }.mobile-toolbar b { position: absolute; top: 1px; right: calc(50% - 20px); width: 16px; height: 16px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; font-size: 9px; }
  .toast { right: 12px; bottom: 76px; left: 12px; max-width: none; }
  .message-card { padding: 42px 23px; }
  .product-page { padding-bottom: 0; }
  .product-header .utility-inner { width: calc(100% - 24px); grid-template-columns: 1fr auto; }
  .product-header .brand-name { display: none; }
  .product-header-nav { gap: 12px; }
  .product-header-nav > a:not(.product-mini-cart) { display: none; }
  .product-main { padding-top: 20px; }
  .product-detail-layout { grid-template-columns: 1fr; gap: 28px; }
  .product-detail-visual { position: static; }
  .product-detail-copy { padding-top: 0; }
  .product-detail-copy h1 { font-size: 46px; }
  .product-actions { grid-template-columns: 90px 1fr; }
  .related-section { margin-top: 65px; padding-top: 55px; }
  .related-grid { grid-template-columns: 1fr 1fr; gap: 28px 10px; }
  .related-card:last-child { display: none; }
  .product-not-found { padding: 42px 22px; }
  .brands-page { padding-bottom: 0; }
  .brands-header .utility-inner { width: calc(100% - 24px); grid-template-columns: 1fr auto; }
  .brands-header .brand-name { display: grid; }
  .brands-hero { padding: 85px 0; }
  .brands-hero-grid, .brand-review-grid, .brand-form-grid { grid-template-columns: 1fr; gap: 45px; }
  .brands-hero h1 { font-size: 58px; }
  .brand-profile dl > div { grid-template-columns: 1fr; gap: 5px; }
  .brand-opportunity-grid { grid-template-columns: 1fr; }
  .brand-opportunity-grid article, .brand-opportunity-grid article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .brand-opportunity-grid h3 { margin-top: 38px; }
  .brand-review-grid li { grid-template-columns: 1fr; gap: 6px; }
  .brand-form-grid > div { position: static; }
  .brand-inquiry-form { padding: 25px 18px; }
}

@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; }
}
