/* ============================================================
   Pavithra Jute World | Linen × Forest Green Luxury Theme
   Palette: Forest Green · Sage · Deep Moss · Ivory Linen
   Version: 8.1 — SINGLE-LINE NAV LOGO FIX
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,300&family=Playfair+Display:ital,wght@0,700;0,900;1,700;1,900&family=Cinzel:wght@400;600;700&display=swap');

/* ============================================================
   DESIGN TOKENS — FOREST GREEN × LINEN THEME
   ============================================================ */
:root {
  /* ── Forest Green Scale ── */
  --gr-950: #071409;
  --gr-900: #0F2412;
  --gr-800: #1A3D1E;
  --gr-700: #255628;
  --gr-600: #306E34;
  --gr-500: #3D8842;
  --gr-400: #4EA554;
  --gr-300: #72BC78;
  --gr-200: #9DD4A2;
  --gr-100: #C4E8C8;
  --gr-50:  #E8F6EA;

  /* ── Sage / Olive Accent Scale ── */
  --sg-700: #2E5430;
  --sg-600: #3A6A3C;
  --sg-500: #4A8050;
  --sg-400: #609A66;
  --sg-300: #7EB484;
  --sg-200: #A4CCA8;

  /* ── Ivory / Linen Scale (from image) ── */
  --iv-100: #FEFDFB;
  --iv-200: #F8F4ED;
  --iv-300: #F0E9DC;
  --iv-400: #E6DECE;
  --iv-500: #D8CEB8;

  /* ── Deep Moss Text Scale ── */
  --es-900: #071209;
  --es-800: #0F1E11;
  --es-700: #182C1A;
  --es-600: #223C24;
  --es-500: #2E5030;
  --es-400: #426C44;
  --es-300: #608862;

  /* ── PREMIUM EMERALD — company name only ── */
  --emerald-foil:    linear-gradient(135deg, #0C2E10 0%, #1A5C28 18%, #2B9448 38%, #3EC468 55%, #2B9448 76%, #174C20 100%);
  --emerald-shimmer-name: linear-gradient(90deg, transparent 0%, rgba(80, 210, 130, 0.42) 48%, transparent 100%);

  /* ── CORE THEME TOKENS ── */
  --bg:       #EDE8DC;
  --surface:  #FEFDFB;
  --surface2: #F0E9DC;
  --border:   rgba(48, 110, 52, 0.28);
  --border2:  rgba(37, 86, 40, 0.40);
  --text:     #162019;
  --muted:    #426C44;
  --accent:   var(--gr-400);
  --accent-h: var(--sg-500);
  --warm:     var(--sg-400);

  --font-display: 'Cormorant Garamond', 'Garamond', Georgia, serif;
  --font-hero:    'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --font-cinzel:  'Cinzel', serif;

  --radius:    20px;
  --radius-sm: 10px;
  --radius-xs: 6px;
  --ease:      0.45s cubic-bezier(0.22, 1, 0.36, 1);
  --ease-fast: 0.22s cubic-bezier(0.22, 1, 0.36, 1);
  --ease-3d:   0.6s cubic-bezier(0.34, 1.56, 0.64, 1);

  --shadow:    0 8px 32px rgba(20, 62, 24, 0.12);
  --shadow-lg: 0 18px 56px rgba(20, 62, 24, 0.18);
  --shadow-sm: 0 4px 16px rgba(20, 62, 24, 0.09);
  --glow-br:   0 0 40px rgba(78, 165, 84, 0.22);
  --glow-sd:   0 0 30px rgba(96, 154, 102, 0.18);
  --glow-warm: 0 0 50px rgba(126, 180, 132, 0.20);

  /* ── Grain & Texture overlays ── */
  --grain-h: repeating-linear-gradient(0deg,   rgba(37, 86, 40, 0.018) 0 1px, transparent 1px 8px);
  --grain-v: repeating-linear-gradient(90deg,  rgba(26, 61, 30, 0.012) 0 1px, transparent 1px 9px);
  --weave:   repeating-linear-gradient(45deg,  rgba(0,0,0,0.012) 0 2px, transparent 2px 10px),
             repeating-linear-gradient(-45deg, rgba(78,165,84,0.025) 0 1px, transparent 1px 11px);
  --velvet:  repeating-linear-gradient(135deg, rgba(37, 86, 40, 0.05) 0 3px, transparent 3px 12px);

  /* ── Gradient Definitions (FOREST GREEN) ── */
  --green-grad:    linear-gradient(135deg, var(--gr-800), var(--gr-400), var(--sg-500), var(--gr-300));
  --green-shimmer: linear-gradient(90deg, transparent 0%, rgba(114, 188, 120, 0.38) 48%, transparent 100%);
  --green-foil:    linear-gradient(135deg, #1A3D1E 0%, #306E34 18%, #4EA554 40%, #609A66 62%, #3D8842 80%, #255628 100%);
  --sand-grad:     linear-gradient(135deg, var(--gr-700), var(--gr-400), var(--gr-200));
  --cognac-grad:   linear-gradient(135deg, var(--sg-700), var(--sg-500), var(--sg-300));
  --luxury-surface: linear-gradient(145deg, #FEFDFB 0%, #F0E9DC 55%, rgba(78, 165, 84, 0.04) 100%);

  /* ── Gas Background Gradients (GREEN × LINEN) ── */
  --gas-bg:
    radial-gradient(ellipse 90% 70% at 10%  5%,  rgba(78, 165, 84, 0.12) 0%,  transparent 55%),
    radial-gradient(ellipse 70% 60% at 88% 12%,  rgba(157, 212, 162, 0.10) 0%,  transparent 52%),
    radial-gradient(ellipse 60% 80% at 50% 80%,  rgba(114, 188, 120, 0.09) 0%,  transparent 58%),
    radial-gradient(ellipse 45% 50% at 22% 65%,  rgba(48, 110, 52, 0.08) 0%,  transparent 44%),
    radial-gradient(ellipse 55% 45% at 75% 50%,  rgba(214, 238, 216, 0.12) 0%,  transparent 48%);

  /* Brown compat aliases */
  --brown-grad:    var(--green-grad);
  --brown-shimmer: var(--green-shimmer);
  --brown-foil:    var(--green-foil);

  --perspective: 1000px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  scroll-padding-top: 108px;
  overflow-x: hidden;
}

section[id] { scroll-margin-top: 115px; }

body {
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  background-color: var(--bg);
  background-image:
    var(--gas-bg),
    var(--grain-h),
    var(--grain-v);
}

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

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    conic-gradient(from 45deg  at 18% 15%, rgba(78,165,84,0.055) 0deg, transparent 50deg, transparent 310deg, rgba(48,110,52,0.04) 360deg),
    conic-gradient(from 200deg at 82% 82%, rgba(157,212,162,0.055) 0deg, transparent 60deg, transparent 300deg, rgba(61,136,66,0.04) 360deg);
}

a { color: inherit; }
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--gr-200); color: var(--es-900); }
.cursor, .cursor-follower { display: none; }

/* ============================================================
   KEYFRAME ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeLeft {
  from { opacity: 0; transform: translateX(-28px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes fadeRight {
  from { opacity: 0; transform: translateX(28px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.9); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes flip3D {
  0%   { transform: perspective(var(--perspective)) rotateY(0deg); }
  100% { transform: perspective(var(--perspective)) rotateY(360deg); }
}
@keyframes cardRise {
  0%   { opacity: 0; transform: perspective(var(--perspective)) translateY(40px) rotateX(15deg); }
  100% { opacity: 1; transform: perspective(var(--perspective)) translateY(0)    rotateX(0deg); }
}
@keyframes tumbleIn {
  0%   { opacity: 0; transform: perspective(600px) rotateX(90deg) scale(0.6); }
  60%  { transform: perspective(600px) rotateX(-12deg) scale(1.04); }
  100% { opacity: 1; transform: perspective(600px) rotateX(0deg)  scale(1); }
}
@keyframes statPop {
  0%   { opacity: 0; transform: perspective(400px) translateZ(-60px) scale(0.8); }
  70%  { transform: perspective(400px) translateZ(8px)  scale(1.02); }
  100% { opacity: 1; transform: perspective(400px) translateZ(0px)  scale(1); }
}
@keyframes breathe {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50%       { opacity: 0.75; transform: scale(1.08); }
}
@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(-0.5deg); }
  50%       { transform: translateY(-14px) rotate(0.5deg); }
}
@keyframes floatSlow {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50%       { transform: translateY(-20px) rotate(1deg); }
}
@keyframes shimmer {
  0%   { background-position: -300% 0; }
  100% { background-position: 300% 0; }
}
@keyframes greenSheen {
  0%   { left: -100%; }
  60%  { left: 160%; }
  100% { left: 160%; }
}
@keyframes brownSheen {
  0%   { left: -100%; }
  60%  { left: 160%; }
  100% { left: 160%; }
}
@keyframes spin-slow { to { transform: rotate(360deg); } }
@keyframes spin-rev  { to { transform: rotate(-360deg); } }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes pulse {
  0%, 100% { transform: scale(1);    box-shadow: 0 14px 36px rgba(78, 165, 84, 0.38); }
  50%       { transform: scale(1.04); box-shadow: 0 22px 52px rgba(48, 110, 52, 0.52); }
}
@keyframes weaveLine {
  from { transform: scaleX(0); opacity: 0; }
  to   { transform: scaleX(1); opacity: 1; }
}
@keyframes dustDrift {
  0%   { transform: translateY(0)    translateX(0)    scale(1);    opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 0.6; }
  100% { transform: translateY(-80px) translateX(20px) scale(0.5); opacity: 0; }
}
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(78, 165, 84, 0); }
  50%       { box-shadow: 0 0 24px 6px rgba(78, 165, 84, 0.20); }
}
@keyframes slideReveal {
  from { clip-path: inset(0 100% 0 0); opacity: 0; }
  to   { clip-path: inset(0 0% 0 0);   opacity: 1; }
}
@keyframes orbitGlow {
  0%, 100% { filter: drop-shadow(0 0 4px rgba(78,165,84,0.35)); }
  50%       { filter: drop-shadow(0 0 14px rgba(48,110,52,0.55)); }
}
@keyframes shimmerGlow {
  0%, 100% { filter: drop-shadow(0 0 18px rgba(78,165,84,0.55)) drop-shadow(0 0 36px rgba(26,61,30,0.35)); }
  50%       { filter: drop-shadow(0 0 28px rgba(114,188,120,0.70)) drop-shadow(0 0 50px rgba(48,110,52,0.45)); }
}
@keyframes gasDrift {
  0%   { opacity: 0.12; transform: translateX(0)    translateY(0)    scale(1); }
  33%  { opacity: 0.22; transform: translateX(20px)  translateY(-15px) scale(1.04); }
  66%  { opacity: 0.16; transform: translateX(-10px) translateY(10px)  scale(0.97); }
  100% { opacity: 0.12; transform: translateX(0)    translateY(0)    scale(1); }
}
@keyframes gasFloat {
  0%, 100% { opacity: 0.08; transform: scale(1)    rotate(0deg); }
  50%       { opacity: 0.18; transform: scale(1.06) rotate(2deg); }
}

.animate-in {
  opacity: 0;
  animation: fadeUp 0.8s var(--ease) forwards;
  animation-delay: var(--d, 0s);
}
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.card-3d-reveal {
  opacity: 0;
  transform: perspective(var(--perspective)) translateY(40px) rotateX(15deg);
  transition: opacity 0.85s var(--ease-3d), transform 0.85s var(--ease-3d);
  transition-delay: var(--d, 0s);
}
.card-3d-reveal.visible {
  opacity: 1;
  transform: perspective(var(--perspective)) translateY(0) rotateX(0deg);
}

/* ============================================================
   PAGE LOADER
   ============================================================ */
.loader,
.loader.hidden {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  padding: 22px 0;
  transition: all var(--ease);
  background: rgba(237, 232, 220, 0.96);
  backdrop-filter: blur(28px) saturate(1.6);
  box-shadow:
    0 4px 28px rgba(20, 62, 24, 0.10),
    0 1px 0 rgba(78, 165, 84, 0.22);
  border-bottom: 1px solid rgba(78, 165, 84, 0.26);
}
.nav.scrolled {
  padding: 11px 0;
  background: rgba(228, 222, 206, 0.97);
  backdrop-filter: blur(28px) saturate(1.6);
  box-shadow:
    0 4px 28px rgba(20, 62, 24, 0.10),
    0 1px 0 rgba(78, 165, 84, 0.22);
  border-bottom: 1px solid rgba(78, 165, 84, 0.26);
}

.nav-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* ── FIX: Logo — flex-shrink: 0 prevents it from being squeezed ── */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  transition: transform var(--ease);
  flex-shrink: 0;
  min-width: 0;
}
.nav-logo:hover { transform: translateY(-2px); }

.nav-logo img,
.logo-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(78, 165, 84, 0.40))
          drop-shadow(0 2px 6px  rgba(20, 62, 24, 0.22));
  transition: filter var(--ease), transform var(--ease);
}
.nav-logo:hover img,
.nav-logo:hover .logo-img {
  filter: drop-shadow(0 6px 18px rgba(48, 110, 52, 0.50))
          drop-shadow(0 3px 10px rgba(78, 165, 84, 0.36));
  transform: scale(1.06);
}

/* ── FIX: logo-text-wrap — no wrapping allowed ── */
.logo-text-wrap {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  overflow: hidden;
}

/* ── FIX: logo-main — reduced size + letter-spacing + forced single line ── */
.logo-main {
  font-family: var(--font-cinzel);
  font-size: 1.55rem;          /* ↓ from 2.2rem — fits one line at all desktop widths */
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.8px;       /* ↓ from 3px — less inter-character spread */
  text-transform: uppercase;
  white-space: nowrap;          /* ← NEW: hard single-line enforcement */
  background: var(--emerald-foil);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 5s linear infinite;
}
.logo-tagline {
  font-size: 0.65rem;
  color: var(--gr-700);
  font-weight: 500;
  letter-spacing: 1.8px;
  font-family: var(--font-body);
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.nav-link {
  position: relative;
  display: block;
  padding: 9px 15px;
  border-radius: 999px;
  color: rgba(22, 32, 25, 0.72);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.84rem;
  letter-spacing: 0.5px;
  transition: all var(--ease-fast);
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 15px; right: 15px;
  bottom: 5px;
  height: 1px;
  border-radius: 999px;
  background: var(--green-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--ease);
}
.nav-link:hover,
.nav-link.active {
  color: var(--gr-900);
  background: rgba(78, 165, 84, 0.12);
}
.nav-link:hover::after,
.nav-link.active::after { transform: scaleX(1); }

.nav-actions { display: flex; align-items: center; gap: 10px; }

.nav-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: var(--radius-xs);
  background: var(--green-grad);
  background-size: 200% auto;
  color: #FEFDFB;
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.78rem;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(48, 110, 52, 0.30);
  transition: all var(--ease);
  position: relative;
  overflow: hidden;
  animation: shimmer 4s linear infinite;
}
.nav-whatsapp-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%; bottom: 0;
  width: 60%;
  background: var(--green-shimmer);
  animation: greenSheen 3s ease-in-out infinite;
}
.nav-whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(48, 110, 52, 0.42);
}

.cart-btn {
  position: relative;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  color: var(--text);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: all var(--ease);
}
.cart-btn:hover {
  transform: translateY(-2px) rotate(-5deg);
  border-color: var(--gr-400);
  box-shadow: 0 8px 24px rgba(48, 110, 52, 0.18);
}
.cart-count {
  position: absolute;
  top: -6px; right: -6px;
  width: 20px; height: 20px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--green-grad);
  color: #FEFDFB;
  font-size: 0.62rem;
  font-weight: 900;
  border: 2px solid var(--bg);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
  z-index: 1002;
}
.hamburger span {
  width: 25px; height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: all var(--ease);
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(4px,-4px); }

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 148px 48px 72px;
  padding-inline: max(32px, min(48px, calc((100vw - 1380px)/2 + 34px)));
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  align-items: center;
  gap: 56px;
  overflow: hidden;
  background: linear-gradient(108deg, rgba(7,20,9,0.94) 0%, rgba(15,36,18,0.82) 44%, rgba(26,61,30,0.64) 72%, rgba(10,18,11,0.90) 100%);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: 
    linear-gradient(180deg, rgba(0,0,0,0.50), rgba(0,0,0,0.05) 45%, rgba(0,0,0,0.60)),
    radial-gradient(ellipse 65% 55% at 10% 46%, rgba(78, 165, 84, 0.12), transparent 28rem);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.50), transparent 38%, rgba(0,0,0,0.16));
  pointer-events: none;
}

.hero-bg { 
  position: absolute;
  inset: 0;
  z-index: 0;
  background: 
    linear-gradient(135deg, rgba(85, 130, 90, 0.70) 0%, rgba(55, 80, 60, 0.80) 50%, rgba(40, 60, 45, 0.88) 100%),
    url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 60 60%22%3E%3Cdefs%3E%3ClinearGradient id=%22juteNatural%22 x1=%220%25%22 y1=%220%25%22 x2=%22100%25%22 y2=%22100%25%22%3E%3Cstop offset=%220%25%22 style=%22stop-color:%23e6d0b5;stop-opacity:0.40%22/%3E%3Cstop offset=%2250%25%22 style=%22stop-color:%23d9c5a8;stop-opacity:0.32%22/%3E%3Cstop offset=%22100%25%22 style=%22stop-color:%23cdb896;stop-opacity:0.28%22/%3E%3C/linearGradient%3E%3ClinearGradient id=%22fiberShine%22 x1=%220%25%22 y1=%220%25%22 x2=%22100%25%22 y2=%22100%25%22%3E%3Cstop offset=%220%25%22 style=%22stop-color:%23ffffff;stop-opacity:0.20%22/%3E%3Cstop offset=%22100%25%22 style=%22stop-color:%23000000;stop-opacity:0.15%22/%3E%3C/linearGradient%3E%3ClinearGradient id=%22fiberDark%22 x1=%220%25%22 y1=%220%25%22 x2=%22100%25%22 y2=%22100%25%22%3E%3Cstop offset=%220%25%22 style=%22stop-color:%23000000;stop-opacity:0.08%22/%3E%3Cstop offset=%22100%25%22 style=%22stop-color:%23ffffff;stop-opacity:0.10%22/%3E%3C/linearGradient%3E%3Cpattern id=%22juteWeavePro%22 x=%220%22 y=%220%22 width=%2260%22 height=%2260%22 patternUnits=%22userSpaceOnUse%22%3E%3Crect width=%2260%22 height=%2260%22 fill=%22url(%23juteNatural)%22/%3E%3Cline x1=%220%22 y1=%226%22 x2=%2260%22 y2=%226%22 stroke=%22%23c9b29e%22 stroke-width=%222%22 opacity=%220.45%22/%3E%3Cline x1=%220%22 y1=%2218%22 x2=%2260%22 y2=%2218%22 stroke=%22%23c9b29e%22 stroke-width=%221.5%22 opacity=%220.32%22/%3E%3Cline x1=%220%22 y1=%2230%22 x2=%2260%22 y2=%2230%22 stroke=%22%23c9b29e%22 stroke-width=%222%22 opacity=%220.40%22/%3E%3Cline x1=%220%22 y1=%2242%22 x2=%2260%22 y2=%2242%22 stroke=%22%23c9b29e%22 stroke-width=%221.5%22 opacity=%220.30%22/%3E%3Cline x1=%220%22 y1=%2254%22 x2=%2260%22 y2=%2254%22 stroke=%22%23c9b29e%22 stroke-width=%222%22 opacity=%220.35%22/%3E%3Cline x1=%226%22 y1=%220%22 x2=%226%22 y2=%2260%22 stroke=%22%23d4b896%22 stroke-width=%222%22 opacity=%220.42%22/%3E%3Cline x1=%2218%22 y1=%220%22 x2=%2218%22 y2=%2260%22 stroke=%22%23d4b896%22 stroke-width=%221.5%22 opacity=%220.28%22/%3E%3Cline x1=%2230%22 y1=%220%22 x2=%2230%22 y2=%2260%22 stroke=%22%23d4b896%22 stroke-width=%222%22 opacity=%220.38%22/%3E%3Cline x1=%2242%22 y1=%220%22 x2=%2242%22 y2=%2260%22 stroke=%22%23d4b896%22 stroke-width=%221.5%22 opacity=%220.26%22/%3E%3Cline x1=%2254%22 y1=%220%22 x2=%2254%22 y2=%2260%22 stroke=%22%23d4b896%22 stroke-width=%222%22 opacity=%220.32%22/%3E%3Crect width=%2260%22 height=%2260%22 fill=%22url(%23fiberShine)%22/%3E%3Crect width=%2260%22 height=%2260%22 fill=%22url(%23fiberDark)%22/%3E%3C/pattern%3E%3C/defs%3E%3Crect width=%2260%22 height=%2260%22 fill=%22url(%23juteWeavePro)%22/%3E%3C/svg%3E') 0 0 / 60px 60px repeat,
    url('real.webp') center 35% / 150% auto no-repeat;
  background-attachment: fixed, fixed, scroll;
  opacity: 0.99;
  display: block !important;
}

.hero-circle, .hero-weave { display: none !important; }
.hero-content, .hero-image { position: relative; z-index: 2; }
.hero-badges { display: none !important; }
.hero-tag { display: none !important; }

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  clip-path: inset(0);
}
.hero-particles::before,
.hero-particles::after {
  content: '';
  position: absolute;
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--gr-300);
  box-shadow:
    120px 200px 0 rgba(114,188,120,0.65),
    280px  80px 0 rgba(78,165,84,0.55),
    380px 320px 0 rgba(96,154,102,0.48),
    520px 140px 0 rgba(157,212,162,0.65),
    680px 260px 0 rgba(78,165,84,0.55),
    350px 420px 0 rgba(126,180,132,0.38),
    460px 500px 0 rgba(114,188,120,0.55),
    600px 380px 0 rgba(78,165,84,0.48);
  animation: dustDrift 8s ease-in-out infinite;
}
.hero-particles::after {
  animation-delay: -4s;
  animation-duration: 12s;
  background: var(--gr-200);
  box-shadow:
     80px 350px 0 rgba(157,212,162,0.55),
    220px 450px 0 rgba(78,165,84,0.48),
    400px 180px 0 rgba(114,188,120,0.65),
    560px 410px 0 rgba(96,154,102,0.48),
    720px 120px 0 rgba(157,212,162,0.55);
}

.hero-title {
  max-width: 700px;
  margin-bottom: 28px;
  font-family: var(--font-hero);
  font-weight: 900;
  line-height: 0.93;
  font-size: clamp(4rem, 7vw, 7.5rem);
  color: #F4F9F4;
  letter-spacing: -1.5px;
  text-shadow: 0 16px 54px rgba(0,0,0,0.70);
  animation: fadeUp 0.9s 0.2s var(--ease) both;
}
.hero-title em {
  display: block;
  font-style: italic;
  background: var(--green-foil);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 4s linear infinite;
  text-shadow: none !important;
  filter: drop-shadow(0 8px 30px rgba(78, 165, 84, 0.55));
}

.hero-sub {
  max-width: 540px;
  margin-bottom: 34px;
  color: rgba(214, 236, 216, 0.92);
  font-size: 1.1rem;
  line-height: 1.82;
  font-weight: 300;
  text-shadow: 0 6px 22px rgba(0,0,0,0.55);
  animation: fadeUp 0.9s 0.4s var(--ease) both;
}
.hero-sub::before {
  content: '';
  display: block;
  width: 56px;
  height: 1.5px;
  background: var(--green-grad);
  background-size: 200% auto;
  animation: weaveLine 1s 0.7s ease forwards, shimmer 3s linear infinite;
  transform: scaleX(0);
  transform-origin: left;
  margin-bottom: 20px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 52px;
  animation: fadeUp 0.9s 0.6s var(--ease) both;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  animation: fadeUp 0.9s 0.8s var(--ease) both;
}
.stat {
  min-width: 112px;
  padding: 15px 20px;
  border-radius: var(--radius-sm);
  background: rgba(7, 20, 9, 0.65);
  border: 1px solid rgba(157, 212, 162, 0.22);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.45), inset 0 1px 0 rgba(78,165,84,0.12);
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
  animation: statPop 0.7s var(--ease-3d) both;
  animation-delay: var(--d, 0.9s);
}
.stat:hover {
  transform: translateY(-4px) perspective(400px) rotateX(-4deg);
  border-color: rgba(78, 165, 84, 0.42);
  box-shadow: 0 18px 44px rgba(0,0,0,0.55), var(--glow-br);
}
.stat-num {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
  background: var(--green-foil);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 5s linear infinite;
}
.stat-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(214,236,216,0.80);
  margin-top: 3px;
  letter-spacing: 0.8px;
}
.stat-div {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, transparent, var(--gr-300), transparent);
}

.product-showcase-hero {
  width: min(680px, 100%);
  height: 560px;
  border-radius: var(--radius-xs);
  border: 1px solid rgba(157, 212, 162, 0.22);
  background:
    linear-gradient(180deg, transparent 0 50%, rgba(7, 20, 9, 0.95)),
    url('2.jpg') center center / cover no-repeat;
  box-shadow: 0 32px 96px rgba(0,0,0,0.50), var(--glow-sd);
  overflow: visible;
  position: relative;
  animation: float 7s ease-in-out infinite;
}

.product-showcase-hero > .hero-corner-tl,
.product-showcase-hero > .hero-corner-br { display: none; }

.product-showcase-hero::before {
  content: 'DTF Branded Bags';
  position: absolute;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: #F4F9F4;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 4px 16px rgba(0,0,0,0.8);
  border-radius: var(--radius-xs);
  border: 1px solid rgba(157, 212, 162, 0.22);
  box-shadow: 0 22px 64px rgba(0,0,0,0.4);
  background-image: linear-gradient(180deg, transparent 0 50%, rgba(7,20,9,0.92)), url('3.jpg');
  background-size: cover;
  background-position: center;
  width: 200px; height: 300px;
  right: -60px; top: 52px;
  animation: fadeLeft 1s 0.5s var(--ease) both;
  transition: transform var(--ease);
}
.product-showcase-hero::after {
  content: 'Gift Kits & Promo Bags';
  position: absolute;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: #F4F9F4;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 4px 16px rgba(0,0,0,0.8);
  border-radius: var(--radius-xs);
  border: 1px solid rgba(157, 212, 162, 0.22);
  box-shadow: 0 22px 64px rgba(0,0,0,0.4);
  background-image: linear-gradient(180deg, transparent 0 48%, rgba(7,20,9,0.92)), url('7.jpg');
  background-size: cover;
  background-position: center;
  width: 230px; height: 190px;
  left: -40px; bottom: 38px;
  animation: fadeUp 1s 0.7s var(--ease) both;
  transition: transform var(--ease);
}

.hero-bag-visual { display: none !important; }

.floating-card {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 17px;
  border-radius: var(--radius-xs);
  background: rgba(7, 20, 9, 0.88);
  border: 1px solid rgba(78, 165, 84, 0.28);
  box-shadow: 0 16px 42px rgba(0,0,0,0.40);
  backdrop-filter: blur(18px);
  font-weight: 700;
  font-size: 0.84rem;
  color: #F4F9F4;
  transition: transform var(--ease), box-shadow var(--ease);
  transform-style: preserve-3d;
  max-width: calc(100% - 20px);
}
.floating-card:hover {
  transform: translateY(-4px) perspective(500px) rotateX(-3deg);
  box-shadow: 0 22px 54px rgba(0,0,0,0.50), var(--glow-br);
}
.fc1 { top: 22px;  left: 26px;  border-left: 3px solid var(--gr-400);  animation: fadeUp 0.8s 1.0s var(--ease) both; }
.fc2 { bottom: 26px; left: 30px; border-left: 3px solid var(--sg-400); animation: fadeUp 0.8s 1.2s var(--ease) both; }
.fc3 { top: 44px;  right: 34px; border-left: 3px solid var(--gr-300);  animation: fadeUp 0.8s 1.1s var(--ease) both; }
.fc4 { bottom: 78px; right: 30px; border-left: 3px solid var(--sg-300); animation: fadeUp 0.8s 1.3s var(--ease) both; }

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

.hero .animate-in,
.hero-content,
.hero-image { opacity: 1 !important; }
.hero .animate-in,
.hero-content,
.hero-image,
.hero-title,
.hero-sub,
.hero-cta,
.hero-stats,
.floating-card { animation-play-state: running !important; }
.stat { animation: statPop 0.7s var(--ease-3d) both !important; }

/* ============================================================
   MARQUEE STRIP
   ============================================================ */
.marquee-strip {
  position: relative;
  overflow: hidden;
  padding: 14px 0;
  background: linear-gradient(90deg, var(--gr-800), var(--gr-600) 50%, var(--gr-800));
  border-block: 1px solid rgba(78, 165, 84, 0.38);
}
.marquee-strip::before,
.marquee-strip::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 2;
}
.marquee-strip::before { left: 0;  background: linear-gradient(90deg, var(--gr-800), transparent); }
.marquee-strip::after  { right: 0; background: linear-gradient(270deg, var(--gr-800), transparent); }
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
}
.marquee-track span {
  padding: 0 22px;
  font-family: var(--font-cinzel);
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 0.76rem;
  background: var(--green-foil);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 5s linear infinite;
}
.marquee-track .dot {
  color: rgba(78,165,84,0.55);
  padding: 0 6px;
  -webkit-text-fill-color: rgba(78,165,84,0.55);
}

/* ============================================================
   GLOBAL SECTION / CONTAINER
   ============================================================ */
.section { padding: 90px 0; position: relative; }
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}
.section-header { text-align: center; margin-bottom: 54px; }

.section-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 18px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--gr-700);
  background: rgba(78, 165, 84, 0.11);
  border: 1px solid rgba(78, 165, 84, 0.30);
  animation: glowPulse 3s ease-in-out infinite;
}
.dark-tag {
  color: var(--gr-700);
  background: rgba(78, 165, 84, 0.11);
  border-color: rgba(78, 165, 84, 0.28);
}

.section-title {
  margin: 0 auto 16px;
  max-width: 820px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.1;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.3px;
}
.section-title em {
  font-style: italic;
  background: var(--green-foil);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 5s linear infinite;
}
.dark-title { color: var(--text) !important; }
.dark-title em {
  background: var(--green-foil) !important;
  background-size: 300% auto !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: shimmer 5s linear infinite !important;
}
.section-sub { max-width: 660px; margin: 0 auto; color: var(--muted); font-size: 1rem; font-weight: 300; }
.dark-sub { color: var(--muted) !important; }

.dark-section, .footer-top {
  color: var(--muted);
  background:
    radial-gradient(circle at 8%  14%, rgba(78, 165, 84, 0.08),  transparent 24rem),
    radial-gradient(circle at 92% 80%, rgba(48, 110, 52, 0.05),  transparent 26rem),
    var(--grain-h), var(--grain-v),
    linear-gradient(135deg, #E4EEDE, #F2F8F0 55%, #E8EEE0);
  border-block: 1px solid rgba(78, 165, 84, 0.14);
}

.services-section,
#products,
.sizes-section,
.testimonials-section {
  background:
    radial-gradient(ellipse 70% 50% at 92% 8%,  rgba(114, 188, 120, 0.07),  transparent 22rem),
    radial-gradient(ellipse 60% 50% at 10% 92%, rgba(48, 110, 52, 0.05),    transparent 24rem),
    var(--grain-h), var(--grain-v), var(--bg);
}

/* ============================================================
   SHARED CARD BASE
   ============================================================ */
.service-card, .product-card, .testimonial-card,
.demo-form-card, .contact-form-card, .founder-card,
.contact-card, .recorded-card, .gender-card,
.size-card, .why-card, .iso-detail {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--luxury-surface);
  border: 1px solid rgba(78, 165, 84, 0.20);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}

.service-card::before,
.testimonial-card::before,
.why-card::before,
.gender-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--green-grad);
  background-size: 300% auto;
  animation: shimmer 4s linear infinite;
}

.service-card:hover, .product-card:hover, .testimonial-card:hover,
.recorded-card:hover, .gender-card:hover, .size-card:hover, .why-card:hover {
  transform: translateY(-8px) perspective(var(--perspective)) rotateX(-2deg);
  border-color: rgba(78, 165, 84, 0.38);
  box-shadow: var(--shadow-lg), var(--glow-br);
}

.service-decoration {
  position: absolute;
  right: -48px; bottom: -48px;
  width: 150px; height: 150px;
  border-radius: 50%;
  opacity: 0.09;
  background: radial-gradient(circle, var(--gr-400), transparent 68%);
  transition: opacity var(--ease);
  animation: breathe 6s ease-in-out infinite;
  pointer-events: none;
}
.service-card:hover .service-decoration { opacity: 0.18; }
.sd2 { background: radial-gradient(circle, var(--sg-400), transparent 68%); }

.service-card::after,
.why-card::after,
.gender-card::after {
  content: '';
  position: absolute;
  right: -44px; bottom: -44px;
  width: 140px; height: 140px;
  border-radius: 50%;
  transform: rotate(16deg);
  background: radial-gradient(circle, rgba(78,165,84,0.09), rgba(48,110,52,0.04) 60%, transparent);
  z-index: 0;
  transition: opacity var(--ease);
  animation: breathe 8s ease-in-out infinite;
  pointer-events: none;
}

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services-section { padding-top: 90px; }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }

.service-card {
  padding: 38px 34px;
  border-top: 3px solid transparent;
  background-clip: padding-box;
}
.service-training { border-top-color: var(--sg-400); }

.service-icon {
  font-size: 2.8rem;
  color: var(--gr-700);
  filter: drop-shadow(0 4px 12px rgba(48,110,52,0.32));
}

.service-tag {
  display: inline-block;
  margin: 10px 0 8px;
  color: var(--gr-700);
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.service-card h3,
.product-info h3,
.size-card h3,
.gender-card h3,
.training-content h3,
.recorded-title,
.form-card-header h3,
.founder-info h3 {
  font-family: var(--font-display);
  color: var(--text);
  line-height: 1.25;
  font-weight: 600;
}
.service-card h3   { font-size: 1.52rem; margin-bottom: 12px; }
.service-card p,
.product-info p,
.why-content p,
.demo-left p,
.contact-info p,
.training-content p,
.recorded-desc { color: var(--muted); }

.service-list, .why-list, .print-list, .demo-features {
  display: grid;
  gap: 10px;
  margin: 18px 0 4px;
  list-style: none;
}
.service-list li, .why-list li, .print-list li, .demo-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 14px;
  border-radius: var(--radius-sm);
  background: rgba(78, 165, 84, 0.06);
  border: 1px solid rgba(78, 165, 84, 0.15);
  color: var(--text);
  font-weight: 500;
  transition: background var(--ease-fast), border-color var(--ease-fast), transform var(--ease-fast);
}
.service-list li:hover, .why-list li:hover, .demo-features li:hover {
  background: rgba(78, 165, 84, 0.12);
  border-color: rgba(78, 165, 84, 0.28);
  transform: translateX(4px);
}

/* ============================================================
   PRODUCTS SECTION
   ============================================================ */
#products { padding-top: 90px; }

.bag-type-selector {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 30px;
}
.bag-type-btn {
  border: 1px solid rgba(48,110,52,0.26);
  border-radius: var(--radius-xs);
  padding: 10px 20px;
  cursor: pointer;
  background: var(--surface);
  color: var(--muted);
  font-weight: 600;
  font-size: 0.84rem;
  letter-spacing: 0.6px;
  transition: all var(--ease);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bag-type-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--green-grad);
  background-size: 200% auto;
  opacity: 0;
  transition: opacity var(--ease);
}
.bag-type-btn:hover .bag-type-btn-label,
.bag-type-btn.active .bag-type-btn-label { position: relative; z-index: 1; }
.bag-type-btn:hover,
.bag-type-btn.active {
  color: #FEFDFB;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(48, 110, 52, 0.30);
}
.bag-type-btn:hover::before,
.bag-type-btn.active::before { opacity: 1; animation: shimmer 3s linear infinite; }

.products-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; align-items: stretch; }

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 510px;
  border-radius: var(--radius);
  background: var(--luxury-surface);
  border: 1px solid rgba(78, 165, 84, 0.18);
  perspective: var(--perspective);
  transform-style: preserve-3d;
  transition: transform var(--ease-3d), box-shadow var(--ease), border-color var(--ease);
}
.product-card:hover {
  transform: perspective(var(--perspective)) rotateY(-6deg) translateY(-10px) scale(1.02);
  box-shadow: 12px 18px 56px rgba(20, 62, 24, 0.16), var(--glow-br);
  border-color: rgba(78, 165, 84, 0.38);
}

.product-img, .real-product-img {
  height: 220px;
  min-height: 220px;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 36%, #E8F5EA, #72BC78 68%, #3D8842);
  border-bottom: 1px solid rgba(48,110,52,0.12);
  transition: background var(--ease);
  position: relative;
}
.product-img::after,
.real-product-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--green-shimmer);
  background-size: 300% auto;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.product-card:hover .product-img::after,
.product-card:hover .real-product-img::after {
  opacity: 1;
  animation: shimmer 1.5s linear infinite;
}
.product-card:hover .product-img,
.product-card:hover .real-product-img {
  background: radial-gradient(circle at 50% 36%, #C4E8C8, #4EA554 68%, #1A3D1E);
}

.product-img::before {
  width: 126px; height: 146px;
  border-radius: 14px 14px 22px 22px;
  background:
    linear-gradient(145deg, rgba(214,236,216,0.6), transparent 38%),
    var(--weave),
    linear-gradient(145deg, #E8F5EA, #72BC78 50%, #3D8842);
  box-shadow: 0 22px 48px rgba(0,0,0,0.10), inset 0 0 0 2px rgba(214,236,216,0.6);
  content: '';
  display: block;
  transform: translateY(4px);
  transition: transform var(--ease-3d);
}
.product-card:hover .product-img::before {
  transform: translateY(-4px) perspective(300px) rotateX(6deg);
}

.real-product-img::before,
.real-product-img::after { display: none !important; }
.real-product-img {
  aspect-ratio: 1/1 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 14px !important;
}
.real-product-img img,
.product-card .real-product-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 6px !important;
  background: transparent !important;
  transition: transform 0.5s var(--ease-3d), filter 0.5s var(--ease) !important;
  filter: drop-shadow(0 8px 16px rgba(20, 62, 24, 0.18)) !important;
}
.product-card:hover .real-product-img img {
  transform: scale(1.07) translateY(-4px) !important;
  filter: drop-shadow(0 14px 24px rgba(20, 62, 24, 0.26)) saturate(1.08) !important;
}
.product-emoji-wrap { display: none !important; }

/* ============================================================
   FLOATING PRODUCT CARDS — Premium Corporate Kits
   ============================================================ */
.floating-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid rgba(48, 110, 52, 0.15);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(0) rotateX(0);
  transform-style: preserve-3d;
  animation: float-in 0.8s var(--ease) forwards;
}

@keyframes float-in {
  from { opacity: 0; transform: translateY(30px) rotateX(10deg); }
  to   { opacity: 1; transform: translateY(0) rotateX(0); }
}

.floating-product-card:hover {
  transform: translateY(-12px) rotateX(-2deg);
  box-shadow: 0 24px 48px rgba(48, 110, 52, 0.20), 0 0 40px rgba(78, 165, 84, 0.12);
  border-color: rgba(78, 165, 84, 0.32);
}

.fpc-image-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, #E8F5EA 0%, #72BC78 100%);
}
.fpc-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-3d), filter 0.5s var(--ease);
  filter: brightness(1);
}
.floating-product-card:hover .fpc-image-wrap img {
  transform: scale(1.08) rotateY(3deg);
  filter: brightness(1.1) saturate(1.1);
}

.fpc-badge {
  position: absolute;
  top: 12px; right: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #306E34, #4EA554);
  color: #FEFDFB;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(48, 110, 52, 0.30);
  backdrop-filter: blur(8px);
}

.fpc-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.product-tag-badge {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 3;
  padding: 6px 13px;
  border-radius: var(--radius-xs);
  color: #FEFDFB;
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 3s linear infinite;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(0,0,0,0.14);
}

.product-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }

.product-type-pill {
  align-self: flex-start;
  padding: 6px 11px;
  border-radius: var(--radius-xs);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gr-700);
  background: rgba(78, 165, 84, 0.10);
  border: 1px solid rgba(48, 110, 52, 0.22);
}
.type-printed   { color: var(--sg-600); background: rgba(58,106,60,0.08); border-color: rgba(58,106,60,0.22); }
.type-corporate { color: var(--muted);  background: rgba(46,84,48,0.06);  border-color: rgba(46,84,48,0.16); }

.product-name {
  margin-top: 13px;
  font-family: var(--font-display);
  font-size: 1.34rem;
  line-height: 1.22;
  color: var(--text);
  font-weight: 600;
}
.product-desc { margin: 10px 0 18px; color: var(--muted); font-size: 0.9rem; font-weight: 300; }
.product-meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }

.product-size-chip, .product-moq-chip {
  padding: 7px 11px;
  border-radius: var(--radius-sm);
  background: rgba(78, 165, 84, 0.08);
  border: 1px solid rgba(48, 110, 52, 0.18);
  color: var(--text);
  font-weight: 600;
  font-size: 0.86rem;
}

.product-actions { display: flex; margin-top: 18px; gap: 10px; }

.btn-add-enquiry, .btn-wa-quick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 46px;
  padding: 10px 18px;
  border: 0;
  border-radius: var(--radius-xs);
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.4px;
  transition: all var(--ease);
  position: relative;
  overflow: hidden;
}
.btn-add-enquiry {
  flex: 1;
  color: #FEFDFB;
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 4s linear infinite;
}
.btn-wa-quick { color: #FEFDFB; background: var(--gr-500); }
.btn-add-enquiry:hover, .btn-wa-quick:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(48, 110, 52, 0.38);
}

.moq-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
  border-radius: var(--radius);
  padding: 28px;
  background:
    radial-gradient(circle at 92% 18%, rgba(78, 165, 84, 0.08), transparent 16rem),
    linear-gradient(135deg, #E8F5EA, #F2F8F0);
  border: 1px solid rgba(48, 110, 52, 0.20);
  box-shadow: var(--shadow);
}
.moq-icon { font-size: 2.1rem; }
.moq-text { display: flex; flex-direction: column; gap: 3px; }
.moq-text strong { color: var(--text); font-size: 1.1rem; }
.moq-text span   { color: var(--muted); }

/* ============================================================
   GLOBAL BUTTONS
   ============================================================ */
.btn-primary, .btn-primary-brown, .btn-ghost, .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 14px 30px;
  border-radius: var(--radius-xs);
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all var(--ease);
  position: relative;
  overflow: hidden;
}
.btn-primary::before,
.btn-primary-brown::before,
.btn-whatsapp::before {
  content: '';
  position: absolute;
  top: 0; left: -120%; bottom: 0;
  width: 60%;
  background: var(--green-shimmer);
  animation: greenSheen 3.5s ease-in-out infinite;
}

.btn-primary {
  color: #FEFDFB;
  background: var(--green-grad);
  background-size: 300% auto;
  animation: shimmer 4s linear infinite;
  box-shadow: 0 12px 32px rgba(48, 110, 52, 0.30);
}
.btn-primary-brown {
  color: #FEFDFB;
  background: linear-gradient(135deg, var(--sg-600), var(--gr-300));
  box-shadow: 0 12px 32px rgba(26, 61, 30, 0.24);
}
.btn-ghost {
  color: var(--gr-800);
  background: rgba(248, 252, 248, 0.90);
  border: 1.5px solid var(--gr-400);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(20, 62, 24, 0.09);
}
.btn-primary:hover, .btn-primary-brown:hover, .btn-whatsapp:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(26, 61, 30, 0.40);
}
.btn-ghost:hover {
  transform: translateY(-4px);
  background: rgba(78, 165, 84, 0.12);
  border-color: var(--sg-500);
  box-shadow: var(--glow-br);
}
.btn-whatsapp {
  background: var(--green-grad);
  background-size: 200% auto;
  color: #FEFDFB;
  box-shadow: 0 10px 28px rgba(48,110,52,0.28);
  animation: shimmer 4s linear infinite;
}
.full-width { width: 100%; }
.mt-16 { margin-top: 16px; }

.nav-whatsapp-btn, .btn-whatsapp, .whatsapp-float {
  background: var(--green-grad);
  background-size: 200% auto;
  color: #FEFDFB;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(48, 110, 52, 0.28);
  text-decoration: none;
  animation: shimmer 4s linear infinite;
}

/* ============================================================
   ISO SECTION
   ============================================================ */
.iso-section {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 48%, rgba(78, 165, 84, 0.10), transparent 30rem),
    radial-gradient(circle at 82% 40%, rgba(48, 110, 52, 0.07),  transparent 26rem),
    linear-gradient(128deg, #E8F5EA, #F2F8F0 56%, #E0EEE2);
}
.iso-wrapper { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 56px; align-items: center; }
.iso-left { display: grid; place-items: center; min-height: 420px; }

.iso-badge-large {
  position: relative;
  width: 320px; height: 320px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle,
    #F2F8F0  0 36%,
    #72BC78  37% 53%,
    var(--gr-500)  54% 60%,
    #FEFDFB  61% 100%);
  box-shadow:
    0 24px 64px rgba(20, 62, 24, 0.14),
    0 0 60px rgba(78, 165, 84, 0.20),
    inset 0 0 0 14px rgba(196,232,200,0.5);
  animation: tumbleIn 1.2s var(--ease-3d) both;
}

.iso-ring {
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 1.5px dashed rgba(37, 86, 40, 0.28);
  animation: spin-slow 20s linear infinite, orbitGlow 3s ease-in-out infinite;
}
.iso-ring.r2 {
  inset: 28px;
  border-color: rgba(78, 165, 84, 0.40);
  animation: spin-rev 28s linear infinite, orbitGlow 4s ease-in-out infinite;
  border-style: solid;
  border-width: 1px;
}
.iso-ring.r3 {
  inset: 56px;
  border-color: rgba(48, 110, 52, 0.44);
  animation: spin-slow 15s linear infinite, orbitGlow 5s ease-in-out infinite;
  border-style: dashed;
}

.iso-center-text { position: relative; z-index: 1; text-align: center; color: var(--text); }
.iso-center-text span { display: block; }
.iso-num {
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 0.9;
  font-weight: 600;
  color: var(--text);
}
.iso-std {
  font-family: var(--font-cinzel);
  font-size: 1.25rem;
  letter-spacing: 2.5px;
  font-weight: 600;
  background: var(--green-foil);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 4s linear infinite;
}
.iso-qms { margin-top: 9px; font-weight: 700; letter-spacing: 4px; color: var(--muted); font-size: 0.74rem; }

.iso-desc { font-size: 1rem; line-height: 1.9; color: var(--muted); margin: 12px 0 24px; font-weight: 300; }
.iso-details-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }

.iso-detail {
  display: flex; flex-direction: column;
  justify-content: center;
  min-height: 108px;
  padding: 22px 24px;
  border-radius: var(--radius-sm);
  background: var(--luxury-surface);
  border: 1px solid rgba(48,110,52,0.18);
  transition: transform var(--ease-3d), border-color var(--ease), box-shadow var(--ease);
}
.iso-detail:hover {
  transform: perspective(400px) translateZ(12px) translateY(-4px);
  border-color: rgba(48,110,52,0.32);
  box-shadow: var(--shadow), var(--glow-br);
}
.iso-detail:nth-child(2n) { background: #D8EED8; }

.iso-label { font-family: var(--font-body); letter-spacing: 1.4px; text-transform: uppercase; font-size: 0.68rem; color: var(--gr-700); font-weight: 700; }
.iso-val   { margin-top: 6px; font-size: 0.98rem; font-weight: 700; color: var(--text); }

.iso-logos-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.iso-logo-badge {
  padding: 8px 15px;
  border-radius: var(--radius-xs);
  font-family: var(--font-body);
  letter-spacing: 1.2px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #FEFDFB;
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 5s linear infinite;
}

/* ============================================================
   SIZES SECTION
   ============================================================ */
.sizes-section { padding-top: 80px; }
.sizes-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr); gap: 36px; align-items: start; }

.sizes-table-wrap {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid rgba(48,110,52,0.18);
  box-shadow: var(--shadow);
  max-width: 100%;
}
.sizes-table-header, .size-row {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr 1.2fr;
  align-items: center;
}
.sizes-table-header {
  min-height: 68px;
  background: var(--green-grad) !important;
  background-size: 300% auto !important;
  animation: shimmer 5s linear infinite !important;
  color: #FEFDFB !important;
  font-family: var(--font-cinzel);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
}
.st-col, .sr-col { padding: 14px 17px; border-bottom: 1px solid rgba(48,110,52,0.08); }
.size-row {
  min-height: 74px;
  background: #FEFDFB !important;
  color: var(--text);
  transition: all var(--ease-fast);
}
.size-row:nth-child(even) { background: #E8F5EA !important; }
.size-row:hover, .size-row-active {
  background: rgba(78, 165, 84, 0.09) !important;
  transform: translateX(5px);
  border-left: 3px solid var(--gr-400);
}
.size-badge { font-weight: 700; color: var(--text); }
.size-hot-tag {
  display: inline-flex;
  margin-left: 7px;
  padding: 3px 9px;
  border-radius: 999px;
  color: #FEFDFB;
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 3s linear infinite;
  font-size: 0.7rem;
  font-weight: 800;
}
.plain-check, .printed-check {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 4s linear infinite;
  color: #FEFDFB;
  font-weight: 900;
}
.best-for { font-weight: 600; color: var(--text); }

.sizes-right { display: grid; gap: 18px; }
.print-card, .material-card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--luxury-surface);
  border: 1px solid rgba(48,110,52,0.18);
  box-shadow: var(--shadow);
  transition: transform var(--ease-3d), border-color var(--ease), box-shadow var(--ease);
}
.print-card:hover, .material-card:hover {
  transform: translateY(-5px) perspective(600px) rotateX(-3deg);
  border-color: rgba(48, 110, 52, 0.32);
  box-shadow: var(--shadow-lg), var(--glow-br);
}
.print-icon, .wc-icon, .gender-icon {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: var(--radius-sm);
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 4s linear infinite;
  color: #FEFDFB;
  box-shadow: 0 8px 22px rgba(48, 110, 52, 0.24);
  transition: transform var(--ease);
}
.print-card:hover .print-icon,
.material-card:hover .print-icon { transform: scale(1.1) rotate(-6deg); }

.print-card h3, .material-card h4,
.training-h3, .training-info-card h3 {
  margin-top: 13px; margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 1.42rem;
  color: var(--text);
  font-weight: 600;
}
.print-card p { color: var(--muted); font-weight: 300; }
.print-moq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 15px;
  padding: 13px;
  border-radius: var(--radius-sm);
  background: rgba(78,165,84,0.06);
  border: 1px solid rgba(48,110,52,0.16);
}

.material-specs { display: grid; gap: 12px; margin-top: 15px; }
.spec-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px;
  border-radius: var(--radius-sm);
  background: rgba(78,165,84,0.05);
  border: 1px solid rgba(48,110,52,0.12);
  transition: background var(--ease-fast), transform var(--ease-fast), border-color var(--ease-fast);
}
.spec-item:hover {
  background: rgba(78, 165, 84, 0.10);
  border-color: rgba(48, 110, 52, 0.24);
  transform: translateX(3px);
}
.spec-icon {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 8px;
  background: rgba(78, 165, 84, 0.14);
  color: var(--gr-700);
}
.spec-item strong { display: block; color: var(--text); }
.spec-item span   { display: block; color: var(--muted); font-size: 0.86rem; }

/* ============================================================
   WHY SECTION
   ============================================================ */
.why-section { padding: 90px 0; }
.why-grid, .iso-wrapper, .demo-wrapper, .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: start;
}
.why-visual { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 15px; }
.why-card { padding: 24px; }
.why-card h4 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 12px 0 7px;
  color: var(--text);
  font-weight: 600;
}
.why-card .wc-icon { background: var(--green-grad); background-size: 200% auto; animation: shimmer 4s linear infinite; }
.wc2, .wc4 { margin-top: 32px; }

.wc1::before { background: linear-gradient(90deg, var(--gr-600), var(--gr-400)); background-size: 200% auto; animation: shimmer 4s linear infinite; }
.wc2::before { background: linear-gradient(90deg, var(--sg-600), var(--sg-400)); }
.wc3::before { background: linear-gradient(90deg, var(--gr-500), var(--gr-300)); background-size: 200% auto; animation: shimmer 5s linear infinite; }
.wc4::before { background: linear-gradient(90deg, var(--muted), var(--gr-200)); }

.why-text p { color: var(--muted); font-size: 1.02rem; line-height: 1.85; font-weight: 300; }
.check {
  width: 20px; height: 20px;
  flex: 0 0 auto;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 4s linear infinite;
  color: #FEFDFB;
  font-weight: 900;
  font-size: 0.75rem;
}

/* ============================================================
   TRAINING SECTION
   ============================================================ */
.training-section {
  padding-top: 90px;
  background:
    radial-gradient(circle at 10% 18%, rgba(78, 165, 84, 0.08),  transparent 24rem),
    radial-gradient(circle at 88% 14%, rgba(48, 110, 52, 0.05),   transparent 26rem),
    linear-gradient(135deg, #E8F5EA, #F2F8F0);
}
.gender-banner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 18px;
  margin-bottom: 34px;
  padding: 24px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0, rgba(78,165,84,0.07), transparent 18rem),
    linear-gradient(135deg, #E8F5EA, #F2F8F0);
  border: 1px solid rgba(48,110,52,0.18);
}
.gender-card {
  padding: 24px;
  border-radius: var(--radius);
  background: var(--luxury-surface);
  border: 1px solid rgba(48,110,52,0.18);
}
.gender-card h3 { margin: 12px 0 8px; color: var(--text); font-family: var(--font-display); font-weight: 600; }
.gender-card p  { color: var(--muted); }
.gender-badge {
  display: inline-flex;
  margin-top: 13px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(78, 165, 84, 0.12);
  color: var(--gr-700);
  font-weight: 700;
  font-size: 0.84rem;
}
.gender-divider { display: grid; place-items: center; gap: 9px; color: var(--muted); }
.gd-line { width: 2px; height: 60px; background: linear-gradient(to bottom, transparent, var(--gr-400), transparent); }
.gd-circle {
  width: 50px; height: 50px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid rgba(48,110,52,0.20);
}

.training-section .training-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.training-modules, .training-info-card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--luxury-surface);
  border: 1px solid rgba(48,110,52,0.18);
  box-shadow: var(--shadow);
}

.module-list { display: grid; gap: 12px; }
.module-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: var(--radius-sm);
  background: rgba(78,165,84,0.05);
  border: 1px solid rgba(48,110,52,0.12);
  transition: background var(--ease-fast), border-color var(--ease-fast), transform var(--ease-fast);
}
.module-item:hover {
  background: rgba(78, 165, 84, 0.10);
  border-color: rgba(48,110,52,0.26);
  transform: translateX(5px);
}
.module-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; background: rgba(78, 165, 84, 0.14); color: var(--gr-700); }
.module-item strong { display: block; color: var(--text); font-weight: 600; }
.module-item span   { display: block; color: var(--muted); font-size: 0.9rem; }
.module-num {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: var(--radius-sm);
  color: #FEFDFB;
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 4s linear infinite;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.84rem;
}

.training-info-card .highlight-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.highlight-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px;
  border-radius: var(--radius-sm);
  background: rgba(78,165,84,0.05);
  border: 1px solid rgba(48,110,52,0.12);
  transition: background var(--ease-fast), transform var(--ease-fast);
}
.highlight-item:hover { background: rgba(78, 165, 84, 0.10); transform: translateY(-2px); }
.hi-icon { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; background: var(--green-grad); background-size: 200% auto; animation: shimmer 4s linear infinite; color: #FEFDFB; }
.highlight-item strong { display: block; color: var(--text); font-weight: 600; }
.highlight-item span   { display: block; color: var(--muted); font-size: 0.86rem; }

.training-contact-box {
  margin-top: 18px;
  padding: 17px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(78,165,84,0.07), rgba(48,110,52,0.04));
  border: 1px solid rgba(48,110,52,0.20);
}
.training-contact-box p { margin: 0 0 7px; color: var(--text); }

/* ============================================================
   VIDEOS / DARK SECTION
   ============================================================ */
.dark-section {
  padding: 80px 0;
  background:
    radial-gradient(circle at 16% 14%, rgba(78, 165, 84, 0.09), transparent 22rem),
    radial-gradient(circle at 84% 60%, rgba(48, 110, 52, 0.06), transparent 26rem),
    linear-gradient(135deg, #E0EEE2, #F2F8F0 55%, #D8EAD8);
}
#videos { padding-bottom: 40px; }

.training-grid, .recorded-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.recorded-grid { align-items: stretch; }
.recorded-card {
  min-height: 100%;
  cursor: pointer;
  border-radius: var(--radius);
  background: var(--luxury-surface);
  border: 1px solid rgba(48,110,52,0.18);
  transition: transform var(--ease-3d), box-shadow var(--ease), border-color var(--ease);
}
.recorded-card:hover {
  transform: perspective(var(--perspective)) rotateY(-5deg) translateY(-8px);
  box-shadow: 10px 16px 44px rgba(20,62,24,0.15), var(--glow-br);
  border-color: rgba(48,110,52,0.32);
}

.recorded-thumb, .video-thumb {
  position: relative;
  height: 175px;
  min-height: 175px;
  background: var(--gr-800);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.recorded-card:hover .recorded-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--green-shimmer);
  background-size: 300% auto;
  animation: shimmer 1.5s linear infinite;
  pointer-events: none;
}
.recorded-play, .play-btn, .play-button {
  position: absolute;
  inset: auto auto 16px 18px;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 4s linear infinite;
  color: #FEFDFB;
  border: 0;
  cursor: pointer;
  transition: all var(--ease);
  box-shadow: 0 10px 30px rgba(48,110,52,0.35);
}
.play-btn, .play-button { position: static; width: 62px; height: 62px; }
.recorded-play:hover, .play-btn:hover, .play-button:hover {
  transform: scale(1.1);
  box-shadow: 0 14px 40px rgba(26,61,30,0.48);
}
.video-dur-badge {
  position: absolute;
  right: 13px; bottom: 16px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(0,0,0,0.60);
  color: #F4F9F4;
  font-weight: 700;
  font-size: 0.74rem;
  backdrop-filter: blur(6px);
}
.recorded-body { padding: 20px; }
.recorded-tag   { margin: 0 0 8px; color: var(--gr-700); font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; }
.recorded-title { font-size: 1.08rem; color: var(--text); font-family: var(--font-display); font-weight: 600; }
.recorded-desc  { color: var(--muted); font-size: 0.88rem; font-weight: 300; }
.recorded-meta  { display: flex; gap: 14px; color: var(--muted); font-size: 0.74rem; }

/* ============================================================
   DEMO SECTION
   ============================================================ */
#demo {
  background:
    radial-gradient(circle at 13% 16%, rgba(78,165,84,0.08), transparent 22rem),
    radial-gradient(circle at 84% 12%, rgba(48,110,52,0.05),  transparent 24rem),
    linear-gradient(135deg, #F2F8F0, #E8F5EA);
}
.demo-wrapper { align-items: center; }
.demo-left .section-title { text-align: left; }
.demo-left p { font-size: 1.02rem; color: var(--muted); font-weight: 300; }

.demo-slots {
  margin-top: 24px;
  padding: 18px;
  border-radius: var(--radius-sm);
  background: var(--luxury-surface);
  border: 1px solid rgba(48,110,52,0.18);
}
.slot-title  { margin-bottom: 12px; color: var(--text); font-weight: 600; }
.slots-row   { display: flex; flex-wrap: wrap; gap: 9px; }
.slot {
  padding: 9px 14px;
  border-radius: var(--radius-xs);
  border: 1px solid rgba(48,110,52,0.20);
  background: rgba(78,165,84,0.05);
  color: var(--text);
  cursor: pointer;
  font-weight: 600;
  font-size: 0.84rem;
  transition: all var(--ease-fast);
}
.slot:hover, .slot.active-slot {
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 3s linear infinite;
  color: #FEFDFB;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(48,110,52,0.28);
}

.demo-form-card, .contact-form-card {
  border-radius: var(--radius);
  background: var(--luxury-surface);
  border: 1px solid rgba(48,110,52,0.18);
  padding: 36px;
  box-shadow: var(--shadow);
}
.form-card-header { margin-bottom: 22px; }
.form-card-header h3 { font-size: 1.42rem; font-family: var(--font-display); font-weight: 600; color: var(--text); }
.form-sub, .form-note { color: var(--muted); font-size: 0.83rem; }

.form-group { margin-bottom: 16px; }
.form-group label {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--muted);
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  border: 1.5px solid rgba(48,110,52,0.24);
  border-radius: var(--radius-sm);
  padding: 12px 15px;
  background: #FEFDFB;
  color: var(--text);
  outline: 0;
  transition: all var(--ease-fast);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(66,108,68,0.40); }
.form-group select option { background: #FEFDFB; color: var(--text); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gr-400);
  box-shadow: 0 0 0 3px rgba(78, 165, 84, 0.14), var(--glow-br);
  background: #F2F8F0;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.or-divider {
  position: relative;
  text-align: center;
  margin: 18px 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}
.or-divider::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gr-400), transparent);
}
.or-divider span { position: relative; padding: 0 14px; background: var(--surface); }
.form-note a { color: var(--gr-700); font-weight: 700; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section {
  background:
    radial-gradient(ellipse 70% 50% at 92% 8%, rgba(78,165,84,0.08), transparent 22rem),
    var(--grain-h), var(--grain-v), var(--bg);
}
.testimonials-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 0 12px;
  scroll-behavior: smooth;
}
.testimonials-track::-webkit-scrollbar { height: 3px; }
.testimonials-track::-webkit-scrollbar-thumb {
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 3s linear infinite;
  border-radius: 999px;
}
.testimonial-card {
  min-width: 310px; max-width: 310px;
  padding: 28px;
  scroll-snap-align: start;
  border-top: 3px solid transparent;
  background: var(--luxury-surface);
}
.tc-green   { border-top-color: var(--gr-400); }
.tc-blue    { border-top-color: var(--sg-600); }
.tc-purple  { border-top-color: var(--gr-300); }
.tc-pink    { border-top-color: var(--sg-300); }
.tc-amber   { border-top-color: var(--gr-500); }

.stars {
  color: var(--gr-500);
  font-size: 1rem;
  margin-bottom: 13px;
  filter: drop-shadow(0 2px 6px rgba(48,110,52,0.38));
}
.testimonial-card p { font-size: 0.88rem; color: var(--muted); font-style: italic; margin-bottom: 18px; font-weight: 300; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: #FEFDFB;
  font-weight: 900;
  font-size: 0.9rem;
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 5s linear infinite;
  flex: 0 0 auto;
}
.t-author strong { display: block; color: var(--text); font-size: 0.86rem; }
.t-author span   { font-size: 0.74rem; color: var(--muted); }
.testimonial-nav { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.t-nav {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 0;
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 4s linear infinite;
  color: #FEFDFB;
  font-weight: 900;
  cursor: pointer;
  transition: all var(--ease);
}
.t-nav:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 10px 24px rgba(26,61,30,0.38);
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.contact-grid { align-items: start; }
.contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.contact-card {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius);
  background: var(--luxury-surface);
  border: 1px solid rgba(48,110,52,0.18);
  transition: all var(--ease-3d);
}
.contact-card:hover {
  transform: translateY(-5px) perspective(400px) rotateX(-3deg);
  box-shadow: var(--shadow), var(--glow-br);
  border-color: rgba(48,110,52,0.32);
}
.cc-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: var(--radius-sm); color: #FEFDFB; background: var(--green-grad); background-size: 200% auto; animation: shimmer 4s linear infinite; flex: 0 0 auto; }
.cc-hover-blue   .cc-icon { background: linear-gradient(135deg, var(--gr-700), var(--gr-500)); background-size: 200% auto; }
.cc-hover-amber  .cc-icon { background: linear-gradient(135deg, var(--sg-600), var(--sg-400)); background-size: 200% auto; }
.cc-hover-purple .cc-icon { background: var(--green-grad); background-size: 200% auto; animation: shimmer 4s linear infinite; }
.cc-content h4   { font-family: var(--font-body); font-size: 0.7rem; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gr-700); font-weight: 700; }
.cc-content strong { display: block; font-size: 0.82rem; color: var(--text); word-break: break-word; }
.cc-content span   { font-size: 0.74rem; color: var(--muted); }

.founder-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 22px;
  margin: 22px 0;
  background: var(--luxury-surface);
  border: 1px solid rgba(48,110,52,0.18);
  border-radius: var(--radius);
  border-left: 4px solid var(--gr-400);
  transition: all var(--ease);
}
.founder-card:hover {
  transform: translateX(6px);
  border-left-color: var(--sg-500);
  box-shadow: var(--shadow);
}
.founder-info h3    { font-size: 1.24rem; font-family: var(--font-display); font-weight: 600; color: var(--text); }
.founder-title      { font-weight: 700; color: var(--gr-700); }
.founder-org        { font-size: 0.76rem; color: var(--muted); }

.social-links { display: flex; gap: 10px; flex-wrap: wrap; }
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: var(--radius-xs);
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 0.76rem;
  transition: all var(--ease);
}
.whatsapp-btn  { background: var(--green-grad); background-size: 200% auto; animation: shimmer 4s linear infinite; color: #FEFDFB; }
.email-btn     { background: var(--surface); color: var(--text); border: 1px solid rgba(48,110,52,0.24); }
.instagram-btn { background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af); color: #fff; }
.social-btn:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

/* ============================================================
   VIDEO MODAL & CART
   ============================================================ */
.video-modal, .cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 20, 9, 0.68);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transition: all var(--ease);
}
.video-modal.open, .cart-overlay.open { opacity: 1; visibility: visible; }

.modal-content {
  width: min(92vw, 720px);
  max-height: 86vh;
  overflow: auto;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-lg), var(--glow-br);
  animation: scaleIn 0.3s var(--ease);
  border: 1px solid rgba(48,110,52,0.22);
}
.modal-header, .cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: #E8F5EA;
  color: var(--text);
  border-bottom: 1px solid rgba(48,110,52,0.16);
}
.modal-header h3, .cart-header h3 { font-family: var(--font-cinzel); letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; font-size: 0.9rem; color: var(--text); }
.close-modal, .close-cart { width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(22,32,25,0.06); color: var(--text); cursor: pointer; transition: background var(--ease-fast); }
.close-modal:hover, .close-cart:hover { background: var(--green-grad); background-size: 200% auto; color: #FEFDFB; }
.modal-video-area { height: 285px; display: grid; place-items: center; background: var(--gr-950); }
.modal-body { padding: 24px; }

.cart-overlay { z-index: 1100; display: block; }
.cart-sidebar {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  z-index: 1101;
  width: 420px; max-width: 100%;
  display: flex; flex-direction: column;
  background: var(--surface);
  background-image: var(--grain-h), var(--grain-v);
  box-shadow: -10px 0 40px rgba(20,62,24,0.10);
  border-left: 1px solid rgba(48,110,52,0.18);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.cart-sidebar.open { transform: translateX(0); }
.cart-items  { flex: 1; overflow: auto; padding: 24px; }
.cart-empty  { padding: 52px 20px; text-align: center; color: var(--muted); }
.cart-empty span { font-size: 3rem; display: block; margin-bottom: 13px; }
.cart-item   { display: flex; gap: 13px; padding: 14px 0; border-bottom: 1px solid rgba(48,110,52,0.10); }
.cart-item-img {
  width: 62px; height: 62px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: #E8F5EA;
  font-size: 1.7rem;
  flex: 0 0 auto;
  overflow: hidden;
}
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.cart-item-name  { font-weight: 700; color: var(--text); }
.cart-item-price { font-weight: 700; color: var(--gr-700); font-size: 0.84rem; }
.cart-item-qty   { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.qty-btn {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(48,110,52,0.20);
  background: #E8F5EA;
  color: var(--text);
  cursor: pointer;
  transition: background var(--ease-fast);
}
.qty-btn:hover { background: var(--green-grad); background-size: 200% auto; color: #FEFDFB; border-color: transparent; }
.qty-val    { min-width: 48px; text-align: center; font-weight: 700; color: var(--text); }
.cart-item-remove { border: 0; background: none; color: var(--gr-700); cursor: pointer; font-weight: 700; transition: color var(--ease-fast); }
.cart-item-remove:hover { color: var(--sg-600); }
.cart-footer { padding: 24px; border-top: 1px solid rgba(48,110,52,0.12); }
.cart-total  { display: flex; justify-content: space-between; margin-bottom: 14px; font-weight: 700; font-size: 1.06rem; color: var(--text); }

/* ============================================================
   TOAST & UTILITIES
   ============================================================ */
.toast {
  position: fixed;
  left: 50%; bottom: 34px;
  z-index: 9999;
  transform: translateX(-50%) translateY(18px);
  opacity: 0;
  visibility: hidden;
  padding: 13px 26px;
  border-radius: 999px;
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 3s linear infinite;
  color: #FEFDFB;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  box-shadow: var(--shadow-lg);
  transition: all var(--ease);
  white-space: nowrap;
}
.toast.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

.back-to-top {
  position: fixed;
  right: 28px; bottom: 96px;
  z-index: 900;
  width: 48px; height: 48px;
  border: 0;
  border-radius: var(--radius-sm);
  display: grid; place-items: center;
  background: var(--green-grad);
  background-size: 200% auto;
  animation: shimmer 4s linear infinite;
  color: #FEFDFB;
  box-shadow: var(--shadow);
  cursor: pointer;
  opacity: 0; visibility: hidden;
  transform: translateY(12px);
  transition: all var(--ease);
}
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover   { transform: translateY(-5px); box-shadow: var(--shadow-lg), var(--glow-br); }

.whatsapp-float {
  position: fixed;
  right: 28px; bottom: 28px;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--green-grad);
  background-size: 200% auto;
  color: #FEFDFB;
  font-family: var(--font-body);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(48, 110, 52, 0.36);
  animation: pulse 3s ease-in-out infinite, shimmer 4s linear infinite;
}
.wa-label { font-size: 0.8rem; }

/* ============================================================
   START YOUR JOURNEY CTA SECTION
   ============================================================ */
#start-journey {
  padding: 120px 0;
  background:
    radial-gradient(circle at 14% 24%, rgba(78,165,84,0.10), transparent 26rem),
    radial-gradient(circle at 86% 76%, rgba(48,110,52,0.07),  transparent 30rem),
    var(--grain-h), var(--grain-v),
    linear-gradient(135deg, #E8F5EA, #F2F8F0 58%, #DCE8DC);
  border-top: 1px solid rgba(48, 110, 52, 0.22);
  border-bottom: 1px solid rgba(48, 110, 52, 0.22);
  position: relative;
  overflow: hidden;
}
.journey-cta-wrapper { max-width: 900px; margin: 0 auto; padding: 0 32px; }
.journey-cta-box {
  background: var(--green-foil);
  background-size: 400% auto;
  animation: shimmer 8s linear infinite;
  border-radius: var(--radius);
  padding: 84px 64px;
  text-align: center;
  box-shadow: 0 24px 56px rgba(20, 62, 24, 0.22), var(--shadow-lg);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform var(--ease-3d), box-shadow var(--ease);
}
.journey-cta-box:hover {
  transform: perspective(1200px) rotateX(-2deg) scale(1.01);
  box-shadow: 0 36px 72px rgba(15, 36, 18, 0.28), var(--shadow-lg);
}
.journey-cta-box::before {
  content: '';
  position: absolute;
  top: -50%; right: -50%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 72%);
  border-radius: 50%;
  animation: breathe 6s ease-in-out infinite;
  pointer-events: none;
}
.journey-cta-box::after {
  content: '';
  position: absolute;
  bottom: -42%; left: -42%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.10), transparent 72%);
  border-radius: 50%;
  animation: breathe 8s ease-in-out infinite reverse;
  pointer-events: none;
}

.journey-tag {
  display: inline-block;
  color: #E8F8EC;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: var(--font-cinzel);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 18px;
  position: relative; z-index: 2;
}
.journey-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 3.4rem);
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 22px;
  line-height: 1.1;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  position: relative; z-index: 2;
}
.journey-title em { font-style: normal; color: #1A1A1A; font-weight: 900; -webkit-text-stroke: 2px #FFD700; text-shadow: 0 2px 4px rgba(0,0,0,0.6); letter-spacing: 2px; opacity: 1; }
.journey-description {
  font-size: 1.28rem;
  color: #F5FFFA;
  margin: 0 0 14px;
  font-weight: 500;
  line-height: 1.62;
  position: relative; z-index: 2;
}
.journey-subtext {
  font-size: 1rem;
  color: #E8F8EC;
  margin: 0 auto 40px;
  line-height: 1.72;
  max-width: 680px;
  position: relative; z-index: 2;
}
.btn-large {
  display: inline-block;
  padding: 17px 46px !important;
  font-size: 1rem !important;
  background: var(--gr-950) !important;
  color: var(--gr-200) !important;
  border-radius: var(--radius-xs) !important;
  font-weight: 700 !important;
  font-family: var(--font-cinzel) !important;
  letter-spacing: 0.8px !important;
  text-decoration: none;
  transition: all var(--ease);
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
  position: relative; z-index: 2;
  border: 0 !important;
}
.btn-large:hover {
  background: var(--gr-800) !important;
  color: var(--gr-300) !important;
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.28);
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #071409; }
.footer-top {
  padding: 72px 0 46px;
  background:
    radial-gradient(circle at 15% 30%, rgba(48, 110, 52, 0.09), transparent 20rem),
    #0F2412;
  border-bottom: 1px solid rgba(78,165,84,0.18);
  border-block: none;
  color: rgba(114,188,120,0.75);
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 42px; }
.footer-logo-wrap { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }

.footer-logo-wrap img,
.footer-logo-img {
  width: 70px; height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(78,165,84,0.38))
          drop-shadow(0 1px 4px rgba(20,62,24,0.22));
  opacity: 0.9;
  transition: opacity var(--ease), filter var(--ease);
}
.footer-logo-wrap:hover img,
.footer-logo-wrap:hover .footer-logo-img {
  opacity: 1;
  filter: drop-shadow(0 4px 12px rgba(48,110,52,0.55))
          drop-shadow(0 2px 6px rgba(78,165,84,0.38));
}

.footer-logo-name {
  font-family: var(--font-cinzel);
  font-size: 1.1rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--emerald-foil);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 6s linear infinite;
}
.footer-logo-tag,
.footer-brand p,
.footer-col a,
.footer-col span,
.footer-bottom p,
.footer-links a { color: rgba(164,208,170,0.62); }
.footer-brand p { font-size: 0.85rem; line-height: 1.82; margin-bottom: 18px; font-weight: 300; }
.footer-cert { display: flex; gap: 9px; flex-wrap: wrap; }
.cert-badge {
  font-size: 0.65rem;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  color: rgba(164,208,170,0.62);
  border: 1px solid rgba(78,165,84,0.20);
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: var(--font-body);
}
.cb-brown { color: var(--gr-300); }
.cb-sand  { color: var(--sg-300); }
.cb-amber { color: var(--gr-200); }
.cb-green { color: var(--gr-300); }
.cb-blue  { color: var(--sg-300); }

.footer-col h4 {
  margin-bottom: 16px;
  color: #E8F5EA;
  font-family: var(--font-cinzel);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; list-style: none; }
.footer-col a  { text-decoration: none; transition: color var(--ease-fast), transform var(--ease-fast); display: inline-block; }
.footer-col a:hover { color: var(--gr-300); transform: translateX(4px); }
.footer-bottom { background: #071409; border-top: 1px solid rgba(255,255,255,0.04); }
.footer-bottom-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-links { display: flex; gap: 20px; }
.footer-links a { text-decoration: none; }

/* ============================================================
   HIGHLIGHT / WHY GRID
   ============================================================ */
.highlight-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.highlight-card {
  border-radius: var(--radius);
  padding: 26px;
  background: linear-gradient(135deg, #E8F5EA, #F2F8F0);
  border: 1px solid rgba(48,110,52,0.18);
  color: var(--text);
  box-shadow: var(--shadow);
  transition: transform var(--ease-3d), border-color var(--ease), box-shadow var(--ease);
}
.highlight-card:hover {
  transform: perspective(600px) rotateY(-4deg) translateY(-5px);
  border-color: rgba(48,110,52,0.32);
  box-shadow: var(--shadow-lg), var(--glow-br);
}
.highlight-num {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 600;
  background: var(--green-foil);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 5s linear infinite;
}

/* ============================================================
   NAV DESKTOP OVERRIDES
   ============================================================ */
@media (min-width: 769px) {
  .nav {
    padding: 26px 0;
    background: rgba(237, 232, 220, 0.97) !important;
    backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(48,110,52,0.18) !important;
    box-shadow: 0 4px 24px rgba(20,62,24,0.08), 0 1px 0 rgba(48,110,52,0.12) !important;
  }
  .nav.scrolled {
    padding: 12px 0;
    background: rgba(228, 222, 206, 0.98) !important;
    border-bottom: 1px solid rgba(48,110,52,0.18) !important;
    box-shadow: 0 4px 24px rgba(20,62,24,0.08), 0 1px 0 rgba(48,110,52,0.12) !important;
  }
  .logo-main, .logo-tagline { text-shadow: none; }
  .nav-link { text-shadow: none; }
}

@media (min-width: 1025px) {
  .nav-inner { max-width: 100% !important; padding-inline: 48px !important; gap: 18px !important; }
  .nav-logo  { min-width: auto !important; flex-shrink: 0 !important; }   /* FIX: was 270px, now auto to let font dictate */
  .nav-links { gap: 14px !important; flex: 1 1 auto !important; justify-content: center !important; }
  .nav-link  { font-size: 0.88rem !important; letter-spacing: 0.8px !important; white-space: nowrap !important; }
  .nav-actions { flex: 0 0 auto !important; gap: 10px !important; }
  .nav-whatsapp-btn { padding: 14px 26px !important; white-space: nowrap !important; }
  .cart-btn { width: 50px !important; height: 50px !important; flex: 0 0 50px !important; }
  .product-showcase-hero { width: min(620px,100%) !important; height: 540px !important; }
  .product-showcase-hero::before { right: -52px !important; width: 210px !important; height: 310px !important; }
  .product-showcase-hero::after  { left: -44px !important;  width: 240px !important; height: 200px !important; }
}

/* ── FIX: Narrower desktop — keep logo name single line ── */
@media (max-width: 1280px) and (min-width: 1025px) {
  .nav-inner { padding-inline: 28px !important; gap: 14px !important; }
  .nav-logo  { min-width: auto !important; flex-shrink: 0 !important; }
  .logo-main { font-size: 1.2rem !important; letter-spacing: 1px !important; white-space: nowrap !important; }
  .nav-links { gap: 10px !important; }
  .nav-link  { font-size: 0.8rem !important; }
  .nav-whatsapp-btn { padding: 12px 17px !important; font-size: 0.75rem !important; }
  .cart-btn  { width: 46px !important; height: 46px !important; flex-basis: 46px !important; }
}

/* ============================================================
   RESPONSIVE — 1200px
   ============================================================ */
@media (max-width: 1200px) {
  .hero { padding-inline: 40px; }
  .products-grid, .training-grid, .recorded-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
  .iso-wrapper { grid-template-columns: 1fr; gap: 34px; }
  .iso-left { min-height: auto; }
  .sizes-layout { grid-template-columns: 1fr; }
  .product-showcase-hero::before { right: -30px !important; width: 190px !important; }
  .product-showcase-hero::after  { left: -20px !important;  width: 210px !important; }
}

/* ============================================================
   RESPONSIVE — 1024px
   ============================================================ */
@media (max-width: 1024px) {
  html { scroll-padding-top: 94px; }
  section[id] { scroll-margin-top: 100px; }

  .hero {
    grid-template-columns: 1fr !important;
    text-align: left !important;
    padding: 132px 30px 74px !important;
  }
  .hero-image { max-width: 100% !important; width: 100% !important; margin: 0 auto !important; }
  .hero-image .product-showcase-hero::before,
  .hero-image .product-showcase-hero::after { display: none !important; }
  .hero-title { font-size: clamp(3.5rem, 10vw, 5.5rem) !important; }
  .hero-sub { max-width: 100% !important; }
  .hero-cta, .hero-stats { justify-content: flex-start; }
  .services-grid, .why-grid, .iso-wrapper, .sizes-layout, .demo-wrapper, .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .wc2, .wc4 { margin-top: 0; }
  .gender-banner { grid-template-columns: 1fr; }
  .gender-divider { grid-template-columns: 1fr auto 1fr; }
  .gd-line { width: 70px; height: 2px; }
  .training-section .training-grid { grid-template-columns: 1fr; }
  .moq-banner { grid-template-columns: 1fr; text-align: center; }
  .product-card:hover { transform: translateY(-8px) scale(1.01); }
  .recorded-card:hover { transform: translateY(-6px); }
}

/* ============================================================
   RESPONSIVE — 768px (Mobile)
   ============================================================ */
@media (max-width: 768px) {
  .section { padding: 68px 0; }
  .container { padding: 0 18px; }
  .section-title { font-size: 2.2rem; }

  .nav {
    background: rgba(237, 232, 220, 0.98) !important;
    border-bottom: 1px solid rgba(48,110,52,0.16) !important;
    padding: 14px 0 !important;
    box-shadow: 0 2px 16px rgba(20,62,24,0.07) !important;
  }
  .nav-inner { padding: 0 18px; }

  .nav-links {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: min(300px, 88vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 88px 24px 28px;
    background: #F2F8F0;
    background-image: var(--grain-h), var(--grain-v);
    box-shadow: -8px 0 32px rgba(20,62,24,0.10);
    transform: translateX(100%);
    transition: transform var(--ease);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1001;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-link {
    width: 100%;
    font-size: 1rem;
    padding: 13px 0;
    border-radius: 0;
    color: var(--text);
  }
  .hamburger { display: flex; }
  .nav-whatsapp-btn { display: none; }

  .hero {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100svh !important;
    padding: 110px 18px 68px !important;
    text-align: center !important;
    gap: 0 !important;
    background:
      linear-gradient(180deg, rgba(0,0,0,0.82), rgba(0,0,0,0.62)),
      url('4.jpg') center center / cover no-repeat !important;
  }
  .hero-title {
    font-size: clamp(2.6rem, 12vw, 3.8rem) !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 20px !important;
  }
  .hero-sub {
    font-size: 0.98rem !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 28px !important;
  }
  .hero-cta {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 36px !important;
    gap: 12px !important;
  }
  .hero-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 10px !important;
  }
  .hero-image { display: none !important; }

  .product-card:hover,
  .service-card:hover,
  .recorded-card:hover,
  .iso-detail:hover,
  .highlight-card:hover,
  .contact-card:hover { transform: translateY(-5px) !important; }
  .stat:hover,
  .why-card:hover,
  .print-card:hover,
  .material-card:hover { transform: translateY(-4px) !important; }

  .why-visual, .highlight-grid, .iso-details-grid, .contact-cards { grid-template-columns: 1fr; }
  .products-grid, .training-grid, .recorded-grid { grid-template-columns: 1fr; }

  .sizes-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .sizes-table-header, .size-row { grid-template-columns: 1.4fr 0.8fr 0.8fr; }
  .sizes-table-header .st-col:last-child, .size-row .sr-col:last-child { display: none; }

  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }

  .iso-badge-large { width: 240px; height: 240px; }
  .iso-num { font-size: 3.6rem; }
  .training-info-card .highlight-grid { grid-template-columns: 1fr; }

  .module-item { grid-template-columns: auto 1fr; gap: 10px; }
  .module-num { grid-column: 1 / -1; width: 100%; height: 32px; border-radius: var(--radius-xs); }

  .whatsapp-float { right: 16px; bottom: 16px; padding: 12px 16px; }
  .wa-label { display: none; }
  .back-to-top { right: 16px; bottom: 76px; }

  .cart-sidebar { width: 100%; }
  .toast { max-width: calc(100vw - 32px); white-space: normal; text-align: center; }

  .real-product-img { padding: 10px !important; }

  #start-journey { padding: 70px 0; }
  .journey-cta-box { padding: 48px 24px; }
  .journey-description { font-size: 1rem; }
  .journey-subtext { font-size: 0.9rem; }

  .service-card { padding: 24px 20px; }
  .demo-form-card, .contact-form-card { padding: 24px 18px; }
  .testimonial-card { min-width: 280px; max-width: 280px; padding: 22px 18px; }

  .gender-banner { grid-template-columns: 1fr; gap: 14px; padding: 18px; }
  .gender-divider { flex-direction: row; justify-content: center; }
  .gd-line { width: 60px; height: 2px; }

  .moq-banner { grid-template-columns: 1fr; gap: 16px; padding: 20px; }
}

/* ============================================================
   RESPONSIVE — 480px (Small mobile)
   ============================================================ */
@media (max-width: 480px) {
  .container { padding: 0 16px; }

  .hero { padding-inline: 16px !important; }
  .hero-title { font-size: clamp(2rem, 10.5vw, 2.7rem) !important; }

  .btn-primary, .btn-ghost, .btn-whatsapp { width: 100%; justify-content: center; }
  .hero-cta .btn-primary,
  .hero-cta .btn-ghost { width: 100%; }

  .stat-div { display: none; }

  /* FIX: smallest screens — compact logo name, still single line */
  .logo-main { font-size: 0.95rem !important; letter-spacing: 0.8px !important; white-space: nowrap !important; }
  .logo-tagline { display: none; }
  .nav-logo img, .logo-img { width: 44px !important; height: 44px !important; }

  .bag-type-selector {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .bag-type-selector::-webkit-scrollbar { display: none; }
  .bag-type-btn { white-space: nowrap; flex-shrink: 0; }

  .product-actions { flex-direction: column; }
  .btn-wa-quick { width: 100%; }

  .iso-badge-large { width: 200px; height: 200px; }
  .iso-num { font-size: 3rem; }
  .iso-std { font-size: 1rem; }

  .footer-grid { gap: 28px; }
  .footer-cert { gap: 6px; }

  .journey-cta-box { padding: 40px 18px; }
  .btn-large { padding: 14px 28px !important; font-size: 0.9rem !important; width: 100%; text-align: center; display: block !important; }

  .st-col, .sr-col { padding: 10px 10px; font-size: 0.82rem; }
  .size-hot-tag { display: none; }
}

/* ============================================================
   LOGO IMAGE CONTEXT UTILITIES
   ============================================================ */
.logo-img {
  display: block;
  object-fit: contain;
  max-width: 100%;
  height: auto;
  transition: filter var(--ease), transform var(--ease), opacity var(--ease);
}
.logo-img--nav {
  width: 48px; height: 48px;
  filter:
    drop-shadow(0 4px 14px rgba(78, 165, 84, 0.40))
    drop-shadow(0 2px 6px  rgba(20, 62, 24, 0.22));
}
.logo-img--nav:hover {
  filter:
    drop-shadow(0 6px 20px rgba(48, 110, 52, 0.52))
    drop-shadow(0 3px 10px rgba(78, 165, 84, 0.36));
  transform: scale(1.07) translateY(-2px);
}
.logo-img--hero {
  width: 72px; height: 72px;
  filter:
    drop-shadow(0 8px 28px rgba(78, 165, 84, 0.58))
    drop-shadow(0 4px 14px rgba(20, 62, 24, 0.38))
    drop-shadow(0 0 48px rgba(10, 26, 12, 0.32));
}
.logo-img--footer {
  width: 40px; height: 40px;
  opacity: 0.85;
  filter:
    drop-shadow(0 3px 10px rgba(78, 165, 84, 0.36))
    drop-shadow(0 1px 4px  rgba(20, 62, 24, 0.20));
}
.logo-img--footer:hover {
  opacity: 1;
  filter:
    drop-shadow(0 4px 14px rgba(48, 110, 52, 0.54))
    drop-shadow(0 2px 6px  rgba(78, 165, 84, 0.38));
}
.logo-img--loader {
  width: 64px; height: 64px;
  animation: spin-slow 4.5s linear infinite, shimmerGlow 3s ease-in-out infinite;
  filter:
    drop-shadow(0 0 18px rgba(78, 165, 84, 0.58))
    drop-shadow(0 0 36px rgba(20, 62, 24, 0.38));
}

/* ============================================================
   SCROLL ANIMATION
   ============================================================ */
.reveal:not(.visible),
.reveal-left:not(.visible),
.card-3d-reveal:not(.visible) { opacity: 0; }

/* ============================================================
   PRODUCT CARD TYPE DIFFERENTIATION
   ============================================================ */
.product-card[data-type="plain"]      .product-type-pill { color: var(--gr-700); background: rgba(78,165,84,0.10); }
.product-card[data-type="printed"]    .product-type-pill { color: var(--sg-600); background: rgba(58,106,60,0.08); }
.product-card[data-type="corporate"]  .product-type-pill { color: var(--muted);  background: rgba(46,84,48,0.06); }
.product-card[data-type="printed"]    .product-img { background: radial-gradient(circle at 50% 38%, #D8EED8, #4EA554 68%, #255628); }
.product-card[data-type="corporate"]  .product-img { background: radial-gradient(circle at 50% 38%, #E8F5EA, #9DD4A2 68%, #3D8842); }

/* ============================================================
   CUSTOM SCROLLBAR
   ============================================================ */
::-webkit-scrollbar        { width: 6px; }
::-webkit-scrollbar-track  { background: #E8F5EA; }
::-webkit-scrollbar-thumb  { background: linear-gradient(to bottom, var(--gr-600), var(--sg-500)); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(to bottom, var(--gr-500), var(--gr-300)); }

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
  .hero-particles { display: none; }
  .reveal, .reveal-left, .card-3d-reveal { opacity: 1 !important; transform: none !important; }
}