:root {
  --noir: #100D0A;
  --oud: #15110C;
  --gold: #B98A3D;
  --gold-hover: #cf9b45;
  --sand: #E9DFC9;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--noir);
  color: var(--sand);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button, a { -webkit-tap-highlight-color: transparent; }

a { color: var(--gold); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold-hover); }
::selection { background: var(--oud); color: var(--sand); }

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

@keyframes fd-fadeup { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fd-fadein { from { opacity: 0; } to { opacity: 1; } }
@keyframes fd-heartpop { 0% { transform: scale(1); } 35% { transform: scale(1.35); } 100% { transform: scale(1); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

.wrap { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px); }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.05;
  margin: 0;
  color: var(--sand);
}
.h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 10px;
  color: var(--sand);
  line-height: 1.15;
}
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.body-copy {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(233, 223, 201, 0.82);
  margin: 0 0 20px;
  max-width: 520px;
}
.section { padding: clamp(72px, 9vw, 120px) 0; }
.section.wrap { padding: clamp(72px, 9vw, 120px) clamp(20px, 5vw, 64px); }
.section-oud { background: var(--oud); }
.section-head { text-align: center; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head-center { margin-bottom: clamp(44px, 5vw, 68px); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 17px 34px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .3s ease;
  font-family: inherit;
}
.btn-gold { background: var(--gold); color: var(--noir); }
.btn-gold:hover { background: var(--gold-hover); color: var(--noir); transform: translateY(-1px); }
.btn-outline { border-color: rgba(233, 223, 201, 0.4); color: var(--sand); background: none; }
.btn-outline:hover { border-color: var(--sand); background: rgba(233, 223, 201, 0.08); color: var(--sand); }
.btn-outline-gold { border-color: var(--gold); color: var(--gold); background: none; font-size: 12px; padding: 11px 20px; }
.btn-outline-gold:hover { background: rgba(185, 138, 61, 0.12); color: var(--gold); }
.btn-oud { background: var(--oud); color: var(--sand); border: none; font-size: 12px; padding: 15px 26px; }
.btn-oud:hover { background: #5c3a27; color: var(--sand); }
.cta-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.accent { color: var(--gold); }

/* ============ HEADER ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(22, 19, 15, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(233, 223, 201, 0.08);
}
.header-inner {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo {
  color: var(--sand);
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.01em;
  line-height: 1;
}
.logo:hover { color: var(--sand); }

.menu-btn {
  display: none;
  background: none;
  border: 1px solid rgba(233, 223, 201, 0.25);
  color: var(--sand);
  width: 44px;
  height: 44px;
  border-radius: 2px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.menu-btn span { display: block; width: 20px; height: 1.5px; background: var(--sand); }

.nav-desktop { display: flex; align-items: center; gap: 34px; }
.nav-desktop a {
  color: var(--sand);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nav-desktop a:hover { color: var(--gold); }

.header-actions { display: flex; align-items: center; gap: 16px; }
.ship-note { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(233, 223, 201, 0.6); white-space: nowrap; }

.icon-btn {
  position: relative;
  background: none;
  border: 1px solid rgba(233, 223, 201, 0.22);
  color: var(--sand);
  width: 44px;
  height: 44px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
}
.icon-btn:hover { background: rgba(185, 138, 61, 0.12); }
.wishlist-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 100px;
  background: var(--gold);
  color: var(--noir);
  font-size: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.wishlist-badge[hidden] { display: none; }

.mobile-menu {
  display: none;
  border-top: 1px solid rgba(233, 223, 201, 0.08);
  padding: 8px clamp(20px, 5vw, 64px) 24px;
  flex-direction: column;
  animation: fd-fadein .25s ease;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: var(--sand);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 16px 0;
  border-bottom: 1px solid rgba(233, 223, 201, 0.07);
}
.mobile-menu a:last-child { border-bottom: none; }

@media (max-width: 899px) {
  .menu-btn { display: flex; }
  .nav-desktop, .header-actions { display: none; }
}

.mobile-menu-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(233, 223, 201, 0.08);
}
.mobile-wishlist-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  color: var(--sand);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: inherit;
  padding: 4px 0;
  cursor: pointer;
}
.wishlist-badge-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 100px;
  background: var(--gold);
  color: var(--noir);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}
.wishlist-badge-inline[hidden] { display: none; }
.mobile-shop-btn { justify-content: center; width: 100%; }

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: clamp(600px, 94vh, 940px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--noir);
}
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-scrim { position: absolute; inset: 0; }
.hero-scrim-label { background: radial-gradient(115% 90% at 70% 62%, transparent 26%, rgba(22, 19, 15, 0.32) 62%, rgba(22, 19, 15, 0.5) 100%); }
.hero-scrim-left { background: linear-gradient(103deg, rgba(22, 19, 15, 0.82) 0%, rgba(22, 19, 15, 0.5) 30%, rgba(22, 19, 15, 0.12) 54%, transparent 72%); }
.hero-scrim-bottom { background: linear-gradient(180deg, rgba(22, 19, 15, 0.35) 0%, transparent 22%, transparent 66%, rgba(22, 19, 15, 0.75) 100%); }
.hero-inner {
  position: relative;
  width: 100%;
  padding: clamp(90px, 12vw, 150px) clamp(20px, 5vw, 64px) clamp(56px, 8vw, 110px);
}
.hero-copy { max-width: 640px; animation: fd-fadeup .8s ease both; }
.hero-title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(52px, 8.5vw, 108px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin: 0 0 26px;
  color: var(--sand);
}
.hero-desc { font-size: clamp(17px, 2.2vw, 21px); line-height: 1.55; color: rgba(233, 223, 201, 0.82); max-width: 460px; margin: 0 0 40px; }

/* ============ ABOUT ============ */
.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.about-media {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid rgba(233, 223, 201, 0.14);
}
.about-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stat-row { display: flex; flex-wrap: wrap; gap: 36px; }
.stat-num { font-family: 'Fraunces', serif; font-weight: 300; font-size: 36px; color: var(--sand); line-height: 1; }
.stat-label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-top: 6px; }

/* ============ SCENT FINDER ============ */
.scent-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.scent-panel {
  position: relative;
  display: block;
  min-height: clamp(380px, 42vw, 520px);
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid rgba(233, 223, 201, 0.1);
  transition: all .3s ease;
}
.scent-panel:hover { transform: translateY(-4px); border-color: rgba(185, 138, 61, 0.4); }
.scent-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.scent-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22, 19, 15, 0.1), rgba(22, 19, 15, 0.35)); }
.scent-copy {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: clamp(28px, 4vw, 44px);
  background: linear-gradient(180deg, transparent, rgba(22, 19, 15, 0.9));
}
.scent-eyebrow { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.scent-copy h3 { font-family: 'Fraunces', serif; font-weight: 300; font-size: clamp(32px, 4vw, 46px); margin: 0 0 12px; color: var(--sand); }
.scent-copy p { margin: 0 0 18px; color: rgba(233, 223, 201, 0.78); max-width: 340px; }
.link-underline { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sand); border-bottom: 1px solid var(--gold); padding-bottom: 4px; }

/* ============ BEST SELLERS ============ */
.collection-section { padding: clamp(56px, 7vw, 104px) 0 clamp(80px, 10vw, 128px); overflow: hidden; }
.collection-inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
  padding-right: 0;
}
.collection-head {
  flex: none;
  width: clamp(260px, 26vw, 380px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: clamp(16px, 2vw, 32px);
  text-align: left;
  margin: 0;
}
.rail-controls { display: flex; gap: 12px; margin-top: 8px; }
.rail-btn {
  width: 48px; height: 48px;
  border: 1px solid rgba(233, 223, 201, 0.3);
  background: none;
  color: var(--sand);
  border-radius: 2px;
  cursor: pointer;
  font-size: 18px;
  transition: all .3s ease;
}
.rail-btn:hover { border-color: var(--sand); background: rgba(233, 223, 201, 0.08); }

.rail {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 20px;
  scroll-snap-type: x mandatory;
  padding: 4px clamp(20px, 5vw, 64px) 18px 0;
}
.product-card {
  flex: none;
  width: clamp(270px, 30vw, 330px);
  scroll-snap-align: start;
  position: relative;
  cursor: pointer;
  outline: none;
}
.product-media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(233, 223, 201, 0.08);
  background: #1a1510;
}
.product-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.heart-btn {
  position: absolute;
  top: 14px; right: 14px;
  z-index: 2;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(233, 223, 201, 0.28);
  background: rgba(16, 13, 10, 0.5);
  color: rgba(233, 223, 201, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: all .3s ease;
}
.heart-btn:hover { border-color: var(--gold); background: rgba(185, 138, 61, 0.18); }
.heart-btn svg { transition: transform 0s; }
.heart-btn.pulse svg { animation: fd-heartpop .4s ease; }
.heart-btn.saved { border-color: var(--gold); background: rgba(185, 138, 61, 0.16); color: var(--gold); }
.heart-btn.saved svg { fill: var(--gold); }

.notes-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 17, 13, 0.93);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 32px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
}
.product-card.notes-open .notes-overlay {
  opacity: 1;
  visibility: visible;
  animation: fd-fadeup .35s ease both;
}
@media (hover: hover) {
  .product-card:hover .notes-overlay,
  .product-card:focus-within .notes-overlay {
    opacity: 1;
    visibility: visible;
    animation: fd-fadeup .35s ease both;
  }
}
.notes-title { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.note-tier { display: flex; gap: 14px; align-items: flex-start; position: relative; padding-bottom: 20px; }
.note-tier-last { padding-bottom: 0; }
.note-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex: none; display: block; margin-top: 3px; position: relative; }
.note-tier:not(.note-tier-last) .note-dot::after {
  content: "";
  position: absolute;
  top: 12px; left: 3px;
  width: 1px;
  height: 20px;
  background: rgba(185, 138, 61, 0.35);
}
.note-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(233, 223, 201, 0.55); margin-bottom: 4px; }
.note-text { font-family: 'Fraunces', serif; font-size: 16px; color: var(--sand); line-height: 1.3; }

.product-info { padding: 20px 2px 4px; }
.product-tag { display: block; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 9px; }
.product-title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.h3-product { font-family: 'Fraunces', serif; font-weight: 400; font-size: 23px; margin: 0; color: var(--sand); line-height: 1.1; }
.product-price { font-size: 14px; color: rgba(233, 223, 201, 0.7); white-space: nowrap; }
.product-divider { height: 1px; background: rgba(233, 223, 201, 0.12); margin-bottom: 16px; }

.add-cart-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--sand);
  font-family: inherit;
  transition: color .3s ease;
}
.add-cart-btn:hover { color: var(--gold); }
.add-cart-btn.added { color: var(--gold); }
.add-cart-label { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
.add-cart-arrow { font-size: 15px; line-height: 1; }

@media (max-width: 899px) {
  .collection-inner { flex-direction: column; }
  .collection-head { width: 100%; padding-right: 0; }
}

/* ============ CRAFT ============ */
.craft-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.craft-card { border: 1px solid rgba(233, 223, 201, 0.12); border-radius: 3px; overflow: hidden; background: rgba(22, 19, 15, 0.35); }
.craft-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.craft-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.craft-body { padding: 24px 24px 28px; }
.craft-body p { margin: 0; font-size: 14px; color: rgba(233, 223, 201, 0.72); line-height: 1.55; }

/* ============ GIFTING ============ */
.gifting { position: relative; min-height: clamp(440px, 55vw, 640px); display: flex; align-items: center; overflow: hidden; }
.gifting-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gifting-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22, 19, 15, 0.92) 0%, rgba(22, 19, 15, 0.62) 55%, rgba(22, 19, 15, 0.35) 100%); }
.gifting-inner { position: relative; width: 100%; }
.gifting-copy { max-width: 520px; }
.gifting-title { font-size: clamp(36px, 5.5vw, 66px); line-height: 1.02; margin: 0 0 22px; }
.gifting-note { font-size: 13px; color: rgba(233, 223, 201, 0.6); }

/* ============ NEWSLETTER ============ */
.newsletter { background: var(--sand); color: var(--noir); padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 64px); }
.newsletter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(28px, 4vw, 56px); align-items: center; max-width: 920px; margin: 0 auto; padding: 0; }
.newsletter-title { color: var(--noir); font-size: clamp(28px, 3.6vw, 40px); line-height: 1.1; margin: 0 0 12px; }
.newsletter-desc { margin: 0; color: rgba(22, 19, 15, 0.7); font-size: 15px; }
.subscribe-form { display: flex; flex-direction: column; gap: 12px; }
.subscribe-row { display: flex; gap: 10px; flex-wrap: wrap; }
.subscribe-input {
  flex: 1;
  min-width: 180px;
  background: transparent;
  border: 1px solid rgba(22, 19, 15, 0.3);
  border-radius: 2px;
  padding: 15px 16px;
  font-size: 16px;
  color: var(--noir);
  font-family: inherit;
}
.subscribe-input:focus-visible { outline: none; border-color: var(--oud); box-shadow: 0 0 0 2px rgba(74, 46, 31, 0.25); }
.subscribe-msg { font-size: 12px; color: rgba(22, 19, 15, 0.55); }

/* ============ FOOTER ============ */
.site-footer { background: var(--noir); border-top: 1px solid rgba(233, 223, 201, 0.08); padding: clamp(56px, 7vw, 88px) clamp(20px, 5vw, 64px) 40px; }
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: clamp(32px, 4vw, 56px);
  padding-bottom: clamp(40px, 5vw, 64px);
  border-bottom: 1px solid rgba(233, 223, 201, 0.08);
}
.footer-brand { min-width: 200px; }
.footer-logo { font-family: 'Fraunces', serif; font-size: 28px; color: var(--sand); margin-bottom: 16px; }
.footer-brand p { font-size: 13px; color: rgba(233, 223, 201, 0.55); line-height: 1.6; margin: 0 0 20px; max-width: 260px; }
.btn-whatsapp { display: inline-flex; gap: 10px; }
.dot-online { width: 8px; height: 8px; border-radius: 50%; background: #4caf50; }
.footer-heading { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 13px; }
.footer-links a { color: rgba(233, 223, 201, 0.72); font-size: 14px; }
.social-row { display: flex; gap: 14px; margin-top: 6px; }
.social-btn {
  width: 36px; height: 36px;
  border: 1px solid rgba(233, 223, 201, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(233, 223, 201, 0.72);
  font-size: 11px;
  transition: all .3s ease;
}
.social-btn:hover { border-color: var(--gold); color: var(--gold); }

.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding-top: 28px; }
.payment-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.payment-label { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(233, 223, 201, 0.4); margin-right: 6px; }
.payment-badge { font-size: 10px; letter-spacing: 0.08em; color: rgba(233, 223, 201, 0.7); border: 1px solid rgba(233, 223, 201, 0.16); border-radius: 2px; padding: 6px 10px; }
.legal-row { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.legal-row a { font-size: 12px; color: rgba(233, 223, 201, 0.5); }
.copyright { font-size: 12px; color: rgba(233, 223, 201, 0.35); }

/* ============ WHATSAPP FLOAT ============ */
.whatsapp-float {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 11px;
  background: #25651c;
  color: #fff;
  padding: 14px 20px;
  border-radius: 100px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all .3s ease;
}
.whatsapp-float:hover { background: #2d7522; color: #fff; transform: translateY(-1px); }
.dot-online-bright { width: 10px; height: 10px; border-radius: 50%; background: #7be26a; flex: none; }
