/* =========================================================
   SAMYTH — Crème Capillaire Protéinée
   Luxury cosmetic landing page · custom styles
   Palette: primary #E39A14 · dark #3A2208 · bg #FFF9F1
            secondary #F8EFE3 · accent #FFB000
   ========================================================= */

:root {
  --primary: #E39A14;
  --dark: #3A2208;
  --bg: #FFF9F1;
  --secondary: #F8EFE3;
  --accent: #FFB000;
}

* { -webkit-tap-highlight-color: transparent; }

/* =========================================================
   MOBILE-ONLY APP SHELL
   The whole page is rendered as a centered phone-width column.
   On desktop it sits on a soft backdrop like a device preview.
   ========================================================= */
:root { --shell-w: 480px; }

body {
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(227, 154, 20, 0.10), transparent 60%),
    #ece0cd;
}

.app-shell {
  position: relative;
  max-width: var(--shell-w);
  min-height: 100vh;
  margin: 0 auto;
  background: var(--bg);
  overflow: hidden;
  box-shadow: 0 0 80px -16px rgba(58, 34, 8, 0.35);
}

/* Center the fixed bars over the shell (not the full viewport) */
#navbar {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--shell-w);
}
#mobileBar {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--shell-w);
}
/* Success modal stays a full-viewport, flex-centered overlay (the card itself
   is capped via max-width). No left/transform here — it would clash with the
   base rule's `inset: 0` and shift the popup off-centre. */
/* Slide-in menu anchored to the shell's right edge */
.mobile-menu {
  left: auto;
  right: max(0px, calc(50% - var(--shell-w) / 2));
  width: min(78%, calc(var(--shell-w) - 56px));
}

html { scroll-behavior: smooth; }
body { scroll-behavior: smooth; }

::selection { background: var(--accent); color: #fff; }

/* Custom scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--secondary); }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 99px; }

/* ===================== TYPO HELPERS ===================== */
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.6rem;
}
.section-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.08;
  color: var(--dark);
}
.section-sub {
  margin: 0.9rem auto 0;
  max-width: 36rem;
  color: rgba(58, 34, 8, 0.65);
  font-size: 1.02rem;
}

.text-gradient {
  background: linear-gradient(100deg, var(--primary) 0%, var(--accent) 60%, #d98700 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ===================== NAVBAR ===================== */
.nav-link {
  position: relative;
  color: rgba(58, 34, 8, 0.8);
  transition: color 0.25s;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 2px;
  background: var(--primary);
  transition: width 0.3s ease;
}
.nav-link:hover { color: var(--dark); }
.nav-link:hover::after { width: 100%; }

#navbar.scrolled {
  background: rgba(255, 249, 241, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 6px 30px -18px rgba(58, 34, 8, 0.5);
}

/* Mobile menu panel */
.mobile-menu {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(80%, 320px);
  background: var(--bg);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 60;
  box-shadow: -20px 0 60px -20px rgba(58, 34, 8, 0.4);
}
.mobile-menu.open { transform: translateX(0); }

/* ===================== BUTTONS ===================== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(120deg, var(--primary), var(--accent));
  color: #fff;
  font-weight: 700;
  padding: 0.95rem 1.9rem;
  border-radius: 999px;
  box-shadow: 0 12px 30px -10px rgba(227, 154, 20, 0.6);
  transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
  cursor: pointer;
  border: none;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -10px rgba(227, 154, 20, 0.7);
  filter: brightness(1.03);
}
.btn-primary:active { transform: translateY(-1px) scale(0.99); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.6);
  color: var(--dark);
  font-weight: 600;
  padding: 0.95rem 1.8rem;
  border-radius: 999px;
  border: 1.5px solid rgba(58, 34, 8, 0.15);
  backdrop-filter: blur(6px);
  transition: all 0.25s;
}
.btn-ghost:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

.btn-light {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--bg);
  color: var(--dark);
  font-weight: 700;
  padding: 0.95rem 1.9rem;
  border-radius: 999px;
  transition: transform 0.25s, box-shadow 0.25s;
}
.btn-light:hover { transform: translateY(-3px); box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.35); }

/* Disabled / submitting state */
.btn-primary:disabled { opacity: 0.7; cursor: wait; transform: none; }
.btn-spinner {
  display: inline-block;
  width: 1.1rem; height: 1.1rem;
  border: 2.5px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btnSpin 0.7s linear infinite;
  vertical-align: -2px;
}
@keyframes btnSpin { to { transform: rotate(360deg); } }

/* Pulsing CTA */
.pulse-cta { animation: pulseShadow 2.4s ease-in-out infinite; }
@keyframes pulseShadow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 176, 0, 0.45); }
  50% { box-shadow: 0 0 0 16px rgba(255, 176, 0, 0); }
}

/* ===================== GLASS / CARDS ===================== */
.glass-card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.badge-glass {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(227, 154, 20, 0.25);
  color: var(--dark);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px -12px rgba(58, 34, 8, 0.4);
}

/* ===================== HERO ===================== */
.hero-gradient {
  background:
    radial-gradient(120% 90% at 80% 10%, rgba(255, 176, 0, 0.18) 0%, transparent 55%),
    radial-gradient(100% 80% at 10% 90%, rgba(227, 154, 20, 0.14) 0%, transparent 50%),
    linear-gradient(160deg, #FFF9F1 0%, #F8EFE3 100%);
  background-size: 200% 200%;
  animation: gradientShift 16s ease infinite;
}
@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hero-halo {
  background: radial-gradient(circle, rgba(255, 176, 0, 0.28) 0%, rgba(255, 176, 0, 0) 68%);
  filter: blur(8px);
}

/* Floating animations */
.floaty { animation: floaty 6s ease-in-out infinite; }
.floaty-slow { animation: floaty 8s ease-in-out infinite; }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

/* ===================== HERO PHOTO ===================== */
.hero-photo {
  position: relative;
  width: 100%;
  max-width: 30rem;
  border-radius: 1.8rem;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 30px 60px -24px rgba(58, 34, 8, 0.55);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 3 / 2; }
/* sweeping shine highlight */
.hero-photo-shine {
  position: absolute;
  top: 0; left: -60%;
  width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg);
  animation: shineSweep 5s ease-in-out infinite;
}
@keyframes shineSweep {
  0%, 65% { left: -60%; }
  100% { left: 130%; }
}

/* ===================== PRODUCT SHOWCASE ===================== */
.showcase-frame {
  border-radius: 1.8rem;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 24px 55px -26px rgba(58, 34, 8, 0.5);
}
.showcase-frame img { width: 100%; display: block; transition: transform 0.6s ease; }
.showcase-frame:hover img { transform: scale(1.04); }

.feature-chip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid rgba(227, 154, 20, 0.22);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--dark);
  box-shadow: 0 10px 26px -20px rgba(58, 34, 8, 0.6);
  transition: transform 0.25s, box-shadow 0.25s;
}
.feature-chip:hover { transform: translateY(-3px); box-shadow: 0 16px 30px -18px rgba(227, 154, 20, 0.55); }
.feature-chip svg { width: 1.1rem; height: 1.1rem; color: var(--primary); flex-shrink: 0; }

/* ===================== PROOF / SALON FRAMES ===================== */
.proof-frame,
.salon-frame {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 24px 55px -28px rgba(58, 34, 8, 0.55);
}
.proof-frame img,
.salon-frame img { width: 100%; display: block; transition: transform 0.6s ease; }
.proof-frame:hover img,
.salon-frame:hover img { transform: scale(1.04); }
.proof-frame figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.4rem 1rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: linear-gradient(transparent, rgba(58, 34, 8, 0.82));
}
.salon-badge {
  position: absolute;
  top: 0.9rem; left: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  color: var(--dark);
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px -10px rgba(58, 34, 8, 0.5);
}
.salon-badge svg { width: 1rem; height: 1rem; color: var(--primary); }

/* ===================== GALLERY ===================== */
.gallery-swiper { padding-bottom: 3rem; }
.gallery-card {
  border-radius: 1.4rem;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 18px 44px -26px rgba(58, 34, 8, 0.55);
  background: #fff;
}
.gallery-card img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.gallery-card:hover img { transform: scale(1.07); }
.gallery-swiper .swiper-slide { transition: transform 0.3s; height: auto; }
.gallery-pagination { bottom: 0 !important; }
.gallery-swiper .swiper-pagination-bullet { background: var(--primary); opacity: 0.3; }
.gallery-swiper .swiper-pagination-bullet-active { opacity: 1; width: 22px; border-radius: 6px; }

/* ===================== BENEFITS ===================== */
.benefit-card {
  background: #fff;
  border-radius: 1.6rem;
  padding: 2rem 1.6rem;
  border: 1px solid rgba(227, 154, 20, 0.12);
  box-shadow: 0 14px 40px -28px rgba(58, 34, 8, 0.5);
  transition: transform 0.35s, box-shadow 0.35s;
  position: relative;
  overflow: hidden;
}
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(255, 176, 0, 0.08), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s;
}
.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 50px -24px rgba(227, 154, 20, 0.5);
}
.benefit-card:hover::before { opacity: 1; }
.benefit-icon {
  width: 3.4rem; height: 3.4rem;
  display: grid; place-items: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  margin-bottom: 1.1rem;
  box-shadow: 0 10px 24px -10px rgba(227, 154, 20, 0.7);
}
.benefit-icon svg { width: 1.6rem; height: 1.6rem; }
.benefit-title { font-weight: 700; font-size: 1.15rem; color: var(--dark); margin-bottom: 0.5rem; }
.benefit-text { font-size: 0.92rem; color: rgba(58, 34, 8, 0.62); line-height: 1.55; }

/* Counters */
.counter-card {
  text-align: center;
  background: #fff;
  border-radius: 1.4rem;
  padding: 1.6rem 1rem;
  border: 1px solid rgba(227, 154, 20, 0.12);
}
.counter {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--dark);
}
.counter-label { font-size: 0.82rem; color: rgba(58, 34, 8, 0.6); margin-top: 0.3rem; }

/* ===================== INGREDIENTS ===================== */
.ingredient-card {
  background: #fff;
  border-radius: 1.8rem;
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(227, 154, 20, 0.12);
  box-shadow: 0 14px 40px -28px rgba(58, 34, 8, 0.5);
  transition: transform 0.35s, box-shadow 0.35s;
}
.ingredient-card:hover { transform: translateY(-8px); box-shadow: 0 26px 50px -24px rgba(227, 154, 20, 0.45); }
.ingredient-img {
  width: 8.5rem; height: 8.5rem;
  margin: 0 auto 1.3rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 16px 36px -18px rgba(58, 34, 8, 0.5);
  background: var(--secondary);
  border: 5px solid #fff;
}
.ingredient-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.ingredient-card:hover .ingredient-img img { transform: scale(1.08); }
.ingredient-title { font-family: "Cormorant Garamond", serif; font-size: 1.6rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
.ingredient-text { font-size: 0.92rem; color: rgba(58, 34, 8, 0.62); line-height: 1.55; }

/* ===================== BEFORE / AFTER SLIDER ===================== */
.ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 1.8rem;
  overflow: hidden;
  user-select: none;
  background: var(--secondary);
}
.ba-slider img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  pointer-events: none;
}
/* The "before" layer sits at full size and is revealed via clip-path,
   so the underlying image never distorts as the handle moves. */
.ba-before-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  overflow: hidden;
  clip-path: inset(0 50% 0 0);
  will-change: clip-path;
}
.ba-before-wrap .ba-before {
  width: 100%;
  max-width: none;
}
.ba-handle {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ba-line { position: absolute; top: 0; bottom: 0; width: 3px; background: #fff; box-shadow: 0 0 12px rgba(0,0,0,0.25); }
.ba-knob {
  width: 3rem; height: 3rem;
  border-radius: 50%;
  background: #fff;
  display: grid; place-items: center;
  color: var(--primary);
  box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.ba-range {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  opacity: 0;
  cursor: ew-resize;
  margin: 0;
}
.ba-tag {
  position: absolute;
  bottom: 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(58, 34, 8, 0.65);
  color: #fff;
  backdrop-filter: blur(4px);
}
.ba-tag-left { left: 1rem; }
.ba-tag-right { right: 1rem; background: rgba(227, 154, 20, 0.85); }

.result-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.02rem;
  color: rgba(58, 34, 8, 0.85);
  font-weight: 500;
}

.result-thumb {
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 36px -24px rgba(58, 34, 8, 0.6);
}
.result-thumb img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4; transition: transform 0.5s; }
.result-thumb:hover img { transform: scale(1.06); }
.result-thumb figcaption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0.6rem;
  background: linear-gradient(transparent, rgba(58, 34, 8, 0.8));
}

/* ===================== WHY CHOOSE US ===================== */
.why-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: #fff;
  border-radius: 1rem;
  padding: 0.9rem 1.1rem;
  font-weight: 600;
  color: var(--dark);
  border: 1px solid rgba(227, 154, 20, 0.14);
  transition: transform 0.25s, box-shadow 0.25s;
}
.why-item:hover { transform: translateX(4px); box-shadow: 0 12px 30px -20px rgba(227, 154, 20, 0.6); }
.why-item svg {
  width: 1.1rem; height: 1.1rem;
  color: #fff;
  background: var(--primary);
  border-radius: 50%;
  padding: 3px;
  flex-shrink: 0;
}

/* ===================== TESTIMONIALS ===================== */
.testi-card {
  background: #fff;
  border-radius: 1.6rem;
  padding: 2rem;
  height: 100%;
  border: 1px solid rgba(227, 154, 20, 0.12);
  box-shadow: 0 16px 44px -30px rgba(58, 34, 8, 0.5);
}
.testi-stars { color: var(--accent); letter-spacing: 2px; font-size: 1.1rem; margin-bottom: 0.9rem; }
.testi-card blockquote { color: rgba(58, 34, 8, 0.78); font-size: 0.98rem; line-height: 1.6; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 0.8rem; margin-top: 1.4rem; }
.testi-avatar { width: 3rem; height: 3rem; border-radius: 50%; object-fit: cover; border: 2px solid var(--secondary); }
.testi-author strong { color: var(--dark); font-size: 0.95rem; }
.testi-author small { color: rgba(58, 34, 8, 0.5); font-size: 0.8rem; }

.testimonial-swiper .swiper-pagination-bullet { background: var(--primary); opacity: 0.3; }
.testimonial-swiper .swiper-pagination-bullet-active { opacity: 1; width: 22px; border-radius: 6px; }

/* ===================== PRICE ===================== */
.price-card {
  position: relative;
  border-radius: 2.2rem;
  padding: 3rem 2rem;
  overflow: hidden;
  background: linear-gradient(135deg, #4a2c0c 0%, #3A2208 60%, #2a1905 100%);
  box-shadow: 0 40px 80px -40px rgba(58, 34, 8, 0.8);
}
.price-glow {
  position: absolute;
  top: -40%; right: -10%;
  width: 60%; height: 120%;
  background: radial-gradient(circle, rgba(255, 176, 0, 0.35) 0%, transparent 65%);
  filter: blur(20px);
}

/* ===================== ORDER FORM ===================== */
/* Prominent framed card around the form */
.order-form-card {
  position: relative;
  background: #fff;
  border: 1.5px solid rgba(227, 154, 20, 0.30);
  border-radius: 1.6rem;
  padding: 1.5rem 1.3rem 1.6rem;
  box-shadow: 0 22px 55px -28px rgba(58, 34, 8, 0.55);
}
/* gold accent bar at the top of the frame */
.order-form-card::before {
  content: "";
  position: absolute;
  top: 0; left: 1.6rem; right: 1.6rem;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}
.order-form-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-bottom: 1.2rem;
  margin-bottom: 1.3rem;
  border-bottom: 1px dashed rgba(58, 34, 8, 0.16);
}
.order-form-head-icon {
  flex-shrink: 0;
  width: 2.9rem; height: 2.9rem;
  display: grid; place-items: center;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  box-shadow: 0 10px 22px -10px rgba(227, 154, 20, 0.7);
}
.order-form-head-icon svg { width: 1.4rem; height: 1.4rem; }

.field { display: flex; flex-direction: column; }
.field label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.45rem;
}
.field input,
.field textarea {
  background: rgba(255, 255, 255, 0.7);
  border: 1.5px solid rgba(58, 34, 8, 0.14);
  border-radius: 0.9rem;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  color: var(--dark);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  outline: none;
  width: 100%;
}
.field input::placeholder,
.field textarea::placeholder { color: rgba(58, 34, 8, 0.35); }
.field input:focus,
.field textarea:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(227, 154, 20, 0.14);
}
.field.invalid input,
.field.invalid textarea { border-color: #d23b3b; background: #fff6f6; }
.error-msg {
  color: #d23b3b;
  font-size: 0.76rem;
  margin-top: 0.35rem;
  min-height: 0.9rem;
  display: block;
}

/* Quantity buttons */
.qty-group { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.6rem; }
.qty-btn {
  padding: 0.85rem 0.5rem;
  border-radius: 0.9rem;
  border: 1.5px solid rgba(58, 34, 8, 0.16);
  background: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  transition: all 0.2s;
}
.qty-btn:hover { border-color: var(--primary); }
.qty-btn.is-active {
  background: linear-gradient(120deg, var(--primary), var(--accent));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px -12px rgba(227, 154, 20, 0.7);
}

/* ===================== FAQ ===================== */
.faq-item {
  background: #fff;
  border-radius: 1.2rem;
  border: 1px solid rgba(227, 154, 20, 0.14);
  overflow: hidden;
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  padding: 1.25rem 1.4rem;
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1rem;
}
.faq-icon { width: 1.2rem; height: 1.2rem; color: var(--primary); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-a p {
  padding: 0 1.4rem 1.3rem;
  color: rgba(58, 34, 8, 0.68);
  line-height: 1.6;
  font-size: 0.95rem;
}

/* ===================== FOOTER ===================== */
.footer-badge { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; font-size: 0.85rem; }
.footer-badge svg { width: 1.6rem; height: 1.6rem; color: var(--accent); }
.footer-title { color: var(--bg); font-weight: 700; margin-bottom: 1rem; }
.footer-link { color: rgba(255, 249, 241, 0.7); transition: color 0.2s; }
.footer-link:hover { color: var(--accent); }
.social-icon {
  width: 2.6rem; height: 2.6rem;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(255, 249, 241, 0.08);
  color: var(--bg);
  transition: all 0.25s;
}
.social-icon:hover { background: var(--primary); transform: translateY(-3px); }
.social-icon svg { width: 1.2rem; height: 1.2rem; }

/* ===================== SUCCESS MODAL ===================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(58, 34, 8, 0.55);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal-overlay.show { opacity: 1; visibility: visible; }
.modal-card {
  position: relative;
  background: var(--bg);
  border-radius: 1.8rem;
  padding: 2.6rem 2rem 2rem;
  max-width: 24rem;
  width: 100%;
  text-align: center;
  box-shadow: 0 40px 80px -30px rgba(58, 34, 8, 0.7);
  transform: scale(0.85) translateY(20px);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.modal-overlay.show .modal-card { transform: scale(1) translateY(0); }
.modal-check {
  width: 4.5rem; height: 4.5rem;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  box-shadow: 0 14px 30px -10px rgba(227, 154, 20, 0.7);
  animation: popCheck 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s both;
}
.modal-check svg { width: 2.2rem; height: 2.2rem; }
@keyframes popCheck { from { transform: scale(0); } to { transform: scale(1); } }
.modal-close {
  position: absolute;
  top: 1rem; right: 1rem;
  width: 2rem; height: 2rem;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(58, 34, 8, 0.06);
  color: var(--dark);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.modal-close:hover { background: rgba(58, 34, 8, 0.14); }
.modal-close svg { width: 1.1rem; height: 1.1rem; }

/* ===================== RESPONSIVE FINE-TUNING ===================== */
@media (max-width: 480px) {
  .section-sub { font-size: 0.95rem; }
  .badge-glass { font-size: 0.74rem; padding: 0.5rem 0.8rem; }
  .price-card { padding: 2.2rem 1.3rem; }
  .ingredient-img { width: 7.5rem; height: 7.5rem; }
}

/* Prevent horizontal scroll safety net */
img, video { max-width: 100%; height: auto; }

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
