/* ZANVARI — Shared site styles */

body {
    background-color: #faf9f6;
    overflow-x: hidden;
    cursor: default;
    -webkit-font-smoothing: antialiased;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.03);
}

.glass-card {
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.mirror-chrome {
    background: linear-gradient(135deg, #e3e2e0 0%, #fff 50%, #c7c6c5 100%);
    color: #000;
    position: relative;
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.mirror-chrome::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8), transparent);
    transform: rotate(45deg);
    transition: 0.7s;
}

.mirror-chrome:hover::after {
    left: 100%;
}

.grain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.035;
    pointer-events: none;
    z-index: 9999;
}

.arch-mask {
    clip-path: ellipse(50% 100% at 50% 100%);
}

.diagonal-mask {
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.floating {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.stagger-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
}

.stagger-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}

.line-reveal {
    height: 0;
    transition: height 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.line-reveal.visible {
    height: 100%;
}

.pearlescent-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, #faf9f6 0%, #ffffff 50%, #f4f3f1 100%);
    opacity: 0.8;
}

.pearlescent-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.03;
    mix-blend-mode: overlay;
}

.massive-text {
    line-height: 0.8;
    pointer-events: none;
    user-select: none;
}

.stagger-image {
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.stagger-image:hover {
    transform: translateY(-20px);
}

.pearl-gradient {
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, #f0f0f0 40%, #dcdcdc 100%);
    box-shadow: inset -2px -2px 5px rgba(0,0,0,0.1), 2px 2px 8px rgba(0,0,0,0.05);
}

.silver-chip {
    background: linear-gradient(135deg, #f5f5f5 0%, #cfcfcf 50%, #e8e8e8 100%);
    border: 1px solid rgba(255,255,255,0.4);
}

.brushed-silver {
    background: linear-gradient(135deg, #e5e7eb 0%, #ffffff 50%, #d1d5db 100%);
    background-size: 200% 200%;
    transition: background-position 0.5s ease;
}

.brushed-silver:hover {
    background-position: 100% 100%;
}

.reflection-layer {
    background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.mirror-border {
    position: relative;
}

.mirror-border::after {
    content: '';
    position: absolute;
    inset: -1px;
    z-index: -1;
    background: linear-gradient(135deg, #e5e7eb 0%, #ffffff 50%, #e5e7eb 100%);
    border-radius: inherit;
}

.floating-label-input:focus-within label,
.floating-label-input.has-value label {
    transform: translateY(-24px) scale(0.85);
    color: #000;
}

.floating-label-input label {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.input-underline {
    height: 1px;
    background: #c4c7c7;
    transition: all 0.4s ease;
}

.floating-label-input:focus-within .input-underline {
    background: #000;
    height: 2px;
}

.chrome-badge {
    background: linear-gradient(145deg, #f0f0f0, #e0e0e0);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.05), -1px -1px 2px rgba(255,255,255,0.8);
}

.animate-fade-in {
    animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Nav active */
.nav-link.active {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 0.25rem;
}

/* Cart badge */
.cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    background: #000;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

.cart-badge:empty,
.cart-badge[data-count="0"] {
    display: none;
}

/* Drawer & modals */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(26, 28, 26, 0.45);
    backdrop-filter: blur(4px);
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(440px, 100%);
    height: 100%;
    background: #faf9f6;
    z-index: 70;
    transform: translateX(100%);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-direction: column;
    box-shadow: -20px 0 60px rgba(0,0,0,0.08);
}

.cart-drawer.open {
    transform: translateX(0);
}

.mobile-menu {
    position: fixed;
    inset: 0;
    background: #faf9f6;
    z-index: 70;
    transform: translateY(-100%);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.mobile-menu.open {
    transform: translateY(0);
}

.mobile-menu-link {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-family: Inter, sans-serif;
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 500;
    color: #1a1c1a;
    text-decoration: none;
}
.mobile-menu-link svg {
    width: 18px;
    height: 18px;
}
.mobile-menu-link--wa {
    font-size: 11px;
    letter-spacing: .15em;
    color: #5e5e5d;
    font-weight: 600;
}

.modal-panel {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.modal-panel.open {
    opacity: 1;
    visibility: visible;
}

.modal-panel .modal-box {
    background: #faf9f6;
    max-width: 480px;
    width: 100%;
    padding: 3rem;
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(196, 199, 199, 0.4);
}

.modal-panel.open .modal-box {
    transform: translateY(0);
}

.toast {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(120%);
    background: #1a1c1a;
    color: #fff;
    padding: 1rem 1.75rem;
    z-index: 100;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.25s ease, visibility 0.25s ease;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none;
}

.toast.show {
    display: block;
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.toast:empty,
.toast:not(.show) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    padding: 0 !important;
    min-height: 0 !important;
    background: transparent !important;
    height: 0 !important;
    overflow: hidden !important;
}

.filter-chip.active {
    background: #000;
    color: #fff;
}

.cut-btn.selected {
    border-color: #000 !important;
    opacity: 1 !important;
    transform: scale(1.1);
}

.size-btn.selected {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Smooth site-wide motion */
html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

a, button {
    -webkit-tap-highlight-color: transparent;
}

.wa-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 55;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #25D366;
    color: #fff;
    padding: .85rem 1.1rem;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 600;
    transition: transform .3s ease, box-shadow .3s ease;
}
.wa-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(0,0,0,.22);
}
.wa-float .material-symbols-outlined { font-size: 22px; }
@media (max-width: 640px) {
    .wa-float-label { display: none; }
    .wa-float { padding: .9rem; border-radius: 999px; }
}

/* Top marquee bar */
.top-marquee {
    background: #111;
    color: #f5f4f1;
    overflow: hidden;
    min-height: 34px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.top-marquee__track {
    display: flex;
    width: max-content;
    animation: vz-marquee 28s linear infinite;
    white-space: nowrap;
}
.top-marquee__text {
    margin: 0;
    padding: .55rem 3rem;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    flex-shrink: 0;
}
@keyframes vz-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .top-marquee__track { animation: none; justify-content: center; width: 100%; }
    .top-marquee__text[aria-hidden="true"] { display: none; }
}
@media (max-width: 640px) {
    .top-marquee__text {
        font-size: 8px;
        letter-spacing: .12em;
        padding: .55rem 2rem;
    }
}

/* Header — logo row + centered nav */
.site-nav-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    min-height: 72px;
}
.site-nav-top__left { justify-self: start; min-width: 40px; }
.site-nav-top__right { justify-self: end; }

.main-nav {
    background: rgba(250,249,246,.98);
}
.main-nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .15rem 1.75rem;
    list-style: none;
    margin: 0;
    padding: .85rem 0 1rem;
}
.main-nav__item {
    position: relative;
}
.main-nav__link {
    display: inline-flex;
    align-items: center;
    gap: .15rem;
    font-family: Inter, sans-serif;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 500;
    color: #1a1c1a;
    text-decoration: none;
    padding: .35rem 0;
    white-space: nowrap;
    transition: opacity .2s ease;
}
.main-nav__link:hover { opacity: .65; }
.main-nav__chev {
    font-size: 16px !important;
    transition: transform .2s ease;
}
.main-nav__item--dropdown:hover .main-nav__chev {
    transform: rotate(180deg);
}
.main-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 220px;
    list-style: none;
    margin: 0;
    padding: .65rem 0;
    background: #fff;
    border: 1px solid rgba(196,199,199,.55);
    box-shadow: 0 12px 32px rgba(0,0,0,.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    z-index: 60;
}
.main-nav__item--dropdown:hover .main-nav__dropdown,
.main-nav__item--dropdown:focus-within .main-nav__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.main-nav__dropdown a {
    display: block;
    padding: .55rem 1.25rem;
    font-size: 12px;
    letter-spacing: .04em;
    color: #5e5e5d;
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
}
.main-nav__dropdown a:hover {
    background: #f4f3f1;
    color: #1a1c1a;
}

/* Header search + wishlist */
.header-search {
    align-items: center;
    border: 1px solid #c4c7c7;
    background: #fff;
    padding: 0 .35rem 0 .75rem;
    max-width: 180px;
}
.header-search input {
    border: 0;
    background: transparent;
    font-size: 12px;
    letter-spacing: .06em;
    width: 100%;
    min-width: 0;
    padding: .45rem 0;
    outline: none;
}
.header-search button {
    border: 0;
    background: none;
    cursor: pointer;
    color: #1a1c1a;
    display: inline-flex;
    padding: .35rem;
}
.wishlist-badge,
.cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #1a1c1a;
    color: #fff;
    font-size: 9px;
    line-height: 16px;
    text-align: center;
    font-weight: 600;
}
.wishlist-badge[data-count="0"] { display: none; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* Homepage — changes.txt layout */
.home-hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding-top: 8rem;
}
.home-hero__bg {
    position: absolute;
    inset: 0;
    background: #1a1a1a;
    overflow: hidden;
}
.home-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.home-hero__veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.25) 45%, rgba(0,0,0,.35));
}
.home-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 2rem 1.25rem 4rem;
}
.home-hero__title {
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(2.4rem, 7vw, 4.5rem);
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 2rem;
}
.home-hero__title span {
    font-style: italic;
    font-weight: 300;
}
.home-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    justify-content: center;
}

/* Phone: shorter hero so landscape banners aren’t heavily cropped / “zoomed” */
@media (max-width: 767px) {
    .home-hero {
        min-height: 0;
        height: auto;
        aspect-ratio: 3 / 4;
        max-height: 72dvh;
        padding-top: 6.5rem;
        align-items: flex-end;
    }
    .home-hero__bg img {
        object-fit: cover;
        object-position: center 30%;
        /* Slightly “pull back” so more of the frame is visible vs a tight crop */
        transform: none;
    }
    .home-hero__content {
        padding: 1.5rem 1.15rem 2.25rem;
        width: 100%;
    }
    .home-hero__title {
        font-size: clamp(1.85rem, 9vw, 2.6rem);
        margin-bottom: 1.25rem;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .home-hero {
        aspect-ratio: auto;
        min-height: 100dvh;
        max-height: none;
        align-items: center;
    }
    .home-hero__bg img {
        object-position: center center;
    }
}
.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .95rem 1.6rem;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
    cursor: pointer;
}
.home-btn--light { background: #fff; color: #111; }
.home-btn--light:hover { background: #f0f0f0; }
.home-btn--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.home-btn--outline:hover { background: #fff; color: #111; }
.home-btn--dark { background: #111; color: #fff; }
.home-btn--dark:hover { background: #333; }
.home-btn--ghost {
    background: transparent;
    color: #111;
    border-color: #111;
    padding: .7rem 1rem;
}
.home-btn--ghost:hover { background: #111; color: #fff; }

.home-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.home-section--muted { background: #f4f3f1; }
.home-section__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}
.home-section__head--center {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.home-section__title {
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -.01em;
    margin: 0;
}
.home-section__link {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 600;
    color: #1a1c1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1c1a;
    padding-bottom: 2px;
}
.home-eyebrow {
    display: block;
    font-size: 10px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #5e5e5d;
    font-weight: 600;
    margin-bottom: 1rem;
}

.home-cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 200px));
    justify-content: center;
    gap: 1.25rem;
}
@media (min-width: 768px) {
    .home-cat-grid {
        grid-template-columns: repeat(auto-fit, minmax(170px, 220px));
        gap: 1.35rem;
    }
}
@media (min-width: 1100px) {
    .home-cat-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 240px));
        gap: 1.5rem;
    }
}
.home-cat-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}
.home-cat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.home-cat-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.65), transparent 55%);
}
.home-cat-card span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    z-index: 1;
    text-align: center;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 600;
}
.home-cat-card:hover img { transform: scale(1.06); }

.home-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1rem;
}
@media (min-width: 900px) {
    .home-product-grid { grid-template-columns: repeat(4, 1fr); gap: 2rem 1.5rem; }
}
.home-product-card__media {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f4f3f1;
}
.home-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.home-product-card:hover .home-product-card__media img { transform: scale(1.04); }
.home-product-card__body { padding-top: .85rem; }
.home-product-card__name {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 .35rem;
    line-height: 1.35;
}
.home-product-card__name a {
    color: inherit;
    text-decoration: none;
}
.home-product-card__price {
    font-size: 13px;
    color: #5e5e5d;
    margin: 0 0 .75rem;
}
.home-product-card__actions {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.home-wish-btn {
    border: 1px solid #c4c7c7;
    background: #fff;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #5e5e5d;
}
.home-wish-btn .material-symbols-outlined { font-size: 18px; }
.home-wish-btn.is-active {
    color: #ba1a1a;
    border-color: #ba1a1a;
}

.home-featured {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 70vh;
}
@media (min-width: 900px) {
    .home-featured { grid-template-columns: 1.2fr 1fr; }
}
.home-featured__media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}
.home-featured__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 1.5rem;
    background: #1a1c1a;
    color: #fff;
}
@media (min-width: 900px) {
    .home-featured__copy { padding: 4rem; }
}
.home-featured__copy h2 {
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 1rem;
}
.home-featured__copy p {
    color: rgba(255,255,255,.75);
    margin: 0 0 2rem;
    max-width: 28rem;
    line-height: 1.6;
}
.home-featured__copy .home-eyebrow { color: rgba(255,255,255,.55); }

.home-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
@media (min-width: 800px) {
    .home-why-grid { grid-template-columns: repeat(5, 1fr); }
}
.home-why-item {
    text-align: center;
    padding: 1rem .5rem;
}
.home-why-item .material-symbols-outlined {
    font-size: 28px;
    margin-bottom: .75rem;
    display: block;
}
.home-why-item p {
    margin: 0;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
}

.home-story {
    padding: 5rem 0;
    text-align: center;
}
.home-story__inner {
    max-width: 40rem;
    margin: 0 auto;
}
.home-story h2 {
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 1.25rem;
}
.home-story p {
    color: #5e5e5d;
    line-height: 1.7;
    margin: 0 0 1.5rem;
}

.home-ig-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    justify-content: center;
    gap: .65rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.home-ig-grid[data-count="1"] { grid-template-columns: minmax(140px, 280px); }
.home-ig-grid[data-count="2"] { grid-template-columns: repeat(2, minmax(140px, 280px)); justify-content: center; }
.home-ig-grid[data-count="3"] { grid-template-columns: repeat(3, minmax(140px, 260px)); justify-content: center; }
@media (min-width: 768px) {
    .home-ig-grid { gap: .85rem; }
}
.home-ig-empty {
    text-align: center;
    color: #5e5e5d;
    font-size: 14px;
    padding: 2rem 1rem;
}
.home-ig-cell {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
}
.home-ig-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.home-ig-cell:hover img { transform: scale(1.05); }

.home-reviews {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
@media (min-width: 768px) {
    .home-reviews { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
    .home-reviews { grid-template-columns: repeat(4, 1fr); }
}
.home-review {
    background: #fff;
    padding: 1.75rem 1.5rem;
    margin: 0;
    border: 1px solid rgba(196,199,199,.5);
}
.home-review__stars {
    color: #1a1c1a;
    letter-spacing: .15em;
    margin-bottom: .85rem;
    font-size: 12px;
}
.home-review p {
    margin: 0 0 1rem;
    font-size: 15px;
    line-height: 1.55;
    font-style: italic;
}
.home-review cite {
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #5e5e5d;
    font-style: normal;
}

.home-final-cta {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 5rem 1.5rem;
}
.home-final-cta h2 {
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 1.75rem;
}

/* Centered logo */
.site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    max-width: 180px;
    width: auto;
    height: 68px;
    overflow: hidden;
    flex-shrink: 0;
    line-height: 0;
}
.site-logo img,
.site-logo svg {
    display: block !important;
    width: auto !important;
    max-width: 170px !important;
    height: 68px !important;
    max-height: 68px !important;
    object-fit: contain !important;
    filter: brightness(0);
}
img.logo-hero {
    height: 96px !important;
    max-height: 96px !important;
    max-width: 240px !important;
    width: auto !important;
    filter: brightness(0);
}
.site-logo--sm {
    height: 52px;
    max-width: 140px;
}
.site-logo--sm img,
.site-logo--sm svg {
    height: 52px !important;
    max-height: 52px !important;
    max-width: 130px !important;
}
.site-logo--footer {
    height: 88px;
    max-width: 210px;
    justify-content: flex-start;
}
.site-logo--footer img,
.site-logo--footer svg {
    height: 88px !important;
    max-height: 88px !important;
    max-width: 210px !important;
}
.site-logo--menu {
    height: 100px;
    max-width: 230px;
}
.site-logo--menu img,
.site-logo--menu svg {
    height: 100px !important;
    max-height: 100px !important;
    max-width: 230px !important;
}

.cat-trigger {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.cat-overlay {
    position: fixed;
    inset: 0;
    top: 0;
    background: rgba(26,28,26,.25);
    z-index: 45;
    backdrop-filter: blur(2px);
}
.cat-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 46;
    background: #faf9f6;
    border-bottom: 1px solid rgba(196,199,199,.5);
    box-shadow: 0 24px 60px rgba(0,0,0,.08);
    max-height: min(78vh, 640px);
    overflow: hidden;
}
.cat-panel-inner {
    display: grid;
    grid-template-columns: minmax(200px, 260px) 1fr;
    min-height: 360px;
}
.cat-sidebar {
    background: #f4f3f1;
    border-right: 1px solid rgba(196,199,199,.45);
    padding: 1rem 0;
    overflow-y: auto;
}
.cat-side-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .9rem 1.25rem;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 600;
    color: #5e5e5d;
    cursor: pointer;
    text-align: left;
    transition: .2s ease;
}
.cat-side-item:hover,
.cat-side-item.active {
    color: #000;
    background: #fff;
}
.cat-content {
    padding: 1.5rem 1.75rem 2rem;
    overflow-y: auto;
}
.cat-pane { display: none; }
.cat-pane.active { display: block; animation: fadeIn .35s ease; }
.cat-pane-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.cat-columns {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1.25rem 1.5rem;
}
.cat-col-title {
    display: block;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: .65rem;
    text-decoration: none;
}
.cat-col-link {
    display: block;
    font-size: 14px;
    color: #5e5e5d;
    text-decoration: none;
    padding: .25rem 0;
    transition: color .2s ease, letter-spacing .3s ease;
}
.cat-col-link:hover,
.cat-col ul a:hover {
    color: #000;
    letter-spacing: .04em;
}
.cat-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cat-col ul a {
    display: block;
    font-size: 13px;
    color: #5e5e5d;
    text-decoration: none;
    padding: .2rem 0;
}

.mobile-cat-block summary::-webkit-details-marker { display: none; }

/* Footer contact + social icons */
.footer-icon-link {
    display: flex;
    align-items: center;
    gap: .65rem;
    color: #5e5e5d;
    text-decoration: none;
    transition: color .2s ease;
}
.footer-icon-link:hover { color: #000; }
.footer-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.footer-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #c4c7c7;
    color: #1a1c1a;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.footer-social-btn svg {
    width: 18px;
    height: 18px;
}
.footer-social-btn:hover {
    background: #1a1c1a;
    border-color: #1a1c1a;
    color: #fff;
}

.store-section {
    background-color: #121110;
    min-height: 70vh;
}
.store-section__bg {
    background-size: cover;
    background-position: center;
    background-color: #121110;
}
.store-section__veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.55) 48%, rgba(0,0,0,.4) 100%);
    pointer-events: none;
}
.store-map-frame {
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(0,0,0,.35);
    min-height: 280px;
    height: 100%;
    overflow: hidden;
}
.store-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    filter: grayscale(0.15) contrast(1.05);
}

.email-preview {
    background: #fff;
    border: 1px solid rgba(196,199,199,.6);
    padding: 1.5rem;
    font-size: 14px;
    line-height: 1.7;
    color: #1a1c1a;
}
.email-preview .gold-rule {
    height: 1px;
    background: linear-gradient(90deg, transparent, #c5a46a, transparent);
    margin: 1rem 0;
}

@media (max-width: 768px) {
    .py-section-gap {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .gap-section-gap {
        gap: 64px !important;
    }
    .mb-section-gap {
        margin-bottom: 64px !important;
    }
    .mt-section-gap {
        margin-top: 64px !important;
    }
    .px-container-padding {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .site-logo img { height: 58px !important; max-height: 58px !important; max-width: 145px !important; }
    .site-nav-top { min-height: 64px; }
    .main-nav__list { gap: .15rem 1rem; }
    .main-nav__link { font-size: 10px; letter-spacing: .1em; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .stagger-item, .reveal-up, .reveal-animation {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Product variations + size guide */
.product-variation__label-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .75rem;
}
.product-size-guide-link {
    background: none;
    border: none;
    padding: 0;
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    color: #1a1c1a;
    font-family: "Bodoni Moda", Georgia, serif;
}
.product-variation__btns {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.product-variation__btns--sizes {
    gap: .45rem;
}
.var-btn {
    min-width: 48px;
    padding: .55rem .85rem;
    border: 1px solid #c4c7c7;
    background: #fff;
    color: #1a1c1a;
    font-size: 12px;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
}
.var-btn--round {
    width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.var-btn.selected,
.var-btn:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
}
.product-variation__select {
    width: 100%;
    border: 1px solid #c4c7c7;
    padding: .75rem 1rem;
    background: #fff;
    font-size: 14px;
}
.product-variation__checks {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.product-variation__check {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    border: 1px solid #c4c7c7;
    padding: .45rem .75rem;
    cursor: pointer;
    font-size: 13px;
}
.product-details-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .45rem;
}
.product-details-list li {
    position: relative;
    padding-left: 1rem;
    font-size: 14px;
    color: #5e5e5d;
    line-height: 1.45;
}
.product-details-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1a1c1a;
}
.product-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #c4c7c7;
    border-radius: 4px;
    overflow: hidden;
}
.product-qty button {
    width: 40px;
    height: 40px;
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}
.product-qty input {
    width: 48px;
    height: 40px;
    border: none;
    border-left: 1px solid #c4c7c7;
    border-right: 1px solid #c4c7c7;
    text-align: center;
    font-size: 14px;
    background: #fff;
}
.size-guide[hidden] { display: none !important; }
.size-guide {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}
.size-guide__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20,20,20,.45);
}
.size-guide__panel {
    position: relative;
    z-index: 1;
    background: #faf9f6;
    width: min(720px, 100%);
    max-height: min(90vh, 900px);
    overflow: auto;
    padding: 1.5rem 1.5rem 2rem;
    box-shadow: 0 20px 60px rgba(0,0,0,.2);
}
.size-guide__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.size-guide__head h2 {
    margin: 0;
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
}
.size-guide__close {
    border: none;
    background: none;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
}
.size-guide__steps {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.size-guide__step h3 {
    margin: 0 0 .75rem;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.size-guide__figure {
    margin: 0 0 .85rem;
    background: #fff;
    border: 1px solid #e3e2e0;
    overflow: hidden;
}
.size-guide__figure img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: contain;
    object-position: center;
    background: #fff;
}
.size-guide__steps p {
    margin: 0;
    color: #5e5e5d;
    font-size: 14px;
    line-height: 1.55;
}
.size-guide__chart-title {
    margin: 0 0 .75rem;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.size-guide__table-wrap {
    overflow: auto;
    border: 1px solid #e3e2e0;
}
.size-guide__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}
.size-guide__table th,
.size-guide__table td {
    border-bottom: 1px solid #e3e2e0;
    padding: .55rem .65rem;
    text-align: left;
    white-space: nowrap;
}
.size-guide__table thead th {
    background: #efeeeb;
    font-weight: 600;
    letter-spacing: .04em;
}


