/* ============================================================
   MindBodyInMotion — Global Stylesheet
   Type system:
     - Switzer (sans, primary)        → body, nav, buttons, H1
     - Spectral (serif, editorial)    → H2/H3, pull quotes, italic accents
     - IBM Plex Mono (mono, technical)→ eyebrows, labels, datums, captions
   Tao Calma blocks scope back to Cormorant Garamond + DM Sans + Crimson Pro
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=IBM+Plex+Mono:ital,wght@0,300;0,400;0,500;1,400&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300;1,9..40,400&family=DM+Serif+Display:ital@0;1&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Crimson+Pro:ital,wght@0,300;0,400;1,300;1,400&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=switzer@300,400,500,600,700&display=swap');

/* ── Variables ── */
:root {
  /* New palette — see docs/2026-05-10-color-palette-design.md */
  --cream:         #f6f1e6;  /* page background, primary surface */
  --atlantic:      #5b8fa6;  /* primary accent, logo blue, links */
  --atlantic-deep: #3f6f86;  /* AA-safe variant for body links on cream */
  --sage:          #6f8a73;  /* secondary accent, eyebrows, healing */
  --sage-deep:     #4f6856;  /* AA-safe variant for body eyebrows on cream */
  --ink:           #2d3940;  /* text + footer + dark anchor sections */
  --terra:         #b85c3a;  /* warm spark — primary CTA only (~5%) */

  /* Legacy aliases — same value as new tokens, keeps existing inline styles
     in pages working without per-page edits. Migrate to new tokens over time. */
  --ocean:    var(--cream);  /* was #0d1f2d (dark navy) */
  --forest:   var(--ink);    /* was #2d4a3e (dark green) */
  --sand:     var(--ink);    /* was #f2ede4 (cream — was text-on-dark) */

  --font-body:    'Switzer', system-ui, sans-serif;
  --font-display: 'Spectral', Georgia, serif;
  --font-mono:    'IBM Plex Mono', ui-monospace, SFMono-Regular, monospace;
}

/* ── Tao Calma scope ── preserve Tao Calma brand typography
   inside any block marked as a Tao Calma surface. Cormorant + DM Sans
   + Crimson Pro mirror taocalma.com. */
.tao-calma-hero,
.tao-calma-scope {
  --font-body:    'DM Sans', system-ui, sans-serif;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-mono:    'DM Sans', system-ui, sans-serif;
  font-family:    var(--font-body);
}
.tao-calma-hero em,
.tao-calma-hero i,
.tao-calma-scope em,
.tao-calma-scope i {
  font-family: 'Crimson Pro', Georgia, serif;
}

/* ── Theme overrides — hi-c (high-contrast accessibility) ── */
:root[data-theme="hi-c"] {
  --cream:         #fbf7ec;
  --atlantic:      #2c5d75;
  --atlantic-deep: #1f4860;
  --sage:          #3d5e44;
  --sage-deep:     #2c4632;
  --ink:           #1a2228;
  --terra:         #8e3e22;
  --ocean:    var(--cream);
  --forest:   var(--ink);
  --sand:     var(--ink);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── Global image rounding ──
   All content images get 6px rounded corners.
   Excluded: full-bleed hero backgrounds (.hero-img) and gallery images
   (matched by /gallery/ in src). Inline border-radius on individual <img>
   tags (e.g. testimonial avatars at 50%) wins by specificity. */
img { border-radius: 6px; }
.hero-img,
img[src*="/gallery/"] { border-radius: 0; }
html {
  scroll-behavior: smooth;
  font-size: calc(16px * var(--user-font-scale, 1));
}
body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--sand);
  background: var(--ocean);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Mobile hero-image cropping — keep the silhouette in frame on narrow
   screens. Inline `object-position` on each <img> handles desktop;
   below 768px we override so the right-positioned silhouettes
   (HERO/martial-arts/Start here) stay visible, and centred group
   shots (Workshop) don't crop Bastiaan out.
   Note: separate class names from existing `.hero-bg` / `.hero-overlay`
   on the homepage wrapper to avoid inheriting position:fixed/z-index:-1. */
@media (max-width: 768px) {
  .hero-img { object-position: 75% center !important; }
  .hero-img.hero-img-center { object-position: center center !important; }

  /* Lighter hero overlay on mobile so the silhouette shows through.
     Desktop overlays (vertical on start-here, horizontal on workshops/
     index) work great at 1280px+ but are too dim/asymmetric at 390px.
     Replace with a softer top-down dim that keeps text legible
     (heavier toward bottom where copy sits) and lets the photo show. */
  .hero-dim {
    background: linear-gradient(
      to bottom,
      rgba(45,57,64,0.45) 0%,
      rgba(45,57,64,0.4) 45%,
      rgba(45,57,64,0.7) 100%
    ) !important;
  }

  /* Solid header on mobile so the eyebrow + h1 don't bleed through
     the logo at the top of the homepage hero. */
  .site-header { background: var(--cream); }

  /* Homepage hero: switch from height:100vh + center alignment to a
     padded auto-height block so the copy sits comfortably below the
     header instead of being centred up against it. */
  .hero-fullscreen {
    height: auto !important;
    min-height: 100vh;
    align-items: flex-start !important;
    padding-top: 5.5rem !important;
    padding-bottom: 3rem !important;
  }

  /* The credentials strip (Wereldkampioen Tang Soo Do · White Tiger
     Qigong · …) is helpful context on desktop; on mobile the same
     info is already on the identity chip and pushes the hero into
     a wall of text. Hide it on narrow screens. */
  .hero-credentials { display: none !important; }
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── Typography ── */
h1 {
  font-family: var(--font-body) !important;
  font-weight: 300;
  line-height: 1.05;
}
h2 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.2;
}
h3 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.3;
}
p { line-height: 1.7; }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--terra);
}

.font-display { font-family: var(--font-display); }
.font-body    { font-family: var(--font-body); }

/* ── Container ── */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1024px) {
  .container { padding: 0 3rem; }
}

/* ── Buttons ── */
.btn-primary {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  background: var(--terra);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-primary:hover { background: #d6764e; transform: scale(1.05); }

/* Blue variant for buttons on cream sections — atlantic-deep instead of terra */
.btn-primary.btn-primary-blue { background: var(--atlantic-deep); }
.btn-primary.btn-primary-blue:hover { background: var(--atlantic); }

.btn-outline {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(45,57,64,0.4);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-outline:hover { border-color: var(--ink); color: var(--ink); transform: scale(1.05); }

/* Light variant for outline buttons on dark sections (hero photo, ink sections) */
.btn-outline.btn-outline-light {
  color: var(--cream);
  border-color: rgba(246,241,230,0.4);
}
.btn-outline.btn-outline-light:hover {
  border-color: var(--cream);
  color: var(--cream);
}

.btn-outline-forest {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(45,57,64,0.5);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-outline-forest:hover { border-color: var(--ink); background: rgba(45,57,64,0.08); transform: scale(1.05); }

/* Accordion-row hover — applies to .ww-btn (personal-training method),
   .method-trigger (workshops/index foundation), and FAQ buttons. Subtle row
   tint + title slides 4px right + the +/- icon scales up and warms to terra. */
.ww-btn,
.method-trigger,
button[onclick^="toggleFaq"] {
  transition: background-color 0.2s ease;
}
.ww-btn:hover,
.method-trigger:hover,
button[onclick^="toggleFaq"]:hover {
  background-color: rgba(111,138,115,0.06);              /* sage tint ipv forest */
}
.ww-btn > *:first-child,
.method-trigger > *:first-child,
button[onclick^="toggleFaq"] > *:first-child {
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ww-btn:hover > *:first-child,
.method-trigger:hover > *:first-child,
button[onclick^="toggleFaq"]:hover > *:first-child {
  transform: translateX(4px);
}
.ww-arrow,
.method-icon,
.faq-icon {
  display: inline-block;
  transition: transform 0.2s ease, color 0.2s ease;
}
.ww-btn:hover .ww-arrow,
.method-trigger:hover .method-icon,
button[onclick^="toggleFaq"]:hover .faq-icon {
  transform: scale(1.25);
  color: var(--atlantic) !important;                     /* atlantic ipv terra-light */
}

/* Soft hero hyperlinks — small underlined links under the CTAs (WhatsApp, free reset, etc.).
   Inline color stays for the resting state; hover lifts to terra and scales subtly. */
.hero-soft-link {
  display: inline-block;
  transition: color 0.25s ease,
              text-decoration-color 0.25s ease,
              text-decoration-thickness 0.25s ease,
              text-underline-offset 0.25s ease,
              transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: left center;
  text-decoration-thickness: 1px;
}
.hero-soft-link:hover {
  color: #d27a52 !important;          /* lighter terra glow */
  text-decoration-color: #d27a52;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transform: translateX(3px);
}

/* Body-text links — applies inside .blog-content automatically, and via the
   .text-link utility class for inline text anchors outside blog body (author
   block, "back to articles", etc.). Hover: warm to terra + small grow.
   !important on color overrides per-link inline color styles. */
.blog-content a,
.text-link {
  display: inline-block;
  transform-origin: left center;
  transition: color 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.blog-content a:hover,
.text-link:hover {
  color: var(--terra) !important;
  transform: scale(1.05);
}

/* ── Navigation ── */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--cream);                                  /* solid cream — A direction */
  transition: background 0.4s, box-shadow 0.4s;
}
.site-header.scrolled,
.site-header.solid {
  background: var(--cream);
  box-shadow: 0 1px 0 rgba(45,57,64,0.08);                   /* subtle ink-tint divider */
}

/* Header logo override — switches inline SVG "MindBody" text from cream to ink
   so it reads on the new cream header. Footer logo (.footer-logo) is untouched —
   keeps cream MindBody on ink-bg footer. */
.nav-logo svg text:first-of-type { fill: var(--ink) !important; }
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
@media (min-width: 1024px) {
  .nav-inner { padding: 0 3rem; }
}

.nav-logo img { height: 36px; width: auto; }

/* Logo hover — gentle scale up in header and footer */
.nav-logo,
.footer-logo {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: left center;
  will-change: transform;
}
.nav-logo:hover,
.footer-logo:hover {
  transform: scale(1.06);
}

.nav-links {
  display: none;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .nav-links { display: flex; }
}

.nav-link {
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(45,57,64,0.78);                            /* ink/78 op cream */
  transition: color 0.2s;
  white-space: nowrap;
  position: relative;
}
.nav-link:hover { color: var(--ink); }                    /* hover = vol ink */
.nav-link.active { color: var(--atlantic-deep); }         /* active = deep atlantic (AA op cream) */
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 2px;
  background: var(--atlantic);
  transition: width 0.2s;
}
.nav-link:hover::after,
.nav-link.active::after { width: 100%; }                  /* active krijgt ook onderlijn */

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.nav-dropdown-trigger svg {
  transition: transform 0.2s;
}
.nav-dropdown[data-open="true"] .nav-dropdown-trigger svg { transform: rotate(180deg); }

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);                                  /* visible card 12px onder header */
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  background: #ffffff;                                    /* white card — cleanste lift uit cream */
  border: 1px solid rgba(45,57,64,0.08);
  border-radius: 6px;                                      /* zachte hoeken */
  box-shadow: 0 18px 50px rgba(45,57,64,0.14);            /* soft ink shadow */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  padding-top: 14px; /* internal padding for content spacing */
  z-index: 200;
}

/* Invisible hover-bridge — fills the 12px gap above the menu so the mouse
   can move from trigger down to dropdown without leaving the hit-area. */
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
  z-index: 200;
}
.nav-dropdown[data-open="true"] .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* Desktop with mouse: open dropdown on hover so the trigger itself can
   stay a real link that navigates to the index page on click. */
@media (hover: hover) {
  .nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .nav-dropdown:hover .nav-dropdown-trigger svg {
    transform: rotate(180deg);
  }
}

.nav-dropdown-menu.workshops-menu {
  width: 520px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 0 1.5rem 1.5rem;
}
.nav-dropdown-menu.about-menu {
  width: 180px;
  padding: 0 0 0.5rem;
}
.phase-label {
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sage-deep);                                /* sage-deep op white */
  margin-bottom: 0.75rem;
}
.workshop-link {
  display: block;
  margin-bottom: 0.75rem;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.workshop-link:hover { transform: translateX(3px) scale(1.02); }
.workshop-link-title {
  font-size: 0.8rem;
  color: var(--ink);                                      /* ink op white */
  transition: color 0.15s;
}
.workshop-link:hover .workshop-link-title { color: var(--atlantic-deep); }
.workshop-link-sub {
  font-size: 0.65rem;
  color: rgba(45,57,64,0.5);
  transition: color 0.15s;
}
.workshop-link:hover .workshop-link-sub { color: rgba(45,57,64,0.7); }
.workshops-view-all {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(45,57,64,0.08);
  padding-top: 1rem;
  margin-top: 0.25rem;
  font-size: 0.7rem;
  color: var(--sage-deep);
  transition: color 0.15s, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.workshops-view-all:hover { color: var(--atlantic-deep); transform: translateX(4px); }
.about-menu a {
  display: block;
  padding: 0.6rem 1.25rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);                                      /* ink op white */
  transition: color 0.15s, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.about-menu a:hover { color: var(--atlantic-deep); transform: translateX(3px); }

/* Social icons in nav */
.nav-social {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(242,237,228,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(242,237,228,0.6);
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nav-social { color: rgba(45,57,64,0.6); border: 1px solid var(--terra); }
.nav-social:hover { background: rgba(184,92,58,0.08); color: var(--terra); border-color: var(--terra); transform: scale(1.15); }
/* Dark footer override — light icon on ink background */
footer .nav-social { color: rgba(246,241,230,0.7); }
footer .nav-social:hover { color: var(--terra); background: rgba(184,92,58,0.12); }

/* WhatsApp button in nav */
.nav-wa {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(91,143,166,0.6);                 /* atlantic accent */
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);                                       /* dark icon on cream header */
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nav-wa:hover { background: var(--atlantic); border-color: var(--atlantic); color: var(--cream); transform: scale(1.15); }

.nav-divider {
  width: 1px; height: 16px;
  background: rgba(45,57,64,0.15);
}

/* Hamburger */
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) { .hamburger { display: none; } }
.hamburger span {
  display: block;
  width: 24px; height: 1px;
  background: var(--ink);                                  /* dark icon on cream header */
  transition: transform 0.3s, opacity 0.3s;
}
.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); }

/* ── Language switcher (injected by initLanguageSwitcher in main.js) ── */
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
/* Default: header context — ink-tint on cream */
.lang-switch-link {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(45, 57, 64, 0.6);                           /* ink/60 op cream — leesbaar */
  transition: color 0.2s;
  text-decoration: none;
}
.lang-switch-link.active { color: var(--ink); font-weight: 600; }
.lang-switch-link:hover  { color: var(--atlantic-deep); }
.lang-switch-sep {
  color: rgba(45, 57, 64, 0.35);
  font-size: 0.65rem;
  user-select: none;
}

/* Footer placement: cream-tint on ink-bg footer */
.lang-switch-footer {
  padding-right: 1rem;
  border-right: 1px solid rgba(246, 241, 230, 0.1);
  margin-right: 0.25rem;
}
.lang-switch-footer .lang-switch-link        { color: rgba(246, 241, 230, 0.4); }
.lang-switch-footer .lang-switch-link.active { color: rgba(246, 241, 230, 0.85); }
.lang-switch-footer .lang-switch-link:hover  { color: var(--atlantic); }
.lang-switch-footer .lang-switch-sep         { color: rgba(246, 241, 230, 0.2); }

/* Mobile menu version: a touch larger and centred above the nav links */
.lang-switch-mobile {
  margin: 0 auto 1rem;
  font-size: 0.85rem;
}
.lang-switch-mobile .lang-switch-link { font-size: 0.85rem; }
/* (Old data-theme="light" overrides removed — light is now default.) */

/* ── Mobile menu ── */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--cream);                                /* consistent met cream header */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* `safe center` keeps the menu vertically centred when it fits, but
     falls back to flex-start when an opened submenu makes the content
     taller than the viewport — preventing items from being clipped
     behind the fixed logo. */
  justify-content: safe center;
  gap: 2rem;
  padding: 5.5rem 1.5rem 3rem;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-link {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-style: italic;
  color: var(--ink);
  transition: color 0.2s;
  text-align: center;
}
.mobile-menu-link:hover { color: var(--atlantic-deep); }

.mobile-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.mobile-sub a {
  font-size: 0.9rem;
  color: rgba(45,57,64,0.6);
  transition: color 0.15s;
}
.mobile-sub a:hover { color: var(--atlantic-deep); }
.mobile-expand-btn {
  background: none;
  border: none;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-style: italic;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s;
}
.mobile-expand-btn:hover { color: var(--atlantic-deep); }

/* ── Hero ── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: right center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(22,40,64,0.55) 0%, rgba(22,40,64,0.45) 50%, rgba(22,40,64,0.75) 100%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.hero-copy { max-width: 560px; flex-shrink: 0; }

.hero-chip {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) { .hero-chip { display: none; } }
.hero-chip-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(242,237,228,0.15);
  flex-shrink: 0;
}
.hero-chip-avatar img { width: 100%; height: 100%; object-fit: cover; }

.credentials-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  align-items: center;
}
.credentials-strip span {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.72);
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.credentials-strip .dot { opacity: 0.4; }

/* ── Sections ── */
.section { padding: 7rem 0; }
.section-sm { padding: 4rem 0; }

.section-sand   { background: var(--sand); color: var(--forest); }
.section-forest { background: var(--forest); }
.section-ocean  { background: var(--ocean); }

/* ── Bullet list ── */
.bullet-list { display: flex; flex-direction: column; gap: 0.5rem; }
.bullet-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
}
.bullet-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--terra);
  flex-shrink: 0;
}

/* ── Services cards ── */
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
}
.service-card {
  display: flex;
  flex-direction: column;
  border-top: 3px solid var(--terra);
}
.service-card-atlantic { border-top-color: var(--atlantic); }
.service-card-body { padding: 2.5rem; flex: 1; display: flex; flex-direction: column; }

/* ── Testimonials ── */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) { .testimonials-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }

.testimonial-card {
  padding: 2rem;
  background: rgba(242,237,228,0.04);
  border: 1px solid rgba(242,237,228,0.08);
}
.testimonial-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(242,237,228,0.85);
  margin-bottom: 1rem;
}
.testimonial-name {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(242,237,228,0.5);
  letter-spacing: 0.04em;
}

/* ── Cards grid (who it's for, etc.) ── */
.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) { .cards-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .cards-grid { grid-template-columns: repeat(3, 1fr); } }

.card {
  padding: 2rem;
  background: rgba(242,237,228,0.04);
  border: 1px solid rgba(242,237,228,0.08);
}
.card-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: var(--sand);
}
.card-body { font-size: 0.9rem; color: rgba(242,237,228,0.55); line-height: 1.6; }

/* ── Blockquote ── */
.blockquote {
  border-left: 2px solid var(--terra);
  padding-left: 1.5rem;
}
.blockquote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--forest);
}
.blockquote-ocean p { color: var(--sand); }

/* ── Two-col layout ── */
.two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .two-col { grid-template-columns: 1fr 1fr; }
}
.two-col-img {
  position: relative;
  aspect-ratio: 3/4;
  max-height: 560px;
  overflow: hidden;
}
.two-col-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
}

/* ── Accordion / FAQ ── */
.accordion-item {
  border-bottom: 1px solid rgba(242,237,228,0.08);
}
.accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  background: none;
  border: none;
  color: var(--sand);
  font-family: var(--font-body);
  font-size: 0.95rem;
  text-align: left;
  cursor: pointer;
}
.accordion-trigger svg {
  flex-shrink: 0;
  transition: transform 0.2s;
  color: var(--terra);
}
.accordion-trigger.open svg { transform: rotate(180deg); }
.accordion-content {
  display: none;
  padding-bottom: 1.25rem;
  font-size: 0.9rem;
  color: rgba(242,237,228,0.6);
  line-height: 1.7;
}
.accordion-content.open { display: block; }

/* ── Pricing ── */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) { .pricing-grid { grid-template-columns: repeat(3, 1fr); } }
.pricing-card {
  padding: 2rem;
  border: 1px solid rgba(242,237,228,0.1);
  text-align: center;
}
.pricing-label { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(242,237,228,0.4); margin-bottom: 0.25rem; }
.pricing-sublabel { font-size: 0.8rem; color: rgba(242,237,228,0.35); margin-bottom: 1rem; }
.pricing-price { font-family: var(--font-display); font-size: 2rem; color: var(--sand); }

/* ── Intake form (5 steps) ── */
.intake-form { max-width: 640px; margin: 0 auto; }
.intake-steps {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.intake-step-dot {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  border: 1px solid rgba(242,237,228,0.15);
  color: rgba(242,237,228,0.3);
  flex-shrink: 0;
  transition: all 0.3s;
}
.intake-step-dot.done   { background: var(--terra); border-color: var(--terra); color: var(--sand); }
.intake-step-dot.active { background: rgba(196,113,74,0.15); border-color: var(--terra); color: var(--terra); font-weight: 600; }
.intake-step-line {
  flex: 1;
  height: 1px;
  background: rgba(242,237,228,0.1);
  margin: 0 0.5rem;
  transition: background 0.3s;
}
.intake-step-line.done { background: var(--terra); }

.intake-card {
  padding: 2.5rem;
  background: rgba(242,237,228,0.04);
  border: 1px solid rgba(242,237,228,0.08);
}
.intake-step-panel { display: none; }
.intake-step-panel.active { display: block; }

.form-field { margin-bottom: 1.5rem; }
.form-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: rgba(242,237,228,0.55);
  margin-bottom: 0.5rem;
}
.form-label .required { color: var(--terra); margin-left: 2px; }
.form-input,
.form-textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(242,237,228,0.2);
  color: var(--sand);
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 0.75rem 0;
  outline: none;
  transition: border-color 0.2s;
}
.form-input:focus,
.form-textarea:focus { border-color: var(--terra); }
.form-textarea {
  border: 1px solid rgba(242,237,228,0.2);
  padding: 0.75rem 1rem;
  resize: none;
  rows: 3;
}
.form-textarea:focus { border-color: var(--terra); }

.goal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 500px) { .goal-grid { grid-template-columns: 1fr 1fr; } }

.goal-btn,
.radio-btn {
  width: 100%;
  text-align: left;
  padding: 0.75rem 1rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  background: rgba(242,237,228,0.02);
  border: 1px solid rgba(242,237,228,0.12);
  color: rgba(242,237,228,0.5);
  cursor: pointer;
  transition: all 0.2s;
}
.goal-btn.selected,
.radio-btn.selected {
  border-color: var(--terra);
  background: rgba(196,113,74,0.12);
  color: var(--sand);
}
.goal-btn .check,
.radio-btn .check { color: var(--terra); font-size: 0.7rem; margin-right: 0.5rem; }

.intake-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(242,237,228,0.08);
}
.intake-back {
  background: none;
  border: none;
  color: rgba(242,237,228,0.4);
  font-family: var(--font-body);
  font-size: 0.85rem;
  cursor: pointer;
  transition: color 0.2s;
}
.intake-back:hover { color: var(--sand); }

/* Formspree contact form */
.contact-form { max-width: 560px; }
.contact-form .form-input,
.contact-form .form-textarea { display: block; }

/* ── Cookie banner ── */
.cookie-banner {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  max-width: 480px;
  background: var(--ocean);
  border: 1px solid rgba(196,113,74,0.2);
  padding: 1.25rem 1.5rem;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.cookie-banner.hidden { display: none; }
.cookie-text {
  font-size: 0.8rem;
  color: rgba(242,237,228,0.6);
  line-height: 1.6;
}
.cookie-actions { display: flex; gap: 0.75rem; }

/* ── Footer ── */
.site-footer {
  background: var(--ocean);
  color: rgba(242,237,228,0.6);
}
.footer-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(242,237,228,0.06);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}
.footer-logo { height: 28px; width: auto; margin-bottom: 1rem; }
.footer-links { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-link {
  font-size: 0.85rem;
  color: rgba(242,237,228,0.45);
  transition: color 0.2s;
  display: inline-block;
}
.footer-link:hover { color: #fff; }
.footer-tao {
  margin-top: 2rem;
  padding: 1rem;
  border: 1px solid rgba(196,113,74,0.2);
  background: rgba(196,113,74,0.05);
}
.footer-bottom {
  border-top: 1px solid rgba(242,237,228,0.08);
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}
.footer-bottom p { font-size: 0.75rem; color: rgba(242,237,228,0.25); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: 0.75rem; color: rgba(242,237,228,0.25); transition: color 0.2s; }
.footer-legal a:hover { color: #fff; }

/* ── Tao Calma pulsing dot ── */
.pulse-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--terra);
  animation: pulse 2s infinite;
  flex-shrink: 0;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

/* ── Tao Calma logo: breath + glow ── */
@keyframes tao-breathe {
  0%, 100% { transform: scale(1); opacity: 0.92; }
  50%      { transform: scale(1.05); opacity: 1; }
}
@keyframes tao-glow {
  0%, 100% { filter: drop-shadow(0 0 3px rgba(212, 165, 116, 0.18)); }
  50%      { filter: drop-shadow(0 0 18px rgba(212, 165, 116, 0.45)) drop-shadow(0 0 40px rgba(212, 165, 116, 0.12)); }
}
.tao-logo-breathe {
  transform-origin: center;
  animation: tao-breathe 6s ease-in-out infinite;
}
.tao-logo-glow {
  animation: tao-glow 6s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .tao-logo-breathe,
  .tao-logo-glow { animation: none; }
}

/* ── Fade in ── */
.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Directional fade variants */
.fade-in-left {
  opacity: 0;
  transform: translateX(-36px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-in-right {
  opacity: 0;
  transform: translateX(36px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-in-scale {
  opacity: 0;
  transform: scale(0.94) translateY(16px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-in-left.visible,
.fade-in-right.visible,
.fade-in-scale.visible {
  opacity: 1;
  transform: none;
}

/* Stagger delay helpers */
.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.25s; }
.delay-3 { transition-delay: 0.4s; }

/* ── Footer link hover: scale + terra color ── */
footer a.footer-link {
  display: inline-block;
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.2s ease, letter-spacing 0.3s ease;
  text-decoration: none;
}
footer a.footer-link:hover {
  transform: scale(1.08);
  color: #c4714a !important;
  letter-spacing: 0.02em;
}
@media (prefers-reduced-motion: reduce) {
  footer a.footer-link { transition: none !important; transform: none !important; letter-spacing: normal !important; }
}

/* ── Card hover (catches sand-tinted bg + border combos used as cards across the site) ── */
[style*="background:rgba(242,237,228"][style*="border:1px solid rgba(242,237,228"] {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
[style*="background:rgba(242,237,228"][style*="border:1px solid rgba(242,237,228"]:hover {
  background-color: rgba(242, 237, 228, 0.07) !important;
  border-color: rgba(196, 113, 74, 0.4) !important;
}
@media (prefers-reduced-motion: reduce) {
  [style*="background:rgba(242,237,228"][style*="border:1px solid rgba(242,237,228"] { transition: none; }
}

/* ── Hero entrance animation ── */
@keyframes heroIn {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-anim {
  opacity: 0;
  animation: heroIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hero-anim.d1 { animation-delay: 0.10s; }
.hero-anim.d2 { animation-delay: 0.25s; }
.hero-anim.d3 { animation-delay: 0.40s; }
.hero-anim.d4 { animation-delay: 0.55s; }
.hero-anim.d5 { animation-delay: 0.70s; }
.hero-anim.d6 { animation-delay: 0.85s; }

/* ── Hero portrait float ── */
@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}
.hero-portrait-float {
  animation: heroFloat 7s ease-in-out infinite;
}

/* ── Card hover lift ── */
.card-lift {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s ease,
              border-color 0.4s ease,
              background-color 0.4s ease !important;
}
.card-lift:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(45, 57, 64, 0.22);
}
/* Workshops card — sage-tinted hover (cream → soft sage-cream) */
.card-lift[style*="rgba(111,138,115"]:hover {
  border-color: rgba(111, 138, 115, 0.55) !important;
  background-color: #edf1e8 !important;
  box-shadow: 0 22px 50px rgba(111, 138, 115, 0.3) !important;
}
/* Personal Training card — atlantic-tinted hover (cream → soft atlantic-cream) */
.card-lift[style*="rgba(91,143,166"]:hover {
  border-color: rgba(91, 143, 166, 0.55) !important;
  background-color: #e9eff2 !important;
  box-shadow: 0 22px 50px rgba(91, 143, 166, 0.3) !important;
}

/* ── Path cards (Choose your path) — lift + soft shadow on hover ── */
.path-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s ease,
              border-color 0.3s ease,
              opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}
.path-card.fade-in-scale {
  /* preserve fade-in transition list while merging in card-lift props */
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s ease,
              border-color 0.3s ease;
}
.path-card.fade-in-scale.visible:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}
/* Border highlight + subtle accent-tinted overlay per accent color */
.path-card.fade-in-scale {
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s ease,
              border-color 0.3s ease,
              background-image 0.3s ease;
}
.path-card.fade-in-scale.visible[style*="rgba(196,113,74"]:hover {
  border-color: rgba(196, 113, 74, 0.85) !important;
  background-image: linear-gradient(rgba(196,113,74,0.09), rgba(196,113,74,0.09)) !important;
}
.path-card.fade-in-scale.visible[style*="rgba(91,143,166"]:hover {
  border-color: rgba(91, 143, 166, 0.85) !important;
  background-image: linear-gradient(rgba(91,143,166,0.12), rgba(91,143,166,0.12)) !important;
}
/* White-bg path cards (Workshops "Try it first") — visible cream→soft atlantic on hover */
.path-card[style*="background:#ffffff"]:hover,
.path-card[style*="background:#fff;"]:hover {
  background-color: #e9eff2 !important;
  background-image: none !important;
  border-color: rgba(91, 143, 166, 0.55) !important;
  box-shadow: 0 22px 50px rgba(91, 143, 166, 0.22) !important;
}
.path-card.fade-in-scale.visible[style*="rgba(45,74,62"]:hover {
  border-color: rgba(45, 74, 62, 0.7) !important;
  background-image: linear-gradient(rgba(45,74,62,0.07), rgba(45,74,62,0.07)) !important;
}
@media (prefers-reduced-motion: reduce) {
  .path-card { transition: none !important; }
  .path-card:hover { transform: none !important; }
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .fade-in, .fade-in-left, .fade-in-right, .fade-in-scale {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .hero-anim {
    opacity: 1 !important;
    animation: none !important;
  }
  .nav-logo svg path {
    animation: none !important;
  }
  .hero-portrait-float {
    animation: none !important;
  }
  .btn-primary, .btn-outline, .btn-outline-forest,
  .nav-social, .nav-wa, .workshop-link,
  .workshops-view-all, .about-menu a, .post-card, .card-lift {
    transition: background 0.2s, border-color 0.2s, color 0.2s !important;
  }
  .btn-primary:hover, .btn-outline:hover, .btn-outline-forest:hover,
  .nav-social:hover, .nav-wa:hover, .workshop-link:hover,
  .workshops-view-all:hover, .about-menu a:hover, .post-card:hover, .card-lift:hover {
    transform: none !important;
  }
}

/* ── Shorts carousel — lift + scale on hover ── */
.short-slot {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s ease !important;
}
.short-slot:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 24px 56px rgba(13, 31, 45, 0.28) !important;
}
@media (prefers-reduced-motion: reduce) {
  .short-slot { transition: none !important; }
  .short-slot:hover { transform: none !important; }
}

/* ── Credentials links (about page) — color shift + slight grow on hover ── */
#about-creds-grid a {
  display: inline-block;
  transform-origin: left center;
  transition: color 0.25s ease,
              text-decoration-color 0.25s ease,
              transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
#about-creds-grid a:hover {
  color: #c4714a !important;
  text-decoration-color: rgba(196, 113, 74, 0.9) !important;
  transform: scale(1.04);
}
@media (prefers-reduced-motion: reduce) {
  #about-creds-grid a { transition: color 0.2s ease !important; }
  #about-creds-grid a:hover { transform: none !important; }
}

/* ── Fundamentals cards (personal training) — slightly darker cream when open ── */
.fund-card {
  transition: background-color 0.3s ease;
}
.fund-card:hover {
  background-color: #efe9d9 !important;
}

/* ── Intake form card (personal training) — gentle lift on hover ── */
.intake-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28) !important;
  background-color: #fbf6e8 !important;
}

/* ── Contact form card — same hover pattern ── */
.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28) !important;
  background-color: #fbf6e8 !important;
}
@media (prefers-reduced-motion: reduce) {
  .fund-card { transition: none !important; }
}

/* ── Contact channels (contact page) — hover tint ── */
#channels-grid > a {
  transition: border-color 0.25s ease,
              transform 0.25s ease,
              background-color 0.25s ease !important;
}
#channels-grid > a:hover {
  background-color: rgba(45, 74, 62, 0.05);
}
@media (prefers-reduced-motion: reduce) {
  #channels-grid > a { transition: background-color 0.2s ease !important; }
}

/* ── Tao Calma program list (about) — hover tint + border highlight ── */
.tao-programs > div {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.tao-programs > div:hover {
  background-color: rgba(242, 237, 228, 0.04);
  border-color: rgba(196, 113, 74, 0.4) !important;
}
@media (prefers-reduced-motion: reduce) {
  .tao-programs > div { transition: none !important; }
}

/* ── Methods accordion (workshops) — hover tint ── */
.method-item,
.faq-item {
  transition: background-color 0.3s ease;
}
.method-item:hover,
.faq-item:hover {
  background-color: rgba(45, 74, 62, 0.04);
}
@media (prefers-reduced-motion: reduce) {
  .method-item,
  .faq-item { transition: none !important; }
}

/* ── Sticky bar (personal training) ── */
.sticky-bar {
  position: fixed;
  top: 80px;
  left: 0; right: 0;
  z-index: 80;
  background: rgba(22,40,64,0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(196,113,74,0.15);
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.sticky-bar-label {
  font-size: 0.75rem;
  color: rgba(242,237,228,0.5);
  letter-spacing: 0.04em;
}

/* ── Page hero (subpages) ── */
.page-hero {
  padding: 10rem 0 6rem;
  background: var(--ocean);
  position: relative;
}
.page-hero-img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.25; }
.page-hero .container { position: relative; z-index: 1; }

/* ── Blog / workshops grid ── */
.post-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 640px) { .post-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .post-grid { grid-template-columns: repeat(3, 1fr); } }

.post-card {
  padding: 2rem;
  background: rgba(242,237,228,0.04);
  border: 1px solid rgba(242,237,228,0.08);
  transition: border-color 0.2s, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.post-card:hover { border-color: rgba(196,113,74,0.3); transform: scale(1.02); }
.post-date { font-size: 0.7rem; color: rgba(242,237,228,0.35); margin-bottom: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; }
.post-title { font-family: var(--font-display); font-size: 1.15rem; color: var(--sand); margin-bottom: 0.75rem; line-height: 1.4; }
.post-excerpt { font-size: 0.85rem; color: rgba(242,237,228,0.5); line-height: 1.6; margin-bottom: 1.25rem; }
.post-read-more { font-size: 0.75rem; color: var(--terra); letter-spacing: 0.06em; }

/* ── Article body ── */
.article-body { max-width: 720px; margin: 0 auto; }
.article-body h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 2.5rem 0 1rem; color: var(--sand); }
.article-body p { margin-bottom: 1.25rem; color: rgba(242,237,228,0.7); font-size: 1rem; line-height: 1.8; }
.article-body ul { margin-bottom: 1.25rem; padding-left: 1.5rem; }
.article-body ul li { margin-bottom: 0.5rem; color: rgba(242,237,228,0.7); }
.article-body blockquote {
  border-left: 2px solid var(--terra);
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin: 2rem 0;
}
.article-body blockquote p { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--sand); }

/* ── Compass icon (SVG) ── */
.compass-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Utilities ── */
.text-terra { color: var(--terra); }
.text-sand  { color: var(--sand); }
.italic { font-style: italic; }
.text-center { text-align: center; }
.mt-2  { margin-top: 0.5rem; }
.mt-4  { margin-top: 1rem; }
.mt-6  { margin-top: 1.5rem; }
.mt-8  { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mb-2  { margin-bottom: 0.5rem; }
.mb-4  { margin-bottom: 1rem; }
.mb-6  { margin-bottom: 1.5rem; }
.mb-8  { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.hidden { display: none; }

/* ============================================================
   THEME PANEL — gear button + popover (Dark / Light / Hi-C + font scale)
   ============================================================ */

.settings-wrap { position: relative; display: inline-flex; align-items: center; }
.settings-toggle {
  background: transparent;
  border: 1px solid rgba(196, 113, 74, 0.4);
  color: rgba(242, 237, 228, 0.7);
  width: 34px; height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.settings-toggle:hover,
.settings-toggle[aria-expanded="true"] {
  color: var(--terra);
  border-color: var(--terra);
  background: rgba(196, 113, 74, 0.1);
}

.settings-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: 280px;
  background: #f6efe1;
  border: 1px solid rgba(168, 89, 59, 0.4);
  border-radius: 6px;
  padding: 1.25rem 1.25rem 1rem;
  box-shadow: 0 18px 44px rgba(168, 89, 59, 0.18);
  z-index: 200;
  font-family: var(--font-body);
  color: #1d2a36;
}
.settings-panel[hidden] { display: none; }

.settings-row { margin-bottom: 1.1rem; }
.settings-row:last-of-type { margin-bottom: 0.85rem; }
.settings-label {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(168, 89, 59, 0.8);
  margin-bottom: 0.55rem;
  font-weight: 500;
}

.settings-themes { display: flex; gap: 0.4rem; }
.settings-theme {
  flex: 1;
  padding: 0.5rem 0.4rem;
  background: transparent;
  border: 1px solid rgba(168, 89, 59, 0.32);
  color: rgba(29, 42, 54, 0.78);
  font-family: var(--font-body);
  font-size: 0.72rem;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  letter-spacing: 0.04em;
}
.settings-theme:hover {
  border-color: var(--terra);
  color: #1d2a36;
}
.settings-theme[aria-checked="true"] {
  background: var(--terra);
  border-color: var(--terra);
  color: #f6efe1;
  font-weight: 600;
}

.settings-slider-row { display: flex; align-items: center; gap: 0.85rem; }
.settings-slider-row input[type="range"] {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: linear-gradient(to right, var(--terra) 0%, var(--terra) var(--fill, 28%), rgba(29, 42, 54, 0.15) var(--fill, 28%), rgba(29, 42, 54, 0.15) 100%);
  border-radius: 2px;
  cursor: pointer;
  outline: none;
}
.settings-slider-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f6efe1;
  border: 2px solid var(--terra);
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(168, 89, 59, 0.25);
}
.settings-slider-row input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f6efe1;
  border: 2px solid var(--terra);
  cursor: pointer;
}
.settings-percent {
  font-size: 0.72rem;
  color: var(--terra);
  min-width: 38px;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.settings-reset {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.55rem;
  background: transparent;
  border: 1px solid rgba(29, 42, 54, 0.2);
  color: rgba(29, 42, 54, 0.7);
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  border-radius: 6px;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}
.settings-reset:hover {
  border-color: var(--terra);
  color: var(--terra);
  background: rgba(196, 113, 74, 0.08);
}

/* Mobile: settings panel inside mobile menu becomes static */
@media (max-width: 900px) {
  .mobile-menu .settings-wrap { display: inline-flex; margin-top: 1rem; }
  .mobile-menu .settings-panel {
    position: static;
    width: 100%;
    max-width: 280px;
    margin-top: 0.75rem;
    margin-inline: auto;
  }
}

/* ── Floating actions (WhatsApp + settings, bottom-right) ── */
.floating-actions {
  position: fixed;
  bottom: calc(1.5rem + var(--sticky-bar-lift, 0px));
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  z-index: 90;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              bottom 0.35s ease;
}
.floating-actions.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.floating-btn,
.floating-actions .settings-toggle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(13, 31, 45, 0.88);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(196, 113, 74, 0.5);
  color: rgba(242, 237, 228, 0.88);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
              background-color 0.25s ease,
              border-color 0.25s ease,
              color 0.25s ease;
}
.floating-btn:hover,
.floating-actions .settings-toggle:hover,
.floating-actions .settings-toggle[aria-expanded="true"] {
  transform: scale(1.07);
  background: var(--terra);
  border-color: var(--terra);
  color: #fff;
}
.floating-actions .settings-panel {
  top: auto;
  bottom: calc(100% + 14px);
  right: 0;
  transform-origin: bottom right;
}
@media (max-width: 600px) {
  .floating-actions {
    bottom: calc(1rem + var(--sticky-bar-lift, 0px));
    right: 1rem;
    gap: 0.5rem;
  }
  .floating-btn,
  .floating-actions .settings-toggle {
    width: 44px;
    height: 44px;
  }
}
:root[data-theme="light"] .floating-btn,
:root[data-theme="light"] .floating-actions .settings-toggle {
  background: rgba(246, 239, 225, 0.92);
  border-color: rgba(168, 89, 59, 0.5);
  color: rgba(29, 42, 54, 0.85);
  box-shadow: 0 8px 22px rgba(168, 89, 59, 0.18);
}
:root[data-theme="light"] .floating-btn:hover,
:root[data-theme="light"] .floating-actions .settings-toggle:hover,
:root[data-theme="light"] .floating-actions .settings-toggle[aria-expanded="true"] {
  background: var(--terra);
  border-color: var(--terra);
  color: #f6efe1;
}

/* ============================================================
   LIGHT THEME OVERRIDES — warm editorial cream
   Soft dark text, terra-warm card tints, paper-feel body bg.
   ============================================================ */

/* Body: warm cream with a subtle radial vignette for paper feel */
:root[data-theme="light"] body {
  color: #1d2a36;
  background: #f6efe1
              radial-gradient(ellipse at top, rgba(196, 113, 74, 0.05) 0%, transparent 55%)
              fixed;
}

/* Sand / cream text → soft warm-dark (not pure ocean — softer on eyes) */
:root[data-theme="light"] [style*="color:#f2ede4"],
:root[data-theme="light"] [style*="color: #f2ede4"],
:root[data-theme="light"] [style*="color:var(--cream)"],
:root[data-theme="light"] [style*="color: var(--cream)"],
:root[data-theme="light"] [style*="color:#f6f1e6"],
:root[data-theme="light"] [style*="color: #f6f1e6"] { color: #1d2a36 !important; }

/* Muted sand text → muted warm-dark */
:root[data-theme="light"] [style*="color:rgba(242,237,228,0.25)"] { color: rgba(29, 42, 54, 0.5)  !important; }
:root[data-theme="light"] [style*="color:rgba(242,237,228,0.3)"]  { color: rgba(29, 42, 54, 0.55) !important; }
:root[data-theme="light"] [style*="color:rgba(242,237,228,0.4)"]  { color: rgba(29, 42, 54, 0.6)  !important; }
:root[data-theme="light"] [style*="color:rgba(242,237,228,0.5)"]  { color: rgba(29, 42, 54, 0.65) !important; }
:root[data-theme="light"] [style*="color:rgba(242,237,228,0.55)"] { color: rgba(29, 42, 54, 0.68) !important; }
:root[data-theme="light"] [style*="color:rgba(242,237,228,0.6)"]  { color: rgba(29, 42, 54, 0.72) !important; }
:root[data-theme="light"] [style*="color:rgba(242,237,228,0.65)"] { color: rgba(29, 42, 54, 0.75) !important; }
:root[data-theme="light"] [style*="color:rgba(242,237,228,0.7)"]  { color: rgba(29, 42, 54, 0.78) !important; }
:root[data-theme="light"] [style*="color:rgba(242,237,228,0.75)"] { color: rgba(29, 42, 54, 0.82) !important; }
:root[data-theme="light"] [style*="color:rgba(242,237,228,0.8)"]  { color: rgba(29, 42, 54, 0.85) !important; }

/* Section backgrounds: dark ocean / ink → warm cream (only on <section>, not on cards) */
:root[data-theme="light"] section[style*="background-color:#0d1f2d"],
:root[data-theme="light"] section[style*="background-color: #0d1f2d"],
:root[data-theme="light"] section[style*="background:#0d1f2d"],
:root[data-theme="light"] section[style*="background: #0d1f2d"],
:root[data-theme="light"] section[style*="background-color:var(--ink)"],
:root[data-theme="light"] section[style*="background-color: var(--ink)"],
:root[data-theme="light"] section[style*="background:var(--ink)"],
:root[data-theme="light"] section[style*="background: var(--ink)"] { background-color: #f6efe1 !important; }

/* Forest / sage-deep sub-section bg → slightly more saturated cream */
:root[data-theme="light"] section[style*="background-color:#2d4a3e"],
:root[data-theme="light"] section[style*="background:#2d4a3e"],
:root[data-theme="light"] section[style*="background-color:var(--sage-deep)"],
:root[data-theme="light"] section[style*="background-color: var(--sage-deep)"],
:root[data-theme="light"] section[style*="background:var(--sage-deep)"],
:root[data-theme="light"] section[style*="background: var(--sage-deep)"] { background-color: #ece4d2 !important; }

/* Atlantic-deep sub-section bg → muted cream (slightly cooler tint) */
:root[data-theme="light"] section[style*="background-color:var(--atlantic-deep)"],
:root[data-theme="light"] section[style*="background-color: var(--atlantic-deep)"],
:root[data-theme="light"] section[style*="background-color:#5b8fa6"],
:root[data-theme="light"] section[style*="background-color: #5b8fa6"] { background-color: #ece8df !important; }

/* Cards with dark backgrounds keep their dark bg in light mode — they're
   intentional accents that need to stand out against the cream section */

/* Card backgrounds: warm terra tints (instead of cool blue tints) — feels integrated */
:root[data-theme="light"] [style*="background:rgba(242,237,228,0.03)"] { background-color: rgba(196, 113, 74, 0.04) !important; }
:root[data-theme="light"] [style*="background:rgba(242,237,228,0.04)"] { background-color: rgba(196, 113, 74, 0.05) !important; }
:root[data-theme="light"] [style*="background:rgba(242,237,228,0.05)"] { background-color: rgba(196, 113, 74, 0.06) !important; }
:root[data-theme="light"] [style*="background:rgba(242,237,228,0.06)"] { background-color: rgba(196, 113, 74, 0.07) !important; }
:root[data-theme="light"] [style*="background:rgba(242,237,228,0.08)"] { background-color: rgba(196, 113, 74, 0.08) !important; }

/* Borders: warm terra tint instead of cold blue */
:root[data-theme="light"] [style*="border:1px solid rgba(242,237,228,0.08)"] { border-color: rgba(168, 89, 59, 0.18) !important; }
:root[data-theme="light"] [style*="border:1px solid rgba(242,237,228,0.1)"]  { border-color: rgba(168, 89, 59, 0.22) !important; }
:root[data-theme="light"] [style*="border:1px solid rgba(242,237,228,0.15)"] { border-color: rgba(168, 89, 59, 0.28) !important; }
:root[data-theme="light"] [style*="border:1px solid rgba(242,237,228,0.18)"] { border-color: rgba(168, 89, 59, 0.32) !important; }
:root[data-theme="light"] [style*="border:1px solid rgba(242,237,228,0.2)"]  { border-color: rgba(168, 89, 59, 0.35) !important; }

/* Card hover in light: soft warm lift + terra-saturated border */
:root[data-theme="light"] [style*="background:rgba(242,237,228"][style*="border:1px solid rgba(242,237,228"]:hover {
  background-color: rgba(196, 113, 74, 0.09) !important;
  border-color: rgba(168, 89, 59, 0.55) !important;
}

/* Eyebrows pick up terra warmth instead of fading to gray */
:root[data-theme="light"] .eyebrow { color: rgba(168, 89, 59, 0.85) !important; }

/* Header: solid warm cream with terra hairline (no blur — cleaner) */
:root[data-theme="light"] .site-header.scrolled,
:root[data-theme="light"] .site-header.solid {
  background: #f6efe1;
  box-shadow: 0 1px 0 rgba(168, 89, 59, 0.18);
}
:root[data-theme="light"] .site-header { background-color: rgba(246, 239, 225, 0.92); backdrop-filter: blur(6px); }
:root[data-theme="light"] .nav-link { color: rgba(29, 42, 54, 0.85); }
:root[data-theme="light"] .nav-link:hover,
:root[data-theme="light"] .nav-link.active { color: var(--terra); }
:root[data-theme="light"] .nav-divider { background: rgba(168, 89, 59, 0.22); }
:root[data-theme="light"] .nav-social { color: rgba(29, 42, 54, 0.6); }
:root[data-theme="light"] .nav-social:hover { color: var(--terra); }

/* Mobile menu */
:root[data-theme="light"] .mobile-menu { background: #f6efe1; }
:root[data-theme="light"] .mobile-menu-link { color: #1d2a36; }
:root[data-theme="light"] .hamburger span { background: #1d2a36; }

/* Footer: slightly darker cream — anchors the page */
:root[data-theme="light"] footer { background: #ece4d2 !important; border-top: 1px solid rgba(168, 89, 59, 0.18); }

/* Buttons */
:root[data-theme="light"] .btn-primary { color: #f6efe1; }
:root[data-theme="light"] .btn-primary:hover { background: #b96748; }
:root[data-theme="light"] .btn-outline {
  color: #1d2a36;
  border-color: rgba(29, 42, 54, 0.35);
}
:root[data-theme="light"] .btn-outline:hover {
  border-color: var(--terra);
  color: var(--terra);
}

/* Logo wordmark + IN MOTION sub */
:root[data-theme="light"] .nav-logo svg text:first-of-type,
:root[data-theme="light"] .footer-logo svg text:first-of-type { fill: #1d2a36 !important; }

/* Cookie banner & inline-styled outline buttons (textareas, separators) */
:root[data-theme="light"] [style*="color:#c4714a"] { color: var(--terra) !important; }
:root[data-theme="light"] [style*="background:#c4714a"],
:root[data-theme="light"] [style*="background-color:#c4714a"] { background-color: var(--terra) !important; }
:root[data-theme="light"] [style*="stroke:#c4714a"] { stroke: var(--terra) !important; }

/* Settings panel itself in light mode */
:root[data-theme="light"] .settings-panel {
  background: #f6efe1;
  color: #1d2a36;
  border-color: rgba(168, 89, 59, 0.4);
  box-shadow: 0 18px 44px rgba(168, 89, 59, 0.18);
}
:root[data-theme="light"] .settings-label { color: rgba(168, 89, 59, 0.8); }
:root[data-theme="light"] .settings-theme {
  color: rgba(29, 42, 54, 0.78);
  border-color: rgba(168, 89, 59, 0.32);
}
:root[data-theme="light"] .settings-theme:hover { color: #1d2a36; }
:root[data-theme="light"] .settings-theme[aria-checked="true"] {
  color: #f6efe1;
  background: var(--terra);
  border-color: var(--terra);
}
:root[data-theme="light"] .settings-reset {
  color: rgba(29, 42, 54, 0.7);
  border-color: rgba(29, 42, 54, 0.2);
}
:root[data-theme="light"] .settings-reset:hover {
  border-color: var(--terra);
  color: var(--terra);
  background: rgba(196, 113, 74, 0.08);
}
:root[data-theme="light"] .settings-toggle {
  color: rgba(29, 42, 54, 0.65);
  border-color: rgba(168, 89, 59, 0.4);
}
:root[data-theme="light"] .settings-toggle:hover,
:root[data-theme="light"] .settings-toggle[aria-expanded="true"] {
  color: var(--terra);
  border-color: var(--terra);
  background: rgba(196, 113, 74, 0.08);
}
:root[data-theme="light"] .settings-slider-row input[type="range"] {
  background: linear-gradient(to right, var(--terra) 0%, var(--terra) var(--fill, 28%), rgba(29, 42, 54, 0.15) var(--fill, 28%), rgba(29, 42, 54, 0.15) 100%);
}
:root[data-theme="light"] .settings-slider-row input[type="range"]::-webkit-slider-thumb {
  background: #f6efe1;
  border-color: var(--terra);
}
:root[data-theme="light"] .settings-slider-row input[type="range"]::-moz-range-thumb {
  background: #f6efe1;
  border-color: var(--terra);
}
:root[data-theme="light"] .settings-percent { color: var(--terra); }

/* ============================================================
   HI-C THEME — same dark palette, max contrast
   ============================================================ */

:root[data-theme="hi-c"] body { color: #f2ede4; }

/* All muted sand text → 100% sand */
:root[data-theme="hi-c"] [style*="color:rgba(242,237,228,0.25)"],
:root[data-theme="hi-c"] [style*="color:rgba(242,237,228,0.3)"],
:root[data-theme="hi-c"] [style*="color:rgba(242,237,228,0.4)"],
:root[data-theme="hi-c"] [style*="color:rgba(242,237,228,0.5)"],
:root[data-theme="hi-c"] [style*="color:rgba(242,237,228,0.55)"],
:root[data-theme="hi-c"] [style*="color:rgba(242,237,228,0.6)"],
:root[data-theme="hi-c"] [style*="color:rgba(242,237,228,0.65)"],
:root[data-theme="hi-c"] [style*="color:rgba(242,237,228,0.7)"],
:root[data-theme="hi-c"] [style*="color:rgba(242,237,228,0.75)"],
:root[data-theme="hi-c"] [style*="color:rgba(242,237,228,0.8)"] { color: #f2ede4 !important; }

/* Borders thicker + terra accent */
:root[data-theme="hi-c"] [style*="border:1px solid rgba(242,237,228,0.08)"],
:root[data-theme="hi-c"] [style*="border:1px solid rgba(242,237,228,0.1)"],
:root[data-theme="hi-c"] [style*="border:1px solid rgba(242,237,228,0.15)"],
:root[data-theme="hi-c"] [style*="border:1px solid rgba(242,237,228,0.18)"],
:root[data-theme="hi-c"] [style*="border:1px solid rgba(242,237,228,0.2)"] {
  border-color: rgba(196, 113, 74, 0.65) !important;
}

/* Card backgrounds: more visible */
:root[data-theme="hi-c"] [style*="background:rgba(242,237,228,0.03)"],
:root[data-theme="hi-c"] [style*="background:rgba(242,237,228,0.04)"],
:root[data-theme="hi-c"] [style*="background:rgba(242,237,228,0.05)"] { background-color: rgba(242, 237, 228, 0.1) !important; }

/* Terra-muted accents → full terra */
:root[data-theme="hi-c"] [style*="color:rgba(196,113,74,0.6)"],
:root[data-theme="hi-c"] [style*="color:rgba(196,113,74,0.7)"],
:root[data-theme="hi-c"] [style*="color:rgba(196,113,74,0.75)"],
:root[data-theme="hi-c"] [style*="color:rgba(196,113,74,0.8)"] { color: var(--terra) !important; }

/* Card-hover */
:root[data-theme="hi-c"] [style*="background:rgba(242,237,228"][style*="border:1px solid rgba(242,237,228"]:hover {
  background-color: rgba(242, 237, 228, 0.14) !important;
  border-color: var(--terra) !important;
}
