/* ── FLOATING STARS ── */
.star {
  position: absolute;
  opacity: 0;
  animation: float-star 6s ease-in-out infinite;
  pointer-events: none;
}

.star svg { display: block; }

.star:nth-child(1)  { top: 12%; left: 8%;   animation-delay: 0s;    animation-duration: 7s; }
.star:nth-child(2)  { top: 22%; left: 72%;  animation-delay: 1.2s;  animation-duration: 5.5s; }
.star:nth-child(3)  { top: 55%; left: 15%;  animation-delay: 2.4s;  animation-duration: 6.5s; }
.star:nth-child(4)  { top: 72%; left: 62%;  animation-delay: 0.8s;  animation-duration: 8s; }
.star:nth-child(5)  { top: 38%; left: 88%;  animation-delay: 3s;    animation-duration: 6s; }
.star:nth-child(6)  { top: 85%; left: 30%;  animation-delay: 1.8s;  animation-duration: 7.5s; }
.star:nth-child(7)  { top: 18%; left: 42%;  animation-delay: 4s;    animation-duration: 5s; }
.star:nth-child(8)  { top: 65%; left: 78%;  animation-delay: 2s;    animation-duration: 9s; }

@keyframes float-star {
  0%   { opacity: 0;    transform: translateY(0px) rotate(0deg) scale(0.8); }
  20%  { opacity: 0.55; }
  50%  { opacity: 0.7;  transform: translateY(-12px) rotate(20deg) scale(1); }
  80%  { opacity: 0.45; }
  100% { opacity: 0;    transform: translateY(-24px) rotate(40deg) scale(0.8); }
}

/* ── PLUNCT FONT ── */
@font-face {
  font-family: 'Plunct';
  src: url('assets/fonts/Plunct.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; }

body {
  font-family: 'Plunct', 'Jost', sans-serif;
  background: #0a0a0a;
  color: #fcf3e3;
  overflow-x: hidden;
}

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

/* ── NAVIGATION ── */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  height: 72px;
  border-radius: 100px;
  position: fixed;
  top: 18px;
  left: 24px;
  right: 24px;
  background: rgba(252, 243, 227, 0.07);
  backdrop-filter: blur(24px) saturate(1.6) brightness(1.1);
  -webkit-backdrop-filter: blur(24px) saturate(1.6) brightness(1.1);
  z-index: 1000;
  border: 1px solid rgba(252, 243, 227, 0.10);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(252, 243, 227, 0.08);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

nav.cursor-lit {
  border-color: rgba(252, 243, 227, 0.18);
  box-shadow: 0 4px 48px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(252, 243, 227, 0.12);
}

/* ── LANDING HERO ── */
.landing-hero {
  height: 100vh;
  background-image: url('assets/hero-botanical.jpeg');
  background-size: cover;
  background-position: center center;
  background-color: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landing-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.landing-hero-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.landing-hero-cta-wrap {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.landing-logo {
  width: 46vw;
  max-width: 700px;
  height: auto;
  margin-bottom: 56px;
  filter: drop-shadow(0 0 60px rgba(240,237,232,0.2));
  display: block;
}

.landing-tagline {
  font-size: 11px;
  letter-spacing: 7px;
  font-weight: 300;
  color: rgba(240,237,232,0.65);
  text-transform: uppercase;
  margin: 0 0 36px;
}

.landing-cta {
  display: inline-block;
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: lowercase;
  padding: 12px 36px;
  background: rgba(252, 243, 227, 0.12);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border: 1px solid rgba(252, 243, 227, 0.18);
  border-radius: 100px;
  color: rgba(252, 243, 227, 0.85);
  text-decoration: none;
  transition: background 0.22s, border-color 0.22s;
}

.landing-cta:hover {
  background: rgba(252, 243, 227, 0.2);
  border-color: rgba(252, 243, 227, 0.3);
}

.landing-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 9px;
  letter-spacing: 4px;
  font-weight: 400;
  color: rgba(240,237,232,0.4);
  animation: scroll-pulse 2.4s ease-in-out infinite;
}

@keyframes scroll-pulse {
  0%, 100% { opacity: 0.4; transform: translateX(-50%) translateY(0); }
  50% { opacity: 0.7; transform: translateX(-50%) translateY(5px); }
}

.nav-left, .nav-right {
  display: flex;
  gap: 32px;
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

.nav-left a, .nav-right a {
  opacity: 0.85;
  transition: opacity 0.2s;
  color: #fcf3e3;
  text-transform: lowercase;
}

.nav-left a:hover, .nav-right a:hover { opacity: 1; }

.nav-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.nav-center a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.nav-brand {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 6px;
}

.nav-logo {
  height: 52px;
  width: auto;
  display: block;
}

/* ── HERO ── */
.hero {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 12px;
  padding: 12px;
  height: calc(100vh - 70px);
  max-height: 700px;
}

.hero-main {
  background: #111111;
  border-radius: 20px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* ── HERO SELECTOR (dark panel) ── */
.hero-main.hero-main-selector {
  background: #161616;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.hero-sel-aura {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: background 0.65s ease;
  border-radius: 20px;
}
.hero-sel-circles {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
  flex-shrink: 0;
}
.hero-sel-dot {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.35;
  transition: opacity 0.25s, transform 0.25s;
  padding: 0;
}
.hero-sel-dot:hover { opacity: 0.7; transform: translateX(4px); }
.hero-sel-dot.active { opacity: 1; transform: translateX(6px); }
.hero-dot-orb {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  transition: transform 0.25s;
}
.hero-sel-dot.active .hero-dot-orb { transform: scale(1.15); }
.hero-dot-label {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: #f0ede8;
  font-weight: 400;
}
.hero-sel-display {
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 2;
  text-align: right;
  align-items: flex-end;
}
.hero-sel-tag {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 3px;
  opacity: 0.35;
  color: #f0ede8;
}
.hero-sel-num {
  font-family: 'Jost', sans-serif;
  font-size: clamp(80px, 9vw, 140px);
  font-weight: 900;
  letter-spacing: -4px;
  line-height: 1;
  color: #f0ede8;
  transition: opacity 0.25s;
}
.hero-sel-notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0.4;
  font-size: 9px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 2px;
  color: #f0ede8;
}
.hero-sel-desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
  opacity: 0.6;
  max-width: 320px;
  color: #f0ede8;
  text-align: right;
}
.hero-sel-btn {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.35);
  color: #f0ede8;
  padding: 13px 26px;
  border-radius: 100px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 4px;
}
.hero-sel-btn:hover { background: #f0ede8; color: #0a0a0a; border-color: transparent; }


.hero-text-top, .hero-text-bottom {
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 900;
  color: #f7f6f3;
  line-height: 0.9;
  letter-spacing: -1px;
}

.hero-bottle-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.bottle-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border: 1px dashed rgba(255,255,255,0.2);
  border-radius: 16px;
  padding: 40px 60px;
  color: rgba(255,255,255,0.3);
  font-size: 11px;
  letter-spacing: 2px;
  font-family: 'Space Mono', monospace;
}

.hero-bottle-svg {
  height: 280px;
  width: auto;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-secondary {
  background: #161616;
  border-radius: 20px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ── 3D BOTTLE PANEL ── */
.hero-3d-panel {
  justify-content: space-between;
  align-items: center;
  padding: 32px 24px;
}
.hero-3d-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-3d-placeholder {
  position: relative;
  width: 160px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* orbiting rings to suggest 3D rotation */
.hero-3d-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
}
.hero-3d-ring-1 {
  width: 140px;
  height: 140px;
  animation: ring-spin 6s linear infinite;
}
.hero-3d-ring-2 {
  width: 110px;
  height: 110px;
  border-style: dashed;
  border-color: rgba(255,255,255,0.07);
  animation: ring-spin 9s linear infinite reverse;
}
.hero-3d-ring-3 {
  width: 80px;
  height: 80px;
  animation: ring-spin 4s linear infinite;
  border-color: rgba(255,255,255,0.06);
}
@keyframes ring-spin {
  from { transform: rotate(0deg) scaleY(0.35); }
  to   { transform: rotate(360deg) scaleY(0.35); }
}
.hero-3d-label {
  font-family: 'Space Mono', monospace;
  font-size: 8px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.2);
  text-align: center;
  line-height: 1.8;
  z-index: 2;
  text-transform: uppercase;
}
.hero-3d-footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-3d-tag {
  font-family: 'Space Mono', monospace;
  font-size: 8px;
  letter-spacing: 2px;
  color: rgba(240,237,232,0.4);
}
.hero-3d-price {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgba(240,237,232,0.8);
}

.hero-secondary-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-tag {
  font-size: 9px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.4);
}

.hero-num {
  font-size: 72px;
  font-weight: 900;
  color: #f7f6f3;
  line-height: 1;
  letter-spacing: -2px;
}

.hero-notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-notes span {
  font-size: 9px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.45);
}

.hero-desc {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* ── BUTTONS ── */
.btn-outline-light {
  border: 1.5px solid rgba(255,255,255,0.5);
  background: transparent;
  color: #f7f6f3;
  padding: 12px 24px;
  border-radius: 100px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-outline-light:hover {
  background: rgba(6,182,212,0.18);
  border-color: #06b6d4;
  color: #06b6d4;
}

.btn-filled-light {
  border: none;
  background: #d4a843;
  color: #0a0a0a;
  padding: 12px 24px;
  border-radius: 100px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-filled-light:hover {
  background: #3b82f6;
  color: #fff;
}

.btn-outline-dark {
  border: 1.5px solid rgba(255,255,255,0.3);
  background: transparent;
  color: #f7f6f3;
  padding: 12px 24px;
  border-radius: 100px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: flex-start;
}

.btn-outline-dark:hover {
  background: rgba(125,211,252,0.15);
  border-color: #7dd3fc;
  color: #7dd3fc;
}

/* ── FLOATING BACKGROUND DECORATIONS ── */
.bg-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
}

.bg-planet {
  border-radius: 50%;
  filter: blur(28px);
  animation: bg-pulse 9s ease-in-out infinite;
}

.bg-spark {
  animation: bg-drift 11s ease-in-out infinite;
}

.bg-spark svg { display: block; }

@keyframes bg-pulse {
  0%, 100% { transform: scale(1);    opacity: 0.55; }
  50%       { transform: scale(1.2); opacity: 0.85; }
}

@keyframes bg-drift {
  0%, 100% { transform: translateY(0)    rotate(0deg);  opacity: 0.45; }
  50%       { transform: translateY(-14px) rotate(22deg); opacity: 0.75; }
}

/* ── SCENT SHOWCASE ── */
.showcase-wrap {
  height: 500vh;
  position: relative;
}

.showcase-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  background: #000;
  overflow: hidden;
}

.showcase-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.9s ease;
  background-size: cover;
  background-position: center;
}

.showcase-slide.active {
  opacity: 1;
}

.showcase-slide.past {
  opacity: 0;
}

.showcase-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.showcase-content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 640px;
  padding: 0 32px;
}

.showcase-num {
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 4px;
  color: rgba(252,243,227,0.4);
  text-transform: lowercase;
  margin-bottom: 20px;
}

.showcase-name {
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: clamp(40px, 7vw, 80px);
  font-weight: 400;
  color: #fcf3e3;
  line-height: 1.05;
  margin-bottom: 28px;
  text-transform: lowercase;
}

.showcase-notes {
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: rgba(252,243,227,0.45);
  text-transform: lowercase;
  margin-bottom: 20px;
}

.showcase-desc {
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(252,243,227,0.6);
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 480px;
}

.showcase-cta {
  display: inline-block;
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: lowercase;
  padding: 20px 56px;
  border: 1.5px solid rgba(252,243,227,0.35);
  border-radius: 100px;
  color: #fcf3e3;
  background: rgba(252,243,227,0.1);
  backdrop-filter: blur(12px);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.showcase-cta:hover {
  background: rgba(252,243,227,0.2);
  border-color: rgba(252,243,227,0.55);
}

.showcase-dots {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.showcase-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(252,243,227,0.25);
  transition: background 0.3s, transform 0.3s;
  cursor: pointer;
}

.showcase-dot.active {
  background: rgba(252,243,227,0.85);
  transform: scale(1.4);
}

/* ── PRODUCTS ── */
.products {
  padding: 64px 32px;
  position: relative;
  overflow: hidden;
}

.products-header {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.product-grid { position: relative; z-index: 1; }
.statement-small, .statement-large, .statement-body { position: relative; z-index: 1; }
.scent-orbs, .scent-explorer h2, .explore-all-btn { position: relative; z-index: 1; }

.products-header h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.shop-all-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: 100px;
  padding: 8px 16px;
  transition: all 0.2s;
}

.shop-all-link:hover {
  background: #34d399;
  color: #fff;
  border-color: #34d399;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.product-card {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s;
}

.product-card:hover { transform: translateY(-4px); }

.product-image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-img-num {
  font-family: 'Jost', sans-serif;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: -6px;
  color: rgba(240,237,232,0.06);
  user-select: none;
  line-height: 1;
}
.product-image.dark {
  background: radial-gradient(ellipse 70% 60% at 50% 60%, rgba(192,132,252,0.14) 0%, transparent 70%);
}
.product-image.warm {
  background: radial-gradient(ellipse 70% 60% at 50% 60%, rgba(212,168,67,0.14) 0%, transparent 70%);
}
.product-image.mist {
  background: radial-gradient(ellipse 70% 60% at 50% 60%, rgba(74,222,128,0.12) 0%, transparent 70%);
}

.product-img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.5;
}

.product-info {
  padding: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.product-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.product-sub {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  opacity: 0.5;
  margin-left: 6px;
}

.product-price {
  font-size: 14px;
  font-weight: 500;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease, margin 0.3s ease;
  margin: 0;
}

.product-card.revealed .product-price {
  max-height: 40px;
  opacity: 1;
  margin-bottom: 6px;
}

.product-note-line {
  font-size: 9px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 1.5px;
  opacity: 0.45;
}

/* ── BRAND STATEMENT ── */
.brand-statement {
  position: relative;
  overflow: hidden;
  padding: 80px 32px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.statement-small {
  font-size: 9px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 4px;
  opacity: 0.4;
  margin-bottom: 20px;
}

.statement-large {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 24px;
}

.statement-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  opacity: 0.6;
  max-width: 520px;
  margin: 0 auto;
}

/* ── SCENT EXPLORER ── */
.scent-explorer {
  position: relative;
  overflow: hidden;
  padding: 80px 32px;
  text-align: center;
}

.scent-explorer h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 56px;
  text-align: left;
}

.scent-orbs {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 48px;
}

.scent-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.orb {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  filter: blur(22px);
}

.orb-1 { background: radial-gradient(circle at 40% 40%, #c084fc, #3b0764); }
.orb-2 { background: radial-gradient(circle at 40% 40%, #fbbf24, #78350f); }
.orb-3 { background: radial-gradient(circle at 40% 40%, #4ade80, #052e16); }
.orb-4 { background: radial-gradient(circle at 40% 40%, #38bdf8, #0c2a3e); }

.scent-name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
}

.scent-notes {
  font-size: 9px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 2px;
  opacity: 0.45;
  text-align: center;
  line-height: 1.8;
}

.explore-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  padding: 14px 32px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.2s;
  background: rgba(255,255,255,0.05);
}

.explore-all-btn:hover {
  background: #06b6d4;
  color: #fff;
  border-color: #06b6d4;
}

/* ── MARQUEE ── */
.marquee-section {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 18px 0;
  background: #111111;
}

.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 18s linear infinite;
}

.marquee-track span {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgba(247,246,243,0.5);
  padding-right: 40px;
  flex-shrink: 0;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── SHOP ARCH PAGE ── */
/* ── SHOP HERO GRID (section 1) ── */
.shop-hero-grid {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100%;
  padding-top: 108px;
  box-sizing: border-box;
  background: #080b13;
}

.shop-hero-col {
  flex: 1;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-right: 1px solid rgba(252,243,227,0.08);
}
.shop-hero-col:last-child { border-right: none; }

.shop-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.shop-hero-col:hover .shop-hero-bg { transform: scale(1.03); }

.shop-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.15) 55%, rgba(0,0,0,0.08) 100%);
}

.shop-hero-num {
  position: absolute;
  top: 32px;
  left: 28px;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 3px;
  color: rgba(252,243,227,0.5);
  text-transform: uppercase;
  z-index: 1;
}

.shop-hero-bottom {
  position: absolute;
  bottom: 36px;
  left: 28px;
  right: 28px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.shop-hero-name {
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: clamp(15px, 1.5vw, 22px);
  font-weight: 700;
  color: #fcf3e3;
  margin: 0;
  line-height: 1.2;
}

.shop-hero-price {
  font-family: 'Space Mono', monospace;
  font-size: 13px;
  color: rgba(252,243,227,0.55);
}

/* ── SHOP NOTES GRID (section 2) ── */
.shop-notes-grid {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #080b13;
  border-top: 1px solid rgba(252,243,227,0.08);
}

.shop-notes-col {
  flex: 1;
  padding: 80px 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(252,243,227,0.08);
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22,1,0.36,1);
}
.shop-notes-col:last-child { border-right: none; }
.shop-notes-col.emerged { opacity: 1; transform: translateY(0); }
.shop-notes-col:nth-child(2) { transition-delay: 0.1s; }
.shop-notes-col:nth-child(3) { transition-delay: 0.2s; }
.shop-notes-col:nth-child(4) { transition-delay: 0.3s; }

.shop-notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.shop-notes-list li {
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: clamp(22px, 2.2vw, 36px);
  font-weight: 700;
  color: #fcf3e3;
  letter-spacing: 0.03em;
  text-transform: lowercase;
}

.shop-notes-atc {
  margin-top: 56px;
  background: none;
  color: #fcf3e3;
  border: 1px solid rgba(252,243,227,0.3);
  border-radius: 100px;
  padding: 14px 32px;
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: 15px;
  cursor: pointer;
  width: fit-content;
  transition: background 0.2s, border-color 0.2s;
}
.shop-notes-atc:hover {
  background: rgba(252,243,227,0.1);
  border-color: rgba(252,243,227,0.6);
}

/* ── SCENT DETAIL OVERLAY ── */
.scent-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8,11,19,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}
.scent-overlay.active { display: flex; }

.scent-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  max-width: 1000px;
  width: 90%;
  position: relative;
}

.scent-detail-close {
  position: fixed;
  top: 32px;
  right: 40px;
  background: none;
  border: none;
  color: #fcf3e3;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.scent-detail-close:hover { opacity: 1; }

.scent-detail-left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scent-detail-bottle {
  width: 260px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 60px rgba(0,0,0,0.6));
}

.scent-detail-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fcf3e3;
}

.scent-detail-num {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 4px;
  color: rgba(252,243,227,0.45);
  text-transform: uppercase;
}

.scent-detail-name {
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
  color: #fcf3e3;
}

.scent-detail-mood {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: rgba(252,243,227,0.5);
  margin: 0;
}

.scent-detail-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(252,243,227,0.75);
  margin: 0;
  max-width: 460px;
}

.scent-detail-notes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.scent-detail-notes li {
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  border: 1px solid rgba(252,243,227,0.22);
  border-radius: 100px;
  padding: 6px 16px;
  color: rgba(252,243,227,0.8);
}

.scent-detail-footer {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}

.scent-detail-price {
  font-family: 'Space Mono', monospace;
  font-size: 20px;
  color: #fcf3e3;
}

.scent-detail-atc {
  background: #fcf3e3;
  color: #080b13;
  border: none;
  border-radius: 100px;
  padding: 16px 48px;
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
}
.scent-detail-atc:hover { opacity: 0.85; }

.shop-arch-page {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 80px 80px;
  gap: 80px;
  background-color: #000;
  background-image: url('assets/stars-portrait.jpeg');
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.shop-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
  max-width: 1200px;
}

.shop-row .arch-card {
  margin-left: 60px;
}

.shop-row .scent-note-card {
  margin-right: 80px;
}

.scent-note-card {
  background: #f0ede8;
  border-radius: 4px;
  padding: 48px 52px 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 280px;
  max-width: 340px;
  position: relative;
  flex-shrink: 0;
}

.scent-note-tape {
  width: 72px;
  height: 24px;
  background: rgba(160,160,160,0.55);
  border-radius: 2px;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.scent-note-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.scent-note-list li {
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.arch-cart-btn {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(252, 243, 227, 0.08);
  color: #fcf3e3;
  border: 1px solid rgba(252, 243, 227, 0.3);
  border-radius: 100px;
  padding: 14px 48px;
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  white-space: nowrap;
  transition: background 0.2s, border-color 0.2s;
  z-index: 2;
}
.arch-cart-btn:hover {
  background: rgba(252, 243, 227, 0.18);
  border-color: rgba(252, 243, 227, 0.55);
}
.arch-card {
  position: relative;
  width: 420px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1.1;
  border-radius: 9999px 9999px 0 0;
  overflow: hidden;
  border: 1px solid rgba(252,243,227,0.22);
  text-decoration: none;
  display: block;
  cursor: pointer;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease;
}

.arch-card.emerged {
  transform: translateY(0);
  opacity: 1;
}

.arch-card:nth-child(2) { transition-delay: 0.15s; }
.arch-card:nth-child(3) { transition-delay: 0.05s; }
.arch-card:nth-child(4) { transition-delay: 0.2s; }

.arch-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}


.arch-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
  z-index: 1;
}

.arch-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Plunct', 'Jost', sans-serif;
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 700;
  color: #fcf3e3;
  z-index: 2;
  line-height: 1.2;
  text-align: center;
  width: 85%;
  text-shadow: 0 2px 20px rgba(0,0,0,0.6);
}

/* ── FOOTER ── */
footer {
  padding: 64px 32px 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-right { align-items: flex-end; }

.footer-heading {
  font-size: 11px;
  font-family: 'Plunct', 'Jost', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  opacity: 0.4;
  margin-bottom: 4px;
}

.footer-col a {
  font-size: 15px;
  font-family: 'Plunct', 'Jost', sans-serif;
  font-weight: 600;
  opacity: 0.75;
  transition: opacity 0.2s;
}

.footer-col a:hover { opacity: 1; }

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.footer-brand {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 8px;
}

.footer-tagline {
  font-size: 9px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 3px;
  opacity: 0.35;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  text-align: center;
  font-size: 11px;
  opacity: 0.35;
  letter-spacing: 1px;
}

/* ── ACCENT BUTTONS (single accent: #d4a843) ── */
.btn-filled-light:hover {
  background: #d4a843 !important;
  border-color: transparent !important;
  color: #0a0a0a !important;
}
.btn-outline-light:hover {
  background: transparent !important;
  border-color: #d4a843 !important;
  color: #d4a843 !important;
}
.btn-outline-dark:hover {
  background: transparent !important;
  border-color: #d4a843 !important;
  color: #d4a843 !important;
}
.shop-all-link:hover {
  background: #d4a843 !important;
  color: #0a0a0a !important;
  border-color: transparent !important;
}
.explore-all-btn:hover {
  background: transparent !important;
  color: #d4a843 !important;
  border-color: #d4a843 !important;
}

/* ── PRODUCT CARDS — typography-forward, no image area ── */
.product-card {
  border-radius: 16px;
  padding: 28px 24px 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: #161616;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
}
.card-num {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  opacity: 0.3;
  margin-bottom: 20px;
}
.card-name {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.2;
  flex: 1;
  margin: 0;
}
.card-type {
  font-size: 9px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 2px;
  opacity: 0.38;
  margin-top: 10px;
}
.card-notes {
  font-size: 9px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 1.5px;
  opacity: 0.32;
  margin-top: 4px;
}
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.card-price {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.card-btn {
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(240,237,232,0.6);
  padding: 9px 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: border-color 0.18s, color 0.18s;
}

/* Scent-color hover — border + button glow only */
.product-card.dark-card:hover  { border-color: rgba(192,132,252,0.45); box-shadow: 0 8px 32px rgba(192,132,252,0.1); transform: translateY(-2px); }
.product-card.warm-card:hover  { border-color: rgba(212,168,67,0.5);   box-shadow: 0 8px 32px rgba(212,168,67,0.1);   transform: translateY(-2px); }
.product-card.mist-card:hover  { border-color: rgba(74,222,128,0.45);  box-shadow: 0 8px 32px rgba(74,222,128,0.09);  transform: translateY(-2px); }
.product-card.rain-card:hover  { border-color: rgba(56,189,248,0.45);  box-shadow: 0 8px 32px rgba(56,189,248,0.09);  transform: translateY(-2px); }

.product-card.dark-card:hover .card-btn  { border-color: rgba(192,132,252,0.6); color: #c084fc; }
.product-card.warm-card:hover .card-btn  { border-color: rgba(212,168,67,0.6);  color: #d4a843; }
.product-card.mist-card:hover .card-btn  { border-color: rgba(74,222,128,0.6);  color: #4ade80; }
.product-card.rain-card:hover .card-btn  { border-color: rgba(56,189,248,0.6);  color: #38bdf8; }

/* ── MEET THE COLLECTION SECTION ── */
.meet-section {
  margin: 0 12px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  overflow: hidden;
}
.meet-inner {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  min-height: 500px;
}
.meet-left {
  background: #111;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.meet-text-row {
  display: flex;
  align-items: center;
  gap: 28px;
}
.meet-word {
  font-size: clamp(52px, 7vw, 90px);
  font-weight: 900;
  color: #f7f6f3;
  line-height: 0.92;
  letter-spacing: -2px;
}
.meet-bottles-inline {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  flex: 1;
}
.meet-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.meet-right {
  background:
    radial-gradient(ellipse 70% 60% at 30% 40%, rgba(74,222,128,0.3) 0%, transparent 55%),
    radial-gradient(ellipse 60% 55% at 75% 70%, rgba(244,114,182,0.25) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 55% 20%, rgba(192,132,252,0.2) 0%, transparent 55%),
    #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 0;
}
.meet-right-inner {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px 999px 20px 20px;
  padding: 48px 36px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 280px;
}
.meet-stars {
  font-size: 18px;
  letter-spacing: 3px;
  color: #f0ede8;
}
.meet-tag {
  font-size: 9px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 2.5px;
  color: rgba(240,237,232,0.5);
  text-align: center;
}
.meet-bignum {
  font-size: 80px;
  font-weight: 900;
  letter-spacing: -3px;
  color: #f0ede8;
  line-height: 1;
}
.meet-sub {
  font-size: 11px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 2px;
  color: rgba(240,237,232,0.5);
}
.btn-meet {
  background: #f0ede8;
  color: #0a0a0a;
  border: none;
  border-radius: 100px;
  padding: 13px 26px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 4px;
}
.btn-meet:hover {
  background: #d4a843 !important;
  color: #0a0a0a !important;
}

/* ── TRY BEFORE YOU BUY ── */
.try-section {
  padding: 80px 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
  position: relative;
  overflow: hidden;
}
.try-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.try-bottle-area {
  display: flex;
  justify-content: center;
}
.try-label {
  font-size: 9px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 4px;
  opacity: 0.4;
  margin-bottom: 16px;
}
.try-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 36px;
}
.try-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}
.try-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.try-num {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 1px;
  opacity: 0.4;
  min-width: 20px;
  padding-top: 1px;
}
.try-text {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 1.7;
  opacity: 0.7;
}
.btn-try {
  border: 1.5px solid rgba(255,255,255,0.35);
  background: transparent;
  color: #f0ede8;
  padding: 14px 28px;
  border-radius: 100px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-try:hover {
  background: transparent !important;
  color: #d4a843 !important;
  border-color: #d4a843 !important;
}

/* ── TOP MARQUEE BAR ── */
.marquee-top-bar {
  overflow: hidden;
  background: #111;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.marquee-track-top {
  display: flex;
  white-space: nowrap;
  animation: marquee 22s linear infinite;
}
.marquee-track-top span {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(247,246,243,0.45);
  padding-right: 40px;
  flex-shrink: 0;
}

/* ── SHOP DROPDOWN / MEGA MENU ── */
.nav-shop-wrap {
  position: relative;
}
.nav-shop-wrap > a {
  opacity: 0.7;
  transition: opacity 0.2s;
}
.nav-shop-wrap:hover > a { opacity: 1; }

.shop-dropdown {
  position: fixed;
  top: 84px; /* below floating nav */
  left: 20px;
  right: 20px;
  width: auto;
  background: rgba(10,10,10,0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  display: none;
  padding: 40px 48px;
  gap: 48px;
  z-index: 999;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}
.shop-dropdown.open {
  display: flex;
}
.shop-mega-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 160px;
}
.shop-mega-head {
  font-size: 8px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 3px;
  opacity: 0.4;
  margin-bottom: 4px;
}
.shop-mega-product {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  padding: 6px 0;
  transition: opacity 0.15s;
}
.shop-mega-product:hover { opacity: 0.6; }
.shop-mega-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
}
.shop-mega-img.dark {
  background: radial-gradient(circle at 50% 50%, rgba(192,132,252,0.9) 0%, rgba(139,92,246,0.6) 35%, transparent 68%), #0d0818;
}
.shop-mega-img.warm {
  background: radial-gradient(circle at 50% 50%, rgba(251,191,36,0.9) 0%, rgba(245,158,11,0.6) 35%, transparent 68%), #1a1200;
}
.shop-mega-img.mist {
  background: radial-gradient(circle at 50% 50%, rgba(74,222,128,0.9) 0%, rgba(34,197,94,0.6) 35%, transparent 68%), #001508;
}
.shop-mega-product-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.shop-mega-product-name {
  font-size: 16px;
  font-weight: 500;
}
.shop-mega-product-price {
  font-size: 13px;
  opacity: 0.5;
  font-family: 'Space Mono', monospace;
}
.shop-mega-link {
  font-size: 16px;
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
  transition: opacity 0.15s;
  padding: 2px 0;
}
.shop-mega-link:hover { opacity: 1; }
.shop-mega-scent {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
  transition: opacity 0.15s;
  padding: 2px 0;
}
.shop-mega-scent:hover { opacity: 1; }
.shop-mega-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}
.shop-mega-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: auto;
}
.shop-mega-feat-card {
  border-radius: 16px;
  padding: 24px 28px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.shop-mega-feat-card.dark-feat {
  background: radial-gradient(ellipse 80% 80% at 30% 60%, rgba(139,92,246,0.35) 0%, transparent 65%), #1a1020;
  color: #fff;
}
.shop-mega-feat-card.light-feat {
  background: radial-gradient(ellipse 80% 80% at 70% 40%, rgba(125,211,252,0.4) 0%, transparent 65%),
    radial-gradient(ellipse 60% 60% at 30% 70%, rgba(244,114,182,0.3) 0%, transparent 60%), #111318;
}
.shop-mega-feat-label {
  font-size: 8px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 3px;
  opacity: 0.5;
}
.shop-mega-feat-sub {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.shop-mega-feat-btn {
  margin-top: 8px;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 100px;
  padding: 8px 16px;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  cursor: pointer;
  color: inherit;
  align-self: flex-start;
  transition: all 0.2s;
}
.shop-mega-feat-btn:hover {
  background: currentColor;
}
/* keep old classes for backward compat */
.shop-drop-col { display: flex; flex-direction: column; gap: 18px; min-width: 200px; }
.shop-drop-head {
  font-size: 8px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 3px;
  opacity: 0.4;
  margin-bottom: 4px;
}
.shop-drop-item {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.shop-drop-item:hover { opacity: 0.6; }
.shop-drop-num {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: block;
}
.shop-drop-notes {
  font-size: 8px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 1.5px;
  opacity: 0.45;
  display: block;
  margin-top: 2px;
}
.shop-drop-divider {
  width: 1px;
  background: rgba(255,255,255,0.08);
  align-self: stretch;
}
.shop-drop-feature {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  height: 180px;
  background:
    radial-gradient(ellipse 65% 65% at 38% 42%, rgba(125,211,252,0.65) 0%, transparent 60%),
    radial-gradient(ellipse 55% 55% at 68% 62%, rgba(244,114,182,0.55) 0%, transparent 55%),
    radial-gradient(ellipse 45% 45% at 52% 22%, rgba(167,139,250,0.45) 0%, transparent 50%),
    #0a1015;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
}
.shop-drop-feature-text h3 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1px;
  color: #f0ede8;
}
.shop-drop-feature-text p {
  font-size: 9px;
  font-family: 'Space Mono', monospace;
  letter-spacing: 2px;
  opacity: 0.5;
  margin-top: 4px;
}
.shop-drop-feature-btn {
  background: #f0ede8;
  color: #0a0a0a;
  border: none;
  border-radius: 100px;
  padding: 11px 22px;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.shop-drop-feature-btn:hover {
  background: linear-gradient(135deg, #7dd3fc, #a78bfa) !important;
  color: #fff !important;
}

/* ── PRODUCT IMAGE — position for stacking ── */
.product-image {
  position: relative;
}
.product-img-placeholder { position: relative; z-index: 1; }

/* ── BOTTLE PRODUCT IMAGES ── */
.product-bottle-img {
  height: 200px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: auto;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,0.2));
  mix-blend-mode: multiply;
}
.hero-bottle-img {
  height: 520px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: auto;
  position: relative;
  z-index: 5;
  filter: drop-shadow(0 32px 64px rgba(0,0,0,0.5));
}
.try-bottle-img {
  height: 260px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2));
  mix-blend-mode: multiply;
}
.meet-bottles-inline img { mix-blend-mode: multiply; }

/* ── MEET ARCH CARD — gold metallic hover ── */
.meet-right-inner {
  transition: background 0.45s ease, box-shadow 0.45s ease;
}
.meet-right-inner:hover {
  background:
    radial-gradient(ellipse 80% 35% at 50% 12%, rgba(255,252,190,0.55) 0%, transparent 45%),
    radial-gradient(ellipse 65% 50% at 20% 70%, rgba(218,165,32,0.38) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 82% 65%, rgba(155,105,5,0.3) 0%, transparent 52%),
    linear-gradient(148deg, rgba(122,80,0,0.12) 0%, rgba(192,136,0,0.18) 18%, rgba(240,200,48,0.22) 38%, rgba(255,215,0,0.28) 52%, rgba(224,168,0,0.18) 68%, rgba(245,208,80,0.18) 82%, rgba(154,104,0,0.12) 100%),
    rgba(20,14,0,0.85);
  box-shadow: 0 24px 64px rgba(251,191,36,0.25);
}

/* ── BIGGER / MORE SATURATED FLOATING ELEMENTS ── */
/* Override bg-pulse and bg-drift with more prominent values */
@keyframes bg-pulse {
  0%, 100% { transform: scale(1);    opacity: 0.75; }
  50%       { transform: scale(1.25); opacity: 1; }
}
@keyframes bg-drift {
  0%, 100% { transform: translateY(0)     rotate(0deg);   opacity: 0.65; }
  50%       { transform: translateY(-16px) rotate(24deg);  opacity: 1; }
}

/* ── SUBTLE BACKGROUND STARS ── */
.bg-star {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  animation: bg-drift 10s ease-in-out infinite;
  opacity: 0.4;
}
.bg-star svg { display: block; }

/* ── MOBILE RESPONSIVE ── */
@media (max-width: 768px) {
  nav {
    padding: 14px 18px;
  }
  .nav-left, .nav-right { display: none; }
  .nav-center { width: 100%; justify-content: center; }
  .nav-logo { height: 40px; }

  .hero {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
    padding: 8px;
    gap: 8px;
  }
  .hero-main { padding: 32px 24px; min-height: 60vh; }
  .hero-secondary { display: none; }
  .hero-text-top, .hero-text-bottom { font-size: clamp(40px, 13vw, 72px); }
  .hero-bottle-svg { height: 200px; }

  .products { padding: 40px 16px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }

  .meet-section { margin: 0 8px; }
  .meet-inner { grid-template-columns: 1fr; }
  .meet-right { min-height: 360px; }
  .meet-left { padding: 32px 24px; }
  .meet-word { font-size: clamp(40px, 12vw, 72px); }

  .brand-statement { padding: 56px 20px; }
  .statement-large { font-size: clamp(28px, 9vw, 48px); }

  .scent-explorer { padding: 56px 20px; }
  .scent-orbs { gap: 32px; flex-wrap: wrap; justify-content: center; }

  .try-inner { grid-template-columns: 1fr; gap: 32px; }
  .try-bottle-area { display: none; }
  .try-section { padding: 56px 20px; }

  .footer-top { grid-template-columns: 1fr; text-align: center; }
  .footer-right { align-items: center; }
  .footer-center { order: -1; margin-bottom: 24px; }

  /* Fragrance page mobile */
  .frag-section { grid-template-columns: 1fr; }
  .frag-reverse { direction: ltr; }
  .frag-image-col { min-height: 280px; }
  .frag-detail-col { padding: 36px 24px; }
  .frag-name { font-size: 52px; }
  .frag-editorial { grid-template-columns: 1fr; }
  .frag-editorial-image { min-height: 280px; }
  .frag-editorial-text { padding: 40px 24px; }
  .collection-header { padding: 48px 20px 40px; }
  .collection-title { font-size: clamp(36px, 12vw, 64px); }

  /* About page mobile */
  .about-hero { grid-template-columns: 1fr; max-height: none; }
  .about-hero-visual { min-height: 240px; }
  .about-section-inner { grid-template-columns: 1fr; }

  .shop-dropdown { display: none !important; }
  .marquee-top-bar { display: none; }
}

/* ── CART DRAWER (shared across pages) ── */
.cart-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.25);
  z-index: 200; opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
}
.cart-overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: -440px;
  width: 420px; height: 100vh;
  background: #0f0f0f; z-index: 201;
  display: flex; flex-direction: column;
  transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
  box-shadow: -8px 0 40px rgba(0,0,0,0.12);
}
.cart-drawer.open { right: 0; }
.cart-drawer-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 28px 28px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.cart-drawer-title { font-size: 10px; font-family: 'Space Mono', monospace; letter-spacing: 3px; opacity: 0.5; }
.cart-close-btn { background: none; border: none; font-size: 16px; cursor: pointer; opacity: 0.4; transition: opacity 0.2s; }
.cart-close-btn:hover { opacity: 1; }
.cart-items { flex: 1; overflow-y: auto; padding: 20px 28px; display: flex; flex-direction: column; gap: 16px; }
.cart-empty { font-size: 13px; opacity: 0.4; margin-top: 24px; text-align: center; }
.cart-item { display: flex; flex-direction: column; gap: 8px; padding: 16px; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; background: #1a1a1a; }
.cart-item-info { display: flex; justify-content: space-between; align-items: baseline; }
.cart-item-name { font-size: 13px; font-weight: 500; }
.cart-item-price { font-size: 13px; font-weight: 600; }
.cart-item-controls { display: flex; align-items: center; gap: 10px; }
.cart-item-controls button { background: none; border: 1px solid rgba(255,255,255,0.12); border-radius: 6px; width: 26px; height: 26px; cursor: pointer; font-size: 14px; display: flex; align-items: center; justify-content: center; transition: all 0.15s; }
.cart-item-controls button:hover { background: #f0ede8; color: #0a0a0a; border-color: #f0ede8; }
.cart-item-controls span { font-size: 13px; font-weight: 500; min-width: 18px; text-align: center; }
.cart-item-remove { margin-left: auto; font-size: 11px !important; opacity: 0.5; }
.cart-footer { padding: 20px 28px 28px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; gap: 12px; }
.cart-totals { display: flex; flex-direction: column; gap: 6px; }
.cart-subtotal-row, .cart-total-row { display: flex; justify-content: space-between; font-size: 13px; }
.cart-total-row { font-weight: 700; font-size: 15px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,0.08); margin-top: 4px; }
.cart-shipping-note { font-size: 10px; font-family: 'Space Mono', monospace; letter-spacing: 1px; opacity: 0.4; text-align: center; margin-top: 4px; }
.cart-checkout-btn { background: #f0ede8; color: #0a0a0a; border: none; padding: 16px; border-radius: 100px; font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 2px; cursor: pointer; transition: background 0.2s; }
.cart-checkout-btn:hover { background: linear-gradient(135deg, #4ade80, #38bdf8); color: #0a0a0a; }

/* ── NAV ACTIVE STATE ── */
.nav-active {
  opacity: 1 !important;
  font-weight: 600 !important;
}

/* ── SEARCH OVERLAY ── */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,10,10,0.98);
  backdrop-filter: blur(20px);
  z-index: 300;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  padding-top: 120px;
}
.search-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.search-overlay-inner {
  width: 100%;
  max-width: 680px;
  padding: 0 24px;
  position: relative;
}
.search-close-btn {
  position: absolute;
  top: -64px;
  right: 24px;
  background: none;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 13px;
  cursor: pointer;
  color: rgba(240,237,232,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.search-close-btn:hover { background: #f0ede8; color: #0a0a0a; border-color: #f0ede8; }
.search-input-wrap {
  border-bottom: 2px solid rgba(255,255,255,0.3);
  margin-bottom: 32px;
}
.search-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: 'Jost', sans-serif;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #f0ede8;
  padding: 12px 0 16px;
}
.search-input::placeholder {
  color: rgba(255,255,255,0.22);
}
.search-results {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.search-result-card {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 16px;
  padding: 18px 20px;
  border: 1.5px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: #1a1a1a;
  text-decoration: none;
  color: #f0ede8;
  transition: all 0.15s;
}
.search-result-card:hover {
  border-color: rgba(255,255,255,0.2);
  transform: translateX(4px);
}
.search-result-name {
  font-size: 15px;
  font-weight: 600;
  grid-column: 1;
  grid-row: 1;
}
.search-result-notes {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 1.5px;
  opacity: 0.4;
  grid-column: 1;
  grid-row: 2;
  margin-top: 4px;
}
.search-result-price {
  font-size: 14px;
  font-weight: 600;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
}
.search-no-results {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 2px;
  opacity: 0.35;
  text-align: center;
  padding: 32px 0;
}
