/*
Theme Name: House of VÉRAI
Theme URI: https://houseofverai.com
Author: House of VÉRAI
Author URI: https://houseofverai.com
Description: Ultra-luxurious bespoke WordPress theme for House of VÉRAI (Luxury Longevity, Beauty & Confidence).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: houseofverai
*/

/* ==========================================================================
   HOUSE OF VÉRAI - LUXURY LONGEVITY & BEAUTY DESIGN SYSTEM
   Modern, ultra-refined aesthetics for high-end boutique wellness
   ========================================================================== */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&family=Montserrat:wght@200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  /* Brand Palette */
  --brand-blush: #F7E6EA;
  --brand-blush-light: rgba(247, 230, 234, 0.4);
  --brand-rose: #D88FA1;
  --brand-rose-subtle: rgba(216, 143, 161, 0.3);
  --brand-rose-light: rgba(216, 143, 161, 0.15);
  --brand-black: #0B0B0B;
  --brand-gold: #C8B08A;
  --brand-gold-subtle: rgba(200, 176, 138, 0.3);
  --brand-gold-light: rgba(200, 176, 138, 0.15);
  --brand-white: #FFFFFF;
  --brand-bg: #FCFAF8;
  --brand-bg-alt: #FAF6F4;
  --brand-bg-dark: #0B0B0B;
  --brand-gray: #555555;
  --brand-gray-light: #8C8C8C;
  --brand-border: #EFE9E6;
  --brand-border-dark: #333333;

  /* Typography */
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-display: "Playfair Display", Georgia, serif;
  --font-sans: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-cinzel: "Cinzel", Georgia, serif;

  /* Shadows & Transitions */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.12);
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Base Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: var(--brand-bg);
  color: var(--brand-black);
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

::selection {
  background: var(--brand-blush);
  color: var(--brand-black);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--brand-black);
}

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

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

input, select, textarea {
  font-family: var(--font-sans);
  outline: none;
}

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

/* Containers */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-sm {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Custom Scrollbars */
.luxury-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.luxury-scrollbar::-webkit-scrollbar-track {
  background: var(--brand-bg);
}
.luxury-scrollbar::-webkit-scrollbar-thumb {
  background: var(--brand-gold);
  border-radius: 2px;
}

/* Utilities */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }

.font-serif { font-family: var(--font-serif); }
.font-sans { font-family: var(--font-sans); }
.font-cinzel { font-family: var(--font-cinzel); }
.font-display { font-family: var(--font-display); }

.text-gold { color: var(--brand-gold); }
.text-rose { color: var(--brand-rose); }
.text-gray { color: var(--brand-gray); }
.text-black { color: var(--brand-black); }
.text-white { color: var(--brand-white); }

.bg-brand-blush-light { background-color: var(--brand-blush-light); }
.bg-brand-rose-light { background-color: var(--brand-rose-light); }
.bg-brand-gold-light { background-color: var(--brand-gold-light); }

.border-brand-blush { border-color: var(--brand-blush) !important; }
.border-brand-rose-subtle { border-color: var(--brand-rose-subtle) !important; }
.border-brand-gold-subtle { border-color: var(--brand-gold-subtle) !important; }
.border-brand-gold { border-color: var(--brand-gold) !important; }

.hidden { display: none !important; }

/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */
.header-sticky {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--brand-border);
}

.announcement-bar {
  background: var(--brand-black);
  color: var(--brand-white);
  padding: 0.4rem 1rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}

.announcement-bar svg {
  color: var(--brand-gold);
  animation: pulseGlow 2s infinite ease-in-out;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
}

.nav-btn {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 300;
  color: var(--brand-gray);
  padding-bottom: 0.25rem;
  border-bottom: 2px solid transparent;
  transition: var(--transition);
}

.nav-btn:hover {
  color: var(--brand-black);
  border-color: var(--brand-blush);
}

.nav-btn.active {
  color: var(--brand-black);
  font-weight: 500;
  border-color: var(--brand-rose);
}

/* Center Logo Monogram */
.brand-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.brand-monogram {
  font-family: var(--font-cinzel);
  font-size: 0.95rem;
  color: var(--brand-gold);
  border: 1px solid var(--brand-gold-subtle);
  padding: 0.1rem 0.45rem;
  border-radius: 9999px;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.brand-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--brand-black);
  line-height: 1.1;
}

.brand-subtitle {
  font-family: var(--font-serif);
  font-size: 0.48rem;
  letter-spacing: 0.45em;
  color: var(--brand-gold);
  text-transform: uppercase;
  margin-top: 0.2rem;
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.search-box {
  display: flex;
  align-items: center;
  background: rgba(252, 250, 248, 0.8);
  border: 1px solid transparent;
  border-radius: 9999px;
  padding: 0.35rem 0.85rem;
  transition: var(--transition);
}

.search-box:focus-within {
  background: var(--brand-white);
  border-color: var(--brand-rose);
}

.search-box svg {
  width: 0.85rem;
  height: 0.85rem;
  color: var(--brand-gray);
  margin-right: 0.5rem;
}

.search-box input {
  background: transparent;
  border: none;
  font-size: 0.6875rem;
  width: 7rem;
  transition: var(--transition);
  color: var(--brand-black);
}

.search-box input:focus {
  width: 11rem;
}

.search-box input::placeholder {
  color: rgba(85, 85, 85, 0.6);
}

.btn-assessment-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--brand-blush);
  color: var(--brand-rose);
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: var(--transition);
}

.btn-assessment-nav:hover {
  background: rgba(216, 143, 161, 0.25);
}

.icon-btn {
  position: relative;
  padding: 0.5rem;
  color: var(--brand-black);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.icon-btn:hover {
  color: var(--brand-rose);
}

.icon-btn svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 1.2;
}

.icon-btn.is-active svg {
  fill: var(--brand-rose);
  color: var(--brand-rose);
}

.badge-count {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background: var(--brand-black);
  color: var(--brand-white);
  font-size: 0.5rem;
  font-weight: 600;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-count.badge-rose {
  background: var(--brand-rose);
}

.mobile-toggle {
  display: none;
  padding: 0.5rem;
  color: var(--brand-black);
}

.mobile-menu {
  display: none;
  background: var(--brand-white);
  border-bottom: 1px solid var(--brand-border);
  padding: 1.5rem 1.5rem;
  flex-direction: column;
  gap: 1rem;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu .nav-btn {
  text-align: left;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--brand-border);
  font-size: 0.75rem;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background: radial-gradient(circle at 50% 50%, #FDF9F7 0%, var(--brand-bg) 60%, rgba(239, 233, 230, 0.4) 100%);
  border-bottom: 1px solid var(--brand-border);
  text-align: center;
}

.hero-glow-1 {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 24rem;
  height: 24rem;
  background: rgba(247, 230, 234, 0.25);
  border-radius: 9999px;
  filter: blur(60px);
  pointer-events: none;
  transform: translateY(-50%);
}

.hero-glow-2 {
  position: absolute;
  bottom: 5%;
  right: 2%;
  width: 24rem;
  height: 24rem;
  background: rgba(200, 176, 138, 0.15);
  border-radius: 9999px;
  filter: blur(60px);
  pointer-events: none;
}

.hero-content {
  position: relative;
  max-width: 52rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}

.hero-tagline {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: var(--brand-gold);
  font-family: var(--font-serif);
  font-weight: 300;
}

.hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.hero-line {
  width: 3rem;
  height: 0.5px;
  background: var(--brand-gold-subtle);
}

.hero-monogram {
  font-family: var(--font-cinzel);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--brand-gold);
}

.hero-title {
  font-size: 3.25rem;
  line-height: 1.1;
  font-weight: 300;
  color: var(--brand-black);
}

.hero-title em, .hero-title i {
  font-style: italic;
  font-family: var(--font-serif);
}

.hero-desc {
  font-size: 0.8125rem;
  color: var(--brand-gray);
  font-weight: 300;
  max-width: 38rem;
  line-height: 1.7;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding-top: 0.5rem;
}

.btn-primary {
  background: var(--brand-black);
  color: var(--brand-white);
  padding: 0.85rem 2rem;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-primary:hover {
  background: var(--brand-rose);
  color: var(--brand-white);
}

.btn-secondary {
  background: var(--brand-white);
  color: var(--brand-black);
  border: 1px solid var(--brand-black);
  padding: 0.85rem 2rem;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 500;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-secondary:hover {
  background: rgba(247, 230, 234, 0.3);
  border-color: var(--brand-rose);
}

/* Trust Badges Grid */
.trust-badges-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
  max-width: 48rem;
  padding-top: 2.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(239, 233, 230, 0.6);
}

.trust-badge-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.trust-badge-title {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: var(--brand-black);
}

.trust-badge-sub {
  font-size: 0.5625rem;
  color: var(--brand-gray);
  font-weight: 300;
}

/* ==========================================================================
   CATALOG & FORMULATIONS
   ========================================================================== */
.catalog-section {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.catalog-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid var(--brand-border);
  padding-bottom: 1.5rem;
}

.catalog-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.catalog-kicker {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--brand-rose);
  font-weight: 600;
}

.catalog-title {
  font-size: 2rem;
  color: var(--brand-black);
  line-height: 1;
}

.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.filter-pill {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  padding: 0.45rem 1.1rem;
  border-radius: 9999px;
  background: var(--brand-white);
  color: var(--brand-gray);
  border: 1px solid var(--brand-border);
  transition: var(--transition);
}

.filter-pill:hover {
  border-color: var(--brand-rose-subtle);
  color: var(--brand-black);
}

.filter-pill.active {
  background: var(--brand-rose-light);
  color: var(--brand-rose);
  border-color: var(--brand-rose-subtle);
  font-weight: 600;
  box-shadow: var(--shadow-sm);
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* Product Card */
.product-card {
  position: relative;
  background: var(--brand-white);
  border: 1px solid var(--brand-border);
  display: flex;
  flex-direction: column;
  transition: var(--transition-slow);
  overflow: hidden;
}

.product-card:hover {
  border-color: var(--brand-gold-subtle);
  box-shadow: var(--shadow-md);
}

.product-category-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  padding: 0.2rem 0.65rem;
  border-radius: 9999px;
  border: 1px solid transparent;
}

.btn-card-fav {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  border-radius: 9999px;
  border: 1px solid var(--brand-border);
  color: var(--brand-black);
  transition: var(--transition);
}

.btn-card-fav:hover {
  color: var(--brand-rose);
  background: var(--brand-white);
}

.btn-card-fav.is-fav svg {
  fill: var(--brand-rose);
  color: var(--brand-rose);
}

.btn-card-fav svg {
  width: 0.95rem;
  height: 0.95rem;
  stroke-width: 1.2;
}

/* Visual Vial Stage */
.vial-stage {
  position: relative;
  height: 20rem;
  width: 100%;
  background: radial-gradient(circle at 50% 40%, var(--brand-white) 0%, var(--brand-bg) 70%, rgba(239, 233, 230, 0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 2rem;
  overflow: hidden;
  transition: var(--transition);
}

.product-card:hover .vial-stage {
  background: radial-gradient(circle at 50% 40%, #FFFDFD 0%, rgba(247, 230, 234, 0.2) 70%, rgba(239, 233, 230, 0.4) 100%);
}

.vial-shadow {
  position: absolute;
  bottom: 2rem;
  width: 6rem;
  height: 1rem;
  background: rgba(11, 11, 11, 0.05);
  border-radius: 9999px;
  filter: blur(6px);
  transition: var(--transition);
}

.product-card:hover .vial-shadow {
  width: 7.5rem;
  background: rgba(11, 11, 11, 0.09);
}

/* ==========================================================================
   PURE 3D CSS LUXURY VIAL ILLUSTRATION
   ========================================================================== */
.vial-3d {
  position: relative;
  width: 7rem;
  height: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: var(--transition-slow);
}

.product-card:hover .vial-3d {
  transform: translateY(-0.5rem) scale(1.05);
}

/* Gold Metallic Cap */
.vial-cap {
  position: relative;
  width: 3.5rem;
  height: 1.5rem;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(90deg, #A38D6F 0%, #E6D4B8 50%, #998162 100%);
  border-bottom: 1px solid rgba(11, 11, 11, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.25rem;
  overflow: hidden;
}

.vial-cap::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0.25rem;
  right: 0.25rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 9999px;
}

.vial-cap-ridge {
  width: 1px;
  height: 100%;
  background: rgba(11, 11, 11, 0.25);
}

/* Aluminum Seal Neck Collar */
.vial-seal {
  width: 3rem;
  height: 0.75rem;
  background: linear-gradient(90deg, #D1D5DB 0%, #F3F4F6 50%, #9CA3AF 100%);
  border-bottom: 1px solid rgba(11, 11, 11, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Rubber Stopper / Glass Neck */
.vial-neck {
  position: relative;
  width: 2rem;
  height: 0.95rem;
  background: rgba(229, 231, 235, 0.5);
  backdrop-filter: blur(1px);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.vial-stopper {
  position: absolute;
  inset: 0 0.35rem 0.2rem 0.35rem;
  background: #8C909A;
  border-radius: 0 0 2px 2px;
  border: 1px solid rgba(11, 11, 11, 0.2);
}

/* Vial Body (Glass Container) */
.vial-glass {
  position: relative;
  width: 6rem;
  height: 10rem;
  border-radius: 4px 4px 16px 16px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03), inset 0 4px 20px rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.75rem;
  overflow: hidden;
}

.vial-glass-reflection-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.5);
}

.vial-glass-reflection-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.35);
}

/* Freeze-Dried Lyophilized Powder Cake */
.vial-cake {
  position: absolute;
  bottom: 0;
  left: 0.35rem;
  right: 0.35rem;
  height: 2.5rem;
  background: linear-gradient(0deg, rgba(245, 245, 245, 0.95) 0%, rgba(255, 255, 255, 0.75) 100%);
  border-radius: 0 0 12px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 -2px 10px rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vial-cake-text {
  font-size: 0.35rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(200, 176, 138, 0.6);
  font-family: var(--font-sans);
}

/* Wrap-around Luxury Label */
.vial-label {
  position: absolute;
  top: 0.75rem;
  left: 0.4rem;
  right: 0.4rem;
  height: 7rem;
  background: #FDF9F7;
  border: 1px solid var(--brand-border);
  border-radius: 3px;
  padding: 0.4rem 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
}

.vial-label-stripe-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.5px;
  background: var(--brand-rose);
}

.vial-label-stripe-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2.5px;
  background: var(--brand-rose);
}

.vial-label-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.vial-label-mono {
  font-family: var(--font-cinzel);
  font-size: 0.35rem;
  color: var(--brand-gold);
  border: 0.5px solid var(--brand-gold-subtle);
  padding: 0.05rem 0.2rem;
  border-radius: 9999px;
  line-height: 1;
}

.vial-label-brand-prefix {
  font-family: var(--font-serif);
  font-size: 0.38rem;
  letter-spacing: 0.2em;
  color: var(--brand-black);
  margin-top: 0.1rem;
}

.vial-label-brand-name {
  font-family: var(--font-serif);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--brand-black);
}

.vial-label-divider {
  width: 1.5rem;
  height: 0.5px;
  background: var(--brand-gold-subtle);
  margin: 0.15rem auto;
}

.vial-label-body {
  text-align: center;
}

.vial-label-product-name {
  font-family: var(--font-serif);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--brand-gold);
  display: block;
}

.vial-label-size {
  font-size: 0.35rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(85, 85, 85, 0.8);
}

.vial-label-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
  font-size: 0.28rem;
  color: rgba(85, 85, 85, 0.6);
  letter-spacing: 0.05em;
}

.vial-label-badge {
  background: var(--brand-rose-light);
  color: var(--brand-rose);
  padding: 0.05rem 0.2rem;
  border-radius: 1px;
}

/* Hover Quick Actions Overlay */
.vial-stage-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 11, 11, 0.05);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: var(--transition);
}

.product-card:hover .vial-stage-overlay {
  opacity: 1;
}

.btn-quick-action {
  padding: 0.75rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  transform: scale(0.9);
  transition: var(--transition);
}

.product-card:hover .btn-quick-action {
  transform: scale(1);
}

.btn-quick-inspect {
  background: var(--brand-white);
  color: var(--brand-black);
}

.btn-quick-inspect:hover {
  background: var(--brand-rose);
  color: var(--brand-white);
}

.btn-quick-add {
  background: var(--brand-black);
  color: var(--brand-white);
}

.btn-quick-add:hover {
  background: var(--brand-rose);
}

.btn-quick-action svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 1.2;
}

/* Card Info */
.product-info {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: var(--brand-white);
}

.product-info-header {
  text-align: center;
  margin-bottom: 0.5rem;
}

.product-subtitle {
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--brand-gold);
  margin-bottom: 0.25rem;
}

.product-name {
  font-size: 1.125rem;
  font-family: var(--font-serif);
  color: var(--brand-black);
  cursor: pointer;
  transition: var(--transition);
}

.product-name:hover {
  color: var(--brand-rose);
}

.product-info-divider {
  width: 3rem;
  height: 1px;
  background: var(--brand-border);
  margin: 0.75rem auto;
}

.product-desc {
  font-size: 0.6875rem;
  color: var(--brand-gray);
  font-weight: 300;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

.product-benefits-bullets {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1.25rem;
  font-size: 0.625rem;
  color: rgba(11, 11, 11, 0.8);
  padding-left: 0.5rem;
  border-left: 1px solid var(--brand-rose-subtle);
}

.product-benefit-item {
  display: flex;
  align-items: flex-start;
}

.product-benefit-dot {
  color: var(--brand-gold);
  margin-right: 0.4rem;
  user-select: none;
}

.product-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--brand-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-price-box {
  display: flex;
  flex-direction: column;
}

.product-price-label {
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(85, 85, 85, 0.6);
}

.product-price-value {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--brand-black);
}

.btn-view-details {
  background: var(--brand-black);
  color: var(--brand-white);
  padding: 0.45rem 1rem;
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  transition: var(--transition);
}

.btn-view-details:hover {
  background: var(--brand-rose);
}

/* Longevity Assessment Banner in Shop */
.assessment-banner {
  background: var(--brand-bg-alt);
  border: 1px solid var(--brand-gold-subtle);
  padding: 2.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}

.assessment-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  background: var(--brand-rose-light);
  border-radius: 9999px;
  filter: blur(30px);
}

.assessment-banner-content {
  max-width: 36rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.assessment-banner-kicker {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--brand-rose);
  font-weight: 600;
}

.assessment-banner-title {
  font-size: 1.5rem;
  color: var(--brand-black);
}

.assessment-banner-desc {
  font-size: 0.75rem;
  color: var(--brand-gray);
  line-height: 1.6;
}

/* FAQ Accordion */
.faq-section {
  max-width: 54rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 2rem;
}

.faq-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-card {
  border: 1px solid var(--brand-border);
  background: var(--brand-white);
  transition: var(--transition);
}

.faq-toggle {
  width: 100%;
  text-align: left;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8125rem;
  font-family: var(--font-serif);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-black);
}

.faq-toggle svg {
  width: 1rem;
  height: 1rem;
  color: var(--brand-gold);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-card.open .faq-toggle svg {
  transform: rotate(180deg);
}

.faq-content {
  display: none;
  padding: 0 1.5rem 1.25rem 1.5rem;
  font-size: 0.75rem;
  color: var(--brand-gray);
  line-height: 1.7;
  border-top: 1px solid rgba(239, 233, 230, 0.4);
  padding-top: 0.75rem;
}

.faq-card.open .faq-content {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

/* ==========================================================================
   PHILOSOPHY JOURNAL TAB
   ========================================================================== */
.philosophy-section {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.editorial-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.editorial-divider {
  width: 4rem;
  height: 1px;
  background: var(--brand-gold);
  margin: 0.5rem auto;
}

.editorial-featured-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
  border: 1px solid var(--brand-border);
  background: var(--brand-white);
  cursor: pointer;
  overflow: hidden;
  transition: var(--transition-slow);
}

.editorial-featured-card:hover {
  border-color: var(--brand-gold-subtle);
  box-shadow: var(--shadow-md);
}

.editorial-img-box {
  height: 24rem;
  position: relative;
  overflow: hidden;
}

.editorial-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.editorial-featured-card:hover .editorial-img-box img,
.editorial-grid-card:hover .editorial-img-box img {
  transform: scale(1.05);
}

.editorial-featured-content {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.editorial-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--brand-gold);
}

.editorial-meta .category {
  font-weight: 600;
  color: var(--brand-rose);
}

.editorial-title {
  font-size: 1.85rem;
  line-height: 1.2;
  color: var(--brand-black);
  transition: var(--transition);
}

.editorial-featured-card:hover .editorial-title,
.editorial-grid-card:hover .editorial-title {
  color: var(--brand-rose);
}

.editorial-excerpt {
  font-size: 0.75rem;
  color: var(--brand-gray);
  line-height: 1.7;
}

.editorial-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: var(--brand-black);
  padding-top: 0.5rem;
  transition: var(--transition);
}

.editorial-read-more svg {
  width: 0.85rem;
  height: 0.85rem;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.editorial-grid-card {
  border: 1px solid var(--brand-border);
  background: var(--brand-white);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: var(--transition-slow);
}

.editorial-grid-card:hover {
  border-color: var(--brand-gold-subtle);
  box-shadow: var(--shadow-md);
}

.editorial-grid-card .editorial-img-box {
  height: 16rem;
  border-bottom: 1px solid var(--brand-border);
}

.editorial-grid-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.editorial-grid-card .editorial-title {
  font-size: 1.35rem;
}

/* Article Reader View */
.article-view {
  max-width: 50rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  animation: fadeIn 0.4s ease-in-out;
}

.btn-back-journal {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: var(--brand-gray);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.2rem;
  transition: var(--transition);
}

.btn-back-journal:hover {
  color: var(--brand-black);
  border-color: var(--brand-black);
}

.article-hero-img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  border: 1px solid var(--brand-border);
  filter: grayscale(15%);
}

.article-body {
  font-size: 0.875rem;
  color: var(--brand-gray);
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.article-quote-lead {
  color: var(--brand-black);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.125rem;
  border-left: 2px solid var(--brand-gold);
  padding-left: 1rem;
}

.article-mandate-box {
  border-top: 1px solid var(--brand-border);
  border-bottom: 1px solid var(--brand-border);
  padding: 2rem 1rem;
  text-align: center;
  margin: 2rem 0;
}

.article-mandate-kicker {
  font-family: var(--font-cinzel);
  font-size: 0.75rem;
  color: var(--brand-gold);
  letter-spacing: 0.25em;
  display: block;
  margin-bottom: 0.75rem;
}

.article-mandate-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--brand-black);
  max-width: 36rem;
  margin: 0 auto;
}

/* ==========================================================================
   COACHING & RITUALS TAB
   ========================================================================== */
.coaching-section {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.coaching-tiers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  max-width: 64rem;
  margin: 0 auto;
  width: 100%;
}

.coaching-card {
  background: var(--brand-white);
  border: 1px solid var(--brand-border);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: var(--transition-slow);
}

.coaching-card.tier-exclusive {
  border-color: var(--brand-gold);
  box-shadow: 0 15px 40px rgba(200, 176, 138, 0.12);
}

.tier-exclusive-badge {
  position: absolute;
  top: 0;
  right: 2.5rem;
  transform: translateY(-50%);
  background: var(--brand-black);
  color: var(--brand-gold);
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  padding: 0.25rem 1rem;
  border: 1px solid var(--brand-gold-subtle);
  font-weight: 600;
}

.coaching-card-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.coaching-title {
  font-size: 1.5rem;
  color: var(--brand-black);
}

.coaching-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.coaching-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--brand-black);
}

.coaching-period {
  font-size: 0.75rem;
  color: var(--brand-gray);
}

.coaching-desc {
  font-size: 0.75rem;
  color: var(--brand-gray);
  line-height: 1.7;
}

.coaching-features-box {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(239, 233, 230, 0.6);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.coaching-features-kicker {
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--brand-gold);
  font-weight: 600;
}

.coaching-features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.coaching-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.75rem;
  color: rgba(11, 11, 11, 0.9);
}

.coaching-feature-item svg {
  width: 1rem;
  height: 1rem;
  color: var(--brand-rose);
  flex-shrink: 0;
  stroke-width: 1.5;
}

.coaching-card-footer {
  padding-top: 2.5rem;
}

/* Interactive Consultation Scheduler Box */
.booking-box {
  max-width: 50rem;
  margin: 0 auto;
  width: 100%;
  border: 1px solid var(--brand-gold-subtle);
  background: var(--brand-bg-alt);
  padding: 2.5rem;
  position: relative;
  animation: fadeIn 0.4s ease-in-out;
}

.btn-close-booking {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: var(--brand-black);
}

.btn-close-booking:hover {
  color: var(--brand-rose);
}

.booking-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 2rem;
}

.booking-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-label {
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--brand-gray);
  font-weight: 600;
}

.form-input, .form-select {
  background: var(--brand-white);
  border: 1px solid var(--brand-border);
  padding: 0.6rem 0.85rem;
  font-size: 0.75rem;
  color: var(--brand-black);
  transition: var(--transition);
}

.form-input:focus, .form-select:focus {
  border-color: var(--brand-rose);
}

.days-picker-grid {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.day-btn {
  text-align: left;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--brand-border);
  background: var(--brand-white);
  font-size: 0.6875rem;
  color: var(--brand-gray);
  transition: var(--transition);
}

.day-btn:hover {
  border-color: var(--brand-rose);
}

.day-btn.selected {
  background: var(--brand-black);
  color: var(--brand-white);
  border-color: transparent;
}

/* ==========================================================================
   MODALS & DRAWERS SYSTEM
   ========================================================================== */
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 11, 11, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1;
  cursor: pointer;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-sheet {
  background: var(--brand-white);
  width: 100%;
  max-width: 48rem;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  z-index: 10;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--brand-border);
  animation: modalPop 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Product Detail Modal (Side Sheet) */
.product-modal-wrap {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.product-modal-wrap.open {
  opacity: 1;
  pointer-events: auto;
}

.product-modal-sheet {
  background: var(--brand-white);
  width: 100%;
  max-width: 44rem;
  height: 100%;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-modal-wrap.open .product-modal-sheet {
  transform: translateX(0);
}

.modal-header-toolbar {
  position: sticky;
  top: 0;
  background: var(--brand-white);
  z-index: 20;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--brand-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 2rem;
  padding: 1.5rem;
}

/* Tabs inside Product Modal */
.product-tabs-bar {
  display: flex;
  gap: 1.5rem;
  border-bottom: 1px solid var(--brand-border);
  margin-top: 2rem;
  padding: 0 1.5rem;
}

.product-tab-btn {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid transparent;
  color: var(--brand-gray);
  transition: var(--transition);
}

.product-tab-btn.active {
  border-color: var(--brand-rose);
  color: var(--brand-black);
  font-weight: 600;
}

.product-tab-pane {
  padding: 1.5rem;
  display: none;
}

.product-tab-pane.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

/* Reconstitution Calculator Box */
.calculator-box {
  background: var(--brand-bg-alt);
  border: 1px solid var(--brand-gold-subtle);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.range-slider {
  width: 100%;
  height: 4px;
  background: var(--brand-border);
  border-radius: 9999px;
  outline: none;
  accent-color: var(--brand-rose);
  cursor: pointer;
}

/* Cart Drawer */
.cart-drawer-wrap {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.cart-drawer-wrap.open {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer-sheet {
  background: var(--brand-white);
  width: 100%;
  max-width: 28rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  box-shadow: var(--shadow-lg);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-drawer-wrap.open .cart-drawer-sheet {
  transform: translateX(0);
}

.cart-items-list {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cart-item-card {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--brand-border);
  background: var(--brand-white);
  transition: var(--transition);
}

.cart-item-mini-vial {
  width: 3rem;
  height: 5rem;
  background: var(--brand-bg);
  border: 1px solid var(--brand-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.quantity-controller {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--brand-border);
}

.qty-btn {
  padding: 0.15rem 0.5rem;
  font-size: 0.75rem;
  color: var(--brand-black);
  transition: var(--transition);
}

.qty-btn:hover {
  background: var(--brand-bg);
}

.qty-display {
  padding: 0 0.5rem;
  font-size: 0.75rem;
  user-select: none;
}

.cart-footer-summary {
  border-top: 1px solid var(--brand-border);
  background: rgba(252, 250, 248, 0.6);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: var(--brand-black);
  color: #D1C7C1;
  padding: 4rem 0 3rem 0;
  border-top: 1px solid var(--brand-gold-subtle);
  margin-top: auto;
}

.footer-promises-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-promise-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-promise-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--brand-gold);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.footer-promise-desc {
  font-size: 0.6875rem;
  color: #9CA3AF;
  line-height: 1.6;
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 3rem;
  padding: 4rem 0;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-heading {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--brand-gold);
  font-weight: 600;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  font-size: 0.6875rem;
  color: #9CA3AF;
}

.footer-links button, .footer-links a {
  color: #9CA3AF;
  text-align: left;
  transition: var(--transition);
}

.footer-links button:hover, .footer-links a:hover {
  color: var(--brand-white);
}

.newsletter-form {
  display: flex;
  border-bottom: 1px solid var(--brand-gold-subtle);
  padding-bottom: 0.4rem;
  transition: var(--transition);
}

.newsletter-form:focus-within {
  border-color: var(--brand-rose);
}

.newsletter-input {
  background: transparent;
  border: none;
  font-size: 0.6875rem;
  color: var(--brand-white);
  flex: 1;
}

.newsletter-input::placeholder {
  color: #6B7280;
}

.newsletter-btn {
  color: var(--brand-gold);
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  transition: var(--transition);
}

.newsletter-btn:hover {
  color: var(--brand-white);
}

.footer-bottom {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.5625rem;
  color: #6B7280;
  letter-spacing: 0.05em;
}

/* ==========================================================================
   ANIMATIONS & KEYFRAMES
   ========================================================================== */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes modalPop {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes pulseGlow {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.9); }
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-main-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .nav-links, .search-box, .btn-assessment-nav {
    display: none;
  }
  .mobile-toggle {
    display: flex;
  }
  .hero-title {
    font-size: 2.25rem;
  }
  .trust-badges-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .assessment-banner {
    flex-direction: column;
    text-align: center;
  }
  .editorial-featured-card {
    grid-template-columns: 1fr;
  }
  .editorial-grid {
    grid-template-columns: 1fr;
  }
  .coaching-tiers-grid {
    grid-template-columns: 1fr;
  }
  .booking-form-grid {
    grid-template-columns: 1fr;
  }
  .product-detail-grid {
    grid-template-columns: 1fr;
  }
  .footer-promises-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-promise-title {
    justify-content: center;
  }
  .footer-main-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-col {
    align-items: center;
  }
  .footer-links button {
    text-align: center;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
