/* =========================================================
   BLUBBER - Premium menswear storefront
   Design tokens, layout, components, motion
   ========================================================= */

:root {
    /* Color tokens */
    --bg-primary: #FFFFFF;
    --bg-secondary: #F7F6F2;
    --bg-tertiary: #E9E8E2;
    --accent: #9B1C31;
    --accent-dark: #6E1424;
    --accent-deep: #111111;
    --pine: #26332E;
    --pine-light: #4E5D56;
    --text: #171717;
    --text-soft: #5E5E5A;
    --border: #E5E3DD;
    --border-on-dark: rgba(255, 255, 255, .14);
    --ink: #111111;
    /* Typography */
    --font-display: 'Inter';
    --font-body: 'Inter';
    /* Spacing */
    --container-w: 1400px;
    --container-w-wide: 1600px;
    --section-pad: 120px;
    --section-pad-sm: 80px;
    --gap-lg: 64px;
    --gap-md: 32px;
    --gap-sm: 20px;
    /* Radius */
    --radius-card: 16px;
    --radius-card-lg: 22px;
    --radius-btn: 999px;
    /* Motion */
    --ease-luxe: cubic-bezier(.22, 1, .36, 1);
    --ease-snap: cubic-bezier(.34, 1.56, .64, 1);
    --dur-base: .8s;
    --dur-fast: .4s;
    /* z-index scale */
    --z-header: 1150;
    --z-megamenu: 1140;
    --z-mobilenav: 1100;
    --z-cursor: 2000;
}


/* =========================================================
   Shop page Rare-inspired editorial wall
   ========================================================= */

.shop-page .site-header {
    box-shadow: none;
}

.shop-editorial-banner {
    max-width: min(1140px, calc(100vw - 48px));
    margin: 30px auto 54px;
    padding: 0;
}

.shop-editorial-banner picture,
.shop-editorial-banner img {
    display: block;
    width: 100%;
}

.shop-editorial-banner img {
    aspect-ratio: 16 / 5.85;
    object-fit: cover;
    object-position: center;
}

.shop-page .page-hero {
    max-width: none;
    padding: 0 26px 34px;
}

.shop-page .breadcrumbs {
    margin: 0;
    color: #050505;
    font-size: 16px;
    font-weight: 400;
}

.shop-page .breadcrumbs a,
.shop-page .breadcrumbs span {
    color: #050505;
}

.shop-page .breadcrumbs .sep {
    margin: 0 7px;
}

.shop-page .page-title-row {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.shop-page .section-pad-sm.container-luxe {
    max-width: none;
    padding: 0 0 80px !important;
}

.shop-page .filter-toolbar {
    top: var(--header-h, 74px);
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto minmax(160px, 1fr) auto auto;
    align-items: center;
    gap: 34px;
    margin: 0;
    padding: 26px 26px;
    border-top: 0;
    border-bottom: 1px solid rgba(17, 17, 17, .24);
    background: #fff;
}

.shop-page .filter-toolbar-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.shop-page .mobile-filter-btn,
.shop-page .clear-filters,
.shop-toolbar-sort {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 0;
    background: none;
    color: #050505;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.shop-page .mobile-filter-btn::before {
    content: "";
    width: 18px;
    height: 14px;
    background: linear-gradient(#111, #111) left 2px top 2px / 18px 1px no-repeat, linear-gradient(#111, #111) left 5px top 7px / 10px 1px no-repeat, linear-gradient(#111, #111) left 8px top 12px / 6px 1px no-repeat;
}

.shop-toolbar-sort::before {
    content: "";
    width: 18px;
    height: 16px;
    background: linear-gradient(#111, #111) left 0 top 3px / 10px 1px no-repeat, linear-gradient(#111, #111) left 0 top 8px / 14px 1px no-repeat, linear-gradient(#111, #111) left 0 top 13px / 8px 1px no-repeat;
}

.shop-page .clear-filters {
    font-size: 12px;
    color: #777;
    text-transform: none;
}

.shop-toolbar-count {
    justify-self: center;
    color: #050505;
    font-size: 16px;
    font-weight: 500;
}

.shop-page .sort-select {
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.shop-page .shop-view-tools {
    justify-self: end;
    display: flex;
    gap: 30px;
}

.shop-page .grid-toggle {
    position: relative;
    width: 22px;
    height: 22px;
    border: 0;
    background: transparent;
    opacity: .35;
}

.shop-page .grid-toggle.is-active {
    background: transparent;
    opacity: 1;
}

.shop-page .grid-toggle::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #111;
}

.shop-page .grid-toggle-two::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #111;
}

.shop-page .grid-toggle-four {
    background: linear-gradient(#111, #111) center / 1px 100% no-repeat, linear-gradient(#111, #111) center / 100% 1px no-repeat;
}

.shop-page .active-filter-chips {
    padding: 14px 26px 0;
}

.shop-page .shop-layout {
    display: block;
}

.shop-page .filters-desktop {
    display: none;
}

.shop-page .product-grid,
.shop-page .product-grid[data-grid-cols="3"],
.shop-page .product-grid[data-grid-cols="4"] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    padding-top: 36px;
}

.shop-page .product-card {
    overflow: hidden;
}

.shop-page .product-media {
    aspect-ratio: 3 / 4.3;
    margin: 0;
    background: #f4f4f2;
}

.shop-page .product-info-link {
    display: block;
    padding: 14px 10px 22px;
}

.shop-page .product-info h3 {
    margin: 0 0 5px;
    color: #111;
    font-size: 13px;
    font-weight: 500;
}

.shop-page .price-block {
    font-size: 12.5px;
}

.shop-page .wishlist-btn {
    top: 18px;
    right: 18px;
    background: transparent;
    border: 0;
    color: #111;
}

@media (max-width: 991.98px) {
    .shop-editorial-banner {
        max-width: calc(100vw - 28px);
        margin: 22px auto 34px;
    }
    .shop-editorial-banner img {
        aspect-ratio: 16 / 7;
    }
    .shop-page .filter-toolbar {
        grid-template-columns: 1fr auto 1fr;
        gap: 18px;
        padding: 18px 16px;
    }
    .shop-toolbar-sort {
        display: none;
    }
    .shop-page .shop-view-tools {
        gap: 16px;
    }
    .shop-page .product-grid,
    .shop-page .product-grid[data-grid-cols="3"],
    .shop-page .product-grid[data-grid-cols="4"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3px;
        padding-top: 24px;
    }
}


/* =========================================================
   BLUBBER — EXTENDED SYSTEM (added for full-site build)
   Typography tokens, price blocks, badges, drawers, modals,
   overlays, dropdowns, toasts, filters, tabs, account UI,
   forms, empty states, breadcrumbs, timeline, 404.
   ========================================================= */


/* ---------- Typography tokens ---------- */

:root {
    --fs-display-xl: clamp(2.75rem, 2.2rem + 2.5vw, 4.5rem);
    --fs-display-l: clamp(2.1rem, 1.8rem + 1.4vw, 3.1rem);
    --fs-h1: clamp(1.9rem, 1.6rem + 1.2vw, 2.6rem);
    --fs-h2: clamp(1.6rem, 1.4rem + 0.9vw, 2.1rem);
    --fs-h3: clamp(1.25rem, 1.15rem + 0.4vw, 1.5rem);
    --fs-h4: 1.05rem;
    --fs-body-l: 1.125rem;
    --fs-body: 1rem;
    --fs-body-sm: 0.875rem;
    --fs-caption: 0.75rem;
}


/* ---------- Page hero / breadcrumbs (inner pages) ---------- */

.page-hero {
    padding: 56px 0 32px;
}

.breadcrumbs {
    font-size: var(--fs-caption);
    color: var(--text-soft);
    letter-spacing: .02em;
    margin-bottom: 14px;
}

.breadcrumbs a {
    color: var(--text-soft);
}

.breadcrumbs a:hover {
    color: var(--accent);
}

.breadcrumbs span.sep {
    margin: 0 6px;
    opacity: .5;
}

.page-title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.page-title-row h1 {
    font-size: var(--fs-h1);
}

.result-count {
    font-size: var(--fs-body-sm);
    color: var(--text-soft);
}


/* ---------- Price block & badges (unified product card system) ---------- */

.price-block {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin: 2px 0 2px;
}

.price-selling {
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
}

.price-mrp {
    font-size: 13px;
    color: var(--text-soft);
    text-decoration: line-through;
}

.price-discount {
    font-size: 12px;
    color: var(--accent);
    font-weight: 600;
}

.rp-points {
    font-size: 11.5px;
    color: var(--accent-dark);
    letter-spacing: .03em;
    margin: 2px 0 0;
    font-weight: 600;
}

.product-info-link {
    display: block;
}

.product-info-link:hover h3 {
    color: var(--accent-dark);
}

.badge-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    font-size: 10.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff;
    color: var(--text);
}

.badge-limited {
    background: var(--accent-deep);
    color: #fff;
}

.badge-sellingfast {
    background: var(--accent);
    color: #fff;
}

.badge-bestseller {
    background: var(--ink);
    color: #fff;
}

.badge-new {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    font-size: 10.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff;
    color: var(--text);
}

.stock-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .72);
    color: var(--text);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 3;
}


/* ---------- Toasts ---------- */

.toast-host {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 2100;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    pointer-events: none;
    width: 100%;
    padding: 0 16px;
}

.toast {
    background: var(--ink);
    color: #fff;
    font-size: 13.5px;
    padding: 12px 20px;
    border-radius: 999px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s var(--ease-luxe), transform .3s var(--ease-luxe);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    max-width: 90vw;
    text-align: center;
}

.toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.scroll-locked {
    overflow: hidden;
}


/* ---------- Cart Drawer ---------- */

.cart-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(17, 17, 17, .45);
    z-index: 1300;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s var(--ease-luxe);
}

.cart-drawer-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: min(420px, 100vw);
    background: #fff;
    z-index: 1310;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .4s var(--ease-luxe);
    box-shadow: -20px 0 50px rgba(0, 0, 0, .12);
}

.cart-drawer.is-open {
    transform: translateX(0);
}

.cart-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid var(--border);
}

.cart-drawer-head h3 {
    font-size: 20px;
}

.cart-drawer-close {
    background: none;
    border: none;
    font-size: 22px;
    line-height: 1;
    color: var(--text);
}

.cart-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 24px;
}

.cart-drawer-foot {
    padding: 18px 24px 24px;
    border-top: 1px solid var(--border);
}

.cart-drawer-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 6px;
}

.cart-drawer-row.savings {
    color: var(--accent-dark);
    font-weight: 600;
}

.cart-drawer-row.total {
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
}

.cart-drawer-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}

.cart-line {
    display: flex;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
}

.cart-line-media {
    width: 76px;
    height: 96px;
    flex: none;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.cart-line-media>div {
    width: 100%;
    height: 100%;
}

.cart-line-info {
    flex: 1;
    min-width: 0;
}

.cart-line-info h4 {
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font-body);
    margin-bottom: 2px;
}

.cart-line-meta {
    font-size: 12.5px;
    color: var(--text-soft);
    margin-bottom: 8px;
}

.cart-line-qty {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 2px 10px;
}

.qty-btn {
    background: none;
    border: none;
    font-size: 16px;
    width: 20px;
    height: 20px;
}

.cart-line-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.cart-line-price {
    font-size: 14px;
    font-weight: 700;
}

.cart-line-remove {
    background: none;
    border: none;
    font-size: 12px;
    color: var(--text-soft);
    text-decoration: underline;
    padding: 0;
}

.cart-line-remove:hover {
    color: var(--accent);
}


/* ---------- Empty states ---------- */

.empty-state {
    text-align: center;
    padding: 48px 20px;
}

.empty-state-title {
    font-family: var(--font-display);
    font-size: 24px;
    margin-bottom: 8px;
}

.empty-state-sub {
    color: var(--text-soft);
    font-size: 14px;
    margin-bottom: 20px;
}

.empty-state-drawer {
    padding: 60px 10px;
}


/* ---------- Quick Add Modal ---------- */

.quickadd-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(17, 17, 17, .45);
    z-index: 1400;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s var(--ease-luxe);
}

.quickadd-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.quickadd-modal {
    position: fixed;
    z-index: 1410;
    left: 50%;
    top: 50%;
    width: min(760px, 92vw);
    max-height: 88vh;
    overflow-y: auto;
    background: #fff;
    border-radius: var(--radius-card-lg);
    transform: translate(-50%, -46%) scale(.97);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s var(--ease-luxe), transform .3s var(--ease-luxe), visibility .3s;
    display: flex;
}

.quickadd-modal.is-open {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

.quick-add-media {
    width: 42%;
    flex: none;
    position: relative;
    min-height: 320px;
}

.quick-add-media>div {
    width: 100%;
    height: 100%;
}

.quickadd-panel {
    flex: 1;
    padding: 32px;
    position: relative;
}

.quickadd-close {
    position: absolute;
    top: 18px;
    right: 20px;
    background: none;
    border: none;
    font-size: 22px;
}

.quickadd-panel h3 {
    font-size: 24px;
    margin-bottom: 2px;
}

.quickadd-subtitle {
    color: var(--text-soft);
    font-size: 13.5px;
    margin-bottom: 12px;
}

.quickadd-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 6px;
}

.quickadd-price-row .price-selling {
    font-size: 20px;
}

.stock-pill {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--pine);
    margin-bottom: 14px;
}

.stock-pill.is-out {
    color: var(--accent);
}

.quickadd-desc {
    font-size: 13.5px;
    color: var(--text-soft);
    margin-bottom: 16px;
    line-height: 1.6;
}

.option-group {
    margin-bottom: 16px;
}

.option-group h5 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--text-soft);
    margin-bottom: 8px;
}

.size-chip,
.color-chip {
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
    margin: 0 8px 8px 0;
    transition: all .2s var(--ease-luxe);
}

.size-chip.is-active,
.color-chip.is-active {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}

.qa-error {
    color: var(--accent);
    font-size: 12.5px;
    min-height: 16px;
    margin-bottom: 8px;
}

.quickadd-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.quickadd-actions .btn {
    flex: 1;
}

.quickadd-secondary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.wishlist-inline {
    background: none;
    border: none;
    font-size: 13px;
    color: var(--text);
}

.wishlist-inline.is-active {
    color: var(--accent);
}


/* ---------- Search overlay ---------- */

.search-overlay {
    position: fixed;
    inset: 0;
    z-index: 1500;
    background: rgba(247, 246, 242, .98);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s var(--ease-luxe);
    overflow-y: auto;
}

.search-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.search-overlay-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 80px 24px 60px;
}

.search-close-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.search-close-btn {
    background: none;
    border: none;
    font-size: 26px;
}

.search-form {
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--text);
    padding-bottom: 12px;
    margin-bottom: 28px;
}

.search-form input {
    flex: 1;
    border: none;
    background: none;
    font-family: var(--font-display);
    font-size: 28px;
    outline: none;
    color: var(--text);
}

.search-form button {
    background: none;
    border: none;
    font-size: 20px;
}

.search-chip-group {
    margin-bottom: 22px;
}

.search-chip-group h5 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--text-soft);
    margin-bottom: 10px;
}

.search-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.search-chip {
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
}

.search-chip:hover {
    border-color: var(--accent);
    color: var(--accent-dark);
}

.search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
}

.search-result-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 8px;
    border-radius: 10px;
}

.search-result-item:hover {
    background: #fff;
}

.search-result-thumb {
    width: 56px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    flex: none;
}

.search-result-thumb>div {
    width: 100%;
    height: 100%;
}

.search-result-info h4 {
    font-size: 13.5px;
    font-weight: 600;
    font-family: var(--font-body);
    margin-bottom: 4px;
}

.view-all-results {
    display: inline-block;
    margin-top: 22px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--accent-dark);
    text-decoration: underline;
}


/* ---------- Auth Modal ---------- */

.auth-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(17, 17, 17, .45);
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s var(--ease-luxe);
}

.auth-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.auth-modal {
    position: fixed;
    z-index: 1610;
    left: 50%;
    top: 50%;
    width: min(420px, 92vw);
    background: #fff;
    border-radius: var(--radius-card-lg);
    padding: 34px 30px;
    transform: translate(-50%, -46%) scale(.97);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s var(--ease-luxe), transform .3s var(--ease-luxe), visibility .3s;
}

.auth-modal.is-open {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

.auth-close {
    position: absolute;
    top: 16px;
    right: 18px;
    background: none;
    border: none;
    font-size: 20px;
}

.auth-tabs {
    display: flex;
    gap: 22px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--border);
}

.auth-tab {
    background: none;
    border: none;
    padding: 0 0 12px;
    font-size: 14px;
    color: var(--text-soft);
    border-bottom: 2px solid transparent;
}

.auth-tab.is-active {
    color: var(--text);
    border-color: var(--ink);
    font-weight: 600;
}

.auth-panel {
    display: none;
}

.auth-panel.is-active {
    display: block;
}

.auth-panel h3 {
    font-size: 22px;
    margin-bottom: 6px;
}

.auth-panel-sub {
    font-size: 13px;
    color: var(--text-soft);
    margin-bottom: 20px;
}

.form-field {
    margin-bottom: 14px;
}

.form-field label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--text-soft);
    margin-bottom: 6px;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 14px;
    font-family: var(--font-body);
    background: #fff;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: var(--ink);
}

.form-error {
    color: var(--accent);
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.auth-switch {
    font-size: 13px;
    text-align: center;
    margin-top: 16px;
    color: var(--text-soft);
}

.auth-switch button {
    background: none;
    border: none;
    color: var(--accent-dark);
    font-weight: 600;
    text-decoration: underline;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}


/* ---------- Profile dropdown ---------- */

.profile-dd-wrap {
    position: relative;
}

.profile-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: 240px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .14);
    padding: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .25s var(--ease-luxe), transform .25s var(--ease-luxe);
    z-index: 1200;
}

.profile-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.profile-dropdown a,
.profile-dropdown button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 9px 4px;
    font-size: 13.5px;
    background: none;
    border: none;
    color: var(--text);
    border-radius: 6px;
}

.profile-dropdown a:hover,
.profile-dropdown button:hover {
    background: var(--bg-secondary);
}

.profile-dd-header {
    padding: 4px 4px 12px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 8px;
}

.profile-dd-header strong {
    display: block;
    font-size: 14px;
}

.profile-dd-header span {
    font-size: 12px;
    color: var(--text-soft);
}

.profile-dd-msg {
    font-size: 13px;
    color: var(--text-soft);
    padding: 0 4px 12px;
}

.profile-dd-logout {
    color: var(--accent) !important;
    margin-top: 4px;
    border-top: 1px solid var(--border);
    padding-top: 12px !important;
}


/* ---------- Filters (shop.html) ---------- */

.shop-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 40px;
    align-items: flex-start;
}

@media (max-width:991.98px) {
    .shop-layout {
        grid-template-columns: 1fr;
    }
}

.filters-desktop {
    position: sticky;
    top: 120px;
}

@media (max-width:991.98px) {
    .filters-desktop {
        display: none;
    }
}

.filter-group {
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
}

.filter-group h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 12px;
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    margin-bottom: 9px;
    cursor: pointer;
}

.filter-option input {
    accent-color: var(--ink);
}

.filter-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.filter-toolbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mobile-filter-btn {
    display: none;
}

@media (max-width:991.98px) {
    .mobile-filter-btn {
        display: inline-flex;
    }
}

.sort-select {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 9px 14px;
    font-size: 13px;
    background: #fff;
}

.active-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.active-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--bg-tertiary);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12.5px;
}

.active-chip button {
    background: none;
    border: none;
    font-size: 14px;
    line-height: 1;
}

.clear-filters {
    font-size: 12.5px;
    text-decoration: underline;
    color: var(--text-soft);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
}

@media (min-width:576px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px 20px;
    }
}

@media (min-width:992px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 32px 24px;
    }
}

.filter-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(17, 17, 17, .45);
    z-index: 1300;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
}

.filter-drawer-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.filter-drawer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1310;
    background: #fff;
    border-radius: 20px 20px 0 0;
    max-height: 82vh;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform .35s var(--ease-luxe);
    padding: 22px 22px 100px;
}

.filter-drawer.is-open {
    transform: translateY(0);
}

.filter-drawer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.filter-drawer-apply {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 14px 22px;
    border-top: 1px solid var(--border);
    display: flex;
    gap: 10px;
    z-index: 1320;
    transform: translateY(100%);
    transition: transform .35s var(--ease-luxe);
}

.filter-drawer-apply.is-open {
    transform: translateY(0);
}


/* ---------- Tabs (account, policies, help) ---------- */

.tab-row {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 32px;
    overflow-x: auto;
}

.tab-btn {
    background: none;
    border: none;
    padding: 12px 18px;
    font-size: 14px;
    color: var(--text-soft);
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.tab-btn.is-active {
    color: var(--text);
    font-weight: 700;
    border-color: var(--ink);
}

.tab-panel {
    display: none;
}

.tab-panel.is-active {
    display: block;
}


/* ---------- Account ---------- */

.account-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width:575.98px) {
    .account-info-grid {
        grid-template-columns: 1fr;
    }
}

.address-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 14px;
}

.address-card h5 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 6px;
}

.order-card {
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 16px;
}

.order-card-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.order-status {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--bg-tertiary);
}

.order-status.is-delivered {
    background: #E4EFE7;
    color: #2A6B3D;
}

.order-status.is-shipped {
    background: #E6EEF5;
    color: #2E5168;
}

.order-status.is-confirmed {
    background: #F3F1EA;
    color: var(--accent-dark);
}

.order-items-row {
    display: flex;
    gap: 10px;
    margin: 12px 0;
}

.order-item-thumb {
    width: 52px;
    height: 66px;
    border-radius: 6px;
    overflow: hidden;
}

.order-item-thumb>div {
    width: 100%;
    height: 100%;
}

.order-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.order-details-panel {
    display: none;
    border-top: 1px solid var(--border);
    margin-top: 14px;
    padding-top: 14px;
}

.order-details-panel.is-open {
    display: block;
}


/* ---------- Timeline (track order) ---------- */

.order-timeline {
    display: flex;
    justify-content: space-between;
    margin: 32px 0;
    position: relative;
}

.order-timeline::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--border);
}

.timeline-step {
    position: relative;
    flex: 1;
    text-align: center;
    font-size: 11.5px;
    color: var(--text-soft);
}

.timeline-step::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--border);
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
}

.timeline-step.is-done::before {
    background: var(--ink);
    border-color: var(--ink);
}

.timeline-step.is-done {
    color: var(--text);
    font-weight: 600;
}

@media (max-width:575.98px) {
    .order-timeline {
        flex-wrap: wrap;
        gap: 16px 0;
    }
    .order-timeline::before {
        display: none;
    }
}


/* ---------- Wishlist / cart page grids ---------- */

.wishlist-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
}

@media (min-width:576px) {
    .wishlist-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width:992px) {
    .wishlist-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}


/* ---------- Cart page ---------- */

.cart-page-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 48px;
    align-items: flex-start;
}

@media (max-width:991.98px) {
    .cart-page-grid {
        grid-template-columns: 1fr;
    }
}

.order-summary-card {
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 26px;
    position: sticky;
    top: 120px;
}

.order-summary-card h3 {
    font-size: 18px;
    margin-bottom: 18px;
}

.coupon-row {
    display: flex;
    gap: 8px;
    margin: 16px 0;
}

.coupon-row input {
    flex: 1;
    padding: 11px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 13px;
}

.coupon-row button {
    white-space: nowrap;
}


/* ---------- Checkout ---------- */

.checkout-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 48px;
    align-items: flex-start;
}

@media (max-width:991.98px) {
    .checkout-grid {
        grid-template-columns: 1fr;
    }
}

.checkout-step {
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 20px;
}

.checkout-step h3 {
    font-size: 17px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout-step h3 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    font-size: 13px;
    font-family: var(--font-body);
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

@media (max-width:575.98px) {
    .form-row-2 {
        grid-template-columns: 1fr;
    }
}

.delivery-option,
.payment-option {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}

.delivery-option.is-active,
.payment-option.is-active {
    border-color: var(--ink);
}

.checkout-success {
    text-align: center;
    padding: 60px 20px;
}

.checkout-success .success-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--pine);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 24px;
}


/* ---------- Contact / Track order forms ---------- */

.narrow-form {
    max-width: 560px;
}

.form-success {
    text-align: center;
    padding: 40px 20px;
}


/* ---------- FAQ Accordion ---------- */

.accordion-item {
    border-bottom: 1px solid var(--border);
}

.accordion-trigger {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 18px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}

.accordion-trigger .plus {
    transition: transform .25s var(--ease-luxe);
}

.accordion-item.is-open .accordion-trigger .plus {
    transform: rotate(45deg);
}

.accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s var(--ease-luxe);
}

.accordion-item.is-open .accordion-panel {
    max-height: 600px;
}

.accordion-panel-inner {
    padding: 0 4px 20px;
    font-size: 14px;
    color: var(--text-soft);
    line-height: 1.7;
}


/* ---------- Size guide table ---------- */

.size-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
}

.size-table th,
.size-table td {
    border: 1px solid var(--border);
    padding: 10px 12px;
    text-align: center;
}

.size-table th {
    background: var(--bg-secondary);
    font-weight: 700;
}


/* ---------- Policy TOC ---------- */

.policy-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}

.policy-toc a {
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
}

.policy-toc a:hover {
    border-color: var(--ink);
}

.policy-section {
    max-width: 760px;
    margin: 0 auto 56px;
    scroll-margin-top: 120px;
}

.policy-section h2 {
    font-size: 22px;
    margin-bottom: 14px;
}

.policy-section p,
.policy-section li {
    color: var(--text-soft);
    font-size: 14.5px;
    line-height: 1.75;
}

.policy-section ul {
    padding-left: 20px;
    margin-bottom: 14px;
}


/* ---------- 404 ---------- */

.notfound-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
}

.notfound-code {
    font-family: var(--font-display);
    font-size: clamp(80px, 20vw, 160px);
    line-height: 1;
    color: var(--accent-dark);
}

.notfound-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 26px;
}


/* ---------- About (editorial) ---------- */

.editorial-hero {
    text-align: center;
    padding: 90px 0 50px;
}

.editorial-hero h1 {
    font-size: var(--fs-display-l);
    max-width: 780px;
    margin: 0 auto;
}

.editorial-block {
    max-width: 720px;
    margin: 0 auto 64px;
}

.editorial-block h2 {
    font-size: var(--fs-h2);
    margin-bottom: 18px;
}

.editorial-block p {
    color: var(--text-soft);
    font-size: 15.5px;
    line-height: 1.85;
    margin-bottom: 16px;
}

.pull-quote {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 26px;
    text-align: center;
    color: var(--accent-dark);
    max-width: 640px;
    margin: 56px auto;
    line-height: 1.4;
}

.philosophy-list {
    counter-reset: phil;
    max-width: 760px;
    margin: 0 auto;
}

.philosophy-item {
    display: flex;
    gap: 22px;
    padding: 26px 0;
    border-bottom: 1px solid var(--border);
}

.philosophy-num {
    font-family: var(--font-display);
    font-size: 32px;
    color: var(--accent);
    flex: none;
    width: 56px;
}

.philosophy-item h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.philosophy-item p {
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.7;
}

.divider-thin {
    width: 60px;
    height: 2px;
    background: var(--accent-dark);
    margin: 44px auto;
}

.company-info-card {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    padding: 32px;
    border: 1px solid var(--border);
    border-radius: 16px;
}

.company-info-card p {
    font-size: 13.5px;
    color: var(--text-soft);
    line-height: 1.8;
    margin: 0;
}


/* ---------- Product page ---------- */

.pdp-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 56px;
    align-items: flex-start;
}

@media (max-width:991.98px) {
    .pdp-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

.pdp-gallery-main {
    position: relative;
    border-radius: var(--radius-card-lg);
    overflow: hidden;
    aspect-ratio: 4/5;
}

.pdp-gallery-main>div {
    width: 100%;
    height: 100%;
}

.pdp-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
}

.pdp-thumb {
    width: 70px;
    height: 88px;
    flex: none;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    opacity: .7;
}

.pdp-thumb.is-active {
    border-color: var(--ink);
    opacity: 1;
}

.pdp-thumb>div {
    width: 100%;
    height: 100%;
}

.pdp-info {
    position: sticky;
    top: 120px;
}

.pdp-info h1 {
    font-size: 28px;
    margin-bottom: 4px;
}

.pdp-subtitle {
    color: var(--text-soft);
    font-size: 14.5px;
    margin-bottom: 10px;
}

.pdp-rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 16px;
}

.pdp-rating-row .stars {
    color: var(--accent-dark);
    font-size: 14px;
}

.pdp-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 6px;
}

.pdp-price-row .price-selling {
    font-size: 26px;
}

.pdp-tax-note {
    font-size: 12px;
    color: var(--text-soft);
    margin-bottom: 16px;
}

.pdp-rp {
    display: inline-block;
    background: var(--bg-secondary);
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.pdp-section-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--text-soft);
    margin-bottom: 10px;
}

.size-guide-link {
    font-size: 12px;
    text-decoration: underline;
    margin-left: 10px;
    color: var(--text-soft);
}

.pdp-qty-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 20px 0;
}

.pdp-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

.pdp-actions .btn {
    flex: 1;
}

.pdp-secondary-actions {
    display: flex;
    gap: 20px;
    font-size: 13px;
    margin-bottom: 22px;
}

.pdp-highlights {
    border-top: 1px solid var(--border);
    padding-top: 18px;
    font-size: 13px;
    color: var(--text-soft);
}

.pdp-highlights li {
    margin-bottom: 8px;
    list-style: none;
    padding-left: 22px;
    position: relative;
}

.pdp-highlights li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--pine);
    font-weight: 700;
}

.pdp-tabs-section {
    margin-top: 64px;
}

.pdp-details-list {
    padding-left: 20px;
    color: var(--text-soft);
    font-size: 14.5px;
    line-height: 1.8;
}

#pdpDescText {
    white-space: pre-line;
    color: var(--text-soft);
    font-size: 14.5px;
    line-height: 1.85;
}

.rating-summary {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.rating-big {
    font-family: var(--font-display);
    font-size: 52px;
    color: var(--accent-dark);
}

.rating-dist-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    margin-bottom: 6px;
    width: 220px;
}

.rating-dist-bar {
    flex: 1;
    height: 6px;
    background: var(--bg-tertiary);
    border-radius: 999px;
    overflow: hidden;
}

.rating-dist-bar>span {
    display: block;
    height: 100%;
    background: var(--accent-dark);
}

.review-card {
    border-bottom: 1px solid var(--border);
    padding: 20px 0;
}

.review-card-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    flex-wrap: wrap;
    gap: 6px;
}

.verified-tag {
    font-size: 11px;
    color: var(--pine);
    font-weight: 600;
}

.review-card p {
    font-size: 14px;
    color: var(--text-soft);
    line-height: 1.7;
}


/* ---------- Section rail (related / recently viewed) ---------- */

.section-rail-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 24px;
}


/* =========================================================
   BLUBBER homepage refinement pass
   ========================================================= */

.campaign-banner {
    background: linear-gradient(90deg, rgba(17, 17, 17, .88), rgba(17, 17, 17, .58));
    /* url("../../images/4.jpeg") center 34% / cover no-repeat; */
    color: #fff;
}

.campaign-banner .campaign-headline,
.campaign-banner .campaign-sub,
.campaign-banner .text-link,
.campaign-banner .folio-line {
    color: #fff;
}

.campaign-banner .folio-line span:not(:last-child)::after {
    background: rgba(255, 255, 255, .36);
}

.product-card {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, .08);
    border-radius: 12px;
    overflow: hidden;
    transition: transform .35s var(--ease-luxe), box-shadow .35s var(--ease-luxe), border-color .35s var(--ease-luxe);
}

.product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(155, 28, 49, .18);
    box-shadow: 0 18px 38px -28px rgba(17, 17, 17, .45);
}

.product-info {
    padding: 16px 16px 18px;
}

.product-info h3 {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.product-meta {
    color: var(--text-soft);
    font-size: 12.5px;
}

.price-block,
.quickadd-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.price-selling {
    font-weight: 800;
}

.price-mrp {
    color: var(--text-soft);
    text-decoration: line-through;
    font-size: 12.5px;
}

.price-discount,
.rp-points {
    color: var(--accent-dark);
    font-weight: 700;
    font-size: 12px;
}

.lookbook-card {
    min-height: 360px;
}

.lookbook-card h3 {
    max-width: 620px;
    text-wrap: balance;
}

.look-card,
.membership-card,
.testimonial-card,
.journal-card {
    border-radius: 12px;
}

.feature-bleed-content h2,
.limited-text h2,
.newsletter-inner h2 {
    text-wrap: balance;
}

.footer-badges span {
    border: 1px solid var(--border-on-dark);
}

@media (max-width: 767.98px) {
    .campaign-banner {
        background-position: center;
    }
    .campaign-headline {
        font-size: clamp(38px, 12vw, 58px);
    }
    .lookbook-card {
        min-height: 260px;
    }
    .product-info {
        padding: 13px 12px 15px;
    }
    .product-info h3 {
        font-size: 13.5px;
    }
    .newsletter-form {
        gap: 10px;
    }
    .newsletter-form input,
    .newsletter-form .btn {
        width: 100%;
    }
}


/* =========================================================
   Desire Clothing premium system pass
   Typography, spacing, merchandising, collection, PDP, mobile
   ========================================================= */

:root {
    --container-w: 1500px;
    --container-w-wide: 1680px;
    --section-pad: 128px;
    --section-pad-sm: 74px;
    --space-section: clamp(72px, 9vw, 136px);
    --space-section-compact: clamp(48px, 6vw, 88px);
    --gutter: clamp(20px, 3.2vw, 56px);
    --fs-display-xl: clamp(3.4rem, 8.2vw, 8.4rem);
    --fs-display-l: clamp(2.6rem, 5.8vw, 5.6rem);
    --fs-h1: clamp(2.4rem, 4.8vw, 4.9rem);
    --fs-h2: clamp(2rem, 3.4vw, 3.7rem);
    --fs-h3: clamp(1.15rem, 1rem + .55vw, 1.55rem);
    --fs-body: 15.5px;
    --radius-card: 4px;
    --radius-card-lg: 6px;
}

body {
    font-size: var(--fs-body);
    line-height: 1.72;
    letter-spacing: 0;
    background: #fff;
}

.container-luxe {
    max-width: var(--container-w);
    padding-left: var(--gutter);
    padding-right: var(--gutter);
}

.section-pad {
    padding-top: var(--space-section);
    padding-bottom: var(--space-section);
}

.section-pad-sm {
    padding-top: var(--space-section-compact);
    padding-bottom: var(--space-section-compact);
}

.eyebrow,
.folio-line,
.nav-trigger,
.nav-link-plain,
.btn-luxe-dark,
.btn-luxe-ghost,
.btn-luxe-light,
.lookbook-tag,
.pdp-section-label,
.filter-group h4,
.breadcrumbs,
.result-count {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 600;
}

.section-head {
    margin-bottom: clamp(38px, 5vw, 72px);
}

.section-head h2,
.page-title-row h1,
.editorial-text h2,
.feature-bleed-content h2,
.limited-text h2 {
    font-family: var(--font-display);
    font-weight: 500;
    line-height: .96;
    letter-spacing: 0;
}

.section-head h2 {
    font-size: var(--fs-h2);
}

.section-lede {
    max-width: 440px;
    font-size: 15px;
    line-height: 1.85;
}

.btn-luxe-dark,
.btn-luxe-ghost,
.btn-luxe-light {
    min-height: 46px;
    padding: 13px 28px;
    border-radius: 0;
}

.home-page .announce-bar {
    display: none;
}

.home-page .trust-strip,
.home-page #featureBleed,
.home-page #limited,
.home-page #membership,
.home-page #journal,
.home-page #exploreStyle,
.home-page #why {
    display: none;
}

.home-page .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    border-bottom-color: rgba(255, 255, 255, .2);
    color: #fff;
}

.home-page .site-header .brand-mark,
.home-page .site-header .brand-mark span,
.home-page .site-header .nav-link-plain,
.home-page .site-header .nav-trigger,
.home-page .site-header .header-icon-btn {
    color: #fff;
}

.home-page .site-header.is-scrolled,
.home-page.nav-open .site-header {
    background: rgba(255, 255, 255, .96);
    color: var(--text);
    border-bottom-color: var(--border);
    box-shadow: 0 12px 32px rgba(17, 17, 17, .06);
}

.home-page .site-header.is-scrolled .brand-mark,
.home-page .site-header.is-scrolled .brand-mark span,
.home-page .site-header.is-scrolled .nav-link-plain,
.home-page .site-header.is-scrolled .nav-trigger,
.home-page .site-header.is-scrolled .header-icon-btn {
    color: var(--text);
}

.site-header {
    padding: 20px 0;
}

.site-header.is-scrolled {
    padding: 13px 0;
}

.brand-mark {
    font-size: 20px;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.brand-mark span {
    font-family: var(--font-body);
    font-size: 9px;
    letter-spacing: .24em;
    font-style: normal;
    display: block;
    margin-top: -5px;
}

.hero {
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    height: 100svh;
    align-items: flex-end;
}

.hero-banner-frame img {
    object-fit: cover;
    object-position: center top;
    transform: scale(1.01);
}

.hero-banner-frame::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .22) 42%, rgba(0, 0, 0, .08) 100%);
}

.hero-content {
    position: relative;
    z-index: 3;
    padding-bottom: clamp(78px, 12vh, 132px);
    color: #fff;
}

.hero-title {
    color: #fff;
    font-size: var(--fs-display-xl);
    max-width: 960px;
    line-height: .88;
    margin: 0 0 26px;
}

.hero-sub {
    max-width: 520px;
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.8;
    color: rgba(255, 255, 255, .82);
    margin-bottom: 30px;
}

.hero-banner-controller {
    left: auto;
    right: var(--gutter);
    bottom: 32px;
    transform: none;
    border-radius: 0;
    background: rgba(17, 17, 17, .24);
}

.lookbook-grid {
    gap: clamp(16px, 2vw, 30px);
}

.lookbook-card {
    border-radius: 0;
    min-height: 420px;
    padding: clamp(24px, 3vw, 44px);
}

.lookbook-large {
    min-height: 760px;
}

.lookbook-wide {
    min-height: 370px;
}

.lookbook-card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .02) 20%, rgba(0, 0, 0, .54) 100%);
}

.lookbook-card h3 {
    font-size: clamp(1.8rem, 3vw, 3.4rem);
    line-height: .98;
}

.newInSwiper {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
}

.product-grid {
    gap: clamp(30px, 3vw, 54px) clamp(18px, 2vw, 34px);
}

@media (min-width:992px) {
    .product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.product-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
    box-shadow: none;
}

.product-card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

.product-media {
    border-radius: 0;
    margin-bottom: 16px;
    aspect-ratio: 3/4.28;
    background: #f4f3ef;
}

.product-media:hover .media-front {
    transform: scale(1.028);
}

.media-front,
.media-back {
    transition: opacity .55s var(--ease-luxe), transform .8s var(--ease-luxe);
}

.wishlist-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .82);
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .35s var(--ease-luxe), transform .35s var(--ease-luxe), background .35s var(--ease-luxe);
}

.product-media:hover .wishlist-btn,
.wishlist-btn.is-active {
    opacity: 1;
    transform: translateY(0);
}

.quick-add {
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    padding: 14px 0;
    background: rgba(255, 255, 255, .92);
    letter-spacing: .15em;
}

.badge-tag,
.badge-new {
    border-radius: 0;
    background: rgba(255, 255, 255, .9);
    padding: 6px 9px;
    font-size: 9.5px;
    letter-spacing: .16em;
}

.product-info {
    padding: 0;
}

.product-info h3 {
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
    margin-bottom: 3px;
    letter-spacing: .01em;
}

.product-meta {
    font-size: 12px;
    margin-bottom: 8px;
}

.price-selling {
    font-size: 13px;
    font-weight: 700;
}

.price-mrp,
.price-discount,
.rp-points {
    font-size: 11.5px;
}

.product-card-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}

.product-swatches,
.product-sizes {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-color-slider {
    display: grid;
    grid-template-columns: 18px minmax(0, 92px) 18px;
    align-items: center;
    gap: 3px;
    min-width: 0;
}

.product-swatches {
    min-width: 0;
    padding: 3px 2px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.product-swatches::-webkit-scrollbar {
    display: none;
}

.product-color-arrow {
    display: none;
    width: 18px;
    height: 24px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: #222;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
}

.product-color-slider.is-scrollable .product-color-arrow {
    display: grid;
}

.product-color-slider:not(.is-scrollable) {
    grid-template-columns: minmax(0, 92px);
}

.product-swatch {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 50%;
    background: var(--swatch);
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(17, 17, 17, .2);
    cursor: pointer;
    scroll-snap-align: center;
    transition: box-shadow .2s ease, transform .2s ease;
}

.product-swatch:hover {
    transform: scale(1.08);
}

.product-swatch.is-active {
    box-shadow: 0 0 0 2px #111;
}

.product-sizes span {
    color: var(--text-soft);
    font-size: 10.5px;
    letter-spacing: .08em;
}

.campaign-banner,
.feature-bleed,
.limited-section,
.newsletter-section {
    min-height: clamp(560px, 72vh, 780px);
    display: flex;
    align-items: center;
}

.campaign-headline,
.feature-bleed-content h2,
.limited-text h2 {
    font-size: var(--fs-display-l);
}

.editorial-split {
    grid-template-columns: minmax(0, .95fr) minmax(360px, .7fr);
    gap: clamp(44px, 7vw, 110px);
}

.editorial-portrait,
.look-media,
.insta-tile,
.journal-media {
    border-radius: 0;
}

.testimonial-card {
    border: 1px solid var(--border);
    border-radius: 0;
    box-shadow: none;
    padding: clamp(26px, 3vw, 42px);
}

.testimonial-card blockquote {
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.55;
}

.insta-grid {
    gap: 1px;
}

.newsletter-section {
    background: #111;
}

.newsletter-inner {
    max-width: 760px;
}

.newsletter-form {
    border-radius: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .24);
}

.site-footer {
    padding: clamp(64px, 8vw, 104px) 0 34px;
}

.footer-top {
    gap: clamp(34px, 5vw, 84px);
}

.footer-col h3 {
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.footer-col a,
.footer-brand p {
    font-size: 13px;
    line-height: 1.85;
}

.page-hero {
    padding-top: clamp(72px, 9vw, 120px);
    padding-bottom: 34px;
}

.page-title-row h1 {
    font-size: var(--fs-h1);
}

.shop-layout {
    grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
    gap: clamp(34px, 4vw, 64px);
}

.filters-desktop {
    top: 110px;
    padding-right: 20px;
}

.filter-group {
    padding: 22px 0;
}

.filter-option {
    font-size: 13px;
    line-height: 1.4;
    gap: 10px;
    margin-bottom: 12px;
}

.sort-select,
.active-chip {
    border-radius: 0;
}

.clear-filters {
    border: 0;
    background: transparent;
    padding: 0;
}

.pdp-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
    gap: clamp(42px, 6vw, 92px);
}

.pdp-gallery-main {
    border-radius: 0;
    aspect-ratio: 4/5.2;
    cursor: zoom-in;
}

.pdp-gallery-main>div {
    transition: transform .85s var(--ease-luxe);
}

.pdp-gallery-main:hover>div {
    transform: scale(1.055);
}

.pdp-thumbs {
    gap: 12px;
    margin-top: 14px;
}

.pdp-thumb {
    border-radius: 0;
    width: 82px;
    height: 104px;
}

.pdp-info h1 {
    font-size: clamp(2.05rem, 3vw, 3.6rem);
    line-height: 1.02;
    margin-bottom: 10px;
}

.pdp-subtitle {
    font-size: 15px;
    margin-bottom: 18px;
}

.pdp-price-row .price-selling {
    font-size: 24px;
}

.pdp-rp {
    border-radius: 0;
    background: #f5f3ed;
}

.size-chip,
.color-chip {
    border-radius: 0;
    min-width: 44px;
}

.pdp-actions {
    position: relative;
    gap: 10px;
}

.pdp-highlights {
    margin-top: 26px;
    padding-top: 24px;
}

.pdp-editorial-notes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

.pdp-editorial-notes span {
    display: block;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--text);
    font-weight: 700;
    margin-bottom: 8px;
}

.pdp-editorial-notes p {
    margin: 0;
    color: var(--text-soft);
    font-size: 13px;
    line-height: 1.75;
}

.pdp-tabs-section {
    margin-top: clamp(56px, 8vw, 112px);
}

.tab-row {
    gap: 26px;
}

.tab-btn {
    padding: 0 0 14px;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.rating-big {
    color: var(--text);
}

@media (max-width:991.98px) {
     :root {
        --section-pad: 86px;
        --section-pad-sm: 54px;
    }
    .home-page .site-header {
        color: #fff;
    }
    .lookbook-grid,
    .editorial-split,
    .pdp-grid,
    .shop-layout {
        grid-template-columns: 1fr;
    }
    .lookbook-large,
    .lookbook-wide,
    .lookbook-card {
        grid-column: auto;
        grid-row: auto;
        min-height: 420px;
    }
    .pdp-info {
        position: static;
    }
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width:767.98px) {
     :root {
        --gutter: 18px;
        --space-section: 72px;
        --space-section-compact: 46px;
        --fs-body: 14.5px;
    }
    .site-header {
        padding: 14px 0;
    }
    .brand-mark {
        font-size: 16px;
        letter-spacing: .18em;
    }
    .hero {
        min-height: 100svh;
    }
    .hero-content {
        padding-bottom: 112px;
    }
    .hero-title {
        font-size: clamp(3rem, 17vw, 5.2rem);
        line-height: .9;
    }
    .hero-sub {
        font-size: 14px;
        max-width: 310px;
    }
    .hero-banner-controller {
        right: 18px;
        bottom: 76px;
    }
    .section-head-row {
        align-items: flex-start;
    }
    .section-lede {
        max-width: 100%;
    }
    .newInSwiper {
        padding-left: 18px;
        padding-right: 18px;
    }
    .product-grid {
        gap: 30px 14px;
    }
    .product-media {
        margin-bottom: 12px;
    }
    .wishlist-btn {
        opacity: 1;
        transform: none;
    }
    .quick-add {
        display: none;
    }
    .product-card-meta-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }
    .campaign-banner,
    .feature-bleed,
    .limited-section,
    .newsletter-section {
        min-height: 520px;
    }
    .campaign-headline,
    .feature-bleed-content h2,
    .limited-text h2 {
        font-size: clamp(2.6rem, 12vw, 4rem);
    }
    .filter-drawer {
        border-radius: 0;
    }
    .pdp-gallery-main {
        aspect-ratio: 3/4;
    }
    .pdp-actions {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 995;
        background: #fff;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
        border-top: 1px solid var(--border);
    }
    body:has(.pdp-grid) {
        padding-bottom: 78px;
    }
    .pdp-editorial-notes {
        grid-template-columns: 1fr;
    }
    .mobile-tabbar {
        display: none;
    }
    .footer-top {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   Homepage final art direction - image first, Rare Rabbit inspired
   ========================================================= */

.home-page {
    --home-section: clamp(78px, 8.5vw, 128px);
    --home-section-tight: clamp(56px, 6vw, 88px);
}

.home-page main>section:not(.hero):not(.newsletter-section) {
    padding-top: var(--home-section);
    padding-bottom: var(--home-section);
}

.home-page .bg-cream,
.home-page .bg-white {
    background: #fff;
}

.home-page .hero {
    height: 100svh;
    min-height: 100svh;
    background: #111;
}

.home-page .hero-banner-frame img {
    object-fit: cover;
    object-position: center center;
    filter: saturate(.95) contrast(1.02);
    animation: homeHeroDrift 8s var(--ease-luxe) both;
}

.home-page .hero-banner-frame::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .22) 0%, rgba(0, 0, 0, .04) 42%, rgba(0, 0, 0, .42) 100%), linear-gradient(90deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 58%);
}

@keyframes homeHeroDrift {
    from {
        transform: scale(1.045);
    }
    to {
        transform: scale(1.01);
    }
}

.home-page .hero-content {
    width: 100%;
    max-width: 1500px;
    display: grid;
    justify-items: start;
    padding-bottom: clamp(54px, 8vh, 92px);
}

.home-page .hero-title {
    max-width: 720px;
    font-family: var(--font-body);
    font-size: clamp(2.15rem, 5.4vw, 5.2rem);
    font-weight: 500;
    line-height: .98;
    letter-spacing: .01em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.home-page .hero-sub {
    max-width: 430px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .78);
    margin-bottom: 24px;
}

.home-page .hero-cta-row .btn {
    min-width: 184px;
    background: #fff;
    color: #111;
    border-color: #fff;
}

.home-page .hero-banner-controller {
    bottom: clamp(24px, 4vh, 42px);
    padding: 6px 10px;
    min-height: 36px;
    background: rgba(0, 0, 0, .28);
}

.home-page .hero-banner-arrow {
    width: 30px;
    height: 30px;
}

.home-page .hero-banner-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 2px;
}

.home-page .section-head {
    margin-bottom: clamp(30px, 4vw, 58px);
}

.home-page .section-head-row {
    align-items: flex-end;
}

.home-page .eyebrow,
.home-page .folio-line {
    margin-bottom: 18px;
    color: #777;
}

.home-page .section-head h2,
.home-page .campaign-headline,
.home-page .editorial-text h2,
.home-page .newsletter-inner h2 {
    font-family: var(--font-body);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .015em;
    line-height: 1.02;
}

.home-page .section-head h2 {
    font-size: clamp(2rem, 4.4vw, 5rem);
}

.home-page .section-lede {
    max-width: 470px;
    font-size: 13.5px;
    line-height: 1.95;
    color: #777;
}

.home-page #collection {
    padding-top: var(--home-section-tight);
}

.home-page .lookbook-grid {
    grid-template-columns: 1.05fr .95fr .95fr;
    gap: 18px;
}

.home-page .lookbook-card {
    min-height: 430px;
    padding: 30px;
    background: #111;
}

.home-page .lookbook-large {
    min-height: 680px;
}

.home-page .lookbook-wide {
    min-height: 332px;
}

.home-page .lookbook-card::before {
    background-size: cover;
    background-position: center;
    filter: saturate(.96);
}

.home-page .lookbook-card:hover::before {
    transform: scale(1.045);
}

.home-page .lookbook-tag {
    color: rgba(255, 255, 255, .72);
}

.home-page .lookbook-card h3 {
    font-family: var(--font-body);
    font-size: clamp(1.45rem, 2.3vw, 2.9rem);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.home-page .text-link-light {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.home-page .new-in-swiper-wrap {
    margin-top: -8px;
}

.home-page #new,
.home-page #bestsellers {
    overflow: hidden;
}

.home-page .product-media {
    aspect-ratio: 3/4.18;
}

.home-page .product-info h3 {
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 12px;
}

.home-page .product-meta,
.home-page .price-block,
.home-page .rp-points {
    font-size: 11.5px;
}

.home-page .swiper-nav-row {
    margin-top: 34px;
}

.home-page .campaign-banner {
    min-height: clamp(520px, 68vh, 760px);
    padding: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .1));
}

.home-page .campaign-banner .container-luxe {
    padding-top: var(--home-section-tight);
    padding-bottom: var(--home-section-tight);
}

.home-page .campaign-headline {
    max-width: 850px;
    font-size: clamp(2.2rem, 5.2vw, 6rem);
}

.home-page .campaign-sub {
    max-width: 440px;
    color: rgba(255, 255, 255, .76);
    font-size: 13.5px;
    line-height: 1.85;
}

.home-page #shoptheLook {
    background: #f7f6f2;
}

.home-page .look-grid {
    gap: 18px;
}

.home-page .look-card {
    border-radius: 0;
    background: transparent;
}

.home-page .look-media {
    min-height: clamp(360px, 48vw, 620px);
}

.home-page .look-info {
    padding: 18px 0 0;
}

.home-page .look-info h3 {
    font-family: var(--font-body);
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
}

.home-page .look-info p {
    color: #777;
    font-size: 13px;
}

.home-page #atelier {
    background: #fff;
}

.home-page .editorial-split {
    grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr);
}

.home-page .editorial-portrait {
    min-height: 640px;
}

.home-page .editorial-caption {
    border-radius: 0;
}

.home-page .editorial-text p {
    font-size: 14px;
    line-height: 1.95;
}

.home-page .stat-row {
    gap: 34px;
}

.home-page .stat-row strong {
    font-family: var(--font-body);
    font-size: 20px;
    letter-spacing: .08em;
}

.home-page #reviews {
    background: #f7f6f2;
}

.home-page .testimonial-card {
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(17, 17, 17, .16);
    padding: 28px 0;
}

.home-page .testimonial-card blockquote {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 1.9vw, 2.05rem);
    line-height: 1.35;
}

.home-page .stars {
    letter-spacing: .12em;
}

.home-page .social-proof-row {
    border-top: 1px solid rgba(17, 17, 17, .12);
    border-bottom: 1px solid rgba(17, 17, 17, .12);
    padding: 24px 0;
}

.home-page .insta-section {
    background: #fff;
}

.home-page .insta-grid {
    padding: 0 var(--gutter) var(--home-section-tight);
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.home-page .insta-tile {
    aspect-ratio: 3/4;
}

.home-page .insta-tile::after {
    background: rgba(0, 0, 0, .18);
}

.home-page .newsletter-section {
    min-height: auto;
    padding: clamp(72px, 8vw, 116px) 0;
    background: #111;
}

.home-page .newsletter-inner h2 {
    font-size: clamp(2.1rem, 4vw, 4.5rem);
}

.home-page .newsletter-form {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.home-page [data-aos] {
    transition-duration: .7s !important;
}

@media (max-width:991.98px) {
    .home-page .lookbook-grid,
    .home-page .look-grid {
        grid-template-columns: 1fr;
    }
    .home-page .lookbook-large,
    .home-page .lookbook-wide,
    .home-page .lookbook-card {
        min-height: 420px;
    }
    .home-page .editorial-portrait {
        min-height: 0;
    }
    .home-page .insta-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:767.98px) {
    .home-page .hero-content {
        padding-bottom: 108px;
    }
    .home-page .hero-title {
        font-size: clamp(2.35rem, 12vw, 4rem);
        max-width: 340px;
    }
    .home-page .hero-sub {
        max-width: 285px;
        font-size: 11.5px;
    }
    .home-page .hero-banner-controller {
        display: none;
    }
    .home-page main>section:not(.hero):not(.newsletter-section) {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .home-page .section-head-row {
        gap: 14px;
    }
    .home-page .section-head h2 {
        font-size: clamp(1.9rem, 10vw, 3.25rem);
    }
    .home-page .lookbook-card {
        min-height: 330px;
        padding: 22px;
    }
    .home-page .look-media {
        min-height: 360px;
    }
    .home-page .insta-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        padding-left: 18px;
        padding-right: 18px;
    }
}


/* =========================================================
   Homepage correction pass - simple banner, calmer premium rhythm
   ========================================================= */

.home-page {
    --home-section: clamp(58px, 6.6vw, 96px);
    --home-section-tight: clamp(44px, 5vw, 72px);
    --gutter: clamp(20px, 3vw, 44px);
}

.home-page .announce-bar {
    display: none;
}

.home-page .site-header {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, .96);
    color: var(--text);
    border-bottom: 1px solid var(--border);
    box-shadow: none;
    padding: 14px 0;
}

.home-page .site-header .brand-mark,
.home-page .site-header .brand-mark span,
.home-page .site-header .nav-link-plain,
.home-page .site-header .nav-trigger,
.home-page .site-header .header-icon-btn,
.home-page .site-header.is-scrolled .brand-mark,
.home-page .site-header.is-scrolled .brand-mark span,
.home-page .site-header.is-scrolled .nav-link-plain,
.home-page .site-header.is-scrolled .nav-trigger,
.home-page .site-header.is-scrolled .header-icon-btn {
    color: var(--text);
}

.home-page .brand-mark {
    font-size: 18px;
    letter-spacing: .18em;
}

.home-page .brand-mark span {
    font-size: 8.5px;
    margin-top: -4px;
}

.home-page .hero {
    height: 56.25vw;
    min-height: 360px;
    max-height: 760px;
    background: #f6f4ee;
    align-items: stretch;
}

.home-page .hero-content {
    display: none;
}

.home-page .hero-banner-frame img {
    object-fit: contain;
    object-position: center top;
    filter: none;
    animation: none;
    transform: none;
}

.home-page .hero-banner-frame::after {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 72%, rgba(17, 17, 17, .12) 100%);
}

.home-page .hero-banner-controller {
    left: 50%;
    right: auto;
    bottom: 20px;
    transform: translateX(-50%);
    min-height: 40px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(17, 17, 17, .28);
}

.home-page main>section:not(.hero):not(.newsletter-section) {
    padding-top: var(--home-section);
    padding-bottom: var(--home-section);
}

.home-page .section-head {
    margin-bottom: clamp(28px, 3.5vw, 52px);
}

.home-page .section-head h2,
.home-page .campaign-headline,
.home-page .editorial-text h2,
.home-page .newsletter-inner h2 {
    font-family: var(--font-display);
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.04;
}

.home-page .section-head h2 {
    font-size: clamp(30px, 3.6vw, 54px);
}

.home-page .campaign-headline,
.home-page .newsletter-inner h2 {
    font-size: clamp(34px, 4.2vw, 62px);
}

.home-page .eyebrow,
.home-page .folio-line {
    font-size: 11px;
    letter-spacing: .14em;
    margin-bottom: 12px;
}

.home-page .section-lede,
.home-page .campaign-sub,
.home-page .editorial-text p {
    font-size: 14px;
    line-height: 1.8;
}

.home-page .lookbook-grid {
    gap: 24px;
}

.home-page .lookbook-card {
    min-height: 340px;
    padding: 28px;
}

.home-page .lookbook-large {
    min-height: 560px;
}

.home-page .lookbook-wide {
    min-height: 300px;
}

.home-page .lookbook-card h3 {
    font-family: var(--font-display);
    font-size: clamp(25px, 2.6vw, 42px);
    text-transform: none;
    letter-spacing: 0;
}

.home-page .newInSwiper {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
}

.home-page .newInSwiper .swiper-slide {
    width: min(305px, 78vw);
}

.home-page .product-media {
    aspect-ratio: 3/4;
    margin-bottom: 14px;
}

.home-page .product-info h3 {
    font-size: 13.5px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4;
}

.home-page .product-meta {
    font-size: 12.5px;
    margin-bottom: 7px;
}

.home-page .price-block,
.home-page .rp-points {
    font-size: 12px;
}

.home-page .product-card-meta-row {
    margin-top: 9px;
    gap: 10px;
}

.home-page .swiper-nav-row {
    margin-top: 32px;
}

.home-page .campaign-banner {
    min-height: clamp(420px, 54vh, 620px);
    background: linear-gradient(90deg, rgba(17, 17, 17, .58), rgba(17, 17, 17, .18));
}

.home-page .look-grid {
    gap: 24px;
}

.home-page .look-media {
    min-height: clamp(300px, 36vw, 480px);
}

.home-page .look-info h3 {
    font-size: 14px;
    letter-spacing: .08em;
}

.home-page .editorial-split {
    gap: clamp(36px, 5vw, 72px);
}

.home-page .editorial-portrait {
    min-height: 0;
}

.home-page #reviews {
    background: #f7f6f2;
}

.home-page .testimonial-card {
    padding: 26px;
    border: 1px solid var(--border);
    background: #fff;
}

.home-page .testimonial-card blockquote {
    font-size: clamp(18px, 1.35vw, 23px);
    line-height: 1.45;
}

.home-page .insta-grid {
    gap: 12px;
}

.home-page .newsletter-section {
    padding: clamp(60px, 7vw, 92px) 0;
}

@media (max-width:991.98px) {
    .home-page .hero {
        height: auto;
        min-height: 0;
        aspect-ratio: 16/9;
    }
    .home-page .lookbook-grid,
    .home-page .look-grid {
        gap: 18px;
    }
    .home-page .lookbook-large,
    .home-page .lookbook-wide,
    .home-page .lookbook-card {
        min-height: 330px;
    }
}

@media (max-width:767.98px) {
    .home-page {
        --home-section: 54px;
        --home-section-tight: 42px;
    }
    .home-page .site-header {
        padding: 12px 0;
    }
    .home-page .hero {
        aspect-ratio: 4/5;
        min-height: 0;
    }
    .home-page .hero-banner-controller {
        display: flex;
        bottom: 14px;
    }
    .home-page main>section:not(.hero):not(.newsletter-section) {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .home-page .section-head h2 {
        font-size: clamp(28px, 8.8vw, 42px);
    }
    .home-page .section-head-row {
        gap: 10px;
    }
    .home-page .lookbook-card {
        min-height: 280px;
        padding: 20px;
    }
    .home-page .look-media {
        min-height: 300px;
    }
    .home-page .product-card-meta-row {
        flex-direction: row;
        align-items: center;
    }
    .home-page .insta-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}


/* =========================================================
   User polish pass - transparent nav, full banner, all trending, footer brand
   ========================================================= */

.home-page .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--z-header);
    background: linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, 0));
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    box-shadow: none;
    backdrop-filter: none;
}

.home-page .site-header .brand-mark,
.home-page .site-header .brand-mark span,
.home-page .site-header .nav-link-plain,
.home-page .site-header .nav-trigger,
.home-page .site-header .header-icon-btn {
    color: #fff;
}

.home-page .site-header.is-scrolled,
.home-page.nav-open .site-header {
    background: rgba(255, 255, 255, .96);
    border-bottom-color: var(--border);
    backdrop-filter: blur(10px);
}

.home-page .site-header.is-scrolled .brand-mark,
.home-page .site-header.is-scrolled .brand-mark span,
.home-page .site-header.is-scrolled .nav-link-plain,
.home-page .site-header.is-scrolled .nav-trigger,
.home-page .site-header.is-scrolled .header-icon-btn,
.home-page.nav-open .site-header .brand-mark,
.home-page.nav-open .site-header .brand-mark span,
.home-page.nav-open .site-header .nav-link-plain,
.home-page.nav-open .site-header .nav-trigger,
.home-page.nav-open .site-header .header-icon-btn {
    color: var(--text);
}

.home-page .hero {
    width: 100%;
    height: 56.25vw;
    min-height: 420px;
    max-height: none;
    margin-top: 0;
    background: #f7f5ef;
}

.home-page .hero-media,
.home-page .hero-banner-frame,
.home-page .heroBannerSwiper,
.home-page .hero-banner-frame .swiper-wrapper,
.home-page .hero-banner-frame .swiper-slide {
    width: 100%;
    height: 100%;
}

.home-page .hero-banner-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.home-page .hero-banner-frame::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .12) 100%);
}

.home-page .hero-banner-controller {
    bottom: 22px;
}

.home-page #shoptheLook {
    background: #fff;
}

.home-page .trending-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(34px, 4vw, 58px) clamp(18px, 2.4vw, 34px);
}

.home-page .trending-product-grid .product-media {
    aspect-ratio: 3/4;
}

.home-page .site-footer {
    background: #0f0f0f;
}

.home-page .footer-top {
    grid-template-columns: minmax(320px, 1.35fr) repeat(3, minmax(150px, .65fr));
    align-items: start;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding-bottom: clamp(34px, 4vw, 58px);
}

.home-page .footer-brand {
    max-width: 520px;
}

.home-page .footer-brand .brand-mark {
    display: inline-block;
    margin-bottom: 22px;
}

.home-page .footer-brand p {
    max-width: 440px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.85;
    margin: 0 0 18px;
}

.home-page .footer-contact {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.home-page .footer-contact a {
    color: #fff;
}

.home-page .footer-badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0 18px;
}

.home-page .footer-badges span {
    border: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .72);
    padding: 8px 11px;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-page .footer-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-page .footer-payments span {
    min-width: 58px;
    text-align: center;
    border-color: rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .76);
}

@media (max-width:991.98px) {
    .home-page .hero {
        height: auto;
        min-height: 0;
        aspect-ratio: 16/9;
    }
    .home-page .trending-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .home-page .footer-top {
        grid-template-columns: 1fr 1fr;
    }
    .home-page .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width:767.98px) {
    .home-page .site-header {
        background: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, 0));
    }
    .home-page .hero {
        aspect-ratio: 4/5;
    }
    .home-page .trending-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 14px;
    }
    .home-page .footer-top {
        grid-template-columns: 1fr;
    }
    .home-page .footer-badges {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* =========================================================
   Final UX fixes: nav hover, PDP modals, shop/about/policies polish
   ========================================================= */

.home-page .site-header:has(.mega-menu.is-open),
.home-page .site-header:has(.profile-dropdown.is-open),
.home-page .site-header:hover {
    background: rgba(255, 255, 255, .96);
    border-bottom-color: var(--border);
    backdrop-filter: blur(10px);
}

.home-page .site-header:has(.mega-menu.is-open) .brand-mark,
.home-page .site-header:has(.mega-menu.is-open) .brand-mark span,
.home-page .site-header:has(.mega-menu.is-open) .nav-link-plain,
.home-page .site-header:has(.mega-menu.is-open) .nav-trigger,
.home-page .site-header:has(.mega-menu.is-open) .header-icon-btn,
.home-page .site-header:has(.profile-dropdown.is-open) .brand-mark,
.home-page .site-header:has(.profile-dropdown.is-open) .brand-mark span,
.home-page .site-header:has(.profile-dropdown.is-open) .nav-link-plain,
.home-page .site-header:has(.profile-dropdown.is-open) .nav-trigger,
.home-page .site-header:has(.profile-dropdown.is-open) .header-icon-btn,
.home-page .site-header:hover .brand-mark,
.home-page .site-header:hover .brand-mark span,
.home-page .site-header:hover .nav-link-plain,
.home-page .site-header:hover .nav-trigger,
.home-page .site-header:hover .header-icon-btn {
    color: var(--text);
}

.nav-trigger:hover,
.nav-link-plain:hover,
.nav-item.is-active .nav-trigger {
    background: rgba(17, 17, 17, .06);
    color: var(--text);
}

.mega-menu {
    color: var(--text);
}

.mega-menu.is-open {
    transform: translateY(0);
}

.profile-dropdown {
    top: calc(100% + 10px);
    width: 270px;
    border-radius: 0;
    border: 1px solid var(--border);
    box-shadow: 0 20px 45px rgba(17, 17, 17, .12);
}

.profile-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
}

.profile-dropdown .btn {
    margin-top: 8px;
}

.badge-bestseller,
.badge-tag.badge-bestseller {
    background: #111;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .72);
}

.badge-tag {
    z-index: 5;
}

.campaign-banner {
    background: linear-gradient(90deg, rgba(17, 17, 17, .52), rgba(17, 17, 17, .12)), url("../../images/banner/banner2.png") center / cover no-repeat;
}

@media (max-width:575.98px) {
    .campaign-banner {
        background: linear-gradient(180deg, rgba(17, 17, 17, .18), rgba(17, 17, 17, .42)), url("../../images/banner/mobile-banner2.png") center / cover no-repeat;
    }
}

.shop-layout {
    gap: clamp(28px, 3.6vw, 56px);
}

.page-hero {
    padding-top: clamp(46px, 6vw, 78px);
    padding-bottom: 22px;
}

.filter-toolbar {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border);
}

.product-grid {
    gap: clamp(30px, 3vw, 50px) clamp(18px, 2.2vw, 32px);
}

.product-media {
    background: #f5f3ed;
}

.pdp-grid {
    align-items: start;
}

.pdp-info {
    padding-top: 8px;
}

.pdp-info h1 {
    max-width: 560px;
}

.pdp-rating-row,
.pdp-price-row,
.pdp-tax-note,
.pdp-rp,
.option-group,
.pdp-qty-row,
.pdp-secondary-actions {
    margin-bottom: 18px;
}

.pdp-qty-row {
    justify-content: space-between;
    padding: 18px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.cart-line-qty {
    border-radius: 0;
    min-height: 40px;
}

.cart-line-qty span {
    min-width: 22px;
    text-align: center;
    font-weight: 700;
}

.qty-btn {
    width: 30px;
    height: 30px;
}

.pdp-gallery-main {
    background: #f7f5ef;
}

.pdp-gallery-main::after {
    content: "Click to zoom";
    position: absolute;
    right: 14px;
    bottom: 14px;
    background: rgba(255, 255, 255, .88);
    color: #111;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 7px 10px;
    z-index: 4;
}

.pdp-tabs-section {
    padding-top: 42px;
    border-top: 1px solid var(--border);
}

.section-rail-head h2 {
    font-size: clamp(26px, 2.5vw, 40px);
}

.rating-summary {
    background: #f7f6f2;
    padding: 28px;
    gap: 34px;
}

.review-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    padding: 26px 0;
}

.review-card p {
    margin: 0;
}

.pdp-utility-modal {
    position: fixed;
    inset: 0;
    z-index: 2200;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s var(--ease-luxe), visibility .25s;
}

.pdp-utility-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.pdp-utility-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, .62);
}

.pdp-utility-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -48%);
    width: min(760px, 92vw);
    max-height: 88vh;
    overflow: auto;
    background: #fff;
    padding: clamp(24px, 4vw, 42px);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

.pdp-utility-modal.is-open .pdp-utility-panel {
    transform: translate(-50%, -50%);
}

.pdp-utility-panel h3 {
    font-size: clamp(24px, 2.5vw, 36px);
    margin-bottom: 22px;
}

.pdp-utility-close {
    position: absolute;
    top: 16px;
    right: 18px;
    border: 0;
    background: none;
    font-size: 24px;
}

.pdp-zoom-frame {
    aspect-ratio: 4/5;
    min-height: min(72vh, 720px);
}

.pdp-zoom-frame>div {
    width: 100%;
    height: 100%;
}

.modal-note {
    color: var(--text-soft);
    font-size: 13px;
    margin-top: 14px;
}

.review-form textarea {
    width: 100%;
    resize: vertical;
}

.section-rail-head+.product-grid,
#recentGrid,
#relatedGrid {
    margin-top: 18px;
}

.notfound-section,
.form-success {
    text-align: center;
}

body:has(#trackOrderForm) .page-hero,
body:has(#trackOrderForm) .section-pad-sm {
    text-align: center;
}

body:has(#trackOrderForm) .narrow-form {
    margin-left: auto;
    margin-right: auto;
}

body:has(#trackFormWrap) .page-hero,
body:has(#trackFormWrap) .section-pad-sm {
    text-align: center;
}

body:has(#trackFormWrap) .page-hero p {
    margin-left: auto;
    margin-right: auto;
}

body:has(#trackFormWrap) .narrow-form,
body:has(#trackFormWrap) #trackResult {
    margin-left: auto;
    margin-right: auto;
}

.editorial-hero {
    padding: clamp(64px, 8vw, 110px) 0 clamp(36px, 5vw, 58px);
}

.editorial-hero h1 {
    font-size: clamp(36px, 5vw, 72px);
}

.editorial-block {
    max-width: 820px;
}

.editorial-block p {
    font-size: 15px;
}

.philosophy-item {
    padding: 30px 0;
}

.policy-toc {
    justify-content: center;
    border-bottom: 1px solid var(--border);
    padding-bottom: 14px;
}

.policy-toc a {
    border-radius: 0;
    background: #fff;
}

.policy-toc a.is-active {
    background: #111;
    border-color: #111;
    color: #fff;
}

.policy-section {
    display: none;
    max-width: 860px;
    padding-top: 34px;
}

.policy-section.is-active {
    display: block;
}

/* Database-backed policies are individual pages, not legacy hash tabs. */
.policies-page .policy-section.dynamic-policy {
    display: block !important;
}

.site-footer {
    background: #0f0f0f;
}

.site-footer .footer-top {
    grid-template-columns: minmax(300px, 1.25fr) repeat(3, minmax(150px, .7fr));
    align-items: start;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding-bottom: 48px;
}

.footer-brand {
    max-width: 500px;
}

.footer-brand p {
    max-width: 420px;
    color: rgba(255, 255, 255, .7);
}

.footer-contact {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-badges {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-badges span {
    border: 1px solid rgba(255, 255, 255, .16);
    padding: 8px 10px;
}

@media (max-width:991.98px) {
    .review-card {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .site-footer .footer-top {
        grid-template-columns: 1fr 1fr;
    }
    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width:575.98px) {
    .rating-summary {
        padding: 20px;
    }
    .site-footer .footer-top {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   Last responsive/app polish + stable profile + visible badges
   ========================================================= */

body.profile-open .profile-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.badge-tag,
.badge-new,
.badge-bestseller,
.badge-limited,
.badge-sellingfast {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    max-width: calc(100% - 24px);
    z-index: 8;
    background: rgba(255, 255, 255, .96);
    color: #111;
    border: 1px solid rgba(17, 17, 17, .12);
    box-shadow: 0 8px 22px rgba(17, 17, 17, .08);
}

.badge-bestseller,
.badge-tag.badge-bestseller {
    background: #111;
    color: #fff;
    border-color: #111;
}

.badge-limited,
.badge-sellingfast {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.product-media .badge-tag,
.product-media .badge-new {
    top: 12px;
    left: 12px;
}

@media (max-width:767.98px) {
    html {
        scroll-padding-top: 72px;
    }
    body {
        background: #fff;
        -webkit-tap-highlight-color: transparent;
    }
    .container-luxe {
        padding-left: 16px;
        padding-right: 16px;
    }
    .site-header {
        min-height: 62px;
        padding: 10px 0;
    }
    .site-header .container-luxe {
        padding-left: 14px;
        padding-right: 14px;
    }
    .header-icon-btn {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
    .brand-mark {
        font-size: 16px;
        letter-spacing: .15em;
    }
    .mobile-nav {
        padding: 104px 22px 112px;
    }
    .mobile-nav-link,
    .mobile-nav-toggle {
        font-size: 27px;
    }
    .mobile-tabbar {
        left: 10px;
        right: 10px;
        bottom: 10px;
        display: flex;
        border-radius: 22px;
        padding: 8px 4px calc(8px + env(safe-area-inset-bottom));
    }
    .mobile-tab {
        min-width: 54px;
        min-height: 48px;
        padding: 7px 6px;
    }
    .home-page .mobile-tabbar,
    body:has(.pdp-grid) .mobile-tabbar {
        display: flex;
    }
    body:has(.pdp-grid) {
        padding-bottom: 132px;
    }
    body:has(.pdp-grid) .pdp-actions {
        bottom: 74px;
        padding: 10px 12px;
    }
    .section-pad,
    .section-pad-sm {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .page-hero {
        padding-top: 38px;
        padding-bottom: 18px;
    }
    .page-title-row h1,
    .page-hero h1 {
        font-size: clamp(31px, 10vw, 44px);
    }
    .product-grid,
    .wishlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 13px;
    }
    .product-media {
        aspect-ratio: 3/4.12;
        margin-bottom: 10px;
    }
    .product-info h3 {
        font-size: 12.5px;
        line-height: 1.35;
    }
    .product-meta,
    .price-selling,
    .price-mrp,
    .price-discount,
    .rp-points {
        font-size: 11px;
    }
    .product-card-meta-row {
        gap: 6px;
    }
    .product-sizes span {
        font-size: 9.5px;
    }
    .product-swatch {
        width: 11px;
        height: 11px;
    }
    .badge-tag,
    .badge-new,
    .badge-bestseller,
    .badge-limited,
    .badge-sellingfast {
        min-height: 20px;
        padding: 4px 7px;
        font-size: 8.5px;
        letter-spacing: .1em;
    }
    .cart-drawer,
    .filter-drawer {
        width: 100vw;
    }
    .cart-drawer-body,
    .cart-drawer-foot,
    .cart-drawer-head {
        padding-left: 18px;
        padding-right: 18px;
    }
    .search-overlay-inner {
        padding: 70px 18px 42px;
    }
    .search-form input {
        font-size: 24px;
    }
    .quickadd-modal {
        width: 100vw;
        max-height: 92vh;
        bottom: 0;
        top: auto;
        left: 0;
        transform: translateY(100%);
        border-radius: 18px 18px 0 0;
        display: block;
    }
    .quickadd-modal.is-open {
        transform: translateY(0);
    }
    .quick-add-media {
        width: 100%;
        min-height: 240px;
        height: 38vh;
    }
    .quickadd-panel {
        padding: 22px 18px 28px;
    }
    .pdp-grid {
        gap: 22px;
    }
    .pdp-gallery-main::after {
        font-size: 8.5px;
        padding: 6px 8px;
    }
    .pdp-thumbs {
        gap: 8px;
    }
    .pdp-thumb {
        width: 62px;
        height: 78px;
    }
    .pdp-info h1 {
        font-size: clamp(28px, 8vw, 38px);
    }
    .pdp-editorial-notes {
        gap: 16px;
    }
    .pdp-utility-panel {
        width: 100vw;
        max-height: 90vh;
        top: auto;
        bottom: 0;
        left: 0;
        transform: translateY(100%);
        padding: 26px 18px 32px;
    }
    .pdp-utility-modal.is-open .pdp-utility-panel {
        transform: translateY(0);
    }
    .pdp-zoom-frame {
        min-height: 58vh;
    }
    .tab-row {
        gap: 18px;
    }
    .tab-btn {
        font-size: 11px;
    }
    .rating-summary {
        display: block;
    }
    .rating-dist-row {
        width: 100%;
    }
    .profile-dropdown {
        position: fixed;
        left: 12px;
        right: 12px;
        top: 70px;
        width: auto;
        max-width: none;
    }
    .footer-payments,
    .footer-badges {
        gap: 7px;
    }
}


/* =========================================================
   App-like responsive finish + account hover reliability
   ========================================================= */

.site-header {
    isolation: isolate;
}

.profile-dd-wrap {
    align-items: center;
}

.profile-dropdown {
    z-index: 1800;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 12px;
}

.profile-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
}

.profile-dropdown .btn,
.profile-dropdown .profile-dd-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    text-align: center;
}

.profile-dropdown .btn-luxe-ghost {
    border: 1px solid var(--ink);
}

.auth-modal {
    z-index: 2200;
    max-height: calc(100vh - 32px);
    overflow: auto;
}

.auth-backdrop {
    z-index: 2190;
}

.mobile-tabbar {
    z-index: 1250;
}

.mobile-tab {
    border: 0;
}

.mobile-tab-badge,
.bag-count {
    line-height: 1;
}

@media (max-width:1199.98px) {
    .site-header .container-luxe {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
    }
    .brand-mark {
        justify-self: center;
        max-width: 48vw;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width:991.98px) {
    body {
        padding-bottom: 88px;
    }
    .mobile-tabbar {
        display: flex;
    }
    .main-nav {
        display: none;
    }
    .site-header {
        position: sticky;
        top: 0;
    }
    .page-title-row {
        align-items: flex-start;
    }
    .filter-toolbar {
        position: sticky;
        top: 72px;
        z-index: 30;
        margin-left: -16px;
        margin-right: -16px;
        padding: 12px 16px;
        background: rgba(255, 255, 255, .96);
        backdrop-filter: blur(14px);
    }
    .cart-page-grid,
    .checkout-grid,
    .shop-layout {
        gap: 28px;
    }
    .order-summary-card,
    .filters-desktop {
        position: static;
    }
    .footer-bottom {
        padding-bottom: 20px;
    }
}

@media (max-width:767.98px) {
    body {
        font-size: 15px;
    }
    .announce-bar {
        font-size: 10px;
    }
    .home-page .site-header,
    .site-header {
        padding: 8px 0;
        background: rgba(255, 255, 255, .96);
        border-bottom: 1px solid rgba(17, 17, 17, .08);
    }
    .home-page .site-header .brand-mark,
    .home-page .site-header .brand-mark span,
    .home-page .site-header .header-icon-btn,
    .site-header .brand-mark,
    .site-header .brand-mark span,
    .site-header .header-icon-btn {
        color: var(--text);
    }
    #navToggle span {
        background: currentColor;
    }
    .brand-mark {
        font-size: 15px;
        letter-spacing: .12em;
        max-width: 54vw;
    }
    .header-actions {
        gap: 0;
    }
    .profile-dd-wrap.d-none.d-md-inline-flex {
        display: inline-flex;
    }
    .profile-dd-wrap {
        position: static;
    }
    .profile-dropdown {
        position: fixed;
        left: 14px;
        right: 14px;
        top: auto;
        bottom: 92px;
        width: auto;
        max-width: none;
        padding: 18px;
        border-radius: 18px;
        box-shadow: 0 22px 60px rgba(0, 0, 0, .22);
        transform: translateY(14px);
    }
    .profile-dropdown::before {
        display: none;
    }
    .profile-dropdown.is-open,
    body.profile-open .profile-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .mobile-nav {
        z-index: 1180;
        padding-top: 92px;
    }
    .mobile-nav-link,
    .mobile-nav-toggle {
        font-size: clamp(24px, 8vw, 34px);
    }
    .mobile-nav-sub a {
        font-size: 14px;
        line-height: 1.35;
    }
    .home-page .hero {
        min-height: calc(100svh - 42px);
        height: auto;
        overflow: hidden;
    }
    .home-page .hero-media,
    .home-page .hero-banner-frame,
    .home-page .heroBannerSwiper,
    .home-page .hero-banner-frame .swiper-wrapper,
    .home-page .hero-banner-frame .swiper-slide {
        min-height: calc(100svh - 42px);
    }
    .home-page .hero-content {
        min-height: calc(100svh - 42px);
        justify-content: flex-end;
        padding-top: 104px;
        padding-bottom: 118px;
    }
    .home-page .hero-title {
        font-size: clamp(38px, 13vw, 58px);
        line-height: .95;
        max-width: 11ch;
    }
    .home-page .hero-sub {
        font-size: 15px;
        max-width: 260px;
    }
    .home-page .hero-banner-controller {
        /*left: 16px;*/
        right: 16px;
        bottom: 28px;
        width: auto;
        justify-content: space-between;
        padding: 8px 10px;
        border-radius: 999px;
    }
    .home-page .hero-banner-frame img {
        object-position: center top;
    }
    .home-page main>section:not(.hero):not(.newsletter-section) {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .hero-cta-row .btn,
    .btn-luxe-dark,
    .btn-luxe-ghost,
    .btn-luxe-light {
        min-height: 44px;
        padding: 13px 20px;
        font-size: 12.5px;
    }
    .trust-grid,
    .values-grid,
    .collection-grid,
    .journal-grid,
    .contact-grid,
    .checkout-grid,
    .cart-page-grid {
        grid-template-columns: 1fr;
    }
    .product-grid,
    .wishlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .product-info {
        min-width: 0;
    }
    .product-info h3,
    .product-meta {
        overflow-wrap: anywhere;
    }
    .price-block {
        gap: 5px;
    }
    .quickadd-actions,
    .pdp-actions,
    .order-actions,
    .coupon-row {
        flex-direction: column;
    }
    .quickadd-actions .btn,
    .pdp-actions .btn,
    .coupon-row button {
        width: 100%;
    }
    .auth-modal {
        width: calc(100vw - 24px);
        padding: 28px 18px 22px;
        border-radius: 18px;
    }
    .auth-tabs {
        gap: 12px;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .auth-tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .search-results-grid {
        grid-template-columns: 1fr;
    }
    .footer-top,
    .site-footer .footer-top {
        gap: 28px;
    }
}

@media (max-width:420px) {
    .container-luxe {
        padding-left: 14px;
        padding-right: 14px;
    }
    .brand-mark {
        font-size: 13px;
        letter-spacing: .1em;
    }
    .header-icon-btn {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }
    .product-grid,
    .wishlist-grid {
        gap: 24px 10px;
    }
    .mobile-tab {
        min-width: 0;
        font-size: 9.5px;
    }
}


/* Rebuilt profile menu: body-level floating layer, independent of header visibility */

.profile-dropdown.profile-floating-menu {
    position: fixed;
    top: 74px;
    right: auto;
    bottom: auto;
    width: 280px;
    max-width: calc(100vw - 28px);
    z-index: 2180;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    background: #fff;
    border: 1px solid rgba(17, 17, 17, .1);
    border-radius: 14px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
    padding: 18px;
    transition: opacity .2s var(--ease-luxe), transform .2s var(--ease-luxe), visibility .2s;
}

.profile-dropdown.profile-floating-menu.is-open,
body.profile-open .profile-dropdown.profile-floating-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.profile-dropdown.profile-floating-menu::before {
    display: none;
}

.profile-dropdown.profile-floating-menu .btn {
    cursor: pointer;
}

@media (max-width:767.98px) {
    .profile-dropdown.profile-floating-menu {
        left: 14px !important;
        right: 14px !important;
        top: auto !important;
        bottom: 92px !important;
        width: auto !important;
        max-width: none;
        border-radius: 18px;
        transform: translateY(14px);
    }
    .profile-dropdown.profile-floating-menu.is-open,
    body.profile-open .profile-dropdown.profile-floating-menu {
        transform: translateY(0);
    }
}


/* Seasonal campaign banner image */

.home-page .campaign-banner,
.campaign-banner {
    min-height: auto;
    height: auto;
    aspect-ratio: 1920 / 720;
    padding: 0;
    display: block;
    /* background: url("../../images/banner/banner2.png") center / cover no-repeat; */
}

.campaign-banner>.container-luxe {
    display: none !important;
}

@media (max-width:575.98px) {
    .home-page .campaign-banner,
    .campaign-banner {
        aspect-ratio: 9 / 14;
        padding: 0;
        background: url("../../images/banner/mobile-banner2.png") center top / cover no-repeat;
    }
}


/* =========================================================
   Premium Inter typography system
   ========================================================= */

:root {
    --font-display: 'Inter';
    --font-body: 'Inter';
    --text: #171717;
    --text-soft: #3A3A3A;
    --text-muted: #686868;
    --section-pad: 136px;
    --section-pad-sm: 88px;
    --gap-lg: 72px;
    --gap-md: 40px;
    --gap-sm: 24px;
}

html {
    font-size: 16px;
}

body {
    color: var(--text-soft);
    font-family: 'Inter';
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
    font-family: 'Inter';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text);
    font-family: 'Inter';
    font-weight: 700;
    letter-spacing: 0;
    text-wrap: balance;
}

p,
li,
blockquote {
    max-width: 75ch;
}

p {
    margin-bottom: 24px;
}

small,
.small,
.breadcrumbs,
.product-meta,
.price-mrp,
.footer-bottom,
.newsletter-fine,
.empty-state-sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.container-luxe {
    padding-left: 40px;
    padding-right: 40px;
}

.section-pad,
.home-page main>section:not(.hero):not(.newsletter-section) {
    padding-top: 136px;
    padding-bottom: 136px;
}

.section-pad-sm {
    padding-top: 88px;
    padding-bottom: 88px;
}

.section-head {
    margin-bottom: 56px;
}

.section-head-row {
    gap: 32px;
    margin-bottom: 56px;
}

.section-head h2,
.newsletter-inner h2,
.page-title-row h1,
.editorial-hero h1,
.contact-hero h1,
.policy-hero h1,
.help-hero h1,
.cart-hero h1,
.checkout-hero h1,
.account-hero h1,
.pdp-title,
.empty-state-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.hero-title {
    max-width: 12ch;
    font-size: 72px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.hero-sub,
.newsletter-sub,
.section-head p,
.page-hero p:not(.breadcrumbs),
.editorial-hero p:not(.eyebrow),
.contact-hero p,
.policy-hero p,
.help-hero p,
.account-hero p,
.checkout-hero p,
.cart-hero p,
.pdp-subtitle,
.testimonial-card blockquote,
.footer-brand p {
    color: var(--text-soft);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
}

.hero-sub,
.newsletter-sub,
.section-head p,
.page-hero p:not(.breadcrumbs),
.editorial-hero p:not(.eyebrow),
.contact-hero p,
.policy-hero p,
.help-hero p,
.account-hero p,
.checkout-hero p,
.cart-hero p {
    max-width: 68ch;
}

.hero-content {
    gap: 24px;
}

.hero-cta-row {
    gap: 16px;
    margin-top: 8px;
}

.eyebrow,
.hero-float-tag,
.journal-date,
.mega-tag,
.stock-pill,
.price-discount,
.result-count,
.mobile-tab-badge,
.badge,
.rp-points {
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}

.eyebrow,
.hero-float-tag,
.journal-date {
    text-transform: none;
}

.badge-tag,
.badge-new,
.stock-overlay,
.filter-pill,
.filter-option,
.breadcrumbs,
.product-kicker,
.pdp-kicker,
.auth-tab,
.mobile-tab,
.footer-payments span,
.search-close-btn,
.cart-drawer-row,
.summary-row,
.form-field label,
.newsletter-status,
.wishlist-inline,
[class*="label"],
[class*="badge"],
[class*="tag"] {
    letter-spacing: 0;
    text-transform: none;
}

.brand-mark {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: none;
}

.brand-mark span {
    font-size: .68em;
    font-weight: 500;
    letter-spacing: 0;
}

.main-nav {
    gap: 32px;
}

.nav-link-plain,
.nav-trigger,
.mobile-nav-link,
.mobile-nav-toggle {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
    text-transform: none;
}

.mega-col h4,
.footer-col h3,
.form-field label,
.filter-group-title,
.option-group h5 {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0;
    text-transform: none;
}

.mega-col a,
.footer-col a,
.profile-dropdown a,
.filter-option,
.auth-switch {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0;
}

.btn-luxe-dark,
.btn-luxe-ghost,
.btn-luxe-light,
.btn,
button[type="submit"],
.quickadd-actions .btn,
.pdp-actions .btn,
.cart-drawer-actions .btn {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.product-info h3,
.collection-card h3,
.journal-card h3,
.style-card h3,
.value-card h3,
.trust-item h3,
.order-card h3,
.cart-item-title,
.quickadd-panel h3,
.auth-panel h3 {
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
}

.product-info h3,
.journal-card h3 {
    margin-top: 12px;
}

.product-info,
.collection-card,
.journal-card,
.testimonial-card,
.value-card,
.trust-item,
.order-card,
.empty-state {
    line-height: 1.65;
}

.stat-row strong,
.stat-card strong,
.metric-number,
[class*="stat"] strong {
    font-family: 'Inter';
    font-weight: 800;
    letter-spacing: 0;
}

.stat-row span,
.stat-card span,
.metric-label,
[class*="stat"] span {
    font-family: 'Inter';
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.testimonial-card blockquote {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
}

.testimonial-card figcaption strong {
    font-family: 'Inter';
    font-weight: 600;
    letter-spacing: 0;
}

.newsletter-inner {
    padding-top: 96px;
    padding-bottom: 96px;
}

.newsletter-form {
    gap: 12px;
    margin-top: 32px;
}

.newsletter-form input,
.search-form input,
.form-field input,
.form-field select,
.form-field textarea,
input,
select,
textarea {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.newsletter-form input::placeholder,
.search-form input::placeholder,
.form-field input::placeholder,
.form-field textarea::placeholder,
input::placeholder,
textarea::placeholder {
    font-weight: 400;
    opacity: .6;
}

.form-field {
    gap: 8px;
}

.site-footer {
    padding-top: 96px;
    padding-bottom: 40px;
}

.footer-top {
    gap: 72px;
}

.footer-brand p {
    margin-top: 24px;
    margin-bottom: 24px;
}

.footer-col h3 {
    margin-bottom: 20px;
}

.footer-col a {
    margin-bottom: 12px;
}

.footer-bottom {
    margin-top: 64px;
    color: rgba(255, 255, 255, .68);
}

@media (max-width:1199.98px) {
     :root {
        --section-pad: 112px;
        --section-pad-sm: 80px;
    }
    .hero-title {
        font-size: 52px;
        line-height: 1.06;
    }
    .section-head h2,
    .newsletter-inner h2,
    .page-title-row h1,
    .editorial-hero h1,
    .contact-hero h1,
    .policy-hero h1,
    .help-hero h1,
    .cart-hero h1,
    .checkout-hero h1,
    .account-hero h1,
    .pdp-title,
    .empty-state-title {
        font-size: 42px;
    }
    .section-pad,
    .home-page main>section:not(.hero):not(.newsletter-section) {
        padding-top: 112px;
        padding-bottom: 112px;
    }
}

@media (max-width:767.98px) {
    body {
        font-size: 16px;
        line-height: 1.7;
    }
    .container-luxe {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-pad,
    .home-page main>section:not(.hero):not(.newsletter-section) {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-pad-sm {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .section-head,
    .section-head-row {
        margin-bottom: 40px;
    }
    .hero-title,
    .home-page .hero-title {
        max-width: 12ch;
        font-size: 40px;
        line-height: 1.08;
    }
    .section-head h2,
    .newsletter-inner h2,
    .page-title-row h1,
    .editorial-hero h1,
    .contact-hero h1,
    .policy-hero h1,
    .help-hero h1,
    .cart-hero h1,
    .checkout-hero h1,
    .account-hero h1,
    .pdp-title,
    .empty-state-title {
        font-size: 36px;
        line-height: 1.12;
        margin-bottom: 18px;
    }
    .hero-sub,
    .newsletter-sub,
    .section-head p,
    .page-hero p:not(.breadcrumbs),
    .editorial-hero p:not(.eyebrow),
    .contact-hero p,
    .policy-hero p,
    .help-hero p,
    .account-hero p,
    .checkout-hero p,
    .cart-hero p,
    .pdp-subtitle,
    .footer-brand p {
        font-size: 16px;
        line-height: 1.7;
    }
    .product-info h3,
    .collection-card h3,
    .journal-card h3,
    .style-card h3,
    .value-card h3,
    .trust-item h3,
    .order-card h3,
    .quickadd-panel h3,
    .auth-panel h3 {
        font-size: 20px;
    }
    .testimonial-card blockquote {
        font-size: 20px;
        line-height: 1.45;
    }
    .newsletter-inner {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .site-footer {
        padding-top: 72px;
    }
    .footer-top {
        gap: 40px;
    }
}

@media (max-width:420px) {
    .container-luxe {
        padding-left: 16px;
        padding-right: 16px;
    }
    .brand-mark {
        font-size: 18px;
    }
    .nav-link-plain,
    .nav-trigger,
    .mobile-nav-link,
    .mobile-nav-toggle {
        font-size: 15px;
    }
    .hero-title,
    .home-page .hero-title {
        font-size: 36px;
    }
    .section-head h2,
    .newsletter-inner h2,
    .page-title-row h1,
    .editorial-hero h1,
    .contact-hero h1,
    .policy-hero h1,
    .help-hero h1,
    .cart-hero h1,
    .checkout-hero h1,
    .account-hero h1,
    .pdp-title,
    .empty-state-title {
        font-size: 32px;
    }
}


/* ============ Editorial brand story ============ */

.brand-story-editorial {
    background: #F8F6F1;
    color: #171717;
    padding: 140px 0;
}

.brand-story-editorial .container-luxe {
    max-width: 1500px;
}

.brand-story-features {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
    padding: 0 0 88px;
    margin-bottom: 88px;
    border-bottom: 1px solid #ECECEC;
}

.brand-feature {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 10px;
}

.brand-feature svg,
.purpose-row svg {
    width: 28px;
    height: 28px;
    color: #2A2A2A;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: color 500ms var(--ease-luxe), transform 500ms var(--ease-luxe);
}

.brand-feature:hover svg {
    color: var(--accent);
    transform: translateY(-2px);
}

.brand-feature h3 {
    margin: 8px 0 0;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.brand-feature p {
    max-width: 20ch;
    margin: 0;
    color: #6A6964;
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}

.brand-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
    gap: 48px;
    align-items: start;
}

.brand-story-copy {
    display: grid;
    gap: 56px;
    padding-top: 8px;
}

.brand-story-eyebrow {
    margin: 0 0 18px;
    color: #77736C;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.brand-story-copy h2 {
    margin: 0 0 28px;
    max-width: 9ch;
    font-family: 'Inter';
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
}

.brand-story-lede {
    max-width: 31rem;
    margin: 0 0 36px;
    color: #3A3A3A;
    font-family: 'Inter';
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
}

.brand-story-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 16px 28px;
    border: 1px solid #111;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    transition: transform 500ms var(--ease-luxe), background 500ms var(--ease-luxe), border-color 500ms var(--ease-luxe);
}

.brand-story-btn:hover {
    transform: translateY(-2px);
    background: #000;
    border-color: #000;
    color: #fff;
}

.brand-purpose-card {
    padding: 40px;
    border: 1px solid #ECECEC;
    border-radius: 22px;
    background: #FFFFFF;
}

.brand-purpose-card h3 {
    margin: 0 0 28px;
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.purpose-list {
    display: grid;
    gap: 24px;
}

.purpose-row {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.purpose-row h4 {
    margin: 0 0 4px;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.purpose-row p {
    margin: 0;
    color: #62615D;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

.brand-story-media {
    display: grid;
    gap: 20px;
}

.story-main-image,
.story-closeups figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid #ECECEC;
    border-radius: 24px;
    background: #EFEDE7;
}

.story-main-image {
    aspect-ratio: 16 / 11;
}

.story-closeups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.story-closeups figure {
    aspect-ratio: 1 / 1.18;
    border-radius: 20px;
}

.story-main-image img,
.story-closeups img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms var(--ease-luxe);
}

.story-main-image:hover img,
.story-closeups figure:hover img {
    transform: scale(1.03);
}

@media (max-width:991.98px) {
    .brand-story-editorial {
        padding: 112px 0;
    }
    .brand-story-features {
        grid-template-columns: repeat(5, minmax(128px, 1fr));
        gap: 24px;
        overflow-x: auto;
        padding-bottom: 64px;
        margin-bottom: 64px;
        scrollbar-width: none;
    }
    .brand-story-features::-webkit-scrollbar {
        display: none;
    }
    .brand-story-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .brand-story-media {
        order: -1;
    }
    .brand-story-copy {
        gap: 48px;
        padding-top: 0;
    }
    .brand-story-copy h2 {
        max-width: 12ch;
    }
}

@media (max-width:575.98px) {
    .brand-story-editorial {
        padding: 88px 0;
    }
    .brand-story-features {
        grid-template-columns: 1fr;
        gap: 28px;
        overflow: visible;
        padding-bottom: 56px;
        margin-bottom: 56px;
    }
    .brand-feature p {
        max-width: 28ch;
    }
    .story-main-image {
        aspect-ratio: 4 / 5;
        border-radius: 20px;
    }
    .story-closeups {
        gap: 12px;
    }
    .story-closeups figure {
        border-radius: 18px;
    }
    .brand-story-copy h2 {
        font-size: clamp(40px, 12vw, 48px);
    }
    .brand-purpose-card {
        padding: 28px;
        border-radius: 20px;
    }
    .purpose-list {
        gap: 22px;
    }
}


/* =========================================================
   Homepage final polish pass
   ========================================================= */

.site-header {
    padding: 13px 0;
    background: rgba(255, 255, 255, .96);
}

.site-header.is-scrolled {
    padding: 9px 0;
}

.site-header .container-luxe {
    justify-content: flex-start;
    gap: clamp(22px, 3vw, 44px);
}

.brand-mark {
    text-align: left;
    font-size: clamp(17px, 1.4vw, 21px);
    letter-spacing: .11em;
    order: 1;
}

.main-nav {
    flex: 1 1 auto;
    gap: 4px;
    order: 2;
}

.nav-link-plain,
.nav-trigger {
    font-size: 12px;
    letter-spacing: .035em;
    padding: 10px 12px;
}

.header-actions {
    flex: 0 0 auto;
    margin-left: auto;
    order: 3;
}

#navToggle {
    order: 2;
}

.mega-menu {
    left: 50%;
    right: auto;
    width: min(1060px, calc(100vw - 48px));
    transform: translate(-50%, -8px);
    border: 1px solid var(--border);
    border-top: 0;
    border-radius: 0 0 18px 18px;
}

.mega-menu.is-open {
    transform: translate(-50%, 0);
}

.mega-panel {
    padding: 30px 34px 34px;
}

.mega-cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.mega-col h4 {
    margin-bottom: 14px;
    font-size: 10.5px;
    letter-spacing: .09em;
}

.mega-col a {
    margin-bottom: 10px;
    font-size: 13.5px;
}

.home-page #trust-strip,
.home-page .trust-strip,
.home-page #bestsellers,
.home-page #why,
.home-page #featureBleed,
.home-page #limited,
.home-page #membership,
.home-page #journal,
.home-page #exploreStyle {
    display: none !important;
}

.home-page {
    --home-section: clamp(50px, 5.4vw, 82px);
    --home-section-tight: clamp(38px, 4vw, 60px);
}

.home-page main>section:not(.hero):not(.newsletter-section) {
    padding-top: var(--home-section);
    padding-bottom: var(--home-section);
}

.home-page .hero {
    min-height: clamp(560px, 78vh, 760px);
}

.home-page .section-head,
.home-page .section-head-row,
.home-page .text-center-head {
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
    gap: 18px;
}

.home-page .section-head {
    margin-bottom: 34px;
}

.home-page .eyebrow,
.home-page .folio-line,
.brand-story-eyebrow {
    font-size: 10.5px;
    letter-spacing: .11em;
}

.home-page .section-head h2,
.home-page .editorial-text h2,
.home-page .brand-story-copy h2,
.home-page .newsletter-inner h2 {
    font-size: clamp(30px, 3.2vw, 44px);
    line-height: 1.04;
    letter-spacing: 0;
}

.home-page .section-lede,
.home-page .editorial-text p,
.home-page .brand-story-lede,
.home-page .newsletter-sub {
    font-size: clamp(14px, 1.05vw, 15.5px);
    line-height: 1.7;
}

.home-page #collection {
    background: #fff;
}

.home-page .lookbook-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 18px;
}

.home-page .lookbook-card,
.home-page .lookbook-large,
.home-page .lookbook-wide {
    grid-row: auto;
    grid-column: auto;
    min-height: 270px;
    border-radius: 14px;
    padding: 22px;
    background: #f7f5ef;
    border: 1px solid rgba(17, 17, 17, .08);
}

.home-page .lookbook-card::after {
    background: linear-gradient(180deg, rgba(17, 17, 17, .06), rgba(17, 17, 17, .46));
}

.home-page .lookbook-card:hover::before {
    transform: scale(1.025);
}

.home-page .lookbook-card h3 {
    font-size: clamp(19px, 1.7vw, 24px);
    line-height: 1.12;
}

.home-page .lookbook-tag {
    font-size: 10px;
    letter-spacing: .1em;
}

.home-page .trending-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 18px;
}

.product-card {
    position: relative;
}

.product-media {
    border-radius: 12px;
    margin-bottom: 12px;
}

.product-media a {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
}

.product-media-track {
    display: flex;
    width: 200%;
    height: 100%;
    transition: transform .45s var(--ease-luxe);
}

.product-media-track .media-front,
.product-media-track .media-back {
    position: relative;
    flex: 0 0 50%;
    inset: auto;
    opacity: 1;
    transform: none;
}

.product-media:hover .media-front,
.product-media:hover .media-back {
    opacity: 1;
    transform: none;
}

.card-gallery-btn {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .25s var(--ease-luxe), background .25s var(--ease-luxe);
}

.card-gallery-prev {
    left: 10px;
}

.card-gallery-next {
    right: 10px;
}

.product-media:hover .card-gallery-btn,
.product-media:focus-within .card-gallery-btn {
    opacity: 1;
}

.card-gallery-btn:hover {
    background: #fff;
}

.card-gallery-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 5;
    display: flex;
    gap: 5px;
    transform: translateX(-50%);
}

.card-gallery-dots span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
}

.card-gallery-dots span.is-active {
    background: #fff;
}

.quick-add {
    left: 12px;
    right: 12px;
    bottom: 26px;
    padding: 11px 0;
    font-size: 11px;
}

.product-info h3 {
    font-size: 14.5px;
    line-height: 1.3;
}

.product-meta,
.price-block,
.rp-points,
.product-sizes {
    font-size: 12.5px;
}

.brand-story-editorial {
    padding: var(--home-section) 0;
}

.brand-story-features {
    display: none;
}

.brand-story-grid {
    gap: clamp(34px, 5vw, 70px);
}

.brand-purpose-card {
    border-radius: 14px;
}

.insta-section .insta-grid {
    padding-bottom: 0;
}

.home-page #reviews .section-head {
    max-width: 720px;
}

.newsletter-section {
    padding: 54px 0;
}

.newsletter-inner {
    max-width: 520px;
}

.newsletter-inner h2 {
    margin-bottom: 12px;
}

.newsletter-sub {
    margin-bottom: 22px;
}

.newsletter-form {
    margin-bottom: 12px;
}

@media (max-width: 1199.98px) {
    .home-page .lookbook-grid,
    .home-page .trending-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .site-header .container-luxe {
        justify-content: space-between;
        gap: 14px;
    }
    .brand-mark {
        text-align: center;
    }
    .card-gallery-btn {
        opacity: 1;
    }
}

@media (max-width: 575.98px) {
    .home-page .hero {
        min-height: 520px;
    }
    .home-page main>section:not(.hero):not(.newsletter-section) {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .home-page .lookbook-grid,
    .home-page .trending-product-grid {
        grid-template-columns: 1fr;
    }
    .home-page .lookbook-card,
    .home-page .lookbook-large,
    .home-page .lookbook-wide {
        min-height: 220px;
    }
    .home-page .section-head h2,
    .home-page .editorial-text h2,
    .home-page .brand-story-copy h2,
    .home-page .newsletter-inner h2 {
        font-size: 30px;
    }
    .newsletter-section {
        padding: 42px 0;
    }
}


/* =========================================================
   Final homepage requested refinements
   ========================================================= */

.site-header {
    padding: 12px 0;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid rgba(17, 17, 17, .08);
    box-shadow: 0 12px 34px rgba(17, 17, 17, .04);
}

.site-header .container-luxe {
    gap: clamp(28px, 4vw, 58px);
}

.brand-mark {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 176px;
    font-size: 22px;
    line-height: .95;
    letter-spacing: .08em;
}

.brand-mark span {
    margin-top: 3px;
    font-size: 10px;
    letter-spacing: .28em;
    text-transform: uppercase;
    font-style: normal;
}

.main-nav {
    gap: 10px;
}

.nav-link-plain,
.nav-trigger {
    border-radius: 999px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .035em;
}

.nav-link-plain:hover,
.nav-trigger:hover,
.nav-item.is-active .nav-trigger {
    background: #f4f1ea;
}

.mega-menu {
    width: min(1180px, calc(100vw - 72px));
    border-radius: 0 0 16px 16px;
}

.mega-panel {
    padding: 26px 38px 30px;
}

.mega-cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(30px, 4vw, 54px);
}

.mega-col h4 {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(17, 17, 17, .08);
}

.mega-col a {
    margin-bottom: 9px;
    line-height: 1.35;
}

.home-page .section-head {
    margin-bottom: 26px;
}

.home-page .section-head-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.home-page .section-head h2,
.home-page .brand-story-copy h2,
.home-page .newsletter-inner h2 {
    max-width: none;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.1;
    white-space: nowrap;
}

.home-page .section-head .section-lede {
    display: none;
}

.home-page .text-link {
    flex: 0 0 auto;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-page .trending-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-story-editorial {
    background: linear-gradient(180deg, rgba(250, 249, 245, .96), rgba(255, 255, 255, 1));
    padding: clamp(54px, 6vw, 88px) 0;
}

.brand-story-features {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 38px;
    padding: 0;
    border: 0;
}

.brand-feature {
    min-width: 0;
    padding: 18px 16px;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 42px rgba(17, 17, 17, .045);
}

.brand-feature svg {
    width: 28px;
    height: 28px;
    margin-bottom: 14px;
    color: var(--accent-dark);
}

.brand-feature h3 {
    margin-bottom: 6px;
    font-size: 13px;
    letter-spacing: 0;
}

.brand-feature p {
    max-width: 24ch;
    font-size: 12px;
    line-height: 1.55;
}

.brand-story-grid {
    align-items: center;
    grid-template-columns: minmax(0, .9fr) minmax(360px, .7fr);
    gap: clamp(38px, 6vw, 86px);
    padding: clamp(26px, 3vw, 42px);
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(17, 17, 17, .06);
}

.brand-story-copy {
    gap: 26px;
}

.brand-story-eyebrow {
    margin-bottom: 14px;
}

.brand-story-lede {
    max-width: 52ch;
    margin-top: 16px;
    color: #4f4c46;
}

.brand-purpose-card {
    max-width: 560px;
    padding: 24px;
    background: #f8f6f1;
    border: 1px solid rgba(17, 17, 17, .08);
    box-shadow: none;
}

.purpose-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
}

.purpose-row {
    align-items: flex-start;
}

.story-main-image {
    aspect-ratio: 4 / 5;
    border-radius: 16px;
    box-shadow: 0 24px 58px rgba(17, 17, 17, .12);
}

.story-closeups {
    display: none;
}

.newsletter-section {
    padding: 36px 0;
}

.newsletter-inner {
    max-width: 460px;
}

.newsletter-inner h2 {
    font-size: clamp(24px, 2.3vw, 32px);
}

.newsletter-sub {
    margin-bottom: 16px;
    font-size: 13.5px;
}

.newsletter-form {
    padding: 4px 4px 4px 18px;
}

.newsletter-form input {
    min-height: 42px;
}

.newsletter-form .btn {
    padding: 11px 20px;
}

@media (max-width: 1199.98px) {
    .mega-menu {
        width: min(940px, calc(100vw - 40px));
    }
    .mega-cols {
        gap: 24px;
    }
    .brand-story-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .brand-story-grid {
        grid-template-columns: 1fr;
    }
    .story-main-image {
        max-width: 460px;
    }
}

@media (max-width: 991.98px) {
    .brand-mark {
        min-width: auto;
        font-size: 19px;
    }
    .home-page .section-head-row {
        align-items: flex-start;
        flex-direction: inherit;
        gap: 10px;
    }
    .home-page .section-head h2,
    .home-page .brand-story-copy h2,
    .home-page .newsletter-inner h2 {
        white-space: normal;
    }
    .brand-story-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .purpose-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .site-header .container-luxe {
        gap: 12px;
    }
    .brand-mark {
        align-items: flex-start;
        font-size: 17px;
    }
    .brand-mark span {
        font-size: 8.5px;
    }
    .home-page .section-head h2,
    .home-page .brand-story-copy h2,
    .home-page .newsletter-inner h2 {
        font-size: 24px;
    }
    .brand-story-features {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 24px;
    }
    .brand-story-grid {
        padding: 18px;
        border-radius: 14px;
    }
    .brand-purpose-card {
        padding: 18px;
    }
    .newsletter-section {
        padding: 30px 0;
    }
}


/* =========================================================
   Our Story editorial layout
   ========================================================= */

.brand-story-editorial {
    background: #fff;
    padding: clamp(46px, 5vw, 76px) 0;
}

.brand-story-editorial .container-luxe {
    max-width: 1240px;
}

.brand-story-features {
    display: none;
}

.brand-story-grid {
    display: grid;
    grid-template-columns: minmax(240px, .68fr) minmax(0, 1.72fr);
    grid-template-rows: auto auto;
    gap: 28px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.brand-story-copy {
    display: contents;
}

.brand-story-copy>div:first-child {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    max-width: 320px;
}

.brand-story-eyebrow {
    margin-bottom: 12px;
    color: #222;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.brand-story-copy h2,
.home-page .brand-story-copy h2 {
    max-width: 12ch;
    margin: 0;
    color: #101010;
    font-size: clamp(29px, 2.8vw, 43px);
    line-height: .98;
    letter-spacing: 0;
    white-space: normal;
}

.brand-story-lede {
    max-width: 32ch;
    margin: 18px 0 22px;
    color: #222;
    font-size: 13.5px;
    line-height: 1.62;
}

.brand-story-lede strong {
    font-weight: 800;
    letter-spacing: .02em;
}

.brand-story-btn {
    min-width: 0;
    width: fit-content;
    padding: 12px 18px;
    border-radius: 0;
    background: #070707;
    color: #fff;
    font-size: 10px;
    letter-spacing: .12em;
}

.brand-purpose-card {
    grid-column: 1;
    grid-row: 2;
    max-width: none;
    padding: 26px;
    border: 0;
    border-radius: 0;
    background: #f7f7f5;
    box-shadow: none;
}

.brand-purpose-card h3 {
    margin-bottom: 18px;
    color: #151515;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.purpose-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.purpose-row {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.purpose-row svg {
    width: 20px;
    height: 20px;
    margin-top: 1px;
    color: #242424;
}

.purpose-row h4 {
    margin-bottom: 2px;
    color: #151515;
    font-size: 12px;
    font-weight: 800;
}

.purpose-row p {
    margin: 0;
    color: #555;
    font-size: 11.5px;
    line-height: 1.35;
}

.brand-story-media {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: grid;
    grid-template-rows: minmax(320px, 1fr) minmax(160px, .42fr);
    gap: 28px;
    min-width: 0;
}

.story-main-image {
    width: 100%;
    max-width: none;
    height: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0;
    box-shadow: none;
}

.story-main-image img {
    object-fit: cover;
    object-position: center 28%;
}

.story-closeups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.story-closeups figure {
    aspect-ratio: 1.18 / 1;
    border-radius: 0;
    box-shadow: none;
}

.story-closeups img {
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .brand-story-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .brand-story-copy {
        display: grid;
        gap: 18px;
    }
    .brand-story-copy>div:first-child,
    .brand-purpose-card,
    .brand-story-media {
        grid-column: auto;
        grid-row: auto;
    }
    .brand-story-copy>div:first-child {
        max-width: 560px;
    }
    .brand-story-copy h2,
    .home-page .brand-story-copy h2 {
        max-width: 14ch;
    }
    .brand-story-media {
        grid-template-rows: auto auto;
    }
    .story-main-image {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 575.98px) {
    .brand-story-editorial {
        padding: 42px 0;
    }
    .brand-story-copy h2,
    .home-page .brand-story-copy h2 {
        font-size: 30px;
    }
    .brand-story-lede {
        max-width: none;
        font-size: 13px;
    }
    .brand-purpose-card {
        padding: 20px;
    }
    .story-closeups {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .story-closeups figure:first-child {
        grid-column: 1 / -1;
        aspect-ratio: 16 / 9;
    }
}


/* =========================================================
   Final width + responsive lock
   ========================================================= */

.home-page .container-luxe,
.brand-story-editorial .container-luxe {
    max-width: min(1400px, calc(100vw - 48px));
}

.mega-menu {
    width: min(1400px, calc(100vw - 32px));
    left: 50%;
    right: auto;
    transform: translate(-50%, -8px);
}

.mega-menu.is-open {
    transform: translate(-50%, 0);
}

.mega-panel {
    padding: 34px clamp(34px, 4vw, 62px) 38px;
}

.mega-cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(42px, 5.2vw, 82px);
}

.mega-col h4 {
    white-space: nowrap;
}

.brand-story-editorial {
    padding: clamp(52px, 5.6vw, 84px) 0;
}

.brand-story-features {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 30px;
}

.brand-feature {
    min-width: 0;
    padding: 18px 16px;
    border: 1px solid rgba(17, 17, 17, .08);
    background: #fff;
    box-shadow: 0 14px 34px rgba(17, 17, 17, .045);
}

.brand-story-grid {
    grid-template-columns: minmax(270px, .62fr) minmax(0, 1.58fr);
    gap: clamp(24px, 2.4vw, 36px);
}

.brand-story-copy>div:first-child {
    max-width: 350px;
}

.brand-purpose-card {
    min-height: 100%;
}

.brand-story-media {
    grid-template-rows: minmax(330px, .98fr) minmax(150px, .38fr);
    gap: clamp(18px, 2vw, 28px);
}

.story-closeups {
    gap: clamp(18px, 2vw, 28px);
}

@media (max-width: 1199.98px) {
    .home-page .container-luxe,
    .brand-story-editorial .container-luxe {
        max-width: calc(100vw - 36px);
    }
    .mega-menu {
        width: calc(100vw - 28px);
    }
    .mega-panel {
        padding: 28px;
    }
    .mega-cols {
        gap: 28px;
    }
    .brand-story-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .brand-story-grid {
        grid-template-columns: 1fr;
    }
    .brand-story-media {
        grid-column: auto;
        grid-row: auto;
    }
    .brand-story-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .home-page .container-luxe,
    .brand-story-editorial .container-luxe {
        max-width: calc(100vw - 28px);
    }
    .home-page .hero {
        height: min(132vw, 620px);
        min-height: 430px;
        max-height: 620px;
        aspect-ratio: auto;
    }
    .home-page .hero-media,
    .home-page .hero-banner-frame,
    .home-page .heroBannerSwiper,
    .home-page .hero-banner-frame .swiper-wrapper,
    .home-page .hero-banner-frame .swiper-slide {
        min-height: 0;
        height: 100%;
    }
    .home-page .hero-banner-frame img {
        object-fit: cover;
        object-position: center top;
    }
    .home-page .hero-content {
        min-height: 100%;
        padding: 92px 18px 78px;
    }
    .home-page .hero-title {
        font-size: clamp(30px, 10vw, 42px);
        max-width: 10ch;
    }
    .home-page .hero-sub {
        max-width: 220px;
        font-size: 13px;
    }
    .home-page .hero-banner-controller {
        right: 12px;
        bottom: 16px;
        transform: scale(.9);
        transform-origin: right bottom;
    }
    .home-page .trending-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 12px;
    }
    .home-page .newInSwiper .swiper-slide {
        width: min(245px, 68vw);
    }
    .home-page .product-media {
        aspect-ratio: 3 / 4.15;
        margin-bottom: 10px;
    }
    .home-page .product-info h3 {
        font-size: 12.5px;
        line-height: 1.3;
    }
    .home-page .product-meta,
    .home-page .price-block,
    .home-page .rp-points,
    .home-page .product-sizes {
        font-size: 11.5px;
    }
    .quick-add {
        display: none;
    }
    .brand-story-features {
        grid-template-columns: 1fr;
        margin-bottom: 18px;
    }
    .brand-feature {
        display: grid;
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 4px 12px;
        padding: 14px;
    }
    .brand-feature svg {
        grid-row: span 2;
        margin: 0;
    }
    .brand-feature p {
        max-width: none;
    }
    .brand-story-grid {
        gap: 18px;
    }
    .brand-story-copy>div:first-child {
        max-width: none;
    }
    .brand-story-media {
        gap: 12px;
    }
    .story-main-image {
        aspect-ratio: 4 / 3;
    }
    .story-closeups {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }
    .story-closeups figure,
    .story-closeups figure:first-child {
        grid-column: auto;
        aspect-ratio: 1 / 1;
    }
}


/* =========================================================
   Last responsive/product/menu polish
   ========================================================= */

.product-media .badge-tag,
.product-media .badge-new,
.product-media .badge-bestseller,
.product-media .badge-limited,
.product-media .badge-sellingfast {
    display: none !important;
}

.home-page .product-card {
    padding: 0 0 10px;
    border-radius: 0;
    background: transparent;
}

.home-page .product-media {
    border: 1px solid rgba(17, 17, 17, .07);
    background: #f7f5ef;
    box-shadow: 0 16px 34px rgba(17, 17, 17, .055);
}

.home-page .product-info {
    padding: 0 2px;
}

.home-page .product-info h3 {
    font-weight: 650;
}

.home-page .price-selling {
    font-weight: 750;
}

.newsletter-section {
    padding: 26px 0;
}

.newsletter-inner {
    max-width: 390px;
}

.newsletter-inner h2 {
    font-size: clamp(22px, 2vw, 28px);
}

.newsletter-sub,
.newsletter-fine {
    display: none;
}

.newsletter-form {
    padding: 3px 3px 3px 14px;
    margin-bottom: 0;
}

.newsletter-form input {
    min-height: 38px;
    font-size: 13px;
}

.newsletter-form .btn {
    padding: 9px 16px;
    font-size: 11px;
}

#navToggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

#navToggle.active span:nth-child(2) {
    opacity: 0;
}

#navToggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 575.98px) {
    .home-page .hero {
        height: min(148vw, 660px);
        min-height: 0;
        max-height: 660px;
        background: #f8f6f1;
    }
    .home-page .hero-banner-frame img {
        object-fit: contain;
        object-position: center top;
    }
    .home-page .hero-content {
        pointer-events: none;
        padding: 84px 16px 70px;
    }
    .home-page .hero-cta-row {
        pointer-events: auto;
    }
    .home-page .hero-banner-controller {
        left: 50%;
        right: auto;
        bottom: 14px;
        transform: translateX(-50%) scale(.9);
        transform-origin: center bottom;
    }
    .home-page .trending-product-grid {
        display: flex;
        grid-template-columns: none;
        gap: 14px;
        margin-left: calc((100vw - min(1400px, calc(100vw - 28px))) / -2);
        margin-right: calc((100vw - min(1400px, calc(100vw - 28px))) / -2);
        padding: 0 14px 8px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .home-page .trending-product-grid::-webkit-scrollbar {
        display: none;
    }
    .home-page .trending-product-grid .product-card {
        flex: 0 0 min(68vw, 250px);
        scroll-snap-align: start;
    }
    .card-gallery-btn,
    .card-gallery-dots {
        display: none !important;
    }
    .home-page .product-media {
        border-radius: 10px;
        box-shadow: 0 12px 26px rgba(17, 17, 17, .06);
    }
    .home-page .product-card-meta-row {
        display: none;
    }
    .home-page .rp-points {
        display: none;
    }
    .newsletter-section {
        padding: 22px 0;
    }
    .newsletter-inner {
        max-width: calc(100vw - 44px);
    }
    .newsletter-form {
        border-radius: 0;
    }
}


/* =========================================================
   Absolute final mobile fixes
   ========================================================= */

#navToggle.active {
    position: relative;
}

#navToggle.active span {
    opacity: 0;
}

#navToggle.active::before {
    content: "\00d7";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}

.newsletter-section {
    padding: 18px 0;
}

.newsletter-inner {
    max-width: 360px;
}

.newsletter-inner .eyebrow {
    margin-bottom: 6px;
    font-size: 9px;
}

.newsletter-inner h2 {
    margin-bottom: 10px;
    font-size: clamp(20px, 1.8vw, 24px);
}

.newsletter-form {
    max-width: 360px;
    min-height: 38px;
    padding: 3px 3px 3px 12px;
}

.newsletter-form input {
    min-height: 32px;
}

.newsletter-form .btn {
    min-height: 32px;
    padding: 7px 14px;
}

@media (max-width: 575.98px) {
    .home-page .hero {
        width: 100%;
        height: min(178vw, 690px);
        min-height: 0;
        max-height: 690px;
    }
    .home-page .hero-banner-frame img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center top;
    }
    .home-page .hero-banner-controller {
        left: 50%;
        right: auto;
        bottom: 12px;
        transform: translateX(-50%) scale(.86);
        transform-origin: center bottom;
    }
    .newsletter-section {
        padding: 16px 0;
    }
    .newsletter-inner {
        max-width: 320px;
    }
    .newsletter-inner h2 {
        margin-bottom: 8px;
        font-size: 20px;
    }
    .newsletter-form {
        max-width: 320px;
    }
}


/* Mobile banner exact image ratio: 864x1821 */

@media (max-width: 575.98px) {
    .home-page .hero {
        width: 100%;
        height: calc(100vw * 1821 / 864);
        min-height: 0;
        max-height: none;
        background: #f8f6f1;
    }
    .home-page .hero-media,
    .home-page .hero-banner-frame,
    .home-page .heroBannerSwiper,
    .home-page .hero-banner-frame .swiper-wrapper,
    .home-page .hero-banner-frame .swiper-slide,
    .home-page .hero-banner-frame picture {
        width: 100%;
        height: 100%;
        min-height: 0;
    }
    .home-page .hero-banner-frame img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center top;
    }
    .home-page .hero-content {
        display: none;
    }
    .home-page .hero-banner-controller {
        left: 50%;
        right: auto;
        bottom: 12px;
        transform: translateX(-50%) scale(.86);
        transform-origin: center bottom;
    }
}


/* =========================================================
   Luxury commerce pages: shop, product, cart
   ========================================================= */

.shop-page .page-hero,
.product-page main>.container-luxe,
.cart-page .page-hero,
.cart-page .section-pad-sm {
    max-width: min(1440px, calc(100vw - 48px));
}

.shop-page .page-hero {
    padding-top: 46px;
    padding-bottom: 18px;
}

.shop-page .page-title-row h1,
.cart-page .page-hero h1 {
    font-size: clamp(34px, 4vw, 58px);
    letter-spacing: 0;
}

.shop-page .filter-toolbar {
    position: sticky;
    top: var(--header-h, 78px);
    z-index: 20;
    margin-bottom: 22px;
    padding: 14px 0;
    border-top: 1px solid rgba(17, 17, 17, .08);
    border-bottom: 1px solid rgba(17, 17, 17, .08);
    background: rgba(255, 255, 255, .96);
}

.shop-view-tools {
    display: flex;
    gap: 6px;
    margin-left: auto;
}

.grid-toggle {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(17, 17, 17, .14);
    background: #fff;
    color: #111;
    font-size: 12px;
}

.grid-toggle.is-active {
    background: #111;
    color: #fff;
}

.shop-page .shop-layout {
    grid-template-columns: 255px minmax(0, 1fr);
    gap: 32px;
}

.shop-page .filters-desktop {
    position: sticky;
    top: calc(var(--header-h, 78px) + 74px);
    align-self: start;
    max-height: calc(100vh - 160px);
    overflow: auto;
    padding-right: 10px;
}

.shop-page .filter-group {
    border-bottom: 1px solid rgba(17, 17, 17, .08);
    padding: 0 0 22px;
    margin-bottom: 22px;
}

.shop-page .filter-group h4 {
    font-size: 12px;
    letter-spacing: .12em;
}

.shop-page .filter-option {
    font-size: 13px;
    line-height: 1.9;
}

.shop-page .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 20px;
}

.shop-page .product-grid[data-grid-cols="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-page .product-media,
.product-page .product-media,
.cart-page .product-media {
    aspect-ratio: 3 / 4.45;
    border: 0;
    border-radius: 0;
    background: #f6f5f1;
    box-shadow: none;
}

.shop-page .product-card:hover .product-media-track,
.product-page .product-card:hover .product-media-track,
.cart-page .product-card:hover .product-media-track {
    transform: translateX(-50%);
}

.shop-page .product-card:hover .product-media {
    box-shadow: 0 18px 36px rgba(17, 17, 17, .08);
}

.shop-page .product-info h3,
.product-page .product-info h3,
.cart-page .product-info h3 {
    font-size: 13.5px;
    font-weight: 600;
}

.shop-page .product-meta,
.shop-page .rp-points,
.product-page .rp-points,
.cart-page .rp-points {
    display: none;
}

.shop-page .product-card-meta-row {
    margin-top: 8px;
}

.product-page .pdp-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .65fr);
    gap: clamp(38px, 5vw, 86px);
    align-items: start;
}

.product-page .pdp-gallery {
    position: sticky;
    top: calc(var(--header-h, 78px) + 24px);
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
}

.product-page .pdp-thumbs {
    order: -1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-page .pdp-thumb {
    width: 82px;
    height: 108px;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 0;
    background: #f6f5f1;
}

.product-page .pdp-gallery-main {
    min-height: 720px;
    border-radius: 0;
    background: #f6f5f1;
    cursor: zoom-in;
}

.product-page .pdp-gallery-main .image-bg {
    transition: transform .45s var(--ease-luxe);
}

.product-page .pdp-gallery-main:hover .image-bg {
    transform: scale(1.08);
}

.product-page .pdp-info {
    position: sticky;
    top: calc(var(--header-h, 78px) + 24px);
    padding: 4px 0 32px;
}

.product-page .pdp-info h1 {
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: 0;
}

.product-page .pdp-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.product-page .pdp-actions .btn {
    width: 100%;
    border-radius: 0;
    padding: 15px 18px;
}

.delivery-checker {
    margin: 24px 0;
    padding: 18px;
    border: 1px solid rgba(17, 17, 17, .08);
    background: #faf9f6;
}

.delivery-checker label {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.delivery-checker div {
    display: flex;
    gap: 8px;
}

.delivery-checker input {
    flex: 1;
    border: 1px solid rgba(17, 17, 17, .12);
    padding: 12px;
}

.delivery-checker button {
    border: 0;
    background: #111;
    color: #fff;
    padding: 0 18px;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.delivery-checker p {
    margin: 10px 0 0;
    font-size: 12px;
}

.delivery-checker .is-error {
    color: var(--accent);
}

.delivery-checker .is-success {
    color: #1f5132;
}

.product-page .pdp-tabs-section {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.cart-progress-card {
    margin-bottom: 26px;
    padding: 18px 20px;
    border: 1px solid rgba(17, 17, 17, .08);
    background: #faf9f6;
}

.cart-progress-steps {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cart-progress-track {
    height: 4px;
    background: #e7e3db;
}

.cart-progress-track span {
    display: block;
    height: 100%;
    width: 0;
    background: #111;
    transition: width .35s var(--ease-luxe);
}

.cart-progress-card p {
    margin: 10px 0 0;
    font-size: 12px;
    color: var(--text-soft);
}

.cart-page .cart-page-grid {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 42px;
}

.cart-page .order-summary-card {
    position: sticky;
    top: calc(var(--header-h, 78px) + 22px);
    border-radius: 0;
    border: 1px solid rgba(17, 17, 17, .08);
    box-shadow: 0 20px 54px rgba(17, 17, 17, .06);
}

@media (max-width: 1199.98px) {
    .shop-page .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .product-page .pdp-grid {
        grid-template-columns: 1fr;
    }
    .product-page .pdp-gallery,
    .product-page .pdp-info {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .shop-page .page-hero,
    .product-page main>.container-luxe,
    .cart-page .page-hero,
    .cart-page .section-pad-sm {
        max-width: calc(100vw - 28px);
    }
    .shop-page .shop-layout {
        display: block;
    }
    .shop-page .filters-desktop,
    .shop-view-tools,
    .clear-filters {
        display: none;
    }
    .shop-page .filter-toolbar {
        top: 62px;
        padding: 10px 0;
    }
    .shop-page .product-grid,
    .shop-page .product-grid[data-grid-cols="3"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 12px;
    }
    .product-page .pdp-gallery {
        display: block;
    }
    .product-page .pdp-gallery-main {
        min-height: 0;
        aspect-ratio: 3 / 4;
    }
    .product-page .pdp-thumbs {
        flex-direction: row;
        margin-top: 12px;
        overflow-x: auto;
    }
    .cart-page .cart-page-grid {
        grid-template-columns: 1fr;
    }
    .cart-page .order-summary-card {
        position: sticky;
        bottom: 0;
        z-index: 40;
        margin-left: -14px;
        margin-right: -14px;
    }
}

@media (max-width: 575.98px) {
    .shop-editorial-banner {
        max-width: 100%;
        margin: 0 0 24px;
    }
    .shop-editorial-banner img {
        aspect-ratio: 864 / 760;
        object-fit: cover;
    }
    .shop-page .page-hero {
        padding: 0 16px 24px;
    }
    .shop-page .breadcrumbs {
        font-size: 13px;
    }
    .shop-page .filter-toolbar {
        top: 58px;
        grid-template-columns: 1fr auto auto;
        gap: 12px;
        padding: 15px 14px;
    }
    .shop-page .mobile-filter-btn {
        font-size: 13px;
    }
    .shop-toolbar-count {
        font-size: 12px;
        white-space: nowrap;
    }
    .shop-page .shop-view-tools {
        gap: 10px;
    }
    .shop-page .grid-toggle {
        width: 18px;
        height: 18px;
    }
    .shop-page .product-info-link {
        padding: 10px 8px 18px;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

body {
    margin: 0;
    background: var(--bg-primary);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
    color: var(--text);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    font-family: inherit;
    cursor: pointer;
}

.image-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-bg-top {
    background-position: center top;
}

.image-bg-soft {
    background-position: center 32%;
}

.photo-1 {
    background-image: url("../../images/1.jpeg");
}

.photo-2 {
    background-image: url("../../images/2.jpeg");
}

.photo-3 {
    background-image: url("../../images/3.jpeg");
}

.photo-4 {
    background-image: url("../../images/4.jpeg");
}

.photo-5 {
    background-image: url("../../images/5.jpeg");
}

.photo-6 {
    background-image: url("../../images/6.jpeg");
}

.photo-7 {
    background-image: url("../../images/7.jpeg");
}

.photo-8 {
    background-image: url("../../images/8.jpeg");
}

.photo-9 {
    background-image: url("../../images/9.jpeg");
}

.photo-10 {
    background-image: url("../../images/10.jpeg");
}

.photo-11 {
    background-image: url("../../images/11.jpeg");
}

.photo-12 {
    background-image: url("../../images/12.jpeg");
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}


/* Focus visibility */

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}


/* ============ CUSTOM CURSOR (desktop pointer only) ============ */

.cursor-dot,
.cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-cursor);
    pointer-events: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s var(--ease-luxe);
}

.cursor-dot {
    width: 6px;
    height: 6px;
    background: var(--ink);
}

.cursor-ring {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(21, 19, 15, .35);
    transition: opacity .3s var(--ease-luxe), width .3s var(--ease-snap), height .3s var(--ease-snap), border-color .3s var(--ease-luxe), background .3s var(--ease-luxe);
}

body.cursor-ready .cursor-dot,
body.cursor-ready .cursor-ring {
    opacity: 1;
}

body.cursor-hover .cursor-ring {
    width: 64px;
    height: 64px;
    background: rgba(176, 138, 99, .1);
    border-color: var(--accent);
}

body.cursor-hover .cursor-dot {
    opacity: 0;
}

@media (hover:none),
(pointer:coarse) {
    .cursor-dot,
    .cursor-ring {
        display: none;
    }
}


/* ============ MAGNETIC BUTTON WRAPPER ============ */

.magnetic {
    display: inline-block;
    will-change: transform;
}

.magnetic-inner {
    display: inline-flex;
    will-change: transform;
}


/* ============ CONTAINER ============ */

.container-luxe {
    width: 100%;
    max-width: var(--container-w);
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width: 575.98px) {
    .container-luxe {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.section-pad {
    padding-top: var(--section-pad);
    padding-bottom: var(--section-pad);
}

.bg-cream {
    background: var(--bg-secondary);
}

.bg-white {
    background: var(--bg-primary);
}


/* ============ SELF-CONTAINED LAYOUT UTILITIES ============
   Defined natively so the header/layout never depends on the
   Bootstrap CDN loading. Bootstrap, if present, agrees with these. */

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.d-none {
    display: none;
}

.mb-0 {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none;
    }
    .d-lg-flex {
        display: flex;
    }
}

@media (max-width: 991.98px) {
    .d-lg-flex {
        display: none;
    }
}

@media (min-width: 768px) {
    .d-md-inline-flex {
        display: inline-flex;
    }
}

@media (max-width: 767.98px) {
    .d-md-inline-flex {
        display: none;
    }
}

@media (max-width: 767.98px) {
     :root {
        --section-pad: 72px;
    }
}


/* ============ EYEBROW / FOLIO / LABELS ============ */

.eyebrow {
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--accent-dark);
    margin-bottom: 16px;
    font-weight: 600;
}

.eyebrow.light {
    color: #E9E8E2;
}

.folio-line {
    display: flex;
    gap: 24px;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--text-soft);
    margin-bottom: 28px;
    font-weight: 500;
}

.folio-line span:not(:last-child) {
    position: relative;
    padding-right: 24px;
}

.folio-line span:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: var(--border);
}

.folio-line.light {
    color: rgba(255, 255, 255, .78);
}

.folio-line.light span:not(:last-child)::after {
    background: rgba(255, 255, 255, .35);
}


/* ============ BUTTONS ============ */

.btn-luxe-dark,
.btn-luxe-ghost,
.btn-luxe-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 34px;
    border-radius: var(--radius-btn);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03em;
    border: 1px solid transparent;
    transition: transform var(--dur-base) var(--ease-luxe), box-shadow var(--dur-base) var(--ease-luxe), background .35s var(--ease-luxe), color .35s var(--ease-luxe);
    white-space: nowrap;
}

.btn-luxe-dark {
    background: var(--ink);
    color: #fff;
}

.btn-luxe-dark:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px -10px rgba(15, 14, 12, .45);
}

.btn-luxe-ghost {
    background: transparent;
    color: var(--text);
    border-color: var(--text);
}

.btn-luxe-ghost:hover {
    background: var(--text);
    color: #fff;
    transform: translateY(-3px);
}

.btn-luxe-light {
    background: #fff;
    color: var(--ink);
}

.btn-luxe-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px -10px rgba(0, 0, 0, .35);
}

.arrow {
    display: inline-block;
    transition: transform .5s var(--ease-luxe);
}

a:hover .arrow {
    transform: translateX(5px);
}


/* Underline reveal links */

.text-link,
.text-link-light {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.text-link {
    color: var(--text);
}

.text-link-light {
    color: #fff;
}

.text-link::after,
.text-link-light::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s var(--ease-luxe);
}

.text-link:hover::after,
.text-link-light:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}


/* ============ ANNOUNCEMENT BAR (marquee) ============ */

.announce-bar {
    background: var(--ink);
    color: #fff;
    overflow: hidden;
}

.announce-track {
    display: flex;
    width: max-content;
    animation: marquee 28s linear infinite;
}

.announce-set {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.announce-set span {
    font-size: 12.5px;
    letter-spacing: .06em;
    padding: 11px 28px;
    white-space: nowrap;
    position: relative;
}

.announce-set span:not(:last-child)::after {
    content: '·';
    position: absolute;
    right: 0;
    color: var(--accent);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .announce-track {
        animation: none;
    }
}


/* ============ HEADER ============ */

.site-header {
    position: sticky;
    top: 0;
    z-index: var(--z-header);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
    padding: 18px 0;
    transition: padding .3s var(--ease-luxe), box-shadow .3s var(--ease-luxe);
}

.site-header .container-luxe {
    gap: clamp(14px, 2vw, 34px);
    flex-wrap: nowrap;
}

.site-header.is-scrolled {
    padding: 12px 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
}

.brand-mark {
    font-family: var(--font-display);
    font-size: 22px;
    letter-spacing: .16em;
    font-weight: 600;
    text-align: center;
    flex: 0 0 auto;
    white-space: nowrap;
}

.brand-mark span {
    color: var(--accent-dark);
    font-style: italic;
}

.brand-mark.light {
    color: #fff;
    flex: none;
}

.brand-mark.light span {
    color: #E9E8E2;
}

.main-nav {
    flex: 1 1 0;
    min-width: 0;
    gap: clamp(2px, .65vw, 8px);
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.nav-item {
    position: relative;
}

.nav-trigger {
    background: none;
    border: none;
    color: var(--text);
    font-size: clamp(11.5px, .82vw, 13.5px);
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    position: relative;
    padding: 10px clamp(8px, .9vw, 16px);
    border-radius: var(--radius-btn);
    transition: background .3s var(--ease-luxe), color .3s var(--ease-luxe);
    white-space: nowrap;
}

.nav-trigger::after {
    content: '';
    position: absolute;
    left: clamp(8px, .9vw, 16px);
    bottom: 6px;
    width: calc(100% - clamp(16px, 1.8vw, 32px));
    height: 1px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s var(--ease-luxe);
}

.nav-item.is-active .nav-trigger::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-item.is-active .nav-trigger {
    background: var(--bg-secondary);
}

.nav-link-plain {
    font-size: clamp(11.5px, .82vw, 13.5px);
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 10px clamp(8px, .9vw, 16px);
    position: relative;
    white-space: nowrap;
    flex: 0 0 auto;
}

.nav-link-plain::after {
    content: '';
    position: absolute;
    left: clamp(8px, .9vw, 16px);
    bottom: 6px;
    width: calc(100% - clamp(16px, 1.8vw, 32px));
    height: 1px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s var(--ease-luxe);
}

.nav-link-plain:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.header-actions {
    flex: 1 1 0;
    min-width: 0;
    justify-content: flex-end;
    gap: clamp(2px, .5vw, 6px);
    flex-wrap: nowrap;
}

.header-icon-btn {
    background: none;
    border: none;
    color: var(--text);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .3s var(--ease-luxe);
    position: relative;
}

.header-icon-btn:hover {
    background: var(--bg-secondary);
}

.bag-count {
    position: absolute;
    top: 2px;
    right: 2px;
    background: var(--accent);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .site-header .container-luxe {
        padding-left: 18px;
        padding-right: 18px;
        gap: 14px;
    }
    .brand-mark {
        font-size: 18px;
        letter-spacing: .12em;
    }
    .nav-trigger,
    .nav-link-plain {
        font-size: 11px;
        letter-spacing: .025em;
        padding-left: 7px;
        padding-right: 7px;
    }
    .header-icon-btn {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }
}


/* ============ MEGA MENU ============ */

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: var(--z-megamenu);
    background: #fff;
    border-top: 1px solid var(--border);
    box-shadow: 0 28px 60px -20px rgba(15, 13, 9, .18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .4s var(--ease-luxe), transform .4s var(--ease-luxe), visibility 0s;
}

.mega-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-panel {
    display: none;
    padding: 56px 0 64px;
}

.mega-panel.is-active {
    display: block;
}

.mega-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.2fr;
    gap: var(--gap-lg);
}

.mega-col h4 {
    font-family: var(--font-body);
    font-size: 11.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--accent-dark);
    font-weight: 700;
    margin-bottom: 22px;
}

.mega-col a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: var(--text);
    margin-bottom: 16px;
    position: relative;
    width: fit-content;
    transition: color .3s var(--ease-luxe), transform .3s var(--ease-luxe);
}

.mega-col a:hover {
    color: var(--accent-dark);
    transform: translateX(4px);
}

.mega-tag {
    font-size: 9.5px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 700;
    background: var(--bg-tertiary);
    color: var(--accent-dark);
    padding: 3px 8px;
    border-radius: var(--radius-btn);
}

.mega-feature {
    position: relative;
    border-radius: var(--radius-card);
    overflow: hidden;
    isolation: isolate;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px;
}

.mega-feature::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    transition: transform .7s var(--ease-luxe);
}

.mega-feature::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 35%, rgba(15, 13, 9, .68) 100%);
}

.mega-feature:hover::before {
    transform: scale(1.06);
}

.mega-feature-label {
    position: relative;
    z-index: 2;
    font-size: 10.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8);
    font-weight: 700;
    margin-bottom: 6px;
}

.mega-feature h3 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 21px;
    margin-bottom: 12px;
}

.mega-feature .text-link-light {
    position: relative;
    z-index: 2;
}

.mega-feature.duotone-9::before {
    background: linear-gradient(155deg, #F2F1EC, #8E9390);
}

.mega-feature.duotone-10::before {
    background: linear-gradient(155deg, #DDE5EA, #2F5068);
}

.mega-feature.duotone-11::before {
    background: linear-gradient(155deg, #E7E2D8, #4E5D56);
}

.mega-feature.duotone-13::before {
    background: linear-gradient(160deg, #F4F2EC, #9B1C31);
}

.mega-menu-backdrop {
    position: fixed;
    inset: 0;
    top: var(--header-h, 0);
    z-index: 1130;
    background: rgba(15, 13, 9, .28);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s var(--ease-luxe), visibility 0s;
}

.mega-menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1199.98px) {
    .mega-cols {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .mega-feature {
        display: none;
    }
}


/* hamburger */

#navToggle {
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    position: relative;
    z-index: 1200;
}

#navToggle span {
    width: 18px;
    height: 1.4px;
    background: var(--text);
    display: block;
    transition: transform .35s var(--ease-luxe), opacity .35s var(--ease-luxe);
}

#navToggle.active span:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
}

#navToggle.active span:nth-child(2) {
    opacity: 0;
}

#navToggle.active span:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg);
}


/* Mobile nav drawer */

.mobile-nav {
    position: fixed;
    inset: 0;
    top: 0;
    z-index: var(--z-mobilenav);
    background: #fff;
    transform: translateX(-100%);
    transition: transform .5s var(--ease-luxe);
    padding: 150px 32px 100px;
    display: flex;
    overflow-y: auto;
}

.mobile-nav.active {
    transform: translateX(0);
}

.mobile-nav nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.mobile-nav-link {
    font-family: var(--font-display);
    font-size: 30px;
    border-bottom: 1px solid var(--border);
    padding: 18px 0;
}

.mobile-nav-item {
    border-bottom: 1px solid var(--border);
}

.mobile-nav-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 18px 0;
    font-family: var(--font-display);
    font-size: 30px;
    color: var(--text);
}

.mobile-nav-chevron {
    font-family: var(--font-body);
    font-size: 22px;
    color: var(--accent-dark);
    transition: transform .35s var(--ease-luxe);
    font-weight: 400;
}

.mobile-nav-toggle[aria-expanded="true"] .mobile-nav-chevron {
    transform: rotate(135deg);
}

.mobile-nav-sub {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s var(--ease-luxe);
}

.mobile-nav-item.is-open .mobile-nav-sub {
    max-height: 240px;
}

.mobile-nav-sub a {
    display: block;
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--text-soft);
    padding: 10px 0 10px 4px;
}


/* ============ MOBILE STICKY TABBAR ============ */

.mobile-tabbar {
    display: none;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1000;
    background: rgba(21, 19, 15, .82);
    backdrop-filter: blur(16px);
    border-radius: 28px;
    padding: 10px 6px;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 16px 40px -12px rgba(15, 13, 9, .4);
}

.mobile-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, .55);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .02em;
    padding: 8px 10px;
    border-radius: 18px;
    position: relative;
    transition: color .3s var(--ease-luxe), background .3s var(--ease-luxe);
}

.mobile-tab svg {
    transition: transform .3s var(--ease-snap);
}

.mobile-tab.active {
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.mobile-tab.active svg {
    transform: translateY(-1px) scale(1.05);
}

.mobile-tab-badge {
    position: absolute;
    top: 2px;
    right: 10px;
    background: var(--accent);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .mobile-tabbar {
        display: flex;
    }
    body {
        padding-bottom: 0;
    }
    .back-to-top {
        bottom: 92px;
    }
}


/* ============ HERO ============ */

.hero {
    position: relative;
    height: 56.28vw;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--bg-secondary);
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-banner-frame {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #f6f4ee;
}

.heroBannerSwiper,
.hero-banner-frame .swiper-wrapper,
.hero-banner-frame .swiper-slide,
.hero-banner-frame picture {
    width: 100%;
    height: 100%;
}

.hero-banner-frame picture {
    display: block;
}

.hero-banner-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    display: block;
}

.hero-banner-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 62%, rgba(17, 17, 17, .16) 100%);
}

.hero-banner-controller {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 4;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    background: rgba(17, 17, 17, .32);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 45px rgba(17, 17, 17, .16);
}

.hero-banner-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.hero-banner-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .52);
    opacity: 1;
    margin: 0;
    transition: width .35s var(--ease-luxe), background .35s var(--ease-luxe);
}

.hero-banner-pagination .swiper-pagination-bullet-active {
    width: 38px;
    background: #fff;
}

.hero-banner-arrow {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .92);
    color: var(--ink);
    font-size: 23px;
    line-height: 1;
    cursor: pointer;
    transition: transform .3s var(--ease-luxe), background .3s var(--ease-luxe), color .3s var(--ease-luxe);
}

.hero-banner-arrow:hover {
    transform: translateY(-1px);
    background: var(--ink);
    color: #fff;
}

.hero-banner-count {
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
}

.heroBannerSwiper.is-single .hero-banner-controller {
    display: none;
}

.hero-portrait {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 70% 20%, rgba(255, 255, 255, .5), transparent 60%), linear-gradient(135deg, #F7F6F2 0%, #D8D9D5 38%, #6F7675 72%, #111111 100%);
    background-size: cover;
    background-position: center top;
    transform: scale(1.06);
}

.hero-portrait::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(100deg, rgba(255, 255, 255, .05) 0 2px, transparent 2px 6px);
    mix-blend-mode: overlay;
}

.hero-portrait::after {
    /* abstract garment silhouette suggestion, swap for real campaign photography */
    content: '';
    position: absolute;
    right: 6%;
    bottom: 0;
    top: 8%;
    width: 42%;
    background: linear-gradient(180deg, rgba(26, 26, 26, .05), rgba(26, 26, 26, .22));
    clip-path: polygon(35% 0%, 65% 0%, 78% 10%, 88% 30%, 82% 100%, 18% 100%, 12% 30%, 22% 10%);
    filter: blur(1px);
}

.hero-portrait.image-bg::after {
    display: none;
}

.hero-grain {
    position: absolute;
    inset: 0;
    opacity: .5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-bottom: 96px;
    padding-top: 160px;
    width: 100%;
}

.hero-title {
    font-size: clamp(48px, 8vw, 108px);
    line-height: .98;
    font-weight: 600;
    margin-bottom: 28px;
}

.reveal-row {
    display: block;
    overflow: hidden;
}

.reveal-inner {
    display: inline-block;
}

.reveal-accent {
    font-style: italic;
    color: var(--accent-dark);
}

.hero-sub {
    max-width: 480px;
    font-size: 17px;
    color: var(--text-soft);
    margin-bottom: 40px;
}

.hero-cta-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-scroll-cue {
    position: absolute;
    right: 32px;
    bottom: 32px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.hero-scroll-cue span {
    width: 1px;
    height: 46px;
    background: var(--text-soft);
    position: relative;
    overflow: hidden;
}

.hero-scroll-cue span::after {
    content: '';
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 50%;
    background: var(--accent);
    animation: scrollCue 2.2s var(--ease-luxe) infinite;
}

@keyframes scrollCue {
    0% {
        top: -50%;
    }
    100% {
        top: 100%;
    }
}

.hero-scroll-cue p {
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--text-soft);
    writing-mode: vertical-rl;
    margin: 0;
}

@media (max-width: 767.98px) {
    .hero {
        height: 56.28vw;
        min-height: 320px;
        align-items: flex-end;
    }
    .hero-banner-frame img {
        object-position: center top;
    }
    .hero-banner-frame::after {
        background: linear-gradient(180deg, rgba(17, 17, 17, 0) 58%, rgba(17, 17, 17, .18) 100%);
    }
    .hero-banner-controller {
        bottom: 14px;
        gap: 8px;
        padding: 7px 9px;
    }
    .hero-banner-pagination .swiper-pagination-bullet {
        width: 16px;
    }
    .hero-banner-pagination .swiper-pagination-bullet-active {
        width: 28px;
    }
    .hero-banner-count {
        display: none;
    }
    .hero-content {
        padding-top: 120px;
        padding-bottom: 64px;
    }
    .hero-sub {
        max-width: 100%;
    }
    .hero-scroll-cue {
        display: none;
    }
}

.hero-float-card {
    position: absolute;
    right: 6%;
    bottom: 14%;
    z-index: 1;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(14px);
    border-radius: var(--radius-card);
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0 24px 50px -16px rgba(15, 13, 9, .3);
    animation: floatCard 7s var(--ease-luxe) infinite;
}

.hero-float-tag {
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--accent-dark);
    font-weight: 700;
}

.hero-float-card strong {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 600;
}

.hero-float-price {
    font-size: 13px;
    color: var(--text-soft);
}

@keyframes floatCard {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@media (max-width: 991.98px) {
    .hero-float-card {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-float-card {
        animation: none;
    }
}


/* ============ TRUST STRIP ============ */

.trust-strip {
    background: var(--bg-primary);
    border-bottom: 1px solid var(--border);
    padding: 48px 0;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap-md);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--accent-dark);
}

.trust-item h3 {
    font-family: var(--font-body);
    font-size: 14.5px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 2px;
}

.trust-item p {
    font-size: 13px;
    color: var(--text-soft);
    margin: 0;
}

@media (max-width: 991.98px) {
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .trust-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


/* ============ SECTION HEAD ============ */

.section-head {
    margin-bottom: 64px;
}

.section-head-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: var(--gap-md);
    flex-wrap: wrap;
}

.section-head h2 {
    font-size: clamp(34px, 4.4vw, 56px);
    line-height: 1.05;
}

.section-lede {
    max-width: 380px;
    color: var(--text-soft);
    font-size: 16px;
    margin: 0;
}

.text-center-head {
    text-align: center;
}

.text-center-head h2 {
    margin: 0 auto;
}


/* ============ PRODUCT CARDS / SWIPER ============ */

.new-in-swiper-wrap {
    position: relative;
}

.newInSwiper {
    padding-left: 32px;
    padding-right: 32px;
    overflow: visible !important;
}

.newInSwiper .swiper-slide {
    width: 312px;
}

.product-card {
    display: block;
}

.product-media {
    position: relative;
    aspect-ratio: 3/4;
    border-radius: var(--radius-card);
    overflow: hidden;
    background: var(--bg-secondary);
    margin-bottom: 18px;
}

.product-media>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.media-front,
.media-back {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.media-front {
    opacity: 1;
    transition: opacity .6s var(--ease-luxe), transform .8s var(--ease-luxe);
    z-index: 2;
}

.media-back {
    opacity: 0;
    z-index: 1;
    transform: scale(1.04);
}

.product-media:hover .media-front {
    opacity: 0;
    transform: scale(1.04);
}

.product-media:hover .media-back {
    opacity: 1;
}

.badge-new {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    background: #fff;
    color: var(--text);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: var(--radius-btn);
}

.quick-add {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    background: rgba(255, 255, 255, .94);
    border: none;
    border-radius: var(--radius-btn);
    padding: 13px 0;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--ink);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .45s var(--ease-luxe), transform .45s var(--ease-luxe), background .3s;
}

.product-media:hover .quick-add {
    opacity: 1;
    transform: translateY(0);
}

.quick-add:hover {
    background: var(--ink);
    color: #fff;
}

.product-info h3 {
    font-size: 16.5px;
    font-weight: 500;
    margin-bottom: 4px;
}

.product-meta {
    font-size: 13px;
    color: var(--text-soft);
    margin-bottom: 6px;
}

.product-price {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    margin: 0;
}


/* duotone gradient "photography" placeholders — swap for licensed campaign imagery */

.duotone-1 {
    background: linear-gradient(160deg, #F7F6F2, #A4A7A2);
}

.duotone-2 {
    background: linear-gradient(160deg, #FFFFFF, #D7D8D2);
}

.duotone-3 {
    background: linear-gradient(160deg, #E9E8E2, #424846);
}

.duotone-4 {
    background: linear-gradient(160deg, #DDE5EA, #2E5168);
}

.duotone-5 {
    background: linear-gradient(160deg, #F3F1EA, #9B1C31);
}

.duotone-6 {
    background: linear-gradient(160deg, #DADFD9, #26332E);
}

.duotone-7 {
    background: linear-gradient(160deg, #F1EEE7, #71736F);
}

.duotone-8 {
    background: linear-gradient(155deg, #C8CDD0, #111111);
}

.duotone-9 {
    background: linear-gradient(155deg, #F2F1EC, #8E9390);
}

.duotone-10 {
    background: linear-gradient(155deg, #DDE5EA, #2F5068);
}

.duotone-11 {
    background: linear-gradient(155deg, #E7E2D8, #4E5D56);
}

.duotone-12 {
    background: linear-gradient(160deg, #F0EFEA 0%, #6E1424 52%, #111111 100%);
}

.duotone-13 {
    background: linear-gradient(160deg, #F4F2EC, #9B1C31);
}

.duotone-14 {
    background: linear-gradient(160deg, #ECEBE6, #3B3D3A);
}

.duotone-15 {
    background: linear-gradient(160deg, #F7F6F2, #B9BBB6);
}


/* alt tones for product card hover-swap (back layer) */

.duotone-1-alt {
    background: linear-gradient(200deg, #A4A7A2, #F7F6F2);
}

.duotone-2-alt {
    background: linear-gradient(200deg, #D7D8D2, #FFFFFF);
}

.duotone-3-alt {
    background: linear-gradient(200deg, #424846, #E9E8E2);
}

.duotone-4-alt {
    background: linear-gradient(200deg, #2E5168, #DDE5EA);
}

.duotone-5-alt {
    background: linear-gradient(200deg, #9B1C31, #F3F1EA);
}

.duotone-6-alt {
    background: linear-gradient(200deg, #26332E, #DADFD9);
}

.swiper-nav-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 8px;
}

.swiper-progress {
    flex: 1;
    height: 1px;
    background: var(--border);
    position: relative;
}

.swiper-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 16.6%;
    background: var(--accent);
    transition: width .4s var(--ease-luxe), left .4s var(--ease-luxe);
}

.swiper-arrows {
    display: flex;
    gap: 10px;
}

.swiper-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--text);
    transition: background .3s var(--ease-luxe), color .3s var(--ease-luxe), border-color .3s var(--ease-luxe);
}

.swiper-arrow:hover {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}


/* ============ EDITORIAL SPLIT ============ */

.editorial-split {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: var(--gap-lg);
    align-items: center;
}

.editorial-media {
    position: relative;
}

.editorial-portrait {
    aspect-ratio: 4/5;
    border-radius: var(--radius-card);
    overflow: hidden;
    position: relative;
}

.editorial-caption {
    position: absolute;
    left: 24px;
    bottom: 24px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 11.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--text-soft);
}

.editorial-caption span:first-child {
    color: var(--text);
    font-weight: 600;
}

.editorial-text h2 {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 24px;
}

.editorial-text p {
    color: var(--text-soft);
    font-size: 16px;
    max-width: 460px;
    margin-bottom: 18px;
}

.editorial-text .text-link {
    margin-top: 8px;
    margin-bottom: 48px;
    display: inline-flex;
}

.stat-row {
    display: flex;
    gap: 48px;
    border-top: 1px solid var(--border);
    padding-top: 32px;
}

.stat-row strong {
    display: block;
    font-family: var(--font-display);
    font-size: 28px;
    color: var(--accent-dark);
    font-weight: 600;
}

.stat-row span {
    font-size: 12.5px;
    color: var(--text-soft);
    letter-spacing: .02em;
}

@media (max-width: 991.98px) {
    .editorial-split {
        grid-template-columns: 1fr;
    }
    .stat-row {
        gap: 32px;
        flex-wrap: wrap;
    }
}


/* ============ LOOKBOOK GRID ============ */

.lookbook-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: var(--gap-md);
}

.lookbook-large {
    grid-row: span 2;
}

.lookbook-wide {
    grid-column: span 2;
}

.lookbook-card {
    position: relative;
    border-radius: var(--radius-card);
    overflow: hidden;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    isolation: isolate;
}

.lookbook-large {
    min-height: 680px;
}

.lookbook-wide {
    min-height: 320px;
}


/* Replace each ::before background with a real campaign photo (background-image, cover) when available */

.lookbook-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    transition: transform var(--dur-base) var(--ease-luxe);
}

.lookbook-card::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 40%, rgba(15, 13, 9, .62) 100%);
}

.lookbook-card:hover::before {
    transform: scale(1.07);
}

.lookbook-tag {
    position: relative;
    z-index: 2;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
    font-weight: 600;
    margin-bottom: 8px;
}

.lookbook-card h3 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: clamp(24px, 3vw, 32px);
    margin-bottom: 14px;
}

.lookbook-card .text-link-light {
    position: relative;
    z-index: 2;
}

.lookbook-card.duotone-8::before {
    background: linear-gradient(155deg, #C8CDD0, #111111);
}

.lookbook-card.duotone-9::before {
    background: linear-gradient(155deg, #F2F1EC, #8E9390);
}

.lookbook-card.duotone-10::before {
    background: linear-gradient(155deg, #DDE5EA, #2F5068);
}

.lookbook-card.duotone-11::before {
    background: linear-gradient(155deg, #E7E2D8, #4E5D56);
}

.lookbook-card[class*="photo-"]::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lookbook-card.photo-1::before {
    background-image: url("../../images/1.jpeg");
}

.lookbook-card.photo-2::before {
    background-image: url("../../images/2.jpeg");
}

.lookbook-card.photo-3::before {
    background-image: url("../../images/3.jpeg");
}

.lookbook-card.photo-4::before {
    background-image: url("../../images/4.jpeg");
}

.lookbook-card.photo-5::before {
    background-image: url("../../images/5.jpeg");
}

.lookbook-card.photo-6::before {
    background-image: url("../../images/6.jpeg");
}

.lookbook-card.photo-7::before {
    background-image: url("../../images/7.jpeg");
}

.lookbook-card.photo-8::before {
    background-image: url("../../images/8.jpeg");
}

.lookbook-card.photo-9::before {
    background-image: url("../../images/9.jpeg");
}

.lookbook-card.photo-10::before {
    background-image: url("../../images/10.jpeg");
}

.lookbook-card.photo-11::before {
    background-image: url("../../images/11.jpeg");
}

.lookbook-card.photo-12::before {
    background-image: url("../../images/12.jpeg");
}

@media (max-width: 991.98px) {
    .lookbook-grid {
        grid-template-columns: 1fr 1fr;
    }
    .lookbook-large {
        grid-column: span 2;
        min-height: 420px;
        grid-row: auto;
    }
    .lookbook-wide {
        grid-column: span 2;
    }
}

@media (max-width: 575.98px) {
    .lookbook-grid {
        grid-template-columns: 1fr;
    }
    .lookbook-large,
    .lookbook-wide {
        grid-column: auto;
        min-height: 380px;
    }
}


/* ============ FEATURE BLEED (signature parallax moment) ============ */

.feature-bleed {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.feature-bleed-media {
    position: absolute;
    inset: -10% 0 -10% 0;
    z-index: 0;
    will-change: transform;
}

.feature-bleed-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(15, 13, 9, .55) 0%, rgba(15, 13, 9, .18) 60%);
}

.feature-bleed-content {
    position: relative;
    z-index: 2;
}

.feature-bleed-content h2 {
    color: #fff;
    font-size: clamp(36px, 5.5vw, 64px);
    line-height: 1.05;
    margin-bottom: 36px;
    max-width: 600px;
}

@media (max-width: 767.98px) {
    .feature-bleed {
        min-height: 62vh;
    }
}


/* ============ TESTIMONIALS ============ */

.testimonial-card {
    background: var(--bg-secondary);
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.stars {
    color: var(--accent);
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.testimonial-card blockquote {
    font-family: var(--font-display);
    font-size: 19px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 28px;
    flex: 1;
}

.testimonial-card figcaption {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
}

.avatar-initial {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 16px;
    flex-shrink: 0;
}

.testimonial-card figcaption strong {
    display: block;
    font-weight: 600;
}

.testimonial-card figcaption>div>span {
    color: var(--text-soft);
    font-size: 12px;
}

.testimonialSwiper {
    padding-bottom: 4px;
}

.testimonialSwiper .swiper-slide {
    height: auto;
}

.social-proof-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin-top: 64px;
    flex-wrap: wrap;
}

.proof-item {
    text-align: center;
}

.proof-item strong {
    display: block;
    font-family: var(--font-display);
    font-size: 32px;
    color: var(--accent-dark);
    font-weight: 600;
}

.proof-item span {
    font-size: 13px;
    color: var(--text-soft);
}

.proof-divider {
    width: 1px;
    height: 36px;
    background: var(--border);
}

@media (max-width: 575.98px) {
    .proof-divider {
        display: none;
    }
}


/* ============ JOURNAL ============ */

.journal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap-md);
}

.journal-card {
    display: block;
}

.journal-media {
    aspect-ratio: 4/3;
    border-radius: var(--radius-card);
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform var(--dur-base) var(--ease-luxe);
}

.journal-card:hover .journal-media {
    transform: scale(1.02);
}

.journal-date {
    display: block;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--accent-dark);
    font-weight: 600;
    margin-bottom: 8px;
}

.journal-card h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

@media (max-width: 767.98px) {
    .journal-grid {
        grid-template-columns: 1fr;
    }
}


/* ============ NEWSLETTER ============ */

.newsletter-section {
    background: var(--ink);
    padding: 100px 0;
}

.newsletter-inner {
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
}

.newsletter-inner h2 {
    color: #fff;
    font-size: clamp(32px, 4.4vw, 48px);
    margin-bottom: 18px;
}

.newsletter-sub {
    color: rgba(255, 255, 255, .68);
    margin-bottom: 36px;
    font-size: 15.5px;
}

.newsletter-form {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--radius-btn);
    padding: 6px 6px 6px 24px;
}

.newsletter-form input {
    flex: 1;
    background: none;
    border: none;
    color: #fff;
    font-size: 14.5px;
    outline: none;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.newsletter-status {
    min-height: 18px;
    font-size: 13.5px;
    color: #E9E8E2;
}

.newsletter-fine {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .45);
}

.newsletter-fine a {
    color: rgba(255, 255, 255, .7);
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .newsletter-form {
        flex-direction: column;
        padding: 16px;
    }
    .newsletter-form button {
        width: 100%;
    }
}


/* ============ FOOTER ============ */

.site-footer {
    background: var(--ink);
    color: rgba(255, 255, 255, .72);
    padding-top: 88px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: var(--gap-md);
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-brand p {
    font-size: 14px;
    max-width: 320px;
    margin: 18px 0 24px;
    line-height: 1.7;
}

.footer-badges {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, .55);
}

.footer-col h3 {
    font-family: var(--font-body);
    color: #fff;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-col a {
    display: block;
    font-size: 14.5px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .7);
    transition: color .3s;
}

.footer-col a:hover {
    color: var(--accent);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, .45);
    flex-wrap: wrap;
    gap: 12px;
}

.footer-socials {
    display: flex;
    gap: 24px;
}

.footer-socials a:hover {
    color: #fff;
}

@media (max-width: 991.98px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .footer-top {
        grid-template-columns: 1fr;
    }
}


/* ============ BACK TO TOP ============ */

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 900;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    opacity: 0;
    transform: translateY(10px) scale(.9);
    pointer-events: none;
    box-shadow: 0 6px 20px -4px rgba(15, 13, 9, .35), 0 0 0 4px rgba(255, 255, 255, .9);
    transition: opacity .4s var(--ease-luxe), transform .4s var(--ease-luxe), background .3s;
}

.back-to-top.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.back-to-top:hover {
    background: var(--accent-dark);
}


/* ============ CAMPAIGN BANNER ============ */

.campaign-banner {
    background: var(--bg-secondary);
    padding: 140px 0;
    text-align: center;
}

.campaign-banner .folio-line {
    justify-content: center;
}

.campaign-headline {
    font-size: clamp(40px, 6.4vw, 92px);
    line-height: 1.02;
    font-stretch: 125%;
    font-variation-settings: 'opsz' 144;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.campaign-sub {
    color: var(--text-soft);
    font-size: 17px;
    margin-bottom: 20px;
}

.campaign-link {
    display: inline-flex;
}

@media (max-width: 767.98px) {
    .campaign-banner {
        padding: 88px 0;
    }
}


/* ============ BESTSELLER BADGE / WISHLIST ============ */

.badge-bestseller {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    background: var(--ink);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: var(--radius-btn);
}

.wishlist-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--text);
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .4s var(--ease-luxe), transform .4s var(--ease-luxe), color .3s, background .3s;
}

.product-media:hover .wishlist-btn {
    opacity: 1;
    transform: translateY(0);
}

.wishlist-btn:hover {
    background: var(--ink);
    color: #fff;
}

.wishlist-btn.is-active {
    color: #fff;
    background: var(--accent-dark);
    opacity: 1;
    transform: translateY(0);
}


/* ============ WHY CHOOSE US ============ */

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap-md);
}

.why-card {
    padding: 36px 28px;
    background: #fff;
    border-radius: var(--radius-card);
    border: 1px solid var(--border);
    transition: transform .5s var(--ease-luxe), box-shadow .5s var(--ease-luxe);
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px -20px rgba(15, 13, 9, .16);
}

.why-num {
    display: block;
    font-family: var(--font-display);
    font-size: 16px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 20px;
}

.why-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
}

.why-card p {
    font-size: 14.5px;
    color: var(--text-soft);
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .why-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
}


/* ============ SHOP THE LOOK ============ */

.look-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap-md);
}

.look-card {}

.look-media {
    position: relative;
    aspect-ratio: 3/4;
    border-radius: var(--radius-card);
    overflow: hidden;
    margin-bottom: 18px;
}

.look-pin {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    border: none;
    color: var(--ink);
    font-size: 17px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px -4px rgba(15, 13, 9, .35);
    animation: pinPulse 2.4s var(--ease-luxe) infinite;
}

.look-pin:hover {
    background: var(--ink);
    color: #fff;
    animation: none;
}

@keyframes pinPulse {
    0%,
    100% {
        box-shadow: 0 6px 16px -4px rgba(15, 13, 9, .35), 0 0 0 0 rgba(255, 255, 255, .5);
    }
    50% {
        box-shadow: 0 6px 16px -4px rgba(15, 13, 9, .35), 0 0 0 8px rgba(255, 255, 255, 0);
    }
}

.look-info h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.look-info p {
    font-size: 13.5px;
    color: var(--text-soft);
    margin: 0;
}

@media (max-width: 767.98px) {
    .look-grid {
        grid-template-columns: 1fr;
    }
}


/* ============ LIMITED EDITION (bolder / pine accent moment) ============ */

.limited-section {
    background: var(--pine);
    padding: var(--section-pad) 0;
    position: relative;
    overflow: hidden;
}

.limited-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(255, 255, 255, .06), transparent 60%);
    pointer-events: none;
}

.limited-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-lg);
    align-items: center;
    position: relative;
    z-index: 1;
}

.limited-text h2 {
    color: #fff;
    font-size: clamp(34px, 4.4vw, 52px);
    margin-bottom: 22px;
}

.limited-text p {
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    max-width: 440px;
    margin-bottom: 32px;
}

.limited-timer {
    display: flex;
    gap: 28px;
    margin-bottom: 32px;
}

.limited-timer div {
    text-align: center;
}

.limited-timer strong {
    display: block;
    font-family: var(--font-display);
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}

.limited-timer span {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .55);
    letter-spacing: .06em;
    text-transform: uppercase;
}

.limited-media {
    position: relative;
}

.limited-portrait {
    aspect-ratio: 4/5;
    border-radius: var(--radius-card-lg);
    overflow: hidden;
}

.limited-portrait.duotone-pine {
    background: linear-gradient(150deg, #4E5D56 0%, #26332E 55%, #111111 100%);
}

.limited-stock-tag {
    position: absolute;
    left: 24px;
    bottom: 24px;
    background: rgba(255, 255, 255, .94);
    color: var(--ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 10px 18px;
    border-radius: var(--radius-btn);
}

@media (max-width: 991.98px) {
    .limited-grid {
        grid-template-columns: 1fr;
    }
    .limited-media {
        order: -1;
    }
}


/* ============ MEMBERSHIP CLUB ============ */

.membership-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: var(--gap-lg);
    align-items: center;
}

.membership-lede {
    max-width: 440px;
    margin-bottom: 32px;
}

.membership-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.membership-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    padding: 26px 28px;
    transition: transform .4s var(--ease-luxe), box-shadow .4s var(--ease-luxe);
}

.membership-card:hover {
    transform: translateX(6px);
    box-shadow: 0 16px 36px -16px rgba(15, 13, 9, .16);
}

.membership-tier {
    font-size: 10.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--accent-dark);
    display: block;
    margin-bottom: 8px;
}

.membership-card h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.membership-card p {
    font-size: 14px;
    color: var(--text-soft);
    margin: 0;
}

@media (max-width: 991.98px) {
    .membership-grid {
        grid-template-columns: 1fr;
    }
}


/* ============ INSTAGRAM GALLERY ============ */

.insta-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 4px;
    margin-top: 48px;
}

.insta-tile {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insta-tile::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 13, 9, 0);
    transition: background .4s var(--ease-luxe);
}

.insta-tile:hover::after {
    background: rgba(15, 13, 9, .35);
}

.insta-icon {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transition: opacity .4s var(--ease-luxe);
}

.insta-tile:hover .insta-icon {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .insta-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* ============ EXPLORE BY STYLE ============ */

.style-chip-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.style-chip {
    background: #fff;
    border: 1px solid var(--border);
    color: var(--text-soft);
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: var(--radius-btn);
    transition: background .3s var(--ease-luxe), color .3s var(--ease-luxe), border-color .3s var(--ease-luxe);
}

.style-chip.is-active,
.style-chip:hover {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}

.style-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap-sm);
}

.style-card {
    position: relative;
    aspect-ratio: 3/4;
    border-radius: var(--radius-card);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 22px;
    isolation: isolate;
}

.style-card::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(15, 13, 9, .55) 100%);
}

.style-card h3 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 19px;
}

@media (max-width: 767.98px) {
    .style-grid {
        grid-template-columns: 1fr 1fr;
    }
}


/* ============ FOOTER ADDITIONS ============ */

.footer-contact {
    font-size: 13.5px;
    line-height: 1.8;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .62);
}

.footer-contact a {
    color: rgba(255, 255, 255, .85);
    transition: color .3s;
}

.footer-contact a:hover {
    color: var(--accent);
}

.footer-payments {
    display: flex;
    gap: 14px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.footer-payments span {
    font-size: 11px;
    letter-spacing: .04em;
    color: rgba(255, 255, 255, .4);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 6px;
    padding: 5px 10px;
}


/* ============ AOS overrides for consistent luxe timing ============ */

[data-aos] {
    backface-visibility: hidden;
    will-change: transform, opacity;
    transition-duration: 620ms !important;
    transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
}

body [data-aos="fade-up"] {
    transform: translate3d(0, 22px, 0);
}

body [data-aos="fade-up"].aos-animate {
    transform: translate3d(0, 0, 0);
}


/* ============ MOBILE POLISH PASS ============ */

@media (max-width: 767.98px) {
     :root {
        --section-pad: 64px;
        --gap-md: 20px;
        --gap-sm: 14px;
        --radius-card: 12px;
        --radius-card-lg: 16px;
    }
    body {
        font-size: 15px;
        line-height: 1.58;
        padding-bottom: 94px;
    }
    .container-luxe {
        padding-left: 18px;
        padding-right: 18px;
    }
    .site-header {
        padding: 12px 0;
    }
    .site-header .container-luxe {
        min-height: 44px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .brand-mark {
        font-size: 17px;
        letter-spacing: .1em;
        max-width: 58vw;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .header-actions {
        gap: 2px;
    }
    .header-icon-btn {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }
    .mobile-nav {
        padding: 104px 24px 120px;
    }
    .mobile-nav-link,
    .mobile-nav-toggle {
        font-size: 26px;
        padding: 16px 0;
    }
    .mobile-nav-sub a {
        font-size: 15px;
        padding: 9px 0 9px 2px;
    }
    .mobile-tabbar {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 8px 5px;
        border-radius: 24px;
    }
    .mobile-tab {
        min-width: 56px;
        padding: 7px 8px;
        font-size: 10px;
    }
    .btn-luxe-dark,
    .btn-luxe-ghost,
    .btn-luxe-light {
        min-height: 48px;
        padding: 14px 22px;
    }
    .hero {
        height: 56.28vw;
        min-height: 320px;
    }
    .hero-banner-frame {
        background: #f3f0e9;
    }
    .hero-banner-controller {
        bottom: 18px;
        min-height: 40px;
        padding: 7px 10px;
        border-color: rgba(255, 255, 255, .38);
        background: rgba(17, 17, 17, .38);
    }
    .hero-banner-arrow {
        width: 28px;
        height: 28px;
        font-size: 21px;
    }
    .trust-strip {
        padding: 30px 0;
    }
    .trust-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    .trust-item {
        align-items: flex-start;
        gap: 10px;
        padding: 14px 12px;
        border: 1px solid var(--border);
        border-radius: 12px;
        background: #fff;
    }
    .trust-item svg {
        width: 20px;
        height: 20px;
        flex: 0 0 auto;
        margin-top: 2px;
    }
    .trust-item h3 {
        font-size: 13px;
        line-height: 1.25;
    }
    .trust-item p {
        font-size: 11.5px;
        line-height: 1.35;
    }
    .section-head {
        margin-bottom: 34px;
    }
    .section-head-row {
        display: block;
    }
    .section-head h2,
    .text-center-head h2 {
        font-size: 34px;
        line-height: 1.04;
    }
    .section-lede {
        max-width: 100%;
        margin-top: 16px;
        font-size: 14.5px;
    }
    .eyebrow,
    .folio-line {
        font-size: 10.5px;
        letter-spacing: .12em;
    }
    .folio-line {
        gap: 12px;
        margin-bottom: 18px;
        flex-wrap: wrap;
    }
    .folio-line span:not(:last-child) {
        padding-right: 12px;
    }
    .folio-line span:not(:last-child)::after {
        right: -6px;
    }
    .campaign-banner {
        padding: 64px 0;
    }
    .campaign-headline {
        font-size: 40px;
        line-height: 1.02;
        margin-bottom: 18px;
    }
    .campaign-sub {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14.5px;
    }
    .newInSwiper,
    .bestSwiper {
        padding-left: 18px;
        padding-right: 18px;
        overflow: hidden !important;
    }
    .product-media {
        border-radius: 14px;
        margin-bottom: 14px;
    }
    .product-info h3 {
        font-size: 15.5px;
        line-height: 1.25;
    }
    .product-meta {
        font-size: 12.5px;
        margin-bottom: 4px;
    }
    .product-price {
        font-size: 14px;
    }
    .quick-add,
    .wishlist-btn {
        opacity: 1;
        transform: none;
    }
    .quick-add {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 12px 0;
        font-size: 11.5px;
    }
    .badge-new,
    .badge-bestseller {
        top: 12px;
        left: 12px;
        padding: 5px 10px;
        font-size: 9.5px;
    }
    .swiper-nav-row {
        gap: 14px;
        margin-top: 26px;
    }
    .swiper-arrow {
        width: 42px;
        height: 42px;
    }
    .editorial-split,
    .membership-grid,
    .limited-grid {
        gap: 28px;
    }
    .editorial-caption {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 12px 14px;
        border-radius: 10px;
    }
    .editorial-text h2,
    .limited-text h2,
    .membership-text h2 {
        font-size: 32px;
        line-height: 1.06;
    }
    .editorial-text p,
    .limited-text p {
        font-size: 14.5px;
    }
    .editorial-text .text-link {
        margin-bottom: 30px;
    }
    .stat-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 24px;
    }
    .lookbook-grid,
    .why-grid,
    .look-grid,
    .journal-grid {
        gap: 16px;
    }
    .lookbook-card {
        min-height: 330px;
        padding: 22px;
        border-radius: 14px;
    }
    .lookbook-large,
    .lookbook-wide {
        min-height: 330px;
    }
    .lookbook-card h3 {
        font-size: 28px;
    }
    .feature-bleed {
        min-height: 560px;
        align-items: flex-end;
        padding-bottom: 58px;
    }
    .feature-bleed-overlay {
        background: linear-gradient(180deg, rgba(15, 13, 9, .08) 0%, rgba(15, 13, 9, .74) 100%);
    }
    .feature-bleed-content h2 {
        font-size: 36px;
        margin-bottom: 26px;
    }
    .limited-section {
        padding: 64px 0;
    }
    .limited-media {
        order: 0;
    }
    .limited-timer {
        gap: 12px;
    }
    .limited-timer div {
        flex: 1;
        padding: 12px 8px;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 12px;
    }
    .limited-stock-tag {
        left: 14px;
        bottom: 14px;
        font-size: 11px;
        padding: 9px 14px;
    }
    .membership-card,
    .why-card,
    .testimonial-card {
        border-radius: 14px;
        padding: 24px 20px;
    }
    .testimonial-card blockquote {
        font-size: 18px;
    }
    .social-proof-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 36px;
    }
    .proof-item {
        padding: 18px;
        border: 1px solid var(--border);
        border-radius: 14px;
        background: #fff;
    }
    .insta-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        margin-top: 28px;
    }
    .style-chip-row {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -18px 30px;
        padding: 0 18px 4px;
        scrollbar-width: none;
    }
    .style-chip-row::-webkit-scrollbar {
        display: none;
    }
    .style-chip {
        flex: 0 0 auto;
        padding: 9px 16px;
        font-size: 12.5px;
    }
    .newsletter-section {
        padding: 72px 0;
    }
    .newsletter-inner h2 {
        font-size: 34px;
    }
    .newsletter-form {
        border-radius: 18px;
        padding: 14px;
    }
    .newsletter-form input {
        width: 100%;
        min-height: 42px;
        text-align: center;
    }
    .site-footer {
        padding-top: 62px;
    }
    .footer-top {
        gap: 30px;
        padding-bottom: 42px;
    }
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 118px;
    }
    .back-to-top {
        right: 18px;
        bottom: 104px;
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 390px) {
    .brand-mark {
        font-size: 15px;
        letter-spacing: .08em;
    }
    .header-icon-btn {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }
    .hero {
        min-height: 560px;
    }
    .trust-grid,
    .style-grid {
        grid-template-columns: 1fr;
    }
    .section-head h2,
    .text-center-head h2,
    .campaign-headline {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .hero {
        height: 210.77vw;
        min-height: 560px;
    }
}
