/* ═══════════════════════════════════════════════════════════
   TCM MEDICINALS — REDESIGN
   Aesthetic: Luxury Botanical Apothecary
   Deep forest ink · Aged gold · Warm parchment · Clean ivory
═══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Jost:wght@300;400;500;600;700&display=swap');

/* ── TOKENS ─────────────────────────────────────────────── */
:root {
  /* Greens */
  --forest:      #6e9072;
  --forest-2:    #445a46;
  --moss:        #3a5c2e;
  --leaf:        #5a8c42;
  --sage:        #8aad6e;
  --sage-light:  #b8d09e;
  --sage-pale:   #e8f0e0;
  --sage-ghost:  #f2f6ec;

  /* Golds */
  --gold:        #acd586;
  --gold-light:  #ffffff;
  --gold-pale:   #f5e9cc;
  --gold-ghost:  #faf5eb;

  /* Neutrals */
  --ink:         #181c18;
  --ink-80:      rgba(24,28,24,.80);
  --ink-60:      rgba(24,28,24,.60);
  --ink-40:      rgba(24,28,24,.40);
  --ink-20:      rgba(24,28,24,.12);
  --ivory:       #fff;
  --parchment:   #e8e8e8;
  --white:       #ffffff;
  --line:        rgba(24,28,24,.10);

  /* Type */
  --serif:       'Cormorant Garamond', Georgia, serif;
  --sans:        'Jost', sans-serif;

  /* Radii */
  --r:           6px;
  --r-md:        12px;
  --r-lg:        18px;
  --r-xl:        28px;

  /* Animation */
  --ease-out:    cubic-bezier(.22,.68,0,1.2);
  --ease:        cubic-bezier(.25,.46,.45,.94);

  --max:         1200px;
}

/* ── RESET ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { font-family: var(--sans); background: var(--ivory); color: var(--ink); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; }
p { line-height: 1.75; }

/* ── NAV ─────────────────────────────────────────────────── */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  height: 68px;
  background: var(--forest);
  border-bottom: 1px solid rgba(196,154,60,.22);
}
.site-nav::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,154,60,.5) 30%, rgba(196,154,60,.5) 70%, transparent);
  pointer-events: none;
}
.nav-inner {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}
.nav-logo { display: flex; align-items: center; gap: .85rem; min-width: 0; }
.nav-logo img {
  width: 60px; height: 60px;
  object-fit: contain;
  border-radius: 50%;
  border: 1.5px solid rgba(196,154,60,.4);
  padding: 3px;
  flex-shrink: 0;
}
.nav-logo-text { display: flex; flex-direction: column; line-height: 1; min-width: 0; }
.nav-logo-text strong {
  color: var(--ivory);
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .18em;
  white-space: nowrap;
  text-transform: uppercase;
}
.nav-logo-text small {
  margin-top: .3rem;
  color: var(--gold);
  font-size: .58rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-actions { display: flex; align-items: center; gap: 1rem; margin-left: auto; }
.nav-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .55rem 1.2rem;
  border-radius: 3px;
  background: transparent;
  color: rgba(255,255,255,.78) !important;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.18);
  transition: background .22s, border-color .22s, color .22s;
  white-space: nowrap;
}
.nav-cta:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.35);
  color: #fff !important;
}
.nav-cta-header {
  background: rgba(196,154,60,.18);
  color: var(--gold-light) !important;
}
.nav-cta-header:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--forest) !important;
}
.hamburger {
  display: inline-flex; flex-direction: column;
  justify-content: center; gap: 5px;
  cursor: pointer; background: none; border: 0;
  padding: 6px; width: 38px; height: 38px; flex-shrink: 0;
}
.hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: rgba(255,255,255,.8);
  border-radius: 2px;
  transition: .3s var(--ease);
}
.hamburger span:nth-child(3) { width: 14px; }
.hamburger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); width: 22px; }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); width: 22px; }
.nav-links {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 68px;
  right: 2.5rem;
  width: min(320px, calc(100vw - 24px));
  background: var(--forest-2);
  padding: 1.2rem;
  gap: .3rem;
  border: 1px solid rgba(196,154,60,.22);
  border-top: none;
  border-radius: 0 0 var(--r-md) var(--r-md);
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
  z-index: 300;
}
.nav-links.open { display: flex; }
.nav-group { display: flex; flex-direction: column; gap: .3rem; width: 100%; }
.nav-submenu-title {
  font-size: .62rem; font-weight: 600;
  color: var(--gold);
  letter-spacing: .2em; text-transform: uppercase;
  padding: .3rem 1rem .15rem;
  border-bottom: 1px solid rgba(196,154,60,.2);
  margin-bottom: .3rem;
}
.nav-links a {
  display: block; width: 100%;
  font-size: .78rem; font-weight: 500;
  color: rgba(255,255,255,.72);
  letter-spacing: .08em; text-transform: uppercase;
  transition: background .18s, color .18s, padding-left .18s;
  padding: .62rem 1rem;
  border-radius: var(--r);
}
.nav-links a:hover { color: var(--ivory); background: rgba(255,255,255,.06); padding-left: 1.3rem; }
.nav-links .nav-cta {
  margin-top: .5rem;
  background: rgba(196,154,60,.18);
  border-color: rgba(196,154,60,.45);
  color: var(--gold-light) !important;
  text-align: center;
  min-height: 44px;
  justify-content: center;
}
/* ── HERO ────────────────────────────────────────────────── */

.hero {
  padding-top: 68px;
  min-height: 100vh;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  overflow: hidden;
  background: var(--forest);
  position: relative;
}

/* Subtle texture over complete hero */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: .5;
}

/* LEFT SIDE */
.hero-left {
  width: fit-content;
  max-width: 430px;
  min-width: 360px;
  background: linear-gradient(160deg, var(--forest) 0%, var(--forest-2) 100%);
  padding: 5.5rem 1.4rem 5rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.hero-left::before {
  content: '';
  position: absolute;
  top: 80px;
  right: -1px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at top right, rgba(90,140,66,.18) 0%, transparent 70%);
  pointer-events: none;
}

.hero-left::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle at bottom left, rgba(196,154,60,.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-left > * {
  position: relative;
  max-width: 390px;
}

/* EYEBROW */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.4rem;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

/* TITLE */
.hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.35rem, 3.2vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -.01em;
  color: var(--ivory);
  margin-bottom: 1.35rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--sage-light);
}

/* TEXT */
.hero-sub {
  font-size: .94rem;
  color: rgba(250,248,242,.62);
  margin-bottom: 1.6rem;
  line-height: 1.72;
}

/* CHIPS */
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: 1.8rem;
}

.hero-chips span {
  display: inline-flex;
  align-items: center;
  padding: .36rem .7rem;
  border: 1px solid rgba(196,154,60,.35);
  border-radius: 2px;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(250,248,242,.72);
  background: rgba(196,154,60,.08);
}

/* CTA BUTTONS */
.hero-ctas {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  margin-bottom: 2rem;
}

.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: .95rem 1.15rem;
  border-radius: 3px;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: all .25s var(--ease);
  gap: 1rem;
  width: 100%;
  max-width: 100%;
}

.cta-primary:hover {
  transform: translateX(4px);
}

.cta-1 {
  background: var(--gold);
  color: var(--forest) !important;
  border: 1px solid var(--gold);
}

.cta-1:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
}

.cta-2 {
  background: transparent;
  color: var(--ivory) !important;
  border: 1px solid rgba(250,248,242,.3);
}

.cta-2:hover {
  background: rgba(250,248,242,.06);
  border-color: rgba(250,248,242,.55);
}

.cta-3 {
  background: transparent;
  color: var(--sage-light) !important;
  border: 1px solid rgba(138,173,110,.35);
}

.cta-3:hover {
  background: rgba(138,173,110,.08);
  border-color: rgba(138,173,110,.55);
}

.cta-arrow {
  font-size: 1rem;
  transition: transform .22s;
}

.cta-primary:hover .cta-arrow {
  transform: translateX(4px);
}

/* PROOF ITEMS */
.hero-proof {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin-bottom: 1.8rem;
}

.hero-proof-item {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  font-size: .8rem;
  color: rgba(250,248,242,.58);
  line-height: 1.55;
}

.hero-proof-item svg {
  width: 15px;
  height: 15px;
  stroke: var(--sage);
  fill: none;
  stroke-width: 2.5;
  flex-shrink: 0;
  margin-top: .15rem;
}

/* DISCLAIMER */
.hero-disclaimer {
  font-size: .72rem;
  color: rgba(250,248,242,.35);
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 1.1rem;
  letter-spacing: .02em;
  line-height: 1.55;
}

/* RIGHT SIDE */
.hero-right {
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.78) saturate(.9);
}

.hero-right::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-right::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26,46,28,.35) 0%,
    transparent 30%,
    transparent 70%,
    rgba(26,46,28,.5) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* HERO BADGE */
.hero-badge {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 3;
  background: rgba(250,248,242,.96);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(196,154,60,.35);
  border-radius: var(--r-md);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  max-width: 520px;
  box-shadow: 0 16px 48px rgba(0,0,0,.22);
}

.hero-badge-icon {
  width: 38px;
  height: 38px;
  border-radius: var(--r);
  background: var(--sage-pale);
  border: 1px solid rgba(90,140,66,.2);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.hero-badge-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--moss);
  fill: none;
  stroke-width: 1.8;
}

.hero-badge strong {
  font-size: .88rem;
  color: var(--forest);
  display: block;
  margin-bottom: .22rem;
  font-weight: 600;
}

.hero-badge span {
  font-size: .78rem;
  color: var(--ink-60);
  line-height: 1.45;
}

/* HERO RESPONSIVE */
@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-left {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 7rem 2.5rem 3.5rem;
  }

  .hero-left > * {
    max-width: 720px;
  }

  .hero-right {
    height: 520px;
  }
}

@media (max-width: 700px) {
  .hero-left {
    padding: 5.5rem 1.4rem 2.5rem;
  }

  .hero-left > * {
    max-width: 100%;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero-right {
    height: 380px;
  }

  .hero-badge {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }
}
/* ── TRUST BAR ───────────────────────────────────────────── */
.trust-bar {
  background: var(--forest-2);
  border-bottom: 1px solid rgba(196,154,60,.18);
  padding: 1.1rem 2.5rem;
}
.trust-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center;
  gap: .65rem;
  font-size: .72rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(250,248,242,.72);
}
.trust-item svg {
  width: 16px; height: 16px;
  stroke: var(--gold);
  fill: none; stroke-width: 1.8;
  flex-shrink: 0;
}
.trust-divider {
  width: 1px; height: 20px;
  background: rgba(196,154,60,.25);
}


/* ── GLOBAL SECTION ──────────────────────────────────────── */
.section { padding: 6rem 2.5rem; background: var(--ivory); }
.section-alt { background: var(--parchment); }
.section-dark { background: var(--forest); color: var(--ivory); }
.section-inner { max-width: var(--max); margin: 0 auto; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .66rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 20px; height: 1px;
  background: var(--gold);
}
.section-dark .eyebrow { color: var(--gold-light); }
.section-dark .eyebrow::before { background: var(--gold-light); }

.section-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -.01em;
  color: var(--ink);
  max-width: 840px;
}
.section-dark .section-title { color: var(--ivory); }
.section-title em { color: var(--moss); font-style: italic; }
.section-dark .section-title em { color: var(--sage-light); }

.section-sub {
  margin-top: 1.1rem;
  color: var(--ink-60);
  font-size: .97rem;
  max-width: 740px;
  line-height: 1.78;
}
.section-dark .section-sub { color: rgba(250,248,242,.62); }
.section-sub-spaced { margin-top: 1.2rem; }

.section-head-row {
  display: flex; align-items: flex-end;
  justify-content: space-between;
  gap: 2rem; margin-bottom: 2.8rem;
}
.section-link {
  color: var(--moss);
  font-size: .78rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: .4rem;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: border-color .2s, color .2s;
  padding-bottom: 1px;
}
.section-link:hover { color: var(--forest); border-color: var(--moss); }

/* Split layout */
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
  gap: 4rem;
  align-items: center;
}


/* ── INTRO PANEL ─────────────────────────────────────────── */
.intro-panel, .contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(24,28,24,.06);
}
.intro-panel h3, .contact-card h3 {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--forest);
  margin-bottom: 1.4rem;
}
.panel-list { display: grid; gap: 1rem; }
.panel-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1rem;
  padding: 1.1rem;
  border-radius: var(--r-md);
  background: var(--sage-ghost);
  border: 1px solid rgba(90,140,66,.1);
}
.panel-list span {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--moss);
  color: #fff;
  display: grid; place-items: center;
  font-weight: 600; font-size: .78rem;
}
.panel-list p { color: var(--ink-60); font-size: .9rem; }


/* ── CARDS GRID ──────────────────────────────────────────── */
.cards-grid { display: grid; gap: 1.2rem; }
.cards-grid-3 { grid-template-columns: repeat(3, 1fr); }
.cards-grid-4 { grid-template-columns: repeat(4, 1fr); }

.info-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 1.75rem;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
  position: relative;
  overflow: hidden;
}
.info-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--moss), var(--sage-light));
  opacity: 0;
  transition: opacity .3s;
}
.info-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(24,28,24,.1); border-color: rgba(90,140,66,.2); }
.info-card:hover::before { opacity: 1; }

.icon-box {
  width: 48px; height: 48px;
  border-radius: var(--r-md);
  background: var(--sage-pale);
  border: 1px solid rgba(90,140,66,.15);
  display: grid; place-items: center;
  margin-bottom: 1.2rem;
}
.icon-box svg { width: 22px; height: 22px; stroke: var(--moss); fill: none; stroke-width: 1.7; }
.info-card h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; color: var(--forest); margin-bottom: .7rem; }
.info-card p { color: var(--ink-60); font-size: .9rem; line-height: 1.7; }


/* ── TARGET CARDS ────────────────────────────────────────── */
.target-grid { margin-top: 2.2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.target-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.4rem;
  display: grid; gap: .5rem;
  transition: border-color .25s, box-shadow .25s;
}
.target-card:hover { border-color: rgba(196,154,60,.35); box-shadow: 0 8px 30px rgba(24,28,24,.06); }
.target-card strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; color: var(--forest); }
.target-card span { color: var(--ink-60); font-size: .88rem; line-height: 1.65; }




/* ── PROCESS GRID ────────────────────────────────────────── */
.process-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
/* Connecting line */
.process-grid::before {
  content: '';
  position: absolute;
  top: 28px; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-pale) 20%, var(--gold-pale) 80%, transparent);
  z-index: 0;
}
.process-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 1.75rem 1.4rem;
  margin: 0 .5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: transform .25s var(--ease), box-shadow .25s;
}
.process-card:hover { transform: translateY(-4px); box-shadow: 0 16px 45px rgba(24,28,24,.09); }
.process-card span {
  display: inline-grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--forest);
  border: 2px solid var(--gold);
  color: var(--gold);
  font-weight: 700; font-size: .78rem;
  margin-bottom: 1.1rem;
  letter-spacing: .05em;
}
.process-card h3 {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 400;
  color: var(--forest); margin-bottom: .55rem;
}
.process-card p { color: var(--ink-60); font-size: .88rem; line-height: 1.7; }


/* ── BOX GRID ────────────────────────────────────────────── */
.box-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.box-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
  transition: transform .28s var(--ease), box-shadow .28s;
}
.box-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--sage-light));
  opacity: 0;
  transition: opacity .28s;
}
.box-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(24,28,24,.1); }
.box-card:hover::after { opacity: 1; }
.box-card h3 {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 400;
  color: var(--forest); margin-bottom: .65rem;
}
.box-card p { color: var(--ink-60); font-size: .9rem; margin-bottom: 1.2rem; line-height: 1.65; }
.box-card span {
  display: inline-flex; padding: .32rem .75rem;
  border-radius: 2px;
  border: 1px solid rgba(196,154,60,.4);
  color: var(--gold);
  background: var(--gold-ghost);
  font-size: .7rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
}


/* ── CTA SECTION ─────────────────────────────────────────── */
.section-cta {
  background: var(--ivory);
  padding-top: 4.5rem; padding-bottom: 4.5rem;
}
.cta-panel {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 340px);
  gap: 2.5rem;
  align-items: center;
  background: var(--forest);
  color: var(--ivory);
  border-radius: var(--r-xl);
  padding: 3rem 3.5rem;
  box-shadow: 0 30px 80px rgba(26,46,28,.25);
  position: relative;
  overflow: hidden;
}
.cta-panel::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,154,60,.12) 0%, transparent 70%);
  pointer-events: none;
}
.cta-panel .eyebrow { color: var(--gold); }
.cta-panel .eyebrow::before { background: var(--gold); }
.cta-panel h2 {
  font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 500; margin-bottom: .8rem; color: var(--ivory);
}
.cta-panel p { color: rgba(250,248,242,.68); font-size: .95rem; }
.cta-panel-actions { display: grid; gap: .8rem; }
.cta-light {
  background: var(--gold); color: var(--forest) !important;
  border: 1px solid var(--gold);
  max-width: none !important;
  justify-content: space-between;
}
.cta-light:hover { background: var(--gold-light); border-color: var(--gold-light); }
.cta-outline {
  background: rgba(250,248,242,.06);
  color: var(--ivory) !important;
  border: 1px solid rgba(250,248,242,.25);
  max-width: none !important;
  justify-content: space-between;
}
.cta-outline:hover { background: rgba(250,248,242,.1); border-color: rgba(250,248,242,.45); }


/* ── FAQ ─────────────────────────────────────────────────── */
.faq-grid { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  transition: border-color .22s, box-shadow .22s;
}
.faq-item:hover { border-color: rgba(196,154,60,.35); box-shadow: 0 8px 30px rgba(24,28,24,.06); }
.faq-item h3 {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 500;
  color: var(--forest); margin-bottom: .6rem;
}
.faq-item p { color: var(--ink-60); font-size: .9rem; line-height: 1.7; }


/* ── CONTACT ─────────────────────────────────────────────── */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 420px);
  gap: 4rem; align-items: start;
}
.contact-card p { color: var(--ink-60); margin-top: .9rem; line-height: 1.75; }
.contact-card a { color: var(--moss); font-weight: 600; }
.contact-card a:hover { color: var(--forest); }
.contact-note {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: .88rem;
  color: var(--ink-40);
}



/* ── FOOTER ──────────────────────────────────────────────── */

.site-footer,
footer {
  background: var(--forest);
  color: rgba(250,248,242,.7);
  border-top: 1px solid rgba(196,154,60,.22);
  padding: 4rem 2.5rem 2rem;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.footer-brand {
  max-width: 420px;
}

.footer-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 50%;
  border: 1.5px solid rgba(196,154,60,.4);
  padding: 4px;
  margin-bottom: 1.2rem;
}

.footer-brand p {
  color: rgba(250,248,242,.62);
  font-size: .88rem;
  line-height: 1.75;
  margin: 0;
}

.footer-disclaimer {
  margin-top: .9rem !important;
  color: rgba(250,248,242,.38) !important;
  font-size: .78rem !important;
  line-height: 1.6 !important;
}

.footer-col h4 {
  color: var(--gold);
  margin-bottom: 1rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.footer-col ul {
  list-style: none;
  display: grid;
  gap: .6rem;
  margin: 0;
  padding: 0;
}

.footer-col a {
  color: rgba(250,248,242,.62);
  font-size: .88rem;
  line-height: 1.5;
  transition: color .2s;
}

.footer-col a:hover {
  color: var(--ivory);
}

/* ── FOOTER SITES / LOGO'S ──────────────────────────────── */

.footer-sites {
  max-width: var(--max);
  margin: 2.5rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(196,154,60,.18);
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: .7rem;
}

.footer-site-card {
  min-height: 108px;
  background: rgba(250,248,242,.045);
  border: 1px solid rgba(196,154,60,.15);
  border-radius: var(--r-md);
  padding: .85rem .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  text-align: center;
  transition: background .22s, border-color .22s, transform .22s;
}

.footer-site-card:hover {
  background: rgba(250,248,242,.075);
  border-color: rgba(196,154,60,.32);
  transform: translateY(-2px);
}

.footer-site-card img {
  width: 76px;
  height: 70px;
  object-fit: contain;
  display: block;
}

.footer-site-card span {
  color: rgba(250,248,242,.68);
  font-size: .54rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  line-height: 1.25;
}

/* ── FOOTER OFFICES ─────────────────────────────────────── */

.footer-offices {
  max-width: var(--max);
  margin: 2rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(196,154,60,.18);
}

.footer-offices-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.footer-office {
  background: rgba(250,248,242,.04);
  border: 1px solid rgba(196,154,60,.15);
  border-radius: var(--r-md);
  padding: 1.2rem;
}

.footer-office h5 {
  color: var(--gold-light);
  margin-bottom: .65rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-office p {
  color: rgba(250,248,242,.62);
  font-size: .84rem;
  margin-top: .5rem;
  line-height: 1.6;
}

.footer-office a {
  color: rgba(250,248,242,.86);
  font-weight: 500;
}

.footer-office a:hover {
  color: var(--ivory);
}

/* ── FOOTER BOTTOM ──────────────────────────────────────── */

.footer-bottom {
  max-width: var(--max);
  margin: 2rem auto 0;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(196,154,60,.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(250,248,242,.42);
  font-size: .8rem;
}

.footer-bottom-links,
.footer-bottom span:last-child {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: rgba(250,248,242,.62);
}

.footer-bottom a:hover {
  color: var(--ivory);
}

/* ── FOOTER RESPONSIVE ──────────────────────────────────── */

@media (max-width: 1100px) {
  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-sites {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-offices-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .site-footer,
  footer {
    padding: 3rem 1.4rem 2rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-sites {
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
  }

  .footer-site-card {
    min-height: 104px;
    padding: .8rem .55rem;
  }

  .footer-site-card img {
    width: 72px;
    height: 48px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .footer-sites {
    grid-template-columns: 1fr;
  }

  .footer-site-card {
    min-height: 96px;
  }
}



/* ── ANIMATION ───────────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* Stagger children */
.cards-grid .fade-up:nth-child(2) { transition-delay: .08s; }
.cards-grid .fade-up:nth-child(3) { transition-delay: .16s; }
.cards-grid .fade-up:nth-child(4) { transition-delay: .06s; }
.cards-grid .fade-up:nth-child(5) { transition-delay: .12s; }
.cards-grid .fade-up:nth-child(6) { transition-delay: .18s; }
.process-grid .fade-up:nth-child(2) { transition-delay: .1s; }
.process-grid .fade-up:nth-child(3) { transition-delay: .2s; }
.process-grid .fade-up:nth-child(4) { transition-delay: .3s; }
.faq-grid .fade-up:nth-child(2) { transition-delay: .07s; }
.faq-grid .fade-up:nth-child(3) { transition-delay: .07s; }
.faq-grid .fade-up:nth-child(4) { transition-delay: .14s; }
.faq-grid .fade-up:nth-child(5) { transition-delay: .14s; }
.faq-grid .fade-up:nth-child(6) { transition-delay: .21s; }


/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 7rem 2.5rem 3.5rem; }
  .hero-right { height: 520px; }
  .split-layout, .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .cards-grid-3, .target-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-grid-4, .process-grid, .box-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid::before { display: none; }
  .process-card { margin: 0; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); }
  .footer-offices-inner { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .hero-left { padding: 5.5rem 1.4rem 2.5rem; }
  .hero h1 { font-size: 2.6rem; }
  .hero-right { height: 380px; }
  .hero-badge { left: 12px; right: 12px; bottom: 12px; }
  .section { padding: 4rem 1.4rem; }
  .section-head-row { display: block; }
  .section-link { display: inline-flex; margin-top: 1rem; }
  .cards-grid-3, .cards-grid-4, .target-grid, .process-grid, .box-grid, .faq-grid { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; padding: 2rem 1.75rem; border-radius: var(--r-lg); }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .trust-inner { align-items: flex-start; }
  .trust-divider { display: none; }
}

.nav-inner {
  padding: 0 .9rem;
  gap: .65rem;
}

.nav-logo {
  gap: .65rem;
}

.nav-logo img {
  width: 54px;
  height: 54px;
}

.nav-logo-text strong {
  white-space: normal;
  display: flex;
  flex-direction: column;
  gap: .12rem;
  font-size: .72rem;
  line-height: 1.05;
  letter-spacing: .14em;
}

.nav-logo-text strong::first-line {
  line-height: 1.05;
}

.nav-logo-text small {
  display: none;
}

.nav-cta-header {
  display: none;
}

.nav-actions {
  gap: .45rem;
}

.nav-cart,
.hamburger {
  width: 36px;
  height: 36px;
}

.nav-links {
  right: .9rem;
  top: 68px;
}

.nav-brand-mobile-split {
  display: inline-flex;
  flex-direction: row;
  gap: .35rem;
}

@media (max-width: 700px) {
  .nav-brand-mobile-split {
    flex-direction: column;
    gap: .08rem;
  }
}
/* ── QUALITY SECTION ─────────────────────────────────────── */

.quality-section {
  background: var(--forest);
  color: var(--ivory);
}

.quality-layout {
  align-items: center;
}

.quality-intro {
  max-width: 620px;
}

.quality-list {
  display: grid;
  gap: 1rem;
}

.quality-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem 1.4rem;
  border-radius: var(--r-md);
  background: rgba(250,248,242,.055);
  border: 1px solid rgba(250,248,242,.12);
  transition: background .25s, border-color .25s, transform .25s;
}

.quality-item:hover {
  background: rgba(250,248,242,.09);
  border-color: rgba(196,154,60,.28);
  transform: translateY(-2px);
}

.quality-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: rgba(172,213,134,.14);
  border: 1px solid rgba(172,213,134,.32);
}

.quality-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quality-text h3 {
  color: var(--ivory);
  font-size: .98rem;
  font-weight: 600;
  margin-bottom: .35rem;
}

.quality-text p {
  color: rgba(250,248,242,.6);
  font-size: .88rem;
  line-height: 1.65;
  margin: 0;
}

/* Mobile */
@media (max-width: 700px) {
  .quality-item {
    grid-template-columns: 40px 1fr;
    padding: 1.1rem;
  }

  .quality-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .quality-icon svg {
    width: 20px;
    height: 20px;
  }
}


/* ── LANGUAGE SELECT INSIDE HAMBURGER MENU ─────────────── */

.nav-lang {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;
  min-height: 44px;
  margin: .35rem 0 .55rem;
  padding: 0 2.4rem 0 1rem;

  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--r);

  background-color: rgba(255,255,255,.08);
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold) 50%),
    linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 18px,
    calc(100% - 12px) 18px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;

  color: var(--ivory);
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.nav-lang:hover {
  background-color: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.35);
}

.nav-lang:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(172,213,134,.18);
}

.nav-lang option {
  color: var(--ink);
  background: var(--white);
  font-weight: 600;
}

.registration-container {
    max-width: 700px;
    margin: 110px auto;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.form-step h2 {
    margin-top: 0;
    color: #2c5f2d;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-group input, .form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}
.form-row {
    display: flex;
    gap: 20px;
}
.form-row .form-group {
    flex: 1;
}
.checkbox label {
    font-weight: normal;
    cursor: pointer;
}
.checkbox input {
    width: auto;
    margin-right: 10px;
}
.form-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.next-step, .submit-btn {
    background: #2c5f2d;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.prev-step {
    background: #666;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.next-step:hover, .submit-btn:hover {
    background: #1e3f1f;
}
.prev-step:hover {
    background: #444;
}
small {
    display: block;
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}
.info-box {
    background: #e8f0e8;
    padding: 10px;
    border-left: 4px solid #2c5f2d;
    margin-top: 10px;
    font-size: 14px;
}

.success-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
}

.success-card {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
}

.success-icon {
    width: 80px;
    height: 80px;
    background: #2ecc71;
    color: white;
    font-size: 48px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.info-box {
    background: #f8f9fa;
    border-left: 4px solid #2ecc71;
    padding: 20px;
    margin: 30px 0;
    text-align: left;
    border-radius: 8px;
}

.info-box h3 {
    margin-top: 0;
    color: #2c3e50;
}

.info-box ol {
    margin: 15px 0 0 20px;
    padding-left: 0;
}

.info-box li {
    margin: 10px 0;
    line-height: 1.5;
}

.contact-info {
    background: #e8f4fd;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.home-button {
    display: inline-block;
    background: #2c3e50;
    color: white;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 20px;
}

.home-button:hover {
    background: #1a252f;
}

/* Error messages */
.error-messages {
    background-color: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #721c24;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.error-messages h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.error-messages ul {
    margin: 0;
    padding-left: 20px;
}

.error-messages li {
    margin: 5px 0;
}


/* Error messages */
.error-messages {
    background-color: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #721c24;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.error-messages h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.error-messages ul {
    margin: 0;
    padding-left: 20px;
}

.error-messages li {
    margin: 5px 0;
}

.info-text {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}



/* Error messages */
.error-messages {
    background-color: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #721c24;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.error-messages h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.error-messages ul {
    margin: 0;
    padding-left: 20px;
}

.error-messages li {
    margin: 5px 0;
}

.info-text {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}

.info-box {
    background-color: #e8f4fd;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
    margin-top: 8px;
}

.checkbox {
    margin: 15px 0;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-row .form-group {
    flex: 1;
}

.form-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.prev-step, .next-step, .submit-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

.prev-step {
    background-color: #6c757d;
    color: white;
}

.next-step, .submit-btn {
    background-color: #2c3e50;
    color: white;
}

.prev-step:hover {
    background-color: #5a6268;
}

.next-step:hover, .submit-btn:hover {
    background-color: #1a252f;
}

.registration-container {
    max-width: 800px;
    margin: 110 auto;
    padding: 20px;
}

.error-messages {
    background-color: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #721c24;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.error-messages h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.error-messages ul {
    margin: 0;
    padding-left: 20px;
}

.error-messages li {
    margin: 5px 0;
}

.form-step {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c3e50;
}

.form-group input, .form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}

.form-group input.error, .form-group select.error {
    border-color: #dc3545;
    background-color: #fff8f8;
}

.form-group small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #6c757d;
}

.field-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.field-error.show {
    display: block;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-row .form-group {
    flex: 1;
    margin-bottom: 0;
}

.checkbox {
    margin: 15px 0;
}

.checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.checkbox input {
    width: auto;
}

.form-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.prev-step, .next-step, .submit-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.prev-step {
    background-color: #6c757d;
    color: white;
}

.next-step, .submit-btn {
    background-color: #2c3e50;
    color: white;
}

.prev-step:hover {
    background-color: #5a6268;
}

.next-step:hover, .submit-btn:hover {
    background-color: #1a252f;
}

.info-text {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}

.info-box {
    background-color: #e8f4fd;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 13px;
    margin-top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .registration-container {
        padding: 10px;
    }
    
    .form-step {
        padding: 15px;
    }
}

.nav-cart {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: var(--ivory);
  background: rgba(255,255,255,.06);
  transition: background .22s, border-color .22s, color .22s, transform .22s;
}

.nav-cart:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.35);
  color: var(--gold-light);
  transform: translateY(-1px);
}

.nav-cart svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}