:root {
    --ivory: #F8F5F0;
    --champagne: #D6C2A3;
    --black: #111111;
    --beige: #E8DED1;
    --white: #FFFFFF;
    --ink-soft: rgba(17, 17, 17, .66);
}

.top-commerce-rail {
    position: fixed; inset: 0 0 auto; z-index: 60; height: 34px; overflow: hidden; background: var(--black); color: white;
    display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12);
}
.rail-track { display: flex; min-width: max-content; animation: railSlide 28s linear infinite; }
.rail-track span { padding: 0 34px; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; color: rgba(255,255,255,.78); }

.market-header {
    top: 46px; height: auto; min-height: 94px; padding: 0; display: block; overflow: visible;
    background: rgba(255,255,255,.86); border-color: rgba(17,17,17,.08);
}
.header-main { min-height: 62px; display: flex; align-items: center; gap: 14px; padding: 10px 16px; }
.market-header .brand { white-space: nowrap; }
.deliver-chip {
    min-width: 156px; height: 44px; padding: 0 12px; display: inline-flex; align-items: center; gap: 8px; border-radius: 8px;
    background: rgba(214,194,163,.24); color: var(--black); border: 1px solid rgba(214,194,163,.42);
}
.deliver-chip svg { width: 17px; height: 17px; }
.deliver-chip span { display: grid; line-height: 1.05; text-align: left; font-weight: 800; font-size: .83rem; }
.deliver-chip small { color: rgba(17,17,17,.58); font-weight: 700; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.header-search {
    flex: 1; height: 46px; border-radius: 8px; border: 1px solid rgba(17,17,17,.12); background: white; justify-content: flex-start !important;
    padding: 0 16px; gap: 10px; color: rgba(17,17,17,.58); box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
}
.header-search span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.market-header .nav-actions a, .market-header .nav-actions button { width: auto; min-width: 42px; padding: 0 10px; gap: 7px; font-size: .74rem; font-weight: 800; }
.category-nav {
    height: 32px; padding: 0 16px 10px; gap: 24px; align-items: center; overflow: visible;
    font-size: .72rem; letter-spacing: .11em; border-top: 1px solid rgba(17,17,17,.06);
}
.category-nav a { display: inline-flex; align-items: center; gap: 6px; }
.category-nav svg { width: 15px; height: 15px; }
.commerce-mega { top: 34px; left: 0; width: min(860px, 92vw); grid-template-columns: 1fr 1fr 1.3fr; }
.commerce-mega a small { display: block; font-size: .72rem; color: rgba(17,17,17,.48); margin-top: 1px; }
.mega-feature a { margin-top: 18px; display: inline-flex; color: white; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }

.rev-hero {
    min-height: 100vh; position: relative; overflow: hidden; color: white; display: grid; align-items: end; padding: 180px 5vw 130px;
    background: var(--black);
}
.rev-bg-layers, .rev-bg, .rev-glow { position: absolute; inset: 0; }
.rev-bg {
    width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.12) translateX(2%);
    transition: opacity .9s cubic-bezier(.16,1,.3,1), transform 6s cubic-bezier(.16,1,.3,1);
}
.rev-bg.is-active { opacity: 1; transform: scale(1.02) translateX(0); }
.rev-hero::after {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at 78% 22%, rgba(214,194,163,.38), transparent 24%),
                linear-gradient(90deg, rgba(17,17,17,.86), rgba(17,17,17,.28) 58%, rgba(17,17,17,.72)),
                linear-gradient(0deg, rgba(17,17,17,.82), transparent 45%);
}
.rev-glow {
    background: linear-gradient(120deg, transparent 8%, rgba(255,255,255,.18) 18%, transparent 28%);
    transform: translateX(-100%); animation: heroSweep 6s ease-in-out infinite; z-index: 1; mix-blend-mode: screen;
}
.rev-content { position: relative; z-index: 2; max-width: 880px; min-height: 410px; }
.rev-slide { position: absolute; inset: auto auto 0 0; opacity: 0; transform: translateY(34px); pointer-events: none; transition: opacity .65s ease, transform .65s ease; }
.rev-slide.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.rev-slide h1 {
    font-size: clamp(4.4rem, 12vw, 12rem); line-height: .78; margin: 16px 0 24px;
    text-shadow: 0 25px 90px rgba(0,0,0,.35);
}
.rev-slide p:not(.eyebrow) { max-width: 590px; font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.8; color: rgba(255,255,255,.82); }
.rev-slide.is-active h1 { animation: titleReveal .72s cubic-bezier(.16,1,.3,1) both; }
.rev-slide.is-active p, .rev-slide.is-active .hero-actions { animation: fadeLift .72s cubic-bezier(.16,1,.3,1) .12s both; }
.hero-commerce-card {
    position: absolute; right: 5vw; bottom: 170px; z-index: 3; width: min(310px, 30vw); padding: 22px; border-radius: 8px;
    background: rgba(255,255,255,.14); backdrop-filter: blur(24px); border: 1px solid rgba(255,255,255,.24); box-shadow: 0 30px 90px rgba(0,0,0,.22);
}
.hero-commerce-card span { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--champagne); font-weight: 900; }
.hero-commerce-card strong { display: block; font-family: "Playfair Display", serif; font-size: 2rem; line-height: 1; margin: 10px 0; }
.hero-commerce-card p { color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.55; }
.hero-progress { height: 3px; margin-top: 16px; background: rgba(255,255,255,.2); overflow: hidden; border-radius: 99px; }
.hero-progress span { display: block; height: 100%; width: 0; background: var(--champagne); animation: progressFill 5s linear infinite; }
.hero-thumbs {
    position: absolute; left: 5vw; right: 5vw; bottom: 30px; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.hero-thumbs button {
    height: 76px; border-radius: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); display: flex; align-items: center; gap: 12px;
    padding: 8px; background: rgba(255,255,255,.12); color: white; backdrop-filter: blur(16px); text-align: left; font-weight: 900;
}
.hero-thumbs button.is-active { background: rgba(214,194,163,.26); border-color: rgba(214,194,163,.72); }
.hero-thumbs img { width: 58px; height: 58px; object-fit: cover; border-radius: 6px; }

.quick-commerce-strip {
    margin: -52px 5vw 0; position: relative; z-index: 5; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
}
.quick-commerce-strip a {
    min-height: 104px; padding: 18px; border-radius: 8px; background: rgba(255,255,255,.92); border: 1px solid rgba(17,17,17,.08);
    box-shadow: 0 24px 70px rgba(17,17,17,.08); display: grid; gap: 4px; transition: transform .25s ease, box-shadow .25s ease;
}
.quick-commerce-strip a:hover { transform: translateY(-4px); box-shadow: 0 34px 90px rgba(17,17,17,.13); }
.quick-commerce-strip svg { width: 22px; height: 22px; color: #9b7f55; }
.quick-commerce-strip span { font-weight: 900; }
.quick-commerce-strip strong { color: rgba(17,17,17,.55); font-size: .82rem; }

.marketplace-section { padding-top: 90px; }
.category-bubble-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.category-bubble {
    min-height: 210px; padding: 14px; display: grid; align-content: start; gap: 10px; border-radius: 8px; background: white;
    border: 1px solid rgba(17,17,17,.08); box-shadow: 0 20px 60px rgba(17,17,17,.05); text-align: center;
}
.category-bubble img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; }
.category-bubble strong { font-size: 1rem; }
.category-bubble span { color: rgba(17,17,17,.55); font-size: .82rem; }

.deal-wall { display: grid; grid-template-columns: 1fr minmax(280px, 420px); gap: 18px; padding-top: 0; }
.deal-panel, .flash-card {
    min-height: 330px; border-radius: 8px; padding: clamp(28px,4vw,54px); border: 1px solid rgba(17,17,17,.08); overflow: hidden;
}
.deal-panel { background: #fff; }
.deal-panel h2 { font-size: clamp(2.3rem, 5vw, 5rem); line-height: .96; max-width: 820px; }
.trust-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trust-grid span { display: flex; align-items: center; gap: 10px; padding: 14px; border-radius: 8px; background: var(--ivory); font-weight: 800; }
.trust-grid svg { width: 18px; height: 18px; color: #9b7f55; }
.flash-card {
    background: linear-gradient(rgba(17,17,17,.2), rgba(17,17,17,.72)), url("https://images.unsplash.com/photo-1548036328-c9fa89d128fa?auto=format&fit=crop&w=900&q=86") center/cover;
    color: white; display: flex; flex-direction: column; justify-content: end;
}
.flash-card span { color: var(--champagne); font-weight: 900; letter-spacing: .16em; text-transform: uppercase; font-size: .74rem; }
.flash-card strong { font-family: "Playfair Display", serif; font-size: 3rem; line-height: .95; margin: 10px 0; }
.flash-card small { color: rgba(255,255,255,.72); }

.commerce-product-grid .product-card {
    background: white; padding: 10px; border-radius: 8px; border: 1px solid rgba(17,17,17,.06); box-shadow: 0 18px 55px rgba(17,17,17,.05);
}
.deal-ribbon {
    position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; border-radius: 999px; color: white; background: #111;
    font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 900;
}
.rating-row { display: flex; align-items: center; gap: 4px; margin: 0 0 8px; font-size: .78rem; font-weight: 900; color: #83673e; }
.rating-row svg { width: 13px; height: 13px; fill: #D6C2A3; }
.rating-row small { color: rgba(17,17,17,.48); font-weight: 700; }
.delivery-row { display: flex; align-items: center; gap: 5px; margin-top: 8px; color: #27704d; font-size: .76rem; font-weight: 900; }
.delivery-row svg { width: 14px; height: 14px; }

.app-like-split {
    display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr); align-items: center; gap: clamp(28px,7vw,96px);
}
.app-like-split h2 { font-size: clamp(2.6rem, 6vw, 6.4rem); line-height: .9; }
.phone-stack {
    padding: 18px; border-radius: 28px; background: #111; box-shadow: 0 38px 110px rgba(17,17,17,.24); display: grid; gap: 12px;
}
.phone-stack article {
    display: grid; grid-template-columns: 70px 1fr 40px; gap: 12px; align-items: center; padding: 10px; background: white; border-radius: 18px;
}
.phone-stack img { width: 70px; aspect-ratio: 1; object-fit: cover; border-radius: 14px; }
.phone-stack strong { display: block; font-size: .9rem; }
.phone-stack span { color: rgba(17,17,17,.55); font-size: .78rem; }
.phone-stack button { width: 40px; height: 40px; border-radius: 999px; background: var(--champagne); display: grid; place-items: center; }
.mobile-bottom-nav { display: none; }

@keyframes railSlide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes heroSweep { 0%, 36% { transform: translateX(-100%); opacity: 0; } 52% { opacity: 1; } 76%, 100% { transform: translateX(100%); opacity: 0; } }
@keyframes titleReveal { from { opacity: 0; transform: translateY(48px) scale(.98); filter: blur(8px); } to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); } }
@keyframes fadeLift { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes progressFill { from { width: 0; } to { width: 100%; } }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "DM Sans", sans-serif; overflow-x: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.font-display, h1, h2, h3, .brand { font-family: "Playfair Display", serif; }
.eyebrow { font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; font-weight: 700; color: rgba(17,17,17,.55); }
.site-header {
    position: fixed; inset: 16px 18px auto; z-index: 50; height: 68px; padding: 0 18px 0 24px;
    display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.42);
    border-radius: 8px; background: rgba(248,245,240,.76); backdrop-filter: blur(24px); box-shadow: 0 24px 80px rgba(17,17,17,.08);
}
.site-header.is-scrolled { background: rgba(255,255,255,.92); border-color: rgba(17,17,17,.08); }
.brand { font-size: clamp(1.45rem, 2.4vw, 2rem); font-weight: 700; letter-spacing: .01em; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.desktop-nav a { opacity: .72; transition: opacity .25s ease; }
.desktop-nav a:hover { opacity: 1; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-actions button, .nav-actions a, .mobile-panel button, .drawer-head button, .search-overlay button {
    width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px;
    transition: background .25s ease, transform .25s ease;
}
.nav-actions button:hover, .nav-actions a:hover { background: rgba(17,17,17,.06); transform: translateY(-1px); }
.nav-actions svg { width: 18px; height: 18px; }
.count-link { position: relative; }
.count-link span { position: absolute; top: 0; right: 0; min-width: 16px; height: 16px; border-radius: 99px; background: var(--black); color: white; font-size: 10px; display: grid; place-items: center; }
.has-mega { position: relative; padding: 24px 0; }
.mega-menu {
    position: absolute; top: 60px; left: -110px; width: min(720px, 90vw); padding: 28px; background: rgba(255,255,255,.96);
    border: 1px solid rgba(17,17,17,.08); box-shadow: 0 35px 90px rgba(17,17,17,.14); display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 26px;
    opacity: 0; visibility: hidden; transform: translateY(14px); transition: .25s ease; border-radius: 8px; text-transform: none; letter-spacing: 0;
}
.has-mega:hover .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-menu a { display: block; padding: 8px 0; font-size: .95rem; text-transform: none; letter-spacing: 0; }
.mega-feature { min-height: 190px; background: linear-gradient(rgba(17,17,17,.35), rgba(17,17,17,.48)), url("https://images.unsplash.com/photo-1594223274512-ad4803739b7c?auto=format&fit=crop&w=800&q=85") center/cover; color: white; padding: 22px; display: flex; flex-direction: column; justify-content: end; border-radius: 8px; }
.mega-feature span { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; opacity: .8; }
.mega-feature strong { font-family: "Playfair Display", serif; font-size: 1.5rem; line-height: 1.1; margin-top: 8px; }

.hero { min-height: 96vh; position: relative; display: flex; align-items: end; padding: 130px 5vw 7vw; color: white; overflow: hidden; }
.hero video, .hero .hero-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,17,17,.62), rgba(17,17,17,.12) 55%, rgba(17,17,17,.45)), linear-gradient(0deg, rgba(17,17,17,.65), transparent 55%); }
.hero-content { position: relative; z-index: 1; max-width: 920px; }
.hero h1 { font-size: clamp(4.2rem, 13vw, 12rem); line-height: .82; letter-spacing: 0; margin: 18px 0 28px; }
.hero p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.8); font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.8; }
.hero-actions { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn { min-height: 48px; padding: 0 24px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; border: 1px solid transparent; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 20px 50px rgba(17,17,17,.14); }
.btn-dark { background: var(--black); color: white; }
.btn-light { background: rgba(255,255,255,.9); color: var(--black); }
.btn-champagne { background: var(--champagne); color: var(--black); }
.btn-outline { border-color: rgba(17,17,17,.18); color: var(--black); background: transparent; }
.section { padding: clamp(72px, 9vw, 140px) 5vw; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 38px; }
.section-head h2, .editorial h2, .newsletter-band h2 { font-size: clamp(2.4rem, 5vw, 5.9rem); line-height: .95; }
.muted { color: var(--ink-soft); }
.luxury-grid { display: grid; gap: 16px; }
.collection-grid { grid-template-columns: repeat(12, 1fr); }
.collection-tile { position: relative; min-height: 430px; overflow: hidden; border-radius: 8px; background: var(--beige); }
.collection-tile:nth-child(1), .collection-tile:nth-child(2), .collection-tile:nth-child(3) { grid-column: span 4; }
.collection-tile:nth-child(4) { grid-column: span 5; }
.collection-tile:nth-child(5) { grid-column: span 7; }
.collection-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.collection-tile:hover img { transform: scale(1.06); }
.tile-copy { position: absolute; inset: auto 0 0; padding: 26px; color: white; background: linear-gradient(transparent, rgba(17,17,17,.72)); }
.tile-copy h3 { font-size: clamp(1.5rem, 3vw, 2.7rem); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px 16px; }
.product-card { position: relative; }
.product-media { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--beige); border-radius: 8px; }
.product-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: opacity .45s ease, transform .7s cubic-bezier(.16,1,.3,1); }
.product-media .secondary { opacity: 0; }
.product-card:hover .secondary { opacity: 1; }
.product-card:hover .primary, .product-card:hover .secondary { transform: scale(1.045); }
.badge { position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,.9); padding: 8px 12px; border-radius: 999px; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.wishlist-dot { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 999px; display: grid; place-items: center; background: rgba(255,255,255,.88); z-index: 2; }
.wishlist-dot svg { width: 18px; height: 18px; }
.wishlist-dot.is-active { background: var(--black); color: white; animation: pulseLuxury .45s ease; }
.product-info { padding: 14px 2px 0; }
.product-info h3 { font-family: "DM Sans", sans-serif; font-size: .98rem; font-weight: 700; margin: 5px 0 8px; }
.price-row { display: flex; gap: 10px; align-items: center; font-weight: 800; }
.price-row del { color: rgba(17,17,17,.42); font-weight: 500; }
.quick-row { margin-top: 12px; display: flex; gap: 8px; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.product-card:hover .quick-row { opacity: 1; transform: translateY(0); }
.quick-row button { flex: 1; min-height: 38px; border: 1px solid rgba(17,17,17,.12); border-radius: 999px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; background: white; }
.editorial { min-height: 68vh; display: grid; place-items: end start; color: white; padding: 7vw 5vw; background: linear-gradient(rgba(17,17,17,.25), rgba(17,17,17,.58)), url("https://images.unsplash.com/photo-1551232864-3f0890e580d9?auto=format&fit=crop&w=1800&q=85") center/cover fixed; }
.editorial > div { max-width: 720px; }
.story-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(28px, 6vw, 90px); align-items: center; }
.story-split img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 8px; }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card, .policy-card, .checkout-card, .auth-card, .account-card { background: rgba(255,255,255,.72); border: 1px solid rgba(17,17,17,.08); border-radius: 8px; padding: 28px; box-shadow: 0 24px 70px rgba(17,17,17,.05); }
.insta-grid { grid-template-columns: repeat(6, 1fr); }
.insta-grid img { aspect-ratio: 1; width: 100%; object-fit: cover; border-radius: 8px; }
.newsletter-band { margin: 0 5vw 64px; padding: clamp(30px,5vw,62px); display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: center; background: var(--beige); border-radius: 8px; }
.newsletter-band form { display: flex; gap: 10px; }
input, select, textarea { width: 100%; min-height: 50px; border: 1px solid rgba(17,17,17,.14); background: rgba(255,255,255,.76); border-radius: 8px; padding: 0 15px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
textarea { min-height: 130px; padding-top: 14px; }
input:focus, select:focus, textarea:focus { border-color: var(--black); box-shadow: 0 0 0 4px rgba(214,194,163,.25); }
.luxury-footer { background: var(--black); color: white; padding: 72px 0 28px; }
.footer-grid { padding: 0 5vw; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
.footer-grid h3 { font-size: 2.2rem; margin-bottom: 12px; }
.footer-grid h4 { font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; color: var(--champagne); }
.footer-grid a, .footer-grid p { display: block; color: rgba(255,255,255,.66); margin: 10px 0; line-height: 1.7; }
.footer-bottom { margin: 54px 5vw 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.5); font-size: .86rem; }

.page-hero { padding: 150px 5vw 54px; }
.page-hero h1 { font-size: clamp(3rem, 8vw, 8rem); line-height: .9; max-width: 980px; }
.shop-layout { display: grid; grid-template-columns: 280px 1fr; gap: 36px; align-items: start; }
.filters { position: sticky; top: 108px; background: rgba(255,255,255,.62); border: 1px solid rgba(17,17,17,.08); border-radius: 8px; padding: 20px; }
.filters label { display: block; margin: 18px 0 7px; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; color: rgba(17,17,17,.6); }
.toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; gap: 12px; }
.product-page { padding: 118px 5vw 70px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 46px; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gallery img, .gallery video { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 8px; cursor: zoom-in; }
.product-panel { position: sticky; top: 112px; align-self: start; }
.product-panel h1 { font-size: clamp(2.5rem, 5vw, 5.8rem); line-height: .88; margin: 12px 0 18px; }
.variant-row { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0 24px; }
.swatch { width: 36px; height: 36px; border-radius: 999px; border: 2px solid white; box-shadow: 0 0 0 1px rgba(17,17,17,.22); }
.qty { display: inline-grid; grid-template-columns: 42px 52px 42px; border: 1px solid rgba(17,17,17,.14); border-radius: 999px; overflow: hidden; margin-bottom: 16px; }
.qty button, .qty input { border: 0; min-height: 42px; text-align: center; background: white; border-radius: 0; }
.accordion { border-top: 1px solid rgba(17,17,17,.12); margin-top: 28px; }
.accordion details { border-bottom: 1px solid rgba(17,17,17,.12); padding: 18px 0; }
.accordion summary { cursor: pointer; font-weight: 800; }
.sticky-mobile-cta { display: none; }
.cart-row, .wishlist-row, .order-row { display: grid; grid-template-columns: 100px 1fr auto; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(17,17,17,.1); }
.cart-row img, .wishlist-row img { width: 100px; aspect-ratio: 3/4; object-fit: cover; border-radius: 8px; }
.cart-page, .checkout-layout, .account-layout { display: grid; grid-template-columns: 1fr 380px; gap: 32px; align-items: start; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.tabs a { padding: 12px 16px; border: 1px solid rgba(17,17,17,.1); border-radius: 999px; font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.tabs a.active { background: var(--black); color: white; }

.search-overlay, .mobile-panel, .cart-drawer, .drawer-backdrop, .quick-modal { position: fixed; z-index: 80; opacity: 0; visibility: hidden; transition: .28s ease; }
.search-overlay { inset: 0; background: rgba(248,245,240,.96); display: grid; place-items: center; padding: 5vw; }
.search-overlay.is-open, .mobile-panel.is-open, .cart-drawer.is-open, .drawer-backdrop.is-open, .quick-modal.is-open { opacity: 1; visibility: visible; }
.search-overlay > button { position: absolute; top: 24px; right: 24px; }
.search-inner { width: min(850px, 100%); }
.search-inner input { min-height: 82px; font-family: "Playfair Display", serif; font-size: clamp(2rem, 5vw, 5rem); background: transparent; border: 0; border-bottom: 1px solid rgba(17,17,17,.18); border-radius: 0; padding-left: 0; }
.search-results { margin-top: 28px; display: grid; gap: 10px; }
.search-result { display: flex; justify-content: space-between; padding: 16px; background: white; border-radius: 8px; }
.mobile-panel { inset: 0; background: var(--black); color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 28px; transform: translateX(100%); }
.mobile-panel.is-open { transform: translateX(0); }
.mobile-panel a { font-family: "Playfair Display", serif; font-size: 2.8rem; }
.mobile-panel button { position: absolute; top: 24px; right: 24px; }
.cart-drawer { top: 0; right: 0; width: min(430px, 92vw); height: 100vh; background: var(--ivory); transform: translateX(100%); padding: 22px; display: flex; flex-direction: column; }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-head, .drawer-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.drawer-head { font-family: "Playfair Display", serif; font-size: 2rem; }
.drawer-items { flex: 1; overflow: auto; padding: 22px 0; }
.drawer-backdrop { inset: 0; background: rgba(17,17,17,.36); z-index: 70; }
.quick-modal { inset: 0; display: grid; place-items: center; background: rgba(17,17,17,.45); padding: 18px; }
.quick-card { width: min(900px, 100%); background: var(--ivory); border-radius: 8px; overflow: hidden; display: grid; grid-template-columns: .9fr 1fr; }
.quick-card img { width: 100%; height: 100%; object-fit: cover; min-height: 460px; }
.quick-copy { padding: 36px; position: relative; }
.quick-copy h3 { font-size: 3.2rem; line-height: .95; }
.close-quick { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 999px; background: white; display: grid; place-items: center; }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.luxury-cursor { position: fixed; width: 18px; height: 18px; border: 1px solid rgba(214,194,163,.9); border-radius: 999px; pointer-events: none; z-index: 200; transform: translate(-50%,-50%); transition: width .2s, height .2s; mix-blend-mode: difference; display: none; }

@keyframes pulseLuxury { 0% { transform: scale(.8); } 60% { transform: scale(1.18); } 100% { transform: scale(1); } }

@media (pointer:fine) { .luxury-cursor { display: block; } }
@media (max-width: 1024px) {
    .desktop-nav { display: none; }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .shop-layout, .product-page, .cart-page, .checkout-layout, .account-layout, .story-split { grid-template-columns: 1fr; }
    .filters, .product-panel { position: static; }
    .market-header { top: 40px; min-height: 68px; }
    .header-main { min-height: 58px; }
    .deliver-chip, .category-nav { display: none; }
    .header-search { height: 42px; }
    .rev-hero { padding-top: 145px; }
    .hero-commerce-card { position: relative; right: auto; bottom: auto; z-index: 3; width: min(420px, 100%); margin-top: 28px; }
    .quick-commerce-strip, .category-bubble-grid { grid-template-columns: repeat(3, 1fr); }
    .deal-wall, .app-like-split { grid-template-columns: 1fr; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1025px) { .mobile-toggle { display: none !important; } }
@media (max-width: 760px) {
    body { padding-bottom: 72px; }
    .top-commerce-rail { height: 30px; }
    .rail-track span { padding: 0 22px; font-size: .66rem; }
    .site-header { inset: 40px 10px auto; height: auto; padding-left: 0; }
    .market-header { min-height: 58px; }
    .header-main { padding: 8px 10px; gap: 8px; }
    .brand { font-size: 1.35rem; }
    .header-search { position: absolute; left: 0; right: 0; top: 68px; margin: 0; height: 44px; }
    .header-search span { font-size: .78rem; }
    .nav-actions { gap: 2px; }
    .nav-actions a[aria-label="Account"], .nav-actions a[aria-label="Wishlist"], .bag-action span:not([data-cart-count]) { display: none; }
    .hero { min-height: 92vh; padding: 100px 20px 42px; }
    .hero h1 { font-size: clamp(4rem, 20vw, 6rem); }
    .rev-hero { min-height: 92vh; padding: 165px 18px 142px; align-items: center; }
    .rev-content { min-height: 370px; }
    .rev-slide h1 { font-size: clamp(4.1rem, 18vw, 6.4rem); }
    .rev-slide p:not(.eyebrow) { font-size: .98rem; }
    .hero-commerce-card { display: none; }
    .hero-thumbs { bottom: 72px; left: 18px; right: 18px; grid-template-columns: 1fr 1fr 1fr; gap: 7px; }
    .hero-thumbs button { height: 58px; padding: 6px; font-size: .68rem; }
    .hero-thumbs img { display: none; }
    .quick-commerce-strip { margin: 14px 18px 0; grid-template-columns: 1fr 1fr; gap: 8px; }
    .quick-commerce-strip a { min-height: 86px; padding: 14px; }
    .section { padding: 66px 20px; }
    .section-head { display: block; }
    .collection-grid, .reviews, .insta-grid, .footer-grid, .newsletter-band, .form-grid, .category-bubble-grid, .trust-grid { grid-template-columns: 1fr; }
    .collection-tile, .collection-tile:nth-child(n) { grid-column: span 1; min-height: 360px; }
    .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px 10px; }
    .commerce-product-grid .product-card { padding: 7px; }
    .product-info h3 { font-size: .86rem; }
    .rating-row, .delivery-row { font-size: .68rem; }
    .category-bubble-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .category-bubble { min-height: 170px; padding: 10px; }
    .deal-panel, .flash-card { min-height: 260px; }
    .flash-card strong { font-size: 2.35rem; }
    .phone-stack article { grid-template-columns: 58px 1fr 36px; }
    .phone-stack img { width: 58px; }
    .quick-row { opacity: 1; transform: none; flex-direction: column; }
    .gallery { grid-template-columns: 1fr; }
    .product-page { padding: 96px 18px 110px; }
    .sticky-mobile-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; padding: 10px; background: rgba(248,245,240,.94); backdrop-filter: blur(16px); z-index: 60; }
    .cart-page, .checkout-layout, .account-layout { gap: 18px; }
    .cart-row, .wishlist-row { grid-template-columns: 82px 1fr; }
    .cart-row > :last-child, .wishlist-row > :last-child { grid-column: 2; justify-self: start; }
    .footer-bottom, .toolbar { flex-direction: column; align-items: start; }
    .newsletter-band form { flex-direction: column; }
    .quick-card { grid-template-columns: 1fr; max-height: 90vh; overflow: auto; }
    .quick-card img { min-height: 280px; }
    .mobile-bottom-nav {
        position: fixed; left: 0; right: 0; bottom: 0; z-index: 65; min-height: 64px; padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
        display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-top: 1px solid rgba(17,17,17,.08);
    }
    .mobile-bottom-nav a, .mobile-bottom-nav button { display: grid; place-items: center; gap: 3px; font-size: .64rem; font-weight: 900; color: rgba(17,17,17,.7); }
    .mobile-bottom-nav svg { width: 19px; height: 19px; }
}
