/*
 * ╔══════════════════════════════════════════════════════════════╗
 * ║   AS GLOBAL TRADE — GLOBAL DESIGN SYSTEM                    ║
 * ║   Version 2.0 — Premium B2B Export Identity                 ║
 * ║                                                              ║
 * ║   Brand Direction: Indian export company — Honey,           ║
 * ║   Terracotta Pottery, Ceramic Pottery                        ║
 * ║   Client Accent Colors: Subtle Green + Blue                 ║
 * ╚══════════════════════════════════════════════════════════════╝
 */

/* ──────────────────────────────────────────────────────────────
   1. DESIGN TOKENS (CSS Custom Properties)
   Everything that defines the brand identity lives here.
   ────────────────────────────────────────────────────────────── */
/* Logo Image Styling (Pristine High-Clarity Presentation) */
.logo__img {
  height: 60px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background-color: #ffffff !important;
  padding: 4px 10px !important;
  border-radius: 8px !important;
  display: block !important;
  visibility: visible !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28) !important;
}
@media (min-width: 768px) {
  .logo__img {
    height: 72px;
  }
}
.logo:hover .logo__img {
  transform: scale(1.03);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.40) !important;
}

:root {

  /* ─── Core Palette ─────────────────────────────────────────── */
  /* Darks */
  --c-bg:          #06090F;
  --c-bg-2:        #0C1018;
  --c-navy:        #0D1526;
  --c-navy-2:      #182038;
  --c-navy-lt:     #1E2A48;

  /* Lights */
  --c-white:       #FFFFFF;
  --c-off-white:   #F8F7F4;
  --c-surface:     #F3F2EF;
  --c-surface-2:   #EDECEA;

  /* ─── Brand Accents ─────────────────────────────────────────── */
  /* Gold (Primary — Honey, Ceramics, Heritage) */
  --c-gold:        #C9A84C;
  --c-gold-lt:     #DFC06A;
  --c-gold-dk:     #9E7E2E;
  --c-gold-sub:    rgba(201, 168, 76, 0.10);
  --c-gold-border: rgba(201, 168, 76, 0.20);
  --c-gold-glow:   rgba(201, 168, 76, 0.22);

  /* Green (Secondary — Natural, Eco, Authentic) */
  --c-green:       #2D7A5B;
  --c-green-lt:    #3D9970;
  --c-green-dk:    #1F5740;
  --c-green-sub:   rgba(45, 122, 91, 0.08);
  --c-green-border:rgba(45, 122, 91, 0.18);

  /* Blue (Tertiary — International, Trust, Export) */
  --c-blue:        #2563A8;
  --c-blue-lt:     #3577C2;
  --c-blue-dk:     #1A4A82;
  --c-blue-sub:    rgba(37, 99, 168, 0.08);
  --c-blue-border: rgba(37, 99, 168, 0.18);

  /* ─── Easing & Transitions ────────────────────────────────────── */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --t-fast: 150ms;
  --t-base: 250ms;
  --t-slow: 400ms;
  --t-xslow: 700ms;

  /* ─── Text Scale ─────────────────────────────────────────────── */
  --c-text:        #111827;
  --c-text-2:      #4B5563;
  --c-text-3:      #9CA3AF;
  --c-text-4:      #D1D5DB;

  /* ─── Borders ────────────────────────────────────────────────── */
  --c-border:      rgba(255, 255, 255, 0.07);
  --c-border-lt:   #E5E2DC;
  --c-border-md:   #D4D0CA;

  /* ─── Typography ─────────────────────────────────────────────── */
  /*
   * Pairing: Plus Jakarta Sans (modern, clean, humanist sans)
   *        + DM Serif Display (elegant, editorial serif for headings)
   * Fallbacks maintained for offline robustness.
   */
  --f-display: 'DM Serif Display', 'Cormorant Garamond', Georgia, serif;
  --f-sans:    'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, sans-serif;
  --f-body:    'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, sans-serif;
  --f-mono:    'JetBrains Mono', 'Fira Code', 'Courier New', monospace;

  /* ─── Type Scale (Fluid) ─────────────────────────────────────── */
  --t-hero:    clamp(3rem, 7.5vw, 7.5rem);
  --t-h1:      clamp(2.5rem, 5.5vw, 5rem);
  --t-h2:      clamp(2rem,   4vw,   3.5rem);
  --t-h3:      clamp(1.5rem, 2.5vw, 2rem);
  --t-h4:      clamp(1.25rem,1.8vw, 1.5rem);
  --t-h5:      clamp(1.1rem, 1.5vw, 1.25rem);
  --t-lead:    clamp(1rem,   1.4vw, 1.125rem);
  --t-body:    1rem;
  --t-sm:      0.875rem;
  --t-xs:      0.8125rem;
  --t-2xs:     0.75rem;
  --t-label:   0.6875rem;

  /* ─── Spacing Scale (8pt grid) ───────────────────────────────── */
  --sp-1:  4px;
  --sp-2:  8px;
  --sp-3:  12px;
  --sp-4:  16px;
  --sp-5:  20px;
  --sp-6:  24px;
  --sp-8:  32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-20: 80px;
  --sp-24: 96px;
  --sp-32: 128px;

  /* ─── Section Rhythm ────────────────────────────────────────── */
  --section-py: clamp(72px, 10vw, 140px);
  --section-py-sm: clamp(48px, 7vw, 96px);

  /* ─── Border Radius ─────────────────────────────────────────── */
  --r-xs:   4px;
  --r-sm:   8px;
  --r-md:   12px;
  --r-lg:   16px;
  --r-xl:   24px;
  --r-2xl:  32px;
  --r-3xl:  48px;
  --r-full: 9999px;

  /* ─── Shadows ─────────────────────────────────────────────────── */
  --sh-xs:  0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --sh-sm:  0 2px 8px rgba(0,0,0,0.07), 0 1px 3px rgba(0,0,0,0.04);
  --sh-md:  0 4px 16px rgba(0,0,0,0.09), 0 2px 6px rgba(0,0,0,0.05);
  --sh-lg:  0 10px 40px rgba(0,0,0,0.11), 0 4px 12px rgba(0,0,0,0.06);
  --sh-xl:  0 20px 64px rgba(0,0,0,0.13), 0 8px 24px rgba(0,0,0,0.07);
  --sh-2xl: 0 32px 80px rgba(0,0,0,0.16), 0 12px 32px rgba(0,0,0,0.08);

  /* Colored shadows */
  --sh-gold:     0 6px 32px rgba(201,168,76,0.25),  0 2px 8px rgba(201,168,76,0.15);
  --sh-gold-lg:  0 16px 56px rgba(201,168,76,0.20), 0 6px 16px rgba(201,168,76,0.12);
  --sh-green:    0 6px 32px rgba(45,122,91,0.22),   0 2px 8px rgba(45,122,91,0.12);
  --sh-blue:     0 6px 32px rgba(37,99,168,0.22),   0 2px 8px rgba(37,99,168,0.12);

  /* ─── Easing Curves ─────────────────────────────────────────── */
  --ease-out:    cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);

  /* ─── Transitions ────────────────────────────────────────────── */
  --t-fast:   150ms;
  --t-base:   250ms;
  --t-slow:   400ms;
  --t-xslow:  600ms;
}


/* ──────────────────────────────────────────────────────────────
   2. RESET & GLOBAL BASE
   ────────────────────────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

body {
  font-family: var(--f-body);
  font-size: var(--t-body);
  line-height: 1.6;
  color: var(--c-text);
  background: var(--c-white);
  overflow-x: hidden;
}
/* Body is always visible — no JS gate needed */
body.ready { opacity: 1; }

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

img { height: auto; object-fit: cover; }
a  { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { font-family: var(--f-body); cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: var(--f-body); }
fieldset { border: none; }


/* ──────────────────────────────────────────────────────────────
   3. TYPOGRAPHY SYSTEM
   ────────────────────────────────────────────────────────────── */

/* Display / Heading defaults */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--f-display);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--c-text);
}

h1 { font-size: var(--t-h1); }
h2 { font-size: var(--t-h2); }
h3 { font-size: var(--t-h3); }
h4 { font-size: var(--t-h4); }
h5 { font-size: var(--t-h5); }

p {
  font-size: var(--t-body);
  line-height: 1.75;
  color: var(--c-text-2);
  max-width: 68ch;
}

/* Lead paragraph */
.p-lead {
  font-size: var(--t-lead);
  line-height: 1.7;
  color: var(--c-text-2);
}

/* Small / caption text */
.p-sm   { font-size: var(--t-sm);  line-height: 1.6; color: var(--c-text-3); }
.p-xs   { font-size: var(--t-xs);  line-height: 1.55; color: var(--c-text-3); }
.p-2xs  { font-size: var(--t-2xs); line-height: 1.5; color: var(--c-text-3); }

/* Mono / data */
.p-mono {
  font-family: var(--f-mono);
  font-size: var(--t-xs);
  letter-spacing: 0.04em;
  color: var(--c-text-2);
}

/* Font weights */
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }


/* ──────────────────────────────────────────────────────────────
   4. LAYOUT UTILITIES
   ────────────────────────────────────────────────────────────── */

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
}
.wrap--wide   { max-width: 1520px; }
.wrap--narrow { max-width: 860px;  }
.wrap--xs     { max-width: 640px;  }

/* Grid helpers */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-8);
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-6);
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-6);
}

@media (min-width: 640px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

/* Stack / row */
.flex-row { display: flex; align-items: center; gap: var(--sp-4); }
.flex-col  { display: flex; flex-direction: column; gap: var(--sp-4); }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.flex-wrap { flex-wrap: wrap; }

/* Section spacing */
.section { padding: var(--section-py) 0; }
.section--sm { padding: var(--section-py-sm) 0; }


/* ──────────────────────────────────────────────────────────────
   5. SCROLLBAR & SELECTION
   ────────────────────────────────────────────────────────────── */
::-webkit-scrollbar       { width: 6px; }
::-webkit-scrollbar-track { background: var(--c-surface); }
::-webkit-scrollbar-thumb {
  background: var(--c-gold);
  border-radius: var(--r-full);
}
::-webkit-scrollbar-thumb:hover { background: var(--c-gold-dk); }
::selection { background: rgba(201,168,76,0.15); color: var(--c-navy); }


/* ──────────────────────────────────────────────────────────────
   6. ACCESSIBILITY
   ────────────────────────────────────────────────────────────── */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}

/* Elegant focus states — visible only for keyboard users */
:focus-visible {
  outline: 2px solid var(--c-gold);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}
:focus:not(:focus-visible) { outline: none; }


/* ──────────────────────────────────────────────────────────────
   7. DESIGN ATOMS — LABELS & BADGES
   ────────────────────────────────────────────────────────────── */

/* Primary label pill — Gold */
.label-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--f-body);
  font-size: var(--t-label);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-gold-dk);
  background: var(--c-gold-sub);
  border: 1px solid var(--c-gold-border);
  padding: 5px 14px;
  border-radius: var(--r-full);
  margin-bottom: var(--sp-5);
  white-space: nowrap;
}
.label-pill::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--c-gold);
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse-dot 2.4s ease-in-out infinite;
}

/* Green label variant */
.label-pill--green {
  color: var(--c-green-dk);
  background: var(--c-green-sub);
  border-color: var(--c-green-border);
}
.label-pill--green::before { background: var(--c-green); }

/* Blue label variant */
.label-pill--blue {
  color: var(--c-blue-dk);
  background: var(--c-blue-sub);
  border-color: var(--c-blue-border);
}
.label-pill--blue::before { background: var(--c-blue); }

/* Dark variant (for use on dark backgrounds) */
.label-pill--dark {
  color: var(--c-gold);
  background: rgba(201,168,76,0.08);
  border-color: rgba(201,168,76,0.15);
}
.label-pill--dark::before { background: var(--c-gold); }

/* Simple badge */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: var(--t-label);
  font-weight: 600;
  padding: 4px 10px;
  border-radius: var(--r-full);
}
.badge--gold  { background: var(--c-gold-sub); color: var(--c-gold-dk); }
.badge--green { background: var(--c-green-sub); color: var(--c-green-dk); }
.badge--blue  { background: var(--c-blue-sub);  color: var(--c-blue-dk);  }
.badge--dark  { background: var(--c-navy); color: var(--c-white); }


/* ──────────────────────────────────────────────────────────────
   8. DESIGN ATOMS — SECTION HEADERS
   ────────────────────────────────────────────────────────────── */
.section-head {
  margin-bottom: clamp(40px, 6vw, 80px);
}
.section-head h2 {
  font-size: var(--t-h2);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--c-text);
  margin-bottom: var(--sp-4);
}
.section-head p {
  font-size: var(--t-lead);
  color: var(--c-text-2);
  line-height: 1.7;
  max-width: 56ch;
}
.section-head--center { text-align: center; }
.section-head--center p { margin-left: auto; margin-right: auto; }

/* Rule divider */
.rule {
  display: block;
  width: 40px; height: 2px;
  background: linear-gradient(90deg, var(--c-gold), transparent);
  border-radius: var(--r-full);
  margin: var(--sp-4) 0 var(--sp-6);
}
.rule--center { margin-left: auto; margin-right: auto; }
.rule--green  { background: linear-gradient(90deg, var(--c-green), transparent); }
.rule--blue   { background: linear-gradient(90deg, var(--c-blue), transparent);  }

/* Legacy alias — maintain backwards compatibility */
.gold-rule { display: block; width: 40px; height: 2px; background: linear-gradient(90deg, var(--c-gold), transparent); border-radius: var(--r-full); margin: var(--sp-4) 0 var(--sp-6); }
.gold-rule--center { margin-left: auto; margin-right: auto; }

/* Text color highlights */
.text-gold {
  background: linear-gradient(135deg, var(--c-gold) 0%, var(--c-gold-lt) 50%, var(--c-gold) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer-text 5s linear infinite;
}
.text-green { color: var(--c-green); }
.text-blue  { color: var(--c-blue);  }
.text-navy  { color: var(--c-navy);  }
.text-muted { color: var(--c-text-3); }


/* ──────────────────────────────────────────────────────────────
   9. BUTTONS
   ────────────────────────────────────────────────────────────── */

/* Base */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  font-family: var(--f-body);
  font-size: var(--t-sm);
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 13px 26px;
  border-radius: var(--r-md);
  border: 1.5px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition:
    transform   var(--t-base) var(--ease-out),
    box-shadow  var(--t-base) var(--ease-out),
    background  var(--t-fast) ease,
    color       var(--t-fast) ease,
    border-color var(--t-fast) ease;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.btn:hover  { transform: translateY(-2px); }
.btn:active { transform: translateY(0); transition-duration: 80ms; }

/* Subtle inner-shine overlay */
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.08);
  opacity: 0;
  transition: opacity var(--t-fast) ease;
  pointer-events: none;
}
.btn:hover::after { opacity: 1; }

/* Gold — primary CTA */
.btn--gold {
  background: linear-gradient(145deg, var(--c-gold-lt) 0%, var(--c-gold) 50%, var(--c-gold-dk) 100%);
  color: var(--c-navy);
  border-color: var(--c-gold);
  box-shadow: var(--sh-gold);
  font-weight: 700;
}
.btn--gold::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 56%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: skewX(-18deg);
  animation: btn-shine 4s ease-in-out infinite 1.2s;
  pointer-events: none;
}
.btn--gold:hover {
  background: var(--c-navy);
  color: var(--c-white);
  border-color: var(--c-navy);
  box-shadow: var(--sh-lg);
}

/* Navy — secondary solid */
.btn--navy {
  background: var(--c-navy);
  color: var(--c-white);
  border-color: var(--c-navy);
  box-shadow: var(--sh-md);
}
.btn--navy:hover {
  background: var(--c-gold);
  color: var(--c-navy);
  border-color: var(--c-gold);
  box-shadow: var(--sh-gold);
}

/* Green — Primary Enquiry / WhatsApp / Action CTA */
.btn--green {
  background: linear-gradient(145deg, #16a34a 0%, #15803d 50%, #166534 100%);
  color: #FFFFFF !important;
  border: 1px solid #15803d;
  box-shadow: 0 4px 18px rgba(22, 101, 52, 0.35);
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.btn--green::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 56%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transform: skewX(-18deg);
  animation: btn-shine 4s ease-in-out infinite 1.2s;
  pointer-events: none;
}
.btn--green:hover {
  background: var(--c-navy);
  color: #FFFFFF !important;
  border-color: var(--c-navy);
  box-shadow: var(--sh-lg);
}

/* Blue — Primary Product / Catalogue Browsing CTA */
.btn--blue {
  background: linear-gradient(145deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
  color: #FFFFFF !important;
  border: 1px solid #1d4ed8;
  box-shadow: 0 4px 18px rgba(37, 99, 235, 0.30);
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.btn--blue::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 56%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transform: skewX(-18deg);
  animation: btn-shine 4s ease-in-out infinite 2s;
  pointer-events: none;
}
.btn--blue:hover {
  background: var(--c-navy);
  color: #FFFFFF !important;
  border-color: var(--c-navy);
  box-shadow: var(--sh-lg);
}

/* Blue Outline / Card Action — Secondary Product & Catalogue Browsing */
.btn--blue-outline,
.btn--card-action {
  background: rgba(37, 99, 235, 0.08) !important;
  color: #1d4ed8 !important;
  border: 1.5px solid rgba(37, 99, 235, 0.42) !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08) !important;
}
.btn--blue-outline:hover,
.btn--card-action:hover,
.cat-card:hover .btn--card-action,
.hub-card:hover .btn--card-action,
.hub-card:hover .btn--ghost-dark {
  background: #1d4ed8 !important;
  color: #FFFFFF !important;
  border-color: #1d4ed8 !important;
  box-shadow: 0 4px 16px rgba(29, 78, 216, 0.35) !important;
}
.btn--blue-outline svg,
.btn--card-action svg {
  stroke: currentColor !important;
}

/* Ghost (dark bg) */
.btn--ghost-dark {
  background: transparent;
  color: rgba(255,255,255,0.80);
  border-color: rgba(255,255,255,0.18);
}
.btn--ghost-dark:hover {
  border-color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.07);
  color: var(--c-white);
  transform: translateY(-2px);
}

/* Ghost (light bg) */
.btn--ghost-light {
  background: transparent;
  color: var(--c-navy);
  border-color: var(--c-border-md);
}
.btn--ghost-light:hover {
  border-color: var(--c-navy);
  background: var(--c-surface);
}

/* Sizes */
.btn--xs  { font-size: var(--t-2xs); padding: 7px  14px; border-radius: var(--r-sm); gap: 5px; }
.btn--sm  { font-size: var(--t-xs);  padding: 10px 20px; border-radius: var(--r-md); gap: 6px; }
.btn--lg  { font-size: 1rem;        padding: 17px 34px; border-radius: var(--r-lg); gap: var(--sp-3); }
.btn--xl  { font-size: 1.0625rem;   padding: 20px 42px; border-radius: var(--r-xl); gap: var(--sp-4); }
.btn--full { width: 100%; }

/* Icon button */
.btn--icon {
  padding: 10px;
  border-radius: var(--r-md);
  aspect-ratio: 1;
}

/* SVG inside buttons */
.btn svg { flex-shrink: 0; transition: transform var(--t-base) var(--ease-spring); }
.btn:hover svg { transform: translateX(2px); }
.btn--icon:hover svg { transform: none; }


/* ──────────────────────────────────────────────────────────────
   10. CARDS — BASE SYSTEM
   ────────────────────────────────────────────────────────────── */

/* Base card — all cards should extend from this */
.card {
  background: var(--c-white);
  border: 1px solid var(--c-border-lt);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-xs);
  overflow: hidden;
  transition:
    transform  var(--t-slow) var(--ease-out),
    box-shadow var(--t-slow) ease,
    border-color var(--t-base) ease;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-lg);
  border-color: var(--c-gold-border);
}

/* Card with accent top border */
.card--accented {
  border-top: 3px solid var(--c-gold);
}
.card--accented-green { border-top: 3px solid var(--c-green); }
.card--accented-blue  { border-top: 3px solid var(--c-blue);  }

/* Feature card — icon, title, description */
.feature-card {
  padding: var(--sp-8);
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}
.feature-card__icon {
  width: 48px; height: 48px;
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--t-base) var(--ease-spring);
}
.card:hover .feature-card__icon { transform: scale(1.08); }

.feature-card__icon--gold  { background: var(--c-gold-sub);  color: var(--c-gold-dk);  }
.feature-card__icon--green { background: var(--c-green-sub); color: var(--c-green-dk); }
.feature-card__icon--blue  { background: var(--c-blue-sub);  color: var(--c-blue-dk);  }

.feature-card__icon svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.75; }

.feature-card h3 {
  font-size: var(--t-h5);
  font-weight: 600;
  color: var(--c-text);
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
.feature-card p {
  font-size: var(--t-sm);
  color: var(--c-text-2);
  line-height: 1.65;
  max-width: none;
}

/* Product / Catalogue card */
.product-card-new {
  background: var(--c-white);
  border: 1px solid var(--c-border-lt);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-sm);
  display: flex;
  flex-direction: column;
  transition:
    transform  var(--t-slow) var(--ease-out),
    box-shadow var(--t-slow) ease,
    border-color var(--t-base) ease;
}
.product-card-new:hover {
  transform: translateY(-8px);
  box-shadow: var(--sh-xl);
  border-color: var(--c-gold-border);
}

.product-card-new__media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--c-surface);
}
.product-card-new__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--t-xslow) var(--ease-out);
}
.product-card-new:hover .product-card-new__media img {
  transform: scale(1.06);
}
.product-card-new__media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,21,38,0.5) 0%, transparent 55%);
  pointer-events: none;
}

.product-card-new__badge {
  position: absolute;
  top: var(--sp-4);
  left: var(--sp-4);
  font-size: var(--t-label);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--r-full);
}

.product-card-new__body {
  padding: var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  flex: 1;
}
.product-card-new__cat {
  font-size: var(--t-label);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.product-card-new__name {
  font-family: var(--f-display);
  font-size: var(--t-h4);
  font-weight: 400;
  color: var(--c-navy);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.product-card-new__desc {
  font-size: var(--t-sm);
  color: var(--c-text-2);
  line-height: 1.65;
  flex: 1;
}

/* Spec row inside product card */
.spec-row {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  font-size: var(--t-xs);
}
.spec-row svg {
  width: 14px; height: 14px;
  stroke: var(--c-gold);
  flex-shrink: 0;
  margin-top: 2px;
}
.spec-row__label {
  font-weight: 600;
  color: var(--c-navy);
  min-width: 88px;
}
.spec-row__val { color: var(--c-text-2); }

/* Spec table (horizontal key-value pairs) */
.spec-table {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  padding: var(--sp-4) 0;
  border-top: 1px solid var(--c-border-lt);
  border-bottom: 1px solid var(--c-border-lt);
}


/* ──────────────────────────────────────────────────────────────
   11. FORM COMPONENTS
   ────────────────────────────────────────────────────────────── */

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.form-label {
  font-size: var(--t-label);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-navy);
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--c-border-lt);
  border-radius: var(--r-md);
  background: var(--c-surface);
  font-family: var(--f-body);
  font-size: var(--t-sm);
  color: var(--c-text);
  line-height: 1.5;
  transition:
    border-color var(--t-base) ease,
    background   var(--t-base) ease,
    box-shadow   var(--t-base) ease;
  appearance: none;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--c-gold);
  background: var(--c-white);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--c-text-3);
}
.form-textarea {
  resize: vertical;
  min-height: 120px;
}


/* ──────────────────────────────────────────────────────────────
   12. SCROLL REVEAL ANIMATION SYSTEM
   ────────────────────────────────────────────────────────────── */

/* Fade up (default) */
.rv {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity   0.75s ease,
    transform 0.75s var(--ease-out);
}
.rv.on {
  opacity: 1;
  transform: translateY(0);
}

/* Fade left */
.rv-l {
  opacity: 0;
  transform: translateX(-32px);
  transition:
    opacity   0.75s var(--ease-out),
    transform 0.75s var(--ease-out);
}
.rv-l.on { opacity: 1; transform: translateX(0); }

/* Fade right */
.rv-r {
  opacity: 0;
  transform: translateX(32px);
  transition:
    opacity   0.75s var(--ease-out),
    transform 0.75s var(--ease-out);
}
.rv-r.on { opacity: 1; transform: translateX(0); }

/* Scale in */
.rv-s {
  opacity: 0;
  transform: scale(0.94);
  transition:
    opacity   0.65s var(--ease-out),
    transform 0.65s var(--ease-spring);
}
.rv-s.on { opacity: 1; transform: scale(1); }

/* Stagger delays — apply alongside .rv / .rv-l etc. */
.d1 { transition-delay:   0ms; }
.d2 { transition-delay:  80ms; }
.d3 { transition-delay: 160ms; }
.d4 { transition-delay: 240ms; }
.d5 { transition-delay: 320ms; }
.d6 { transition-delay: 400ms; }
.d7 { transition-delay: 480ms; }
.d8 { transition-delay: 560ms; }


/* ──────────────────────────────────────────────────────────────
   13. KEYFRAME ANIMATIONS
   ────────────────────────────────────────────────────────────── */
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.7); }
}

@keyframes shimmer-text {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}

@keyframes btn-shine {
  0%   { left: -80%; }
  100% { left: 120%; }
}

@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}

@keyframes float-slow {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%       { transform: translateY(-8px) rotate(1deg); }
}

@keyframes orb-drift {
  0%   { transform: translate(0, 0); }
  33%  { transform: translate(24px, -16px); }
  66%  { transform: translate(-16px, 18px); }
  100% { transform: translate(0, 0); }
}

@keyframes marquee-x {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@keyframes scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.8; }
  50%       { transform: translateX(-50%) translateY(7px); opacity: 0.3; }
}

@keyframes fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fade-in-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fade-in-left {
  from { opacity: 0; transform: translateX(-24px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes fade-in-right {
  from { opacity: 0; transform: translateX(24px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes scale-in {
  from { opacity: 0; transform: scale(0.92); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes count-up {
  from { opacity: 0; transform: translateY(5px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes reveal-bar {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}


/* ──────────────────────────────────────────────────────────────
   14. NAVIGATION SYSTEM
   ────────────────────────────────────────────────────────────── */

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 900;
  padding: 20px 0;
  transition:
    padding     var(--t-slow) var(--ease-out),
    background  var(--t-slow) var(--ease-out),
    box-shadow  var(--t-slow) var(--ease-out);
}

/* Scrolled state */
.nav.scrolled {
  padding: 11px 0;
  background: rgba(248, 247, 244, 0.95);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  flex-shrink: 0;
  text-decoration: none;
}
.logo__mark {
  width: 36px; height: 36px;
  background: linear-gradient(145deg, var(--c-gold-lt) 0%, var(--c-gold) 50%, var(--c-gold-dk) 100%);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--c-navy);
  letter-spacing: -0.05em;
  box-shadow: var(--sh-gold);
  flex-shrink: 0;
  transition: box-shadow var(--t-base) ease;
}
.logo:hover .logo__mark { box-shadow: var(--sh-gold-lg); }

.logo__text { line-height: 1.2; }
.logo__name {
  font-family: var(--f-display);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--c-white);
  letter-spacing: -0.01em;
  transition: color var(--t-slow) ease;
}
.nav.scrolled .logo__name { color: var(--c-navy); }

.logo__sub {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-gold);
}

/* Nav links */
.nav__links {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav__link {
  font-size: var(--t-sm);
  font-weight: 500;
  color: rgba(255,255,255,0.72);
  padding: 7px 11px;
  border-radius: var(--r-sm);
  transition:
    color      var(--t-fast) ease,
    background var(--t-fast) ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
/* Underline indicator */
.nav__link::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 11px; right: 11px;
  height: 1.5px;
  background: var(--c-gold);
  border-radius: var(--r-full);
  transform: scaleX(0);
  transition: transform var(--t-base) var(--ease-out);
}
.nav__link:hover { color: var(--c-white); }
.nav__link:hover::after { transform: scaleX(1); }
.nav__link.active { color: var(--c-gold); }
.nav__link.active::after { transform: scaleX(1); }

/* Scrolled nav links */
.nav.scrolled .nav__link { color: var(--c-text-2); }
.nav.scrolled .nav__link:hover { color: var(--c-navy); background: var(--c-surface); }
.nav.scrolled .nav__link.active { color: var(--c-gold-dk); }

/* Dropdown */
.nav__dropdown { position: relative; }
.nav__dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: var(--c-white);
  border: 1px solid var(--c-border-lt);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-xl);
  padding: 8px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity    var(--t-base) ease,
    transform  var(--t-base) var(--ease-out),
    visibility var(--t-base) ease;
}
.nav__dropdown:hover .nav__dropdown-menu,
.nav__dropdown:focus-within .nav__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav__dropdown-link {
  display: flex !important;
  align-items: center !important;
  gap: var(--sp-3, 10px) !important;
  padding: 10px 14px !important;
  font-size: var(--t-sm, 14px) !important;
  font-weight: 500 !important;
  color: var(--c-text-2) !important;
  border-radius: var(--r-md) !important;
  transition: background var(--t-fast) ease, color var(--t-fast) ease !important;
}
.nav__dropdown-link:hover {
  background: var(--c-surface) !important;
  color: var(--c-navy) !important;
}
.nav__dropdown-link svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  stroke: var(--c-gold) !important;
  flex-shrink: 0 !important;
}

.nav__ctas { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.nav.scrolled .btn--ghost-dark { color: var(--c-navy); border-color: var(--c-border-md); }
.nav.scrolled .btn--ghost-dark:hover { background: var(--c-surface); }

/* Hamburger button */
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: var(--r-md);
  transition: background var(--t-fast) ease;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.nav__burger:hover { background: rgba(255,255,255,0.10); }
.nav.scrolled .nav__burger:hover { background: var(--c-surface); }

.burger-bar {
  width: 22px; height: 2px;
  background: var(--c-white);
  border-radius: var(--r-full);
  transition:
    transform    var(--t-base) var(--ease-out),
    opacity      var(--t-base) ease,
    background   var(--t-slow) ease;
}
.nav.scrolled .burger-bar { background: var(--c-navy); }
.nav__burger.open .burger-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.open .burger-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__burger.open .burger-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.mobile-drawer {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--c-bg);
  z-index: 850;
  flex-direction: column;
  padding: 96px 28px 40px;
  transform: translateY(-100%);
  transition: transform var(--t-slow) var(--ease-out);
  overflow-y: auto;
}
.mobile-drawer.open { transform: translateY(0); }

.mobile-drawer__links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: var(--sp-8);
  flex: 1;
}
.mobile-drawer__link {
  font-family: var(--f-display);
  font-size: clamp(2rem, 7vw, 2.8rem);
  font-weight: 400;
  color: rgba(255,255,255,0.80);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: color var(--t-fast) ease, padding-left var(--t-base) var(--ease-out);
  min-height: 60px;
  display: flex;
  align-items: center;
}
.mobile-drawer__link:hover { color: var(--c-gold); padding-left: 8px; }

.mobile-drawer__ctas {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}


/* ──────────────────────────────────────────────────────────────
   15. PAGE HERO (Subpage hero — not homepage)
   ────────────────────────────────────────────────────────────── */
.page-hero {
  position: relative;
  min-height: 56vh;
  background: var(--c-bg);
  display: flex;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 72px;
  overflow: hidden;
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 80% 30%, rgba(201,168,76,0.08) 0%, transparent 65%),
    radial-gradient(ellipse 50% 60% at 10% 80%, rgba(37,99,168,0.07) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 50% 10%, rgba(45,122,91,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent);
}


/* ──────────────────────────────────────────────────────────────
   16. BREADCRUMB
   ────────────────────────────────────────────────────────────── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--t-xs);
  font-weight: 500;
  color: rgba(255,255,255,0.40);
  margin-bottom: var(--sp-5);
  flex-wrap: wrap;
}
.breadcrumb a { transition: color var(--t-fast) ease; }
.breadcrumb a:hover { color: rgba(255,255,255,0.75); }
.breadcrumb span { opacity: 0.4; }


/* ──────────────────────────────────────────────────────────────
   17. FOOTER
   ────────────────────────────────────────────────────────────── */
.footer {
  background: var(--c-navy);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 80% 10%, rgba(201,168,76,0.05) 0%, transparent 65%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(37,99,168,0.05) 0%, transparent 65%);
  pointer-events: none;
}
.footer__main {
  position: relative;
  z-index: 1;
  padding: clamp(60px, 8vw, 100px) 0 clamp(40px, 5vw, 60px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-12);
}
@media (min-width: 640px) { .footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--sp-8); } }

.footer__brand { display: flex; flex-direction: column; gap: var(--sp-5); }
.footer__desc {
  font-size: var(--t-sm);
  color: rgba(255,255,255,0.42);
  line-height: 1.7;
  max-width: 32ch;
}
.footer__socials { display: flex; gap: var(--sp-3); margin-top: var(--sp-2); }
.footer__social {
  width: 36px; height: 36px;
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.50);
  transition:
    background    var(--t-base) ease,
    color         var(--t-base) ease,
    border-color  var(--t-base) ease,
    transform     var(--t-base) var(--ease-spring);
}
.footer__social:hover {
  background: var(--c-gold);
  color: var(--c-navy);
  border-color: var(--c-gold);
  transform: translateY(-3px);
}
.footer__social svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }

.footer__col h4 {
  font-family: var(--f-body);
  font-size: var(--t-label);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: var(--sp-5);
}
.footer__links { display: flex; flex-direction: column; gap: var(--sp-3); }
.footer__link {
  font-size: var(--t-sm);
  color: rgba(255,255,255,0.50);
  transition: color var(--t-fast) ease, padding-left var(--t-base) var(--ease-out);
}
.footer__link:hover { color: var(--c-white); padding-left: 4px; }

.footer__bottom {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  text-align: center;
}
@media (min-width: 640px) {
  .footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
.footer__copy {
  font-size: var(--t-xs);
  color: rgba(255,255,255,0.28);
}


/* ──────────────────────────────────────────────────────────────
   18. CTA SECTION
   ────────────────────────────────────────────────────────────── */
.cta-section {
  padding: var(--section-py) 0;
  background: var(--c-navy);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-section__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(201,168,76,0.07) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 10% 20%, rgba(37,99,168,0.06) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 90% 80%, rgba(45,122,91,0.05) 0%, transparent 65%);
  pointer-events: none;
}
.cta-section__inner {
  position: relative;
  z-index: 1;
}
.cta-section h2 {
  font-size: var(--t-h2);
  font-weight: 400;
  color: var(--c-white);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: var(--sp-4);
}
.cta-section p {
  font-size: var(--t-lead);
  color: rgba(255,255,255,0.52);
  max-width: 56ch;
  margin: 0 auto var(--sp-10);
}
.cta-section__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--sp-4);
}
.cta-section__trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-top: var(--sp-8);
}
.cta-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--t-xs);
  font-weight: 500;
  color: rgba(255,255,255,0.38);
}
.cta-trust-item svg {
  width: 14px; height: 14px;
  stroke: var(--c-gold);
  opacity: 0.7;
}


/* ──────────────────────────────────────────────────────────────
   19. BACK TO TOP
   ────────────────────────────────────────────────────────────── */
.back-top {
  position: fixed;
  bottom: var(--sp-6);
  right: var(--sp-6);
  z-index: 800;
  width: 44px; height: 44px;
  border-radius: var(--r-full);
  background: var(--c-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--sh-gold);
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px) scale(0.88);
  transition:
    opacity   var(--t-base) var(--ease-out),
    transform var(--t-base) var(--ease-out);
  border: none;
}
.back-top.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.back-top:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: var(--sh-gold-lg);
}
.back-top svg { width: 18px; height: 18px; stroke: var(--c-navy); }


/* ──────────────────────────────────────────────────────────────
   20. INTRO SECTION (shared across pages)
   ────────────────────────────────────────────────────────────── */
.intro {
  padding: var(--section-py-sm) 0;
  background: var(--c-white);
  text-align: center;
}
.intro h2 {
  font-size: var(--t-h2);
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--c-navy);
  margin-bottom: var(--sp-4);
}
.intro p {
  font-size: var(--t-lead);
  max-width: 60ch;
  margin: 0 auto;
  color: var(--c-text-2);
}


/* ──────────────────────────────────────────────────────────────
   21. RESPONSIVE — MOBILE FIRST
   ────────────────────────────────────────────────────────────── */

/* Mobile: hide desktop nav, show burger */
@media (max-width: 1023px) {
  .nav__links,
  .nav__ctas { display: none; }
  .nav__burger { display: flex; }
  .mobile-drawer { display: flex; }
}

/* Tablet */
@media (max-width: 767px) {
  .back-top { bottom: var(--sp-4); right: var(--sp-4); }
}

/* Touch targets — minimum 44×44px */
@media (hover: none) {
  .btn { min-height: 44px; }
  .nav__link { min-height: 44px; display: flex; align-items: center; }
  .footer__social { width: 44px; height: 44px; }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
  .rv, .rv-l, .rv-r, .rv-s {
    opacity: 1 !important;
    transform: none !important;
  }
}



/* --------------------------------------------------------------
   DESIGN SYSTEM PATCH � v2
   Overrides old token values with new refined green+blue palette.
   Applied via CSS cascade (these rules appear FIRST, then existing
   component styles inherit the new custom properties automatically).
-------------------------------------------------------------- */

/* -------------------------------------------------------
       --- 5.5 ABOUT US --------------------------------------
    ------------------------------------------------------- */
    .about {
      padding: var(--section-py) 0;
      background: var(--c-white);
      position: relative;
      overflow: hidden;
    }
    .about__layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(48px, 8vw, 96px);
      align-items: center;
    }
    @media (min-width: 1024px) {
      .about__layout { grid-template-columns: 1.1fr 0.9fr; }
    }
    .about__visual {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      aspect-ratio: 4/4.5;
      background: var(--c-surface);
      box-shadow: var(--sh-xl);
    }
    .about__visual img {
      width: 100%; height: 100%;
      object-fit: cover;
    }
    .about__visual-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(15,23,42,0.3) 0%, transparent 40%);
    }
    .about__visual-label {
      position: absolute;
      bottom: 24px; left: 24px;
      background: rgba(255,255,255,0.95);
      backdrop-filter: blur(8px);
      padding: 12px 20px;
      border-radius: 12px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--c-navy);
      box-shadow: var(--sh-md);
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .about__visual-label svg { width: 14px; height: 14px; stroke: var(--c-gold-dk); }
    .about__content .section-head { margin-bottom: 48px; }
    
    .about__features {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }
    @media (min-width: 640px) {
      .about__features { grid-template-columns: 1fr 1fr; }
    }
    .about__feature {
      background: var(--c-surface);
      border: 1px solid var(--c-border-lt);
      padding: 24px;
      border-radius: 16px;
      transition: transform 300ms var(--ease-spring), box-shadow 300ms ease, border-color 300ms ease;
    }
    .about__feature:hover {
      transform: translateY(-4px);
      box-shadow: var(--sh-md);
      border-color: rgba(212,175,55,0.4);
    }
    .about__feature-icon {
      width: 44px; height: 44px;
      background: var(--c-white);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
      color: var(--c-gold-dk);
      box-shadow: var(--sh-sm);
    }
    .about__feature-icon svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2; }
    .about__feature h3 {
      font-family: var(--f-display);
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--c-navy);
      margin-bottom: 8px;
    }
    .about__feature p {
      font-size: 13.5px;
      color: var(--c-text-2);
      line-height: 1.6;
    }

    /* -------------------------------------------------------
       --- 6. WHY CHOOSE US ----------------------------------
    ------------------------------------------------------- */
    .why {
      padding: var(--section-py) 0;
      background: var(--c-navy);
      position: relative;
      overflow: hidden;
    }
    .why__bg {
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 70% 70% at 80% 30%, rgba(212,175,55,0.06) 0%, transparent 65%),
                  radial-gradient(ellipse 50% 80% at 10% 80%, rgba(59,82,186,0.06) 0%, transparent 65%);
      pointer-events: none;
    }
    .why__grid-bg {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
      background-size: 64px 64px;
      pointer-events: none;
    }

    .why .section-head h2 { color: var(--c-white); }
    .why .section-head p { color: rgba(255,255,255,0.50); }

    .why__cards {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
      margin-top: clamp(48px, 6vw, 80px);
    }
    @media (min-width: 640px)  { .why__cards { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) { .why__cards { grid-template-columns: repeat(3, 1fr); } }

    .why__card {
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.08);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      padding: clamp(32px, 4vw, 48px);
      border-radius: 24px;
      position: relative;
      transition: transform 400ms var(--ease-out), background 400ms ease, border-color 400ms ease, box-shadow 400ms ease;
      box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    }
    .why__card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top right, rgba(212,175,55,0.1), transparent 70%);
      opacity: 0;
      transition: opacity 400ms ease;
      border-radius: inherit;
      pointer-events: none;
    }
    .why__card:hover {
      background: rgba(255,255,255,0.05);
      border-color: rgba(212,175,55,0.3);
      transform: translateY(-8px);
      box-shadow: 0 16px 48px rgba(0,0,0,0.3), 0 0 24px rgba(212,175,55,0.1);
    }
    .why__card:hover::before { opacity: 1; }

    .why__card-icon {
      width: 52px; height: 52px;
      background: rgba(212,175,55,0.10);
      border: 1px solid rgba(212,175,55,0.18);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      transition: background 300ms ease, border-color 300ms ease, transform 300ms var(--ease-spring);
    }
    .why__card:hover .why__card-icon {
      background: rgba(212,175,55,0.16);
      border-color: rgba(212,175,55,0.35);
      transform: scale(1.08);
    }
    .why__card-icon svg { width: 24px; height: 24px; stroke: var(--c-gold); }

    .why__card h3 {
      font-family: var(--f-display);
      font-size: clamp(1.25rem, 2vw, 1.4rem);
      font-weight: 600;
      color: rgba(255,255,255,0.95);
      margin-bottom: 12px;
    }
    .why__card p {
      font-size: 13.5px;
      color: rgba(255,255,255,0.50);
      line-height: 1.7;
    }

/* ═══════════════════════════════════════════════════════════
       COMPONENT-LEVEL STYLES (Design tokens defined above)
    ═══════════════════════════════════════════════════════════ */

    /* ── Typography base ─────────────────────────────────── */
    h1,h2,h3,h4,h5 {
      font-family: var(--f-display);
      line-height: 1.05;
      letter-spacing: -0.025em;
      color: var(--c-text);
    }
    p { line-height: 1.75; color: var(--c-text-2); }

    /* ── Utility ─────────────────────────────────────────── */
    .sr-only { position:absolute; width:1px; height:1px; clip:rect(0,0,0,0); overflow:hidden; }

    /* ── Scrollbar ───────────────────────────────────────── */
    ::-webkit-scrollbar { width: 5px; }
    ::-webkit-scrollbar-track { background: #F0EDE8; }
    ::-webkit-scrollbar-thumb { background: var(--c-gold); border-radius: var(--r-full); }
    ::selection { background: rgba(212,175,55,0.18); }

    /* ═══════════════════════════════════════════════════════
       DESIGN ATOMS
    ═══════════════════════════════════════════════════════ */

    /* Label pill */
    .label-pill {
      display: inline-flex;
      align-items: center;
      gap: var(--s-8);
      font-family: var(--f-body);
      font-size: var(--t-label);
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--c-gold);
      background: var(--c-gold-sub);
      border: 1px solid rgba(212,175,55,0.18);
      padding: 6px 14px;
      border-radius: var(--r-full);
      margin-bottom: var(--s-20);
     letter-spacing: 0.15em; font-family: var(--f-sans); }
    .label-pill::before {
      content: '';
      width: 5px; height: 5px;
      background: var(--c-gold);
      border-radius: 50%;
      flex-shrink: 0;
      animation: pulse-dot 2.4s ease-in-out infinite;
    }
    .label-pill--dark {
      color: var(--c-gold);
      background: rgba(212,175,55,0.08);
      border-color: rgba(212,175,55,0.15);
    }

    /* Section heading pattern */
    .section-head { margin-bottom: clamp(48px,7vw,96px); }
    .section-head h2 {
      font-size: var(--t-h2);
      font-weight: 600;
      line-height: 1.08;
      letter-spacing: -0.03em;
      margin-bottom: var(--s-16);
    }
    .section-head p {
      font-size: var(--t-lead);
      color: var(--c-text-2);
      max-width: 540px;
      line-height: 1.7;
    }
    .section-head--center { text-align: center; }
    .section-head--center p { margin: 0 auto; }

    /* Gold gradient text */
    .text-gold {
      background: linear-gradient(135deg, var(--c-gold) 0%, var(--c-gold-lt) 50%, var(--c-gold) 100%);
      background-size: 200% 100%;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: shimmer-text 5s linear infinite;
    }

    /* Divider line */
    .gold-rule {
      width: 48px; height: 2px;
      background: linear-gradient(90deg, var(--c-gold), transparent);
      border-radius: var(--r-full);
      margin: var(--s-16) 0 var(--s-24);
    }
    .gold-rule--center { margin-left: auto; margin-right: auto; }

    /* ─── Buttons ────────────────────────────────────────── */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: var(--s-8);
      font-size: var(--t-sm);
      font-weight: 600;
      letter-spacing: 0.02em;
      padding: 14px 28px;
      border-radius: var(--r-md);
      transition: transform 280ms var(--ease-out), box-shadow 280ms var(--ease-out), background 200ms ease, border-color 200ms ease;
      position: relative;
      overflow: hidden;
      white-space: nowrap;
      cursor: pointer;
    }
    .btn::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.12);
      opacity: 0;
      transition: opacity 200ms ease;
    }
    .btn:hover::after { opacity: 1; }
    .btn:hover { transform: translateY(-2px); }
    .btn:active { transform: translateY(0px); }

    .btn--gold {
      background: linear-gradient(145deg, var(--c-gold-lt) 0%, var(--c-gold) 40%, var(--c-gold-dk) 100%);
      color: var(--c-navy);
      box-shadow: var(--sh-gold);
      font-weight: 700;
    }
    

    .btn--ghost-dark {
      background: transparent;
      color: rgba(255,255,255,0.80);
      border: 1.5px solid rgba(255,255,255,0.18);
    }
    .btn--ghost-dark:hover {
      border-color: rgba(255,255,255,0.40);
      background: rgba(255,255,255,0.06);
    }

    .btn--ghost-light {
      background: transparent;
      color: var(--c-navy);
      border: 1.5px solid var(--c-border-lt);
    }
    .btn--ghost-light:hover {
      border-color: var(--c-navy);
      background: var(--c-surface);
    }

    .btn--lg { font-size: 1rem; padding: 18px 36px; border-radius: var(--r-lg); gap: var(--s-10); }
    .btn--sm { font-size: var(--t-xs); padding: 10px 20px; border-radius: var(--r-sm); gap: 6px; }

    /* Shine sweep on gold button */
    .btn--gold::before {
      content: '';
      position: absolute;
      top: 0; left: -80%;
      width: 60%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.30), transparent);
      transform: skewX(-15deg);
      animation: btn-shine 3.5s ease-in-out infinite 1s;
      pointer-events: none;
    }

    /* ═══════════════════════════════════════════════════════
       KEYFRAMES
    ═══════════════════════════════════════════════════════ */
    @keyframes pulse-dot {
      0%,100% { opacity: 1; transform: scale(1); }
      50%      { opacity: 0.5; transform: scale(0.75); }
    }
    @keyframes shimmer-text {
      0%   { background-position: 0% center; }
      100% { background-position: 200% center; }
    }
    @keyframes btn-shine {
      0%   { left: -80%; }
      100% { left: 120%; }
    }
    @keyframes float-y {
      0%,100% { transform: translateY(0); }
      50%      { transform: translateY(-14px); }
    }
    @keyframes float-slow {
      0%,100% { transform: translateY(0) rotate(0deg); }
      50%      { transform: translateY(-10px) rotate(1.5deg); }
    }
    @keyframes orb-drift {
      0%   { transform: translate(0, 0); }
      33%  { transform: translate(30px, -20px); }
      66%  { transform: translate(-20px, 20px); }
      100% { transform: translate(0, 0); }
    }
    @keyframes scroll-bounce {
      0%,100% { transform: translateX(-50%) translateY(0); opacity: 1; }
      50%      { transform: translateX(-50%) translateY(8px); opacity: 0.4; }
    }
    @keyframes marquee-x {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }
    @keyframes count-up {
      from { opacity: 0; transform: translateY(6px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fade-in-up {
      from { opacity: 0; transform: translateY(36px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fade-in-left {
      from { opacity: 0; transform: translateX(-36px); }
      to   { opacity: 1; transform: translateX(0); }
    }
    @keyframes fade-in-right {
      from { opacity: 0; transform: translateX(36px); }
      to   { opacity: 1; transform: translateX(0); }
    }
    @keyframes fade-in {
      from { opacity: 0; }
      to   { opacity: 1; }
    }
    @keyframes scale-in {
      from { opacity: 0; transform: scale(0.88); }
      to   { opacity: 1; transform: scale(1); }
    }
    @keyframes spin-slow {
      from { transform: rotate(0deg); }
      to   { transform: rotate(360deg); }
    }
    @keyframes reveal-bar {
      from { transform: scaleX(0); }
      to   { transform: scaleX(1); }
    }
    @keyframes number-in {
      from { opacity: 0; transform: translateY(8px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ── Scroll-triggered reveal classes ─────────────────── */
    .rv { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s var(--ease-spring); }
    .rv.on { opacity: 1; transform: translateY(0); }
    .rv-l { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
    .rv-l.on { opacity: 1; transform: translateX(0); }
    .rv-r { opacity: 0; transform: translateX(40px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
    .rv-r.on { opacity: 1; transform: translateX(0); }
    .rv-s { opacity: 0; transform: scale(0.92); transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-spring); }
    .rv-s.on { opacity: 1; transform: scale(1); }

    /* Stagger delays */
    .d1 { transition-delay: 0ms; }
    .d2 { transition-delay: 90ms; }
    .d3 { transition-delay: 180ms; }
    .d4 { transition-delay: 270ms; }
    .d5 { transition-delay: 360ms; }
    .d6 { transition-delay: 450ms; }

    /* ═══════════════════════════════════════════════════════
       ─── 1. NAVBAR ─────────────────────────────────────────
    ═══════════════════════════════════════════════════════ */
    .nav {
      position: fixed;
      inset: 0 0 auto;
      z-index: 900;
      padding: 22px 0;
      transition: padding 400ms var(--ease-out),
                  background 400ms var(--ease-out),
                  backdrop-filter 400ms var(--ease-out),
                  box-shadow 400ms var(--ease-out);
    }
    .nav.scrolled {
      padding: 12px 0;
      background: rgba(248,246,242,0.94);
      backdrop-filter: blur(28px) saturate(200%);
      -webkit-backdrop-filter: blur(28px) saturate(200%);
      box-shadow: 0 1px 0 rgba(0,0,0,0.07), 0 4px 20px rgba(0,0,0,0.05);
    }
    .nav__inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: var(--s-24);
    }
    /* Logo */
    .logo {
      display: flex;
      align-items: center;
      gap: var(--s-10);
      flex-shrink: 0;
    }
    .logo__mark {
      width: 38px; height: 38px;
      background: linear-gradient(145deg, var(--c-gold-lt) 0%, var(--c-gold) 50%, var(--c-gold-dk) 100%);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--f-display);
      font-size: 17px;
      font-weight: 700;
      color: var(--c-navy);
      letter-spacing: -0.04em;
      box-shadow: var(--sh-gold);
      flex-shrink: 0;
    }
    .logo__text { line-height: 1.15; }
    .logo__name {
      font-family: var(--f-display);
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--c-white);
      letter-spacing: -0.02em;
      transition: color 400ms ease;
    }
    .nav.scrolled .logo__name { color: var(--c-navy); }
    .logo__sub {
      font-size: 9.5px;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--c-gold);
    }
    /* Nav links */
    .nav__links {
      display: flex;
      align-items: center;
      gap: 2px;
    }
    .nav__link {
      font-size: var(--t-sm);
      font-weight: 500;
      color: rgba(255,255,255,0.75);
      padding: 7px 12px;
      border-radius: var(--r-sm);
      transition: color 200ms ease, background 200ms ease;
      position: relative;
    }
    .nav__link::after {
      content: '';
      position: absolute;
      bottom: 0; left: 12px; right: 12px;
      height: 1.5px;
      background: var(--c-gold);
      border-radius: var(--r-full);
      transform: scaleX(0);
      transition: transform 250ms var(--ease-out);
    }
    .nav__link:hover { color: var(--c-white); }
    .nav__link:hover::after { transform: scaleX(1); }
    .nav.scrolled .nav__link { color: var(--c-text-2); }
    .nav.scrolled .nav__link:hover { color: var(--c-navy); background: var(--c-surface); }
    .nav__ctas { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
    .nav.scrolled .btn--ghost-dark { color: var(--c-navy); border-color: var(--c-border-lt); }
    .nav.scrolled .btn--ghost-dark:hover { background: var(--c-surface); }
    /* Hamburger */
    .nav__burger {
      display: none;
      flex-direction: column;
      gap: 5px;
      padding: 8px;
      border-radius: var(--r-sm);
      cursor: pointer;
      transition: background 200ms ease;
    }
    .nav__burger:hover { background: rgba(255,255,255,0.08); }
    .nav.scrolled .nav__burger:hover { background: var(--c-surface); }
    .burger-bar {
      width: 22px; height: 2px;
      background: var(--c-white);
      border-radius: var(--r-full);
      transition: transform 300ms var(--ease-out), opacity 200ms ease, background 400ms ease;
    }
    .nav.scrolled .burger-bar { background: var(--c-navy); }
    .nav__burger.open .burger-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav__burger.open .burger-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
    .nav__burger.open .burger-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    /* Mobile drawer */
    .mobile-drawer {
      display: none;
      position: fixed;
      inset: 0;
      background: var(--c-bg);
      z-index: 850;
      flex-direction: column;
      padding: 100px 32px 40px;
      transform: translateY(-100%);
      transition: transform 420ms var(--ease-out);
    }
    .mobile-drawer.open { transform: translateY(0); }
    .mobile-drawer__links { display: flex; flex-direction: column; gap: 4px; margin-bottom: 32px; }
    .mobile-drawer__link {
      font-family: var(--f-display);
      font-size: 2.8rem;
      font-weight: 500;
      color: rgba(255,255,255,0.85);
      padding: 10px 0;
      border-bottom: 1px solid rgba(255,255,255,0.06);
      transition: color 200ms ease;
    }
    .mobile-drawer__link:hover { color: var(--c-gold); }
    .mobile-drawer__ctas { display: flex; flex-direction: column; gap: 12px; }

    /* ═══════════════════════════════════════════════════════
       ─── 2. HERO ───────────────────────────────────────────
    ═══════════════════════════════════════════════════════ */
    .hero {
      position: relative;
      min-height: 100svh;
      background: var(--c-bg);
      display: flex;
      align-items: center;
      overflow: hidden;
      padding-top: 90px;
    }

    /* Deep layered background */
    .hero__bg {
      position: absolute;
      inset: 0;
      background-image:
        radial-gradient(ellipse 70% 60% at 75% 45%, rgba(212,175,55,0.09) 0%, transparent 65%),
        radial-gradient(ellipse 50% 80% at 10% 90%, rgba(59,82,186,0.07) 0%, transparent 65%),
        radial-gradient(ellipse 80% 40% at 50% 10%, rgba(212,175,55,0.04) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero__grid {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(212,175,55,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212,175,55,0.035) 1px, transparent 1px);
      background-size: 72px 72px;
      pointer-events: none;
      mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, black 30%, transparent 100%);
    }
    .hero__vignette {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 40%, rgba(7,11,20,0.65) 100%);
      pointer-events: none;
    }

    /* Ambient orbs */
    .orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      pointer-events: none;
      animation: orb-drift 20s ease-in-out infinite;
    }
    .orb-1 { width: 600px; height: 600px; background: rgba(212,175,55,0.12); top: -200px; right: -150px; animation-duration: 22s; }
    .orb-2 { width: 400px; height: 400px; background: rgba(59,82,186,0.09); bottom: 50px; left: -100px; animation-duration: 28s; animation-delay: -8s; }
    .orb-3 { width: 200px; height: 200px; background: rgba(212,175,55,0.08); top: 35%; left: 35%; animation-duration: 16s; animation-delay: -4s; opacity: 0.6; }

    /* Hero content layout */
    .hero__body {
      position: relative;
      z-index: 2;
      width: 100%;
    }
    .hero__grid-layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(48px, 6vw, 80px);
      align-items: center;
    }
    @media (min-width: 1024px) {
      .hero__grid-layout { grid-template-columns: 1fr 1fr; }
    }

    /* Left column — text */
    .hero__text { max-width: 680px; }

    .hero__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: var(--t-label);
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--c-gold);
      background: rgba(212,175,55,0.10);
      border: 1px solid rgba(212,175,55,0.22);
      padding: 8px 16px;
      border-radius: var(--r-full);
      margin-bottom: 28px;
      animation: fade-in-up 0.7s var(--ease-out) 0.15s both;
    }
    .hero__eyebrow-dot {
      width: 6px; height: 6px;
      background: var(--c-gold);
      border-radius: 50%;
      animation: pulse-dot 2s ease-in-out infinite;
    }

    .hero__h1 {
      font-family: var(--f-display);
      font-size: var(--t-hero);
      font-weight: 600;
      line-height: 1.02;
      letter-spacing: -0.035em;
      color: var(--c-white);
      margin-bottom: 28px;
      animation: fade-in-up 0.85s var(--ease-out) 0.3s both;
    }
    .hero__h1 .accent { color: var(--c-gold); }

    .hero__desc {
      font-size: clamp(1rem, 1.4vw, 1.15rem);
      color: rgba(255,255,255,0.58);
      line-height: 1.75;
      max-width: 500px;
      margin-bottom: 40px;
      animation: fade-in-up 0.85s var(--ease-out) 0.45s both;
    }

    .hero__ctas {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 52px;
      animation: fade-in-up 0.85s var(--ease-out) 0.60s both;
    }

    /* Trust micro-badges below CTA */
    .hero__trust {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      animation: fade-in 1s var(--ease-out) 0.85s both;
    }
    .hero__trust-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 11.5px;
      font-weight: 500;
      color: rgba(255,255,255,0.55);
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.09);
      padding: 6px 12px;
      border-radius: var(--r-full);
      transition: border-color 250ms ease, color 250ms ease;
    }
    .hero__trust-badge:hover {
      border-color: rgba(212,175,55,0.30);
      color: rgba(255,255,255,0.75);
    }
    .hero__trust-badge-icon { font-size: 13px; }

    /* Right column — visual stack */
    .hero__visual {
      position: relative;
      animation: fade-in 1s var(--ease-out) 0.5s both;
    }

    /* Product card stack */
    .hero__product-stack {
      position: relative;
      height: clamp(420px, 55vw, 620px);
    }

    .hero__product-card {
      position: absolute;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 24px;
      overflow: hidden;
      backdrop-filter: blur(12px);
      transition: transform 600ms var(--ease-out), box-shadow 600ms var(--ease-out), border-color 400ms ease;
    }
    .hero__product-card:hover {
      border-color: rgba(212,175,55,0.35);
      box-shadow: 0 24px 70px rgba(0,0,0,0.4), var(--sh-gold);
    }

    .hero__product-card--main {
      top: 0; right: 0;
      width: 72%;
      aspect-ratio: 4/3.2;
      animation: float-slow 10s ease-in-out infinite;
      z-index: 3;
    }
    .hero__product-card--secondary {
      bottom: 0; left: 0;
      width: 55%;
      aspect-ratio: 1;
      animation: float-slow 13s ease-in-out infinite reverse;
      z-index: 2;
    }
    .hero__product-card--accent {
      top: 25%; right: 68%;
      width: 35%;
      aspect-ratio: 1;
      animation: float-y 8s ease-in-out infinite 2s;
      z-index: 1;
    }

    .hero__product-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 600ms var(--ease-out);
    }
    .hero__product-card:hover img { transform: scale(1.04); }

    .hero__product-card-label {
      position: absolute;
      bottom: 12px; left: 12px;
      font-size: 11px;
      font-weight: 600;
      color: rgba(255,255,255,0.9);
      background: rgba(15,23,42,0.70);
      border: 1px solid rgba(255,255,255,0.12);
      padding: 5px 10px;
      border-radius: var(--r-full);
      backdrop-filter: blur(8px);
      letter-spacing: 0.06em;
    }

    /* Floating metric cards */
    .hero__metric {
      position: absolute;
      background: rgba(248,246,242,0.06);
      border: 1px solid rgba(255,255,255,0.10);
      border-radius: 16px;
      padding: 14px 18px;
      backdrop-filter: blur(16px);
      z-index: 10;
      white-space: nowrap;
    }
    .hero__metric--countries {
      bottom: 18%;
      right: -5%;
      animation: float-y 9s ease-in-out infinite 1s;
    }
    .hero__metric--years {
      top: 10%;
      left: 0%;
      animation: float-y 11s ease-in-out infinite 3s;
    }
    .hero__metric-num {
      font-family: var(--f-display);
      font-size: 1.9rem;
      font-weight: 700;
      color: var(--c-white);
      line-height: 1;
      letter-spacing: -0.04em;
    }
    .hero__metric-num span { color: var(--c-gold); }
    .hero__metric-label {
      font-size: 10.5px;
      font-weight: 500;
      color: rgba(255,255,255,0.45);
      margin-top: 2px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    /* Scroll indicator */
    .hero__scroll {
      position: absolute;
      bottom: 36px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      z-index: 2;
      animation: fade-in 1s ease 1.2s both;
    }
    .hero__scroll-text {
      font-size: 9.5px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.28);
    }
    .hero__scroll-arrow {
      animation: scroll-bounce 2s ease-in-out infinite;
    }

    /* ═══════════════════════════════════════════════════════
       ─── 3. MARQUEE STRIP ──────────────────────────────────
    ═══════════════════════════════════════════════════════ */
    .marquee-strip {
      background: var(--c-bg-2);
      border-top: 1px solid rgba(255,255,255,0.05);
      border-bottom: 1px solid rgba(255,255,255,0.05);
      padding: 18px 0;
      overflow: hidden;
    }
    .marquee-track {
      display: flex;
      gap: 0;
      animation: marquee-x 30s linear infinite;
      width: max-content;
    }
    .marquee-track:hover { animation-play-state: paused; }
    .marquee-item {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 0 36px;
      font-size: 11.5px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.35);
      white-space: nowrap;
      border-right: 1px solid rgba(255,255,255,0.06);
    }
    .marquee-item span { color: var(--c-gold); font-size: 14px; }

    /* ═══════════════════════════════════════════════════════
       ─── 4. TRUST STATS ────────────────────────────────────
    ═══════════════════════════════════════════════════════ */
    .stats {
      padding: var(--section-py) 0;
      background: var(--c-off-white);
      position: relative;
      overflow: hidden;
    }
    .stats::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--c-border-lt) 30%, var(--c-gold-lt) 50%, var(--c-border-lt) 70%, transparent);
    }
    .stats__inner {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: clamp(32px, 5vw, 64px) clamp(20px, 4vw, 48px);
    }
    @media (min-width: 640px) { .stats__inner { grid-template-columns: repeat(4, 1fr); } }

    .stat {
      position: relative;
      text-align: center;
    }
    .stat::after {
      content: '';
      position: absolute;
      top: 50%; right: 0;
      transform: translateY(-50%);
      height: 52px;
      width: 1px;
      background: var(--c-border-lt);
    }
    @media (max-width: 639px) { .stat::after { display: none; } }
    .stat:last-child::after { display: none; }

    .stat__num {
      font-family: var(--f-display);
      font-size: clamp(2.5rem, 5.5vw, 4rem);
      font-weight: 700;
      letter-spacing: -0.04em;
      line-height: 1;
      color: var(--c-navy);
      margin-bottom: 8px;
    }
    .stat__num .gold { color: var(--c-gold); }
    .stat__label {
      font-size: var(--t-sm);
      font-weight: 700 !important;
      color: var(--c-navy, #0D1526) !important;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      opacity: 1 !important;
      visibility: visible !important;
      display: block !important;
    }
    .stat-item__label {
      font-size: 0.8125rem !important;
      font-weight: 700 !important;
      color: #0D1526 !important;
      letter-spacing: 0.05em !important;
      text-transform: uppercase !important;
      opacity: 1 !important;
      visibility: visible !important;
      display: block !important;
    }
    .stat-item {
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
    }
    .stat__sub {
      display: block;
      font-size: 11px;
      color: var(--c-navy, #0D1526);
      margin-top: 2px;
      opacity: 0.9;
    }

    /* ═══════════════════════════════════════════════════════
       ─── 5. FEATURED PRODUCTS ──────────────────────────────
    ═══════════════════════════════════════════════════════ */
    .products {
      padding: var(--section-py) 0;
      background: var(--c-white);
      position: relative;
      overflow: hidden;
    }

    /* Full-bleed grid */
    .products__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2px;
      background: var(--c-border-lt);
      border-radius: 28px;
      overflow: hidden;
      box-shadow: var(--sh-xl);
      margin-top: clamp(48px, 6vw, 80px);
    }
    @media (min-width: 900px) {
      .products__grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
      }
    }

    .product-card {
      background: var(--c-white);
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      cursor: default;
      transition: flex 0s;
    }
    .product-card:hover { z-index: 2; }

    .product-card__img {
      aspect-ratio: 3/2.5;
      overflow: hidden;
      position: relative;
      background: var(--c-surface);
    }
    @media (min-width: 900px) { .product-card__img { aspect-ratio: 3/4; } }

    .product-card__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 700ms var(--ease-out);
    }
    .product-card:hover .product-card__img img { transform: scale(1.07); }

    /* Image overlay gradient */
    .product-card__img-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(7,11,20,0.70) 0%, rgba(7,11,20,0.10) 50%, transparent 100%);
    }

    /* Badge on image */
    .product-card__badge {
      position: absolute;
      top: 16px; left: 16px;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--c-navy);
      background: linear-gradient(135deg, var(--c-gold-lt), var(--c-gold));
      padding: 4px 10px;
      border-radius: var(--r-full);
      z-index: 2;
    }

    .product-card__body {
      padding: clamp(24px, 3vw, 36px);
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .product-card__cat {
      font-size: var(--t-label);
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--c-gold);
      margin-bottom: 10px;
    }
    .product-card__name {
      font-family: var(--f-display);
      font-size: clamp(1.6rem, 2.5vw, 2rem);
      font-weight: 600;
      color: var(--c-navy);
      line-height: 1.12;
      margin-bottom: 12px;
    }
    .product-card__desc {
      font-size: var(--t-sm);
      color: var(--c-text-2);
      line-height: 1.72;
      margin-bottom: 20px;
      flex: 1;
    }
    .product-card__tags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-bottom: 24px;
    }
    .product-card__tag {
      font-size: 11px;
      font-weight: 500;
      color: var(--c-text-2);
      background: var(--c-surface);
      border: 1px solid var(--c-border-lt);
      padding: 4px 10px;
      border-radius: var(--r-full);
    }
    .product-card__link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: var(--t-sm);
      font-weight: 600;
      color: var(--c-navy);
      letter-spacing: 0.02em;
      transition: gap 250ms var(--ease-spring), color 200ms ease;
    }
    .product-card__link:hover { gap: 10px; color: var(--c-gold-dk); }
    .product-card__link svg { width: 15px; height: 15px; transition: transform 250ms var(--ease-spring); }
    .product-card__link:hover svg { transform: translateX(3px); }

    /* ═══════════════════════════════════════════════════════
       ─── 6. WHY CHOOSE US ──────────────────────────────────
    ═══════════════════════════════════════════════════════ */
    .why {
      padding: var(--section-py) 0;
      background: var(--c-navy);
      position: relative;
      overflow: hidden;
    }
    .why__bg {
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 70% 70% at 80% 30%, rgba(212,175,55,0.06) 0%, transparent 65%),
                  radial-gradient(ellipse 50% 80% at 10% 80%, rgba(59,82,186,0.06) 0%, transparent 65%);
      pointer-events: none;
    }
    .why__grid-bg {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
      background-size: 64px 64px;
      pointer-events: none;
    }

    .why .section-head h2 { color: var(--c-white); }
    .why .section-head p { color: rgba(255,255,255,0.50); }

    .why__cards {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2px;
      background: rgba(255,255,255,0.05);
      border-radius: 24px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.05);
      margin-top: clamp(48px, 6vw, 80px);
    }
    @media (min-width: 640px)  { .why__cards { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) { .why__cards { grid-template-columns: repeat(3, 1fr); } }

    .why__card {
      background: rgba(255,255,255,0.025);
      padding: clamp(28px, 3.5vw, 48px);
      position: relative;
      transition: background 300ms ease;
    }
    .why__card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(212,175,55,0.04);
      opacity: 0;
      transition: opacity 300ms ease;
    }
    .why__card:hover { background: rgba(255,255,255,0.04); }
    .why__card:hover::before { opacity: 1; }

    .why__card-icon {
      width: 52px; height: 52px;
      background: rgba(212,175,55,0.10);
      border: 1px solid rgba(212,175,55,0.18);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      transition: background 300ms ease, border-color 300ms ease, transform 300ms var(--ease-spring);
    }
    .why__card:hover .why__card-icon {
      background: rgba(212,175,55,0.16);
      border-color: rgba(212,175,55,0.35);
      transform: scale(1.08);
    }
    .why__card-icon svg { width: 22px; height: 22px; stroke: var(--c-gold); }

    .why__card-num {
      position: absolute;
      top: 20px; right: 24px;
      font-family: var(--f-display);
      font-size: 3.5rem;
      font-weight: 700;
      color: rgba(255,255,255,0.04);
      line-height: 1;
      letter-spacing: -0.04em;
      pointer-events: none;
    }
    .why__card h3 {
      font-family: var(--f-display);
      font-size: clamp(1.25rem, 2vw, 1.5rem);
      font-weight: 600;
      color: rgba(255,255,255,0.90);
      margin-bottom: 10px;
    }
    .why__card p {
      font-size: var(--t-sm);
      color: rgba(255,255,255,0.42);
      line-height: 1.75;
    }

    /* ═══════════════════════════════════════════════════════
       ─── 7. EXPORT PROCESS TIMELINE ────────────────────────
    ═══════════════════════════════════════════════════════ */
    .process {
      padding: var(--section-py) 0;
      background: var(--c-off-white);
      overflow: hidden;
    }

    .process__layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(48px, 6vw, 80px);
      align-items: start;
      margin-top: clamp(48px, 6vw, 80px);
    }
    @media (min-width: 1024px) {
      .process__layout { grid-template-columns: 1fr 1fr; align-items: center; }
    }

    /* Timeline steps */
    .process__steps { display: flex; flex-direction: column; gap: 0; }

    .process__step {
      display: flex;
      gap: 24px;
      position: relative;
      padding-bottom: 36px;
    }
    .process__step:last-child { padding-bottom: 0; }

    /* Vertical connector line */
    .process__step-line {
      position: absolute;
      left: 23px;
      top: 48px;
      bottom: 0;
      width: 1px;
      background: linear-gradient(to bottom, var(--c-gold), transparent);
      opacity: 0.25;
    }
    .process__step:last-child .process__step-line { display: none; }

    .process__step-num-wrap { flex-shrink: 0; }
    .process__step-num {
      width: 48px; height: 48px;
      border-radius: 50%;
      background: linear-gradient(145deg, var(--c-gold-lt), var(--c-gold), var(--c-gold-dk));
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--f-display);
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--c-navy);
      flex-shrink: 0;
      box-shadow: var(--sh-gold);
      position: relative;
      z-index: 2;
    }
    .process__step-body { padding-top: 8px; }
    .process__step-title {
      font-family: var(--f-display);
      font-size: clamp(1.25rem, 2vw, 1.5rem);
      font-weight: 600;
      color: var(--c-navy);
      margin-bottom: 6px;
    }
    .process__step-desc {
      font-size: var(--t-sm);
      color: var(--c-text-2);
      line-height: 1.72;
    }
    .process__step-tag {
      display: inline-block;
      margin-top: 8px;
      font-size: 10.5px;
      font-weight: 600;
      letter-spacing: 0.10em;
      text-transform: uppercase;
      color: var(--c-gold-dk);
      background: rgba(212,175,55,0.10);
      padding: 3px 10px;
      border-radius: var(--r-full);
    }

    /* Right column — visual proof */
    .process__proof {
      position: relative;
      height: clamp(320px, 45vw, 560px);
    }
    .process__proof-main {
      width: 100%;
      height: 100%;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: var(--sh-xl);
      position: relative;
    }
    .process__proof-main img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .process__proof-badge {
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--c-white);
      border-radius: 16px;
      padding: 16px 24px;
      box-shadow: var(--sh-lg);
      display: flex;
      align-items: center;
      gap: 14px;
      border: 1px solid var(--c-border-lt);
      white-space: nowrap;
    }
    .process__proof-badge-icon {
      width: 42px; height: 42px;
      background: rgba(212,175,55,0.10);
      border: 1px solid rgba(212,175,55,0.20);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
    }
    .process__proof-badge-text strong {
      display: block;
      font-family: var(--f-display);
      font-size: 1.4rem;
      font-weight: 700;
      color: var(--c-navy);
      line-height: 1;
      letter-spacing: -0.03em;
    }
    .process__proof-badge-text span {
      font-size: 11px;
      color: var(--c-text-3);
      font-weight: 500;
    }

    /* ═══════════════════════════════════════════════════════
       ─── 8. CERTIFICATIONS ─────────────────────────────────
    ═══════════════════════════════════════════════════════ */
    .certs {
      padding: clamp(48px, 8vw, 96px) 0;
      background: var(--c-white);
      position: relative;
    }
    .certs::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--c-border-lt) 30%, var(--c-gold-lt) 50%, var(--c-border-lt) 70%, transparent);
    }
    .certs::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--c-border-lt) 30%, var(--c-gold-lt) 50%, var(--c-border-lt) 70%, transparent);
    }
    .certs__inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: clamp(16px, 3vw, 36px);
    }
    .cert-badge {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      padding: 20px 28px;
      border-radius: var(--r-lg);
      border: 1px solid var(--c-border-lt);
      background: var(--c-white);
      transition: transform 300ms var(--ease-spring), box-shadow 300ms ease, border-color 300ms ease;
      text-align: center;
      cursor: default;
    }
    .cert-badge:hover {
      transform: translateY(-4px);
      box-shadow: var(--sh-md), 0 0 24px rgba(212,175,55,0.12);
      border-color: rgba(212,175,55,0.28);
    }
    .cert-badge__icon {
      width: 52px; height: 52px;
      border-radius: 14px;
      background: var(--c-surface);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
    }
    .cert-badge__name {
      font-size: var(--t-sm);
      font-weight: 700;
      color: var(--c-navy);
      letter-spacing: 0.05em;
    }
    .cert-badge__sub {
      font-size: 10.5px;
      color: var(--c-text-3);
      max-width: 110px;
      line-height: 1.4;
    }
    .cert-badge__verified {
      display: flex;
      align-items: center;
      gap: 4px;
      font-size: 10px;
      font-weight: 600;
      color: #16A34A;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .cert-badge__verified svg { width: 12px; height: 12px; stroke: #16A34A; }

    /* ═══════════════════════════════════════════════════════
       ─── 9. CTA SECTION ────────────────────────────────────
    ═══════════════════════════════════════════════════════ */
    .cta-section {
      padding: var(--section-py) 0;
      background: var(--c-bg);
      position: relative;
      overflow: hidden;
    }
    .cta-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(212,175,55,0.07) 0%, transparent 65%);
      pointer-events: none;
    }
    .cta-section__grid {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(212,175,55,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212,175,55,0.025) 1px, transparent 1px);
      background-size: 60px 60px;
      pointer-events: none;
    }

    .cta-section__body {
      position: relative;
      z-index: 2;
      text-align: center;
      max-width: 760px;
      margin: 0 auto;
    }
    .cta-section__body h2 {
      font-size: var(--t-h2);
      font-weight: 600;
      color: var(--c-white);
      line-height: 1.08;
      margin-bottom: 20px;
      letter-spacing: -0.03em;
    }
    .cta-section__body p {
      font-size: clamp(1rem, 1.4vw, 1.15rem);
      color: rgba(255,255,255,0.50);
      line-height: 1.7;
      margin-bottom: 44px;
      max-width: 560px;
      margin-left: auto;
      margin-right: auto;
    }
    .cta-section__actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin-bottom: 48px;
    }
    .cta-section__trust {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 28px;
    }
    .cta-trust-item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 12.5px;
      color: rgba(255,255,255,0.40);
    }
    .cta-trust-item svg { width: 15px; height: 15px; stroke: var(--c-gold); opacity: 0.7; }

    /* ═══════════════════════════════════════════════════════
       ─── 10. FOOTER ────────────────────────────────────────
    ═══════════════════════════════════════════════════════ */
    .footer {
      background: var(--c-bg-2);
      border-top: 1px solid rgba(255,255,255,0.05);
    }
    .footer__main { padding: clamp(56px, 8vw, 96px) 0 clamp(40px, 5vw, 64px); }
    .footer__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 48px;
    }
    @media (min-width: 640px) { .footer__grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) { .footer__grid { grid-template-columns: 2.2fr 1fr 1fr 1.3fr; } }

    .footer__brand-desc {
      font-size: var(--t-sm);
      color: rgba(255,255,255,0.35);
      line-height: 1.75;
      margin: 18px 0 24px;
      max-width: 280px;
    }
    .footer__social { display: flex; gap: 10px; }
    .social-icon {
      width: 36px; height: 36px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: var(--r-sm);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255,255,255,0.40);
      transition: all 250ms ease;
      cursor: pointer;
    }
    .social-icon:hover {
      background: rgba(212,175,55,0.10);
      border-color: rgba(212,175,55,0.25);
      color: var(--c-gold);
      transform: translateY(-2px);
    }
    .social-icon svg { width: 16px; height: 16px; }

    .footer__col-head {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.25);
      margin-bottom: 20px;
    }
    .footer__links { display: flex; flex-direction: column; gap: 12px; }
    .footer__link {
      font-size: var(--t-sm);
      color: rgba(255,255,255,0.42);
      transition: color 200ms ease;
    }
    .footer__link:hover { color: rgba(255,255,255,0.80); }

    .footer__contact-item {
      display: flex;
      gap: 10px;
      font-size: var(--t-sm);
      color: rgba(255,255,255,0.40);
      line-height: 1.6;
      margin-bottom: 12px;
    }
    .footer__contact-item-icon { font-size: 15px; flex-shrink: 0; margin-top: 1px; }

    .footer__bottom {
      border-top: 1px solid rgba(255,255,255,0.05);
      padding: 18px 0;
    }
    .footer__bottom-inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }
    .footer__copy { font-size: 11.5px; color: rgba(255,255,255,0.22); }
    .footer__legal { display: flex; gap: 20px; }
    .footer__legal a { font-size: 11.5px; color: rgba(255,255,255,0.22); transition: color 200ms ease; }
    .footer__legal a:hover { color: rgba(255,255,255,0.50); }

    /* ═══════════════════════════════════════════════════════
       BACK TO TOP
    ═══════════════════════════════════════════════════════ */
    .back-top {
      position: fixed;
      bottom: 28px; right: 28px;
      width: 44px; height: 44px;
      background: linear-gradient(145deg, var(--c-gold-lt), var(--c-gold), var(--c-gold-dk));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: var(--sh-gold);
      cursor: pointer;
      opacity: 0;
      transform: translateY(12px) scale(0.85);
      transition: all 300ms var(--ease-out);
      z-index: 800;
      border: none;
    }
    .back-top.show { opacity: 1; transform: translateY(0) scale(1); }
    .back-top:hover { transform: translateY(-3px) scale(1.05); box-shadow: var(--sh-gold-lg); }
    .back-top svg { width: 20px; height: 20px; stroke: var(--c-navy); }

    /* ═══════════════════════════════════════════════════════
       RESPONSIVE
    ═══════════════════════════════════════════════════════ */
    @media (max-width: 1023px) {
      .nav__links { display: none; }
      .nav__ctas { display: none; }
      .nav__burger { display: flex; }
      .mobile-drawer { display: flex; }
    }

    @media (max-width: 767px) {
      .hero__metric { display: none; }
      .hero__product-card--accent { display: none; }
      .hero__product-stack { height: clamp(280px, 60vw, 380px); }
      .hero__product-card--main { width: 80%; right: 0; top: 0; }
      .hero__product-card--secondary { width: 55%; left: 0; bottom: 0; }
      .btn--lg { padding: 15px 28px; font-size: 0.95rem; }
      .process__layout { grid-template-columns: 1fr; }
      .process__proof { height: 280px; }
    }

    @media (max-width: 639px) {
      .stats__inner { grid-template-columns: repeat(2, 1fr); }
    }

    /* ── Reduce motion ───────────────────────────────────── */
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
      }
    }

    /* ── Page load reveal ────────────────────────────────── */
    /* body opacity gate removed — page is always visible */
    body.ready { opacity: 1; }
  

    .nav__dropdown { position: relative; }
    .nav__dropdown-menu {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%) translateY(10px);
      background: rgba(15, 23, 42, 0.85);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 12px;
      padding: 8px 0;
      min-width: 200px;
      opacity: 0;
      visibility: hidden;
      transition: all 300ms ease;
      box-shadow: 0 10px 32px rgba(0,0,0,0.2);
    }
    .nav__dropdown:hover .nav__dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
    }
    .nav__dropdown-link {
      display: block;
      padding: 10px 24px;
      font-size: 13.5px;
      font-weight: 500;
      color: rgba(255,255,255,0.7);
      transition: all 200ms ease;
      white-space: nowrap;
    }
    .nav__dropdown-link:hover {
      color: var(--c-gold);
      background: rgba(255,255,255,0.04);
    }
    .nav__link svg {
      transition: transform 300ms ease;
    }
    .nav__dropdown:hover .nav__link svg {
      transform: rotate(180deg);
    }

/* -- PAGE SPECIFIC STYLES -- */
/* -- ABOUT PAGE SPECIFIC -- */
    .page-hero {
      position: relative;
      padding: 180px 0 100px;
      background: var(--c-navy);
      overflow: hidden;
    }
    .page-hero__bg {
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 80% 50% at 50% 10%, rgba(212,175,55,0.08) 0%, transparent 70%);
      pointer-events: none;
    }
    .breadcrumb {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.4);
      margin-bottom: 24px;
    }
    .breadcrumb a { color: var(--c-gold); transition: color 200ms ease; }
    .breadcrumb a:hover { color: var(--c-gold-lt); }
    .breadcrumb span { color: rgba(255,255,255,0.2); }
    
    .mission-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
    }
    @media (min-width: 768px) { .mission-grid { grid-template-columns: repeat(3, 1fr); } }
    .mission-card {
      background: var(--c-surface);
      border: 1px solid var(--c-border-lt);
      padding: 40px 32px;
      border-radius: 20px;
      text-align: center;
      transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
    }
    .mission-card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: rgba(212,175,55,0.4); }
    .mission-card__icon {
      width: 56px; height: 56px;
      background: rgba(212,175,55,0.08);
      color: var(--c-gold-dk);
      border: 1px solid rgba(212,175,55,0.2);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 24px;
      transition: transform 300ms var(--ease-spring), background 300ms ease;
    }
    .mission-card:hover .mission-card__icon { transform: scale(1.1); background: rgba(212,175,55,0.15); }
    .mission-card__icon svg { width: 24px; height: 24px; stroke-width: 1.5; }
    .mission-card h3 { font-family: var(--f-display); font-size: 1.4rem; color: var(--c-navy); margin-bottom: 12px; }
    .mission-card p { font-size: 13.5px; color: var(--c-text-2); line-height: 1.7; }
    
    .industries {
      padding: var(--section-py) 0;
      background: var(--c-navy);
      position: relative;
    }
    .ind-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
    @media (min-width: 768px) { .ind-grid { grid-template-columns: repeat(3, 1fr); } }
    .ind-card {
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.08);
      padding: 32px 24px;
      border-radius: 16px;
      text-align: center;
      transition: all 400ms ease;
      backdrop-filter: blur(16px);
    }
    .ind-card:hover { background: rgba(255,255,255,0.06); border-color: rgba(212,175,55,0.3); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
    .ind-card h4 { font-family: var(--f-display); font-size: 1.25rem; color: var(--c-white); margin-bottom: 8px; }
    .ind-card svg { width: 32px; height: 32px; stroke: var(--c-gold); margin-bottom: 16px; opacity: 0.9; }


    .nav__dropdown { position: relative; }
    .nav__dropdown-menu {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%) translateY(10px);
      background: rgba(15, 23, 42, 0.85);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 12px;
      padding: 8px 0;
      min-width: 200px;
      opacity: 0;
      visibility: hidden;
      transition: all 300ms ease;
      box-shadow: 0 10px 32px rgba(0,0,0,0.2);
    }
    .nav__dropdown:hover .nav__dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
    }
    .nav__dropdown-link {
      display: block;
      padding: 10px 24px;
      font-size: 13.5px;
      font-weight: 500;
      color: rgba(255,255,255,0.7);
      transition: all 200ms ease;
      white-space: nowrap;
    }
    .nav__dropdown-link:hover {
      color: var(--c-gold);
      background: rgba(255,255,255,0.04);
    }
    .nav__link svg {
      transition: transform 300ms ease;
    }
    .nav__dropdown:hover .nav__link svg {
      transform: rotate(180deg);
    }

    /* -- ABOUT & WHY CSS FALLBACK -- */
    .about {
      position: relative;
      overflow: hidden;
    }
    .about__layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(48px, 8vw, 96px);
      align-items: center;
    }
    @media (min-width: 1024px) {
      .about__layout { grid-template-columns: 1.1fr 0.9fr; }
    }
    .about__visual {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      aspect-ratio: 4/4.5;
      background: var(--c-surface);
      box-shadow: var(--sh-xl);
    }
    .about__visual img {
      width: 100%; height: 100%;
      object-fit: cover;
    }
    .about__visual-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(15,23,42,0.3) 0%, transparent 40%);
    }
    .about__visual-label {
      position: absolute;
      bottom: 24px; left: 24px;
      background: rgba(255,255,255,0.95);
      backdrop-filter: blur(8px);
      padding: 12px 20px;
      border-radius: 12px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--c-navy);
      box-shadow: var(--sh-md);
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .about__visual-label svg { width: 14px; height: 14px; stroke: var(--c-gold-dk); }
    .about__content .section-head { margin-bottom: 48px; }
    
    .about__features {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }
    @media (min-width: 640px) {
      .about__features { grid-template-columns: 1fr 1fr; }
    }
    .about__feature {
      background: var(--c-surface);
      border: 1px solid var(--c-border-lt);
      padding: 24px;
      border-radius: 16px;
      transition: transform 300ms var(--ease-spring), box-shadow 300ms ease, border-color 300ms ease;
    }
    .about__feature:hover {
      transform: translateY(-4px);
      box-shadow: var(--sh-md);
      border-color: rgba(212,175,55,0.4);
    }
    .about__feature-icon {
      width: 44px; height: 44px;
      background: var(--c-white);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
      color: var(--c-gold-dk);
      box-shadow: var(--sh-sm);
    }
    .about__feature-icon svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2; }
    .about__feature h3 {
      font-family: var(--f-display);
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--c-navy);
      margin-bottom: 8px;
    }
    .about__feature p {
      font-size: 13.5px;
      color: var(--c-text-2);
      line-height: 1.6;
    }
    
    .why__card-icon {
      width: 52px; height: 52px;
      background: rgba(212,175,55,0.10);
      border: 1px solid rgba(212,175,55,0.18);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      transition: background 300ms ease, border-color 300ms ease, transform 300ms var(--ease-spring);
    }
    .why__card:hover .why__card-icon {
      background: rgba(212,175,55,0.16);
      border-color: rgba(212,175,55,0.35);
      transform: scale(1.08);
    }
    .why__card-icon svg { width: 24px; height: 24px; stroke: var(--c-gold); }

/* -- PRODUCTS PAGE SPECIFIC -- */
    .products-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 32px;
      padding: 80px 0;
    }
    @media (min-width: 768px) {
      .products-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
    }
    
    .prod-card {
      background: var(--c-surface);
      border-radius: 24px;
      overflow: hidden;
      border: 1px solid var(--c-border-lt);
      box-shadow: var(--sh-sm);
      transition: transform 400ms var(--ease-spring), box-shadow 400ms ease;
      display: flex;
      flex-direction: column;
    }
    .prod-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--sh-lg);
      border-color: rgba(212,175,55,0.3);
    }
    
    .prod-card__img {
      position: relative;
      aspect-ratio: 4/3;
      overflow: hidden;
    }
    .prod-card__img img {
      width: 100%; height: 100%;
      object-fit: cover;
      transition: transform 700ms var(--ease-out);
    }
    .prod-card:hover .prod-card__img img {
      transform: scale(1.05);
    }
    .prod-card__img-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(15,23,42,0.4) 0%, transparent 60%);
    }
    
    .prod-card__body {
      padding: 32px 24px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }
    .prod-card h3 {
      font-family: var(--f-display);
      font-size: 1.5rem;
      color: var(--c-navy);
      margin-bottom: 12px;
    }
    .prod-card p {
      font-size: 14px;
      color: var(--c-text-2);
      line-height: 1.6;
      margin-bottom: 32px;
      flex-grow: 1;
    }
    .prod-card .btn {
      width: 100%;
      justify-content: center;
    }

/* -- HONEY CATALOGUE SPECIFIC -- */
    .catalog {
      padding: 60px 0 100px;
      background: var(--c-off-white);
      min-height: 800px;
    }
    
    .catalog__controls {
      display: flex;
      flex-direction: column;
      gap: 24px;
      margin-bottom: 48px;
    }
    @media(min-width: 768px) {
      .catalog__controls { flex-direction: row; align-items: center; justify-content: space-between; }
    }
    
    .catalog__search {
      position: relative;
      width: 100%;
      max-width: 400px;
    }
    .catalog__search svg {
      position: absolute;
      left: 16px; top: 50%;
      transform: translateY(-50%);
      width: 20px; height: 20px;
      stroke: var(--c-text-2);
    }
    .catalog__search input {
      width: 100%;
      padding: 16px 16px 16px 48px;
      border: 1px solid var(--c-border-lt);
      border-radius: 12px;
      background: var(--c-white);
      font-size: 15px;
      font-family: inherit;
      color: var(--c-navy);
      transition: border-color 300ms ease, box-shadow 300ms ease;
    }
    .catalog__search input:focus {
      outline: none;
      border-color: var(--c-gold);
      box-shadow: 0 0 0 4px rgba(212,175,55,0.1);
    }
    
    .catalog__filters {
      display: flex;
      gap: 12px;
      overflow-x: auto;
      padding-bottom: 8px;
      scrollbar-width: none;
    }
    .catalog__filters::-webkit-scrollbar { display: none; }
    .filter-btn {
      padding: 10px 20px;
      border-radius: 30px;
      border: 1px solid var(--c-border-lt);
      background: var(--c-white);
      font-size: 14px;
      font-weight: 600;
      color: var(--c-text-2);
      cursor: pointer;
      white-space: nowrap;
      transition: all 300ms ease;
    }
    .filter-btn:hover { border-color: rgba(212,175,55,0.4); color: var(--c-navy); }
    .filter-btn.active { background: var(--c-navy); color: var(--c-white); border-color: var(--c-navy); }
    
    .catalog__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 32px;
    }
    @media(min-width: 768px) { .catalog__grid { grid-template-columns: repeat(2, 1fr); } }
    @media(min-width: 1024px) { .catalog__grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
    @media(min-width: 1280px) { .catalog__grid { grid-template-columns: repeat(4, 1fr); gap: 24px; } }
    
    .honey-card {
      background: var(--c-white);
      border: 1px solid var(--c-border-lt);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: var(--sh-sm);
      transition: transform 400ms var(--ease-spring), box-shadow 400ms ease, border-color 400ms ease;
      display: flex;
      flex-direction: column;
    }
    .honey-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--sh-lg);
      border-color: rgba(212,175,55,0.4);
    }
    .honey-card.hidden { display: none; }
    
    .honey-card__img {
      position: relative;
      aspect-ratio: 1/1;
      background: var(--c-surface);
      overflow: hidden;
      padding: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .honey-card__img img {
      width: 85%; height: 85%;
      object-fit: contain;
      filter: drop-shadow(0 20px 30px rgba(0,0,0,0.15));
      transition: transform 600ms var(--ease-out);
    }
    .honey-card:hover .honey-card__img img {
      transform: scale(1.08) translateY(-4px);
    }
    .honey-card__tag {
      position: absolute;
      top: 16px; left: 16px;
      background: rgba(255,255,255,0.9);
      backdrop-filter: blur(4px);
      padding: 6px 12px;
      border-radius: 8px;
      font-size: 11px;
      font-weight: 700;
      color: var(--c-navy);
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }
    
    .honey-card__body {
      padding: 24px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }
    .honey-card__title {
      font-family: var(--f-display);
      font-size: 1.35rem;
      color: var(--c-navy);
      margin-bottom: 8px;
    }
    .honey-card__desc {
      font-size: 13px;
      color: var(--c-text-2);
      line-height: 1.5;
      margin-bottom: 20px;
    }
    
    .honey-card__specs {
      margin-bottom: 24px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .honey-card__spec {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 12.5px;
    }
    .honey-card__spec svg {
      width: 16px; height: 16px;
      stroke: var(--c-gold);
      flex-shrink: 0;
      margin-top: 1px;
    }
    .honey-card__spec-label {
      font-weight: 600;
      color: var(--c-navy);
      min-width: 80px;
    }
    .honey-card__spec-val {
      color: var(--c-text-2);
      line-height: 1.4;
    }
    
    .honey-card .btn {
      margin-top: auto;
      width: 100%;
      justify-content: center;
      padding: 12px;
      font-size: 13.5px;
    }
    .no-results {
      text-align: center;
      padding: 60px 20px;
      color: var(--c-text-2);
      font-size: 18px;
      font-weight: 500;
      grid-column: 1 / -1;
      display: none;
    }
    .no-results.visible { display: block; }

/* -- CERAMICS PAGE SPECIFIC -- */
    .oem { padding: 100px 0; background: var(--c-white); }
    .oem__layout { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
    @media (min-width: 1024px) { .oem__layout { grid-template-columns: 1fr 1fr; } }
    .oem__img { border-radius: 24px; overflow: hidden; aspect-ratio: 4/3; }
    .oem__img img { width: 100%; height: 100%; object-fit: cover; }
    
    .intro { padding: 80px 0 40px; text-align: center; max-width: 800px; margin: 0 auto; }
    .intro h2 { font-family: var(--f-display); font-size: clamp(2rem, 4vw, 3rem); color: var(--c-navy); margin-bottom: 24px; }
    .intro p { font-size: 16px; color: var(--c-text-2); line-height: 1.7; }
    
    /* -------------------------------------------------------
       --- 5.5 ABOUT US --------------------------------------
    ------------------------------------------------------- */
    .about {
      padding: var(--section-py) 0;
      background: var(--c-white);
      position: relative;
      overflow: hidden;
    }
    .about__layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(48px, 8vw, 96px);
      align-items: center;
    }
    @media (min-width: 1024px) {
      .about__layout { grid-template-columns: 1.1fr 0.9fr; }
    }
    .about__visual {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      aspect-ratio: 4/4.5;
      background: var(--c-surface);
      box-shadow: var(--sh-xl);
    }
    .about__visual img {
      width: 100%; height: 100%;
      object-fit: cover;
    }
    .about__visual-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(15,23,42,0.3) 0%, transparent 40%);
    }
    .about__visual-label {
      position: absolute;
      bottom: 24px; left: 24px;
      background: rgba(255,255,255,0.95);
      backdrop-filter: blur(8px);
      padding: 12px 20px;
      border-radius: 12px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--c-navy);
      box-shadow: var(--sh-md);
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .about__visual-label svg { width: 14px; height: 14px; stroke: var(--c-gold-dk); }
    .about__content .section-head { margin-bottom: 48px; }
    
    .about__features {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }
    @media (min-width: 640px) {
      .about__features { grid-template-columns: 1fr 1fr; }
    }
    .about__feature {
      background: var(--c-surface);
      border: 1px solid var(--c-border-lt);
      padding: 24px;
      border-radius: 16px;
      transition: transform 300ms var(--ease-spring), box-shadow 300ms ease, border-color 300ms ease;
    }
    .about__feature:hover {
      transform: translateY(-4px);
      box-shadow: var(--sh-md);
      border-color: rgba(212,175,55,0.4);
    }
    .about__feature-icon {
      width: 44px; height: 44px;
      background: var(--c-white);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
      color: var(--c-gold-dk);
      box-shadow: var(--sh-sm);
    }
    .about__feature-icon svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2; }
    .about__feature h3 {
      font-family: var(--f-display);
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--c-navy);
      margin-bottom: 8px;
    }
    .about__feature p {
      font-size: 13.5px;
      color: var(--c-text-2);
      line-height: 1.6;
    }

    /* -------------------------------------------------------
       --- 6. WHY CHOOSE US ----------------------------------
    ------------------------------------------------------- */
    .why {
      padding: var(--section-py) 0;
      background: var(--c-navy);
      position: relative;
      overflow: hidden;
    }
    .why__bg {
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 70% 70% at 80% 30%, rgba(212,175,55,0.06) 0%, transparent 65%),
                  radial-gradient(ellipse 50% 80% at 10% 80%, rgba(59,82,186,0.06) 0%, transparent 65%);
      pointer-events: none;
    }
    .why__grid-bg {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
      background-size: 64px 64px;
      pointer-events: none;
    }

    .why .section-head h2 { color: var(--c-white); }
    .why .section-head p { color: rgba(255,255,255,0.50); }

    .why__cards {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
      margin-top: clamp(48px, 6vw, 80px);
    }
    @media (min-width: 640px)  { .why__cards { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) { .why__cards { grid-template-columns: repeat(3, 1fr); } }

    .why__card {
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.08);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      padding: clamp(32px, 4vw, 48px);
      border-radius: 24px;
      position: relative;
      transition: transform 400ms var(--ease-out), background 400ms ease, border-color 400ms ease, box-shadow 400ms ease;
      box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    }
    .why__card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top right, rgba(212,175,55,0.1), transparent 70%);
      opacity: 0;
      transition: opacity 400ms ease;
      border-radius: inherit;
      pointer-events: none;
    }
    .why__card:hover {
      background: rgba(255,255,255,0.05);
      border-color: rgba(212,175,55,0.3);
      transform: translateY(-8px);
      box-shadow: 0 16px 48px rgba(0,0,0,0.3), 0 0 24px rgba(212,175,55,0.1);
    }
    .why__card:hover::before { opacity: 1; }

    .why__card-icon {
      width: 52px; height: 52px;
      background: rgba(212,175,55,0.10);
      border: 1px solid rgba(212,175,55,0.18);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      transition: background 300ms ease, border-color 300ms ease, transform 300ms var(--ease-spring);
    }
    .why__card:hover .why__card-icon {
      background: rgba(212,175,55,0.16);
      border-color: rgba(212,175,55,0.35);
      transform: scale(1.08);
    }
    .why__card-icon svg { width: 24px; height: 24px; stroke: var(--c-gold); }

    .why__card h3 {
      font-family: var(--f-display);
      font-size: clamp(1.25rem, 2vw, 1.4rem);
      font-weight: 600;
      color: rgba(255,255,255,0.95);
      margin-bottom: 12px;
    }
    .why__card p {
      font-size: 13.5px;
      color: rgba(255,255,255,0.50);
      line-height: 1.7;
    }

/* -- EXPORT PROCESS PAGE SPECIFIC -- */
    .timeline-sec { padding: 100px 0; background: var(--c-surface); }
    .timeline { position: relative; max-width: 900px; margin: 60px auto 0; }
    .timeline::before {
      content: ''; position: absolute; left: 24px; top: 0; bottom: 0;
      width: 2px; background: rgba(212,175,55,0.3);
    }
    @media (min-width: 768px) {
      .timeline::before { left: 50%; transform: translateX(-50%); }
    }
    
    .timeline-item {
      position: relative; margin-bottom: 48px; padding-left: 72px; width: 100%;
    }
    .timeline-item:last-child { margin-bottom: 0; }
    @media (min-width: 768px) {
      .timeline-item { width: 50%; padding-left: 0; padding-right: 48px; text-align: right; }
      .timeline-item:nth-child(even) { margin-left: auto; padding-right: 0; padding-left: 48px; text-align: left; }
    }
    
    .timeline-icon {
      position: absolute; left: 0; top: 0; width: 48px; height: 48px;
      background: var(--c-navy); border-radius: 50%;
      border: 4px solid var(--c-surface); display: flex; align-items: center; justify-content: center;
      z-index: 2; box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .timeline-icon svg { width: 20px; height: 20px; stroke: var(--c-gold); }
    @media (min-width: 768px) {
      .timeline-icon { left: auto; right: -24px; }
      .timeline-item:nth-child(even) .timeline-icon { right: auto; left: -24px; }
    }
    
    .timeline-content {
      background: var(--c-white); padding: 32px; border-radius: 20px;
      box-shadow: var(--sh-sm); border: 1px solid var(--c-border-lt);
      transition: transform 300ms ease, box-shadow 300ms ease;
    }
    .timeline-content:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: rgba(212,175,55,0.4); }
    .timeline-content h3 { font-family: var(--f-display); font-size: 1.5rem; color: var(--c-navy); margin-bottom: 12px; }
    .timeline-content p { font-size: 14.5px; color: var(--c-text-2); line-height: 1.6; }
    
    .details-sec { padding: 100px 0; background: var(--c-white); }
    .details-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-top: 60px; }
    @media (min-width: 768px) { .details-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) { .details-grid { grid-template-columns: repeat(3, 1fr); } }
    
    .detail-card {
      padding: 40px; background: var(--c-off-white); border-radius: 24px;
      border: 1px solid var(--c-border-lt); transition: all 300ms ease; height: 100%;
    }
    .detail-card:hover { background: var(--c-white); box-shadow: var(--sh-lg); border-color: var(--c-gold); transform: translateY(-6px); }
    .detail-icon { width: 56px; height: 56px; background: rgba(212,175,55,0.1); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
    .detail-icon svg { width: 28px; height: 28px; stroke: var(--c-gold); }
    .detail-card h3 { font-family: var(--f-display); font-size: 1.4rem; color: var(--c-navy); margin-bottom: 16px; }
    .detail-card p { font-size: 14px; color: var(--c-text-2); line-height: 1.7; }

/* -- GALLERY PAGE SPECIFIC -- */
    .gallery-sec { padding: 60px 0 100px; background: var(--c-off-white); min-height: 800px; }
    
    .gallery__filters {
      display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 48px;
      justify-content: center; scrollbar-width: none;
    }
    .gallery__filters::-webkit-scrollbar { display: none; }
    
    .g-filter-btn {
      padding: 10px 24px; border-radius: 30px; border: 1px solid var(--c-border-lt);
      background: var(--c-white); font-size: 14.5px; font-weight: 600;
      color: var(--c-text-2); cursor: pointer; white-space: nowrap;
      transition: all 300ms ease; font-family: inherit;
    }
    .g-filter-btn:hover { border-color: rgba(212,175,55,0.4); color: var(--c-navy); }
    .g-filter-btn.active { background: var(--c-navy); color: var(--c-white); border-color: var(--c-navy); }
    
    .gallery__masonry {
      column-count: 1; column-gap: 24px;
    }
    @media (min-width: 640px) { .gallery__masonry { column-count: 2; } }
    @media (min-width: 1024px) { .gallery__masonry { column-count: 3; } }
    
    .g-item {
      break-inside: avoid; margin-bottom: 24px;
      position: relative; border-radius: 20px; overflow: hidden;
      cursor: zoom-in; box-shadow: var(--sh-sm);
      transition: transform 400ms var(--ease-out), box-shadow 400ms ease;
    }
    .g-item.hidden { display: none; }
    .g-item:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
    
    .g-item img {
      width: 100%; display: block; object-fit: cover;
      transition: transform 700ms var(--ease-out);
    }
    .g-item:hover img { transform: scale(1.06); }
    
    .g-item__overlay {
      position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,23,42,0.8) 0%, rgba(15,23,42,0) 50%);
      opacity: 0; transition: opacity 400ms ease; display: flex; align-items: flex-end; padding: 24px;
    }
    .g-item:hover .g-item__overlay { opacity: 1; }
    
    .g-item__text h4 { color: #fff; font-family: var(--f-display); font-size: 1.25rem; margin-bottom: 4px; transform: translateY(10px); opacity: 0; transition: all 400ms var(--ease-out); transition-delay: 50ms; }
    .g-item__text p { color: var(--c-gold); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; transform: translateY(10px); opacity: 0; transition: all 400ms var(--ease-out); transition-delay: 100ms; }
    .g-item:hover .g-item__text h4, .g-item:hover .g-item__text p { transform: translateY(0); opacity: 1; }
    
    /* Lightbox */
    #lightbox {
      position: fixed; inset: 0; background: rgba(15,23,42,0.95);
      z-index: 9999; display: flex; align-items: center; justify-content: center;
      opacity: 0; visibility: hidden; transition: opacity 400ms ease, visibility 400ms ease;
      backdrop-filter: blur(8px);
    }
    #lightbox.open { opacity: 1; visibility: visible; }
    
    #lightbox-img {
      max-width: 90%; max-height: 90vh; border-radius: 12px;
      box-shadow: 0 24px 64px rgba(0,0,0,0.5);
      transform: scale(0.95); opacity: 0; transition: all 400ms var(--ease-out);
    }
    #lightbox.open #lightbox-img { transform: scale(1); opacity: 1; transition-delay: 100ms; }
    
    #lightbox-close {
      position: absolute; top: 24px; right: 24px; background: none; border: none;
      color: #fff; cursor: pointer; padding: 8px; border-radius: 50%;
      background: rgba(255,255,255,0.1); transition: background 300ms ease;
    }
    #lightbox-close:hover { background: rgba(255,255,255,0.2); }
    #lightbox-close svg { width: 28px; height: 28px; stroke: currentColor; }

    /* -- CREATIVE DIRECTOR POLISH: CARDS -- */
    .honey-card { position: relative; overflow: hidden; }
    
    /* Card button always visible */
    .honey-card .btn, .cat-card .btn {
      opacity: 1; transform: translateY(0); transition: all 0.3s ease;
    }
    
    /* Glassmorphic Glare */
    .honey-card::before {
      content: ''; position: absolute; inset: 0; z-index: 10;
      background: linear-gradient(120deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 70%);
      transform: translateX(-150%); transition: transform 0.8s ease; pointer-events: none;
    }
    .honey-card:hover::before { transform: translateX(150%); }
.feat-badge svg {
  display: none !important;
}
.feat-badge {
  font-size: 11px !important;
  color: var(--c-text-2) !important;
  display: inline-flex !important;
  align-items: center !important;
}
.feat-badge:not(:last-child)::after {
  content: "|" !important;
  margin: 0 8px !important;
  color: var(--c-green) !important;
  font-weight: bold !important;
}
.cat-card__badges {
  gap: 4px 0px !important;
}

/* ═══════════════════════════════════════════════════════════════
   HERO TITLE & HEADING HIGH-CONTRAST VISIBILITY FIX
   Ensures main page titles and supporting text are 100% visible,
/* ═══════════════════════════════════════════════════════════════════
   HERO SECTION — HIGH CONTRAST DARK THEME & LOGO WHITE BADGE
   Dark navy hero background with full cargo ship background image,
   warm white high-contrast typography, and clean white logo badge.
   ═══════════════════════════════════════════════════════════════════ */

/* Dark Background for Hero Sections */
.hero {
  background: var(--c-bg) !important;
}
.page-hero {
  background: var(--c-navy) !important;
}

/* Ensure background image, overlays & glows are active */
.hero__bg-wrap,
.hero__bg-img,
.hero__overlay,
.hero__overlay-bottom,
.hero__overlay-top,
.hero__water-shimmer,
.hero__ship-glow,
.hero__glow,
.hero__grid,
.hero__ship-label,
.page-hero__bg,
.page-hero__grid {
  display: block !important;
}

/* --- index.html hero title & subtext --- */
.hero .hero__content .hero__inner .hero__h1,
section.hero h1.hero__h1,
.hero__inner h1.hero__h1,
.hero__inner .hero__h1 {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transform: none !important;
  animation: none !important;
  color: #F8F5EE !important;
  -webkit-text-fill-color: #F8F5EE !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.75) !important;
  position: relative !important;
  z-index: 20 !important;
  left: auto !important;
  right: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 640px !important;
  width: auto !important;
}

.hero__inner .hero__h1 em,
section.hero h1.hero__h1 em {
  opacity: 1 !important;
  visibility: visible !important;
  color: #C9A84C !important;
  -webkit-text-fill-color: #C9A84C !important;
  font-style: italic !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.60) !important;
}

.hero__inner .hero__desc,
section.hero p.hero__desc {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transform: none !important;
  animation: none !important;
  color: rgba(248, 245, 238, 0.88) !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.60) !important;
  position: relative !important;
  z-index: 20 !important;
  left: auto !important;
  right: auto !important;
}

.hero__inner .hero__badge,
.hero__inner .hero__ctas,
.hero__inner .hero__trust {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  position: relative !important;
  z-index: 20 !important;
}

/* --- page-hero titles (products, honey, ceramics, etc.) --- */
.page-hero h1,
.page-hero .hero__h1 {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transform: none !important;
  animation: none !important;
  color: #F8F5EE !important;
  -webkit-text-fill-color: #F8F5EE !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.75) !important;
  position: relative !important;
  z-index: 20 !important;
}

.page-hero h1 em,
.page-hero h1 span,
.page-hero .hero__h1 em,
.page-hero .hero__h1 span {
  opacity: 1 !important;
  visibility: visible !important;
  color: #C9A84C !important;
  -webkit-text-fill-color: #C9A84C !important;
  font-style: italic !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.60) !important;
}

.page-hero p,
.page-hero .hero__desc {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  color: rgba(248, 245, 238, 0.88) !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.60) !important;
  position: relative !important;
  z-index: 20 !important;
}

/* Fix the hero content container positioning */
.hero__content {
  position: relative !important;
  z-index: 10 !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
}

.hero__inner {
  position: relative !important;
  z-index: 10 !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  max-width: 640px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* ═══════════════════════════════════════════════════════════════
   HERO LOGO POSITION ADJUSTMENT
   Shifts logo 80px to the left on desktop for visual balance.
   Maintains zero-overlap responsive safety on tablet & mobile.
   ═══════════════════════════════════════════════════════════════ */
@media (min-width: 1024px) {
  .nav .logo {
    transform: translateX(-80px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav .logo {
    transform: translateX(-30px) !important;
  }
}
@media (max-width: 767px) {
  .nav .logo {
    transform: translateX(0) !important;
  }
}





