/** Shopify CDN: Minification failed

Line 122:0 All "@import" rules must come first

**/
/*
 * ELLO BEAUTY — S-Tier Premium Theme System
 * Built on Dawn | World's Highest Converting Shopify Theme
 * 
 * Design Philosophy:
 * - Glassmorphism with layered depth
 * - Gradient text for accent keywords
 * - Premium typography with italic accents
 * - Conversion-focused visual hierarchy
 * - DTC landing page best practices
 */

/* ═══════════════════════════════════════════════════════════════
   DESIGN TOKENS
   ═══════════════════════════════════════════════════════════════ */
:root {
  /* ─── Brand Colors ─── */
  --ello-gold: #c9a87c;
  --ello-gold-light: #e8d5b7;
  --ello-gold-dark: #a68b5b;
  
  /* ─── Gradient System ─── */
  --ello-gradient-gold: linear-gradient(135deg, #c9a87c 0%, #e8d5b7 50%, #c9a87c 100%);
  --ello-gradient-text: linear-gradient(135deg, #c9a87c 0%, #d4b896 25%, #e8c4c4 50%, #c9a87c 100%);
  --ello-gradient-rose: linear-gradient(135deg, #e8c4c4 0%, #f5e6e6 50%, #d4a5a5 100%);
  --ello-gradient-dark: linear-gradient(180deg, #2d2a26 0%, #1a1816 100%);
  --ello-gradient-hero: linear-gradient(135deg, rgba(250,248,245,0.97) 0%, rgba(245,235,224,0.95) 50%, rgba(232,213,183,0.9) 100%);
  --ello-gradient-cream: linear-gradient(180deg, #fffdf9 0%, #faf8f5 100%);
  --ello-gradient-glass: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
  
  /* ─── Glass Effect System ─── */
  --ello-glass-bg: rgba(255, 255, 255, 0.75);
  --ello-glass-bg-strong: rgba(255, 255, 255, 0.9);
  --ello-glass-border: rgba(255, 255, 255, 0.5);
  --ello-glass-border-subtle: rgba(201, 168, 124, 0.15);
  --ello-glass-shadow: 
    0 4px 24px rgba(45, 42, 38, 0.06),
    0 1px 2px rgba(45, 42, 38, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  --ello-glass-shadow-hover:
    0 12px 40px rgba(45, 42, 38, 0.12),
    0 4px 12px rgba(45, 42, 38, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  
  /* ─── Neutrals ─── */
  --ello-white: #fffdf9;
  --ello-cream: #faf8f5;
  --ello-cream-dark: #f0ebe3;
  --ello-sand: #e5ddd1;
  --ello-warm-gray: #8a8279;
  --ello-charcoal: #2d2a26;
  --ello-black: #1a1816;
  
  /* ─── Accent ─── */
  --ello-rose: #e8c4c4;
  --ello-rose-light: #f5e6e6;
  --ello-success: #5b8a72;
  --ello-error: #c97c7c;
  
  /* ─── Typography ─── */
  --ello-font-display: 'Cormorant Garamond', Georgia, serif;
  --ello-font-body: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
  
  /* Fluid Type Scale */
  --ello-text-xs: clamp(0.7rem, 0.65rem + 0.25vw, 0.8125rem);
  --ello-text-sm: clamp(0.8125rem, 0.75rem + 0.3vw, 0.9375rem);
  --ello-text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --ello-text-lg: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  --ello-text-xl: clamp(1.375rem, 1.2rem + 0.75vw, 1.75rem);
  --ello-text-2xl: clamp(1.75rem, 1.5rem + 1vw, 2.5rem);
  --ello-text-3xl: clamp(2.25rem, 1.8rem + 1.75vw, 3.5rem);
  --ello-text-4xl: clamp(2.75rem, 2rem + 3vw, 5rem);
  --ello-text-hero: clamp(3rem, 2.5rem + 4vw, 6.5rem);
  
  /* ─── Spacing ─── */
  --ello-space-2xs: 0.25rem;
  --ello-space-xs: 0.5rem;
  --ello-space-sm: 0.75rem;
  --ello-space-md: 1rem;
  --ello-space-lg: 1.5rem;
  --ello-space-xl: 2rem;
  --ello-space-2xl: 3rem;
  --ello-space-3xl: 4rem;
  --ello-space-4xl: 6rem;
  --ello-space-section: clamp(5rem, 10vw, 10rem);
  
  /* ─── Layout ─── */
  --ello-container-max: 1400px;
  --ello-container-narrow: 900px;
  --ello-container-tight: 700px;
  --ello-radius-sm: 8px;
  --ello-radius-md: 16px;
  --ello-radius-lg: 24px;
  --ello-radius-xl: 32px;
  --ello-radius-full: 9999px;
  
  /* ─── Animation ─── */
  --ello-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ello-ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ello-ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ello-duration-fast: 150ms;
  --ello-duration-base: 300ms;
  --ello-duration-slow: 500ms;
  
  /* ─── Z-Index ─── */
  --ello-z-base: 1;
  --ello-z-dropdown: 100;
  --ello-z-sticky: 200;
  --ello-z-drawer: 300;
  --ello-z-modal: 400;
  --ello-z-toast: 500;
}

/* ═══════════════════════════════════════════════════════════════
   FONTS
   ═══════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

/* ═══════════════════════════════════════════════════════════════
   GLOBAL RESET & BASE
   ═══════════════════════════════════════════════════════════════ */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--ello-font-body);
  font-size: var(--ello-text-base);
  font-weight: 400;
  line-height: 1.7;
  color: var(--ello-charcoal);
  background: var(--ello-white);
  letter-spacing: 0.01em;
}

::selection {
  background: rgba(201, 168, 124, 0.3);
  color: var(--ello-black);
}

/* ═══════════════════════════════════════════════════════════════
   TYPOGRAPHY SYSTEM — S-TIER
   ═══════════════════════════════════════════════════════════════ */

/* Base Headings */
h1, h2, h3, h4, h5, h6,
.ello-h1, .ello-h2, .ello-h3, .ello-h4, .ello-h5, .ello-h6 {
  font-family: var(--ello-font-display);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ello-black);
  margin: 0 0 var(--ello-space-md);
}

h1, .ello-h1 { font-size: var(--ello-text-hero); font-weight: 400; line-height: 1.05; }
h2, .ello-h2 { font-size: var(--ello-text-4xl); font-weight: 400; }
h3, .ello-h3 { font-size: var(--ello-text-3xl); }
h4, .ello-h4 { font-size: var(--ello-text-2xl); }
h5, .ello-h5 { font-size: var(--ello-text-xl); }
h6, .ello-h6 { font-size: var(--ello-text-lg); font-weight: 600; }

/* ─── ACCENT TEXT — Gradient + Italic ─── */
.ello-accent {
  background: var(--ello-gradient-text);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 4s ease infinite;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

/* Italic Accent */
.ello-accent-italic {
  font-style: italic;
  font-weight: 500;
  background: var(--ello-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Gold Accent (solid) */
.ello-accent-gold {
  color: var(--ello-gold);
}

/* Rose Accent */
.ello-accent-rose {
  color: var(--ello-rose-dark);
}

/* Underline Accent */
.ello-accent-underline {
  position: relative;
  display: inline;
}

.ello-accent-underline::after {
  content: '';
  position: absolute;
  bottom: 0.1em;
  left: 0;
  right: 0;
  height: 0.35em;
  background: var(--ello-gradient-gold);
  opacity: 0.3;
  z-index: -1;
  border-radius: 2px;
}

/* ─── SUBTITLE / LABEL ─── */
.ello-subtitle {
  font-family: var(--ello-font-body);
  font-size: var(--ello-text-xs);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ello-gold);
  margin-bottom: var(--ello-space-sm);
  display: inline-flex;
  align-items: center;
  gap: var(--ello-space-xs);
}

.ello-subtitle::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--ello-gold);
}

/* ─── LEAD TEXT ─── */
.ello-lead {
  font-size: var(--ello-text-lg);
  color: var(--ello-warm-gray);
  line-height: 1.8;
  max-width: 65ch;
}

/* ═══════════════════════════════════════════════════════════════
   GLASS CARD SYSTEM
   ═══════════════════════════════════════════════════════════════ */

.ello-glass {
  background: var(--ello-glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--ello-glass-border);
  border-radius: var(--ello-radius-lg);
  box-shadow: var(--ello-glass-shadow);
  transition: all var(--ello-duration-base) var(--ello-ease);
}

.ello-glass:hover {
  box-shadow: var(--ello-glass-shadow-hover);
  transform: translateY(-4px);
}

.ello-glass--strong {
  background: var(--ello-glass-bg-strong);
}

.ello-glass--subtle {
  background: rgba(255, 255, 255, 0.5);
  border-color: var(--ello-glass-border-subtle);
}

/* Glass with gradient border */
.ello-glass--gradient {
  position: relative;
  background: var(--ello-glass-bg);
  border: none;
}

.ello-glass--gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: var(--ello-gradient-gold);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* ═══════════════════════════════════════════════════════════════
   BUTTONS — Premium CTAs
   ═══════════════════════════════════════════════════════════════ */

.ello-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ello-space-sm);
  padding: var(--ello-space-md) var(--ello-space-xl);
  font-family: var(--ello-font-body);
  font-size: var(--ello-text-sm);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: var(--ello-radius-sm);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all var(--ello-duration-base) var(--ello-ease);
}

/* Primary — Gradient with shimmer */
.ello-btn--primary {
  background: var(--ello-gradient-gold);
  background-size: 200% 100%;
  color: var(--ello-white);
  box-shadow: 
    0 4px 20px rgba(201, 168, 124, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.ello-btn--primary:hover {
  background-position: 100% 0;
  transform: translateY(-3px);
  box-shadow: 
    0 8px 30px rgba(201, 168, 124, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: var(--ello-white);
}

/* Shimmer effect */
.ello-btn--primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left 0.8s ease;
}

.ello-btn--primary:hover::before {
  left: 100%;
}

/* Secondary — Outlined */
.ello-btn--secondary {
  background: transparent;
  color: var(--ello-charcoal);
  border: 2px solid var(--ello-charcoal);
}

.ello-btn--secondary:hover {
  background: var(--ello-charcoal);
  color: var(--ello-white);
  transform: translateY(-3px);
}

/* Glass Button */
.ello-btn--glass {
  background: var(--ello-glass-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--ello-glass-border);
  color: var(--ello-charcoal);
  box-shadow: var(--ello-glass-shadow);
}

.ello-btn--glass:hover {
  background: var(--ello-glass-bg-strong);
  transform: translateY(-3px);
}

/* Size Variants */
.ello-btn--sm { padding: var(--ello-space-sm) var(--ello-space-md); font-size: var(--ello-text-xs); }
.ello-btn--lg { padding: var(--ello-space-lg) var(--ello-space-2xl); font-size: var(--ello-text-base); }
.ello-btn--full { width: 100%; }

/* ═══════════════════════════════════════════════════════════════
   LAYOUT SYSTEM
   ═══════════════════════════════════════════════════════════════ */

.ello-container {
  width: 100%;
  max-width: var(--ello-container-max);
  margin: 0 auto;
  padding: 0 var(--ello-space-lg);
}

.ello-container--narrow { max-width: var(--ello-container-narrow); }
.ello-container--tight { max-width: var(--ello-container-tight); }

.ello-section {
  padding: var(--ello-space-section) 0;
  position: relative;
}

.ello-section--cream { background: var(--ello-cream); }
.ello-section--gradient { background: var(--ello-gradient-cream); }
.ello-section--dark { 
  background: var(--ello-gradient-dark); 
  color: var(--ello-white);
}
.ello-section--dark h1,
.ello-section--dark h2,
.ello-section--dark h3,
.ello-section--dark h4 {
  color: var(--ello-white);
}

/* Section Header */
.ello-section-header {
  text-align: center;
  max-width: var(--ello-container-tight);
  margin: 0 auto var(--ello-space-3xl);
}

.ello-section-header__subtitle {
  margin-bottom: var(--ello-space-md);
}

.ello-section-header__title {
  margin-bottom: var(--ello-space-lg);
}

.ello-section-header__text {
  font-size: var(--ello-text-lg);
  color: var(--ello-warm-gray);
  line-height: 1.8;
}

/* Grid */
.ello-grid {
  display: grid;
  gap: var(--ello-space-xl);
}

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

@media (max-width: 1024px) {
  .ello-grid--3, .ello-grid--4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .ello-grid--2, .ello-grid--3, .ello-grid--4 { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════════
   HERO SECTION — S-Tier
   ═══════════════════════════════════════════════════════════════ */

.ello-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ello-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ello-hero__bg img,
.ello-hero__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ello-hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--ello-gradient-hero);
  z-index: 1;
}

/* Animated gradient orb */
.ello-hero__orb {
  position: absolute;
  width: 60vw;
  height: 60vw;
  max-width: 800px;
  max-height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 124, 0.2) 0%, transparent 70%);
  filter: blur(60px);
  animation: orbFloat 15s ease-in-out infinite;
  z-index: 1;
}

.ello-hero__orb--1 {
  top: -20%;
  right: -15%;
}

.ello-hero__orb--2 {
  bottom: -30%;
  left: -10%;
  animation-delay: -7s;
  background: radial-gradient(circle, rgba(232, 196, 196, 0.15) 0%, transparent 70%);
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -30px) scale(1.05); }
  66% { transform: translate(-20px, 20px) scale(0.95); }
}

.ello-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1000px;
  padding: var(--ello-space-xl);
}

.ello-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--ello-space-sm);
  padding: var(--ello-space-sm) var(--ello-space-lg);
  background: var(--ello-glass-bg);
  backdrop-filter: blur(12px);
  border: 1px solid var(--ello-glass-border);
  border-radius: var(--ello-radius-full);
  font-size: var(--ello-text-xs);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ello-gold-dark);
  margin-bottom: var(--ello-space-xl);
  box-shadow: var(--ello-glass-shadow);
  animation: fadeInUp 0.8s var(--ello-ease) both;
}

.ello-hero__title {
  font-size: var(--ello-text-hero);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: var(--ello-space-xl);
  animation: fadeInUp 0.8s 0.1s var(--ello-ease) both;
}

/* Italic accent in title */
.ello-hero__title em,
.ello-hero__title i {
  font-style: italic;
  background: var(--ello-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ello-hero__subtitle {
  font-size: var(--ello-text-xl);
  color: var(--ello-warm-gray);
  max-width: 650px;
  margin: 0 auto var(--ello-space-2xl);
  line-height: 1.7;
  animation: fadeInUp 0.8s 0.2s var(--ello-ease) both;
}

.ello-hero__cta {
  display: flex;
  gap: var(--ello-space-md);
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s 0.3s var(--ello-ease) both;
}

/* Social proof strip in hero */
.ello-hero__proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ello-space-2xl);
  margin-top: var(--ello-space-3xl);
  animation: fadeInUp 0.8s 0.4s var(--ello-ease) both;
}

.ello-hero__proof-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ello-space-2xs);
}

.ello-hero__proof-number {
  font-family: var(--ello-font-display);
  font-size: var(--ello-text-2xl);
  font-weight: 500;
  background: var(--ello-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ello-hero__proof-label {
  font-size: var(--ello-text-xs);
  color: var(--ello-warm-gray);
  letter-spacing: 0.05em;
}

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

/* ═══════════════════════════════════════════════════════════════
   TRUST BAR — Premium
   ═══════════════════════════════════════════════════════════════ */

.ello-trust-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(var(--ello-space-xl), 4vw, var(--ello-space-4xl));
  padding: var(--ello-space-xl) var(--ello-space-lg);
  background: var(--ello-glass-bg-strong);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--ello-glass-border-subtle);
  border-bottom: 1px solid var(--ello-glass-border-subtle);
  flex-wrap: wrap;
}

.ello-trust-item {
  display: flex;
  align-items: center;
  gap: var(--ello-space-sm);
  font-size: var(--ello-text-sm);
  color: var(--ello-warm-gray);
  white-space: nowrap;
}

.ello-trust-item__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ello-gradient-gold);
  border-radius: var(--ello-radius-full);
  color: var(--ello-white);
}

.ello-trust-item__icon svg {
  width: 14px;
  height: 14px;
}

.ello-trust-item strong {
  color: var(--ello-charcoal);
  font-weight: 600;
}

/* ═══════════════════════════════════════════════════════════════
   FEATURE GRID — Glass Cards
   ═══════════════════════════════════════════════════════════════ */

.ello-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--ello-space-xl);
}

.ello-feature-card {
  padding: var(--ello-space-2xl);
  text-align: center;
  background: var(--ello-glass-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--ello-glass-border);
  border-radius: var(--ello-radius-lg);
  box-shadow: var(--ello-glass-shadow);
  transition: all var(--ello-duration-base) var(--ello-ease);
  position: relative;
  overflow: hidden;
}

.ello-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--ello-gradient-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--ello-duration-base) var(--ello-ease);
}

.ello-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--ello-glass-shadow-hover);
}

.ello-feature-card:hover::before {
  transform: scaleX(1);
}

.ello-feature-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto var(--ello-space-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ello-gradient-gold);
  border-radius: var(--ello-radius-full);
  color: var(--ello-white);
  box-shadow: 0 8px 24px rgba(201, 168, 124, 0.3);
}

.ello-feature-card__icon svg {
  width: 32px;
  height: 32px;
}

.ello-feature-card__title {
  font-family: var(--ello-font-display);
  font-size: var(--ello-text-xl);
  font-weight: 500;
  margin-bottom: var(--ello-space-xs);
}

.ello-feature-card__dosage {
  font-size: var(--ello-text-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--ello-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: var(--ello-space-md);
}

.ello-feature-card__text {
  font-size: var(--ello-text-sm);
  color: var(--ello-warm-gray);
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════════════════════
   COMPARISON TABLE — Us vs Them
   ═══════════════════════════════════════════════════════════════ */

.ello-comparison {
  max-width: 900px;
  margin: 0 auto;
}

.ello-comparison__table {
  width: 100%;
  border-collapse: collapse;
  background: var(--ello-glass-bg);
  backdrop-filter: blur(20px);
  border-radius: var(--ello-radius-lg);
  overflow: hidden;
  box-shadow: var(--ello-glass-shadow);
}

.ello-comparison__header {
  background: var(--ello-gradient-dark);
  color: var(--ello-white);
}

.ello-comparison__header th {
  padding: var(--ello-space-lg);
  font-family: var(--ello-font-display);
  font-size: var(--ello-text-lg);
  font-weight: 500;
  text-align: center;
}

.ello-comparison__header th:first-child {
  text-align: left;
}

.ello-comparison__row td {
  padding: var(--ello-space-md) var(--ello-space-lg);
  border-bottom: 1px solid var(--ello-glass-border-subtle);
  text-align: center;
}

.ello-comparison__row td:first-child {
  text-align: left;
  font-weight: 500;
}

.ello-comparison__row:last-child td {
  border-bottom: none;
}

.ello-comparison__check {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ello-success);
  border-radius: var(--ello-radius-full);
  color: var(--ello-white);
}

.ello-comparison__x {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ello-error);
  border-radius: var(--ello-radius-full);
  color: var(--ello-white);
}

/* Highlight our column */
.ello-comparison__ours {
  background: rgba(201, 168, 124, 0.08);
}

/* ═══════════════════════════════════════════════════════════════
   STATS BAR — Clinical Results
   ═══════════════════════════════════════════════════════════════ */

.ello-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  background: var(--ello-gradient-dark);
  color: var(--ello-white);
}

.ello-stat {
  padding: var(--ello-space-3xl) var(--ello-space-xl);
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.ello-stat:last-child {
  border-right: none;
}

.ello-stat__number {
  font-family: var(--ello-font-display);
  font-size: var(--ello-text-4xl);
  font-weight: 400;
  background: var(--ello-gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: var(--ello-space-sm);
}

.ello-stat__label {
  font-size: var(--ello-text-sm);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .ello-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ello-stat {
    padding: var(--ello-space-xl);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .ello-stat:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .ello-stat:nth-child(even) {
    border-right: none;
  }
}

/* ═══════════════════════════════════════════════════════════════
   TESTIMONIALS — Premium Carousel
   ═══════════════════════════════════════════════════════════════ */

.ello-testimonial {
  max-width: 900px;
  margin: 0 auto;
  padding: var(--ello-space-3xl);
  background: var(--ello-glass-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--ello-glass-border);
  border-radius: var(--ello-radius-xl);
  box-shadow: var(--ello-glass-shadow);
  text-align: center;
  position: relative;
}

/* Large quote mark */
.ello-testimonial::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 40px;
  font-family: var(--ello-font-display);
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  background: var(--ello-gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
}

.ello-testimonial__stars {
  font-size: var(--ello-text-xl);
  background: var(--ello-gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  margin-bottom: var(--ello-space-lg);
}

.ello-testimonial__quote {
  font-family: var(--ello-font-display);
  font-size: var(--ello-text-2xl);
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ello-charcoal);
  margin-bottom: var(--ello-space-xl);
  position: relative;
  z-index: 1;
}

.ello-testimonial__author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ello-space-md);
}

.ello-testimonial__avatar {
  width: 56px;
  height: 56px;
  border-radius: var(--ello-radius-full);
  object-fit: cover;
  border: 2px solid var(--ello-gold);
}

.ello-testimonial__info {
  text-align: left;
}

.ello-testimonial__name {
  font-weight: 600;
  color: var(--ello-charcoal);
  margin-bottom: var(--ello-space-2xs);
}

.ello-testimonial__meta {
  font-size: var(--ello-text-sm);
  color: var(--ello-warm-gray);
}

.ello-testimonial__verified {
  display: inline-flex;
  align-items: center;
  gap: var(--ello-space-xs);
  font-size: var(--ello-text-xs);
  color: var(--ello-success);
  margin-top: var(--ello-space-lg);
  padding: var(--ello-space-xs) var(--ello-space-md);
  background: rgba(91, 138, 114, 0.1);
  border-radius: var(--ello-radius-full);
}

/* ═══════════════════════════════════════════════════════════════
   GUARANTEE SECTION — Risk Reversal
   ═══════════════════════════════════════════════════════════════ */

.ello-guarantee {
  display: flex;
  align-items: center;
  gap: var(--ello-space-2xl);
  padding: var(--ello-space-2xl);
  background: var(--ello-glass-bg);
  backdrop-filter: blur(20px);
  border: 2px solid var(--ello-gold);
  border-radius: var(--ello-radius-lg);
  box-shadow: 0 8px 32px rgba(201, 168, 124, 0.15);
  max-width: 800px;
  margin: 0 auto;
}

.ello-guarantee__badge {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--ello-gradient-gold);
  border-radius: var(--ello-radius-full);
  color: var(--ello-white);
  text-align: center;
  box-shadow: 0 8px 24px rgba(201, 168, 124, 0.4);
}

.ello-guarantee__days {
  font-family: var(--ello-font-display);
  font-size: var(--ello-text-2xl);
  font-weight: 600;
  line-height: 1;
}

.ello-guarantee__text-small {
  font-size: var(--ello-text-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ello-guarantee__content h3 {
  font-size: var(--ello-text-xl);
  margin-bottom: var(--ello-space-sm);
}

.ello-guarantee__content p {
  color: var(--ello-warm-gray);
  margin: 0;
}

@media (max-width: 768px) {
  .ello-guarantee {
    flex-direction: column;
    text-align: center;
  }
}

/* ═══════════════════════════════════════════════════════════════
   FAQ ACCORDION — Premium
   ═══════════════════════════════════════════════════════════════ */

.ello-faq {
  max-width: 800px;
  margin: 0 auto;
}

.ello-faq-item {
  background: var(--ello-glass-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--ello-glass-border);
  border-radius: var(--ello-radius-md);
  margin-bottom: var(--ello-space-md);
  overflow: hidden;
  transition: all var(--ello-duration-base) var(--ello-ease);
}

.ello-faq-item:hover {
  box-shadow: var(--ello-glass-shadow);
}

.ello-faq-item.is-open {
  border-color: var(--ello-gold);
  box-shadow: 0 8px 32px rgba(201, 168, 124, 0.15);
}

.ello-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: var(--ello-space-lg);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--ello-font-body);
  font-size: var(--ello-text-base);
  font-weight: 600;
  color: var(--ello-charcoal);
}

.ello-faq-question__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ello-cream);
  border-radius: var(--ello-radius-full);
  flex-shrink: 0;
  margin-left: var(--ello-space-md);
  transition: all var(--ello-duration-base) var(--ello-ease);
}

.ello-faq-item.is-open .ello-faq-question__icon {
  background: var(--ello-gradient-gold);
  color: var(--ello-white);
  transform: rotate(180deg);
}

.ello-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--ello-duration-base) var(--ello-ease);
}

.ello-faq-item.is-open .ello-faq-answer {
  max-height: 500px;
}

.ello-faq-answer__content {
  padding: 0 var(--ello-space-lg) var(--ello-space-lg);
  color: var(--ello-warm-gray);
  line-height: 1.8;
}

/* ═══════════════════════════════════════════════════════════════
   NEWSLETTER — Dark Premium
   ═══════════════════════════════════════════════════════════════ */

.ello-newsletter {
  padding: var(--ello-space-section) var(--ello-space-lg);
  background: var(--ello-gradient-dark);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Gradient orbs in background */
.ello-newsletter::before,
.ello-newsletter::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
}

.ello-newsletter::before {
  top: -100px;
  right: -100px;
  background: var(--ello-gold);
}

.ello-newsletter::after {
  bottom: -100px;
  left: -100px;
  background: var(--ello-rose);
}

.ello-newsletter__content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.ello-newsletter__title {
  font-family: var(--ello-font-display);
  font-size: var(--ello-text-3xl);
  font-weight: 400;
  color: var(--ello-white);
  margin-bottom: var(--ello-space-md);
}

.ello-newsletter__title em {
  font-style: italic;
  background: var(--ello-gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ello-newsletter__text {
  font-size: var(--ello-text-base);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: var(--ello-space-xl);
}

.ello-newsletter__form {
  display: flex;
  gap: var(--ello-space-md);
  max-width: 480px;
  margin: 0 auto;
}

.ello-newsletter__input {
  flex: 1;
  padding: var(--ello-space-md) var(--ello-space-lg);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--ello-radius-sm);
  color: var(--ello-white);
  font-family: var(--ello-font-body);
  font-size: var(--ello-text-base);
  transition: all var(--ello-duration-fast) var(--ello-ease);
}

.ello-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.ello-newsletter__input:focus {
  outline: none;
  border-color: var(--ello-gold);
  background: rgba(255, 255, 255, 0.15);
}

.ello-newsletter__btn {
  padding: var(--ello-space-md) var(--ello-space-xl);
  background: var(--ello-gradient-gold);
  background-size: 200% 100%;
  border: none;
  border-radius: var(--ello-radius-sm);
  color: var(--ello-white);
  font-family: var(--ello-font-body);
  font-size: var(--ello-text-sm);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--ello-duration-base) var(--ello-ease);
}

.ello-newsletter__btn:hover {
  background-position: 100% 0;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 168, 124, 0.4);
}

.ello-newsletter__incentive {
  display: inline-flex;
  align-items: center;
  gap: var(--ello-space-sm);
  margin-top: var(--ello-space-xl);
  padding: var(--ello-space-sm) var(--ello-space-lg);
  background: rgba(201, 168, 124, 0.2);
  border: 1px solid rgba(201, 168, 124, 0.3);
  border-radius: var(--ello-radius-full);
  font-size: var(--ello-text-sm);
  color: var(--ello-gold-light);
}

@media (max-width: 600px) {
  .ello-newsletter__form {
    flex-direction: column;
  }
}

/* ═══════════════════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════════════════ */

/* Fade In Up */
.ello-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s var(--ello-ease);
}

.ello-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger */
.ello-stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s var(--ello-ease);
}

.ello-stagger.is-visible > *:nth-child(1) { transition-delay: 0s; }
.ello-stagger.is-visible > *:nth-child(2) { transition-delay: 0.1s; }
.ello-stagger.is-visible > *:nth-child(3) { transition-delay: 0.15s; }
.ello-stagger.is-visible > *:nth-child(4) { transition-delay: 0.2s; }
.ello-stagger.is-visible > *:nth-child(5) { transition-delay: 0.25s; }
.ello-stagger.is-visible > *:nth-child(6) { transition-delay: 0.3s; }

.ello-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

/* Pulse */
@keyframes elloPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(201, 168, 124, 0.4); }
  50% { box-shadow: 0 4px 40px rgba(201, 168, 124, 0.6); }
}

.ello-pulse {
  animation: elloPulse 2s ease-in-out infinite;
}

/* ═══════════════════════════════════════════════════════════════
   SHOPIFY OVERRIDES
   ═══════════════════════════════════════════════════════════════ */

/* Header */
.header {
  background: var(--ello-glass-bg-strong) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--ello-glass-border-subtle);
}

/* Product Cards */
.card-wrapper:hover {
  transform: translateY(-8px);
}

.card {
  background: var(--ello-glass-bg) !important;
  backdrop-filter: blur(20px);
  border: 1px solid var(--ello-glass-border) !important;
  border-radius: var(--ello-radius-md) !important;
  box-shadow: var(--ello-glass-shadow);
  transition: all var(--ello-duration-base) var(--ello-ease);
}

.card-wrapper:hover .card {
  box-shadow: var(--ello-glass-shadow-hover);
}

.card__heading {
  font-family: var(--ello-font-display) !important;
  font-weight: 500 !important;
}

.price {
  background: var(--ello-gradient-text) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 600 !important;
}

/* Buttons */
.button--primary,
.shopify-payment-button__button--unbranded {
  background: var(--ello-gradient-gold) !important;
  background-size: 200% 100% !important;
  border: none !important;
  border-radius: var(--ello-radius-sm) !important;
  box-shadow: 0 4px 20px rgba(201, 168, 124, 0.4) !important;
  transition: all var(--ello-duration-base) var(--ello-ease) !important;
}

.button--primary:hover,
.shopify-payment-button__button--unbranded:hover {
  background-position: 100% 0 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 30px rgba(201, 168, 124, 0.5) !important;
}

/* Product Title */
.product__title {
  font-family: var(--ello-font-display) !important;
  font-size: var(--ello-text-3xl) !important;
  font-weight: 400 !important;
}

/* Footer */
.footer {
  background: var(--ello-cream) !important;
  border-top: 1px solid var(--ello-glass-border-subtle);
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  .ello-hero {
    min-height: 80vh;
  }
  
  .ello-hero__content {
    padding: var(--ello-space-lg);
  }
  
  .ello-hero__cta {
    flex-direction: column;
    align-items: stretch;
  }
  
  .ello-hero__proof {
    flex-wrap: wrap;
    gap: var(--ello-space-lg);
  }
  
  .ello-trust-bar {
    flex-direction: column;
    gap: var(--ello-space-md);
  }
  
  .ello-testimonial {
    padding: var(--ello-space-xl);
  }
  
  .ello-testimonial::before {
    font-size: 80px;
    top: -10px;
    left: 20px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   UTILITIES
   ═══════════════════════════════════════════════════════════════ */

.ello-text-center { text-align: center; }
.ello-text-left { text-align: left; }
.ello-text-right { text-align: right; }

.ello-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ═══════════════════════════════════════════════════════════════
   ELLO COMPONENT SYSTEM — Section Components
   ═══════════════════════════════════════════════════════════════ */

/* ─── Grid System ─── */
.ello-grid {
  display: grid;
  gap: var(--ello-spacing-lg, 24px);
}

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

@media (max-width: 991px) {
  .ello-grid--3, .ello-grid--4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 749px) {
  .ello-grid--2, .ello-grid--3, .ello-grid--4 { grid-template-columns: 1fr; }
}

/* ─── Benefit Cards ─── */
.ello-benefit-card {
  padding: 32px 24px;
  border-radius: var(--ello-radius-lg, 16px);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.ello-benefit-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ello-gradient-gold);
  border-radius: 50%;
  color: var(--ello-charcoal, #1a1816);
}

.ello-benefit-card__icon svg {
  width: 28px;
  height: 28px;
}

.ello-benefit-card__title {
  font-family: var(--ello-font-display, Georgia, serif);
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 12px;
  color: var(--ello-charcoal, #1a1816);
}

.ello-benefit-card__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ello-warm-gray, #6b6560);
  margin: 0 0 16px;
}

.ello-benefit-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ello-gold);
  text-decoration: none;
}

.ello-benefit-card__link:hover {
  text-decoration: underline;
}

/* ─── Steps / How It Works ─── */
.ello-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.ello-step {
  flex: 1;
  min-width: 200px;
  max-width: 300px;
  text-align: center;
}

.ello-step__number {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ello-gradient-gold);
  border-radius: 50%;
  font-family: var(--ello-font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--ello-charcoal);
}

.ello-step__image {
  margin-bottom: 16px;
}

.ello-step__image img {
  max-width: 100%;
  height: auto;
  border-radius: var(--ello-radius-md, 12px);
}

.ello-step__title {
  font-family: var(--ello-font-display);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--ello-charcoal);
}

.ello-step__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ello-warm-gray);
  margin: 0;
}

.ello-step__connector {
  display: flex;
  align-items: center;
  color: var(--ello-gold);
  opacity: 0.5;
}

@media (max-width: 749px) {
  .ello-step__connector { display: none; }
}

/* ─── Stats ─── */
.ello-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
  background: var(--ello-gradient-dark);
}

.ello-stat {
  text-align: center;
  min-width: 120px;
}

.ello-stat__icon {
  margin-bottom: 12px;
  color: var(--ello-gold);
}

.ello-stat__value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.ello-stat__number {
  font-family: var(--ello-font-display);
  font-size: 42px;
  font-weight: 600;
  color: var(--ello-white);
  line-height: 1;
}

.ello-stat__suffix {
  font-size: 24px;
  color: var(--ello-gold);
}

.ello-stat__label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ello-cream-dark);
  margin-top: 8px;
}

.ello-stat__footnote {
  font-size: 11px;
  color: var(--ello-warm-gray);
  margin-top: 4px;
}

/* ─── Animated Stats Section ─── */
.ello-animated-stats {
  padding: 60px 20px;
}

.ello-animated-stats__header {
  text-align: center;
  margin-bottom: 40px;
}

.ello-animated-stats__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
}

.ello-animated-stats__source {
  text-align: center;
  font-size: 12px;
  color: var(--ello-warm-gray);
  margin-top: 32px;
}

/* ─── Announcement Ticker ─── */
.ello-ticker {
  overflow: hidden;
  background: var(--ello-gold);
  color: var(--ello-white);
}

.ello-ticker__track {
  display: flex;
  animation: ello-ticker-scroll 30s linear infinite;
}

.ello-ticker__content {
  display: flex;
  flex-shrink: 0;
  padding: 10px 0;
}

.ello-ticker__message {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.ello-ticker__separator {
  opacity: 0.5;
}

@keyframes ello-ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.333%); }
}

/* ─── Trust Bar ─── */
.ello-trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 16px 20px;
  background: var(--ello-cream);
  border-top: 1px solid var(--ello-sand);
  border-bottom: 1px solid var(--ello-sand);
}

.ello-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ello-charcoal);
}

.ello-trust-bar__item svg {
  width: 16px;
  height: 16px;
  color: var(--ello-gold);
}

/* ─── Guarantee ─── */
.ello-guarantee {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: var(--ello-glass-bg);
  border: 1px solid var(--ello-glass-border-subtle);
  border-radius: var(--ello-radius-lg, 16px);
  box-shadow: var(--ello-glass-shadow);
}

.ello-guarantee__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ello-gradient-gold);
  border-radius: 50%;
  color: var(--ello-charcoal);
}

.ello-guarantee__content {
  flex: 1;
}

.ello-guarantee__title {
  font-family: var(--ello-font-display);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 4px;
  color: var(--ello-charcoal);
}

.ello-guarantee__text {
  font-size: 14px;
  color: var(--ello-warm-gray);
  margin: 0;
}

/* ─── Newsletter ─── */
.ello-newsletter {
  padding: 60px 20px;
  text-align: center;
  background: var(--ello-cream);
}

.ello-newsletter__title {
  font-family: var(--ello-font-display);
  font-size: 28px;
  margin: 0 0 12px;
}

.ello-newsletter__text {
  font-size: 15px;
  color: var(--ello-warm-gray);
  margin: 0 0 24px;
}

.ello-newsletter__form {
  display: flex;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto;
}

.ello-newsletter__input {
  flex: 1;
  padding: 14px 20px;
  border: 1px solid var(--ello-sand);
  border-radius: var(--ello-radius-full, 999px);
  font-size: 15px;
  background: var(--ello-white);
}

.ello-newsletter__input:focus {
  outline: none;
  border-color: var(--ello-gold);
}

.ello-newsletter__button {
  padding: 14px 28px;
  background: var(--ello-gradient-gold);
  border: none;
  border-radius: var(--ello-radius-full);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ello-charcoal);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ello-newsletter__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(201,168,124,0.3);
}

@media (max-width: 749px) {
  .ello-newsletter__form {
    flex-direction: column;
  }
}

/* ─── Comparison ─── */
.ello-comparison {
  overflow-x: auto;
}

.ello-comparison__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.ello-comparison__table th,
.ello-comparison__table td {
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid var(--ello-sand);
}

.ello-comparison__table th {
  font-weight: 600;
  background: var(--ello-cream);
}

.ello-comparison__table td:first-child {
  text-align: left;
  font-weight: 500;
}

/* ─── QnA / FAQ ─── */
.ello-faq {
  max-width: 800px;
  margin: 0 auto;
}

.ello-faq__item {
  border-bottom: 1px solid var(--ello-sand);
}

.ello-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  background: none;
  border: none;
  font-family: var(--ello-font-display);
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: var(--ello-charcoal);
  cursor: pointer;
}

.ello-faq__question svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.ello-faq__item[open] .ello-faq__question svg {
  transform: rotate(180deg);
}

.ello-faq__answer {
  padding: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ello-warm-gray);
}

/* ─── Cross-sell ─── */
.ello-cross-sell {
  padding: 24px;
  background: var(--ello-cream);
  border-radius: var(--ello-radius-lg);
}

.ello-cross-sell__title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 16px;
}

.ello-cross-sell__items {
  display: flex;
  gap: 16px;
  overflow-x: auto;
}

.ello-cross-sell__item {
  flex-shrink: 0;
  width: 140px;
  text-align: center;
}

.ello-cross-sell__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--ello-radius-md);
  margin-bottom: 8px;
}

.ello-cross-sell__name {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 4px;
}

.ello-cross-sell__price {
  font-size: 14px;
  font-weight: 600;
  color: var(--ello-gold);
}

/* ─── Overline / Subtitle ─── */
.ello-overline,
.ello-subtitle {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--ello-gold);
  margin-bottom: 12px;
}

/* ─── Noise Texture ─── */
.ello-noise::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
}

.ello-noise {
  position: relative;
}

/* ─── UGC Grid ─── */
.ello-ugc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.ello-ugc-grid__item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--ello-radius-sm, 8px);
}

.ello-ugc-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ello-ugc-grid__item:hover img {
  transform: scale(1.05);
}

@media (max-width: 749px) {
  .ello-ugc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ═══════════════════════════════════════════════════════════════
   ADDITIONAL ELLO COMPONENTS
   ═══════════════════════════════════════════════════════════════ */

/* ─── Footer ─── */
.ello-footer {
  background: var(--ello-charcoal, #1a1816);
  color: var(--ello-cream);
  padding: 60px 20px 40px;
}

.ello-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: var(--ello-container-width, 1200px);
  margin: 0 auto;
}

.ello-footer__column h4 {
  font-family: var(--ello-font-display);
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px;
  color: var(--ello-gold);
}

.ello-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ello-footer__links li {
  margin-bottom: 12px;
}

.ello-footer__links a {
  color: var(--ello-cream-dark);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.ello-footer__links a:hover {
  color: var(--ello-gold);
}

.ello-footer__bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 13px;
  color: var(--ello-warm-gray);
}

.ello-footer__social {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.ello-footer__social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  color: var(--ello-cream);
  transition: background 0.2s ease, color 0.2s ease;
}

.ello-footer__social a:hover {
  background: var(--ello-gold);
  color: var(--ello-charcoal);
}

@media (max-width: 991px) {
  .ello-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 749px) {
  .ello-footer__grid { grid-template-columns: 1fr; text-align: center; }
  .ello-footer__social { justify-content: center; }
}

/* ─── Header ─── */
.ello-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--ello-glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--ello-glass-border-subtle);
}

.ello-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--ello-container-width, 1200px);
  margin: 0 auto;
  padding: 16px 20px;
}

.ello-header__logo {
  font-family: var(--ello-font-display);
  font-size: 24px;
  font-weight: 500;
  color: var(--ello-charcoal);
  text-decoration: none;
}

.ello-header__logo img {
  height: 40px;
  width: auto;
}

.ello-header__nav {
  display: flex;
  gap: 32px;
}

.ello-header__nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ello-charcoal);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ello-header__nav a:hover {
  color: var(--ello-gold);
}

.ello-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* ─── Video Section ─── */
.ello-video {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.ello-video__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: var(--ello-radius-lg, 16px);
  box-shadow: var(--ello-glass-shadow);
}

.ello-video__wrapper iframe,
.ello-video__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ello-video__poster {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.ello-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ello-glass-bg);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ello-video__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: var(--ello-glass-shadow-hover);
}

.ello-video__play svg {
  width: 32px;
  height: 32px;
  color: var(--ello-gold);
  margin-left: 4px;
}

/* ─── Countdown ─── */
.ello-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  background: var(--ello-gradient-dark);
}

.ello-countdown__label {
  font-size: 16px;
  color: var(--ello-cream);
  margin-right: 20px;
}

.ello-countdown__timer {
  display: flex;
  gap: 12px;
}

.ello-countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.1);
  border-radius: var(--ello-radius-md, 12px);
}

.ello-countdown__number {
  font-family: var(--ello-font-display);
  font-size: 32px;
  font-weight: 600;
  color: var(--ello-gold);
  line-height: 1;
}

.ello-countdown__text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ello-cream-dark);
  margin-top: 4px;
}

.ello-countdown__separator {
  font-size: 28px;
  color: var(--ello-gold);
  opacity: 0.5;
  align-self: center;
}

@media (max-width: 749px) {
  .ello-countdown { flex-wrap: wrap; }
  .ello-countdown__label { width: 100%; text-align: center; margin: 0 0 16px; }
}

/* ─── Team ─── */
.ello-team {
  padding: 60px 20px;
}

.ello-team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: var(--ello-container-width, 1200px);
  margin: 0 auto;
}

.ello-team__member {
  text-align: center;
}

.ello-team__photo {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--ello-glass-shadow);
}

.ello-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ello-team__member:hover .ello-team__photo img {
  transform: scale(1.1);
}

.ello-team__name {
  font-family: var(--ello-font-display);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 4px;
  color: var(--ello-charcoal);
}

.ello-team__role {
  font-size: 13px;
  color: var(--ello-gold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 12px;
}

.ello-team__bio {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ello-warm-gray);
}

.ello-team__social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.ello-team__social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ello-cream);
  border-radius: 50%;
  color: var(--ello-charcoal);
  transition: background 0.2s ease, color 0.2s ease;
}

.ello-team__social a:hover {
  background: var(--ello-gold);
  color: var(--ello-charcoal);
}

@media (max-width: 991px) {
  .ello-team__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 749px) {
  .ello-team__grid { grid-template-columns: 1fr; }
}

/* ─── Timeline ─── */
.ello-timeline {
  padding: 60px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.ello-timeline__items {
  position: relative;
  padding-left: 40px;
}

.ello-timeline__items::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--ello-sand);
}

.ello-timeline__item {
  position: relative;
  padding-bottom: 40px;
}

.ello-timeline__item:last-child {
  padding-bottom: 0;
}

.ello-timeline__dot {
  position: absolute;
  left: -40px;
  top: 4px;
  width: 24px;
  height: 24px;
  background: var(--ello-gradient-gold);
  border-radius: 50%;
  border: 4px solid var(--ello-white);
  box-shadow: 0 0 0 2px var(--ello-gold);
}

.ello-timeline__date {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ello-gold);
  margin-bottom: 8px;
}

.ello-timeline__title {
  font-family: var(--ello-font-display);
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--ello-charcoal);
}

.ello-timeline__text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ello-warm-gray);
  margin: 0;
}

/* ─── Value Props ─── */
.ello-value-props {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
  background: var(--ello-cream);
}

.ello-value-prop {
  flex: 1;
  min-width: 200px;
  max-width: 280px;
  text-align: center;
}

.ello-value-prop__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ello-glass-bg);
  border: 1px solid var(--ello-glass-border-subtle);
  border-radius: 50%;
  box-shadow: var(--ello-glass-shadow);
}

.ello-value-prop__icon svg {
  width: 28px;
  height: 28px;
  color: var(--ello-gold);
}

.ello-value-prop__title {
  font-family: var(--ello-font-display);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--ello-charcoal);
}

.ello-value-prop__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ello-warm-gray);
  margin: 0;
}

/* ─── Testimonials ─── */
.ello-testimonials {
  padding: 60px 20px;
}

.ello-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: var(--ello-container-width, 1200px);
  margin: 0 auto;
}

.ello-testimonial-card {
  padding: 32px;
  background: var(--ello-glass-bg);
  border: 1px solid var(--ello-glass-border-subtle);
  border-radius: var(--ello-radius-lg, 16px);
  box-shadow: var(--ello-glass-shadow);
}

.ello-testimonial-card__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  color: var(--ello-gold);
}

.ello-testimonial-card__text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ello-charcoal);
  margin: 0 0 20px;
  font-style: italic;
}

.ello-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ello-testimonial-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.ello-testimonial-card__name {
  font-weight: 600;
  font-size: 14px;
  color: var(--ello-charcoal);
}

.ello-testimonial-card__info {
  font-size: 12px;
  color: var(--ello-warm-gray);
}

@media (max-width: 991px) {
  .ello-testimonials__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 749px) {
  .ello-testimonials__grid { grid-template-columns: 1fr; }
}

/* ─── Before/After Slider ─── */
.ello-before-after {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  border-radius: var(--ello-radius-lg, 16px);
  overflow: hidden;
  box-shadow: var(--ello-glass-shadow);
}

.ello-before-after__container {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}

.ello-before-after__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ello-before-after__image--before {
  clip-path: inset(0 50% 0 0);
}

.ello-before-after__slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: var(--ello-white);
  cursor: ew-resize;
  transform: translateX(-50%);
}

.ello-before-after__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: var(--ello-white);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ello-before-after__label {
  position: absolute;
  bottom: 16px;
  padding: 6px 12px;
  background: rgba(0,0,0,0.7);
  color: var(--ello-white);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: var(--ello-radius-sm, 6px);
}

.ello-before-after__label--before { left: 16px; }
.ello-before-after__label--after { right: 16px; }

/* ─── Brand Story ─── */
.ello-brand-story {
  padding: 80px 20px;
}

.ello-brand-story__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: var(--ello-container-width, 1200px);
  margin: 0 auto;
}

.ello-brand-story__image {
  border-radius: var(--ello-radius-lg, 16px);
  overflow: hidden;
  box-shadow: var(--ello-glass-shadow);
}

.ello-brand-story__image img {
  width: 100%;
  height: auto;
  display: block;
}

.ello-brand-story__text h2 {
  font-family: var(--ello-font-display);
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 24px;
}

.ello-brand-story__text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--ello-warm-gray);
  margin: 0 0 20px;
}

.ello-brand-story__signature {
  margin-top: 32px;
}

.ello-brand-story__signature img {
  height: 40px;
  width: auto;
}

@media (max-width: 991px) {
  .ello-brand-story__content { grid-template-columns: 1fr; }
}

/* ─── Discount Banner ─── */
.ello-discount-banner {
  padding: 24px;
  background: var(--ello-gradient-gold);
  text-align: center;
}

.ello-discount-banner__text {
  font-size: 16px;
  font-weight: 600;
  color: var(--ello-charcoal);
  margin: 0 0 12px;
}

.ello-discount-banner__code {
  display: inline-block;
  padding: 8px 20px;
  background: var(--ello-charcoal);
  color: var(--ello-white);
  font-family: var(--ello-font-mono, monospace);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: var(--ello-radius-sm, 6px);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.ello-discount-banner__code:hover {
  transform: scale(1.05);
}

/* ─── Contact ─── */
.ello-contact {
  padding: 60px 20px;
}

.ello-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: var(--ello-container-width, 1200px);
  margin: 0 auto;
}

.ello-contact__info h3 {
  font-family: var(--ello-font-display);
  font-size: 24px;
  margin: 0 0 16px;
}

.ello-contact__info p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ello-warm-gray);
}

.ello-contact__details {
  margin-top: 32px;
}

.ello-contact__item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  color: var(--ello-charcoal);
}

.ello-contact__item svg {
  width: 20px;
  height: 20px;
  color: var(--ello-gold);
}

.ello-contact__form {
  background: var(--ello-glass-bg);
  padding: 32px;
  border-radius: var(--ello-radius-lg, 16px);
  border: 1px solid var(--ello-glass-border-subtle);
}

.ello-contact__field {
  margin-bottom: 20px;
}

.ello-contact__field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--ello-charcoal);
}

.ello-contact__field input,
.ello-contact__field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--ello-sand);
  border-radius: var(--ello-radius-md, 12px);
  font-size: 15px;
  background: var(--ello-white);
  transition: border-color 0.2s ease;
}

.ello-contact__field input:focus,
.ello-contact__field textarea:focus {
  outline: none;
  border-color: var(--ello-gold);
}

.ello-contact__field textarea {
  min-height: 120px;
  resize: vertical;
}

@media (max-width: 991px) {
  .ello-contact__grid { grid-template-columns: 1fr; }
}

/* ─── Mega Menu ─── */
.ello-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--ello-white);
  border-top: 1px solid var(--ello-sand);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.ello-mega-menu--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ello-mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: var(--ello-container-width, 1200px);
  margin: 0 auto;
}

.ello-mega-menu__column h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ello-gold);
  margin: 0 0 16px;
}

.ello-mega-menu__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ello-mega-menu__links a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: var(--ello-charcoal);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ello-mega-menu__links a:hover {
  color: var(--ello-gold);
}

/* ─── Loyalty Teaser ─── */
.ello-loyalty-teaser {
  padding: 60px 20px;
  background: var(--ello-gradient-dark);
  text-align: center;
}

.ello-loyalty-teaser__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ello-gradient-gold);
  border-radius: 50%;
}

.ello-loyalty-teaser__icon svg {
  width: 40px;
  height: 40px;
  color: var(--ello-charcoal);
}

.ello-loyalty-teaser__title {
  font-family: var(--ello-font-display);
  font-size: 32px;
  color: var(--ello-white);
  margin: 0 0 12px;
}

.ello-loyalty-teaser__text {
  font-size: 16px;
  color: var(--ello-cream-dark);
  margin: 0 0 24px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.ello-loyalty-teaser__cta {
  display: inline-block;
  padding: 14px 32px;
  background: var(--ello-gold);
  color: var(--ello-charcoal);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: var(--ello-radius-full, 999px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ello-loyalty-teaser__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(201,168,124,0.4);
}

/* ─── Velvet Statement ─── */
.ello-velvet-statement {
  padding: 100px 20px;
  text-align: center;
  background: var(--ello-charcoal);
  position: relative;
  overflow: hidden;
}

.ello-velvet-statement::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(201,168,124,0.1) 0%, transparent 70%);
}

.ello-velvet-statement__content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.ello-velvet-statement__text {
  font-family: var(--ello-font-display);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--ello-white);
  margin: 0;
}

.ello-velvet-statement__text em {
  font-style: italic;
  color: var(--ello-gold);
}

.ello-velvet-statement__author {
  margin-top: 32px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ello-gold);
}

@media (max-width: 749px) {
  .ello-velvet-statement__text { font-size: 28px; }
}

/* ─── Urgency Banner ─── */
.ello-urgency-banner {
  padding: 12px 20px;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  text-align: center;
}

.ello-urgency-banner__text {
  font-size: 14px;
  font-weight: 600;
  color: var(--ello-white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ello-urgency-banner__text svg {
  width: 18px;
  height: 18px;
  animation: ello-pulse 1s ease infinite;
}

@keyframes ello-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* ─── PDP Clinical Proof ─── */
.ello-clinical-proof {
  padding: 32px;
  background: var(--ello-glass-bg);
  border: 1px solid var(--ello-glass-border-subtle);
  border-radius: var(--ello-radius-lg, 16px);
}

.ello-clinical-proof__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.ello-clinical-proof__badge {
  padding: 6px 12px;
  background: var(--ello-gradient-gold);
  border-radius: var(--ello-radius-sm, 6px);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ello-charcoal);
}

.ello-clinical-proof__title {
  font-family: var(--ello-font-display);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.ello-clinical-proof__stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.ello-clinical-proof__stat {
  flex: 1;
  min-width: 100px;
  text-align: center;
}

.ello-clinical-proof__number {
  font-family: var(--ello-font-display);
  font-size: 36px;
  font-weight: 600;
  color: var(--ello-gold);
  line-height: 1;
}

.ello-clinical-proof__label {
  font-size: 12px;
  color: var(--ello-warm-gray);
  margin-top: 4px;
}

.ello-clinical-proof__source {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--ello-sand);
  font-size: 11px;
  color: var(--ello-warm-gray);
}

/* ─── Instagram Feed ─── */
.ello-instagram {
  padding: 60px 20px;
}

.ello-instagram__header {
  text-align: center;
  margin-bottom: 32px;
}

.ello-instagram__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.ello-instagram__item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--ello-radius-sm, 6px);
}

.ello-instagram__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ello-instagram__item:hover img {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .ello-instagram__grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 749px) {
  .ello-instagram__grid { grid-template-columns: repeat(3, 1fr); }
}
