:root {
    --burgundy: #520707;
    --burgundy-dark: #390909;
    --red: #b00405;
    --promo: #970102;
    --ink: #1e1e1e;
    --muted: #6d6865;
    --line: #dedbd8;
    --paper: #fff;
    --soft: #f5f3f1;
    --header-height: 76px;
    --page-gutter: clamp(20px, 4vw, 96px);
    --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--font);
    font-size: 15px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
body.drawer-open, body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px;
    background: white; color: var(--burgundy); transition: top .2s;
}
.skip-link:focus { top: 16px; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }

.promo-bar {
    height: 35px; display: flex; align-items: center; justify-content: center;
    position: relative; z-index: 101; background: var(--promo); color: white;
    font-size: 11px; letter-spacing: .03em;
}
.promo-bar a { margin-left: 4px; text-decoration: underline; text-underline-offset: 3px; }
.site-header {
    height: var(--header-height); display: grid; grid-template-columns: 200px 1fr 130px;
    align-items: center; padding: 0 var(--page-gutter); position: relative; z-index: 100;
    color: var(--burgundy); background: rgba(255,255,255,.97);
    border-bottom: 1px solid rgba(82,7,7,.1); transition: background .3s, color .3s;
}
.page-home .site-header {
    position: absolute; top: 35px; left: 0; width: 100%; color: white;
    background: linear-gradient(to bottom, rgba(0,0,0,.28), transparent); border-bottom: 0;
}
.site-header.is-scrolled {
    position: fixed; top: 0; color: var(--burgundy); background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px); border-bottom: 1px solid rgba(82,7,7,.1);
}
.wordmark {
    display: inline-flex; align-items: center; width: fit-content; color: currentColor;
}
.brand-mark {
    display: block; width: 100%; aspect-ratio: 311.355 / 59.8675; background: currentColor;
    -webkit-mask: url("/assets/figma/brand/logo-footer.svg") center / contain no-repeat;
    mask: url("/assets/figma/brand/logo-footer.svg") center / contain no-repeat;
}
.brand-mark-header { width: 126px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 1.7vw, 36px); }
.desktop-nav a, .desktop-nav button {
    position: relative; padding: 28px 0 24px; font-size: 11px;
    color: inherit; border: 0; background: transparent; cursor: pointer;
    letter-spacing: .08em; text-transform: uppercase;
}
.desktop-nav a::after, .desktop-nav button::after {
    content: ""; position: absolute; left: 0; right: 100%; bottom: 20px;
    height: 1px; background: currentColor; transition: right .35s var(--ease);
}
.desktop-nav a:hover::after, .desktop-nav button:hover::after,
.desktop-nav button[aria-expanded="true"]::after { right: 0; }
.desktop-nav .nav-sale { color: #e11; }
.header-actions { display: flex; justify-content: flex-end; gap: 9px; }
.icon-button {
    width: 38px; height: 38px; position: relative; display: grid; place-items: center;
    border: 0; color: currentColor; background: transparent; cursor: pointer;
}
.menu-button { display: none; }
.search-glyph {
    width: 16px; height: 16px; border: 1.5px solid currentColor; border-radius: 50%;
    position: relative;
}
.search-glyph::after {
    content: ""; width: 7px; height: 1.5px; position: absolute; right: -5px; bottom: -2px;
    background: currentColor; transform: rotate(45deg); transform-origin: left center;
}
.bag-glyph {
    position: relative; width: 17px; height: 17px; margin-top: 4px;
    border: 1.5px solid currentColor; border-top: 0;
}
.bag-glyph::before {
    content: ""; position: absolute; width: 8px; height: 6px; left: 50%; top: -5px;
    border: 1.5px solid currentColor; border-bottom: 0; border-radius: 7px 7px 0 0;
    transform: translateX(-50%);
}
.cart-count {
    position: absolute; right: -1px; top: 1px; min-width: 17px; height: 17px;
    display: grid; place-items: center; border-radius: 50%; color: white;
    background: var(--red); font-size: 9px; line-height: 1;
}
.mobile-menu { display: none; }
.site-header.mega-active {
    color: var(--burgundy); background: rgba(255,255,255,.99);
    border-bottom: 1px solid var(--line);
}
.mega-menu {
    position: absolute; top: 100%; left: 0; width: 100%;
    color: var(--ink); background: white; border-top: 1px solid var(--line);
    box-shadow: 0 20px 45px rgba(42, 8, 8, .12);
}
.mega-panel {
    min-height: 365px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 31vw);
    gap: clamp(35px, 5vw, 90px); padding: 34px var(--page-gutter) 40px;
}
.mega-groups {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
    align-content: start; gap: 32px clamp(22px, 3vw, 52px);
}
.mega-group h2 {
    display: flex; align-items: center; gap: 5px; margin: 0 0 13px;
    color: var(--burgundy); font-family: var(--font); font-size: 11px;
    font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
}
.mega-group h2 span { color: var(--red); font-size: 10px; }
.mega-group a {
    display: block; width: fit-content; padding: 3px 0; color: #3b3735;
    font-size: 11px; line-height: 1.45; transition: color .2s, transform .2s;
}
.mega-group a:hover, .mega-group a:focus-visible { color: var(--red); transform: translateX(3px); }
.mega-feature { min-height: 285px; position: relative; align-self: stretch; overflow: hidden; background: var(--soft); }
.mega-feature::after {
    content: ""; position: absolute; inset: 45% 0 0;
    background: linear-gradient(to top, rgba(40, 4, 4, .66), transparent);
}
.mega-feature img { width: 100%; height: 100%; position: absolute; object-fit: cover; transition: transform .7s var(--ease); }
.mega-feature:hover img { transform: scale(1.025); }
.mega-feature span {
    position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 19px;
    display: flex; justify-content: space-between; color: white; font-size: 11px;
    letter-spacing: .1em; text-transform: uppercase;
}

.button {
    min-height: 48px; display: inline-flex; align-items: center; justify-content: center;
    padding: 0 28px; border: 1px solid transparent; border-radius: 0;
    text-transform: uppercase; letter-spacing: .08em; font-size: 12px;
    cursor: pointer; transition: color .25s, background .25s, border-color .25s, transform .25s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; border-color: var(--red); }
.button-primary:hover { background: var(--burgundy); border-color: var(--burgundy); }
.button-outline { color: var(--red); border-color: var(--red); background: transparent; }
.button-outline:hover { background: var(--red); color: white; }
.button-light { color: var(--burgundy); background: white; }
.button-wide { width: 100%; }
.button-disabled { color: #777; background: #ddd; cursor: not-allowed; }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; }
.text-link { text-decoration: underline; text-underline-offset: 4px; font-size: 13px; }
.eyebrow {
    display: inline-block; color: var(--red); font-size: 11px; letter-spacing: .2em;
    text-transform: uppercase; margin-bottom: 18px;
}
.section { padding: clamp(72px, 8vw, 150px) var(--page-gutter); }
.section > h2, .section-heading h2 {
    margin-bottom: 40px; text-align: center; font-size: clamp(20px, 2vw, 30px);
    letter-spacing: .16em; text-transform: uppercase;
}
.breadcrumbs {
    margin: 0; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .05em;
}
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }

/* Home */
.hero-poster {
    height: clamp(600px, 46vw, 880px); display: grid; grid-template-columns: 1fr 1fr;
    position: relative; overflow: hidden; background: var(--burgundy);
}
.hero-panel { position: relative; overflow: hidden; }
.hero-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.38), transparent 55%); }
.hero-panel img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter 1.1s; }
.hero-skincare img { object-position: 50% center; }
.hero-makeup img { object-position: center; }
.hero-panel:hover img { transform: scale(1.035); filter: saturate(1.05); }
.hero-panel > span {
    position: absolute; z-index: 2; left: var(--page-gutter); bottom: 54px; color: white;
    display: flex; flex-direction: column; text-transform: uppercase;
}
.hero-panel strong { font-size: 17px; font-weight: 400; letter-spacing: .12em; }
.hero-panel small { margin-top: 8px; text-decoration: underline; text-underline-offset: 5px; font-size: 10px; letter-spacing: .16em; }
.section-heading { position: relative; }
.tab-links { display: flex; justify-content: center; gap: 28px; margin: -20px 0 44px; }
.tab-links a { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.tab-links a.active { color: var(--red); border-bottom: 1px solid; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px; }
.product-card { min-width: 0; }
.product-image { position: relative; display: block; aspect-ratio: 4/5; overflow: hidden; background: #f3f1ef; }
.product-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.product-card:hover .product-image > img { transform: scale(1.025); }
.product-badge {
    position: absolute; z-index: 2; left: 12px; top: 12px; padding: 4px 8px;
    background: rgba(255,255,255,.9); font-size: 9px; text-transform: uppercase; letter-spacing: .1em;
}
.quick-view {
    position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 14px;
    text-align: center; color: white; background: rgba(82,7,7,.92); font-size: 10px;
    letter-spacing: .12em; text-transform: uppercase; transform: translateY(100%); transition: transform .35s var(--ease);
}
.product-card:hover .quick-view { transform: translateY(0); }
.product-meta { padding: 16px 10px 32px; }
.product-category { margin-bottom: 7px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.product-meta h3 { min-height: 40px; margin: 0 0 8px; font-size: 14px; text-transform: uppercase; letter-spacing: .05em; line-height: 1.4; }
.product-price { display: flex; gap: 9px; font-size: 13px; }
.product-price s { color: var(--muted); }
.category-edit { padding-left: 0; padding-right: 0; padding-top: 0; }
.category-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 1fr); overflow-x: auto; scrollbar-width: thin; }
.category-carousel a { aspect-ratio: 1; position: relative; overflow: hidden; }
.category-carousel img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.category-carousel a:hover img { transform: scale(1.025); }
.category-carousel span {
    position: absolute; left: 30px; bottom: 30px; color: white; font-size: 15px;
    text-transform: uppercase; letter-spacing: .14em; text-shadow: 0 1px 8px rgba(0,0,0,.35);
}
.store-story { min-height: 720px; display: grid; grid-template-columns: 42% 58%; align-items: stretch; }
.store-copy { padding: clamp(60px, 8vw, 150px) var(--page-gutter); align-self: center; max-width: 680px; }
.store-copy h2 { max-width: 530px; margin-bottom: 22px; font-size: clamp(34px, 4vw, 65px); line-height: 1.05; letter-spacing: -.03em; }
.store-copy p { max-width: 480px; margin-bottom: 38px; color: var(--muted); }
.store-image { min-height: 620px; overflow: hidden; }
.store-image img { width: 100%; height: 100%; object-fit: cover; }
.real-life { overflow: hidden; padding-left: var(--page-gutter); padding-right: var(--page-gutter); background: #fff; }
.real-life-heading {
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: baseline;
    gap: 24px; margin: 0 0 44px;
}
.real-life-heading h2 {
    grid-column: 2; margin: 0; font-size: 13px; font-weight: 500;
    letter-spacing: .13em; text-transform: uppercase;
}
.real-life-heading > a {
    grid-column: 3; justify-self: end; display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px;
    border-bottom: 1px solid currentColor; font-size: 11px; letter-spacing: .12em;
    text-transform: uppercase; transition: color .2s;
}
.real-life-heading > a:hover { color: var(--red); }
.tiktok-slider {
    display: grid; grid-auto-flow: column; grid-auto-columns: clamp(175px, 15vw, 230px);
    gap: 8px; margin-inline: calc(var(--page-gutter) * -1); padding-inline: var(--page-gutter);
    overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory;
    scroll-padding-inline: var(--page-gutter); scrollbar-width: none; cursor: grab;
    touch-action: pan-x; -webkit-overflow-scrolling: touch;
}
.tiktok-slider::-webkit-scrollbar { display: none; }
.tiktok-slider:active { cursor: grabbing; }
.tiktok-slider:focus-visible { outline: 1px solid var(--red); outline-offset: 8px; }
.tiktok-card { min-width: 0; scroll-snap-align: start; background: #fff; }
.tiktok-card-media {
    position: relative; width: 100%; aspect-ratio: 9 / 16; overflow: hidden;
    color: inherit; background: #eeeae7; touch-action: pan-x;
}
.tiktok-card-play-surface {
    position: absolute; inset: 0; width: 100%; height: 100%; display: block;
    padding: 0; border: 0; color: inherit; background: transparent;
    cursor: pointer; touch-action: pan-x;
}
.tiktok-card video { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s var(--ease); }
.tiktok-card:hover video { transform: scale(1.018); }
.tiktok-card-play-surface:focus-visible { outline: 2px solid white; outline-offset: -5px; }
.tiktok-card-brand {
    position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; place-items: center;
    padding: 0; border: 0;
    width: 27px; height: 27px; border-radius: 50%; color: white; background: rgba(0,0,0,.74);
    cursor: pointer; transition: background .2s, transform .2s;
}
.tiktok-card-brand:hover { background: var(--red); transform: scale(1.06); }
.tiktok-card-brand:focus-visible { outline: 2px solid white; outline-offset: 2px; }
.tiktok-card-brand svg { width: 16px; height: 16px; }
.tiktok-card-brand .tiktok-sound-wave { display: none; }
.tiktok-card-brand.is-unmuted .tiktok-sound-wave { display: block; }
.tiktok-card-brand.is-unmuted .tiktok-mute-mark { display: none; }
.tiktok-card-play-state {
    position: absolute; inset: 50% auto auto 50%; display: grid; place-items: center;
    width: 42px; height: 42px; border-radius: 50%; color: white; background: rgba(0,0,0,.56);
    transform: translate(-50%, -50%); opacity: 0; transition: opacity .2s, transform .2s;
}
.tiktok-card-play-state::before { content: "▶"; margin-left: 2px; font-size: 13px; }
.tiktok-card-play-surface:hover .tiktok-card-play-state,
.tiktok-card-play-surface:focus-visible .tiktok-card-play-state { opacity: 1; }
.tiktok-card-play-surface.is-playing .tiktok-card-play-state::before { content: "Ⅱ"; margin-left: 0; }
.tiktok-card-play-surface.is-playing:not(:hover):not(:focus-visible) .tiktok-card-play-state { opacity: 0; transform: translate(-50%, -50%) scale(.9); }
.tiktok-card-views {
    position: absolute; left: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 6px;
    color: white; font-size: 11px; font-weight: 600; text-shadow: 0 1px 5px rgba(0,0,0,.7);
}
.tiktok-card-views > span { font-size: 8px; }
.tiktok-card-meta {
    min-height: 62px; display: flex; align-items: center; gap: 10px;
    padding: 9px 8px; border: 1px solid #d8d4d0; border-top: 0;
    font-size: 9px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase;
}
.tiktok-card-meta > span:last-child { display: flex; flex-direction: column; }
.tiktok-card-meta small { margin-top: 2px; color: var(--muted); font-size: 8px; letter-spacing: .06em; }
.tiktok-card-avatar {
    flex: 0 0 30px; width: 30px; height: 38px; display: grid; place-items: center;
    color: white; background: var(--red); font-family: var(--display); font-size: 20px;
}
.tiktok-slider-controls {
    display: grid; grid-template-columns: 42px minmax(120px, 420px) 42px;
    justify-content: center; align-items: center; gap: 18px; margin: 30px auto 0;
}
.tiktok-slider-controls > button {
    width: 42px; height: 42px; display: grid; place-items: center; padding: 0;
    border: 1px solid #bbb5b0; color: var(--ink); background: white; cursor: pointer;
    transition: color .2s, border-color .2s, background .2s;
}
.tiktok-slider-controls > button:hover:not(:disabled) { color: white; border-color: var(--red); background: var(--red); }
.tiktok-slider-controls > button:disabled { color: #c8c4c1; border-color: #dedad7; cursor: default; }
.tiktok-slider-progress {
    width: 100%; height: 1px; overflow: hidden; background: #ddd8d4;
}
.tiktok-slider-progress > span {
    display: block; width: 25%; height: 100%; background: var(--red);
    transform-origin: left; transition: transform .15s linear;
}
.tiktok-feed-fallback {
    display: block; padding: 70px 20px; border: 1px solid #ded9d5;
    text-align: center; color: var(--red); background: white;
    font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
}

/* Catalog */
.catalog-masthead {
    max-width: 1100px; margin: 0 auto; padding: 26px var(--page-gutter) 38px;
    text-align: center;
}
.catalog-masthead h1 {
    margin: 0; font-size: clamp(28px, 2.7vw, 42px); line-height: 1;
    font-weight: 600; letter-spacing: -.035em; text-transform: uppercase;
}
.catalog-breadcrumb {
    margin: 7px 0 31px; color: var(--muted); font-size: 10px;
}
.catalog-breadcrumb a:hover { color: var(--red); }
.catalog-primary-tabs {
    display: flex; justify-content: center; gap: 5px; margin: 0 auto 22px;
    overflow-x: auto; scrollbar-width: none;
}
.catalog-primary-tabs::-webkit-scrollbar, .catalog-secondary-tabs::-webkit-scrollbar { display: none; }
.catalog-primary-tabs a {
    min-width: 112px; padding: 8px 18px; color: #514d4a; background: #f6f6f6;
    font-size: 10px; line-height: 1; white-space: nowrap; transition: color .2s, background .2s;
}
.catalog-primary-tabs a:hover, .catalog-primary-tabs a.active { color: white; background: var(--red); }
.catalog-root-tabs { margin-bottom: 0; }
.catalog-secondary-tabs {
    display: flex; justify-content: center; gap: clamp(16px, 2.3vw, 38px);
    overflow-x: auto; scrollbar-width: none;
}
.catalog-secondary-tabs a {
    flex: 0 0 auto; position: relative; padding: 4px 0;
    color: #222; font-size: 9px; letter-spacing: .015em; text-transform: uppercase;
}
.catalog-secondary-tabs a::after {
    content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
    height: 1px; background: var(--red); transition: right .25s var(--ease);
}
.catalog-secondary-tabs a:hover, .catalog-secondary-tabs a.active { color: var(--red); }
.catalog-secondary-tabs a:hover::after, .catalog-secondary-tabs a.active::after { right: 0; }
.catalog-query { margin: 22px 0 0; color: var(--muted); }
.search-masthead {
    padding: clamp(65px, 8vw, 120px) var(--page-gutter) clamp(55px, 7vw, 95px);
    text-align: center; background: var(--soft);
}
.search-masthead .eyebrow { margin-bottom: 14px; }
.search-masthead h1 {
    max-width: 900px; margin: 0 auto clamp(38px, 5vw, 62px);
    font-size: clamp(42px, 6vw, 86px); line-height: .98; letter-spacing: -.055em;
}
.search-form {
    max-width: 900px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: stretch; margin: 0 auto; border-bottom: 1px solid var(--ink);
}
.search-form input[type=search] {
    min-height: 72px; margin: 0; padding: 8px 8px 8px 0; border: 0; outline: 0;
    color: var(--ink); background: transparent; font-size: clamp(20px, 2.2vw, 31px);
    letter-spacing: -.025em; appearance: none;
}
.search-form input[type=search]::-webkit-search-cancel-button { display: none; }
.search-form input[type=search]::placeholder { color: #999; }
.search-form input[type=search]:focus-visible { box-shadow: inset 0 -2px 0 var(--red); }
.search-form button {
    min-width: 105px; padding: 0 18px; border: 0; color: white; background: var(--red);
    font-size: 11px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer;
}
.search-form button:hover { background: var(--burgundy); }
.search-clear {
    display: flex; align-items: center; padding: 0 18px; color: var(--muted);
    font-size: 10px; letter-spacing: .08em; text-transform: uppercase;
}
.search-clear:hover { color: var(--red); }
.search-context { margin: 24px 0 0; color: var(--muted); font-size: 12px; }
.search-suggestions {
    display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px;
    margin-top: 25px; color: var(--muted); font-size: 11px; text-transform: uppercase;
}
.search-suggestions a { color: var(--ink); border-bottom: 1px solid var(--line); }
.search-suggestions a:hover { color: var(--red); border-color: var(--red); }
.catalog-layout { display: grid; grid-template-columns: 220px 1fr; gap: 40px; padding: 0 var(--page-gutter) 120px; }
.search-results-layout { display: block; padding-top: 34px; }
.search-idle {
    max-width: 560px; margin: 0 auto; padding: 70px 20px 100px;
    color: var(--muted); text-align: center; line-height: 1.7;
}
.catalog-filters { position: sticky; top: 100px; align-self: start; padding-top: 54px; }
.catalog-filters h2 { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.catalog-filters a { display: block; width: fit-content; padding: 7px 0; color: var(--muted); text-transform: uppercase; font-size: 11px; letter-spacing: .08em; }
.catalog-filters a.active { color: var(--red); border-bottom: 1px solid; }
.catalog-toolbar { min-height: 54px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.catalog-toolbar button { border: 0; background: none; text-transform: uppercase; display: none; }
.catalog-results .product-grid { margin-top: 20px; }
.catalog-pagination {
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
    gap: 28px; margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--line);
    font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
}
.pagination-direction {
    display: inline-flex; align-items: center; gap: 10px; width: fit-content;
    transition: color .2s, transform .2s;
}
.pagination-direction:last-child { justify-self: end; }
a.pagination-direction:hover { color: var(--red); transform: translateX(-2px); }
a.pagination-direction:last-child:hover { transform: translateX(2px); }
.pagination-disabled { color: #aaa; }
.pagination-pages { display: flex; align-items: center; justify-content: center; gap: 6px; }
.pagination-pages a, .pagination-pages span:not(.pagination-ellipsis) {
    width: 34px; height: 34px; display: grid; place-items: center;
}
.pagination-pages a:hover, .pagination-pages .active { color: white; background: var(--red); }
.pagination-ellipsis { padding: 0 4px; color: var(--muted); }
.page-empty { padding: 100px 20px; }

/* Product */
.product-breadcrumbs { padding: 34px var(--page-gutter); }
.product-detail { display: grid; grid-template-columns: minmax(0, 62%) minmax(360px, 38%); min-height: 850px; }
.product-gallery { position: relative; min-width: 0; align-self: start; background: var(--soft); overflow: hidden; }
.product-gallery-viewport { overflow: hidden; }
.product-gallery-track {
    display: flex; transform: translate3d(0, 0, 0);
    transition: transform .55s var(--ease); will-change: transform;
}
.product-gallery-slide {
    flex: 0 0 50%; aspect-ratio: 3/4; margin: 0; overflow: hidden;
    border-right: 1px solid white; background: var(--soft);
}
.product-gallery-slide img { width: 100%; height: 100%; object-fit: cover; }
.gallery-arrow {
    position: absolute; z-index: 2; top: 50%; width: 34px; height: 44px;
    display: grid; place-items: center; padding: 0; border: 1px solid rgba(82,7,7,.12);
    border-radius: 0; color: var(--ink); background: rgba(255,255,255,.72);
    backdrop-filter: blur(5px); cursor: pointer; opacity: .72;
    transform: translateY(-50%); transition: opacity .2s, background .2s, transform .2s;
}
.gallery-arrow span { display: block; margin-top: -3px; font-family: Arial, sans-serif; font-size: 28px; font-weight: 300; line-height: 1; }
.product-gallery:hover .gallery-arrow, .gallery-arrow:focus-visible { opacity: 1; }
.gallery-arrow:hover { background: rgba(255,255,255,.94); transform: translateY(-50%) scale(1.03); }
.gallery-arrow:focus-visible { outline: 1px solid var(--red); outline-offset: 2px; }
.product-gallery .gallery-arrow:disabled { visibility: hidden; opacity: 0; pointer-events: none; }
.gallery-previous { left: 0; border-left: 0; }
.gallery-next { right: 0; border-right: 0; }
.gallery-pagination {
    position: absolute; z-index: 2; left: 50%; bottom: 17px; display: flex; gap: 7px;
    transform: translateX(-50%);
}
.gallery-pagination button {
    width: 22px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,.55); cursor: pointer;
}
.gallery-pagination button.active { background: var(--red); }
.product-info { position: sticky; top: 100px; align-self: start; padding: 80px clamp(40px, 5vw, 100px); }
.product-info h1 { font-size: clamp(36px, 4vw, 62px); line-height: 1.02; letter-spacing: -.04em; }
.detail-price { font-size: 18px; margin-bottom: 32px; }
.product-description { color: var(--muted); max-width: 520px; }
.add-to-cart-form { margin-top: 40px; }
.add-to-cart-form label { display: block; margin-bottom: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.product-tabs { margin-top: 36px; border-top: 1px solid var(--line); }
.product-tab-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.product-tab-list button {
    position: relative; min-height: 58px; padding: 8px 5px; border: 0; color: var(--ink);
    background: transparent; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; cursor: pointer;
}
.quantity-stepper-small span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-tab-list button::after {
    content: ""; position: absolute; left: 10%; right: 90%; bottom: -1px; height: 1px;
    background: var(--ink); transition: right .3s var(--ease);
}
.product-tab-list button[aria-selected="true"]::after { right: 10%; }
.product-tab-list button:focus-visible { outline: 1px solid var(--red); outline-offset: -3px; }
.product-tab-panel { min-height: 112px; padding: 24px 0 4px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.product-tab-panel p { margin: 0; }

/* Editorial */
.editorial-hero { display: grid; grid-template-columns: 42% 58%; min-height: calc(100svh - 111px); background: var(--soft); }
.editorial-hero > div { align-self: center; padding: var(--page-gutter); }
.editorial-hero h1 { max-width: 650px; font-size: clamp(52px, 7vw, 112px); line-height: .93; letter-spacing: -.06em; }
.editorial-hero img { width: 100%; height: 100%; max-height: calc(100svh - 111px); object-fit: cover; }
.careers-hero img { object-position: center 25%; }
.editorial-copy { padding: clamp(80px, 10vw, 180px) max(var(--page-gutter), 12vw); display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 7vw; }
.editorial-lead { font-size: clamp(28px, 3.5vw, 54px); line-height: 1.15; letter-spacing: -.03em; }
.editorial-copy h2 { text-transform: uppercase; font-size: 12px; letter-spacing: .16em; }
.editorial-copy div p { color: var(--muted); }
.editorial-banner { height: 75svh; position: relative; overflow: hidden; }
.editorial-banner img { width: 100%; height: 100%; object-fit: cover; }
.editorial-banner span { position: absolute; left: var(--page-gutter); bottom: 40px; color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .18em; }
.career-list { padding: 90px var(--page-gutter) 140px; }
.career-list > div { display: grid; grid-template-columns: 1fr 3fr 2fr auto; align-items: baseline; gap: 30px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.career-list span, .career-list p, .career-list a { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.career-list h2 { margin: 0; font-size: clamp(24px, 3vw, 45px); }
.career-list a { color: var(--red); text-decoration: underline; text-underline-offset: 4px; }

/* Stores */
.simple-header { padding: 85px var(--page-gutter) 65px; text-align: center; }
.simple-header h1 { font-size: clamp(48px, 7vw, 105px); letter-spacing: -.06em; margin-bottom: 0; }
.stores-layout { display: grid; grid-template-columns: 42% 58%; min-height: 800px; }
.store-list { padding: 0 var(--page-gutter) 100px; }
.store-list article { display: grid; grid-template-columns: 50px 1fr; padding: 30px 0; border-top: 1px solid var(--line); }
.store-list article > span { color: var(--red); font-size: 11px; }
.store-list h2, .store-list p, .store-list a { grid-column: 2; }
.store-list h2 { font-size: 34px; margin-bottom: 6px; }
.store-list p { color: var(--muted); }
.store-list a { width: fit-content; font-size: 11px; text-transform: uppercase; text-decoration: underline; }
.store-map-image { min-height: 700px; }
.store-map-image img { position: sticky; top: 0; width: 100%; height: 100svh; object-fit: cover; }

/* Cart and checkout */
.cart-page { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(300px,.65fr); gap: 8vw; padding: 0 var(--page-gutter) 130px; }
.cart-line { display: grid; grid-template-columns: 150px 1fr auto; gap: 24px; padding: 20px 0; border-top: 1px solid var(--line); }
.cart-line img { width: 150px; aspect-ratio: 4/5; object-fit: cover; background: var(--soft); }
.cart-line-copy h2 { font-size: 17px; text-transform: uppercase; letter-spacing: .05em; }
.cart-line-copy label { font-size: 11px; text-transform: uppercase; }
.cart-line-copy input { width: 55px; margin-left: 10px; padding: 6px; border: 1px solid var(--line); }
.cart-line-total { text-align: right; display: flex; flex-direction: column; justify-content: space-between; }
.cart-line-total button { border: 0; background: none; color: var(--muted); font-size: 11px; text-decoration: underline; cursor: pointer; }
.cart-summary { position: sticky; top: 100px; align-self: start; padding: 34px; background: var(--soft); }
.cart-summary > div { display: flex; justify-content: space-between; margin-bottom: 12px; }
.cart-summary p { color: var(--muted); font-size: 12px; }
.cart-summary .text-link { display: block; margin-top: 20px; text-align: center; }
.checkout-alert { max-width: 1280px; margin: 0 auto 30px; }
.checkout-layout { max-width: 1280px; margin: 0 auto; padding: 0 var(--page-gutter) 140px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; }
.checkout-form fieldset { border: 0; padding: 0; margin: 0 0 48px; }
.checkout-form legend, .checkout-summary h2 { width: 100%; padding-bottom: 12px; border-bottom: 1px solid var(--ink); margin-bottom: 24px; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .span-two { grid-column: span 2; }
label { color: var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
input:not([type=checkbox]):not([type=radio]), textarea, select {
    width: 100%; min-height: 48px; display: block; margin-top: 7px; padding: 12px 14px;
    border: 1px solid var(--line); border-radius: 0; background: white; color: var(--ink);
}
.quantity-stepper {
    width: 100%; min-height: 56px; display: grid; grid-template-columns: 52px 1fr 52px;
    align-items: stretch; margin-top: 7px; border: 1px solid var(--red); background: white;
}
.quantity-stepper button {
    display: grid; place-items: center; padding: 0; border: 0; background: transparent;
    color: var(--ink); font-size: 20px; cursor: pointer;
}
.quantity-stepper button:hover:not(:disabled) { color: var(--red); background: var(--soft); }
.quantity-stepper button:disabled { color: #bbb; cursor: not-allowed; }
.quantity-value { display: grid; place-items: center; color: var(--ink); font-size: 12px; line-height: 1; }
.quantity-stepper input[type=hidden] { display: none; }
.quantity-stepper input:not([type=checkbox]):not([type=radio]) {
    width: 100%; min-height: 54px; margin: 0; padding: 0; border: 0; text-align: center;
    outline: 0; box-shadow: none; cursor: default; pointer-events: none;
    appearance: textfield; -moz-appearance: textfield;
}
.quantity-stepper input:not([type=checkbox]):not([type=radio]):focus { outline: 0; box-shadow: none; }
.quantity-stepper input::-webkit-inner-spin-button,
.quantity-stepper input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.quantity-stepper-small {
    width: 118px; min-height: 34px; grid-template-columns: 34px 50px 34px;
    margin-top: 2px; border-color: var(--line);
}
.quantity-stepper-small input:not([type=checkbox]):not([type=radio]) { min-height: 32px; }
.quantity-stepper-small button { font-size: 16px; }
textarea { resize: vertical; }
.order-note-field { display: block; margin-bottom: 18px; }
.order-note-field textarea { min-height: 110px; }
.order-note-field textarea:focus,
.order-note-field textarea:focus-visible {
    border-color: var(--red); outline: 0; box-shadow: none;
}
.delivery-option { display: flex; align-items: center; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.delivery-option span { width: 100%; display: flex; justify-content: space-between; }
.delivery-option small { font-size: 12px; }
.delivery-selected {
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    min-height: 72px; padding: 16px 18px; border: 1px solid var(--red); background: white;
}
.delivery-selected > span { display: flex; flex-direction: column; gap: 5px; }
.delivery-selected small { color: var(--muted); font-size: 11px; text-transform: none; letter-spacing: 0; }
.delivery-selected > strong { flex: 0 0 auto; font-size: 13px; }
.payment-note { padding: 20px; background: var(--soft); }
.payment-note p { margin: 4px 0 0; color: var(--muted); }
.checkout-summary { position: sticky; top: 100px; align-self: start; padding: 32px; background: var(--soft); }
.summary-item { display: grid; grid-template-columns: 65px 1fr auto; align-items: center; gap: 14px; padding: 10px 0; }
.summary-item img { width: 65px; height: 80px; object-fit: cover; background: white; }
.summary-item span { display: flex; flex-direction: column; font-size: 12px; }
.summary-item small { color: var(--muted); }
.summary-item strong { font-size: 12px; }
.checkout-totals { padding-top: 17px; margin-top: 18px; border-top: 1px solid var(--line); }
.checkout-totals > div { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; }
.checkout-grand-total { margin-top: 10px; padding-top: 18px !important; border-top: 1px solid var(--ink); font-size: 17px; }
.checkout-summary > p { color: var(--muted); font-size: 11px; }
.checkout-processing {
    position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center;
    padding: 24px; color: var(--ink); background: rgba(255,255,255,.94);
    backdrop-filter: blur(10px); cursor: wait;
}
.checkout-processing[hidden] { display: none; }
.checkout-processing-content { max-width: 430px; text-align: center; }
.checkout-processing-content strong {
    display: block; margin-top: 26px; font-family: var(--display);
    font-size: clamp(32px, 4vw, 52px); font-weight: 400; letter-spacing: -.035em;
}
.checkout-processing-content p { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.checkout-spinner {
    width: 48px; height: 48px; display: block; margin: 0 auto; border: 1px solid var(--line);
    border-top-color: var(--red); border-radius: 50%; animation: checkoutSpin .8s linear infinite;
}
.checkout-submitting { overflow: hidden; }
@keyframes checkoutSpin { to { transform: rotate(360deg); } }
.alert { padding: 14px 18px; color: #721c24; background: #f8d7da; border: 1px solid #f5c6cb; }
.order-result { max-width: 780px; min-height: 70svh; margin: 0 auto; padding: 110px var(--page-gutter); text-align: center; }
.order-result h1 { font-size: clamp(48px, 7vw, 88px); line-height: 1; letter-spacing: -.05em; }
.order-result > p { max-width: 560px; margin: 0 auto 40px; color: var(--muted); }
.order-reference { width: 100%; display: flex; justify-content: space-between; padding: 16px 0; border-block: 1px solid var(--line); text-align: left; }
.order-lines { padding: 24px 0 40px; }
.order-lines > div { display: flex; justify-content: space-between; padding: 8px 0; text-align: left; }
.order-lines .order-total { margin-top: 12px; padding-top: 18px; border-top: 1px solid var(--ink); font-size: 18px; }
.empty-state { text-align: center; }
.empty-state h2 { font-size: 42px; }
.error-page { min-height: 65svh; padding: 120px var(--page-gutter); text-align: center; }
.error-page h1 { font-size: clamp(58px, 8vw, 120px); margin-bottom: 15px; letter-spacing: -.06em; }
.error-page p { color: var(--muted); margin-bottom: 34px; }

/* Footer and overlays */
.site-footer {
    min-height: 580px; display: grid; grid-template-columns: 1.25fr 1.8fr 1.25fr;
    gap: 7vw; position: relative; padding: 80px var(--page-gutter) 70px;
    color: white; background: var(--burgundy);
}
.brand-mark-footer { width: 280px; max-width: 100%; margin-bottom: 50px; }
.footer-brand p { text-transform: uppercase; letter-spacing: .1em; font-size: 17px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links h2 { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 30px; }
.footer-links a { display: block; margin: 0 0 14px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.footer-newsletter h2 { margin-bottom: 8px; font-size: 23px; text-transform: uppercase; letter-spacing: .03em; }
.footer-newsletter > p { font-size: 12px; }
.footer-newsletter label { color: white; }
.footer-newsletter label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.footer-newsletter input:not([type=checkbox]) { color: white; background: var(--burgundy-dark); border-color: rgba(255,255,255,.3); }
.footer-newsletter input::placeholder { color: rgba(255,255,255,.55); }
.check-row { display: flex; gap: 8px; margin: 12px 0; align-items: center; font-size: 11px; text-transform: none; }
.form-status { min-height: 20px; margin-top: 10px; }
.footer-legal { position: absolute; left: var(--page-gutter); right: var(--page-gutter); bottom: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.22); font-size: 10px; letter-spacing: .1em; }
.drawer-backdrop { position: fixed; inset: 0; z-index: 299; background: rgba(30,10,10,.45); backdrop-filter: blur(2px); }
.cart-drawer {
    position: fixed; z-index: 300; right: 0; top: 0; width: min(460px, 100%); height: 100svh;
    display: grid; grid-template-rows: auto 1fr auto; background: white;
    transform: translateX(100%); transition: transform .45s var(--ease);
}
.cart-drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; justify-content: space-between; align-items: center; padding: 25px 28px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; font-size: 19px; text-transform: uppercase; letter-spacing: .1em; }
.close-button { width: 40px; height: 40px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.drawer-items { overflow-y: auto; padding: 20px 28px; }
.drawer-item { display: grid; grid-template-columns: 78px 1fr; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.drawer-item img { width: 78px; height: 98px; object-fit: cover; }
.drawer-item-copy { min-width: 0; display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.drawer-item-copy > strong { line-height: 1.45; }
.drawer-item-copy > span { color: var(--muted); }
.drawer-item-actions {
    display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto;
}
.drawer-item-actions button {
    padding: 0; border: 0; color: var(--muted); background: transparent;
    font: inherit; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer;
}
.drawer-item-actions button:disabled { cursor: wait; opacity: .5; }
.drawer-footer { padding: 24px 28px; border-top: 1px solid var(--line); }
.drawer-footer > div { display: flex; justify-content: space-between; margin-bottom: 18px; }
.drawer-footer .button { width: 100%; margin-top: 8px; }
.newsletter-overlay { position: fixed; inset: 0; z-index: 400; display: grid; place-items: center; padding: 20px; background: rgba(30,10,10,.58); backdrop-filter: blur(4px); }
.newsletter-popup { width: min(920px, 100%); display: grid; grid-template-columns: .9fr 1.1fr; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.newsletter-visual { min-height: 540px; overflow: hidden; }
.newsletter-visual img { width: 100%; height: 100%; object-fit: cover; }
.newsletter-copy { position: relative; align-self: center; padding: clamp(40px, 6vw, 85px); }
.newsletter-copy .close-button { position: absolute; right: 20px; top: 15px; }
.newsletter-copy h2 { font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.04em; }
.newsletter-copy p { color: var(--muted); }
.newsletter-copy label > span { display: block; margin-top: 24px; }
.newsletter-copy .button { width: 100%; margin-top: 12px; }
.toast {
    position: fixed; z-index: 500; left: 50%; bottom: 28px; transform: translate(-50%, 30px);
    padding: 13px 20px; color: white; background: var(--burgundy); opacity: 0;
    pointer-events: none; transition: opacity .25s, transform .25s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes heroIn { from { opacity: 0; transform: translate(-50%,-42%); letter-spacing: .25em; } to { opacity: 1; transform: translate(-50%,-50%); letter-spacing: .16em; } }

@media (max-width: 1100px) {
    :root { --header-height: 66px; }
    .site-header { grid-template-columns: 70px 1fr 90px; }
    .desktop-nav { display: none; }
    .wordmark { justify-self: center; }
    .brand-mark-header { width: 135px; }
    .menu-button { display: grid; }
    .menu-button span:not(.sr-only) { width: 20px; height: 1px; position: absolute; background: currentColor; }
    .menu-button span:nth-child(1) { transform: translateY(-6px); }
    .menu-button span:nth-child(3) { transform: translateY(6px); }
    .mobile-menu {
        display: flex; position: fixed; inset: 101px 0 0; z-index: 99; flex-direction: column;
        padding: 35px var(--page-gutter); color: var(--burgundy); background: white; overflow-y: auto;
    }
    .mega-menu { display: none !important; }
    .is-scrolled .mobile-menu { inset: 66px 0 0; }
    .mobile-menu a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 24px; }
    .mobile-nav-group { border-bottom: 1px solid var(--line); }
    .mobile-nav-group summary {
        min-height: 60px; display: flex; align-items: center; justify-content: space-between;
        list-style: none; cursor: pointer; font-size: 24px;
    }
    .mobile-nav-group summary::-webkit-details-marker { display: none; }
    .mobile-nav-group summary span { font-size: 25px; font-weight: 300; transition: transform .25s; }
    .mobile-nav-group[open] summary span { transform: rotate(45deg); }
    .mobile-nav-group > div {
        display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 22px; padding: 0 0 18px;
    }
    .mobile-nav-group a {
        padding: 9px 0; border: 0; color: var(--muted);
        font-size: 13px; text-transform: uppercase; letter-spacing: .06em;
    }
    .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .catalog-layout { grid-template-columns: 180px 1fr; gap: 20px; }
    .product-detail { grid-template-columns: 58% 42%; }
    .site-footer { grid-template-columns: 1fr 1.5fr; }
    .footer-newsletter { grid-column: 1 / -1; max-width: 550px; }
}

@media (max-width: 760px) {
    :root { --page-gutter: 20px; }
    .promo-bar { font-size: 10px; }
    .site-header { padding: 0 12px; }
    .brand-mark-header { width: 124px; }
    .hero-poster { height: auto; min-height: 0; grid-template-columns: 1fr; }
    .hero-panel { height: 57svh; min-height: 420px; }
    .hero-panel > span { bottom: 28px; }
    .section { padding-top: 75px; padding-bottom: 75px; }
    .section > h2, .section-heading h2 { font-size: 18px; margin-bottom: 28px; }
    .product-edit { padding-left: 0; padding-right: 0; }
    .product-edit .product-meta { padding-left: 12px; padding-right: 12px; }
    .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .product-meta { padding: 12px 5px 25px; }
    .product-meta h3 { font-size: 11px; min-height: 34px; }
    .product-price { font-size: 11px; flex-direction: column; gap: 1px; }
    .quick-view { display: none; }
    .category-carousel { grid-auto-columns: 82vw; }
    .store-story { grid-template-columns: 1fr; }
    .store-copy { padding: 70px var(--page-gutter); }
    .store-copy h2 { font-size: 40px; }
    .store-image { min-height: 70svh; grid-row: 1; }
    .real-life-heading { grid-template-columns: 1fr auto; align-items: center; margin-bottom: 28px; }
    .real-life-heading h2 { grid-column: 1; justify-self: start; }
    .real-life-heading > a { grid-column: 2; }
    .tiktok-slider { grid-auto-columns: min(72vw, 270px); gap: 7px; }
    .tiktok-slider-controls { grid-template-columns: 40px minmax(100px, 1fr) 40px; gap: 12px; margin-top: 22px; }
    .tiktok-slider-controls > button { width: 40px; height: 40px; }
    .catalog-masthead { padding: 28px 0 30px; overflow: hidden; }
    .catalog-masthead h1 { padding: 0 20px; font-size: 30px; }
    .search-masthead { padding: 55px 20px 48px; }
    .search-masthead h1 { margin-bottom: 34px; font-size: 42px; }
    .search-form input[type=search] { min-height: 58px; font-size: 18px; }
    .search-form button { min-width: 82px; padding: 0 12px; }
    .search-clear { padding: 0 10px; }
    .search-results-layout { padding-top: 20px; }
    .catalog-breadcrumb { margin-bottom: 24px; }
    .catalog-primary-tabs, .catalog-secondary-tabs {
        justify-content: flex-start; padding: 0 20px; scroll-padding-left: 20px;
    }
    .catalog-primary-tabs a { min-width: 104px; }
    .catalog-secondary-tabs { gap: 24px; }
    .catalog-pagination { gap: 8px; margin: 45px 16px 0; }
    .pagination-direction { gap: 5px; font-size: 9px; }
    .pagination-pages a, .pagination-pages span:not(.pagination-ellipsis) { width: 30px; height: 30px; }
    .catalog-layout { display: block; padding-left: 0; padding-right: 0; }
    .catalog-filters { display: none; position: static; padding: 20px; }
    .catalog-filters.is-open { display: block; }
    .catalog-toolbar { padding: 0 16px; }
    .catalog-toolbar button { display: block; }
    .product-detail { display: block; }
    .product-gallery-slide { flex-basis: 100%; aspect-ratio: 4/5; }
    .gallery-arrow { width: 32px; height: 42px; opacity: .9; }
    .product-info { position: static; padding: 50px 20px 70px; }
    .product-info h1 { font-size: 44px; }
    .product-tab-list { overflow-x: auto; grid-template-columns: repeat(4, minmax(105px, 1fr)); }
    .product-breadcrumbs { padding: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    .editorial-hero { display: flex; flex-direction: column-reverse; min-height: 0; }
    .editorial-hero img { height: 65svh; }
    .editorial-hero > div { padding: 60px 20px 75px; }
    .editorial-hero h1 { font-size: 58px; }
    .editorial-copy { grid-template-columns: 1fr; padding: 75px 20px; gap: 40px; }
    .editorial-banner { height: 65svh; }
    .career-list { padding: 55px 20px 90px; }
    .career-list > div { grid-template-columns: 1fr auto; gap: 8px; }
    .career-list h2, .career-list p { grid-column: 1 / -1; }
    .simple-header { padding: 55px 20px 45px; }
    .stores-layout { display: flex; flex-direction: column-reverse; }
    .store-map-image { min-height: 55svh; }
    .store-map-image img { position: static; height: 55svh; }
    .cart-page { display: block; padding: 0 20px 90px; }
    .cart-line { grid-template-columns: 95px 1fr; gap: 14px; }
    .cart-line img { width: 95px; }
    .cart-line-total { grid-column: 2; flex-direction: row; }
    .cart-summary { position: static; margin-top: 35px; }
    .checkout-layout { display: flex; flex-direction: column-reverse; padding: 0 20px 90px; }
    .checkout-summary { position: static; margin-bottom: 30px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-grid .span-two { grid-column: span 1; }
    .site-footer { display: block; padding-top: 65px; padding-bottom: 90px; }
    .footer-brand, .footer-links, .footer-newsletter { margin-bottom: 55px; }
    .brand-mark-footer { width: 240px; }
    .footer-links { gap: 18px; }
    .newsletter-popup { display: block; max-height: 92svh; overflow-y: auto; }
    .newsletter-visual { min-height: 230px; height: 32svh; }
    .newsletter-copy { padding: 35px 25px 45px; }
    .newsletter-copy h2 { font-size: 40px; }
}

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