/* ==========================================================
   RARE COCOAÃ¢â€žÂ¢ Ã¢â‚¬â€ Premium Light Luxury Design System
   Real Chocolate. Real Trust.
   ========================================================== */

/* Ã¢â€â‚¬Ã¢â€â‚¬ Design Tokens Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
:root {
  /* Light Luxury Palette */
  --bg-primary:      #FFFCF7;
  --bg-secondary:    #F8F3EB;
  --bg-tertiary:     #F0E9DD;
  --bg-hero:         #FBF7F0;
  --bg-card:         #FFFFFF;
  --bg-card-hover:   #FFFDF9;
  --bg-dark:         #1A0E08;
  --bg-warm:         #F5EDE0;

  --text-primary:    #1A0E08;
  --text-secondary:  #3D2B1F;
  --text-tertiary:   #6B5544;
  --text-muted:      #9A8672;
  --text-light:      #B8A48E;

  --accent:          #8B6914;
  --accent-hover:    #6E5310;
  --accent-light:    #C9A456;
  --accent-warm:     #D4AF37;
  --accent-bg:       #FAF5E8;
  --accent-glow:     rgba(201, 164, 86, 0.15);

  --border:          #E5D9C8;
  --border-light:    #EDE5D8;
  --border-gold:     rgba(201, 164, 86, 0.3);

  --compare-good:    #3D6B3D;
  --compare-bad:     #8B4A4A;

  --shadow-sm:       0 2px 8px rgba(26, 14, 8, 0.04);
  --shadow-md:       0 8px 30px rgba(26, 14, 8, 0.06);
  --shadow-lg:       0 16px 50px rgba(26, 14, 8, 0.08);
  --shadow-gold:     0 8px 30px rgba(201, 164, 86, 0.12);
  --shadow-lift:     0 20px 60px rgba(26, 14, 8, 0.1);

  /* Typography */
  --font-display:  'Outfit', 'Helvetica Neue', sans-serif;
  --font-heading:  'Outfit', 'Helvetica Neue', sans-serif;
  --font-body:     'DM Sans', 'Helvetica Neue', 'Arial', sans-serif;

  /* Spacing */
  --section-py:    clamp(80px, 10vw, 150px);
  --container:     1280px;
  --gap:           clamp(24px, 3vw, 48px);

  /* Motion */
  --ease:          cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth:   cubic-bezier(0.45, 0, 0.15, 1);
  --ease-bounce:   cubic-bezier(0.34, 1.56, 0.64, 1);
  --duration:      0.7s;
  --duration-fast: 0.3s;

  /* Border Radius */
  --radius-sm:  8px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --radius-xl:  28px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Reset & Base Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  overflow-x: clip;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text-primary);
  background: var(--bg-primary);
  line-height: 1.7;
  overflow-x: clip;
}

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

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

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Section Utilities Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.section-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.section-label.center { text-align: center; }

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: clamp(24px, 3vw, 44px);
}

.section-title.center { text-align: center; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Scroll Reveal Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity var(--duration) var(--ease),
              transform var(--duration) var(--ease);
}

.reveal.reveal-right {
  transform: translateX(40px);
}

.reveal.reveal-left {
  transform: translateX(-40px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate(0);
}

.stagger-children .reveal:nth-child(2) { transition-delay: 0.1s; }
.stagger-children .reveal:nth-child(3) { transition-delay: 0.2s; }
.stagger-children .reveal:nth-child(4) { transition-delay: 0.3s; }
.stagger-children .reveal:nth-child(5) { transition-delay: 0.4s; }
.stagger-children .reveal:nth-child(6) { transition-delay: 0.5s; }
.stagger-children .reveal:nth-child(7) { transition-delay: 0.6s; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Navigation Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 24px 0;
  transition: background var(--duration) var(--ease),
              padding 0.4s var(--ease),
              box-shadow 0.4s var(--ease);
}

.nav.scrolled {
  background: rgba(255, 252, 247, 0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 14px 0;
  box-shadow: 0 1px 0 var(--border-light), 0 4px 20px rgba(26, 14, 8, 0.03);
}

.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--text-primary);
  transition: all 0.3s var(--ease);
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-logo-img {
  height: 42px;
  width: 42px;
  object-fit: cover;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease);
}

.nav-logo:hover {
  opacity: 0.9;
}

.nav-logo:hover .nav-logo-img {
  transform: rotate(15deg) scale(1.05);
}

.nav-links {
  display: flex;
  gap: 36px;
}

.nav-links a {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  position: relative;
  transition: color 0.3s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width 0.4s var(--ease);
}

.nav-links a:hover {
  color: var(--text-primary);
}

.nav-links a:hover::after {
  width: 100%;
}

/* Hamburger */
.nav-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  z-index: 1001;
}

.nav-menu-btn span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--text-primary);
  transition: all 0.3s var(--ease);
  transform-origin: center;
}

.nav-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.nav-menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.nav-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: -100%;
  width: 100%;
  height: 100%;
  height: 100dvh;
  background: var(--bg-primary);
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  transition: right 0.5s var(--ease);
  overscroll-behavior: none;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu a {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 400;
  color: var(--text-primary);
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s, transform 0.4s var(--ease), color 0.3s;
}

.mobile-menu.open a {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu.open a:nth-child(1) { transition-delay: 0.1s; }
.mobile-menu.open a:nth-child(2) { transition-delay: 0.15s; }
.mobile-menu.open a:nth-child(3) { transition-delay: 0.2s; }
.mobile-menu.open a:nth-child(4) { transition-delay: 0.25s; }
.mobile-menu.open a:nth-child(5) { transition-delay: 0.3s; }
.mobile-menu.open a:nth-child(6) { transition-delay: 0.35s; }

.mobile-menu a:hover { color: var(--accent); }

/* Ã¢â€â‚¬Ã¢â€â‚¬ HERO Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bg-hero);
}

/* Animated shimmer fallback */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    #FBF7F0 0%,
    #F5EDE0 15%,
    #FBF7F0 30%,
    #F0E6D4 45%,
    #FBF7F0 60%,
    #F5EDE0 75%,
    #FBF7F0 100%
  );
  background-size: 400% 400%;
  animation: heroShimmer 20s ease infinite;
  z-index: 0;
}

@keyframes heroShimmer {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Grain texture overlay */
.hero::after {
  content: none;
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.02'/%3E%3C/svg%3E");
  background-size: 256px 256px;
  z-index: 1;
  pointer-events: none;
}

.hero-video-container {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-video.is-playing {
  opacity: 1;
}

/* Desktop: show landscape, hide portrait */
.hero-video-desktop { display: block; }
.hero-video-mobile  { display: none; }

/* Mobile: hide landscape, show portrait */
@media (max-width: 768px) {
  .hero-video-desktop { display: none; }
  .hero-video-mobile  { display: block; }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 1;
}

.hero-volume-btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  padding: 0;
}

.hero-volume-btn:hover {
  background: rgba(0, 0, 0, 0.65);
  border-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.08);
}

.hero-volume-btn:active {
  transform: scale(0.95);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}

.hero-badge {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.45em;
  color: var(--accent);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 0.3s forwards;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 8.5vw, 8rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.18;
  color: #fff;
  opacity: 0;
  animation: fadeUp 1.2s var(--ease) 0.5s forwards;
}

.hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 28px 0;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 0.8s forwards;
}

.hero-divider-line {
  display: block;
  width: 60px;
  height: 1px;
  background: var(--accent-light);
}

.hero-divider-diamond {
  font-size: 0.5rem;
  color: var(--accent);
}

.hero-tagline {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 2.5vw, 1.7rem);
  font-weight: 300;
  font-style: italic;
  color: var(--text-secondary);
  letter-spacing: 0.04em;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 1s forwards;
}

.hero-sub {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 20px;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 1.2s forwards;
}

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 1.6s forwards;
}

.hero-scroll span {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--accent-light), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

.hero-scroll {
  display: none !important;
}

.hero-badge,
.hero-divider,
.hero-tagline,
.hero-sub {
  display: none !important;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.7); }
  50%      { opacity: 1;   transform: scaleY(1); }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ BRAND STORY / MANUFACTURING TEASER Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.story {
  padding: var(--section-py) 0 clamp(20px, 3vw, 40px);
  background: var(--bg-primary);
  position: relative;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  margin-bottom: clamp(60px, 8vw, 100px);
}

.story-content {
  padding-right: 0;
}

.story-text {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

/* Primary button */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 16px 40px;
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bg-primary);
  background: var(--text-primary);
  border: 1px solid var(--text-primary);
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: translateY(101%);
  transition: transform 0.4s var(--ease);
}

.btn-primary:hover {
  border-color: var(--accent);
}

.btn-primary:hover::before {
  transform: translateY(0);
}

.btn-primary span,
.btn-primary {
  position: relative;
  z-index: 1;
}

/* Ghost button */
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  background: transparent;
  border: 1px solid var(--border-gold);
  transition: all 0.4s var(--ease);
  cursor: pointer;
}

.btn-ghost:hover {
  background: var(--accent-bg);
  border-color: var(--accent-light);
  color: var(--accent-hover);
}

/* Image placeholders */
.image-placeholder {
  aspect-ratio: 4/5;
  background: var(--bg-secondary);
  border: 1.5px dashed var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: background 0.3s;
  overflow: hidden;
  position: relative;
}

.image-placeholder img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-placeholder:has(img) .placeholder-icon,
.image-placeholder:has(img) .placeholder-text {
  display: none;
}

.image-placeholder:has(img) {
  border: none;
}

.placeholder-icon {
  font-size: 2.2rem;
  opacity: 0.4;
}

.placeholder-text {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 400;
}

.story-image .image-placeholder {
  aspect-ratio: 3/4;
}

/* Founder quote */
.founder-quote {
  text-align: center;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 8vw, 120px);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.founder-quote blockquote {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  font-weight: 300;
  font-style: italic;
  color: var(--text-primary);
  line-height: 1.5;
  margin-bottom: 20px;
}

.founder-quote cite {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ PRODUCT CAROUSEL Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
/* ── HOME IMAGE CAROUSEL ─────────────────────────────────── */
.image-carousel-section {
  width: 100%;
  padding: 0;
  margin-top: 10px;
  margin-bottom: clamp(40px, 6vw, 70px);
  overflow: hidden;
  position: relative;
  background: var(--bg-primary);
}

.home-carousel-container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  position: relative;
  aspect-ratio: 3/2; /* Match the exact 3:2 ratio of your images (1536x1024) */
  overflow: hidden;
  touch-action: pan-y;
}

.home-carousel-track {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  touch-action: pan-y;
}

.home-carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.home-carousel-slide.active {
  opacity: 1;
  z-index: 2;
}

.home-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dots overlay */
.home-carousel-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 12px;
}

.home-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  transition: all 0.3s var(--ease);
}

.home-carousel-dot.active {
  background: #ffffff;
  transform: scale(1.3);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}


/* ══ OUR PROMISE — FOUNDER & FARMER PORTRAITS ════════════════════ */
.our-promise {
  position: relative;
  padding: clamp(60px, 8vw, 110px) 0 clamp(50px, 7vw, 90px);
  background: linear-gradient(180deg, var(--bg-primary) 0%, #F5EDE0 25%, #F0E6D4 50%, #F5EDE0 75%, var(--bg-primary) 100%);
  overflow: hidden;
}

.promise-bg-grain {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.promise-header {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.promise-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.promise-divider-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-light), transparent);
}

.promise-divider-icon {
  color: var(--accent);
  font-size: 0.6rem;
  opacity: 0.7;
}

.promise-portraits {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  max-width: 1060px;
  margin: 0 auto;
}

.promise-portrait {
  text-align: center;
}

.portrait-frame {
  position: relative;
  width: clamp(180px, 20vw, 280px);
  height: clamp(220px, 24vw, 340px);
  margin: 0 auto 20px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--border-gold);
  box-shadow: var(--shadow-md), 0 0 0 1px rgba(201, 164, 86, 0.08);
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease), border-color 0.6s var(--ease);
}

.portrait-frame:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: var(--shadow-lift), var(--shadow-gold);
  border-color: var(--accent-light);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.8s var(--ease);
}

.portrait-frame:hover img {
  transform: scale(1.04);
}

.portrait-glow {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 164, 86, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.6s var(--ease);
  pointer-events: none;
  z-index: -1;
}

.portrait-frame:hover .portrait-glow {
  opacity: 1;
}

.portrait-caption h3 {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}

.portrait-caption p {
  font-family: var(--font-body);
  font-size: clamp(0.72rem, 0.9vw, 0.82rem);
  color: var(--text-tertiary);
  letter-spacing: 0.04em;
  line-height: 1.5;
  max-width: 220px;
  margin: 0 auto;
}

.promise-message {
  text-align: center;
  padding: clamp(16px, 3vw, 40px) clamp(8px, 2vw, 24px);
}

.promise-message blockquote {
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.8vw, 1.5rem);
  font-weight: 300;
  font-style: italic;
  color: var(--text-primary);
  line-height: 1.7;
  margin-bottom: 24px;
  position: relative;
}

.promise-message blockquote::before {
  content: '\201C';
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3rem, 5vw, 5rem);
  color: var(--accent-light);
  opacity: 0.25;
  position: absolute;
  top: -0.4em;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  pointer-events: none;
}

.promise-signature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.signature-line {
  width: 40px;
  height: 1px;
  background: var(--accent-light);
  opacity: 0.5;
}

.promise-signature cite {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}

@media (max-width: 900px) {
  .promise-portraits {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
    max-width: 520px;
  }
  .promise-portraits .promise-portrait:first-child { order: 1; }
  .promise-portraits .promise-portrait:last-child { order: 2; }
  .promise-portraits .promise-message {
    order: 3;
    grid-column: 1 / -1;
  }
  .portrait-frame {
    width: clamp(140px, 38vw, 220px);
    height: clamp(180px, 48vw, 270px);
  }
  .promise-message blockquote {
    font-size: clamp(1rem, 3.5vw, 1.2rem);
  }
}

@media (max-width: 480px) {
  .our-promise { padding: 40px 0 36px; }
  .promise-portraits {
    gap: 16px 12px;
    max-width: 360px;
  }
  .portrait-frame {
    width: clamp(130px, 40vw, 160px);
    height: clamp(165px, 50vw, 200px);
    border-radius: 12px;
  }
  .portrait-caption h3 { font-size: 0.9rem; }
  .portrait-caption p { font-size: 0.7rem; max-width: 160px; }
  .promise-divider-line { width: 40px; }
  .signature-line { width: 28px; }
  .promise-message blockquote { font-size: 0.95rem; }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ BRAND PROMISE STRIP Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.brand-strip {
  padding: 14px 0;
  background: #faf8f4;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.brand-strip::before,
.brand-strip::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--accent);
  opacity: 0.4;
}

.brand-strip::before { top: 0; }
.brand-strip::after { bottom: 0; }

.brand-strip-text {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-tertiary);
}

/* Marquee Track */
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 35s linear infinite;
}

.marquee-content {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
  word-spacing: 0.8em;
  padding-right: 5em;
  flex-shrink: 0;
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* -- CATEGORIES ----------------------------------------- */
.categories {
  padding: var(--section-py) 0;
  background: var(--bg-primary);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
}

.category-card {
  position: relative;
  display: block;
  min-height: 340px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--bg-dark);
  box-shadow: var(--shadow-sm);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}

.category-card.large {
  grid-column: span 2;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}

.category-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.category-img .image-placeholder {
  transition: transform 0.7s var(--ease);
}

.category-card:hover .category-img .image-placeholder {
  transform: scale(1.06);
}

.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(26, 14, 8, 0.65) 0%,
    rgba(26, 14, 8, 0.15) 40%,
    transparent 70%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  transition: background 0.5s;
  z-index: 2;
}

.category-card:hover .category-overlay {
  background: linear-gradient(
    to top,
    rgba(26, 14, 8, 0.75) 0%,
    rgba(26, 14, 8, 0.2) 45%,
    transparent 75%
  );
}

.category-overlay h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.category-cta {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-light);
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.4s var(--ease);
}

.category-card:hover .category-cta {
  transform: translateY(0);
  opacity: 1;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ COMPARISON Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.compare {
  padding: var(--section-py) 0;
  background: var(--bg-secondary);
}

.compare-subtitle {
  text-align: center;
  font-size: 1rem;
  color: var(--text-tertiary);
  margin-top: -20px;
  margin-bottom: clamp(40px, 5vw, 64px);
  font-style: italic;
  font-family: var(--font-heading);
}

.compare-image-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.compare-image {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 30px rgba(201, 164, 86, 0.25));
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ FOOTER Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.footer {
  padding: clamp(60px, 8vw, 100px) 0 40px;
  background: var(--bg-dark);
  color: var(--bg-primary);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: clamp(40px, 5vw, 60px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Desktop: developer block sits centered between brand and links */
@media (min-width: 769px) {
  .footer-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(40px, 6vw, 80px);
    align-items: start;
  }

  .footer-meta-wrapper {
    width: auto;
    min-width: 160px;
    justify-self: center;
    align-self: center;
    margin-top: 0;
  }

  .footer-meta-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0;
  }

  .footer-meta-row .footer-social-icons {
    justify-content: center;
  }
}

.footer-logo {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.footer-tagline {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(251, 248, 243, 0.45);
}

.footer-links {
  display: flex;
  gap: clamp(40px, 6vw, 80px);
}

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

.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(251, 248, 243, 0.3);
  margin-bottom: 4px;
}

.footer-col a {
  font-size: 0.9rem;
  color: rgba(251, 248, 243, 0.6);
  transition: color 0.3s;
}

.footer-col a:hover {
  color: var(--accent-light);
}

/* Developer & Socials Meta Block under Footer Map */
.footer-meta-wrapper {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.footer-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 4px;
}

.footer-meta-row .footer-social-icons {
  display: flex;
  gap: 16px;
  margin: 0;
}

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

.footer-dev-label {
  font-family: var(--font-body);
  font-size: 0.6rem;
  color: rgba(251, 248, 243, 0.35);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-dev-logo-link {
  display: inline-flex;
  text-decoration: none;
  transition: transform 0.3s var(--ease), filter 0.3s var(--ease);
}

.footer-dev-logo-link:hover {
  transform: translateY(-1px) scale(1.03);
  filter: brightness(1.1);
}

.footer-dev-logo {
  height: 80px;
  width: auto;
  border-radius: 6px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.12);
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
  object-fit: contain;
}

.footer-dev-logo-link:hover .footer-dev-logo {
  border-color: var(--accent-light);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.25);
}

.footer-dev-contact {
  font-family: var(--font-body);
  font-size: 0.6rem;
  color: var(--accent);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s var(--ease);
}

.footer-dev-contact:hover {
  color: var(--accent-light);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  font-size: 0.75rem;
  color: rgba(251, 248, 243, 0.25);
  letter-spacing: 0.04em;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ RESPONSIVE Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 1024px) {
  .carousel-slide {
    min-width: 50%;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-card.large {
    grid-column: span 1;
  }

  .category-card {
    min-height: 280px;
  }

  .compare-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .compare-divider {
    padding: 0;
  }

  .compare-divider span {
    display: inline-block;
    padding: 8px 24px;
    border: 1px solid var(--border);
    background: var(--bg-card);
    border-radius: 100px;
  }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-menu-btn { display: flex; }

  .nav {
    padding: 24px 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }

  .nav.scrolled {
    padding: 14px 0;
    background: rgba(255, 252, 247, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 var(--border-light), 0 4px 20px rgba(26, 14, 8, 0.03);
  }

  .nav-logo {
    gap: 9px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }

  .nav-logo-img {
    width: 34px;
    height: 34px;
  }

  .hero {
    min-height: 0 !important;
    height: 125vw !important;
    margin-top: 0 !important;
  }

  .hero::before {
    animation: none;
  }

  .hero-video-container {
    position: absolute;
    inset: 0;
    display: block;
  }

  .hero-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .hero-title {
    letter-spacing: 0.08em;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .story-content { padding-right: 0; }

  .story-image {
    order: -1;
  }

  .story-image .image-placeholder {
    aspect-ratio: 16/10;
  }

  .carousel-slide {
    min-width: 85%;
  }

  .carousel-btn { display: none; }

  .carousel-track-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .carousel-track-container::-webkit-scrollbar { display: none; }

  .carousel-track {
    transition: none;
  }

  .carousel-slide {
    scroll-snap-align: center;
  }

  .category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .category-card {
    min-height: 220px;
  }

  .category-overlay {
    padding: 20px;
  }

  .category-overlay h3 {
    font-size: 1.1rem;
  }

  .compare-item {
    padding: 16px 20px;
  }

  .compare-header {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-top {
    flex-direction: column;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .category-grid {
    grid-template-columns: 1fr;
  }

  .carousel-slide {
    min-width: 100%;
    padding: 0 4px;
  }

  .hero-divider-line {
    width: 36px;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Print Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
@media print {
  .nav, .hero-scroll, .carousel-btn, .mobile-menu { display: none; }
  .hero { min-height: auto; padding: 40px 0; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Reduced Motion Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   GLOBAL CART SIDEBAR & PREMIUM SHOPPING UX
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

/* Nav Cart Button */
.nav-cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border-gold);
  background: transparent;
  color: var(--text-primary);
  cursor: pointer;
  margin-right: 8px;
  transition: all 0.3s var(--ease);
}

.nav-cart-btn:hover {
  background: var(--bg-secondary);
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}

.nav-cart-icon {
  width: 20px;
  height: 20px;
}

.nav-cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  background: var(--accent);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(139, 105, 20, 0.3);
}

/* Cart Backdrop Overlay */
.cart-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1500;
  background: rgba(26, 14, 8, 0.4);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--ease);
}

.cart-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

/* Cart Drawer Sidebar */
.cart-drawer {
  position: fixed;
  top: 0;
  right: -480px;
  width: 100%;
  max-width: 460px;
  height: 100%;
  height: 100dvh;
  z-index: 1600;
  background: rgba(255, 252, 247, 0.96);
  box-shadow: -10px 0 40px rgba(26, 14, 8, 0.08);
  display: flex;
  flex-direction: column;
  transition: right 0.5s var(--ease);
}

@media (max-width: 500px) {
  .cart-drawer {
    max-width: 100%;
    right: -100%;
  }
}

.cart-drawer.active {
  right: 0;
}

/* Cart Header */
.cart-header {
  padding: 28px 32px;
  border-bottom: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-header h3 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text-primary);
}

.cart-close-btn {
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--text-muted);
  cursor: pointer;
  transition: color 0.3s;
}

.cart-close-btn:hover {
  color: var(--text-primary);
}

/* Cart Scrollable Items */
.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 24px 32px;
}

.cart-items::-webkit-scrollbar {
  width: 4px;
}

.cart-items::-webkit-scrollbar-track {
  background: transparent;
}

.cart-items::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}

/* Cart Item card */
.cart-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-light);
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-sm);
  background: var(--bg-secondary);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cart-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 2px;
}

.cart-item-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.25;
}

.cart-item-remove {
  font-size: 1.3rem;
  color: var(--text-light);
  line-height: 1;
  transition: color 0.3s;
}

.cart-item-remove:hover {
  color: var(--compare-bad);
}

.cart-item-subtitle {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.cart-item-options-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 14px;
}

.cart-item-option-row {
  display: flex;
  font-size: 0.78rem;
  line-height: 1.4;
}

.cart-item-option-row .option-name {
  color: var(--text-muted);
  font-weight: 500;
  margin-right: 4px;
}

.cart-item-option-row .option-val {
  color: var(--text-secondary);
}

.cart-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

/* Quantity Control Buttons */
.cart-item-qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: #FFFFFF;
  overflow: hidden;
}

.qty-btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: background 0.3s, color 0.3s;
}

.qty-btn:hover {
  background: var(--bg-secondary);
  color: var(--accent);
}

.qty-num {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-primary);
  width: 24px;
  text-align: center;
}

.cart-item-price {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
}

/* Empty State */
.cart-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 40px 20px;
}

.cart-empty-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  filter: grayscale(0.2);
}

.cart-empty-state h4 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.cart-empty-state p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 28px;
  max-width: 280px;
}

.cart-explore-btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.3s var(--ease);
}

.cart-explore-btn:hover {
  background: var(--accent);
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* Cart Footer */
.cart-footer {
  padding: 28px 32px;
  border-top: 1px solid var(--border-light);
  background: var(--bg-secondary);
}

.cart-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cart-summary-row span:first-child {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-tertiary);
}

.cart-subtotal-val {
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-primary);
}

.cart-shipping-note {
  font-size: 0.76rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.4;
}

.cart-checkout-btn {
  width: 100%;
  padding: 16px;
  background: var(--accent);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  transition: all 0.3s var(--ease);
  box-shadow: 0 4px 15px rgba(139, 105, 20, 0.15);
}

.cart-checkout-btn:hover:not(.disabled) {
  background: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 105, 20, 0.25);
}

.cart-checkout-btn.disabled {
  background: var(--text-muted);
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

/* Cart Add Toast Notification */
.cart-toast {
  position: fixed;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  background: var(--bg-dark);
  color: var(--bg-primary);
  padding: 14px 28px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-lg);
  pointer-events: none;
  opacity: 0;
  transition: bottom 0.4s var(--ease-bounce), opacity 0.3s;
}

.cart-toast.active {
  bottom: 40px;
  opacity: 1;
}

.toast-icon {
  color: var(--accent-light);
}

.toast-msg {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* High-end Success Checkout Modal Overlay */
.checkout-success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3000;
  background: rgba(26, 14, 8, 0.65);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.checkout-success-card {
  background: var(--bg-primary);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 48px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  box-shadow: var(--shadow-lg);
  animation: modalIn 0.6s var(--ease) forwards;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.success-icon {
  font-size: 3rem;
  margin-bottom: 24px;
  color: var(--accent);
}

.checkout-success-card h2 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.2;
}

.success-message {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 24px;
}

.success-divider {
  width: 60px;
  height: 1px;
  background: var(--border);
  margin: 0 auto 24px auto;
}

.success-shipping {
  font-size: 0.82rem;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 32px;
}

.success-close-btn {
  display: inline-block;
  width: 100%;
  padding: 14px;
  background: var(--bg-dark);
  color: var(--bg-primary);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.3s var(--ease);
}

.success-close-btn:hover {
  background: var(--accent);
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* â”€â”€ RESPONSIVE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1024px) {
  .nav-links { display: none; }
  .nav-menu-btn { display: flex; }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .category-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .hero-video-mobile { opacity: 1; } /* always show on mobile; no need to wait for is-playing */
  .hero-content { padding: 0 20px; }
  .hero-tagline { color: rgba(255,255,255,0.9); }
  .hero-sub { color: rgba(255,255,255,0.65); }
  .hero-badge { color: #C9A456; }
  .hero-divider-line { background: rgba(255,255,255,0.3); }
  .hero-divider-diamond { color: #C9A456; }
  .carousel-slide { min-width: 100% !important; }
  .carousel-btn { width: 36px; height: 36px; font-size: 1.2rem; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card.large { grid-column: span 1; }
  .footer-top { flex-direction: column; gap: 32px; align-items: stretch; }
  .footer-links { flex-direction: column; gap: 24px; }
}

@media (max-width: 500px) {
  .hero-tagline { font-size: 1rem; }
  .product-info { padding: 16px; }
  .founder-quote blockquote { font-size: 1.2rem; }
}

/* ── Page Preloader ─────────────────────────────────────── */
#page-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: var(--bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.9s var(--ease), visibility 0.9s;
}
#page-preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader-content {
  text-align: center;
}
.preloader-logo {
  font-family: var(--font-body);
  font-size: 0.85rem;
  letter-spacing: 0.4em;
  color: var(--text-primary);
  display: block;
  margin-bottom: 22px;
}
.preloader-tagline {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-style: italic;
  color: var(--text-muted);
  display: block;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}
.preloader-bar {
  width: 100px;
  height: 1px;
  background: var(--border);
  margin: 0 auto;
  overflow: hidden;
}
.preloader-fill {
  height: 100%;
  width: 0;
  background: var(--accent);
  animation: preloader-grow 2s var(--ease) forwards;
}
@keyframes preloader-grow {
  0%   { width: 0; }
  60%  { width: 80%; }
  100% { width: 100%; }
}

/* ── Skeleton Shimmer ───────────────────────────────────── */
@keyframes skeleton-shimmer {
  0%   { background-position: -600px 0; }
  100% { background-position:  600px 0; }
}
body.page-loading .image-placeholder,
body.page-loading .product-img,
body.page-loading .story-image .image-placeholder {
  background: linear-gradient(
    90deg,
    var(--bg-tertiary) 25%,
    var(--border-light) 50%,
    var(--bg-tertiary) 75%
  ) !important;
  background-size: 600px 100% !important;
  animation: skeleton-shimmer 1.4s infinite linear !important;
}
body.page-loading .image-placeholder .placeholder-icon,
body.page-loading .image-placeholder .placeholder-text {
  opacity: 0;
}

/* --- Premium Checkout Form Overlay --- */
.checkout-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  z-index: 3000;
  background: rgba(26, 14, 8, 0.65);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-y: auto;
}

.checkout-form-card {
  background: var(--bg-primary);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 40px;
  max-width: 500px;
  width: 100%;
  box-shadow: var(--shadow-lg);
  animation: modalIn 0.6s var(--ease) forwards;
}

@media (max-width: 500px), (max-height: 720px) {
  .checkout-form-overlay {
    align-items: flex-start;
    padding: 16px 12px;
  }
  .checkout-form-card {
    padding: 24px 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.checkout-form-card h3 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 8px;
  text-align: center;
}

.checkout-form-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}

.checkout-form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.checkout-form-group label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-tertiary);
}

.checkout-form-group input,
.checkout-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 0.9rem;
  transition: all 0.3s var(--ease);
}

.checkout-form-group input:focus,
.checkout-form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-glow);
}

.checkout-form-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}

.checkout-submit-btn {
  display: inline-block;
  width: 100%;
  padding: 14px;
  background: var(--accent);
  color: #FFFFFF;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.3s var(--ease);
  cursor: pointer;
  text-align: center;
  border: none;
}

.checkout-submit-btn:hover:not(:disabled) {
  background: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.checkout-submit-btn:disabled {
  background: var(--bg-tertiary);
  color: var(--text-muted);
  border: 1px solid var(--border);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.checkout-cancel-btn {
  display: inline-block;
  width: 100%;
  padding: 12px;
  background: transparent;
  color: var(--text-muted);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.3s var(--ease);
  cursor: pointer;
  text-align: center;
}

.checkout-cancel-btn:hover {
  background: var(--bg-secondary);
  color: var(--text-primary);
  border-color: var(--text-muted);
}
/* --- Premium Loading Screen --- */
.premium-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faf8f5;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.8s;
  opacity: 1;
  visibility: visible;
}
.premium-loader.fade-out {
  opacity: 0;
  visibility: hidden;
}
.loader-content {
  text-align: center;
  width: 80%;
  max-width: 300px;
}
.loader-logo-img {
  display: block;
  margin: 0 auto 14px;
  width: 151px;
  height: 151px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid #d4af37;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.2);
  transition: box-shadow 0.3s ease-out;
}
.loader-logo {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #2c1810;
  margin-bottom: 8px;
  text-transform: uppercase;
  transition: transform 0.3s ease-out;
}
.loader-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  color: #8b7355;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.loader-progress-bar {
  width: 100%;
  height: 2px;
  background: rgba(44, 24, 16, 0.08);
  border-radius: 1px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.loader-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #c9a84c, #d4af37);
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
  transition: width 0.3s ease-out;
}
.loader-status {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: rgba(44, 24, 16, 0.35);
}
@keyframes loaderPulse {
  0%, 100% { opacity: 0.6; transform: scale(0.98); }
  50% { opacity: 1; transform: scale(1); }
}
@media (max-width: 500px) {
  .loader-logo-img { width: 100px; height: 100px; }
  .loader-logo { font-size: 1.4rem; letter-spacing: 0.2em; }
  .loader-tagline { font-size: 0.65rem; }
}

/* ==========================================================
   HOMEPAGE FAQs (Premium Accordions)
   ========================================================== */
.faq-section {
  padding: var(--section-py) 0;
  background: var(--bg-primary);
  position: relative;
}

.faq-container {
  max-width: 860px;
  margin: 50px auto 0;
  padding: 0 10px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s var(--ease);
  overflow: hidden;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-md);
}

.faq-item.active {
  border-color: var(--accent-light);
  box-shadow: var(--shadow-gold);
}

.faq-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 28px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.faq-question {
  font-family: var(--font-heading);
  font-size: 1.12rem;
  font-weight: 500;
  color: var(--text-primary);
  padding-right: 20px;
  transition: color 0.3s ease;
}

.faq-item:hover .faq-question {
  color: var(--accent);
}

.faq-toggle-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-secondary);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s var(--ease);
}

.faq-toggle-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: transform 0.4s var(--ease);
}

.faq-item:hover .faq-toggle-icon {
  background: var(--accent-bg);
  color: var(--accent);
}

.faq-item.active .faq-toggle-icon {
  background: var(--accent);
  color: var(--bg-primary);
  transform: rotate(135deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease);
  border-top: 1px solid transparent;
}

.faq-item.active .faq-content {
  border-top-color: var(--border-light);
}

.faq-content-inner {
  padding: 24px 28px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.faq-content-inner p {
  margin: 0;
}

@media (max-width: 768px) {
  .faq-trigger {
    padding: 20px;
  }
  .faq-question {
    font-size: 1.05rem;
  }
  .faq-content-inner {
    padding: 20px;
    font-size: 0.9rem;
  }
}

/* --- Checkout Location Step --- */
.checkout-step { animation: fadeIn 0.35s var(--ease); }

/* Close button shared across all checkout popups */
.loc-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: var(--text-primary);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.loc-close-btn:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }

/* Screen 1 — Location tile card */
.loc-select-card { position: relative; }
.loc-select-card h3 { padding-right: 40px; }

.location-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0 0;
}

.location-tile { display: block; cursor: pointer; }
.location-tile input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }

.location-tile-content {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  background: rgba(255,255,255,0.03);
  border: 1.5px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.18s ease;
  height: 100%;
  min-height: 68px;
}

.location-tile:hover .location-tile-content {
  border-color: rgba(212,175,55,0.4);
  background: rgba(212,175,55,0.05);
  transform: translateY(-1px);
}

.location-tile input[type="radio"]:checked + .location-tile-content {
  border-color: var(--accent);
  background: rgba(212,175,55,0.09);
  box-shadow: 0 0 0 1px rgba(212,175,55,0.18), 0 4px 14px rgba(212,175,55,0.1);
}

.loc-icon { font-size: 1.4rem; flex-shrink: 0; line-height: 1; }
.loc-text { display: flex; flex-direction: column; gap: 3px; }
.location-name { font-family: var(--font-heading); font-size: 0.88rem; font-weight: 600; color: var(--text-primary); }
.location-sub { font-size: 0.7rem; color: rgba(255,255,255,0.42); line-height: 1.3; }

/* Screen 2 — Warning popup (layered over tiles) */
.loc-warn-overlay { z-index: 3100 !important; }

.loc-warn-card {
  position: relative;
  max-width: 480px;
  animation: modalIn 0.35s var(--ease) forwards;
}

.loc-warn-region-badge {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(212,175,55,0.1);
  border: 1px solid rgba(212,175,55,0.25);
  border-radius: 20px;
  padding: 5px 14px;
  margin-bottom: 16px;
}

.location-warning-box {
  background: linear-gradient(135deg, rgba(212,175,55,0.07) 0%, rgba(212,175,55,0.02) 100%);
  border: 1px solid rgba(212,175,55,0.22);
  border-left: 3px solid var(--accent);
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 0.87rem;
  line-height: 1.7;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  margin: 16px 0 0;
  padding: 13px 15px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-primary);
  user-select: none;
  width: 100%;
}

.checkbox-label input[type="checkbox"] {
  width: 18px; height: 18px;
  flex-shrink: 0;
  accent-color: var(--accent);
  cursor: pointer;
}

/* Other States — two separate buttons side by side */
.other-states-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Delivery form extras */
.optional-tag {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(255,255,255,0.4);
  font-family: var(--font-body);
}

.maps-help-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 0.82rem;
  color: var(--accent);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-family: var(--font-body);
  transition: opacity 0.2s;
  font-weight: 500;
}
.maps-help-link-btn:hover { opacity: 0.75; }

/* Maps help modal */
.maps-help-overlay { z-index: 3200 !important; }
.maps-help-card {
  position: relative;
  max-width: 540px;
  padding: 30px 24px 24px;
}

.maps-help-card h3 {
  margin-bottom: 12px;
  font-size: 1.4rem;
}

/* Screenshot slider */
.maps-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg-secondary);
}

.maps-slides-container {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  width: 400%;
}

.maps-slide {
  width: 25%;
  flex-shrink: 0;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.maps-slide img {
  width: auto;
  max-width: 100%;
  width: 320px;
  height: 420px;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  margin-bottom: 16px;
  background: #000;
}

.maps-slide p {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
  max-width: 380px;
}

.maps-slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 16px;
}

.maps-nav-btn {
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s, background 0.2s;
}

.maps-nav-btn:disabled {
  background: var(--border);
  color: var(--text-muted);
  cursor: not-allowed;
}

.maps-slider-dots {
  display: flex;
  gap: 6px;
}

.maps-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border-light);
  transition: background 0.2s;
}

.maps-dot.active {
  background: var(--accent);
}

/* Mobile */
@media (max-width: 460px) {
  .location-options { grid-template-columns: 1fr; }
  .other-states-actions { grid-template-columns: 1fr; }
  .maps-slide img {
    width: 250px;
    height: 330px;
  }
}

#rc-maintenance-banner,
#rc-hold-popup-overlay {
  display: none !important;
}

/* Prevent iOS Safari Auto-Zoom on Input Focus */
@media screen and (max-width: 768px) {
  input, select, textarea,
  .checkout-form-group input,
  .checkout-form-group textarea,
  .custom-cocoa-input {
    font-size: 16px !important;
  }
}




