﻿/* Home — YOYOO BLUE */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Source+Sans+3:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

body.home-page {
    font-family: 'Source Sans 3', system-ui, sans-serif;
    background: #F4F0E6;
    color: #1c1917;
}

.visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; border: 0;
}

.home-announce {
    background: #0E1F33;
    color: #E8DFD0;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 8px 16px;
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    flex-shrink: 0;
}

.brand-mark-crest {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #0E1F33;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #0E1F33;
    background:
        linear-gradient(#C4A574, #C4A574) center / 18px 1px no-repeat,
        linear-gradient(#C4A574, #C4A574) center / 1px 18px no-repeat;
}

.brand-mark-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-mark-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: #0E1F33;
}

.brand-mark-sub {
    margin-top: 3px;
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8A8175;
}

/* —— Independent home header —— */
.home-chrome-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    overflow: visible;
    background: rgba(251, 248, 242, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(28, 25, 23, 0.06);
}

.home-chrome-bar-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    min-height: 76px;
    padding-top: 14px;
    padding-bottom: 10px;
}

.home-chrome-menu-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #44403c;
    cursor: pointer;
    padding: 0;
    border-radius: 999px;
    transition: background 0.2s ease;
}

.home-chrome-menu-btn:hover {
    background: rgba(28, 25, 23, 0.05);
}

.home-chrome-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.home-chrome-logo img {
    height: 40px;
    width: auto;
    display: block;
    object-fit: contain;
}

.home-chrome-header .brand-mark-crest {
    width: 40px;
    height: 40px;
}

.home-chrome-search {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 440px;
    width: 100%;
    justify-self: center;
    background: rgba(28, 25, 23, 0.04);
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0 6px 0 16px;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-chrome-search:focus-within {
    background: #fff;
    border-color: rgba(26, 54, 93, 0.28);
    box-shadow: 0 0 0 3px rgba(26, 54, 93, 0.08);
}

.home-chrome-search-icon {
    flex-shrink: 0;
    color: #a8a29e;
}

.home-chrome-search input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    outline: none;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 400;
    color: #1c1917;
    padding: 11px 0;
}

.home-chrome-search input::placeholder {
    color: #a8a29e;
    font-weight: 400;
}

.home-chrome-search-submit {
    border: none;
    background: transparent;
    color: #78716c;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease;
}

.home-chrome-search-submit:hover {
    color: #1A365D;
    background: rgba(26, 54, 93, 0.08);
}

.home-chrome-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-self: end;
}

.home-chrome-track {
    font-size: 0.8rem;
    font-weight: 500;
    color: #78716c;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.01em;
    transition: color 0.2s ease;
}

.home-chrome-track:hover {
    color: #1A365D;
}

.home-chrome-header .shop-cart-btn {
    border: none;
    background: rgba(28, 25, 23, 0.04);
    border-radius: 999px;
    color: #44403c;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-chrome-header .shop-cart-btn:hover {
    background: rgba(26, 54, 93, 0.1);
    color: #1A365D;
    border-color: transparent;
}

.home-chrome-header .shop-cart-count {
    background: #1A365D;
}

/* Category nav — soft editorial style */
.home-chrome-nav {
    position: relative;
    z-index: 1110;
    overflow: visible;
    border-top: none;
    background: transparent;
    padding-bottom: 2px;
}

.home-chrome-nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 44px;
    padding: 2px 0 10px;
    overflow: visible;
}

.home-chrome-nav-cats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    overflow: visible;
    position: relative;
    z-index: 1111;
}

.home-chrome-nav-link,
.home-chrome-drop-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font: inherit;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #57534e;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 999px;
    transition: color 0.25s ease, background 0.25s ease;
}

.home-chrome-nav-link::after,
.home-chrome-drop-btn::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    height: 1px;
    background: currentColor;
    opacity: 0;
    transform: scaleX(0.4);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.home-chrome-nav-link:hover,
.home-chrome-drop-btn:hover,
.home-chrome-dropdown:hover > .home-chrome-drop-btn,
.home-chrome-dropdown:focus-within > .home-chrome-drop-btn {
    color: #1c1917;
    background: rgba(28, 25, 23, 0.04);
}

.home-chrome-nav-link:hover::after,
.home-chrome-drop-btn:hover::after,
.home-chrome-dropdown:hover > .home-chrome-drop-btn::after,
.home-chrome-dropdown:focus-within > .home-chrome-drop-btn::after {
    opacity: 0.35;
    transform: scaleX(1);
}

.home-chrome-nav-shop {
    color: #1c1917;
}

.home-chrome-drop-chevron {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.45;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.home-chrome-dropdown:hover .home-chrome-drop-chevron,
.home-chrome-dropdown:focus-within .home-chrome-drop-chevron {
    transform: rotate(225deg);
    opacity: 0.7;
    margin-top: 2px;
}

.home-chrome-dropdown {
    position: relative;
    z-index: 1;
}

.home-chrome-dropdown:hover,
.home-chrome-dropdown:focus-within {
    z-index: 1200;
}

/* Invisible bridge so cursor can move into the menu without closing */
.home-chrome-dropdown::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
    display: none;
}

.home-chrome-dropdown:hover::after,
.home-chrome-dropdown:focus-within::after {
    display: block;
}

.home-chrome-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    width: max-content;
    max-width: min(560px, calc(100vw - 32px));
    min-width: 220px;
    background: #FBF8F2;
    border: 1px solid rgba(28, 25, 23, 0.08);
    border-radius: 18px;
    box-shadow:
        0 4px 6px -2px rgba(28, 25, 23, 0.04),
        0 18px 40px -12px rgba(28, 25, 23, 0.18);
    padding: 14px 12px 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
    z-index: 1200;
}

.home-chrome-dropdown-menu.is-cols {
    min-width: 360px;
}

.home-chrome-dropdown-menu.is-wide {
    min-width: 480px;
    max-width: min(640px, calc(100vw - 32px));
}

.home-chrome-dropdown:hover .home-chrome-dropdown-menu,
.home-chrome-dropdown:focus-within .home-chrome-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.home-chrome-dropdown-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    max-height: 280px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 2px;
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 25, 23, 0.2) transparent;
}

.home-chrome-dropdown-menu.is-cols .home-chrome-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 260px;
}

.home-chrome-dropdown-menu.is-wide .home-chrome-dropdown-grid {
    grid-template-columns: 1fr 1fr 1fr;
    max-height: 240px;
}

.home-chrome-dropdown-grid::-webkit-scrollbar {
    width: 5px;
}

.home-chrome-dropdown-grid::-webkit-scrollbar-thumb {
    background: rgba(28, 25, 23, 0.18);
    border-radius: 4px;
}

.home-chrome-dropdown-menu a {
    display: block;
    padding: 11px 14px;
    font-family: 'Source Sans 3', system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.35;
    color: #57534e;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-chrome-dropdown-menu a:hover {
    background: rgba(26, 54, 93, 0.08);
    color: #0E1F33;
}

.home-chrome-dropdown-all {
    display: block !important;
    margin-top: 10px;
    padding: 11px 14px !important;
    text-align: center;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    color: #1A365D !important;
    background: rgba(26, 54, 93, 0.06);
    border-radius: 999px !important;
}

.home-chrome-dropdown-all:hover {
    background: rgba(26, 54, 93, 0.12) !important;
    color: #0E1F33 !important;
    padding-left: 14px !important;
}

/* Mobile drawer */
.home-chrome-overlay {
    position: fixed;
    inset: 0;
    background: rgba(28, 25, 23, 0.35);
    z-index: 1998;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.home-chrome-overlay.active {
    opacity: 1;
}

.home-chrome-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: min(88vw, 340px);
    height: 100%;
    background: #FBF8F2;
    z-index: 1999;
    display: flex;
    flex-direction: column;
    transform: translateX(-105%);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 12px 0 40px rgba(28, 25, 23, 0.1);
}

.home-chrome-drawer.open {
    transform: translateX(0);
}

.home-chrome-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px 16px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 400;
    font-size: 1.35rem;
    color: #1c1917;
}

.home-chrome-drawer-close {
    border: none;
    background: rgba(28, 25, 23, 0.05);
    width: 36px;
    height: 36px;
    border-radius: 999px;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    color: #78716c;
    padding: 0;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-chrome-drawer-close:hover {
    background: rgba(26, 54, 93, 0.1);
    color: #1A365D;
}

.home-chrome-drawer-search {
    display: flex;
    gap: 8px;
    padding: 4px 16px 18px;
}

.home-chrome-drawer-search input {
    flex: 1;
    border: 1px solid transparent;
    background: rgba(28, 25, 23, 0.04);
    padding: 11px 16px;
    font: inherit;
    font-size: 0.9rem;
    border-radius: 999px;
    outline: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.home-chrome-drawer-search input:focus {
    background: #fff;
    border-color: rgba(26, 54, 93, 0.25);
}

.home-chrome-drawer-search button {
    border: none;
    background: rgba(28, 25, 23, 0.06);
    color: #57534e;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 0 16px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-chrome-drawer-search button:hover {
    background: rgba(26, 54, 93, 0.12);
    color: #1A365D;
}

.home-chrome-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 4px 10px 20px;
}

.home-chrome-drawer-link,
.home-chrome-drawer-group-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px;
    font: inherit;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: #44403c;
    text-decoration: none;
    background: none;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-chrome-drawer-link:hover,
.home-chrome-drawer-group-btn:hover {
    background: rgba(28, 25, 23, 0.04);
    color: #1c1917;
}

.home-chrome-drawer-group-btn .home-chrome-drop-chevron {
    margin-right: 4px;
}

.home-chrome-drawer-group-btn.open .home-chrome-drop-chevron {
    transform: rotate(225deg);
    margin-top: 2px;
    opacity: 0.7;
}

.home-chrome-drawer-sub {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0 4px 4px;
}

.home-chrome-drawer-sub.open {
    max-height: 420px;
}

.home-chrome-drawer-sub a {
    display: block;
    padding: 10px 18px;
    font-family: 'Source Sans 3', system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #78716c;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-chrome-drawer-sub a:hover {
    background: rgba(26, 54, 93, 0.08);
    color: #0E1F33;
}

.home-chrome-drawer-pages-label {
    padding: 14px 18px 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #a8a29e;
}

.home-chrome-drawer-foot {
    display: flex;
    gap: 20px;
    padding: 16px 22px max(22px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(28, 25, 23, 0.06);
}

.home-chrome-drawer-foot a {
    font-size: 0.85rem;
    font-weight: 500;
    color: #a8a29e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.home-chrome-drawer-foot a:hover {
    color: #1A365D;
}

/* —— Home footer —— */
.home-chrome-footer {
    flex-shrink: 0;
    margin-top: auto;
    background: #0E1F33;
    color: #d6d3d1;
}

.home-chrome-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px 32px;
    padding: 56px 0 44px;
}

.home-chrome-footer-logo {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.75rem;
    color: #fafaf9;
    letter-spacing: 0.16em;
    margin-bottom: 12px;
}

.home-chrome-footer-tagline {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #a8a29e;
    max-width: 300px;
    margin: 0 0 18px;
}

.home-chrome-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.85rem;
}

.home-chrome-footer-contact a {
    color: #fafaf9;
    font-weight: 600;
    text-decoration: none;
}

.home-chrome-footer-contact a:hover {
    color: #1A365D;
}

.home-chrome-footer-contact span {
    color: #78716c;
    font-size: 0.78rem;
}

.home-chrome-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.home-chrome-footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid #44403c;
    color: #d6d3d1;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 600;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.home-chrome-footer-social a svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.home-chrome-footer-social a:hover {
    color: #fafaf9;
    border-color: #a8a29e;
    background: #292524;
}

.home-chrome-footer-col h4 {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fafaf9;
    margin: 0 0 16px;
}

.home-chrome-footer-col a {
    display: block;
    font-size: 0.85rem;
    color: #a8a29e;
    text-decoration: none;
    padding: 5px 0;
    transition: color 0.15s;
}

.home-chrome-footer-col a:hover {
    color: #1A365D;
}

.home-chrome-footer-bottom {
    border-top: 1px solid #292524;
    padding: 18px 0 max(22px, env(safe-area-inset-bottom));
}

.home-chrome-footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.75rem;
    color: #78716c;
}

.home-chrome-footer-note a {
    color: #a8a29e;
    text-decoration: none;
}

.home-chrome-footer-note a:hover {
    color: #1A365D;
}

@media (max-width: 960px) {
    .home-chrome-bar-inner {
        grid-template-columns: auto auto 1fr;
        gap: 12px;
    }

    .home-chrome-menu-btn {
        display: inline-flex;
        grid-column: 1;
    }

    .home-chrome-logo {
        grid-column: 2;
    }

    .home-chrome-logo img {
        height: 36px;
    }

    .home-chrome-search {
        display: none;
    }

    .home-chrome-actions {
        grid-column: 3;
    }

    .home-chrome-track {
        display: none;
    }

    .home-chrome-nav {
        display: none;
    }

    .home-chrome-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
        padding: 40px 0 32px;
    }

    .home-chrome-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .home-chrome-footer-grid {
        grid-template-columns: 1fr;
    }

    .home-chrome-footer-col {
        border-top: 1px solid #292524;
        padding-top: 16px;
    }

    .home-chrome-footer-brand {
        border-top: none;
        padding-top: 0;
    }

    .home-chrome-footer-bottom-inner {
        flex-direction: column;
    }
}

/* —— Hero —— */
.home-hero {
    position: relative;
    z-index: 0;
    min-height: min(92vh, 820px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    isolation: isolate;
}

.home-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.home-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
    transform: scale(1.06);
    animation: homeKenBurns 18s ease-out forwards;
}

.home-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(28, 25, 23, 0.15) 0%, rgba(28, 25, 23, 0.28) 40%, rgba(28, 25, 23, 0.78) 100%),
        linear-gradient(90deg, rgba(28, 25, 23, 0.45) 0%, transparent 55%);
    z-index: 1;
}

.home-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 max(24px, env(safe-area-inset-left)) 72px max(24px, env(safe-area-inset-right));
}

.home-brand-kicker {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C4A574;
    margin: 0 0 14px;
    animation: homeRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-brand {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(3.2rem, 8vw, 5.5rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 0.95;
    margin: 0 0 18px;
    animation: homeRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.06s both;
}

.home-headline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.01em;
    line-height: 1.25;
    max-width: 22ch;
    margin: 0 0 14px;
    opacity: 0.95;
    animation: homeRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.home-lead {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.55;
    max-width: 34ch;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 28px;
    animation: homeRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

.home-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    animation: homeRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s, color 0.2s, transform 0.2s, border-color 0.2s;
}

.home-btn-primary {
    background: #1A365D;
    color: #fff;
    border: 1px solid #1A365D;
}

.home-btn-primary:hover {
    background: #0E1F33;
    border-color: #0E1F33;
    transform: translateY(-1px);
}

.home-btn-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.home-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
}

/* —— Sections —— */
.home-section {
    padding: 80px 0 72px;
}

.home-section-head {
    margin-bottom: 36px;
    max-width: 520px;
}

.home-section-head-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    max-width: none;
}

.home-section-head-row > div {
    max-width: 520px;
}

.home-section-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #B0894F;
    margin-bottom: 10px;
}

.home-section-link {
    flex-shrink: 0;
    font-size: 0.88rem;
    font-weight: 600;
    color: #1c1917;
    text-decoration: none;
    border-bottom: 1px solid #1c1917;
    padding-bottom: 2px;
    margin-bottom: 6px;
    transition: color 0.15s, border-color 0.15s;
}

.home-section-link:hover {
    color: #1A365D;
    border-color: #1A365D;
}

.home-section-head h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.85rem, 3.5vw, 2.5rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #1c1917;
    margin: 0 0 10px;
}

.home-section-head p {
    font-size: 1rem;
    line-height: 1.55;
    color: #78716c;
    margin: 0;
}

.home-section-products {
    padding: 72px 0 56px;
}

.home-section-featured {
    padding-top: 24px;
    padding-bottom: 72px;
}

/* Categories — interactive links, light structure */
.home-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #e7e5e4;
    border: 1px solid #e7e5e4;
}

.home-cat-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 160px;
    padding: 28px 26px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: background 0.25s ease;
}

.home-cat-link:hover {
    background: #F8F4EC;
}

.home-cat-link .cat-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #a8a29e;
    margin-bottom: 12px;
}

.home-cat-link .cat-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.45rem;
    letter-spacing: -0.02em;
    color: #1c1917;
    margin: 0 0 auto;
}

.home-cat-link .cat-go {
    margin-top: 24px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1A365D;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transform: translateX(0);
    transition: transform 0.25s ease;
}

.home-cat-link:hover .cat-go {
    transform: translateX(4px);
}

.home-cat-empty,
.home-products-empty,
.home-products-loading {
    text-align: center;
    padding: 40px 20px;
    color: #a8a29e;
    font-size: 0.95rem;
}

/* Featured products */
.home-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 22px;
}

.home-product {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.25s ease;
}

.home-product:hover {
    transform: translateY(-2px);
}

.home-product-media-wrap {
    position: relative;
    margin-bottom: 14px;
}

.home-product-media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #e7e5e4;
    margin-bottom: 0;
}

.home-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

.home-product:hover .home-product-media:not(.is-playing) img {
    transform: scale(1.04);
}

.home-product:hover .home-product-media.is-playing img {
    transform: none;
}

.home-product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    pointer-events: none;
}

.home-product-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    padding: 7px 9px;
    background: #1c1917;
    color: #fafaf9;
}

.home-product-badge-best {
    background: #1c1917;
    color: #fafaf9;
}

.home-product-save {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 7px 9px;
    background: #1A365D;
    color: #fff;
}

.home-product-meta {
    padding: 0 2px;
}

.home-product-title {
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.4;
    color: #1c1917;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
}

.home-product-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1c1917;
}

.home-product-price-now {
    color: #1A365D;
}

.home-product-price .was {
    font-weight: 400;
    font-size: 0.8rem;
    color: #a8a29e;
    text-decoration: line-through;
}

.home-explore-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
    margin-top: 36px;
    padding-top: 8px;
}
.home-explore-links a {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #57534e;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}
.home-explore-links a:hover {
    color: #0E1F33;
    border-color: #0E1F33;
}

.home-section-foot {
    margin-top: 40px;
    text-align: center;
}

.home-btn-outline {
    background: transparent;
    color: #1c1917;
    border: 1px solid #1c1917;
}

.home-btn-outline:hover {
    background: #1c1917;
    color: #fff;
}

/* —— Happy customers / reviews —— */
.home-reviews {
    padding: 88px 0 80px;
    background:
        radial-gradient(ellipse 80% 60% at 10% 20%, rgba(26, 54, 93, 0.06), transparent 55%),
        linear-gradient(180deg, #F4F0E6 0%, #FBF8F2 45%, #F4F0E6 100%);
}

.home-reviews .home-section-head {
    max-width: 640px;
    margin-bottom: 48px;
}

.home-reviews .home-section-head h2 {
    font-size: clamp(2.2rem, 4.5vw, 3.25rem);
}

.home-reviews .home-section-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1A365D;
    margin-bottom: 12px;
}

.home-reviews-track-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.home-reviews-track {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 8px 52px 16px;
    margin: 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
}

.home-reviews-track::-webkit-scrollbar {
    display: none;
}

.home-reviews-track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.home-review-card {
    flex: 0 0 min(360px, 82vw);
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid rgba(28, 25, 23, 0.06);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 18px 40px -28px rgba(28, 25, 23, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px -28px rgba(28, 25, 23, 0.4);
}

.home-review-media {
    aspect-ratio: 4 / 3;
    background: #ebe7e2;
    overflow: hidden;
}

.home-review-media img,
.home-review-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    /* Avoid soft browser upscaling haze on photo cards */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.home-review-media.is-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(145deg, #f5ebe3 0%, #ebe4dc 100%);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 3.5rem;
    color: rgba(28, 25, 23, 0.28);
}

.home-review-body {
    padding: 26px 26px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home-review-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 14px;
    color: #d6d3d1;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    line-height: 1;
}

.home-review-stars .is-on {
    color: #C4A574;
}

.home-review-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.45rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #1c1917;
    margin: 0 0 12px;
}

.home-review-text {
    font-size: 0.98rem;
    line-height: 1.65;
    color: #57534e;
    margin: 0;
}

.home-review-text.is-clamped {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
}

.home-review-toggle {
    align-self: flex-start;
    margin-top: 12px;
    border: none;
    background: none;
    padding: 0;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1A365D;
    cursor: pointer;
    letter-spacing: 0.01em;
}

.home-review-toggle:hover {
    color: #0E1F33;
}

.home-review-toggle.hidden {
    display: none;
}

.home-reviews-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(28, 25, 23, 0.12);
    background: rgba(255, 255, 255, 0.95);
    color: #1c1917;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 24px -12px rgba(28, 25, 23, 0.35);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-reviews-prev {
    left: 0;
}

.home-reviews-next {
    right: 0;
}

.home-reviews-nav-btn:hover {
    background: #1c1917;
    border-color: #1c1917;
    color: #fff;
    transform: translateY(-50%) scale(1.04);
}

.home-reviews-empty {
    text-align: center;
    padding: 48px 20px;
    color: #a8a29e;
}

@media (max-width: 800px) {
    .home-reviews {
        padding: 64px 0 56px;
    }

    .home-review-card {
        flex-basis: min(300px, 85vw);
    }

    .home-review-body {
        padding: 22px 20px 24px;
    }

    .home-reviews-track {
        padding-left: 40px;
        padding-right: 40px;
    }

    .home-reviews-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

/* —— Welcome coupon popup —— */
.home-coupon-overlay {
    position: fixed;
    inset: 0;
    z-index: 3000;
    background: rgba(28, 25, 23, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s;
}

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

.home-coupon-modal {
    position: relative;
    width: min(420px, 100%);
    background:
        linear-gradient(165deg, #FBF8F2 0%, #ffffff 42%, #F4F0E6 100%);
    border: 1px solid rgba(28, 25, 23, 0.08);
    border-radius: 20px;
    box-shadow: 0 28px 60px -24px rgba(28, 25, 23, 0.45);
    padding: 36px 32px 28px;
    text-align: center;
    transform: translateY(16px) scale(0.97);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-coupon-overlay.is-open .home-coupon-modal {
    transform: translateY(0) scale(1);
}

.home-coupon-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 999px;
    background: rgba(28, 25, 23, 0.05);
    color: #78716c;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-coupon-close:hover {
    background: rgba(26, 54, 93, 0.12);
    color: #1A365D;
}

.home-coupon-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1A365D;
    margin-bottom: 10px;
}

.home-coupon-modal h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.85rem, 4vw, 2.25rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #1c1917;
    margin: 0 0 10px;
    line-height: 1.15;
}

.home-coupon-modal > p {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #78716c;
    margin: 0 0 22px;
}

.home-coupon-code-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 200px;
    padding: 18px 28px;
    margin-bottom: 22px;
    background: #fff;
    border: 1px dashed rgba(26, 54, 93, 0.45);
    border-radius: 12px;
}

.home-coupon-off {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    color: #1A365D;
    letter-spacing: -0.02em;
    line-height: 1;
}

.home-coupon-code {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #1c1917;
}

.home-coupon-hint {
    font-size: 0.78rem;
    color: #a8a29e;
}

.home-coupon-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-coupon-claim {
    border: none;
    background: #1A365D;
    color: #fff;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-coupon-claim:hover {
    background: #0E1F33;
    transform: translateY(-1px);
}

.home-coupon-skip {
    border: none;
    background: none;
    color: #a8a29e;
    font: inherit;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 6px;
}

.home-coupon-skip:hover {
    color: #57534e;
}

.home-coupon-success {
    display: none;
    font-size: 0.95rem;
    color: #166534;
    line-height: 1.5;
    margin: 0 0 8px;
}

.home-coupon-modal.is-claimed .home-coupon-actions-main {
    display: none;
}

.home-coupon-modal.is-claimed .home-coupon-success {
    display: block;
}

@media (max-width: 480px) {
    .home-coupon-modal {
        padding: 32px 22px 24px;
    }
}

/* Promise strip */
.home-promise {
    padding: 64px 0;
    background:
        linear-gradient(135deg, #0E1F33 0%, #152A45 55%, #1A365D 100%);
    color: #fafaf9;
    text-align: center;
}

.home-promise h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
}

.home-promise p {
    font-size: 1rem;
    color: #a8a29e;
    max-width: 38ch;
    margin: 0 auto 28px;
    line-height: 1.55;
}

.home-promise .home-btn-primary {
    background: #fff;
    color: #1c1917;
    border-color: #fff;
}

.home-promise .home-btn-primary:hover {
    background: #f5f5f4;
}

.hidden { display: none !important; }

@keyframes homeRise {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes homeKenBurns {
    to { transform: scale(1); }
}

@media (max-width: 1024px) {
    .home-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 800px) {
    .home-hero {
        min-height: min(85vh, 680px);
    }

    .home-hero-inner {
        padding-bottom: 48px;
    }

    .home-section {
        padding: 56px 0 48px;
    }

    .home-section-head-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .home-section-link {
        margin-bottom: 0;
    }

    .home-product-title {
        min-height: 0;
        font-size: 0.86rem;
    }

    .home-cat-grid {
        grid-template-columns: 1fr;
    }

    .home-cat-link {
        min-height: 120px;
        padding: 22px 20px;
    }

    .home-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 14px;
    }
}

@media (max-width: 480px) {
    .home-cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .home-btn {
        width: 100%;
    }

    .home-product-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-media img,
    .home-brand,
    .home-headline,
    .home-lead,
    .home-cta-row,
    .home-product-media img {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

/* —— Trust strip —— */
.home-trust {
    background: #0E1F33;
    color: #E8DFD0;
    padding: 28px 0;
}

.home-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 32px;
}

.home-trust-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 16px;
    border-left: 1px solid rgba(196, 165, 116, 0.35);
}

.home-trust-item strong {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #FBF8F2;
    letter-spacing: 0.01em;
}

.home-trust-item span {
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(232, 223, 208, 0.72);
}

/* —— Collections —— */
.home-collections {
    padding-top: 72px;
    padding-bottom: 24px;
}

.home-collection-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.home-collection {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    min-height: 340px;
    background: #1c1917;
}

.home-collection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    inset: 0;
    transform: scale(1.04);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-collection::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 31, 51, 0.08) 20%, rgba(14, 31, 51, 0.78) 100%);
    z-index: 1;
}

.home-collection-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 22px 20px 24px;
}

.home-collection-cap span {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    color: #C4A574;
    margin-bottom: 6px;
}

.home-collection-cap h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.65rem;
    font-weight: 600;
    margin: 0 0 4px;
    letter-spacing: 0.02em;
}

.home-collection-cap p {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.78);
}

.home-collection:hover img {
    transform: scale(1.1);
}

/* —— Craft / heritage —— */
.home-craft {
    padding: 24px 0 72px;
}

.home-craft-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.home-craft-media {
    overflow: hidden;
    min-height: 420px;
    background: #e7e5e4;
}

.home-craft-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 420px;
}

.home-craft-copy h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.85rem, 3.5vw, 2.6rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #0E1F33;
    margin: 0 0 16px;
}

.home-craft-copy > p {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #57534e;
    margin: 0 0 22px;
    max-width: 42ch;
}

.home-craft-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.home-craft-list li {
    position: relative;
    padding: 10px 0 10px 18px;
    font-size: 0.95rem;
    color: #44403c;
    border-bottom: 1px solid rgba(14, 31, 51, 0.08);
}

.home-craft-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.15em;
    width: 7px;
    height: 1px;
    background: #C4A574;
}

@media (max-width: 960px) {
    .home-trust-grid,
    .home-collection-grid,
    .home-craft-grid {
        grid-template-columns: 1fr 1fr;
    }

    .brand-mark-sub {
        display: none;
    }
}

@media (max-width: 640px) {
    .home-trust-grid,
    .home-collection-grid,
    .home-craft-grid {
        grid-template-columns: 1fr;
    }

    .home-trust-item {
        padding-left: 0;
        border-left: none;
        padding-top: 12px;
        border-top: 1px solid rgba(196, 165, 116, 0.25);
    }

    .home-trust-item:first-child {
        border-top: none;
        padding-top: 0;
    }

    .home-collection {
        min-height: 240px;
    }

    .home-craft-media,
    .home-craft-media img {
        min-height: 260px;
    }
}

