/* ═══════════════════════════════════════════════
   IJEN SPA — public site styles (redesign 2026-06)
   Ported from design handoff site.css. Tokens come from
   css/tokens.css (same token set) — do NOT @import a duplicate.
   Used by the rebuilt marketing pages (index/treatments/about/contact).
   ═══════════════════════════════════════════════ */
/* ═══════════════════════════════════════════════
   IJEN SPA — Consumer site (multi-page)
   Shared shell: nav, hero, buttons, sections, footer
   Imports brand tokens from colors_and_type.css
   ═══════════════════════════════════════════════ */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: hidden; }
body {
  background: var(--bg-base);
  color: var(--text-primary);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--ember); color: var(--text-inverse); }

/* hide scrollbars but keep scroll */
html, body { scrollbar-width: none; -ms-overflow-style: none; }
html::-webkit-scrollbar, body::-webkit-scrollbar { width: 0; height: 0; display: none; }

/* ─────────── NAV ─────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  background: linear-gradient(180deg, rgba(12,9,5,0.78) 0%, rgba(12,9,5,0) 100%);
  transition: background 240ms var(--ease-out), backdrop-filter 240ms var(--ease-out), border-color 240ms var(--ease-out);
  border-bottom: 1px solid transparent;
}
.nav.is-solid {
  background: rgba(12,9,5,0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-faint);
}
.nav-brand { display: inline-flex; align-items: center; height: 30px; }
.nav-brand img { height: 30px; width: auto; opacity: 0.95; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-link {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color var(--t-fast);
  position: relative;
  padding: 4px 0;
}
.nav-link:hover { color: var(--text-primary); }
.nav-link.is-active { color: var(--ember-bright); }
.nav-link.is-active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--ember);
}

/* ─────────── BUTTONS ─────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: var(--r-button);
  padding: 16px 38px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform var(--t-fast), background var(--t-base), box-shadow var(--t-base), border-color var(--t-base), color var(--t-base);
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(180deg, var(--ember-bright) 0%, var(--ember) 100%);
  color: var(--text-inverse);
  box-shadow: 0 1px 0 rgba(255,210,160,0.35) inset, 0 8px 28px var(--ember-glow);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 0 rgba(255,210,160,0.5) inset, 0 14px 38px var(--ember-halo);
}
.btn-ghost {
  background: transparent;
  border-color: var(--ember);
  color: var(--ember-bright);
}
.btn-ghost:hover { background: var(--ember-faint); transform: translateY(-2px); }
.btn-lg { padding: 19px 48px; font-size: 14px; }
.btn-sm { padding: 12px 26px; font-size: 12px; letter-spacing: 0.14em; }
.nav .btn-sm { border-radius: 12px; }

/* ─────────── HERO (home) ─────────── */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  z-index: -2;
}
/* warm atmospheric base behind/around the photo (and when slot is empty) */
.hero-photo-bg {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(ellipse 70% 55% at 50% 8%, rgba(255,150,40,0.26) 0%, rgba(232,90,20,0.12) 26%, rgba(12,9,5,0) 58%),
    radial-gradient(ellipse 90% 70% at 50% 110%, rgba(198,134,84,0.18) 0%, rgba(12,9,5,0) 60%),
    linear-gradient(180deg, #140d06 0%, #0c0905 55%, #0a0704 100%);
  animation: hero-bg-pulse 9s ease-in-out infinite;
}
@keyframes hero-bg-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.82; }
}
.hero-photo-img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.8) saturate(1.04);
}
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(12,9,5,0.46) 0%, rgba(12,9,5,0.18) 34%, rgba(12,9,5,0.38) 62%, rgba(12,9,5,0.62) 100%),
    radial-gradient(ellipse 66% 54% at 50% 56%, rgba(12,9,5,0.46) 0%, rgba(12,9,5,0.18) 50%, rgba(12,9,5,0) 78%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
  padding: 140px 28px 120px;
}
.hero-eyebrow {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--ember-bright);
  margin-bottom: 30px;
  opacity: 0.9;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(40px, 7vw, 86px);
  line-height: 1.04;
  letter-spacing: 0.01em;
  color: #fbf1de;
  margin-bottom: 26px;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(0,0,0,0.6), 0 1px 4px rgba(0,0,0,0.5);
}
.hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--ember-bright);
}
.hero-sub {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 44px;
  text-wrap: pretty;
}
.hero-cta-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text-dim);
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.hero-scroll .line {
  width: 1px; height: 38px;
  background: linear-gradient(180deg, var(--ember) 0%, transparent 100%);
  animation: scroll-pulse 2.4s var(--ease-out) infinite;
}
@keyframes scroll-pulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.7); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); transform-origin: top; }
}

/* image-slot fills the hero photo layer */
image-slot { width: 100%; height: 100%; }

/* ─────────── LAVA glow layer (brand signature) ─────────── */
.lava-layer { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.lava-bg {
  position: absolute;
  top: -8%; height: 116%; width: 64%;
  pointer-events: none;
  opacity: 0.6;
  mix-blend-mode: screen;
  animation: lava-bg-pulse 9s ease-in-out infinite;
}
.lava-bg--l {
  left: -6%;
  background: radial-gradient(ellipse 78% 58% at 22% 12%, rgba(255,150,40,0.42) 0%, rgba(232,90,20,0.22) 20%, rgba(140,30,0,0.08) 42%, rgba(12,9,5,0) 62%);
}
.lava-bg--r {
  right: -6%;
  background: radial-gradient(ellipse 78% 58% at 78% 12%, rgba(255,150,40,0.42) 0%, rgba(232,90,20,0.22) 20%, rgba(140,30,0,0.08) 42%, rgba(12,9,5,0) 62%);
  animation-delay: -4.5s;
}
@keyframes lava-bg-pulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.72; transform: scale(1.05); }
}
canvas.lava {
  position: absolute;
  top: -4%; height: 108%;
  width: 46%;
  opacity: 0.8;
  pointer-events: none;
}
canvas.lava[data-side="left"]  { left: -8%; }
canvas.lava[data-side="right"] { right: -8%; }

/* ─────────── HERO LOGO (animated brand mark) ─────────── */
.hero-logo {
  display: block;
  width: clamp(220px, 30vw, 360px);
  height: auto;
  margin: 0 auto 30px;
  filter: drop-shadow(0 0 24px rgba(255,160,60,0.38)) drop-shadow(0 0 60px rgba(232,90,20,0.20));
  animation: logo-glow 5s ease-in-out infinite;
}
@keyframes logo-glow {
  0%, 100% { filter: drop-shadow(0 0 20px rgba(255,160,60,0.30)) drop-shadow(0 0 48px rgba(232,90,20,0.16)); }
  50% { filter: drop-shadow(0 0 30px rgba(255,170,70,0.5)) drop-shadow(0 0 76px rgba(232,90,20,0.28)); }
}

/* ─────────── HERO entrance (signals craft) ─────────── */
@media (prefers-reduced-motion: no-preference) {
  .hero-rise { opacity: 0; transform: translateY(18px); animation: hero-rise 1s var(--ease-out) forwards; }
  .hero-rise.d1 { animation-delay: 0.15s; }
  .hero-rise.d2 { animation-delay: 0.32s; }
  .hero-rise.d3 { animation-delay: 0.50s; }
  .hero-rise.d4 { animation-delay: 0.68s; }
  @keyframes hero-rise { to { opacity: 1; transform: none; } }
}

/* ─────────── PAGE HEADER (inner pages) ─────────── */
.page-head {
  position: relative;
  padding: 180px 28px 70px;
  text-align: center;
  overflow: hidden;
}
.page-head::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 0%, var(--ember-faint) 0%, rgba(12,9,5,0) 60%);
  pointer-events: none;
}
.page-head .eyebrow {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 18px;
}
.page-head h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(34px, 5.5vw, 60px);
  line-height: 1.1;
  color: #fbf1de;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
  text-wrap: balance;
}
.page-head p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
  text-wrap: pretty;
}

/* ─────────── SECTIONS ─────────── */
.section { position: relative; padding: 80px 28px; }
.section-inner { max-width: var(--container-max); margin: 0 auto; }
.section-tinted { background: linear-gradient(180deg, rgba(23,18,10,0.5) 0%, rgba(12,9,5,0) 100%); }
.section-label {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--ember);
  text-align: center;
  margin-bottom: 14px;
}
.section-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  color: #fbf1de;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
  text-wrap: balance;
}
.section-sub {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
  text-align: center;
  max-width: 580px;
  margin: 0 auto 56px;
  text-wrap: pretty;
}

/* ─────────── FOOTER ─────────── */
.footer {
  border-top: 1px solid var(--border-faint);
  padding: 56px 28px 40px;
  text-align: center;
  background: var(--bg-surface-1);
}
.footer-inner { max-width: var(--container-max); margin: 0 auto; }
.footer-brand { display: inline-flex; margin-bottom: 16px; }
.footer-brand img { height: 30px; opacity: 0.9; }
.footer-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--ember-bright);
  margin-bottom: 28px;
}
.footer-nav {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.footer-nav a {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color var(--t-fast);
}
.footer-nav a:hover { color: var(--ember-bright); }
.footer-meta {
  font-size: 13px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 18px;
}
.footer-meta a { color: var(--text-primary); transition: color var(--t-fast); }
.footer-meta a:hover { color: var(--ember-bright); }
.footer-copy {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--text-dim);
}

/* ─────────── CTA BAND ─────────── */
.cta-band {
  position: relative;
  padding: 96px 28px;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 100% at 50% 0%, var(--ember-faint) 0%, rgba(12,9,5,0) 60%),
    var(--bg-base);
  border-top: 1px solid var(--border-faint);
}
.cta-band h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(28px, 4.5vw, 48px);
  line-height: 1.12;
  color: #fbf1de;
  margin-bottom: 18px;
  text-wrap: balance;
}
.cta-band p {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

/* ─────────── MOBILE ─────────── */
@media (max-width: 820px) {
  .nav { padding: 14px 18px; }
  .nav-links { gap: 16px; }
  .nav-link { display: none; }
  .nav-link.is-book { display: inline-flex; }
  .hero-inner { padding: 120px 22px 110px; }
  .page-head { padding: 130px 20px 50px; }
  .section { padding: 56px 20px; }
  .cta-band { padding: 64px 20px; }
}
@media (max-width: 480px) {
  .btn-lg { padding: 16px 34px; }
  .hero-eyebrow { letter-spacing: 0.3em; margin-bottom: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}


/* ─────────── Language picker (shared) ─────────── */
.lang { position: relative; }
.lang summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-weight: 500; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); padding: 4px 0; transition: color var(--t-fast); }
.lang summary::-webkit-details-marker { display: none; }
.lang summary:hover { color: var(--text-primary); }
.lang-globe { font-size: 14px; opacity: 0.8; }
.lang-chev { font-size: 10px; opacity: 0.7; }
.lang-menu { position: absolute; top: calc(100% + 12px); right: 0; min-width: 188px; background: rgba(15,11,6,0.96); border: 1px solid var(--border-warm); border-radius: 14px; padding: 6px; box-shadow: 0 18px 46px rgba(0,0,0,0.55); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); display: flex; flex-direction: column; z-index: 80; }
.lang-menu a { padding: 10px 12px; border-radius: 8px; font-family: var(--font-body); font-size: 13px; font-weight: 500; color: var(--text-muted); transition: background var(--t-fast), color var(--t-fast); }
.lang-menu a:hover { background: var(--ember-faint); color: var(--ember-bright); }
.lang-menu a.is-active { color: var(--ember-bright); }
.reviews-grid:empty { display: none; }
@media (max-width: 820px) { .lang { display: none; } }


/* ─────────── Mobile nav drawer (pure-CSS hamburger) ─────────── */
.nav-toggle-cb { display: none; }
.nav-burger { display: none; }
.nav-scrim { display: none; }
@media (max-width: 820px) {
  .nav-burger {
    display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
    width: 42px; height: 42px; margin-left: 4px; cursor: pointer;
    border: 1px solid var(--border-faint); border-radius: 11px; background: rgba(23,18,10,0.5);
  }
  .nav-burger span { width: 18px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: transform var(--t-fast), opacity var(--t-fast); }
  .nav-toggle-cb:checked ~ .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle-cb:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .nav-toggle-cb:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .nav-scrim { display: block; position: fixed; inset: 0; background: rgba(0,0,0,0.55); opacity: 0; pointer-events: none; transition: opacity 280ms var(--ease-out); z-index: 65; }
  .nav-toggle-cb:checked ~ .nav-scrim { opacity: 1; pointer-events: auto; }

  .nav-drawer {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(82vw, 320px);
    transform: translateX(100%); transition: transform 300ms var(--ease-out);
    background: rgba(15,11,6,0.98); border-left: 1px solid var(--border-warm);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    padding: 88px 28px 32px; display: flex; flex-direction: column; gap: 2px;
    z-index: 70; box-shadow: -22px 0 64px rgba(0,0,0,0.55);
  }
  .nav-toggle-cb:checked ~ .nav-drawer { transform: translateX(0); }
  .nav-drawer > a { font-family: var(--font-display); font-size: 20px; color: #fbf1de; padding: 15px 0; border-bottom: 1px solid var(--border-faint); letter-spacing: 0.02em; }
  .nav-drawer > a.is-active { color: var(--ember-bright); }
  .nav-drawer-lang { margin-top: 24px; }
  .nav-drawer-lang-lbl { font-family: var(--font-display); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ember); margin-bottom: 12px; }
  .nav-drawer-langs { display: flex; flex-wrap: wrap; gap: 8px; }
  .nav-drawer-langs a { font-family: var(--font-body); font-size: 13px; font-weight: 500; color: var(--text-muted); padding: 8px 14px; border: 1px solid var(--border-faint); border-radius: 999px; }
  .nav-drawer-langs a.is-active { border-color: var(--ember); color: var(--ember-bright); }
  .nav-drawer-book { margin-top: 26px; text-align: center; }
}
@media (min-width: 821px) { .nav-drawer, .nav-scrim, .nav-burger { display: none !important; } }

/* ── Language picker (reused from landing.css; mounted via #lang-picker-slot by landing-i18n.js renderPicker) ── */
.land-lang-wrap {
  position: relative;
  z-index: 50;
  font-family: 'Lato', sans-serif;
}
.land-lang-wrap--floating {
  position: fixed;
  top: 18px; right: 18px;
  z-index: 200;
}
.land-lang-wrap--inline {
  position: relative;
  display: inline-block;
}
.land-lang-trigger {
  -webkit-appearance: none; appearance: none;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 12px;
  background: rgba(15,10,5,0.78);
  border: 1px solid rgba(198,134,84,0.45);
  border-radius: 999px;
  color: var(--gold);
  font-family: 'Lato', sans-serif;
  font-size: 12px; letter-spacing: 2px; font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all .18s;
}
.land-lang-trigger:hover { background: rgba(198,134,84,0.14); }
.land-lang-flag { font-size: 18px; line-height: 1; }
.land-lang-code { letter-spacing: 2px; }
.land-lang-chev { font-size: 10px; opacity: 0.7; transition: transform .15s; }
.land-lang-wrap.is-open .land-lang-chev { transform: rotate(180deg); }

.land-lang-menu {
  position: absolute; top: calc(100% + 8px); right: 0;
  min-width: 200px;
  background: rgba(15,10,5,0.95);
  border: 1px solid rgba(198,134,84,0.45);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.55);
  padding: 6px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: fadeInLang .2s ease;
}
@keyframes fadeInLang { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.land-lang-opt {
  -webkit-appearance: none; appearance: none;
  display: flex; align-items: center; gap: 10px;
  width: 100%;
  padding: 10px 12px;
  background: transparent; border: 0;
  color: var(--text);
  font-family: 'Lato', sans-serif;
  font-size: 13px; font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  transition: background .12s, color .12s;
}
.land-lang-opt:hover { background: rgba(198,134,84,0.14); color: var(--gold); }
.land-lang-opt.is-active { background: rgba(198,134,84,0.18); color: var(--gold); }
.land-lang-opt .land-lang-flag { font-size: 18px; }
.land-lang-opt .land-lang-name { font-size: 13px; letter-spacing: 0.4px; font-weight: 600; }

@media (max-width: 640px) {
  .land-lang-wrap--floating { top: 12px; right: 12px; }
  .land-lang-trigger { padding: 7px 10px; font-size: 11px; }
  .land-lang-code { display: none; }
  .land-lang-chev { display: none; }
}

/* ── Legal pages (/privacy, /terms) prose — moved from landing.css so the legal pages run on site.css with the new nav ── */
/* ═══════════════════════════════════════════════
   LEGAL PAGES (/privacy, /terms) — prose container
   Reuses landing tokens; readable measure on the dark theme.
   ═══════════════════════════════════════════════ */
.legal { padding: 132px 20px 80px; position: relative; z-index: 2; }
.legal-inner { max-width: 760px; margin: 0 auto; }
.legal .section-label { text-align: left; }
.legal-title { font-family: 'Fraunces', serif; font-weight: 400; font-size: clamp(30px, 5vw, 46px); color: var(--white); letter-spacing: 1px; margin-bottom: 8px; }
.legal-updated { font-family: 'Lato', sans-serif; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--dim); margin-bottom: 32px; }
.legal p { font-family: 'Lato', sans-serif; font-size: 15px; line-height: 1.75; color: var(--muted); margin-bottom: 16px; }
.legal h2 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 20px; color: var(--gold); letter-spacing: 0.5px; margin: 34px 0 12px; }
.legal ul { list-style: none; margin: 0 0 16px; padding: 0; }
.legal li { position: relative; font-family: 'Lato', sans-serif; font-size: 15px; line-height: 1.7; color: var(--muted); padding-left: 20px; margin-bottom: 10px; }
.legal li::before { content: '·'; position: absolute; left: 4px; top: -1px; color: var(--gold); font-weight: 700; }
.legal strong { color: var(--text); font-weight: 700; }
.legal a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(198,134,84,0.3); transition: color .2s, border-color .2s; }
.legal a:hover { color: var(--gold2); border-color: var(--gold2); }
.legal-foot { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border); font-size: 13px; }
@media (max-width: 640px) {
  .legal { padding: 104px 16px 56px; }
  .legal h2 { font-size: 18px; margin-top: 28px; }
  .legal p, .legal li { font-size: 14px; }
}
