:root {
    --bg: #fff7f1;
    --bg-soft: #fffdf8;
    --surface: #fffaf5;
    --surface-soft: #f8e5df;
    --blue-soft: #dce8f7;
    --blue-wash: #eef5fc;
    --blush: #f7d0cb;
    --blush-soft: #fdecea;
    --text: #242225;
    --muted: #6f6870;
    --line: rgba(210, 186, 135, 0.26);
    --gold: #d7bd7e;
    --gold-deep: #b89d60;
    --control-gold: #D8B45A;
    --control-gold-deep: #B88924;
    --control-gold-text: #3F2B08;
    --control-gold-soft: #F5EDD0;
    --theme-gradient: linear-gradient(135deg, #dce8f7 0%, #fffdf8 52%, #fdecea 100%);
    --theme-gradient-hover: linear-gradient(135deg, #cfe0f3 0%, #fffaf5 50%, #f8d0cb 100%);
    --shadow: 0 24px 60px rgba(92, 82, 88, 0.1);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at 0% 0%, var(--blue-soft) 0%, rgba(220, 232, 247, 0) 32rem),
        radial-gradient(circle at 100% 72%, var(--blush-soft) 0%, rgba(253, 236, 234, 0) 34rem),
        linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);
    color: var(--text);
    font-family: "Manrope", sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
video {
    display: block;
    max-width: 100%;
}

button,
input {
    font: inherit;
}

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

.utility-bar,
.top-shipping-strip,
.brand-message-strip,
.site-header,
.section,
.site-footer,
.page-hero,
.category-banner {
    padding-left: clamp(1.2rem, 4vw, 4rem);
    padding-right: clamp(1.2rem, 4vw, 4rem);
}

.utility-bar {
    align-items: center;
    background: var(--blue-wash);
    border-bottom: 1px solid var(--line);
    display: flex;
    font-size: 0.78rem;
    gap: 1rem;
    justify-content: space-between;
    letter-spacing: 0.12em;
    padding-bottom: 0.9rem;
    padding-top: 0.9rem;
    text-transform: uppercase;
}

.utility-bar p {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
}

.utility-bar p span {
    color: var(--muted);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: none;
}

.utility-links {
    display: flex;
    gap: 1.5rem;
}

.top-shipping-strip {
    align-items: center;
    background: var(--blue-wash);
    border-bottom: 1px solid var(--line);
    color: var(--control-gold-text);
    display: flex;
    font-size: 0.78rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.12em;
    padding-bottom: 0.9rem;
    padding-top: 0.9rem;
    text-align: center;
    text-transform: uppercase;
}

.top-shipping-strip strong,
.top-shipping-strip small {
    display: block;
}

.top-shipping-strip small {
    color: var(--muted);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    margin-top: 0.15rem;
    text-transform: none;
}

.brand-message-strip,
.shipping-policy-strip {
    align-items: center;
    background: rgba(255, 250, 245, 0.82);
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.74rem;
    font-weight: 600;
    gap: 0.6rem 1.2rem;
    justify-content: center;
    letter-spacing: 0.18em;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
    text-align: center;
    text-transform: uppercase;
}

.brand-message-strip span + span::before,
.shipping-policy-strip span + span::before {
    color: var(--gold-deep);
    content: "|";
    margin-right: 1.2rem;
}

.brand-message-strip strong,
.shipping-policy-strip strong,
.shipping-policy-strip small {
    display: block;
}

.brand-message-strip strong {
    font-weight: 600;
}

.shipping-policy-strip small {
    color: var(--muted);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    margin-top: 0.15rem;
    text-transform: none;
}

.site-header {
    align-items: center;
    background: var(--theme-gradient);
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 1.2rem;
    justify-content: space-between;
    min-height: 132px;
    padding-bottom: 1.1rem;
    padding-top: 1.1rem;
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(10px);
}

.brand-logo-link {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    height: 140px;
    overflow: hidden;
    width: clamp(250px, 34vw, 520px);
}

.brand-logo {
    height: auto;
    mix-blend-mode: multiply;
    min-width: 100%;
    object-fit: cover;
    object-position: center 100%;
     width: 100%;
}

.mobile-icon-link,
.mobile-header-actions {
    display: none;
}

.nav-toggle {
    background: none;
    border: 1px solid var(--line);
    color: var(--text);
    display: none;
    letter-spacing: 0.08em;
    padding: 0.75rem 1rem;
    text-transform: uppercase;
}

.header-icon {
    color: currentColor;
    display: block;
    height: 30px;
    position: relative;
    width: 30px;
}

.icon-menu::before {
    background: currentColor;
    box-shadow: 0 10px 0 currentColor;
    content: "";
    height: 2px;
    left: 2px;
    position: absolute;
    top: 7px;
    width: 26px;
}

.icon-search {
    border: 2px solid currentColor;
    border-radius: 50%;
    height: 28px;
    width: 28px;
}

.icon-search::after {
    background: currentColor;
    content: "";
    height: 2px;
    position: absolute;
    right: -6px;
    top: 23px;
    transform: rotate(45deg);
    width: 11px;
}

.icon-account::before {
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    content: "";
    height: 13px;
    left: 4px;
    position: absolute;
    top: 13px;
    width: 22px;
}

.icon-account::after {
    border: 2px solid currentColor;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 10px;
    position: absolute;
    top: 3px;
    width: 8px;
}

.icon-bag::before {
    border: 2px solid currentColor;
    content: "";
    height: 20px;
    left: 5px;
    position: absolute;
    top: 8px;
    width: 20px;
}

.icon-bag::after {
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    content: "";
    height: 9px;
    left: 10px;
    position: absolute;
    top: 1px;
    width: 10px;
}

.main-nav {
    align-items: center;
    display: flex;
    gap: 1.6rem;
}

.main-nav > a,
.nav-dropdown-trigger {
    font-size: 0.94rem;
    position: relative;
}

.main-nav > a::after,
.nav-dropdown-trigger::after,
.text-link::after {
    background: currentColor;
    bottom: -0.18rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
    width: 100%;
}

.main-nav > a:hover::after,
.nav-dropdown:hover .nav-dropdown-trigger::after,
.text-link:hover::after {
    transform: scaleX(1);
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown-menu {
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: grid;
    gap: 0.1rem;
    min-width: 180px;
    opacity: 0;
    padding: 0.6rem;
    pointer-events: none;
    position: absolute;
    top: 100%;              /* ✅ FIXED */
     left: 0;                /* (optional but recommended) */
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.nav-dropdown-menu a {
    border-radius: 0.75rem;
    padding: 0.75rem 0.9rem;
}

.nav-dropdown-menu a:hover {
    background: var(--surface-soft);
}

.hero-cinema {
    background: #ffffff;
    height: 78vh;
    min-height: 560px;
    overflow: hidden;
    position: relative;
}

.hero-slider-track,
.hero-slide,
.hero-slide img {
    height: 100%;
    width: 100%;
}

.hero-slider-track {
    background: #fffaf4;
    position: relative;
}

.hero-slide {
    background:
        radial-gradient(circle at 28% 38%, rgba(216, 180, 90, 0.12), transparent 32%),
        linear-gradient(90deg, #fff7f1 0%, #fffaf4 54%, #fbf3e9 100%);
    inset: 0;
    isolation: isolate;
    opacity: 0;
    position: absolute;
    transition: opacity 0.85s ease;
}

.hero-slide.is-active {
    opacity: 1;
    z-index: 1;
}

.hero-slide img {
    display: block;
    filter: saturate(1.04) contrast(0.98);
    height: 100%;
    margin-right: auto;
    mask-image: linear-gradient(90deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.78) 70%, transparent 100%);
    mix-blend-mode: multiply;
    object-fit: contain;
    object-position: center left;
    padding: clamp(1.4rem, 3vw, 2.5rem) 0 clamp(3.2rem, 5vw, 4.6rem) clamp(2.8rem, 6vw, 6rem);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.78) 70%, transparent 100%);
    width: min(68vw, 1160px);
}

.hero-slide-overlay {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(255, 250, 244, 0) 0%, rgba(255, 250, 244, 0.24) 44%, rgba(255, 250, 244, 0.82) 62%, rgba(255, 250, 244, 0.98) 100%);
    display: flex;
    inset: 0;
    justify-content: flex-end;
    padding: clamp(2rem, 5vw, 4.5rem) clamp(4rem, 8vw, 8rem) clamp(5.5rem, 7vw, 7rem) clamp(2rem, 5vw, 4.5rem);
    position: absolute;
}

.hero-slide-copy {
    align-items: center;
    color: var(--text);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: min(40rem, 43vw);
    padding-left: clamp(1rem, 3vw, 3rem);
    text-align: center;
}

.hero-slide-copy h1 {
    color: var(--text);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.25rem, 3.5vw, 3.45rem);
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.12;
    margin-bottom: 1.35rem;
}

.hero-slide-copy .hero-subtitle {
    color: rgba(47, 42, 44, 0.78);
}

.hero-slider-arrow {
    align-items: center;
    background: rgba(255, 250, 244, 0.64);
    border: 1px solid rgba(184, 137, 36, 0.42);
    border-radius: 50%;
    color: var(--control-gold-text);
    cursor: pointer;
    display: inline-flex;
    font-size: 2.1rem;
    height: 58px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    width: 58px;
    z-index: 3;
}

.hero-slider-arrow:hover {
    background: #fffaf4;
    border-color: var(--control-gold);
    transform: translateY(-50%) scale(1.04);
}

.hero-slider-prev {
    left: clamp(1rem, 2.4vw, 2rem);
}

.hero-slider-next {
    right: clamp(1rem, 2.4vw, 2rem);
}

.hero-slider-dots {
    align-items: center;
    bottom: clamp(1.3rem, 2.7vw, 2.2rem);
    display: flex;
    gap: 0.65rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}

.hero-slider-dots button {
    background: rgba(184, 137, 36, 0.2);
    border: 1px solid rgba(217, 197, 141, 0.72);
    cursor: pointer;
    height: 10px;
    padding: 0;
    transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
    width: 10px;
}

.hero-slider-dots button.is-active {
    background: var(--control-gold);
    transform: scale(1.08);
    width: 28px;
}

.hero-cinema-video {
    border: 0;
    display: block;
    height: 78vh;
    min-height: 560px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.hero-cinema-overlay {
    align-items: flex-start;
    background:
        linear-gradient(90deg, rgba(18, 20, 24, 0.42) 0%, rgba(18, 20, 24, 0.08) 42%, rgba(18, 20, 24, 0.18) 100%),
        linear-gradient(180deg, rgba(18, 20, 24, 0.08) 0%, rgba(18, 20, 24, 0.12) 100%);
    display: flex;
    gap: 2rem;
    inset: 0;
    justify-content: flex-start;
    padding: clamp(2rem, 5vw, 4.5rem) clamp(2rem, 5vw, 4.5rem) clamp(1rem, 2.8vw, 2.5rem);
    position: absolute;
}

.hero-cinema-copy {
    align-items: flex-start;
    color: #fffaf4;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    max-width: 38rem;
}

.hero-kicker,
.eyebrow {
    color: #d9c58d;
    font-size: 0.82rem;
    letter-spacing: 0.28em;
    margin-bottom: 0.9rem;
    text-transform: uppercase;
}

.hero-kicker {
    color: var(--control-gold-deep);
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 0 1px 18px rgba(255, 250, 244, 0.72);
}

.hero-cinema-copy h1,
.section-heading h2,
.section-intro h2,
.feature-copy h3,
.showcase-copy h2,
.page-hero h1,
.category-banner h1,
.story-grid h2,
.contact-card h2,
.category-tile-copy h3,
.product-name {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 0.96;
}

.hero-cinema-copy h1 {
    font-size: clamp(3rem, 6vw, 5.4rem);
    margin-bottom: 1rem;
}

.hero-subtitle,
.section-heading p,
.section-intro,
.feature-copy p,
.page-hero p,
.category-banner p,
.story-grid p,
.footer-copy,
.contact-card p,
.product-description {
    color: rgba(255, 250, 244, 0.86);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0;
}

.btn {
    border: 1px solid transparent;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 0.08em;
    padding: 0.95rem 1.45rem;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.btn-primary {
    background: var(--control-gold);
    border-color: var(--control-gold-deep);
    box-shadow: 0 14px 28px rgba(184, 137, 36, 0.18);
    color: var(--control-gold-text);
}

.btn-primary:hover {
    background: var(--control-gold);
}

.btn-secondary {
    background: rgba(255, 250, 245, 0.12);
    border-color: rgba(214, 178, 111, 0.5);
    color: #fffaf4;
}

.hero-montage {
    align-items: end;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(190px, 270px) minmax(100px, 148px);
}

.hero-montage-main,
.hero-montage-thumb {
    background: rgba(255, 250, 245, 0.14);
    border: 1px solid rgba(214, 178, 111, 0.34);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.hero-montage-main {
    border-radius: 1.4rem;
    overflow: hidden;
    padding: 0.8rem;
}

.hero-montage-main img {
    aspect-ratio: 0.82;
    background: var(--surface);
    border-radius: 1rem;
    object-fit: contain;
    width: 100%;
}

.hero-montage-stack {
    display: grid;
    gap: 0.8rem;
}

.hero-montage-thumb {
    aspect-ratio: 0.82;
    background: var(--surface);
    border-radius: 1rem;
    object-fit: contain;
    padding: 0.55rem;
    width: 100%;
}

.section {
    padding-bottom: clamp(4rem, 8vw, 7rem);
    padding-top: clamp(4rem, 8vw, 7rem);
}

.section-heading,
.section-intro,
.page-hero {
    margin-bottom: 2.2rem;
    max-width: 60rem;
}

.section-heading h2,
.section-intro h2,
.page-hero h1,
.category-banner h1 {
    font-size: clamp(2.6rem, 5vw, 4.5rem);
}

.section-heading p,
.section-intro,
.feature-copy p,
.page-hero p,
.category-banner p,
.story-grid p,
.contact-card p {
    color: var(--muted);
}

.category-tile-grid {
    display: grid;
    gap: 1.4rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-tile,
.feature-panel,
.product-card,
.contact-card,
.story-grid article {
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.category-tile {
    border-radius: 1.5rem;
    overflow: hidden;
}

.category-tile-media {
    aspect-ratio: 0.95;
    background-color: var(--bg-soft);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 1rem;
}

.category-tile-copy {
    padding: 0 1.3rem 1.4rem;
}

.category-tile-copy h3 {
    font-size: 2rem;
    margin-bottom: 0.35rem;
}

.category-tile-copy p {
    color: var(--muted);
}

.shop-style-section {
    background: #fffaf5;
}

.style-link-row,
.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.style-link-row a,
.filter-chip {
    background: var(--control-gold);
    border: 1px solid var(--control-gold-deep);
    border-radius: 999px;
    color: var(--control-gold-text);
    display: inline-flex;
    padding: 0.85rem 1.2rem;
}

.style-link-row a:hover,
.filter-chip:hover {
    background: var(--control-gold);
    border-color: var(--control-gold-deep);
    color: var(--control-gold-text);
}

.filter-chip {
    cursor: pointer;
}

.filter-chip.is-active {
    background: var(--control-gold);
    border-color: var(--control-gold-deep);
    color: var(--control-gold-text);
}

.split-feature .feature-panel {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    padding: 1.5rem;
    border-radius: 2rem;
}

.feature-copy {
    padding: clamp(1rem, 3vw, 2.2rem);
}

.feature-copy h3 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}

.text-link {
    display: inline-block;
    margin-top: 1.2rem;
    position: relative;
}

.feature-surface {
    min-height: 380px;
    background: var(--bg-soft) url("assets/floaa-jew-pics/floaa-17.jpeg") center/contain no-repeat;
    border-radius: 1.4rem;
}

.product-grid {
    display: grid;
    gap: 1.3rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.product-media {
    aspect-ratio: 0.92;
    background-color: var(--bg-soft);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 1rem;
}

.product-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 1.25rem 1.4rem;
}

.product-tag {
    color: var(--gold-deep);
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
}

.product-name {
    font-size: 2rem;
}

.product-price {
    align-items: baseline;
    color: var(--gold-deep);
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0.4rem 0 0.6rem;
    text-transform: uppercase;
}

.product-price-original {
    color: var(--muted);
    font-size: 0.82rem;
    text-decoration: line-through;
}

.product-price-discount {
    color: var(--gold-deep);
}

.product-description {
    color: var(--muted);
    margin-bottom: 1rem;
    min-height: 3.2rem;
}

.product-stock {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: -0.35rem 0 0.9rem;
    min-height: 1rem;
    text-transform: uppercase;
}

.product-card .btn {
    background: var(--control-gold);
    border: 1px solid var(--control-gold-deep);
    border-radius: 6px;
    color: var(--control-gold-text);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: auto;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%;
}

.product-card .btn:hover {
    background: var(--control-gold);
}

.product-stock.is-sold-out {
    color: #9f2f2f;
}

.btn.is-disabled {
    cursor: not-allowed;
    opacity: 0.58;
    pointer-events: none;
}


.page-hero-soft,
.category-banner {
    padding-top: clamp(3rem, 6vw, 5rem);
}

.category-banner {
    background: linear-gradient(180deg, #fffdf8 0%, #fffaf5 100%);
    border-bottom: 1px solid var(--line);
    margin-bottom: 0;
    max-width: none;
    padding-bottom: 2.4rem;
    width: 100%;
}

.category-banner .eyebrow {
    line-height: 1;
    margin-bottom: 1.15rem;
}

.category-banner h1 {
    line-height: 1.06;
    margin-bottom: 0.75rem;
    max-width: 48rem;
}

.category-banner p {
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.45;
    max-width: 48rem;
}

.contact-grid,
.story-grid {
    display: grid;
    gap: 1.3rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-card,
.story-grid article {
    border-radius: 1.5rem;
    padding: 1.5rem;
}

.contact-card h2,
.story-grid h2 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.site-footer {
    background: var(--theme-gradient);
    color: var(--text);
    padding-bottom: 2rem;
    padding-top: 3rem;
}

.footer-grid {
    display: grid;
    gap: 1.4rem;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    margin-bottom: 2rem;
}

.footer-brand,
.site-footer h3 {
    color: var(--text);
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.site-footer a {
    color: var(--text);
    display: block;
    margin-bottom: 0.5rem;
}

.site-footer .footer-copy {
    color: var(--muted);
}

.footer-note {
    border-top: 1px solid var(--line);
    color: var(--muted);
    padding-top: 1.3rem;
}

.footer-policy {
    color: var(--control-gold-text);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 1.1rem;
    text-transform: uppercase;
}

.compact-footer {
    margin-top: 2rem;
}

@media (max-width: 1100px) {
    .category-tile-grid,
    .product-grid,
    .contact-grid,
    .story-grid,
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .split-feature .feature-panel {
        grid-template-columns: 1fr;
    }

    .hero-cinema-overlay {
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .site-header {
        display: grid;
        gap: 0.3rem;
        grid-template-columns: 42px 42px minmax(0, 1fr) auto;
        min-height: 96px;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .nav-toggle {
        display: inline-grid;
    }

    .header-icon-button,
    .mobile-icon-link {
        align-items: center;
        background: transparent;
        border: 0;
        color: var(--text);
        display: inline-grid;
        height: 42px;
        justify-content: center;
        padding: 0;
        width: 42px;
    }

    .mobile-header-actions {
        display: flex;
        gap: 0.35rem;
        justify-self: end;
    }

    .main-nav {
        align-items: flex-start;
        background: var(--surface);
        border: 1px solid var(--line);
        box-shadow: var(--shadow);
        display: none;
        flex-direction: column;
        left: 1.2rem;
        padding: 1rem;
        position: absolute;
        right: 1.2rem;
        top: calc(100% + 0.5rem);
    }

    .main-nav.is-open {
        display: flex;
    }

    .site-header {
        position: sticky;
    }

    .nav-dropdown {
        width: 100%;
    }

    .nav-dropdown-menu {
        box-shadow: none;
        opacity: 1;
        padding: 0.4rem 0 0;
        pointer-events: auto;
        position: static;
        transform: none;
    }

    .hero-cinema-video {
        height: 62vh;
        min-height: 420px;
    }

    .hero-cinema {
        height: 62vh;
        min-height: 420px;
    }

    .hero-slide-overlay {
        background:
            linear-gradient(180deg, rgba(255, 250, 244, 0.12) 0%, rgba(255, 250, 244, 0.72) 58%, rgba(255, 250, 244, 0.98) 100%);
        padding: 2rem 1.4rem 5rem;
    }

    .hero-slide {
        background: #fffaf4;
    }

    .hero-slide img {
        mask-image: none;
        opacity: 0.92;
        padding: 1rem 1rem 9rem;
        -webkit-mask-image: none;
        width: 100%;
    }

    .hero-slide-copy {
        align-items: center;
        max-width: min(34rem, 82vw);
        padding-left: 0;
        text-align: center;
    }

    .hero-slide-copy h1 {
        font-size: clamp(2.6rem, 9vw, 4rem);
    }

    .site-header {
        min-height: 116px;
    }

    .brand-logo-link {
        height: 66px;
        justify-self: center;
        width: clamp(168px, 44vw, 260px);
    }

    .brand-logo {
        height: 100%;
        min-width: 100%;
        object-fit: cover;
        object-position: center 49%;
        transform: none;
        width: 100%;
    }
}
@media (max-width: 760px) {
    .utility-bar,
    .top-shipping-strip {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.7rem;
        letter-spacing: 0.08em;
        padding-bottom: 0.7rem;
        padding-top: 0.7rem;
    }

    .utility-links {
        flex-wrap: wrap;
        gap: 0.8rem 1.1rem;
    }

    .site-header {
        min-height: 88px;
    }

    .hero-cinema-copy h1 {
        font-size: clamp(2.35rem, 12vw, 2.8rem);
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .hero-montage {
        grid-template-columns: 1fr 90px;
        width: 100%;
    }

    .contact-grid,
    .story-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .product-grid {
        gap: 0.8rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-card {
        border-radius: 0.75rem;
    }

    .product-media {
        margin: 0.55rem;
    }

    .product-info {
        padding: 0 0.75rem 0.85rem;
    }

    .product-tag {
        font-size: 0.64rem;
        letter-spacing: 0.14em;
        margin-bottom: 0.4rem;
    }

    .product-name {
        font-size: 1.3rem;
    }

    .product-price {
        font-size: 0.78rem;
        gap: 0.3rem;
        letter-spacing: 0.04em;
        margin: 0.3rem 0 0.45rem;
    }

    .product-price-original {
        font-size: 0.72rem;
    }

    .product-description {
        font-size: 0.78rem;
        line-height: 1.35;
        margin-bottom: 0.65rem;
        min-height: 4.2rem;
    }

    .product-stock {
        font-size: 0.68rem;
        margin: -0.2rem 0 0.55rem;
    }

    .category-tile-grid {
        gap: 0.8rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-tile {
        border-radius: 0.75rem;
    }

    .category-tile-media {
        margin: 0.55rem;
    }

    .category-tile-copy {
        padding: 0 0.75rem 0.85rem;
    }

    .category-tile-copy h3 {
        font-size: 1.35rem;
    }

    .category-tile-copy p {
        font-size: 0.82rem;
        line-height: 1.35;
    }

    .style-link-row {
        display: grid;
        gap: 0.8rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .style-link-row a {
        align-items: center;
        border-radius: 0.75rem;
        justify-content: center;
        min-height: 4rem;
        padding: 0.8rem;
        text-align: center;
    }

    .brand-logo-link {
        height: 62px;
        width: clamp(160px, 46vw, 220px);
    }

    .btn {
        min-height: 48px;
        width: 100%;
    }

    .product-card .btn {
        font-size: 11px;
        letter-spacing: 0.1em;
        min-height: 42px;
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .utility-bar {
        display: flex;
    }

    .utility-links {
        display: none;
    }

    .utility-bar,
    .top-shipping-strip {
        align-items: center;
        font-size: 0.68rem;
        gap: 0.35rem;
        letter-spacing: 0.06em;
        padding-bottom: 0.65rem;
        padding-top: 0.65rem;
        text-align: center;
    }

    .utility-bar p {
        justify-content: center;
    }

    .utility-bar p span,
    .top-shipping-strip small {
        font-size: 0.64rem;
        letter-spacing: 0.03em;
    }

    .brand-message-strip,
    .shipping-policy-strip {
        align-items: center;
        font-size: 0.68rem;
        gap: 0.35rem;
        letter-spacing: 0.06em;
        padding-bottom: 0.65rem;
        padding-top: 0.65rem;
    }

    .brand-message-strip {
        display: none;
    }

    .shipping-policy-strip span {
        width: 100%;
    }

    .shipping-policy-strip span + span::before {
        content: "";
        margin: 0;
    }

    .site-header {
        min-height: 84px;
    }

    .brand-logo-link {
        height: 60px;
        width: clamp(150px, 45vw, 190px);
    }

    .main-nav {
        left: 0.9rem;
        right: 0.9rem;
    }

    .hero-cinema-video {
        height: 68vh;
        min-height: 430px;
    }

    .hero-cinema {
        height: 68vh;
        min-height: 430px;
    }

    .hero-cinema-overlay {
        padding: 1.2rem;
    }

    .hero-slide-overlay {
        align-items: flex-end;
        background:
            linear-gradient(180deg, rgba(255, 250, 244, 0.06) 0%, rgba(255, 250, 244, 0.78) 56%, rgba(255, 250, 244, 0.98) 100%);
        justify-content: center;
        padding: 1rem 0.85rem 5.1rem;
    }

    .hero-slide img {
        object-position: center top;
        padding: 0.75rem 0.75rem 16.25rem;
    }

    .hero-slide-copy {
        background: rgba(255, 250, 244, 0.78);
        border: 1px solid rgba(217, 197, 141, 0.28);
        border-radius: 1.1rem;
        box-shadow: 0 14px 30px rgba(92, 82, 88, 0.08);
        justify-content: flex-end;
        max-width: 88vw;
        padding: 1.1rem 1rem 1rem;
    }

    .hero-slide-copy h1 {
        font-size: clamp(1.75rem, 9vw, 2.4rem);
        line-height: 1.04;
        margin-bottom: 0.7rem;
    }

    .hero-slide-copy .hero-subtitle {
        color: rgba(47, 42, 44, 0.72);
        font-size: 0.88rem;
        line-height: 1.35;
        margin-bottom: 0.8rem;
        max-width: 18rem;
    }

    .hero-slider-arrow {
        height: 34px;
        top: auto;
        transform: none;
        width: 34px;
    }

    .hero-slider-arrow:hover {
        transform: scale(1.04);
    }

    .hero-slider-prev {
        bottom: 0.9rem;
        left: 0.65rem;
    }

    .hero-slider-next {
        bottom: 0.9rem;
        right: 0.65rem;
    }

    .hero-slider-dots {
        bottom: 1.18rem;
    }

    .hero-slide-copy .btn {
        min-width: 100%;
    }

    .whatsapp-float {
        bottom: 16px;
        height: 52px;
        right: 16px;
        width: 52px;
    }
}


  /* ✅ WHATSAPP FLOAT BUTTON */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.24);
}

.whatsapp-float img {
    width: 34px;
    height: 34px;
    display: block;
    object-fit: contain;
}

.whatsapp-float svg {
    width: 36px;
    height: 36px;
    display: block;
    fill: #fff;
}

.email-link {
    color: var(--text);
    border-bottom: 1px solid var(--gold);
    padding-bottom: 2px;
    transition: color 0.2s ease;
}

.email-link:hover {
    color: var(--gold);
}

.whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.whatsapp-link:hover {
    color: var(--gold);
}

.whatsapp-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    fill: #25D366;
    object-fit: contain;
    flex: 0 0 auto;
}
/* Founder Story — About Page */
.founder-story {
    background: var(--surface);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding-top: clamp(3rem, 6vw, 5rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
}

.founder-story .eyebrow {
    color: #8B6914 !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem;
}
.founder-quote {
    max-width: 42rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.founder-quote p:first-child {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 600;
    color: var(--text);
    line-height: 1;
    letter-spacing: 0.01em;
}

.founder-quote p:not(:first-child) {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    color: var(--muted);
    line-height: 1.65;
    max-width: 36rem;
}
