/* ===== tokens.css ===== */
/* ==========================================================================
   Design tokens — Despierta Design System, as overridden by "Home Carmen Maria".
   NOTE: `base.css` re-states the body/heading/link basics under `html body` so
   they survive Elementor's global kit, whose `body.elementor-kit-N` selector
   outranks a bare `body`. Keep both in sync.
   The design system ships a bright brand palette; the home page re-keys it to a
   softer, warmer reading tuned to the logo artwork. Those overrides are the
   values below — the originals are kept in comments for traceability.
   ========================================================================== */

:root {
  /* ---- Brand palette (warm re-key; DS original in comment) ---------------- */
  --orange-500: #BF7150; /* DS: #F36B46 */
  --orange-600: #A85F41; /* DS: #E15A36 */
  --orange-700: #8C4C33; /* DS: #C74E2D */

  --peach-300: #E3C3AE;  /* DS: #FEB188 */
  --peach-200: #EEDACA;  /* DS: #FED2B9 */
  --peach-100: #F5E7DA;  /* DS: #FFE9DC */

  --green-900: #5B6647;  /* DS: #095D40 */
  --green-950: #3F4832;  /* DS: #043D2A */
  --green-400: #8B9A6E;  /* DS: #81A969 */
  --green-200: #D8DDC8;  /* DS: #C6D9B8 */
  --green-100: #E9ECDF;  /* DS: #E5EEDD */

  --cream-100: #FAF6EF;  /* DS: #FDFAE6 */
  --cream-200: #F3ECE1;  /* DS: #F6F0D6 */
  --cream-300: #E7DCCC;  /* DS: #EDE5C2 */

  --ink-800: #4A463E;    /* DS: #22241D */
  --ink-700: #5A554B;    /* DS: #3A3D33 */
  --ink-600: #6E685C;    /* DS: #55594C */
  --ink-500: #8A8477;    /* DS: #74796A */

  --white: #FFFFFF;

  /* ---- Page-specific tints used across the composition -------------------- */
  --eyebrow: #A08A72;          /* uppercase section labels */
  --hairline: #EFE6D9;         /* header underline, card dividers */
  --hero-backdrop: #F0E4D6;    /* arch behind the hero portrait */
  --rule-soft: #DFCDB9;        /* left rule on the pain-point list */
  --underline-soft: #D8C6B4;   /* inline text-link underline */

  /* ---- Typography -------------------------------------------------------- */
  --font-display: "Cormorant Garamond", "Cocomat Pro", Georgia, serif;
  --font-body: "Figtree", "Cocomat Pro", system-ui, sans-serif;
  --font-script: "Caveat", "Bradley Hand", cursive;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;

  /* Fluid display sizes: the max of each clamp is the desktop design value. */
  --text-h1: clamp(2.35rem, 1.30rem + 4.4vw, 3.875rem);   /* → 62px */
  --text-h2-lg: clamp(2rem, 1.45rem + 2.3vw, 3rem);       /* → 48px */
  --text-h2: clamp(1.9rem, 1.45rem + 1.9vw, 2.75rem);     /* → 44px */
  --text-h2-sm: clamp(1.8rem, 1.45rem + 1.5vw, 2.5rem);   /* → 40px */
  --text-h3: clamp(1.45rem, 1.25rem + 0.8vw, 1.625rem);   /* → 26px */
  --text-price: 2.5rem;                                   /*    40px */

  --text-lead: 1.125rem;   /* 18px  — hero + section leads */
  --text-body: 1.09375rem; /* 17.5px — pain points, prose  */
  --text-body-sm: 1.0625rem;/* 17px  — feature + quote copy */
  --text-card: 1.03125rem; /* 16.5px — card body           */
  --text-link: 0.96875rem; /* 15.5px — inline text links    */
  --text-nav: 0.90625rem;  /* 14.5px — nav + footer links   */
  --text-meta: 0.8125rem;  /* 13px   — captions             */
  --text-eyebrow: 0.75rem; /* 12px   — uppercase labels     */

  --script-md: 1.6875rem;  /* 27px */
  --script-lg: 1.8125rem;  /* 29px */

  --leading-display: 1.08;
  --leading-heading: 1.12;
  --leading-body: 1.7;
  --leading-snug: 1.65;

  --tracking-display: -0.01em;
  --tracking-control: -0.015em;
  --tracking-nav: 0.02em;
  --tracking-eyebrow: 0.16em;
  --tracking-wordmark: 0.06em;

  /* ---- Spacing ----------------------------------------------------------- */
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;

  --container-max: 1180px;
  --container-mid: 900px;
  --container-narrow: 820px;
  --container-tight: 760px;
  --gutter: 32px;

  --section-y: 100px;
  --section-y-lg: 104px;
  --section-y-sm: 88px;

  /* ---- Radii ------------------------------------------------------------- */
  --radius-card: 24px;
  --radius-image: 32px;
  --radius-control: 999px;
  --radius-circle: 50%;

  /* ---- Shadows ----------------------------------------------------------- */
  --shadow-accent: 0 12px 32px rgba(243, 107, 70, .28);
  --shadow-card: 0 2px 10px rgba(91, 102, 71, .06);
  --shadow-card-hover: 0 14px 30px rgba(91, 102, 71, .12);
  --ring-focus: 0 0 0 3px rgba(139, 154, 110, .55);

  /* ---- Motion ------------------------------------------------------------ */
  --ease-out: cubic-bezier(.22, .72, .25, 1);
  --duration-fast: 120ms;
  --duration-base: 200ms;
  --duration-reveal: 600ms;
  --transition-control:
    background-color var(--duration-fast) var(--ease-out),
    color var(--duration-fast) var(--ease-out),
    box-shadow var(--duration-fast) var(--ease-out),
    transform var(--duration-fast) var(--ease-out);

  /* ---- Themeable knobs --------------------------------------------------- */
  /* Exposed as editor props in the source design ("Marca" / "Portada").
     Change --cm-terra to re-key every accent; --cm-hero-radius to reshape
     the hero frame (Arco / Círculo / Redondeado). */
  --cm-terra: var(--orange-500);
  --cm-hero-radius: 220px 220px 24px 24px;

  /* ---- Semantic aliases -------------------------------------------------- */
  --text-strong: var(--green-900);
  --text-default: var(--ink-800);
  --text-muted: var(--ink-700);
  --text-subtle: var(--ink-500);
  --text-on-dark: var(--cream-100);
  --text-on-dark-muted: rgba(250, 246, 239, .82);
  --text-on-dark-soft: rgba(250, 246, 239, .78);

  --surface-page: var(--cream-100);
  --surface-sunken: var(--cream-200);
  --surface-inverse: var(--green-900);
  --surface-footer: var(--green-950);
  --surface-card: var(--white);

  --border-card: var(--cream-300);
  --border-on-dark: rgba(250, 246, 239, .14);
  --surface-on-dark: rgba(250, 246, 239, .07);

  --action-primary-bg: var(--cm-terra);
  --action-primary-bg-hover: var(--orange-600);
  --action-primary-fg: var(--white);
}

/* ===== base.css ===== */
/* ==========================================================================
   Base — reset, document defaults, shared primitives.
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  /* Anchor targets clear the sticky header instead of hiding behind it. */
  scroll-padding-top: 110px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--surface-page);
  color: var(--text-default);
  font-family: var(--font-body);
  font-size: var(--text-body-sm);
  line-height: var(--leading-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: var(--weight-medium);
  color: var(--text-strong);
}

h1 {
  font-size: var(--text-h1);
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-wrap: balance;
}

h2 {
  font-size: var(--text-h2);
  line-height: var(--leading-heading);
  text-wrap: balance;
}

h3 {
  font-size: var(--text-h3);
  line-height: var(--leading-heading);
}

/* figure/blockquote carry a 40px inline UA margin that would otherwise squeeze
   the testimonial cards. */
p,
figure,
figcaption,
blockquote {
  margin: 0;
}

a {
  color: var(--orange-700);
  text-decoration: none;
  transition: color var(--duration-fast) var(--ease-out);
}

a:hover {
  color: var(--green-900);
}

img {
  max-width: 100%;
  display: block;
  /* Images carry width/height attributes so the browser can reserve space and
     avoid layout shift. Those attributes are presentational hints that would
     otherwise beat `aspect-ratio`, so the computed height must stay auto. */
  height: auto;
}

strong {
  color: var(--text-strong);
  font-weight: var(--weight-semibold);
}

::selection {
  background: var(--peach-200);
  color: var(--green-900);
}

:focus-visible {
  outline: none;
  box-shadow: var(--ring-focus);
  border-radius: 4px;
}

/* --- Shared primitives ---------------------------------------------------- */

.container {
  max-width: var(--container-max);
  margin-inline: auto;
}

.section {
  padding: var(--section-y) var(--gutter);
}

.section--sm {
  padding-block: var(--section-y-sm);
}

.section--lg {
  padding-block: var(--section-y-lg);
}

.section--sunken {
  background: var(--surface-sunken);
}

.section--inverse {
  background: var(--surface-inverse);
  color: var(--text-on-dark);
}

.section--inverse h2,
.section--inverse h3 {
  color: var(--text-on-dark);
}

.eyebrow {
  margin: 0 0 22px;
  font-size: var(--text-eyebrow);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--eyebrow);
}

.section--inverse .eyebrow {
  color: var(--peach-300);
}

.lead {
  font-size: var(--text-lead);
  line-height: var(--leading-body);
  color: var(--text-muted);
}

.section--inverse .lead {
  color: var(--text-on-dark-muted);
}

/* Handwritten Caveat accent — one short phrase at a time, never body copy. */
.script {
  font-family: var(--font-script);
  font-size: var(--script-md);
  line-height: 1.15;
  color: var(--cm-terra);
}

.script--lg {
  font-size: var(--script-lg);
}

.section--inverse .script {
  color: var(--peach-300);
}

/* Quiet inline link with a soft underline rule. */
.text-link {
  font-size: var(--text-link);
  color: var(--green-900);
  border-bottom: 1px solid var(--underline-soft);
  padding-bottom: 3px;
}

.text-link:hover {
  color: var(--orange-700);
  border-bottom-color: currentColor;
}

/* Visible only to screen readers until focused. */
.skip-link {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -120%);
  z-index: 100;
  padding: 12px 22px;
  background: var(--green-900);
  color: var(--cream-100);
  border-radius: 0 0 12px 12px;
  font-size: var(--text-nav);
  font-weight: var(--weight-semibold);
  transition: transform var(--duration-base) var(--ease-out);
}

.skip-link:focus-visible {
  transform: translate(-50%, 0);
  color: var(--cream-100);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* ==========================================================================
   Compatibilidad con Elementor
   Elementor imprime su kit global como `body.elementor-kit-N { … }`, que gana
   por especificidad a un `body` pelado y pisa tipografía y colores. Aquí se
   repiten esas mismas declaraciones con un selector más específico
   (`html body`) para recuperarlas. Sólo lo imprescindible: fuera de Elementor
   estas reglas son redundantes pero inocuas.
   ========================================================================== */

html body {
  background: var(--surface-page);
  color: var(--text-default);
  font-family: var(--font-body);
  font-size: var(--text-body-sm);
  line-height: var(--leading-body);
}

html body h1,
html body h2,
html body h3 {
  font-family: var(--font-display);
  font-weight: var(--weight-medium);
  color: var(--text-strong);
}

html body h1 {
  font-size: var(--text-h1);
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
}

html body h2 {
  font-size: var(--text-h2);
  line-height: var(--leading-heading);
}

html body h3 {
  font-size: var(--text-h3);
  line-height: var(--leading-heading);
}

html body a {
  color: var(--orange-700);
  text-decoration: none;
}

html body a:hover {
  color: var(--green-900);
}

/* El kit reinyecta márgenes en párrafos y da estilos a los botones. */
html body p {
  margin: 0;
}

html body .btn {
  font-family: var(--font-body);
  line-height: 1.55;
}

/* ===== components.css ===== */
/* ==========================================================================
   Components — ports of the Despierta Design System pieces the page imports.
   ========================================================================== */

/* --- Button (DS core/Button.jsx) ------------------------------------------ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-control);
  border-radius: var(--radius-control);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  /* The DS button inherits the design system's 1.55 body leading, not the
     looser 1.7 this page uses for prose. */
  line-height: 1.55;
  transition: var(--transition-control);
}

.btn--primary {
  background: var(--action-primary-bg);
  color: var(--action-primary-fg);
  box-shadow: var(--shadow-accent);
}

.btn--primary:hover {
  background: var(--action-primary-bg-hover);
  color: var(--action-primary-fg);
}

.btn:active {
  transform: scale(.97);
}

.btn--sm {
  font-size: var(--text-eyebrow);
  padding: 8px 16px;
}

.btn--lg {
  font-size: var(--text-body-sm);
  padding: 16px 34px;
}

/* --- Icon (DS core/Icon.jsx) ---------------------------------------------- */
/* The DS masks a remote Lucide SVG; inlining the same icons keeps the page
   self-contained and removes a render-blocking CDN dependency. */

.icon {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-badge {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: var(--radius-circle);
  background: var(--peach-100);
  color: var(--cm-terra);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* --- Step card (numbered, on the dark green band) ------------------------- */

.step-card {
  background: var(--surface-on-dark);
  border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-card);
  padding: 36px 32px;
}

.step-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-circle);
  background: rgba(250, 246, 239, .12);
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--text-on-dark);
}

.step-card h3 {
  margin: 26px 0 12px;
}

.step-card p {
  font-size: var(--text-card);
  line-height: var(--leading-snug);
  color: var(--text-on-dark-soft);
}

/* --- Feature row (icon + copy) -------------------------------------------- */

.feature {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.feature p {
  font-size: var(--text-body-sm);
  line-height: var(--leading-snug);
  color: var(--text-muted);
}

/* --- Testimonial (DS content/Testimonial.jsx) ----------------------------- */

.quote {
  background: var(--surface-card);
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-card);
  padding: 34px 32px;
  box-shadow: var(--shadow-card);
  transition:
    transform var(--duration-base) var(--ease-out),
    box-shadow var(--duration-base) var(--ease-out);
}

.quote:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.quote__mark {
  font-family: var(--font-display);
  font-size: 44px;
  line-height: 1;
  color: var(--peach-300);
}

.quote__text {
  margin-top: 6px;
  font-size: var(--text-body-sm);
  line-height: var(--leading-body);
  color: var(--text-default);
}

.quote__meta {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--hairline);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--space-3);
}

.quote__name {
  font-size: var(--text-nav);
  font-weight: var(--weight-semibold);
  color: var(--green-900);
}

.quote__length {
  font-size: var(--text-meta);
  color: var(--text-subtle);
}


.pain {
  margin: 0;
  font-size: var(--text-body);
  line-height: var(--leading-snug);
  color: var(--text-muted);
  padding-left: 22px;
  border-left: 1.5px solid var(--rule-soft);
}

/* ===== layout.css ===== */
/* ==========================================================================
   Layout — header, sections, footer, and the responsive rules.
   The source artboard is a fixed 1180px desktop composition; everything below
   the `min-width: 1024px` baseline is added here so the page holds up on real
   viewports.
   ========================================================================== */

/* --- Header --------------------------------------------------------------- */

.cm-header {
  /* `position` crea además el bloque contenedor del menú desplegable, que va
     absoluto. Dentro de Elementor el sticky se traslada al contenedor padre y
     esto pasa a `relative` (ver CSS_ELEMENTOR_FIXES) para no perderlo. */
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 246, 239, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hairline);
}

.cm-header__inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding: 18px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
}

.cm-header__logo {
  flex: 0 0 auto;
  display: block;
}

.cm-header__logo img {
  height: 46px;
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-nav a:not(.btn) {
  font-size: var(--text-nav);
  letter-spacing: var(--tracking-nav);
  color: var(--ink-700);
}

.site-nav a:not(.btn):hover {
  color: var(--green-900);
}

/* Página actual: peso 600 + subrayado terracota de 2px (nunca sólo color). */
.site-nav a.is-active {
  color: var(--green-900);
  font-weight: var(--weight-semibold);
  border-bottom: 2px solid var(--cm-terra);
  padding-bottom: 2px;
}

/* Burger — hidden until the nav collapses.
   Se escribe `button.nav-toggle` (0,1,1) a propósito: el reset.css de
   hello-elementor pinta TODO `button:hover`/`button:focus` de magenta
   (#cc3366) con esa misma especificidad, y una clase suelta (0,1,0) perdía. */
button.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-circle);
  background: transparent;
  cursor: pointer;
  transition: background-color var(--duration-fast) var(--ease-out);
}

button.nav-toggle:hover,
button.nav-toggle:focus {
  background: var(--green-100);
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin-inline: auto;
  border-radius: 2px;
  background: var(--green-900);
  transition: transform var(--duration-base) var(--ease-out),
              opacity var(--duration-fast) var(--ease-out);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* --- Hero ----------------------------------------------------------------- */

.hero {
  padding: var(--section-y-sm) var(--gutter) 96px;
}

.hero__grid {
  max-width: var(--container-max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
}

.hero__lead {
  margin-top: 28px;
  max-width: 30em;
}

.hero .script {
  margin-top: 22px;
}

.hero__actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero__figure {
  position: relative;
  display: flex;
  justify-content: center;
}

/* Peach arch sitting behind the portrait. */
.hero__figure::before {
  content: "";
  position: absolute;
  inset: auto 0 -18px 0;
  height: 78%;
  background: var(--hero-backdrop);
  border-radius: 260px 260px 32px 32px;
}

img.hero__portrait {
  position: relative;
  width: 100%;
  max-width: 430px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 22%;
  border-radius: var(--cm-hero-radius);
}

/* --- Pain points ---------------------------------------------------------- */

.pains {
  max-width: var(--container-mid);
  margin-inline: auto;
  text-align: center;
}

.pains h2 {
  font-size: var(--text-h2-sm);
  line-height: 1.15;
}

.pains__grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 56px;
  text-align: left;
}

.pains__close {
  margin: 44px auto 0;
  max-width: 34em;
  font-size: var(--text-lead);
  line-height: var(--leading-body);
  color: var(--green-900);
}

/* --- Programa ------------------------------------------------------------- */

.programa__intro {
  max-width: 640px;
}

.programa__intro h2 {
  font-size: clamp(1.95rem, 1.45rem + 2.1vw, 2.875rem); /* → 46px */
}

.programa__intro .lead {
  margin-top: 26px;
}

.programa__steps {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.programa .script {
  margin-top: 56px;
}

/* --- Proceso -------------------------------------------------------------- */

.proceso__grid {
  max-width: var(--container-max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.proceso__figure {
  position: relative;
  display: flex;
  justify-content: center;
}

/* Sage disc behind the cut-out portrait. */
.proceso__figure::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: var(--radius-circle);
  background: var(--green-100);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img.proceso__cutout {
  position: relative;
  width: 100%;
  max-width: 400px;
  object-fit: contain;
}

.proceso__list {
  margin-top: 36px;
  display: grid;
  gap: 26px;
}

/* --- Casos ---------------------------------------------------------------- */

.casos__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-7);
  flex-wrap: wrap;
}

.casos__head > div {
  max-width: 560px;
}

.casos__grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* --- Sobre mí ------------------------------------------------------------- */

.sobre__grid {
  max-width: var(--container-max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: center;
}

.sobre__prose {
  margin-top: 28px;
  max-width: 34em;
  font-size: var(--text-body);
  line-height: 1.75;
  color: var(--text-muted);
}

.sobre__prose + .sobre__prose {
  margin-top: 20px;
}

.sobre .script {
  margin-top: 26px;
}

.sobre__figure {
  display: flex;
  justify-content: center;
}

img.sobre__portrait {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-image);
}

/* --- Final CTA ------------------------------------------------------------ */

.cta {
  max-width: var(--container-tight);
  margin-inline: auto;
  text-align: center;
}

.cta h2 {
  font-size: var(--text-h2-lg);
}

.cta .lead {
  margin: 24px auto 0;
  max-width: 32em;
}

.cta__actions {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}

.cta .script {
  margin-top: 30px;
}

/* --- Kit Digital ---------------------------------------------------------- */

/* El banner oficial lleva texto oscuro, así que va sobre fondo claro — nunca
   sobre el verde del pie. */
.kit {
  padding: 56px var(--gutter);
  background: var(--surface-sunken);
  border-top: 1px solid var(--hairline);
}

.kit__inner {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.kit__title {
  margin: 0 0 24px;
  font-family: var(--font-body);
  font-size: var(--text-eyebrow);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--eyebrow);
}

.kit__logo {
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
}

/* --- Footer --------------------------------------------------------------- */

.cm-footer {
  background: var(--surface-footer);
  /* Holgura extra abajo: el conmutador de idioma de GTranslate va fijo en la
     esquina inferior izquierda y, al llegar al final de la página, se quedaba
     encima del correo de contacto. */
  padding: 56px var(--gutter) 104px;
}

.cm-footer__inner {
  max-width: var(--container-max);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-7);
  flex-wrap: wrap;
}

.cm-footer__contact {
  margin-top: var(--space-3);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  font-size: var(--text-nav);
  color: var(--text-on-dark-soft);
}

.cm-footer__contact a {
  color: var(--text-on-dark-soft);
}

.cm-footer__contact a:hover {
  color: var(--peach-300);
}

.cm-footer__nav {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}

.cm-footer__nav a {
  font-size: var(--text-nav);
  color: var(--text-on-dark-soft);
}

.cm-footer__nav a:hover {
  color: var(--peach-300);
}

/* Segunda fila del pie: legales y mapa del sitio, un paso más discreta. */
.cm-footer__legal {
  flex-basis: 100%;
  margin-top: var(--space-5);
  padding-top: var(--space-5);
  border-top: 1px solid rgba(250, 246, 239, .14);
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.cm-footer__legal a {
  font-size: var(--text-meta);
  color: rgba(250, 246, 239, .64);
}

.cm-footer__legal a:hover {
  color: var(--peach-300);
}

.cm-footer__wordmark {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: var(--tracking-wordmark);
  color: var(--text-on-dark);
}


/* ==========================================================================
   Responsive
   ========================================================================== */

/* --- Tablet --------------------------------------------------------------- */
@media (max-width: 1023px) {
  :root {
    --gutter: 28px;
    --section-y: 80px;
    --section-y-lg: 84px;
    --section-y-sm: 72px;
    --cm-hero-radius: 180px 180px 24px 24px;
  }

  .hero__grid,
  .proceso__grid,
  .sobre__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  /* Portrait first on the two sections that lead with an image on desktop. */
  .proceso__figure {
    order: -1;
  }

  .programa__steps,
  .casos__grid {
    grid-template-columns: 1fr 1fr;
  }

}

/* --- Collapsed navigation ------------------------------------------------- */
@media (max-width: 900px) {
  button.nav-toggle {
    display: flex;
  }

  .site-nav {
    position: absolute;
    inset: 100% 0 auto 0;
    z-index: 30;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: var(--space-4) var(--gutter) var(--space-6);
    /* Fondo OPACO: el desplegable se superpone al contenido, así que no puede
       heredar la transparencia de la cabecera. */
    background: var(--cream-100);
    border-top: 1px solid var(--hairline);
    border-bottom: 1px solid var(--hairline);
    box-shadow: var(--shadow-card-hover);
    /* Si el menú creciera más que la pantalla, se desplaza dentro de sí mismo. */
    max-height: calc(100vh - 100%);
    overflow-y: auto;
    overscroll-behavior: contain;

    /* Collapsed by default; JS flips [data-open]. */
    display: none;
  }

  .site-nav[data-open="true"] {
    display: flex;
  }

  .site-nav a:not(.btn) {
    padding: 12px 4px;
    font-size: 1rem;
    border-bottom: 1px solid var(--hairline);
  }

  .site-nav .btn {
    margin-top: var(--space-4);
    align-self: flex-start;
  }
}

/* --- Mobile --------------------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --gutter: 20px;
    --section-y: 64px;
    --section-y-lg: 68px;
    --section-y-sm: 56px;
    --cm-hero-radius: 140px 140px 20px 20px;
  }

  html {
    scroll-padding-top: 96px;
  }

  .cm-header__logo img {
    height: 38px;
  }

  .hero {
    padding-bottom: 72px;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .pains__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .programa__steps,
  .casos__grid {
    grid-template-columns: 1fr;
  }

  .step-card,
  .quote {
    padding: 28px 24px;
  }

  .proceso__figure::before {
    width: 260px;
    height: 260px;
  }



  .cta__actions .btn {
    width: 100%;
  }

  .cm-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-5);
  }

  .cm-footer__nav,
  .cm-footer__legal {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3);
  }

  .kit {
    padding-block: 40px;
  }
}

/* ==========================================================================
   Scroll reveal — the `cmRise` motion declared in the source design.
   ========================================================================== */

/* Content is visible by default. The script opts the page into the animation by
   setting `js-anim` on <html>, so a failed or blocked main.js can never leave
   the page blank. */
.js-anim .reveal:not(.is-visible) {
  opacity: 0;
}

.js-anim .reveal.is-visible {
  animation: cmRise var(--duration-reveal) var(--ease-out) both;
}

@keyframes cmRise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js-anim .reveal,
  .js-anim .reveal.is-visible {
    opacity: 1;
    animation: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .cm-header,
  .nav-toggle {
    position: static;
  }

  .js-anim .reveal {
    opacity: 1;
  }
}

/* ===== pages.css ===== */
/* ==========================================================================
   Páginas internas — El programa, Quién soy, Casos de éxito, Contacto.
   Medidas, colores y radios tomados del handoff de diseño (design_handoff_
   nuevas_paginas/README.md). La home vive en layout.css.
   ========================================================================== */

/* --- Hero centrado (El programa, Casos de éxito) -------------------------- */

.hero--centered {
  padding: 80px var(--gutter) 88px;
  text-align: center;
}

.hero--centered .hero__inner {
  max-width: var(--container-narrow);
  margin-inline: auto;
}

.hero--centered .hero__inner--tight {
  max-width: var(--container-tight);
}

.hero--centered .lead {
  margin-inline: auto;
  max-width: 34em;
}

.hero--centered .btn {
  margin-top: 36px;
}

/* H1 de página interna: 56px, un paso por debajo del 62 de la home. */
.page-title {
  font-size: clamp(2.15rem, 1.45rem + 2.9vw, 3.5rem); /* → 56px */
  line-height: 1.10;
}

/* --- Hero partido (Quién soy) --------------------------------------------- */

.hero--split {
  padding: 80px var(--gutter) 90px;
}

.hero--split .hero__grid {
  grid-template-columns: 1.05fr .95fr;
}

/* Envoltorio del retrato SIN forma de fondo: en «Quién soy» el arco lo lleva la
   propia imagen. Usar `.hero__figure` aquí traía el arco melocotón de la home,
   que se pintaba ENCIMA de la foto porque el ::before va después en el orden de
   apilado y la imagen no estaba posicionada. */
.hero__media {
  display: flex;
  justify-content: center;
}

img.hero__portrait--arch {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--cm-hero-radius);
}

/* --- Imagen ancha de cabecera (El programa) ------------------------------- */

.banner {
  padding: 0 var(--gutter) var(--section-y);
}

img.banner__img {
  max-width: var(--container-max);
  margin-inline: auto;
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: 50% 28%;
  border-radius: var(--radius-image);
}

/* --- Encabezado de sección alineado a la izquierda ------------------------ */

.section__head {
  max-width: 20em;
}

.section__head h2 {
  font-size: clamp(1.9rem, 1.45rem + 1.7vw, 2.625rem); /* → 42px */
}

/* --- Tarjetas de contenido (blancas sobre crema) -------------------------- */

.cards-3 {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.card {
  background: var(--surface-card);
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-card);
  padding: 36px 32px;
  box-shadow: var(--shadow-card);
}

.card h3 {
  margin: 24px 0 12px;
  font-size: var(--text-h3);
}

.card p {
  font-size: var(--text-card);
  line-height: var(--leading-snug);
  color: var(--text-muted);
}

/* Círculo de icono grande (52px) de las tarjetas de contenido. */
.icon-badge--lg {
  width: 52px;
  height: 52px;
}

.icon-badge--lg .icon {
  width: 22px;
  height: 22px;
}

/* --- Lista con marca de verificación -------------------------------------- */

.checklist {
  margin-top: 32px;
  display: grid;
  gap: 18px;
}

.check {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.check .icon {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  color: var(--cm-terra);
}

.check p {
  font-size: var(--text-body-sm);
  line-height: var(--leading-snug);
  color: var(--text-muted);
}

/* --- Sub-tarjetas (Según tu momento vital) -------------------------------- */

.subcards {
  margin-top: 32px;
  display: grid;
  gap: 16px;
}

.subcard {
  background: var(--surface-sunken);
  border-radius: 16px;
  padding: 22px 24px;
}

.subcard h3 {
  font-family: var(--font-body);
  font-size: var(--text-body-sm);
  font-weight: var(--weight-semibold);
  letter-spacing: 0;
  color: var(--green-900);
}

.subcard p {
  margin-top: 6px;
  font-size: var(--text-card);
  line-height: var(--leading-snug);
  color: var(--text-muted);
}

/* --- Split de dos columnas iguales ---------------------------------------- */

.split {
  max-width: var(--container-max);
  margin-inline: auto;
  display: grid;
  gap: 72px;
  align-items: start;
}

.split--even {
  grid-template-columns: 1fr 1fr;
}

.split--wide-right {
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
}

.split--contact {
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.split h2 {
  font-size: var(--text-h2-sm);
}

/* --- Columna de prosa (Quién soy) ----------------------------------------- */

.prose {
  max-width: 720px;
  margin-inline: auto;
}

.prose h2 {
  font-size: clamp(1.9rem, 1.45rem + 1.7vw, 2.625rem); /* → 42px */
}

.prose p {
  margin-top: 26px;
  font-size: var(--text-body);
  line-height: 1.78;
  color: var(--text-muted);
}

/* Cita destacada con filete terracota. */
.pullquote {
  margin-top: 36px;
  padding-left: 26px;
  border-left: 2px solid var(--cm-terra);
  font-family: var(--font-display);
  font-size: var(--script-md);
  line-height: var(--leading-heading);
  color: var(--green-900);
}

/* --- Declaración centrada sobre verde ------------------------------------- */

.statement {
  max-width: 820px;
  margin-inline: auto;
}

.statement h2 {
  font-size: clamp(2rem, 1.45rem + 2.1vw, 2.75rem); /* → 44px */
  line-height: 1.2;
}

.statement p {
  margin-top: 26px;
  font-size: var(--text-lead);
  line-height: var(--leading-body);
  color: var(--text-on-dark-muted);
}

/* --- Casos de éxito (tarjeta grande imagen + texto) ----------------------- */

.cases {
  max-width: var(--container-max);
  margin-inline: auto;
  display: grid;
  gap: 32px;
}

.case {
  background: var(--surface-sunken);
  border-radius: var(--radius-image);
  overflow: hidden;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
}

/* Alterna el lado de la imagen entre casos. */
.case--flip {
  grid-template-columns: 1.15fr .85fr;
}

.case--flip .case__media {
  order: 2;
}

/* Las imágenes de los casos son gráficos 4:5 con texto incrustado: se fija esa
   misma proporción para que `cover` no recorte nada y no se pierda el texto. */
.case__media {
  aspect-ratio: 4 / 5;
}

.case__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case__body {
  padding: 56px;
}

.case__body h2 {
  font-size: clamp(1.7rem, 1.35rem + 1.4vw, 2.25rem); /* → 36px */
  line-height: 1.16;
}

.case__body p {
  margin-top: 20px;
  font-size: var(--text-body-sm);
  line-height: var(--leading-body);
  color: var(--text-muted);
}

/* --- Citas sobre la banda verde ------------------------------------------- */

.quotes-3 {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.quote-card {
  background: var(--surface-on-dark);
  border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-card);
  padding: 34px 32px;
}

.quote-card h3 {
  margin: 8px 0 14px;
  font-size: 25px;
  color: var(--text-on-dark);
}

.quote-card blockquote {
  font-size: var(--text-card);
  line-height: var(--leading-body);
  color: var(--text-on-dark-soft);
}

/* --- Vídeos --------------------------------------------------------------- */

.videos {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.videos video {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius-card);
  background: var(--cream-300);
  display: block;
}

/* --- Contacto: datos de contacto ----------------------------------------- */

.contact-list {
  margin-top: 36px;
  display: grid;
  gap: 20px;
}

.contact-row {
  display: flex;
  gap: 18px;
  align-items: center;
}

.contact-row p,
.contact-row a {
  font-size: var(--text-body-sm);
  color: var(--text-muted);
}

.contact-row a:hover {
  color: var(--orange-700);
}

.contact-list + .script {
  margin-top: 32px;
}

/* --- Contacto: formulario ------------------------------------------------ */

.form-card {
  background: var(--surface-card);
  border: 1.5px solid var(--border-card);
  border-radius: var(--radius-card);
  padding: 44px 40px;
  box-shadow: var(--shadow-card);
}

.form-card h2 {
  font-size: 30px;
}

.form-card__sub {
  margin-top: 12px;
  font-size: var(--text-card);
  line-height: var(--leading-snug);
  color: var(--text-muted);
}

.form {
  margin-top: 32px;
  display: grid;
  gap: 22px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: var(--text-eyebrow);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--eyebrow);
}

.field input,
.field textarea {
  width: 100%;
  padding: 13px 16px;
  font-family: var(--font-body);
  font-size: var(--text-body-sm);
  line-height: var(--leading-snug);
  color: var(--text-default);
  background: var(--surface-page);
  border: 1.5px solid var(--border-card);
  border-radius: 10px;
  transition: border-color var(--duration-fast) var(--ease-out),
              box-shadow var(--duration-fast) var(--ease-out);
}

.field textarea {
  resize: vertical;
  min-height: 130px;
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--text-subtle);
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--cm-terra);
  box-shadow: var(--ring-focus);
}

/* Campo inválido: sólo tras intentar enviar, nunca mientras se escribe. */
.form[data-validated="true"] input:invalid,
.form[data-validated="true"] textarea:invalid {
  border-color: var(--danger-border, #C0705A);
}

.field__error {
  font-size: var(--text-meta);
  color: #A8321A;
}

/* Trampa para bots: fuera de pantalla pero no `display:none`, que algunos
   rellenadores automáticos ignoran. */
.form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form__note {
  margin-top: 4px;
  font-size: var(--text-meta);
  line-height: var(--leading-snug);
  color: var(--text-subtle);
}

.form__status {
  border-radius: 16px;
  padding: 16px 18px;
  font-size: var(--text-link);
  line-height: var(--leading-snug);
}

.form__status--ok {
  background: var(--green-100);
  color: var(--green-900);
}

.form__status--error {
  background: #FBDCD3;
  color: #A8321A;
}

.form__status[hidden] {
  display: none;
}

.btn[aria-disabled="true"] {
  background: var(--action-disabled-bg, #D8D3C8);
  color: var(--action-disabled-fg, #8A8477);
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1023px) {
  .cards-3,
  .quotes-3 {
    grid-template-columns: 1fr 1fr;
  }

  .videos {
    grid-template-columns: repeat(3, 1fr);
  }

  img.banner__img {
    height: 300px;
  }
}

@media (max-width: 899px) {
  /* Todos los splits de dos columnas colapsan a una. */
  .hero--split .hero__grid,
  .split--even,
  .split--wide-right,
  .split--contact {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .case,
  .case--flip {
    grid-template-columns: 1fr;
  }

  /* Con una sola columna la imagen va siempre arriba. */
  .case--flip .case__media {
    order: 0;
  }

  /* Sin recorte tampoco en móvil: la proporción manda. */
  .case__media {
    aspect-ratio: 4 / 5;
    max-width: 420px;
    margin-inline: auto;
  }

  .case__body {
    padding: 40px 32px;
  }
}

@media (max-width: 767px) {
  .hero--centered,
  .hero--split {
    padding: 56px var(--gutter) 64px;
  }

  .cards-3,
  .quotes-3,
  .subcards {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 28px 24px;
  }

  .case__body {
    padding: 32px 24px;
  }

  .form-card {
    padding: 32px 24px;
  }

  .banner {
    padding-bottom: var(--section-y);
  }

  img.banner__img {
    height: 240px;
  }

  .prose p {
    margin-top: 20px;
  }

  /* Los 5 vídeos pasan a carrusel horizontal con scroll-snap. */
  .videos {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 74%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    padding-bottom: 8px;
  }

  .videos video {
    scroll-snap-align: center;
  }

  .contact-row {
    align-items: flex-start;
  }
}

/* ===== legal.css ===== */
/* ==========================================================================
   Páginas legales — aviso legal, privacidad, condiciones de venta,
   accesibilidad. Reutiliza los tokens de la home; sólo añade lo que el
   diseño original no contemplaba (no hay artboard para estas páginas).
   ========================================================================== */

.page-hero {
  padding: 72px var(--gutter) 48px;
  background: var(--surface-sunken);
  border-bottom: 1px solid var(--hairline);
}

.page-hero__inner {
  max-width: var(--container-narrow);
  margin-inline: auto;
}

.breadcrumb {
  margin: 0 0 18px;
  font-size: var(--text-eyebrow);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--eyebrow);
}

.breadcrumb a {
  color: inherit;
  border-bottom: 1px solid var(--underline-soft);
  padding-bottom: 2px;
}

.breadcrumb a:hover {
  color: var(--green-900);
}

.page-hero h1 {
  font-size: var(--text-h2);
  line-height: var(--leading-heading);
}

.page-hero__sub {
  margin-top: 18px;
  max-width: 34em;
  font-size: var(--text-lead);
  line-height: var(--leading-body);
  color: var(--text-muted);
}

/* --- Cuerpo del documento ------------------------------------------------- */

.legal {
  max-width: var(--container-narrow);
  margin-inline: auto;
  padding: 72px var(--gutter) 96px;
}

.legal h2 {
  margin: 56px 0 20px;
  font-size: var(--text-h3);
  line-height: var(--leading-heading);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--hairline);
}

.legal h2:first-child {
  margin-top: 0;
}

.legal h3 {
  margin: 36px 0 14px;
  font-family: var(--font-body);
  font-size: var(--text-body-sm);
  font-weight: var(--weight-semibold);
  letter-spacing: 0;
  color: var(--green-900);
}

.legal p {
  margin: 0 0 18px;
  font-size: var(--text-body-sm);
  line-height: 1.75;
  color: var(--text-muted);
}

.legal ul {
  margin: 0 0 22px;
  padding-left: 0;
  list-style: none;
}

.legal li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 26px;
  font-size: var(--text-body-sm);
  line-height: 1.7;
  color: var(--text-muted);
}

.legal li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: var(--radius-circle);
  background: var(--peach-300);
}

.legal a {
  border-bottom: 1px solid var(--underline-soft);
  word-break: break-word;
}

.legal__meta {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--hairline);
  font-size: var(--text-meta);
  line-height: var(--leading-snug);
  color: var(--text-subtle);
}

@media (max-width: 767px) {
  .page-hero {
    padding-block: 48px 36px;
  }

  .legal {
    padding-block: 48px 64px;
  }

  .legal h2 {
    margin-top: 40px;
  }
}

/* ===== a11y-aa.css ===== */
/* ==========================================================================
   WCAG 2.1 AA contrast overrides.  ACTIVE — loaded after layout.css.
   ==========================================================================

   The palette in `Home Carmen Maria.dc.html` has six text/background pairs
   that fall below the 4.5:1 minimum for normal-size text. This file is the
   smallest set of changes that reaches AA while staying on the same hues.

   Remove the <link> in index.html to fall back to the design's colours
   exactly as drawn on the canvas.

   Measured before → after (contrast ratio):

     eyebrow labels     #A08A72 → #7C6853   2.81 → 4.52  (on the cream band)
     eyebrow on green   #E3C3AE → #EEDACA   3.69 → 4.52  (peach-300 → peach-200)
     card captions      #8A8477 → #7C766B   3.72 → 4.51  (on white)
     primary button     #BF7150 → #A85F41   3.69 → 4.80  (white label)
     lead on green      alpha .82 → .84     4.43 → 4.57
     card copy on green alpha .78 → .94     3.67 → 4.51

   Two of the swaps reuse tokens the palette already contains: --orange-600 is
   the button's own hover colour, and --peach-200 is one step up the peach ramp,
   so no new hue enters the palette. The button's hover then steps down to
   --orange-700 to keep the state change visible.

   The step cards sit on a 7%-cream wash over the green, so their body copy
   is scored against #667053 rather than the band colour — which is why it
   needs .94 where the section lead only needs .84.

   Not changed: the oversized “ ” quote glyph (1.66:1). It is marked
   aria-hidden and carries no information, so WCAG 1.4.3 does not apply.
   ========================================================================== */

:root {
  --eyebrow: #7C6853;
  --text-subtle: #7C766B;
  --action-primary-bg: var(--orange-600);
  --action-primary-bg-hover: var(--orange-700);
  --text-on-dark-muted: rgba(250, 246, 239, .84);
  --text-on-dark-soft: rgba(250, 246, 239, .94);
}

.section--inverse .eyebrow {
  color: var(--peach-200);
}


/* ---- Ajustes para Elementor (inyectados por wp/deploy.py) ---- */
.cm-sticky-header{position:sticky;top:0;z-index:50}
/* El sticky se lleva al contenedor, pero la cabecera sigue necesitando ser
   bloque contenedor: el menú móvil se posiciona absoluto contra ella.
   `relative` no interfiere con el sticky del ancestro; `static` rompía el
   desplegable (se posicionaba contra el contenedor y quedaba superpuesto). */
.cm-header{position:relative}
/* Canvas: sin márgenes del tema alrededor de los contenedores */
.elementor-widget-html{line-height:normal}
.e-con,.e-con-inner{--container-default-padding-top:0;--container-default-padding-bottom:0;
  --container-default-padding-left:0;--container-default-padding-right:0}
