*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; }
body { background: #fdfbf7; color: #0e0d0c; font-family: 'DM Sans', sans-serif; overflow-x: hidden; scroll-behavior: smooth; }

/* ── Cursor ── */
.cursor { position: fixed; pointer-events: none; z-index: 99999; mix-blend-mode: difference; }
.cursor-inner { width: 8px; height: 8px; background: #c9a84c; border-radius: 50%; transform: translate(-50%,-50%); transition: width .2s, height .2s; }
.cursor-outer { width: 36px; height: 36px; border: 1.5px solid rgba(201,168,76,0.6); border-radius: 50%; transform: translate(-50%,-50%); transition: transform .1s; }
body:has(a:hover) .cursor-inner, body:has(button:hover) .cursor-inner { width: 14px; height: 14px; }

/* ── Marquee ── */
.marquee-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.marquee-track span { white-space: nowrap; flex-shrink: 0; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── Hero slider ── */
.slide { position: absolute; inset: 0; display: block; opacity: 0; transform: scale(1.02); will-change: opacity, transform; cursor: pointer; pointer-events: none; }
.slide.active { opacity: 1; transform: scale(1); pointer-events: auto; }
.slide img { will-change: transform; }

/* ── Hero nav arrows ── */
.hero-nav-btn {
  opacity: 0; visibility: hidden; transition: opacity .4s ease, visibility .4s, transform .35s ease, background .25s, border-color .25s;
  transform: scale(0.9); z-index: 25;
}
.hero-nav-btn-dir-prev { transform: translateX(-12px) scale(0.9); }
.hero-nav-btn-dir-next { transform: translateX(12px) scale(0.9); }
#hero:hover .hero-nav-btn, #hero:focus-within .hero-nav-btn, #hero.is-hovered .hero-nav-btn, .hero-nav-btn.force-visible { opacity: 1; visibility: visible; transform: scale(1); }
#hero:hover .hero-nav-btn-dir-prev, #hero:focus-within .hero-nav-btn-dir-prev, #hero.is-hovered .hero-nav-btn-dir-prev, .hero-nav-btn-dir-prev.force-visible { transform: translateX(0) scale(1); }
#hero:hover .hero-nav-btn-dir-next, #hero:focus-within .hero-nav-btn-dir-next, #hero.is-hovered .hero-nav-btn-dir-next, .hero-nav-btn-dir-next.force-visible { transform: translateX(0) scale(1); }
#hero:hover .hero-nav-btn:hover, #hero.is-hovered .hero-nav-btn:hover { border-color: #c9a84c; color: #c9a84c; background: rgba(201,168,76,0.1); }

/* ── Mega menu ── */
.mega-menu { opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s, visibility .25s; }
.mega-menu::before { content: ''; position: absolute; left: 0; right: 0; top: -24px; height: 24px; }
.nav-item:hover .mega-menu, .nav-item:focus-within .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; }
.nav-item.is-open .mega-menu, .nav-item:hover .mega-menu, .nav-item:focus-within .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; }

/* ── Product card ── */
.product-card { height: 390px; display: flex; flex-direction: column; transition: transform .4s cubic-bezier(.25,.46,.45,.94), box-shadow .4s; will-change: transform; backface-visibility: hidden; }
.product-card-media { flex: 0 0 260px; height: 260px !important; }
.product-card-body { min-height: 130px; display: flex; flex-direction: column; justify-content: flex-start; }
.product-card-title { min-height: 48px; line-height: 1.25; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.card-img { image-rendering: auto; }
#newScroll::-webkit-scrollbar { display: none; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(14,13,12,.14); }
.product-card:hover .card-overlay { opacity: 1; }
.product-card:hover .card-img { transform: scale(1.06); }
.card-img { transition: transform .6s cubic-bezier(.25,.46,.45,.94); }
.card-img-hover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .5s ease-in-out; }
.product-card:hover .card-img-hover { opacity: 1; }
.card-overlay { opacity: 0; transition: opacity .35s; }
.luxury-stage { position: relative; overflow: hidden; isolation: isolate; }
.luxury-stage::before { content: ''; position: absolute; inset: 16px 4% auto; height: 240px; background: radial-gradient(circle at 50% 0%, rgba(201,168,76,.22), transparent 62%); filter: blur(18px); z-index: -1; }
.luxury-stage::after { content: none; }
.product-card { box-shadow: 0 18px 45px rgba(14,13,12,.08); transform-style: preserve-3d; }
.product-card::before { content: ''; position: absolute; inset: 1px; border: 1px solid rgba(201,168,76,.18); pointer-events: none; z-index: 12; }
.product-card::after { content: ''; position: absolute; inset: 0; opacity: 0; pointer-events: none; background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.42) 42%, transparent 58%); transform: translateX(-120%); transition: opacity .35s, transform .8s cubic-bezier(.25,.46,.45,.94); z-index: 13; }
.product-card:hover::after { opacity: 1; transform: translateX(120%); }
.carousel-arrow { width: 44px; height: 44px; border: 1px solid rgba(14,13,12,.14); background: rgba(253,251,247,.82); backdrop-filter: blur(12px); transition: transform .25s, border-color .25s, color .25s, background .25s; }
.carousel-arrow:hover { transform: translateY(-2px); border-color: #c9a84c; color: #c9a84c; background: #0e0d0c; }

/* ── Reveal animations ── */
.reveal-up { opacity: 0; transform: translateY(40px); }
.reveal-left { opacity: 0; transform: translateX(-40px); }
.reveal-right { opacity: 0; transform: translateX(40px); }
.reveal-scale { opacity: 0; transform: scale(0.92); }

/* ── Budget card ── */
.budget-card { transition: transform .4s, outline .3s; }
.budget-card:hover { transform: scale(1.03); }
.budget-card.selected { outline: 2.5px solid #c9a84c; }

/* ── FAQ ── */
.video-testimonial-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 2px 2px 18px;
}
.video-testimonial-track::-webkit-scrollbar { display: none; }
.video-testimonial-card {
  position: relative;
  display: block;
  flex: 0 0 calc((100% - 54px) / 4);
  aspect-ratio: 9 / 14;
  min-height: 370px;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: #0e0d0c;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 18px 45px rgba(14,13,12,.12);
}
.video-testimonial-thumb { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s cubic-bezier(.25,.46,.45,.94); }
.video-testimonial-card:hover .video-testimonial-thumb { transform: scale(1.05); }
.video-testimonial-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,13,12,.82), rgba(14,13,12,.08) 58%, rgba(14,13,12,.22)); }
.video-testimonial-play { position: absolute; left: 50%; top: 50%; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; color: #fff; background: rgba(14,13,12,.24); transform: translate(-50%, -50%); backdrop-filter: blur(8px); }
.video-testimonial-play svg { width: 24px; height: 24px; fill: currentColor; margin-left: 3px; }
.video-testimonial-caption { position: absolute; left: 24px; right: 24px; bottom: 24px; display: grid; gap: 7px; color: #fff; }
.video-testimonial-caption span { color: #c9a84c; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.video-testimonial-caption strong { font-family: 'Cormorant Garamond', serif; font-size: 26px; line-height: 1.05; font-weight: 700; }
.video-testimonial-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s, visibility .25s; }
.video-testimonial-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.video-testimonial-backdrop { position: absolute; inset: 0; background: rgba(14,13,12,.78); backdrop-filter: blur(12px); }
.video-testimonial-dialog { position: relative; width: min(960px, 100%); max-height: calc(100vh - 48px); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 6px; background: #0e0d0c; box-shadow: 0 32px 90px rgba(0,0,0,.45); }
.video-testimonial-player { display: block; width: 100%; max-height: calc(100vh - 150px); background: #000; object-fit: contain; }
.video-testimonial-close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: rgba(14,13,12,.45); cursor: pointer; }
.video-testimonial-close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.video-testimonial-info { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; color: #fff; }
.video-testimonial-kicker { color: #c9a84c; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 4px; }
.video-testimonial-info h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; line-height: 1.1; }
.video-testimonial-mute { border: 1px solid rgba(201,168,76,.65); color: #c9a84c; background: transparent; padding: 11px 18px; border-radius: 4px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; }
.video-testimonial-mute:hover { background: #c9a84c; color: #0e0d0c; }

.faq-body { max-height: 0; overflow: hidden; transition: max-height .45s cubic-bezier(.4,0,.2,1); }
.faq-body.open { max-height: 300px; }
.faq-icon { transition: transform .35s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ── Masonry ── */
.masonry-grid { columns: 3; column-gap: 18px; }
@media (max-width: 900px) { .masonry-grid { columns: 2; } }
@media (max-width: 560px) { .masonry-grid { columns: 1; } }
.masonry-item { break-inside: avoid; margin-bottom: 18px; }

/* ── Mobile menu ── */
.mobile-nav { transform: translateX(100%); transition: transform .4s cubic-bezier(.4,0,.2,1); }
.mobile-nav.open { transform: translateX(0); }

/* ── Gold line accent ── */
.gold-line::after { content: ''; display: block; width: 40px; height: 2px; background: #c9a84c; margin-top: 12px; }

/* ── Tab active ── */
.style-tab.active { background: #0e0d0c; color: #c9a84c; }
.style-tab { transition: background .25s, color .25s; }

/* ── Wishlist ── */
.wish-btn.wishlisted { color: #e05a6b; }

/* ── Section divider ── */
.slash-top { clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%); }

/* ── Newsletter input ── */
.nl-input:focus { outline: none; border-color: #c9a84c; box-shadow: 0 0 0 3px rgba(201,168,76,.2); }

/* ── Scroll indicator ── */
@keyframes scrollBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
.scroll-indicator { animation: scrollBounce 2s ease-in-out infinite; }

/* ── Skeleton shimmer ── */
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.shimmer { background: linear-gradient(90deg, #e8e3d8 25%, #f2ede4 50%, #e8e3d8 75%); background-size: 200% 100%; animation: shimmer 1.6s infinite; }

/* ── Number counter ── */
.count-num { font-variant-numeric: tabular-nums; }

@media (max-width: 1023px) {
  .cursor { display: none; }
  .luxury-stage::before { top: 8px; height: 180px; }
  .product-card:hover { transform: translateY(-4px); }
}

@media (max-width: 768px) {
  .hero-nav-btn { opacity: 1; visibility: visible; transform: scale(.92); }
  .card-overlay { opacity: 1; transform: none; }
  .product-card .card-img-hover { display: none; }
  .video-testimonial-card { flex-basis: calc((100% - 18px) / 2); min-height: 360px; }
  .video-testimonial-info { align-items: flex-start; flex-direction: column; }
  .video-testimonial-info h3 { font-size: 24px; }
  .slash-top { clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%); }
}

@media (max-width: 520px) {
  .carousel-arrow { width: 40px; height: 40px; }
  .video-testimonial-card { flex-basis: 82%; min-height: 340px; }
  .gold-line::after { margin-top: 8px; }
}
