/* ═══════════════════════════════════════════════════════════
   TRIPLE C AGRO INDUSTRIES LTD — MASTER STYLESHEET v2.0
   Premium Cashew Exporter | Enugu State, Nigeria
═══════════════════════════════════════════════════════════ */

/* ─── 1. GOOGLE FONTS (loaded via header.php) ─── */
/* DM Serif Display — for big hero/section headings */
/* Inter — for body, labels, navigation */
/* Cormorant Garamond — for elegant quote/eyebrow text */

/* ─── 2. DESIGN TOKENS ─── */
:root {
  /* Palette — Light Mode */
  --cream:      #FDFAF5;      /* warm page background */
  --white:      #FFFFFF;
  --surface:    #F6F1E8;      /* cards / panels */
  --border:     #E2D9C8;
  --border-lt:  #EDE8DF;

  --gold:       #9B6B2F;      /* primary cashew gold — darker for contrast */
  --gold-mid:   #C4893E;      /* hover state */
  --gold-glow:  rgba(155,107,47,0.18);
  --gold-pale:  #FDF5E8;

  --forest:     #1A3D22;      /* deep forest green */
  --forest-mid: #2A5935;
  --forest-pale:#EDF4EE;

  --ink:        #0F0F0E;      /* pure dark body text */
  --ink-2:      #2A2A28;
  --ink-3:      #4A4A46;
  --muted:      #7A7770;

  /* Transitions & Radii */
  --r-sm:   6px;
  --r:      16px;
  --r-lg:   28px;
  --r-pill: 999px;
  --ease:   cubic-bezier(0.23, 1, 0.32, 1);
  --t:      0.36s var(--ease);

  /* Spacing */
  --section-y:  5rem;
  --section-y-sm: 3rem;
}

/* ─── 3. DARK MODE ─── */
[data-bs-theme="dark"] {
  --cream:      #0E120F;
  --white:      #161B17;
  --surface:    #1C231E;
  --border:     #354237;
  --border-lt:  #29342D;

  --gold:       #D4A55A;
  --gold-mid:   #E8BC74;
  --gold-glow:  rgba(212,165,90,0.15);
  --gold-pale:  #2B2112;

  --forest:     #5EAA74;
  --forest-mid: #76C48C;
  --forest-pale:#0C1A10;

  --ink:        #F5F2EC;
  --ink-2:      #D8D4CB;
  --ink-3:      #C8C2B5;
  --muted:      #B5AEA1;

  background-color: var(--cream) !important;
  color: var(--ink);
}

[data-bs-theme="dark"] body {
  background: #0E120F;
  color: var(--ink);
}

[data-bs-theme="dark"] :is(.bg-white, .bg-cream, .bg-surface, .social-showcase, .products-strip, .stats-bar, .about-premium-story) {
  background: #101711 !important;
}

[data-bs-theme="dark"] :is(.section-heading, .eyebrow, .lead-copy, .hero-title, .hero-eyebrow, .product-card h3, .update-card h3, .owner-card h2, .admin-card-summary strong) {
  color: var(--ink) !important;
}

[data-bs-theme="dark"] :is(p, .text-muted, .text-muted-c, .lead-copy, .product-card p, .update-card p, .timeline-list span, .capability-grid span, .stats-bar span, .stat-label) {
  color: rgba(255,255,255,0.78) !important;
}

[data-bs-theme="dark"] :is(.product-card, .update-card, .testimonial-premium-card, .owner-card, .capability-grid > div, .stack-card, .stats-bar, .quote-shell, .drawer-header, #drawer-panel) {
  background: #172019 !important;
  border-color: var(--border) !important;
  color: var(--ink) !important;
}

[data-bs-theme="dark"] #nav {
  background-color: rgba(14, 18, 15, 0.94) !important;
  border-bottom-color: var(--border);
}

[data-bs-theme="dark"] .logo-name strong,
[data-bs-theme="dark"] .drawer-links a {
  color: var(--ink) !important;
}

[data-bs-theme="dark"] :is(input, select, textarea, .wizard-step-pane, .premium-dropzone) {
  background-color: #111812 !important;
  color: var(--ink) !important;
  border-color: var(--border) !important;
}

[data-bs-theme="dark"] .btn-theme-toggle {
  background-color: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.18) !important;
  color: var(--ink) !important;
}

[data-bs-theme="dark"] .btn-theme-toggle:hover {
  background-color: rgba(255,255,255,0.14) !important;
  border-color: rgba(255,255,255,0.28) !important;
  color: var(--gold) !important;
}

[data-bs-theme="dark"] .nav-dropdown {
  background: rgba(18, 28, 20, 0.96) !important;
  border-color: rgba(255,255,255,0.08) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.4) !important;
}

[data-bs-theme="dark"] .nav-dropdown a {
  color: var(--ink) !important;
}

[data-bs-theme="dark"] .nav-dropdown a:hover {
  background: rgba(212,165,90,.12) !important;
  color: var(--gold) !important;
}

[data-bs-theme="dark"] .owner-hero,
[data-bs-theme="dark"] .about-hero,
[data-bs-theme="dark"] .process-hero,
[data-bs-theme="dark"] .bg-surface,
[data-bs-theme="dark"] .bg-white,
[data-bs-theme="dark"] .bg-light,
[data-bs-theme="dark"] .border-light {
  background: #101712 !important;
  border-color: rgba(255,255,255,0.12) !important;
}

[data-bs-theme="dark"] .process-hero .process-hero-bg,
[data-bs-theme="dark"] .process-hero::before {
  opacity: 0.34 !important;
  filter: brightness(0.5) saturate(0.85) !important;
}

[data-bs-theme="dark"] .process-hero {
  position: relative;
  overflow: hidden;
}

[data-bs-theme="dark"] .process-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 10, 7, 0.42);
  z-index: 0;
}

[data-bs-theme="dark"] .process-hero .container,
[data-bs-theme="dark"] .process-hero .eyebrow,
[data-bs-theme="dark"] .process-hero .section-heading,
[data-bs-theme="dark"] .process-hero .text-white-50 {
  position: relative;
  z-index: 1;
}

[data-bs-theme="dark"] .process-hero .eyebrow {
  color: var(--gold) !important;
}

[data-bs-theme="dark"] .process-hero .section-heading {
  color: var(--white) !important;
}

[data-bs-theme="dark"] .process-hero .text-white-50 {
  color: rgba(255,255,255,0.88) !important;
}

[data-bs-theme="dark"] .process-hero .process-hero-bg {
  filter: brightness(0.48) saturate(0.8) contrast(0.9) !important;
}

[data-bs-theme="dark"] .journey-stop {
  background: #121b16 !important;
  border-color: rgba(255,255,255,0.08) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.28) !important;
}

[data-bs-theme="dark"] .journey-stop strong {
  color: #F4EFE2 !important;
}

[data-bs-theme="dark"] .journey-stop p {
  color: rgba(255,255,255,0.82) !important;
}

[data-bs-theme="dark"] .owner-profile-shell {
  background:
    linear-gradient(135deg, rgba(16,22,17,.96), rgba(18,28,20,.94)),
    repeating-linear-gradient(135deg, rgba(212,165,90,.05) 0 1px, transparent 1px 24px) !important;
  border-color: rgba(255,255,255,0.08) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.24) !important;
}

[data-bs-theme="dark"] .owner-profile-shell::after {
  background: rgba(212,165,90,.08) !important;
}

[data-bs-theme="dark"] .owner-photo-orb img,
[data-bs-theme="dark"] .owner-photo-orb span {
  background: rgba(255,255,255,.06) !important;
  color: var(--ink) !important;
}

[data-bs-theme="dark"] .owner-profile-badge {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.12) !important;
  color: var(--ink) !important;
}

[data-bs-theme="dark"] .owner-profile-badge i,
[data-bs-theme="dark"] .owner-title {
  color: var(--gold) !important;
}

[data-bs-theme="dark"] .owner-summary,
[data-bs-theme="dark"] .owner-contact-strip a,
[data-bs-theme="dark"] .owner-contact-strip span,
[data-bs-theme="dark"] .owner-social-links a {
  color: rgba(255,255,255,0.82) !important;
}

[data-bs-theme="dark"] .owner-actions .btn-ghost {
  color: var(--ink) !important;
  border-color: rgba(255,255,255,0.12) !important;
}

[data-bs-theme="dark"] .owner-actions .btn-ghost:hover {
  background: rgba(255,255,255,.08) !important;
}

[data-bs-theme="dark"] .timeline-list > div,
[data-bs-theme="dark"] .update-card,
[data-bs-theme="dark"] .workflow-portrait-frame {
  background: #121b16 !important;
  border-color: rgba(255,255,255,0.08) !important;
}

[data-bs-theme="dark"] .timeline-list > div:hover {
  box-shadow: 0 18px 42px rgba(0,0,0,.4);
}

[data-bs-theme="dark"] .timeline-list strong,
[data-bs-theme="dark"] .update-card h3,
[data-bs-theme="dark"] .workflow-portrait-frame span {
  color: #F4EFE2 !important;
}

[data-bs-theme="dark"] .timeline-list span,
[data-bs-theme="dark"] .update-card p {
  color: rgba(255,255,255,0.72) !important;
}

[data-bs-theme="dark"] .update-card .update-date-pill {
  background: rgba(255,255,255,.08);
  color: var(--gold-mid) !important;
}

[data-bs-theme="dark"] .workflow-portrait-frame span {
  background: rgba(255,255,255,.12);
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}

/* ─── 4. RESET & BASE ─── */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', 'Plus Jakarta Sans', system-ui, sans-serif;
  background-color: var(--cream);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background-color var(--t), color var(--t);
}

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

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ─── 5. TYPOGRAPHY SYSTEM ─── */
.font-display {
  font-family: 'DM Serif Display', 'Fraunces', Georgia, serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.font-serif {
  font-family: 'Cormorant Garamond', 'Fraunces', Georgia, serif;
}

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}

.section-heading {
  font-family: 'DM Serif Display', 'Fraunces', Georgia, serif;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--ink);
}

/* ─── 6. UTILITIES ─── */
.py-section { padding-top: var(--section-y); padding-bottom: var(--section-y); }
.py-section-sm { padding-top: var(--section-y-sm); padding-bottom: var(--section-y-sm); }

.text-gold   { color: var(--gold) !important; }
.text-forest { color: var(--forest) !important; }
.text-ink    { color: var(--ink) !important; }
.text-ink-2  { color: var(--ink-2) !important; }
.text-ink-3  { color: var(--ink-3) !important; }
.text-muted-c{ color: var(--muted) !important; }

.bg-cream   { background-color: var(--cream) !important; }
.bg-surface { background-color: var(--surface) !important; }
.bg-forest  { background-color: var(--forest) !important; }
.bg-ink     { background-color: var(--ink) !important; }
.bg-gold    { background-color: var(--gold) !important; }

.bg-dark-ink {
  background-color: #0F0F0E;
}

.max-w-xl { max-width: 680px; }
.max-w-lg { max-width: 520px; }
.max-w-md { max-width: 420px; }

/* ─── 7. BUTTONS ─── */
.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--gold);
  color: #fff !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border-radius: var(--r-pill);
  border: none;
  cursor: pointer;
  transition: var(--t);
  text-decoration: none;
  white-space: nowrap;
}
.btn-gold:hover {
  background-color: var(--gold-mid);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px var(--gold-glow);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  color: var(--ink) !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.82rem 1.8rem;
  border-radius: var(--r-pill);
  border: 2px solid var(--border);
  cursor: pointer;
  transition: var(--t);
  text-decoration: none;
  white-space: nowrap;
}
.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold) !important;
  background-color: var(--gold-pale);
}

.btn-ghost-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  color: #fff !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.82rem 1.8rem;
  border-radius: var(--r-pill);
  border: 2px solid rgba(255,255,255,0.35);
  cursor: pointer;
  transition: var(--t);
  text-decoration: none;
  white-space: nowrap;
}
.btn-ghost-white:hover {
  background-color: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.6);
}

/* keep old classes working */
.btn-amber { @extend .btn-gold; }

/* ─── 8. THEME TOGGLE BUTTON ─── */
.btn-theme-toggle {
  width: 40px;
  height: 40px;
  background-color: var(--surface);
  color: var(--ink);
  border: 1.5px solid var(--border) !important;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--t);
  font-size: 0.95rem;
}
.btn-theme-toggle:hover {
  background-color: var(--gold-pale);
  border-color: var(--gold) !important;
  color: var(--gold);
}

/* ─── 9. NAVBAR ─── */
#nav {
  background-color: rgba(253, 250, 245, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: var(--t), padding 0.3s ease;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
[data-bs-theme="dark"] #nav {
  background-color: rgba(12, 11, 9, 0.92);
}
#nav.scrolled {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  border-bottom-color: var(--border);
  box-shadow: 0 4px 40px rgba(0,0,0,0.06);
}

.logo-ring {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: var(--t);
  background-color: var(--gold-pale);
}
.logo-ring:hover { transform: rotate(-10deg); }
.logo-ring svg { width: 18px; height: 18px; }

.logo-name { display: flex; flex-direction: column; line-height: 1.15; }
.logo-name strong {
  font-family: 'DM Serif Display', 'Fraunces', serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.logo-name span {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.navbar-nav .nav-link {
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--ink-3);
  letter-spacing: 0.015em;
  transition: color var(--t);
  padding: 0.3rem 0;
  position: relative;
}
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: width var(--t);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--gold); }
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { width: 100%; }

/* Hamburger */
.hamburger {
  display: flex; flex-direction: column;
  gap: 5px; cursor: pointer;
  padding: 0.4rem; border: none; background: none;
}
.hamburger span {
  display: block; width: 22px; height: 2px;
  background-color: var(--ink);
  border-radius: 2px;
  transition: var(--t); transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ─── 10. MOBILE DRAWER ─── */
#drawer {
  position: fixed; inset: 0;
  z-index: 1040;
  pointer-events: none; visibility: hidden;
  transition: visibility 0.4s;
}
#drawer.open { pointer-events: all; visibility: visible; }
#drawer-bg {
  position: absolute; inset: 0;
  background: rgba(10, 10, 8, 0.55);
  opacity: 0; transition: opacity 0.4s var(--ease);
}
#drawer.open #drawer-bg { opacity: 1; }
#drawer-panel {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: min(340px, 88vw);
  background: var(--white);
  border-left: 1px solid var(--border);
  transform: translateX(100%);
  transition: transform 0.42s cubic-bezier(0.77, 0, 0.175, 1);
}
#drawer.open #drawer-panel { transform: translateX(0); }

.drawer-links li { border-bottom: 1px solid var(--border-lt); }
.drawer-links a {
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'DM Serif Display', 'Fraunces', serif;
  font-size: 1.7rem; font-weight: 400;
  color: var(--ink); text-decoration: none;
  padding: 0.9rem 0; transition: var(--t);
}
.drawer-links a:hover, .drawer-links a.active {
  color: var(--gold); padding-left: 0.5rem;
}
.drawer-links a .arr { font-size: 1rem; opacity: 0.3; transition: var(--t); font-family: sans-serif; }
.drawer-links a:hover .arr { opacity: 1; transform: translateX(6px); }

.social-circle-link {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1.5px solid var(--border);
  display: grid; place-items: center;
  color: var(--ink-3); transition: var(--t);
  font-size: 0.95rem;
}
.social-circle-link:hover {
  background-color: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

/* ─── 11. HERO BANNER ─── */
.hero-slider-section {
  padding-top: 74px; /* offset for fixed nav */
  position: relative;
}
.hero-swiper {
  width: 100%;
  height: calc(100vh - 74px);
  min-height: 600px;
  max-height: 940px;
}
.swiper-slide { position: relative; overflow: hidden; }

/* background-image based slides */
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.04);
  transition: transform 9s ease-out;
}
.swiper-slide-active .hero-bg { transform: scale(1); }

/* img-based slides (slide 1) */
.hero-slide-image {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 9s ease-out;
}
.swiper-slide-active .hero-slide-image { transform: scale(1); }

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    165deg,
    rgba(10,10,8,0.72) 0%,
    rgba(10,10,8,0.35) 55%,
    rgba(10,10,8,0.65) 100%
  );
}

.hero-slide-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 3.5rem 1.5rem;
  padding-bottom: 4rem;
  color: #fff;
}
@media (min-width: 992px) {
  .hero-slide-content { padding: 5rem 0; max-width: 780px; left: max(24px, calc((100vw - 1200px)/2)); right: auto; }
}

.hero-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-mid);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s 0.1s var(--ease), transform 0.7s 0.1s var(--ease);
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 20px; height: 2px;
  background: var(--gold-mid);
  border-radius: 2px;
}

.hero-title {
  font-family: 'DM Serif Display', 'Fraunces', serif;
  font-size: clamp(2.4rem, 5.5vw, 4.8rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s 0.25s var(--ease), transform 0.8s 0.25s var(--ease);
}
.hero-title em { color: var(--gold-mid); font-style: italic; }

.hero-desc {
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  max-width: 540px;
  line-height: 1.72;
  margin-bottom: 2.25rem;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s 0.4s var(--ease), transform 0.8s 0.4s var(--ease);
}

.hero-actions {
  display: flex; flex-wrap: wrap; gap: 0.85rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s 0.55s var(--ease), transform 0.8s 0.55s var(--ease);
}

.swiper-slide-active .hero-eyebrow,
.swiper-slide-active .hero-title,
.swiper-slide-active .hero-desc,
.swiper-slide-active .hero-actions {
  opacity: 1;
  transform: translateY(0);
}

/* Swiper pagination */
.swiper-pagination { bottom: 2rem !important; }
.swiper-pagination-bullet {
  background: rgba(255,255,255,0.4) !important;
  width: 8px; height: 8px;
  transition: all 0.4s;
}
.swiper-pagination-bullet-active {
  background: var(--gold-mid) !important;
  width: 28px; border-radius: 4px;
}

/* ─── 12. STATS BAR ─── */
.stats-bar {
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
}
.stat-item {
  padding: 2rem 1.5rem;
  text-align: center;
  transition: var(--t);
}
.stat-item:not(:last-child) {
  border-right: 1px solid var(--border);
}
@media (max-width: 767.98px) {
  .stat-item:not(:last-child) { border-right: none; border-bottom: 1px solid var(--border); }
}
.stat-num {
  font-family: 'DM Serif Display', 'Fraunces', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.35rem;
}
.stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ─── 13. ABOUT STRIP (Homepage) ─── */
.about-strip { background-color: var(--cream); }
.about-img-wrap {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.about-img-wrap img {
  width: 100%; height: 500px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767.98px) { .about-img-wrap img { height: 300px; } }
.about-badge {
  position: absolute;
  bottom: 1.5rem; left: 1.5rem;
  background: var(--gold);
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: var(--r);
  display: flex; flex-direction: column;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.about-badge .badge-num {
  font-family: 'DM Serif Display', serif;
  font-size: 2.4rem; line-height: 1;
  font-weight: 400;
}
.about-badge .badge-sub { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.85; }

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
  display: flex; gap: 0.75rem; align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border-lt);
  font-size: 0.9rem;
  color: var(--ink-2);
}
.check-list li:last-child { border-bottom: none; }
.check-list .ci {
  width: 22px; height: 22px; flex-shrink: 0;
  background-color: var(--gold-pale);
  color: var(--gold);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 0.7rem; margin-top: 2px;
}
.check-list li strong { font-weight: 700; color: var(--ink); display: block; }

/* ─── 14. PRODUCT CARDS ─── */
.products-strip { background-color: var(--surface); }

.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.product-card:hover {
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow: 0 28px 64px rgba(0,0,0,0.1);
}
.product-img {
  height: 240px; overflow: hidden; position: relative;
}
.product-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.product-card:hover .product-img img { transform: scale(1.07); }
.product-badge {
  position: absolute; top: 1rem; left: 1rem; z-index: 2;
  background-color: var(--forest);
  color: #fff;
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: var(--r-pill);
}
.product-body {
  padding: 1.5rem 1.75rem;
  flex-grow: 1; display: flex; flex-direction: column;
}
.product-name {
  font-family: 'DM Serif Display', 'Fraunces', serif;
  font-size: 1.3rem; font-weight: 400;
  color: var(--ink);
  margin-bottom: 0.6rem; line-height: 1.2;
}
.product-desc {
  font-size: 0.87rem; color: var(--ink-3); line-height: 1.65;
  margin-bottom: 1.25rem; flex-grow: 1;
}
.product-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.product-tag {
  font-size: 0.62rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--ink-3);
  background-color: var(--surface);
  border: 1px solid var(--border);
  padding: 0.22rem 0.65rem;
  border-radius: var(--r-pill);
}
.product-foot {
  padding: 1rem 1.75rem;
  border-top: 1px solid var(--border-lt);
  display: flex; align-items: center; justify-content: space-between;
}
.product-link {
  font-size: 0.82rem; font-weight: 700; color: var(--gold);
  text-decoration: none; display: flex; align-items: center; gap: 0.4rem;
  transition: gap var(--t), color var(--t);
}
.product-link:hover { color: var(--gold-mid); gap: 0.7rem; }

/* ─── 15. PROCESS STEPS ─── */
.process-row {
  padding: 2.5rem 2rem;
  border-top: 1px solid var(--border);
  transition: background-color var(--t);
  border-radius: var(--r);
  margin-bottom: 0.25rem;
}
.process-row:hover { background-color: var(--gold-pale); }
.process-num {
  font-family: 'DM Serif Display', 'Fraunces', serif;
  font-size: 2.8rem; font-weight: 400;
  color: var(--gold); line-height: 1;
  min-width: 56px; text-align: right;
}

/* ─── 16. TESTIMONIALS ─── */
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 2rem;
  transition: var(--t);
}
.testimonial-card:hover {
  border-color: var(--gold);
  box-shadow: 0 12px 32px var(--gold-glow);
}
.t-stars { color: var(--gold); letter-spacing: 2px; font-size: 0.9rem; margin-bottom: 1rem; }
.t-quote { font-size: 0.95rem; color: var(--ink-2); line-height: 1.7; font-style: italic; margin-bottom: 1.25rem; }
.t-author { display: flex; align-items: center; gap: 0.85rem; }
.t-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--gold-pale);
  color: var(--gold);
  font-size: 0.75rem; font-weight: 700;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.t-name { font-size: 0.88rem; font-weight: 700; color: var(--ink); }
.t-role { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }

/* ─── 17. SOCIAL FEED ─── */
.social-feed-item {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: block;
}
.social-feed-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.social-feed-overlay {
  position: absolute; inset: 0;
  background: rgba(10,10,8,0.65);
  display: grid; place-items: center;
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.social-feed-overlay i {
  color: #fff; font-size: 2rem;
  transform: translateY(12px);
  transition: transform 0.4s var(--ease);
}
.social-feed-item:hover img { transform: scale(1.08); }
.social-feed-item:hover .social-feed-overlay { opacity: 1; }
.social-feed-item:hover .social-feed-overlay i { transform: translateY(0); }

/* ─── 18. FLOATING SOCIAL BAR (desktop) ─── */
.floating-social {
  position: fixed;
  top: 50%; left: 0;
  transform: translateY(-50%);
  z-index: 950;
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: none;
  border-top-right-radius: var(--r-sm);
  border-bottom-right-radius: var(--r-sm);
  padding: 0.35rem 0;
  box-shadow: 2px 0 18px rgba(0,0,0,0.04);
}
@media (max-width: 991.98px) { .floating-social { display: none; } }
.floating-social a {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  color: var(--ink-3); font-size: 1rem;
  transition: var(--t);
}
.floating-social a:hover { color: var(--gold); background-color: var(--gold-pale); }
.floating-social a[aria-label="Instagram"],
.social-circle-link[aria-label="Instagram"] { color: #e4405f !important; }
.floating-social a[aria-label="Facebook"],
.social-circle-link[aria-label="Facebook"] { color: #1877f2 !important; }
.floating-social a[aria-label="LinkedIn"],
.social-circle-link[aria-label="LinkedIn"] { color: #0a66c2 !important; }
.floating-social a[aria-label="YouTube"],
.social-circle-link[aria-label="YouTube"] { color: #ff0000 !important; }
.floating-social a:hover,
.social-circle-link:hover {
  color: #fff !important;
}
.floating-social a[aria-label="Instagram"]:hover,
.social-circle-link[aria-label="Instagram"]:hover { background: #e4405f !important; border-color: #e4405f !important; }
.floating-social a[aria-label="Facebook"]:hover,
.social-circle-link[aria-label="Facebook"]:hover { background: #1877f2 !important; border-color: #1877f2 !important; }
.floating-social a[aria-label="LinkedIn"]:hover,
.social-circle-link[aria-label="LinkedIn"]:hover { background: #0a66c2 !important; border-color: #0a66c2 !important; }
.floating-social a[aria-label="YouTube"]:hover,
.social-circle-link[aria-label="YouTube"]:hover { background: #ff0000 !important; border-color: #ff0000 !important; }

/* ─── 19. WHATSAPP FAB ─── */
#wafab {
  position: fixed; bottom: 1.75rem; right: 1.75rem;
  z-index: 999;
  display: flex; flex-direction: column;
  align-items: flex-end; gap: 0.5rem;
}
.wa-label {
  background: var(--ink); color: var(--white);
  font-size: 0.73rem; font-weight: 600;
  padding: 0.4rem 0.9rem;
  border-radius: var(--r-pill);
  opacity: 0; transform: translateX(10px);
  transition: var(--t); pointer-events: none;
  white-space: nowrap;
}
#wafab:hover .wa-label { opacity: 1; transform: translateX(0); }
.wa-circle {
  width: 54px; height: 54px;
  background: #25D366; border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(37,211,102,0.35);
  color: #fff; font-size: 1.5rem;
  text-decoration: none;
  transition: var(--t);
}
.wa-circle:hover { background: #1da851; transform: scale(1.08); }

/* ─── 20. FORM CONTROLS ─── */
.form-control-custom {
  width: 100%;
  padding: 0.85rem 1.1rem;
  background: var(--white);
  color: var(--ink);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
  transition: border-color var(--t), box-shadow var(--t);
  outline: none;
}
.form-control-custom:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-glow);
}
.form-label-custom {
  display: block;
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 0.45rem;
}
.form-group { margin-bottom: 0; }

/* ─── 21. MODAL / WIZARD ─── */
.modal-overlay {
  position: fixed; inset: 0;
  z-index: 1050;
  background: rgba(10,10,8,0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none; place-items: center;
  padding: 1rem;
}
.modal-overlay.open { display: grid; }
.modal-box {
  background: var(--white);
  border-radius: var(--r-lg);
  width: 100%; max-width: 620px;
  max-height: 90vh; overflow-y: auto;
  box-shadow: 0 32px 80px rgba(0,0,0,0.2);
  animation: modalIn 0.4s var(--ease) both;
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(30px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.modal-head {
  padding: 1.75rem 2rem 1.25rem;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
}
.modal-body { padding: 2rem; }
.modal-close {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1.5px solid var(--border);
  background: none; cursor: pointer;
  display: grid; place-items: center;
  color: var(--muted); font-size: 1rem;
  flex-shrink: 0; transition: var(--t);
}
.modal-close:hover { background: var(--surface); color: var(--ink); }

/* Progress bar */
.wizard-progress {
  display: flex; gap: 0.5rem;
  margin-bottom: 2rem;
}
.wp-step {
  flex: 1; height: 3px;
  background: var(--border);
  border-radius: 3px;
  transition: background-color 0.5s;
}
.wp-step.done { background: var(--gold); }

/* ─── 22. SCROLL ANIMATIONS ─── */
.rv, .rvl, .rvr {
  opacity: 0;
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.rv  { transform: translateY(32px); }
.rvl { transform: translateX(-32px); }
.rvr { transform: translateX(32px); }
.rv.show, .rvl.show, .rvr.show {
  opacity: 1; transform: translate(0);
}

/* ─── 23. CONTACT PAGE ─── */
.contact-info-item {
  display: flex; gap: 1.1rem; align-items: flex-start;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border-lt);
}
.contact-info-item:last-child { border-bottom: none; }
.contact-icon {
  width: 46px; height: 46px; flex-shrink: 0;
  background: var(--gold-pale);
  border: 1px solid var(--border);
  border-radius: var(--r);
  display: grid; place-items: center;
  color: var(--gold); font-size: 1.1rem;
}
.contact-label {
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 0.25rem;
}
.contact-value { font-size: 0.92rem; color: var(--ink-2); line-height: 1.5; }
.contact-value a { color: var(--ink-2); text-decoration: none; }
.contact-value a:hover { color: var(--gold); }

/* ─── 24. GLOBAL REACH FLAGS ROW ─── */
.market-chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  padding: 0.35rem 0.9rem;
  font-size: 0.78rem; font-weight: 600;
  color: var(--ink-2);
  transition: var(--t);
}
.market-chip:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-pale); }

/* ─── 25. NEWSLETTER STRIP ─── */
.newsletter-strip {
  background: linear-gradient(135deg, var(--forest) 0%, #2E5E3A 100%);
}

/* ─── 26. CTA DARK STRIP ─── */
.cta-dark {
  background: linear-gradient(135deg, #0F0F0E 0%, #1A1A18 100%);
  position: relative; overflow: hidden;
}
.cta-dark::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(155,107,47,0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* ─── 27. FOOTER ─── */
.site-footer {
  background-color: #0A0908;
  color: #A8A49C;
}
.footer-heading {
  font-family: 'DM Serif Display', 'Fraunces', serif;
  font-size: 1rem; font-weight: 400;
  color: #fff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}
.footer-link {
  display: block;
  font-size: 0.85rem; color: #A8A49C;
  text-decoration: none; padding: 0.28rem 0;
  transition: color var(--t);
}
.footer-link:hover { color: var(--gold-mid); }
.footer-divider { border-color: rgba(255,255,255,0.08); }
.footer-bottom { font-size: 0.8rem; color: #5A5750; }

/* ─── 28. RESPONSIVE BREAKPOINTS ─── */
@media (max-width: 991.98px) {
  :root { --section-y: 4rem; }
}

/* Button polish and scroll-to-top controls */
button,
.btn-gold,
.btn-ghost,
.btn-ghost-white {
  max-width: max-content;
}

.hero-actions .btn-gold,
.hero-actions .btn-ghost-white,
.drawer-foot .btn-gold,
.col-12 .btn-gold.w-100 {
  max-width: none;
}

.admin-form .btn-gold,
.admin-panel .btn-gold,
.ajax-form .btn-gold {
  width: auto !important;
  justify-self: start;
  align-self: start;
  min-width: 150px;
  justify-content: center;
  padding-inline: 1.35rem;
  border-radius: 12px;
  text-transform: none;
  letter-spacing: 0;
  font-size: .9rem;
}

.admin-card-actions {
  justify-content: flex-start;
  align-items: center;
}

.admin-card-actions button,
.admin-row .admin-danger,
.admin-media-card button,
.admin-danger {
  width: auto;
  max-width: max-content;
  min-width: 84px;
  white-space: nowrap;
}

.admin-row form {
  display: flex;
  justify-content: flex-end;
}

.admin-form label + .btn-gold {
  margin-top: .2rem;
}

.admin-nav button {
  max-width: none;
}

.rfq-product-option,
.buyer-command-cards button,
.gallery-card,
.gallery-tile,
.hero-thumb {
  max-width: none;
}

.scroll-top-btn {
  position: fixed;
  right: 1.35rem;
  bottom: 6.1rem;
  z-index: 998;
  width: 48px;
  height: 48px;
  max-width: none;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--forest), var(--gold));
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 38px rgba(18,63,43,.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(.94);
  transition: var(--t);
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.scroll-top-btn:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 20px 46px rgba(18,63,43,.32);
}

.admin-scroll-top {
  bottom: 1.35rem;
}

@media (max-width: 575.98px) {
  .admin-form .btn-gold,
  .admin-panel .btn-gold,
  .ajax-form .btn-gold {
    width: 100% !important;
    max-width: none;
  }
  .scroll-top-btn {
    width: 44px;
    height: 44px;
    right: 1rem;
    bottom: 5.8rem;
  }
  .admin-scroll-top {
    bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  :root { --section-y: 3rem; --section-y-sm: 2.25rem; }

  .hero-slider-section { padding-top: 66px; }
  .hero-swiper { height: calc(100svh - 66px); min-height: 500px; max-height: 660px; }
  .hero-slide-content {
    top: clamp(4.2rem, 12svh, 6.5rem);
    bottom: auto;
    padding: 0 1rem;
    max-width: 100%;
  }
  .hero-eyebrow {
    max-width: 100%;
    margin-bottom: .65rem;
    gap: .45rem;
    font-size: .58rem;
    letter-spacing: .16em;
    line-height: 1.25;
  }
  .hero-eyebrow::before { width: 16px; }
  .hero-title {
    max-width: 11.8em;
    font-size: clamp(2rem, 9vw, 2.65rem) !important;
    line-height: .98;
    margin-bottom: .8rem;
  }
  .hero-desc {
    max-width: 31rem;
    font-size: .84rem !important;
    line-height: 1.45;
    margin-bottom: 1rem;
    color: rgba(255,255,255,.82);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .hero-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: .48rem;
    width: min(100%, 370px);
  }
  .hero-actions .btn-gold,
  .hero-actions .btn-ghost-white {
    flex: 1 1 0;
    min-width: 0;
    min-height: 38px;
    justify-content: center;
    padding: .58rem .58rem;
    border-width: 1.5px;
    font-size: clamp(.58rem, 2.45vw, .7rem);
    line-height: 1.05;
    letter-spacing: .025em;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 12px 28px rgba(0,0,0,.14);
  }
  .hero-actions .btn-gold i,
  .hero-actions .btn-ghost-white i {
    font-size: .82rem;
    flex: 0 0 auto;
  }
  .hero-thumb-grid {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .45rem;
  }
  .hero-thumb {
    border-radius: 10px;
    padding: .25rem;
    gap: .25rem;
  }
  .hero-thumb img {
    height: 46px;
    border-radius: 7px;
  }
  .hero-thumb span {
    font-size: .5rem;
    letter-spacing: .045em;
  }

  .about-img-wrap img { height: 260px; }
  .process-row { padding: 1.5rem 1rem; }
  .process-num { font-size: 2rem; }

  .product-img { height: 200px; }
}

@media (max-width: 479.98px) {
  .hero-swiper { min-height: 480px; }
  .hero-slide-content { top: clamp(2.7rem, 8svh, 4.5rem); }
  .hero-title {
    max-width: 10.7em;
    font-size: clamp(1.72rem, 8.2vw, 2.1rem) !important;
    margin-bottom: .7rem;
  }
  .hero-desc {
    font-size: .78rem !important;
    line-height: 1.38;
    -webkit-line-clamp: 2;
  }
  .hero-actions {
    flex-direction: row;
    gap: .38rem;
    width: 100%;
    justify-content: center;
  }
  .hero-actions .btn-gold,
  .hero-actions .btn-ghost-white {
    width: auto;
    padding: .52rem .42rem;
    font-size: clamp(.52rem, 2.7vw, .62rem);
    letter-spacing: .015em;
    max-width: 100%;
  }
  .hero-actions .btn-gold { gap: .28rem; }
  .hero-slide-content {
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 2rem 1.2rem;
    text-align: center;
  }
  .hero-slide-content::before {
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    width: 48px;
    height: 3px;
  }
  .hero-title { margin-left: auto; margin-right: auto; }
  .hero-thumb-grid { bottom: .75rem; }
  .hero-thumb img { height: 40px; }
  .hero-thumb span { display: none; }
}

/* ─── 29. TABLET (768–1024) ─── */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-swiper { height: 75vh; }
}

/* ─── 30. TV / 4K (1920px+) ─── */
@media (min-width: 1920px) {
  .container { max-width: 1600px; }
  body { font-size: 18px; }
}

/* ─── 31. OLD CLASS ALIASES (backward compat) ─── */
.btn-amber    { background-color: var(--gold); color: #fff !important; font-weight: 700; padding: 0.85rem 2rem; border-radius: var(--r-pill); border: none; cursor: pointer; transition: var(--t); font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; }
.btn-amber:hover { background-color: var(--gold-mid); transform: translateY(-2px); box-shadow: 0 12px 32px var(--gold-glow); color: #fff !important; }
.btn-outline  { background-color: transparent; color: var(--ink) !important; border: 2px solid var(--border); font-weight: 700; padding: 0.82rem 1.8rem; border-radius: var(--r-pill); transition: var(--t); font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; cursor: pointer; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold) !important; background-color: var(--gold-pale); }
.bg-off       { background-color: var(--surface) !important; }
.text-amber   { color: var(--gold) !important; }
.text-green   { color: var(--forest) !important; }
.max-width-600 { max-width: 600px; }
.max-width-500 { max-width: 500px; }
.display-font { font-family: 'DM Serif Display', 'Fraunces', serif; }
.tracking-wide { letter-spacing: 0.1em; }
.fs-7  { font-size: 0.9rem !important; }
.fs-8  { font-size: 0.78rem !important; }
.py-6  { padding-top: 5rem !important; padding-bottom: 5rem !important; }
@media (max-width: 767.98px) { .py-6 { padding-top: 3rem !important; padding-bottom: 3rem !important; } }

.lead-copy { color: var(--ink-3); font-size: 1rem; line-height: 1.85; }
.premium-rounded { border-radius: var(--r); border: 1px solid var(--border); object-fit: cover; }
.premium-image-stack { position: relative; border-radius: var(--r); overflow: hidden; min-height: 520px; background: var(--ink); }
.premium-image-stack img { width: 100%; height: 520px; object-fit: cover; }
.premium-video-stack {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  min-height: 520px;
  height: 100%;
  background: var(--ink, #122419);
  box-shadow: 0 30px 70px rgba(22, 36, 25, .16);
  transition: transform .35s ease, box-shadow .35s ease;
  border: 1px solid var(--border, rgba(0,0,0,.08));
}
.premium-video-stack:hover {
  transform: translateY(-4px);
  box-shadow: 0 38px 88px rgba(22, 36, 25, .22);
}
.premium-video-stack .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.premium-video-stack iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.premium-video-stack .stack-card {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border, rgba(0,0,0,0.1));
  border-radius: var(--r-sm, 12px);
  padding: 0.85rem 1rem;
  display: grid;
  gap: .2rem;
  z-index: 3;
  pointer-events: none;
}
.premium-video-stack .stack-card strong {
  color: var(--ink, #111);
  font-size: 0.95rem;
}
.premium-video-stack .stack-card span {
  color: var(--ink-3, #555);
  font-size: 0.82rem;
  line-height: 1.4;
}
[data-bs-theme="dark"] .premium-video-stack .stack-card {
  background: rgba(20, 32, 22, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
[data-bs-theme="dark"] .premium-video-stack .stack-card strong {
  color: #ffffff !important;
}
[data-bs-theme="dark"] .premium-video-stack .stack-card span {
  color: rgba(255, 255, 255, 0.75) !important;
}
.stack-card { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; background: rgba(255,255,255,.92); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 1rem; display: grid; gap: .25rem; }
.stack-card strong { color: var(--ink); }
.stack-card span { color: var(--ink-3); font-size: .85rem; }
.capability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.capability-grid > div {
  position: relative;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,250,241,.9)),
    radial-gradient(circle at 95% 5%, rgba(183,122,33,.13), transparent 10rem);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 1.35rem;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: .8rem 1rem;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.capability-grid > div::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 8rem;
  height: 8rem;
  background: url('../images/site/hero-premium-cashews.png') center / cover;
  opacity: .08;
  border-radius: 50%;
}
.capability-grid > div:hover {
  transform: translateY(-5px);
  border-color: rgba(183,122,33,.42);
  box-shadow: 0 20px 48px rgba(31,37,26,.1);
}
.capability-grid i {
  color: var(--gold);
  font-size: 1.2rem;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff7e7;
  border: 1px solid #ead6ad;
}
.capability-grid strong { color: var(--ink); margin: 0; }
.capability-grid span { grid-column: 1 / -1; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.premium-image-stack {
  box-shadow: 0 30px 70px rgba(22, 36, 25, .16);
  transition: transform .35s ease, box-shadow .35s ease;
}
.premium-image-stack:hover {
  transform: translateY(-4px);
  box-shadow: 0 38px 88px rgba(22, 36, 25, .2);
}
.stack-card {
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0,0,0,.12);
}
.timeline-list { display: grid; gap: .75rem; }
.timeline-list > div { display: grid; grid-template-columns: 46px 1fr; gap: .4rem 1rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 1rem; transition: var(--t); }
.timeline-list > div:hover { transform: translateX(8px); border-color: rgba(183,122,33,.45); box-shadow: 0 18px 42px rgba(18,63,43,.09); }
.timeline-list b { grid-row: span 2; color: var(--gold); font-family: 'DM Serif Display', serif; font-size: 1.5rem; }
.timeline-list strong { color: var(--ink); }
.timeline-list span { color: var(--muted); font-size: .86rem; }
.workflow-portrait-frame {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 4 / 5;
  margin-inline: auto;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(183,122,33,.32);
  box-shadow: 0 32px 90px rgba(18,63,43,.16);
  background: var(--ink);
}
.workflow-portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16,32,22,.5), transparent 48%);
}
.workflow-portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.workflow-portrait-frame span {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--forest);
  padding: .65rem .9rem;
  font-weight: 900;
}
.gallery-mosaic, .gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.gallery-tile, .gallery-card { position: relative; border: 0; padding: 0; border-radius: var(--r-sm); overflow: hidden; min-height: 260px; background: var(--ink); cursor: pointer; text-align: left; }
.gallery-tile img, .gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery-tile:hover img, .gallery-card:hover img { transform: scale(1.07); }
.gallery-tile span, .gallery-card span, .gallery-card strong, .gallery-card i { position: absolute; z-index: 2; color: #fff; }
.gallery-tile::after, .gallery-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.68), transparent 58%); }
.gallery-tile span { left: 1rem; bottom: 1rem; font-weight: 700; }
.gallery-card span { left: 1rem; bottom: 3rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; opacity: .78; }
.gallery-card strong { left: 1rem; right: 3rem; bottom: 1rem; }
.gallery-card i { right: 1rem; bottom: 1rem; }
.gallery-video-thumb {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(16,32,22,.88), rgba(183,122,33,.7)),
    url('../images/site/hero-export-logistics.png') center / cover;
}
.gallery-video-thumb i {
  position: static !important;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--gold);
  font-size: 2rem;
}
.gallery-filter-tabs {
  display: inline-flex;
  gap: .4rem;
  padding: .35rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fffaf1;
}
.gallery-filter-tabs button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-3);
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .62rem .85rem;
  font-size: .78rem;
  font-weight: 850;
}
.gallery-filter-tabs button.active,
.gallery-filter-tabs button:hover {
  background: var(--forest);
  color: #fff;
}
.update-card { display: block; height: 100%; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-sm); overflow: hidden; text-decoration: none; color: inherit; transition: var(--t); }
.update-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,.08); }
.update-card figure,
.update-hero-image { position: relative; margin: 0; overflow: hidden; }
.update-card img { width: 100%; height: 220px; object-fit: cover; display: block; }
.update-card div { padding: 1.1rem; }
.update-date-pill {
  position: absolute;
  left: .85rem;
  top: .85rem;
  z-index: 2;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--forest) !important;
  box-shadow: 0 10px 22px rgba(18,63,43,.14);
  padding: .45rem .7rem;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.update-card h3 { color: var(--ink); font-family: 'DM Serif Display', serif; font-size: 1.35rem; margin: .35rem 0; }
.update-card p { color: var(--muted); font-size: .86rem; margin: 0; }
.update-hero-image {
  border-radius: var(--r-sm);
  margin-bottom: 1.5rem;
}
.update-hero-image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
}
.site-lightbox { position: fixed; inset: 0; z-index: 2000; display: none; place-items: center; background: rgba(0,0,0,.86); padding: 2rem; }
.site-lightbox.open { display: grid; }
.site-lightbox img,
.site-lightbox video,
.site-lightbox iframe { max-width: min(1100px, 92vw); max-height: 78vh; border-radius: var(--r-sm); object-fit: contain; background: #000; }
.site-lightbox video,
.site-lightbox iframe { width: min(1100px, 92vw); aspect-ratio: 16 / 9; border: 0; }
.site-lightbox [hidden] { display: none !important; }
.lightbox-close { position: fixed; top: 1rem; right: 1rem; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: #111; display: grid; place-items: center; font-size: 1.4rem; }
.lightbox-actions { color: #fff; text-align: center; margin-top: 1rem; }
.share-image-btn { border: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; border-radius: var(--r-pill); padding: .55rem 1rem; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.admin-topbar { display: flex; gap: 1rem; align-items: center; padding: 1rem 1.25rem; background: var(--white); border-bottom: 1px solid var(--border); }
.admin-topbar span { color: var(--muted); margin-left: auto; }
.admin-card, .admin-row, .admin-thumb { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-sm); }
.admin-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; }
.admin-thumb { padding: .75rem; }
.admin-thumb img { width: 100%; height: 150px; object-fit: cover; border-radius: var(--r-sm); margin-bottom: .75rem; }
.admin-list { display: grid; gap: .75rem; }
.admin-row { display: flex; gap: 1rem; align-items: center; padding: .75rem; }
.admin-row img { width: 72px; height: 56px; object-fit: cover; border-radius: var(--r-sm); }
.admin-row span { display: block; color: var(--muted); font-size: .82rem; }
@media (max-width: 991.98px) {
  .premium-video-stack { min-height: 380px; height: 380px; }
}
@media (max-width: 767.98px) {
  .capability-grid, .gallery-mosaic, .gallery-grid { grid-template-columns: 1fr; }
  .premium-image-stack, .premium-image-stack img, .premium-video-stack { min-height: 300px; height: 300px; }
}

/* product-spec-tag alias */
.product-spec-tag {
  font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--ink-3); background-color: var(--surface); border: 1px solid var(--border);
  padding: 0.22rem 0.65rem; border-radius: var(--r-pill); display: inline-block;
}
/* product-footer alias */
.product-footer { padding: 1rem 1.75rem; border-top: 1px solid var(--border-lt); display: flex; justify-content: space-between; align-items: center; }
.product-link  { font-size: 0.82rem; font-weight: 700; color: var(--gold); text-decoration: none; transition: var(--t); }
.product-link:hover { color: var(--gold-mid); }
.product-status { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--gold); }
/* stats compat */
.stats-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 2rem 1.5rem; text-align: center; transition: var(--t); }
.stats-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 16px 40px var(--gold-glow); }
.stats-number { font-family: 'DM Serif Display','Fraunces',serif; font-size: clamp(2.2rem,3.5vw,3rem); font-weight: 400; color: var(--gold); line-height: 1; margin-bottom: 0.5rem; }
.stats-label  { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }

/* Premium heritage refresh */
:root {
  --cream: #fff8ec;
  --surface: #f6ead8;
  --border: #e3cda9;
  --gold: #b77a21;
  --gold-mid: #df9b2f;
  --forest: #123f2b;
  --forest-mid: #176a43;
  --terracotta: #a84623;
  --indigo: #172554;
  --palm: #0f6f4f;
  --r: 14px;
  --r-lg: 22px;
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(223,155,47,.12), transparent 25rem),
    radial-gradient(circle at 92% 18%, rgba(15,111,79,.10), transparent 28rem),
    var(--cream);
}

.heritage-hero,
.cta-dark,
.newsletter-strip {
  background:
    linear-gradient(135deg, rgba(18,63,43,.96), rgba(23,37,84,.92)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.06) 0 2px, transparent 2px 14px);
}

.pattern-band {
  background:
    linear-gradient(180deg, rgba(255,248,236,.88), rgba(246,234,216,.96)),
    repeating-linear-gradient(135deg, rgba(168,70,35,.07) 0 1px, transparent 1px 18px);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--terracotta));
  box-shadow: 0 14px 34px rgba(168,70,35,.18);
}
.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-mid), var(--terracotta));
  box-shadow: 0 18px 42px rgba(168,70,35,.28);
}

.hero-slider-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--cream));
}
.hero-overlay {
  background:
    linear-gradient(115deg, rgba(12,33,25,.88) 0%, rgba(18,63,43,.58) 42%, rgba(168,70,35,.28) 68%, rgba(8,10,8,.72) 100%),
    radial-gradient(circle at 78% 20%, rgba(223,155,47,.34), transparent 28rem);
}
.hero-slide-content::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 3.8rem;
  width: 4px;
  height: 210px;
  border-radius: 999px;
  background: linear-gradient(var(--gold-mid), var(--terracotta), var(--palm));
  box-shadow: 0 0 28px rgba(223,155,47,.45);
}
.hero-title {
  text-shadow: 0 18px 44px rgba(0,0,0,.35);
}
.hero-actions .btn-gold,
.hero-actions .btn-ghost-white {
  backdrop-filter: blur(12px);
}

.premium-image-stack,
.premium-rounded,
.product-card,
.update-card,
.album-card,
.gallery-card {
  box-shadow: 0 22px 60px rgba(18,63,43,.10);
}

.craft-strip {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #123f2b, #172554 58%, #a84623);
  color: #fff;
}
.craft-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.075) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 1px, transparent 1px 28px);
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
}
.craft-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.craft-grid > div {
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
  border-radius: var(--r-sm);
  padding: 1.2rem;
}
.craft-grid i { color: #f5b94f; font-size: 1.45rem; }
.craft-grid strong { display: block; color: #fff; margin: .6rem 0 .3rem; }
.craft-grid span { color: rgba(255,255,255,.72); font-size: .84rem; }

.album-card {
  display: block;
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--r);
  color: #fff;
  text-decoration: none;
  background: var(--ink);
}
.album-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform .9s var(--ease);
}
.album-card:hover img { transform: scale(1.08); }
.album-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9,20,15,.86), rgba(9,20,15,.12) 62%);
}
.album-card div {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
}
.album-card span {
  display: inline-flex;
  color: #f6c36a;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: .35rem;
}
.album-card h3 {
  font-family: 'DM Serif Display', serif;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 0 .4rem;
}
.album-card p { color: rgba(255,255,255,.75); margin: 0; font-size: .9rem; }

.quote-modal { background: rgba(8,18,13,.72); }
.quote-shell {
  width: min(1060px, 96vw);
  max-height: 92vh;
  background: var(--white);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  position: relative;
  box-shadow: 0 34px 90px rgba(0,0,0,.34);
  animation: modalIn .42s var(--ease) both;
}
.quote-visual { position: relative; min-height: 640px; background: #123f2b; }
.quote-visual img { width: 100%; height: 100%; object-fit: cover; }
.quote-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18,63,43,.94), rgba(18,63,43,.2) 58%);
}
.quote-visual-copy {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
  color: #fff;
}
.quote-visual-copy span { color: #f6c36a; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .72rem; }
.quote-visual-copy h3 { font-family: 'DM Serif Display', serif; font-size: 2.2rem; line-height: 1.05; margin: .5rem 0; }
.quote-visual-copy p { color: rgba(255,255,255,.72); margin: 0; }
.quote-form-panel { padding: 2rem; overflow-y: auto; max-height: 92vh; }
.wizard-container,
.quote-shell { color: var(--ink); }
.wizard-step-pane { display: none; }
.wizard-step-pane.active { display: block; animation: quoteStep .36s var(--ease) both; }
@keyframes quoteStep { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.wizard-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 6;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}
.step-indicator {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: .35rem;
  color: var(--muted);
}
.step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  font-weight: 800;
}
.step-indicator.active .step-num,
.step-indicator.completed .step-num {
  background: linear-gradient(135deg, var(--gold), var(--terracotta));
  color: #fff;
  border-color: transparent;
}
.indicator-line {
  height: 2px;
  background: var(--border);
}
.quote-step-title {
  display: flex;
  gap: .9rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(183,122,33,.10), rgba(15,111,79,.08));
  border-radius: var(--r-sm);
  margin-bottom: 1rem;
}
.quote-step-title i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--forest), var(--palm));
}
.quote-step-title strong { display: block; color: var(--ink); }
.quote-step-title span { color: var(--muted); font-size: .84rem; }
.rfq-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}
.rfq-product-option {
  border: 1px solid var(--border);
  background: var(--white);
  border-radius: var(--r-sm);
  padding: .95rem;
  text-align: left;
  display: grid;
  gap: .25rem;
  transition: var(--t);
}
.rfq-product-option i { color: var(--gold); font-size: 1.35rem; }
.rfq-product-option strong { color: var(--ink); }
.rfq-product-option span { color: var(--muted); font-size: .78rem; }
.rfq-product-option.active {
  border-color: var(--gold);
  background: var(--gold-pale);
  box-shadow: 0 14px 34px rgba(183,122,33,.14);
  transform: translateY(-3px);
}
.premium-dropzone {
  border: 1.5px dashed var(--gold);
  border-radius: var(--r-sm);
  background: linear-gradient(135deg, rgba(183,122,33,.08), rgba(15,111,79,.06));
}

#wafab { right: 1.4rem; bottom: 1.4rem; gap: .65rem; }
.wa-circle {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: visible;
  background: radial-gradient(circle at 35% 30%, #49f28a, #13a84e);
  box-shadow: 0 16px 38px rgba(19,168,78,.35);
}
.wa-circle i {
  display: grid;
  place-items: center;
  line-height: 1;
  font-size: 1.72rem;
  position: relative;
  z-index: 2;
}
.wa-pulse {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(37,211,102,.55);
  animation: waPulse 1.8s ease-out infinite;
}
@keyframes waPulse { to { transform: scale(1.3); opacity: 0; } }
.wa-label {
  background: linear-gradient(135deg, var(--forest), var(--indigo));
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}

.lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #111;
  display: grid;
  place-items: center;
  z-index: 2002;
}
.lightbox-prev { left: 1.2rem; }
.lightbox-next { right: 1.2rem; }
.contact-map-frame {
  width: 100%;
  height: 470px;
  border: 0;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

@media (max-width: 991.98px) {
  .quote-shell { grid-template-columns: 1fr; }
  .quote-visual { min-height: 220px; }
  .quote-form-panel { max-height: 70vh; }
  .craft-grid, .rfq-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .rfq-product-grid, .craft-grid { grid-template-columns: 1fr; }
  .quote-form-panel { padding: 1.1rem; }
  .quote-visual-copy h3 { font-size: 1.55rem; }
}

/* Stabilization pass: public layout and admin ergonomics */
body {
  min-height: 100vh;
}

.container {
  width: min(100% - 32px, 1180px);
}

#main-content {
  overflow: hidden;
}

#nav .container {
  width: min(100% - 32px, 1240px);
}

.hero-swiper {
  min-height: 680px;
}

.hero-slide-content {
  width: min(100% - 32px, 760px);
}

.hero-title {
  max-width: 760px;
}

@media (max-width: 767.98px) {
  .hero-swiper {
    height: calc(100svh - 66px) !important;
    min-height: 500px !important;
    max-height: 660px !important;
  }
  .hero-slide-content {
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    padding: 2rem 1.2rem !important;
    text-align: center !important;
    width: calc(100% - 32px) !important;
  }
  .hero-title {
    margin: 0 auto 1rem !important;
    max-width: 100% !important;
  }
  .hero-desc {
    margin: 0 auto 1.4rem !important;
    max-width: 92% !important;
    color: rgba(255,255,255,0.92) !important;
  }
  .hero-actions {
    justify-content: center !important;
    gap: 0.75rem !important;
  }
  .hero-actions .btn-gold,
  .hero-actions .btn-ghost-white {
    min-width: 140px !important;
    padding: 0.72rem 0.85rem !important;
    font-size: clamp(0.72rem, 2.6vw, 0.82rem) !important;
  }
  .hero-arrow {
    display: none !important;
  }
}

@media (max-width: 479.98px) {
  .hero-swiper {
    min-height: 520px !important;
    max-height: 660px !important;
  }
  .hero-slide-content {
    top: 50% !important;
    transform: translateY(-50%) !important;
    padding: 1.8rem 1rem !important;
    text-align: center !important;
  }
  .hero-title {
    font-size: clamp(1.8rem, 8vw, 2.25rem) !important;
    margin-bottom: 1rem !important;
  }
  .hero-desc {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    max-width: 92% !important;
    margin: 0 auto 1.4rem !important;
  }
  .hero-actions {
    justify-content: center !important;
    gap: 0.7rem !important;
    width: 100% !important;
  }
  .hero-actions .btn-gold,
  .hero-actions .btn-ghost-white {
    min-width: 135px !important;
    padding: 0.65rem 0.9rem !important;
    font-size: clamp(0.75rem, 3vw, 0.82rem) !important;
  }
}

.product-card,
.update-card,
.album-card,
.testimonial-card,
.stats-card,
.capability-grid > div,
.timeline-list > div {
  border-radius: 10px;
}

.products-strip,
.bg-surface {
  background:
    linear-gradient(180deg, rgba(255,248,236,.9), rgba(246,234,216,.96)),
    repeating-linear-gradient(135deg, rgba(168,70,35,.045) 0 1px, transparent 1px 20px) !important;
}

.about-strip,
.bg-cream {
  background:
    radial-gradient(circle at 10% 0%, rgba(223,155,47,.13), transparent 24rem),
    radial-gradient(circle at 95% 30%, rgba(15,111,79,.11), transparent 24rem),
    var(--cream) !important;
}

.admin-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(223,155,47,.16), transparent 28rem),
    linear-gradient(135deg, #f9f2e5, #eef4ed);
  color: #172018;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
}

.admin-sidebar {
  min-height: 100vh;
  position: sticky;
  top: 0;
  align-self: start;
  background: linear-gradient(180deg, #0d3324, #13233f);
  color: #fff;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.admin-brand {
  display: flex;
  gap: .85rem;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.admin-brand > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #d99b36, #a84623);
  font-weight: 900;
}

.admin-brand strong,
.admin-brand small {
  display: block;
}

.admin-brand small {
  color: rgba(255,255,255,.58);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.admin-nav {
  display: grid;
  gap: .45rem;
}

.admin-nav button,
.admin-sidebar-foot a {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: .82rem .9rem;
  background: transparent;
  color: rgba(255,255,255,.72);
  display: flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  font-weight: 700;
  text-align: left;
  transition: .22s ease;
}

.admin-nav button:hover,
.admin-nav button.active,
.admin-sidebar-foot a:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
}

.admin-sidebar-foot {
  margin-top: auto;
  display: grid;
  gap: .35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.12);
}

.admin-main {
  min-width: 0;
  padding: 2rem;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}

.admin-page-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 1.25rem;
  border: 1px solid rgba(228,214,189,.78);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,250,241,.52)),
    radial-gradient(circle at 88% 0%, rgba(183,122,33,.12), transparent 18rem);
  box-shadow: 0 18px 46px rgba(18,63,43,.07);
  overflow: hidden;
}

.admin-page-head::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 15rem;
  height: 15rem;
  background: url('../images/site/hero-premium-cashews.png') center / cover;
  opacity: .06;
  border-radius: 50%;
  pointer-events: none;
}

.admin-page-head span {
  color: #b77a21;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
}

.admin-page-head h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: .2rem 0;
  color: #102016;
}

.admin-page-head p {
  color: #677067;
  margin: 0;
}

.admin-user-pill {
  background: #fff;
  border: 1px solid #e4d6bd;
  border-radius: 999px;
  padding: .65rem 1rem;
  display: flex;
  align-items: center;
  gap: .55rem;
  box-shadow: 0 12px 30px rgba(18,63,43,.08);
  white-space: nowrap;
}

.admin-head-tools {
  display: grid;
  justify-items: end;
  gap: .75rem;
  position: relative;
  z-index: 1;
}

.admin-quick-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem;
}

.admin-quick-actions button,
.admin-quick-actions a {
  border: 1px solid #e4d6bd;
  border-radius: 999px;
  background: #fffdf8;
  color: #102016;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .58rem .82rem;
  font-size: .78rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.admin-quick-actions button:hover,
.admin-quick-actions a:hover {
  transform: translateY(-2px);
  border-color: rgba(183,122,33,.48);
  box-shadow: 0 12px 28px rgba(18,63,43,.1);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.admin-stats > div,
.admin-panel {
  background: rgba(255,255,255,.92);
  border: 1px solid #e4d6bd;
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(18,63,43,.08);
}

.admin-stats > div {
  position: relative;
  min-height: 142px;
  padding: 1.15rem;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,250,241,.86)),
    radial-gradient(circle at 92% 70%, rgba(183,122,33,.12), transparent 6rem);
}

.admin-stats > div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #123f2b, #d88a24);
  opacity: .72;
}

.admin-stats > div::after {
  content: "";
  position: absolute;
  right: -2.2rem;
  bottom: -2.5rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgba(183,122,33,.08);
}

.admin-stats > div:hover {
  transform: translateY(-4px);
  border-color: rgba(183,122,33,.45);
  box-shadow: 0 24px 54px rgba(18,63,43,.12);
}

.admin-stats > div > i {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(18,63,43,.1), rgba(183,122,33,.12));
  color: #b77a21;
  border: 1px solid rgba(183,122,33,.18);
  margin-bottom: .8rem;
}

.admin-stats > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: .55rem 1rem;
  isolation: isolate;
}

.admin-stats > div > i {
  grid-row: 1;
  grid-column: 1;
  margin-bottom: 0;
}

.admin-stats strong {
  grid-column: 1 / -1;
  grid-row: 2;
}

.admin-stats span {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.admin-stats small {
  grid-column: 1 / -1;
  grid-row: 3;
}

.admin-stats .stat-action {
  grid-column: 1 / -1;
  justify-self: start;
  border: 1px solid rgba(183,122,33,.28);
  border-radius: 999px;
  background: #fffaf2;
  color: #123f2b;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .45rem .72rem;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: transform .22s ease, background .22s ease, color .22s ease;
}

.admin-stats .stat-action::after {
  content: "\F138";
  font-family: "bootstrap-icons";
  font-size: .82rem;
}

.admin-stats .stat-action:hover {
  transform: translateY(-2px);
  background: #123f2b;
  color: #fff;
}

.admin-stats > div > * {
  position: relative;
  z-index: 1;
}

.admin-stats strong {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 2rem;
  color: #123f2b;
  line-height: 1;
}

.admin-stats span {
  color: #7b7a70;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
}

.admin-stats small {
  display: block;
  margin-top: .35rem;
  color: #8b887d;
  font-size: .78rem;
}

.admin-command-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin: -.35rem 0 1.25rem;
}

.admin-command-strip > div {
  display: grid;
  grid-template-columns: 42px auto 1fr;
  align-items: center;
  gap: .7rem;
  padding: .85rem 1rem;
  border: 1px solid #e4d6bd;
  border-radius: 14px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 12px 32px rgba(18,63,43,.055);
}

.admin-command-strip i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #102016;
  color: #f5b94f;
}

.admin-command-strip strong {
  color: #102016;
  font-family: 'DM Serif Display', serif;
  font-size: 1.45rem;
  line-height: 1;
}

.admin-command-strip span {
  color: #6e7168;
  font-size: .82rem;
  line-height: 1.35;
}

.admin-panels {
  display: block;
}

.admin-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-panel {
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.admin-narrow {
  max-width: 620px;
}

.admin-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #efe3cf;
}

.admin-panel-head-split {
  align-items: end;
}

.admin-gallery-tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: .6rem;
  min-width: min(100%, 560px);
}

.admin-gallery-tools label {
  display: grid;
  gap: .25rem;
  color: #5d6159;
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.admin-gallery-tools select {
  border: 1px solid #dfd0b8;
  border-radius: 999px;
  background: #fffaf2;
  color: #172018;
  padding: .6rem 2.3rem .6rem .8rem;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #b77a21 50%),
    linear-gradient(135deg, #b77a21 50%, transparent 50%);
  background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.admin-panel-head h2 {
  font-size: 1.08rem;
  font-weight: 900;
  color: #102016;
  margin: 0;
}

.admin-panel-head p {
  margin: .2rem 0 0;
  color: #777467;
  font-size: .86rem;
}

.admin-form {
  display: grid;
  gap: .85rem;
}

.admin-form label {
  display: grid;
  gap: .35rem;
  color: #3d403a;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.admin-form input,
.admin-form select,
.admin-form textarea,
.admin-media-card input,
.admin-media-card textarea {
  width: 100%;
  border: 1px solid #dfd0b8;
  background: #fffaf2;
  border-radius: 10px;
  padding: .78rem .9rem;
  color: #172018;
  outline: none;
}

.admin-form input[type="file"] {
  cursor: pointer;
  padding: .58rem;
  min-height: 58px;
  color: #5f625c;
  background:
    linear-gradient(135deg, #fffdf8, #fff7e7);
}

.admin-form input[type="file"]::file-selector-button {
  border: 0;
  border-radius: 999px;
  margin-right: .75rem;
  padding: .68rem .95rem;
  background: #123f2b;
  color: #fff;
  font-weight: 900;
  letter-spacing: .02em;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(18,63,43,.16);
}

.admin-form input[type="file"]:hover::file-selector-button {
  background: #b77a21;
}

.admin-file-picker {
  position: relative;
  min-height: 58px;
  border: 1px solid #dfd0b8;
  border-radius: 12px;
  background: linear-gradient(135deg, #fffdf8, #fff7e7);
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .55rem;
}

.admin-file-picker input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
}

.admin-file-picker button {
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 999px;
  background: #123f2b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .68rem .92rem;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(18,63,43,.16);
}

.admin-file-picker em {
  color: #686a62;
  font-style: normal;
  font-size: .86rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-file-picker:hover button {
  background: #b77a21;
}

.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus,
.admin-media-card input:focus,
.admin-media-card textarea:focus {
  border-color: #b77a21;
  box-shadow: 0 0 0 3px rgba(183,122,33,.14);
}

.admin-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #b77a21 50%),
    linear-gradient(135deg, #b77a21 50%, transparent 50%),
    linear-gradient(135deg, #fff7e7, #fff7e7);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%,
    calc(100% - 42px) 50%;
  background-size: 6px 6px, 6px 6px, 32px 32px;
  background-repeat: no-repeat;
  padding-right: 3.2rem !important;
}

.admin-selected-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: .6rem;
  margin: -.1rem 0 .45rem;
}

.admin-file-preview {
  position: relative;
  min-height: 92px;
  border: 1px solid #e7d7bc;
  border-radius: 14px;
  overflow: hidden;
  background: #fffaf1;
}

.admin-file-preview img,
.admin-video-preview {
  width: 100%;
  height: 92px;
  object-fit: cover;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #102016, #b77a21);
}

.admin-file-preview button {
  position: absolute;
  top: .35rem;
  right: .35rem;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: rgba(16,32,22,.86);
  color: #fff;
  display: grid;
  place-items: center;
}

.admin-file-preview span {
  position: absolute;
  left: .45rem;
  right: .45rem;
  bottom: .35rem;
  color: #fff;
  font-size: .66rem;
  font-weight: 800;
  text-shadow: 0 1px 6px rgba(0,0,0,.55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-list {
  display: grid;
  gap: .75rem;
}

.admin-row {
  display: flex;
  gap: .9rem;
  align-items: center;
  padding: .8rem;
  background: #fffaf2;
  border: 1px solid #efe3cf;
  border-radius: 12px;
}

.admin-row img {
  width: 86px;
  height: 66px;
  object-fit: cover;
  border-radius: 10px;
  flex: 0 0 auto;
}

.admin-row strong,
.admin-row span {
  display: block;
}

.admin-row span {
  color: #777467;
  font-size: .82rem;
}

.admin-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1rem;
}

.admin-media-card {
  background: #fffaf2;
  border: 1px solid #efe3cf;
  border-radius: 12px;
  overflow: hidden;
}

.admin-media-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.admin-media-video-thumb {
  width: 100%;
  height: 160px;
  display: grid;
  place-items: center;
  gap: .35rem;
  background:
    linear-gradient(135deg, rgba(16,32,22,.9), rgba(183,122,33,.72)),
    url('../images/site/hero-export-logistics.png') center / cover;
  color: #fff;
}

.admin-media-video-thumb i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--gold);
  font-size: 1.8rem;
}

.admin-media-video-thumb span {
  color: rgba(255,255,255,.82);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.admin-media-card form {
  padding: .85rem;
  display: grid;
  gap: .55rem;
}

.admin-card-actions {
  display: flex;
  gap: .5rem;
  justify-content: space-between;
}

.admin-media-card button,
.admin-danger {
  border: 0;
  border-radius: 999px;
  padding: .48rem .85rem;
  font-weight: 800;
  background: #123f2b;
  color: #fff;
}

.admin-danger {
  background: #fff1ed;
  color: #a84623;
  border: 1px solid #f0c7ba;
}

@media (max-width: 1080px) {
  .admin-body {
    grid-template-columns: 1fr;
  }
  .admin-sidebar {
    position: static;
    min-height: auto;
  }
  .admin-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .admin-nav button {
    justify-content: center;
  }
  .admin-sidebar-foot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .admin-main {
    padding: 1rem;
  }
  .admin-page-head,
  .admin-section-grid {
    grid-template-columns: 1fr;
    display: grid;
  }
  .admin-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-nav {
    grid-template-columns: 1fr 1fr;
  }
  .admin-user-pill {
    width: 100%;
    justify-content: center;
  }
}

.admin-login-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(circle at 8% 8%, rgba(223,155,47,.2), transparent 28rem),
    radial-gradient(circle at 90% 20%, rgba(18,63,43,.16), transparent 28rem),
    linear-gradient(135deg, #fff8ec, #edf5ed);
}

.admin-login-shell {
  width: min(100%, 1040px);
  min-height: 620px;
  display: grid;
  grid-template-columns: 1fr .95fr;
  background: #fff;
  border: 1px solid #e4d6bd;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 32px 90px rgba(18,63,43,.18);
}

.admin-login-visual {
  position: relative;
  min-height: 620px;
  background: #123f2b;
}

.admin-login-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-login-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,51,36,.94), rgba(13,51,36,.22));
}

.admin-login-visual div {
  position: absolute;
  z-index: 2;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  color: #fff;
}

.admin-login-visual span {
  color: #f6c36a;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.admin-login-visual h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
  margin: .45rem 0;
}

.admin-login-visual p {
  color: rgba(255,255,255,.75);
  max-width: 420px;
  margin: 0;
}

.admin-login-card {
  padding: clamp(1.5rem, 4vw, 3rem);
  align-self: center;
}

.admin-login-card h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-bottom: .5rem;
}

.admin-login-home {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #6f7168;
  text-decoration: none;
  font-weight: 800;
  margin-bottom: 2rem;
}

.brand-upload-logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 12px;
}

.dropdown-hover {
  position: relative;
}
.dropdown-hover .nav-link i {
  font-size: .68rem;
  margin-left: .25rem;
}
.nav-dropdown {
  position: absolute;
  top: calc(100% + .75rem);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 230px;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(18,63,43,.16);
  padding: .55rem;
  opacity: 0;
  visibility: hidden;
  transition: var(--t);
}
.dropdown-hover:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown a {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .72rem .8rem;
  border-radius: 10px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: .86rem;
}
.nav-dropdown a:hover {
  background: var(--gold-pale);
  color: var(--gold);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 54px;
  height: 54px;
  min-width: 54px;
  max-width: 54px;
  min-height: 54px;
  max-height: 54px;
  aspect-ratio: 1 / 1;
  padding: 0;
  flex: 0 0 54px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff;
  backdrop-filter: blur(12px);
  display: grid;
  place-items: center;
  transition: var(--t);
  line-height: 1;
}
.hero-arrow:hover {
  background: var(--gold);
}
.hero-arrow-prev { left: 1.25rem; }
.hero-arrow-next { right: 1.25rem; }
.hero-thumb-grid {
  position: absolute;
  z-index: 7;
  right: max(1rem, calc((100vw - 1180px)/2));
  bottom: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, 132px);
  gap: .65rem;
}
.hero-thumb {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  padding: .35rem;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  overflow: hidden;
  color: #fff;
  display: grid;
  gap: .35rem;
  transition: var(--t);
}
.hero-thumb img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}
.hero-thumb span {
  font-size: .62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-thumb.active,
.hero-thumb:hover {
  border-color: var(--gold-mid);
  background: rgba(183,122,33,.38);
  transform: translateY(-4px);
}

.social-showcase {
  background: linear-gradient(180deg, #fff8ec, #f3e3ca);
}
.insta-row {
  display: grid;
  grid-template-columns: 1.2fr .9fr 1.1fr .9fr 1.2fr;
  gap: .85rem;
  align-items: stretch;
}
.insta-tile {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 14px;
  text-decoration: none;
  background: #123f2b;
  box-shadow: 0 18px 44px rgba(18,63,43,.12);
}
.insta-tile:nth-child(even) {
  transform: translateY(26px);
}
.insta-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease);
}
.insta-tile:hover img {
  transform: scale(1.08);
}
.insta-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.68), transparent 60%);
}
.insta-tile span {
  position: absolute;
  z-index: 2;
  left: 1rem;
  bottom: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 800;
}

.buyer-command {
  background:
    radial-gradient(circle at 12% 12%, rgba(196,137,62,.18), transparent 22rem),
    linear-gradient(135deg, #0b2419 0%, #123f2b 52%, #1f3427 100%);
  position: relative;
  overflow: hidden;
}
.buyer-command-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 2rem;
  align-items: center;
}
.buyer-command-grid p {
  color: rgba(255,255,255,.68);
}
.buyer-command-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}
.buyer-command-cards button {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.055)),
    radial-gradient(circle at 100% 0%, rgba(196,137,62,.24), transparent 8rem);
  color: #fff;
  border-radius: 18px;
  padding: 1.25rem;
  text-align: left;
  min-height: 184px;
  display: grid;
  align-content: start;
  gap: .7rem;
  transition: var(--t);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 18px 45px rgba(0,0,0,.12);
  backdrop-filter: blur(12px);
}
.buyer-command-cards button::after {
  content: "";
  position: absolute;
  right: -2.8rem;
  bottom: -3rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.buyer-command-cards button:hover {
  transform: translateY(-8px);
  border-color: var(--gold-mid);
  background:
    linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.075)),
    radial-gradient(circle at 100% 0%, rgba(196,137,62,.32), transparent 8rem);
}
.buyer-command-cards i {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f3bd63, #a8671f);
  color: #fff;
  font-size: 1.25rem;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.buyer-command-cards strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.18;
}
.buyer-command-cards span {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.78);
  font-size: .85rem;
  line-height: 1.48;
}

.owner-hero {
  padding-top: 120px;
  background:
    radial-gradient(circle at 80% 20%, rgba(183,122,33,.18), transparent 28rem),
    linear-gradient(135deg, #fff8ec, #eef4ed);
}
.owner-profile-shell {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 2.4rem;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,248,236,.86)),
    repeating-linear-gradient(135deg, rgba(183,122,33,.055) 0 1px, transparent 1px 24px);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: clamp(1.25rem, 4vw, 3rem);
  box-shadow: 0 28px 80px rgba(18,63,43,.12);
}
.owner-profile-shell::after {
  content: "";
  position: absolute;
  right: -6rem;
  bottom: -8rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: rgba(183,122,33,.09);
}
.owner-profile-media,
.owner-profile-copy {
  position: relative;
  z-index: 1;
}
.owner-profile-media {
  display: grid;
  justify-items: center;
  gap: 1rem;
}
.owner-photo-orb {
  width: 280px;
  height: 340px;
  border-radius: 34px;
  padding: 10px;
  background: conic-gradient(from 90deg, var(--forest), var(--gold), var(--terracotta), var(--palm), var(--forest));
  box-shadow: 0 26px 70px rgba(18,63,43,.25);
}
.owner-photo-orb img,
.owner-photo-orb span {
  width: 100%;
  height: 100%;
  border-radius: 26px;
  display: grid;
  place-items: center;
  object-fit: cover;
  background: #fff8ec;
  color: var(--forest);
  font-family: 'DM Serif Display', serif;
  font-size: 6rem;
}
.owner-profile-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid rgba(18,63,43,.12);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  padding: .55rem .8rem;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(18,63,43,.08);
}
.owner-profile-badge i {
  color: var(--gold);
}
.owner-title {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.owner-summary {
  color: var(--ink-3);
  font-size: 1.05rem;
  line-height: 1.85;
}
.owner-contact-strip,
.owner-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1rem;
}
.owner-contact-strip a,
.owner-contact-strip span,
.owner-social-links a {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: var(--ink-2);
  padding: .55rem .75rem;
  text-decoration: none;
  font-weight: 800;
  font-size: .84rem;
}
.owner-social-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18,63,43,.1);
}
.owner-social-links a[aria-label="LinkedIn"] { color: #0a66c2; }
.owner-social-links a[aria-label="Facebook"] { color: #1877f2; }
.owner-social-links a[aria-label="Instagram"] { color: #e4405f; }
.owner-social-links a[aria-label="X"] { color: #111; }
.owner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.owner-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, #fff, #fff8ec),
    radial-gradient(circle at 100% 100%, rgba(183,122,33,.12), transparent 9rem);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 20px 48px rgba(18,63,43,.10);
}
.owner-card > i {
  color: var(--gold);
  font-size: 2rem;
}
.owner-card h2 {
  font-family: 'DM Serif Display', serif;
  margin: .8rem 0;
}
.owner-cv-list {
  display: grid;
  gap: .75rem;
}
.owner-cv-list div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: .75rem;
  padding: .8rem;
  border-radius: 12px;
  background: var(--surface);
}

.about-premium-story {
  background:
    radial-gradient(circle at 8% 10%, rgba(183,122,33,.1), transparent 28rem),
    #fff;
}
.about-portrait-card {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(18,63,43,.16);
  border: 1px solid rgba(183,122,33,.26);
}
.about-portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-portrait-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16,32,22,.72), transparent 58%);
}
.about-portrait-card div {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1;
  background: rgba(255,255,255,.9);
  border-radius: 18px;
  padding: 1rem;
}
.about-portrait-card span {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.about-portrait-card strong {
  display: block;
  color: var(--ink);
  font-family: 'DM Serif Display', serif;
  font-size: 1.3rem;
  line-height: 1.15;
}
.about-system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.about-system-grid > div {
  min-height: 240px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background:
    linear-gradient(145deg, #fff, #fff8ec),
    repeating-linear-gradient(135deg, rgba(183,122,33,.045) 0 1px, transparent 1px 22px);
  padding: 1.25rem;
  display: grid;
  align-content: start;
  gap: .75rem;
  transition: var(--t);
}
.about-system-grid > div:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 54px rgba(18,63,43,.1);
}
.about-system-grid i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #123f2b;
  color: #f6c36a;
  font-size: 1.45rem;
}
.about-system-grid strong {
  color: var(--ink);
  font-size: 1.05rem;
}
.about-system-grid span {
  color: var(--muted);
  line-height: 1.7;
}
.owner-cv-list span {
  color: var(--gold);
  font-weight: 900;
}

.about-journey {
  background: linear-gradient(135deg, #123f2b, #172554);
  color: #fff;
}
.about-journey .section-heading {
  color: #fff;
}
.journey-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: journey;
}
.journey-rail div {
  position: relative;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  padding: 1.25rem;
  min-height: 210px;
  transition: var(--t);
}
.journey-rail div:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,.15);
}
.journey-rail span {
  color: #f6c36a;
  font-weight: 900;
  letter-spacing: .1em;
}
.journey-rail strong {
  display: block;
  color: #fff;
  margin: .8rem 0 .4rem;
}
.journey-rail p {
  color: rgba(255,255,255,.68);
  margin: 0;
}
.cert-card {
  height: 100%;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.admin-mobile-toggle {
  display: none;
}

@media (max-width: 1080px) {
  .admin-mobile-toggle {
    display: grid;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1300;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--forest);
    color: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    place-items: center;
  }
  .admin-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(320px, 88vw);
    z-index: 1250;
    transform: translateX(-105%);
    transition: transform .35s var(--ease);
  }
  .admin-menu-open .admin-sidebar {
    transform: translateX(0);
  }
  .admin-main {
    padding-top: 4.5rem;
  }
}

@media (max-width: 991.98px) {
  .hero-thumb-grid {
    left: 1rem;
    right: 1rem;
    bottom: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hero-thumb img {
    height: 58px;
  }
  .hero-arrow {
    width: 44px;
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    min-height: 44px;
    max-height: 44px;
    flex-basis: 44px;
  }
  .insta-row,
  .buyer-command-grid,
  .owner-profile-shell,
  .journey-rail {
    grid-template-columns: 1fr;
  }
  .insta-tile:nth-child(even) {
    transform: none;
  }
  .buyer-command-cards {
    grid-template-columns: 1fr;
  }
  .owner-photo-orb {
    width: 220px;
    height: 220px;
    margin: 0 auto;
  }
}

@media (max-width: 860px) {
  .admin-login-shell {
    grid-template-columns: 1fr;
  }
  .admin-login-visual {
    min-height: 260px;
  }
}

/* Final CMS + journey refinement */
.admin-login-card {
  position: relative;
  padding-top: 5rem;
}
.admin-login-home {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  color: #123f2b;
  background: #fff8ec;
  border: 1px solid #e4d6bd;
  border-radius: 999px;
  padding: .55rem .85rem;
  box-shadow: 0 10px 24px rgba(18,63,43,.08);
}
.admin-form label span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.admin-row-edit {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: .9rem;
  align-items: center;
}
.admin-edit-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}
.admin-edit-fields textarea,
.admin-edit-fields input {
  width: 100%;
  border: 1px solid #dfd0b8;
  background: #fff;
  border-radius: 9px;
  padding: .55rem .7rem;
  font-size: .86rem;
}
.admin-edit-fields textarea {
  grid-column: 1 / -1;
}
.current-assets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}
.current-assets.single {
  grid-template-columns: minmax(0, 1fr);
}
.current-assets > div {
  min-height: 118px;
  border: 1px solid #e4d6bd;
  border-radius: 12px;
  background: #fffaf2;
  padding: .65rem;
  display: grid;
  place-items: center;
  gap: .35rem;
}
.current-assets span {
  color: #6f7168;
  font-weight: 900;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.current-assets img {
  max-width: 100%;
  max-height: 78px;
  object-fit: contain;
  border-radius: 10px;
}
.current-assets i {
  color: #b6aa96;
  font-size: 2rem;
}
.admin-upload-progress {
  position: relative;
  height: 28px;
  border-radius: 999px;
  background: #efe3cf;
  overflow: hidden;
  display: none;
}
.admin-upload-progress.show {
  display: block;
}
.admin-upload-progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(135deg, var(--forest), var(--gold));
  transition: width .2s ease;
}
.admin-upload-progress b {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  height: 100%;
  color: #102016;
  font-size: .78rem;
}
.journey-intro {
  color: rgba(255,255,255,.78) !important;
}
.journey-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.journey-route {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 56px;
  height: 6px;
  background: linear-gradient(90deg, var(--gold-mid), #fff8ec, var(--palm), var(--terracotta));
  border-radius: 999px;
  box-shadow: 0 0 26px rgba(223,155,47,.38);
}
.journey-stop {
  position: relative;
  z-index: 2;
  background: #fff8ec;
  color: #123f2b;
  border-radius: 18px;
  padding: 1rem;
  min-height: 245px;
  display: grid;
  align-content: start;
  gap: .55rem;
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  transition: var(--t);
}
.journey-stop:nth-child(even) {
  margin-top: 54px;
}
.journey-stop:hover {
  transform: translateY(-10px);
}
.journey-stop span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold), var(--terracotta));
  color: #fff;
  font-weight: 900;
}
.journey-stop i {
  color: var(--forest);
  font-size: 1.7rem;
  margin-top: .4rem;
}
.journey-stop strong {
  color: #102016;
  font-size: 1.02rem;
}
.journey-stop p {
  color: #23382a;
  margin: 0;
  font-size: .88rem;
  line-height: 1.75;
  font-weight: 500;
}
.journey-stop {
  background: #fffdf4;
}
@media (max-width: 1080px) {
  .admin-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(340px, 90vw);
    min-height: 100vh;
    transform: translateX(-105%);
  }
  .admin-menu-open .admin-sidebar {
    transform: translateX(0);
  }
}
@media (max-width: 991.98px) {
  .about-system-grid,
  .admin-gallery-tools {
    grid-template-columns: 1fr 1fr;
  }
  .admin-panel-head-split {
    align-items: stretch;
    flex-direction: column;
  }
  .owner-profile-shell {
    grid-template-columns: 1fr;
  }
  .owner-photo-orb {
    width: min(100%, 280px);
    height: 330px;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .journey-map {
    grid-template-columns: 1fr;
  }
  .journey-route {
    top: 0;
    bottom: 0;
    left: 30px;
    right: auto;
    width: 6px;
    height: auto;
  }
  .journey-stop,
  .journey-stop:nth-child(even) {
    margin-top: 0;
    margin-left: 64px;
    min-height: 0;
  }
  .admin-row-edit {
    grid-template-columns: 76px minmax(0, 1fr);
  }
  .admin-row-edit .admin-card-actions {
    grid-column: 1 / -1;
  }
  .admin-edit-fields,
  .current-assets {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .about-system-grid,
  .admin-gallery-tools {
    grid-template-columns: 1fr;
  }
  .owner-photo-orb {
    width: min(100%, 280px);
    height: 330px;
  }
  .workflow-portrait-frame,
  .about-portrait-card {
    aspect-ratio: 1 / 1.12;
  }
}

/* Clean CRUD cards with popup editor */
.admin-row-edit {
  grid-template-columns: 92px minmax(0, 1fr) auto;
  background: #fffaf2;
}
.admin-row-edit .admin-edit-fields {
  display: none;
}
.admin-row-edit::after {
  content: none;
}
.admin-row-edit .admin-card-actions,
.admin-media-card .admin-card-actions {
  display: flex;
  gap: .45rem;
  justify-content: flex-end;
}
.crud-edit-btn,
.admin-row-edit .admin-danger,
.admin-media-card .admin-danger,
.crud-save-submit {
  width: 38px;
  height: 38px;
  min-width: 38px;
  max-width: 38px;
  padding: 0;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  border: 1px solid #e4d6bd;
  background: #fff;
  color: var(--forest);
  font-size: .95rem;
}
.crud-edit-btn:hover {
  background: var(--forest);
  color: #fff;
}
.admin-row-edit .admin-danger,
.admin-media-card .admin-danger {
  color: var(--terracotta);
  background: #fff1ed;
}
.crud-save-submit {
  display: none;
  width: auto;
  max-width: none;
  min-width: 110px;
  border-radius: 999px;
  padding: 0 .95rem;
  background: var(--forest);
  color: #fff;
}
.admin-media-card {
  position: relative;
}
.admin-media-card form > input:not([type="hidden"]),
.admin-media-card form > textarea {
  display: none;
}
.admin-media-card form {
  position: absolute;
  inset: auto .75rem .75rem .75rem;
  padding: 0;
  background: transparent;
}
.admin-media-card .admin-card-actions {
  justify-content: flex-end;
}
.crud-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: none;
  place-items: center;
  padding: 1rem;
  background: rgba(13, 30, 22, .72);
  backdrop-filter: blur(8px);
}
.crud-modal.open {
  display: grid;
}
.crud-modal-box {
  width: min(760px, 96vw);
  max-height: 90vh;
  overflow: auto;
  background: #fff8ec;
  border: 1px solid #e4d6bd;
  border-radius: 18px;
  box-shadow: 0 32px 90px rgba(0,0,0,.32);
  padding: 1.25rem;
  position: relative;
}
.crud-modal-close {
  position: absolute;
  top: .9rem;
  right: .9rem;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #102016;
  display: grid;
  place-items: center;
}
.crud-modal-head {
  display: flex;
  gap: .9rem;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e4d6bd;
}
.crud-modal-head span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--forest), var(--gold));
  color: #fff;
}
.crud-modal-head h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 900;
}
.crud-modal-head p {
  margin: 0;
  color: #746c5d;
  font-size: .88rem;
}
.crud-form-modal {
  display: grid !important;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  background: transparent;
  border: 0;
  padding: 0;
}
.crud-form-modal::after {
  display: none;
}
.crud-form-modal img {
  width: 110px;
  height: 96px;
  border-radius: 12px;
  object-fit: cover;
}
.crud-form-modal .admin-edit-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}
.crud-form-modal .admin-card-actions {
  grid-column: 2;
  justify-content: flex-start;
  margin-top: .25rem;
}
.crud-form-modal .crud-edit-btn {
  display: none;
}
.crud-form-modal .crud-save-submit {
  display: inline-grid;
}
.crud-form-modal .admin-danger {
  width: auto;
  max-width: none;
  min-width: 110px;
  border-radius: 999px;
  padding: 0 .95rem;
}
.crud-form-modal.admin-media-card form,
.admin-media-card .crud-form-modal {
  position: static;
}
.crud-form-modal input:not([type="hidden"]),
.crud-form-modal textarea,
.crud-form-modal select {
  display: block !important;
}
@media (max-width: 640px) {
  .crud-form-modal {
    grid-template-columns: 1fr;
  }
  .crud-form-modal .admin-card-actions {
    grid-column: 1;
  }
  .crud-form-modal .admin-edit-fields {
    grid-template-columns: 1fr;
  }
}

/* Hard override: compact CRUD icon controls */
.admin-card-actions .crud-edit-btn,
.admin-card-actions .crud-delete-btn,
.admin-row-edit .admin-card-actions .crud-edit-btn,
.admin-row-edit .admin-card-actions .crud-delete-btn,
.admin-media-card .admin-card-actions .crud-edit-btn,
.admin-media-card .admin-card-actions .crud-delete-btn {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-grid !important;
  place-items: center !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
  flex: 0 0 42px !important;
  aspect-ratio: 1 / 1 !important;
}

.admin-card-actions .crud-edit-btn {
  border: 1px solid #e4d6bd !important;
  background: #fffdf8 !important;
  color: var(--forest) !important;
}

.admin-card-actions .crud-edit-btn:hover {
  background: var(--forest) !important;
  color: #fff !important;
  border-color: var(--forest) !important;
}

.admin-card-actions .crud-delete-btn {
  border: 1px solid #efcfc5 !important;
  background: #fff1ed !important;
  color: var(--terracotta) !important;
}

.admin-card-actions .crud-delete-btn:hover {
  background: var(--terracotta) !important;
  color: #fff !important;
}

.admin-card-actions .crud-save-submit {
  display: none !important;
}

.crud-form-modal .admin-card-actions .crud-save-submit {
  display: inline-grid !important;
  width: auto !important;
  height: 40px !important;
  min-width: 110px !important;
  max-width: none !important;
  border-radius: 999px !important;
  padding: 0 1rem !important;
}

.admin-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.admin-card-grid .admin-row-edit {
  min-height: 132px;
  align-items: stretch;
}

.admin-card-summary {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: .18rem;
  padding-right: .25rem;
}

.admin-card-summary strong {
  display: block;
  color: var(--ink);
  font-size: .96rem;
  line-height: 1.25;
}

.admin-card-summary span {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.admin-card-summary p {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.45;
  margin: .15rem 0 0;
}

.admin-card-summary.compact {
  padding: .85rem .9rem 0;
}

.wysiwyg-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  padding: .5rem;
  border: 1px solid var(--border);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: #fffaf1;
}

.wysiwyg-toolbar button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e8d9bd;
  background: #fff;
  color: var(--forest);
  display: inline-grid;
  place-items: center;
  font-weight: 800;
}

.wysiwyg-editor {
  min-height: 180px;
  padding: .9rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0 0 14px 14px;
  background: #fff;
  color: var(--ink);
  font-size: .92rem;
  line-height: 1.65;
  outline: none;
}

.wysiwyg-editor:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 165, 90, .16);
}

.admin-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  margin-top: 1.2rem;
}

.admin-pagination button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--forest);
  display: inline-grid;
  place-items: center;
}

.admin-pagination button:disabled {
  opacity: .42;
}

.admin-pagination span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
}

.testimonial-showcase {
  background:
    linear-gradient(135deg, rgba(25, 53, 39, .96), rgba(94, 47, 33, .94)),
    url('../images/site/hero-modern-processing.png') center / cover;
  position: relative;
  overflow: hidden;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-premium-card {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 18px;
  padding: 1.35rem;
  min-height: 100%;
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}

.testimonial-stars {
  display: flex;
  gap: .2rem;
  color: var(--gold);
  margin-bottom: .9rem;
}

.testimonial-premium-card p {
  color: var(--ink);
  font-size: .94rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.testimonial-person img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff3d8;
}

.testimonial-person strong,
.testimonial-person span {
  display: block;
}

.testimonial-person strong {
  color: var(--ink);
  line-height: 1.15;
}

.testimonial-person span {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.35;
}

.post-body :is(p, ul, ol, blockquote) {
  margin-bottom: 1.1rem;
}

.post-body :is(h2, h3, h4) {
  font-family: 'DM Serif Display', serif;
  color: var(--ink);
  margin: 1.4rem 0 .7rem;
}

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

@media (max-width: 575px) {
  .admin-card-grid {
    grid-template-columns: 1fr;
  }
  .admin-card-grid .admin-row-edit {
    min-height: 0;
  }
}

/* Mobile content strips */
@media (max-width: 767.98px) {
  .insta-row,
  .testimonial-grid,
  .home-gallery-strip,
  .home-updates-row {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 82vw);
    grid-template-columns: none !important;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: .35rem;
  }

  .insta-row::-webkit-scrollbar,
  .testimonial-grid::-webkit-scrollbar,
  .home-gallery-strip::-webkit-scrollbar,
  .home-updates-row::-webkit-scrollbar {
    display: none;
  }

  .insta-row > *,
  .testimonial-grid > *,
  .home-gallery-strip > *,
  .home-updates-row > * {
    scroll-snap-align: start;
  }

  .insta-tile {
    min-height: 240px;
  }

  .insta-tile:nth-child(even) {
    transform: none;
  }

  .home-gallery-strip .gallery-tile {
    min-height: 250px;
  }

  .home-updates-row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  #wafab {
    right: 1rem;
    bottom: 1rem;
  }

  #wafab .wa-circle {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }
}

/* Icon-only controls must remain true circles. */
.hero-arrow,
.lightbox-close,
.wizard-close-btn,
.scroll-top-btn,
.wa-circle,
.social-circle-link,
.crud-edit-btn,
.crud-delete-btn,
.admin-pagination button,
.theme-toggle,
.btn-theme-toggle,
.admin-mobile-toggle,
.crud-modal-close {
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  padding: 0 !important;
  display: inline-grid;
  place-items: center;
  line-height: 1;
  flex-shrink: 0;
}

/* Public navigation polish */
.hero-arrow,
button.hero-arrow,
.swiper .hero-arrow {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 52px !important;
  line-height: 1 !important;
}

.hero-arrow i {
  display: block;
  line-height: 1;
  font-size: 1.45rem;
}

@media (max-width: 767.98px) {
  .hero-arrow,
  button.hero-arrow,
  .swiper .hero-arrow {
    display: none !important;
  }
}

.btn-gold i {
  font-size: 1rem;
  line-height: 1;
}

.drawer-links {
  display: grid;
  gap: .35rem;
}

.drawer-links li {
  border-bottom: 0 !important;
}

.drawer-links a {
  font-family: 'Inter', sans-serif !important;
  font-size: .98rem !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  padding: .82rem .9rem !important;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
}

.drawer-links a > span {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  min-width: 0;
}

.drawer-links a > span i {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff7e7;
  color: var(--gold);
  border: 1px solid #ead6ad;
  flex: 0 0 34px;
}

.drawer-links a:hover,
.drawer-links a.active {
  padding-left: .9rem !important;
  background: #fff8ec;
  border-color: #ead6ad;
  color: var(--ink);
}

.drawer-links a .arr {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #102016;
  color: #fff;
  opacity: .55;
  font-size: 1rem;
}

.drawer-foot {
  display: grid;
  justify-items: center;
}

.drawer-foot .drawer-quote-btn {
  width: auto !important;
  max-width: 100% !important;
  min-width: 190px;
  justify-content: center;
  padding: .9rem 1.25rem !important;
  box-shadow: 0 14px 34px rgba(183,122,33,.22);
}

@media (max-width: 767.98px) {
  .hero-arrow,
  button.hero-arrow,
  .swiper .hero-arrow {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    flex-basis: 44px !important;
  }
}

/* Admin content library polish */
.admin-card-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: .85rem !important;
}

.admin-card-grid .admin-row-edit {
  display: grid !important;
  grid-template-columns: 126px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 1.1rem !important;
  min-height: 0 !important;
  padding: 1rem !important;
  background: #fffdf8 !important;
  border: 1px solid #eadcc5 !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 34px rgba(31, 37, 26, .045) !important;
}

.admin-card-grid .admin-row-edit > img {
  width: 126px !important;
  height: 92px !important;
  border-radius: 14px !important;
  object-fit: cover !important;
  grid-column: auto !important;
}

.admin-card-grid .admin-card-summary {
  display: grid !important;
  align-content: center !important;
  gap: .32rem !important;
  min-width: 0 !important;
  padding: 0 !important;
}

.admin-card-grid .admin-card-summary strong {
  font-size: 1.05rem !important;
  line-height: 1.18 !important;
  color: #102016 !important;
  max-width: 760px !important;
  overflow-wrap: anywhere !important;
}

.admin-card-grid .admin-card-summary span {
  width: max-content !important;
  max-width: 100% !important;
  padding: .28rem .55rem !important;
  border-radius: 999px !important;
  background: rgba(183, 122, 33, .1) !important;
  color: #9b651a !important;
  font-size: .68rem !important;
  font-weight: 850 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  overflow-wrap: anywhere !important;
}

.admin-album-count {
  width: max-content !important;
  max-width: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: .38rem !important;
  color: #255f43 !important;
  font-size: .78rem !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

.admin-card-grid .admin-card-summary p {
  max-width: 820px !important;
  margin: .05rem 0 0 !important;
  color: #6f6a5f !important;
  font-size: .86rem !important;
  line-height: 1.55 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.admin-card-grid .admin-card-actions {
  justify-content: flex-end !important;
  align-items: center !important;
  min-width: 100px !important;
}

.crud-form-modal {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
  padding: .35rem 0 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.crud-form-modal > img,
.crud-form-modal .admin-card-summary {
  display: none !important;
}

.crud-form-modal .admin-edit-fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: .8rem !important;
}

.crud-form-modal .admin-edit-fields textarea,
.crud-form-modal .admin-edit-fields .quill-editor,
.crud-form-modal .admin-edit-fields .ql-toolbar,
.crud-form-modal .admin-edit-fields input[type="file"] {
  grid-column: 1 / -1 !important;
}

.crud-form-modal .admin-card-actions {
  grid-column: 1 / -1 !important;
  justify-content: flex-end !important;
  padding-top: .4rem !important;
  min-width: 0 !important;
}

.quill-editor {
  min-height: 220px;
  background: #fff;
}

.ql-toolbar.ql-snow {
  border-color: #eadcc5 !important;
  border-radius: 14px 14px 0 0;
  background: #fffaf1;
}

.ql-container.ql-snow {
  border-color: #eadcc5 !important;
  border-radius: 0 0 14px 14px;
  font-family: inherit;
  font-size: .94rem;
}

.ql-editor {
  min-height: 220px;
  color: #102016;
  line-height: 1.65;
  font-weight: 400 !important;
  text-transform: none !important;
}

.admin-card-grid .ql-editor,
.crud-form-modal .ql-editor {
  font-weight: 400 !important;
  text-transform: none !important;
}

.admin-toggle-field {
  display: inline-flex !important;
  align-items: center;
  gap: .65rem;
  width: max-content;
  max-width: 100%;
  padding: .45rem .7rem .45rem .48rem;
  border: 1px solid #e7d7bc;
  border-radius: 999px;
  background: #fffaf1;
  cursor: pointer;
}

.admin-toggle-field input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.admin-toggle-field b {
  width: 34px;
  height: 20px;
  border-radius: 999px;
  background: #d9c9ae;
  position: relative;
  transition: .2s ease;
}

.admin-toggle-field b::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.14);
  transition: .2s ease;
}

.admin-toggle-field input:checked + b {
  background: var(--forest);
}

.admin-toggle-field input:checked + b::after {
  transform: translateX(14px);
}

.admin-toggle-field em {
  color: #102016;
  font-style: normal;
  font-size: .8rem;
  font-weight: 800;
  text-transform: none;
}

@media (max-width: 760px) {
  .admin-card-grid .admin-row-edit {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: .85rem !important;
  }

  .admin-card-grid .admin-row-edit > img {
    width: 88px !important;
    height: 74px !important;
  }

  .admin-card-grid .admin-card-actions {
    grid-column: 1 / -1 !important;
    justify-content: flex-start !important;
    padding-left: 0 !important;
  }

  .crud-form-modal .admin-edit-fields {
    grid-template-columns: 1fr !important;
  }
}

/* Final admin shell reset: fixed desktop rail, phone-only drawer. */
.admin-body {
  display: block !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
}

.admin-body > .admin-sidebar {
  width: 280px !important;
  max-width: 280px !important;
  min-height: 100vh !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  overflow-y: auto !important;
  transform: none !important;
  z-index: 20 !important;
}

.admin-body > .admin-main {
  width: calc(100% - 280px) !important;
  min-width: 0 !important;
  max-width: 1360px !important;
  padding: 2rem !important;
  margin: 0 auto 0 280px !important;
}

.admin-body > .admin-mobile-toggle {
  display: none !important;
}

.admin-body > .admin-scroll-top,
.admin-body > .crud-modal {
  grid-column: 1 / -1 !important;
}

@media (max-width: 767.98px) {
  .admin-body {
    display: block !important;
  }

  .admin-body > .admin-mobile-toggle {
    display: grid !important;
    position: fixed !important;
    top: 1rem !important;
    left: 1rem !important;
    z-index: 2300 !important;
  }

  .admin-body > .admin-sidebar {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    width: min(320px, 88vw) !important;
    max-width: 88vw !important;
    min-height: 100vh !important;
    transform: translateX(-105%) !important;
    transition: transform .35s var(--ease) !important;
    z-index: 2200 !important;
  }

  .admin-menu-open .admin-sidebar {
    transform: translateX(0) !important;
  }

  .admin-body > .admin-main {
    width: 100% !important;
    max-width: none !important;
    padding: 4.75rem 1rem 1rem !important;
    margin: 0 !important;
  }

  .admin-page-head {
    grid-template-columns: 1fr !important;
    display: grid !important;
  }

  .admin-head-tools {
    justify-items: start;
  }

  .admin-quick-actions {
    justify-content: flex-start;
  }

  .admin-command-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .admin-command-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .admin-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
