:root {
  --ink: #22205e;
  --ink-soft: #47447e;
  --bg: #f6e9dc;
  --surface: #ffffff;
  --surface-2: #fbf3eb;
  --surface-3: #f8efe7;
  --primary: #b31b6f;
  --secondary: #6794a1;
  --soft: #e7bcd1;
  --teal: #6794a1;
  --teal-deep: #537b86;
  --rose: #e7bcd1;
  --rose-deep: #d7a1ba;
  --line: rgba(34, 32, 94, 0.14);
  --line-soft: rgba(34, 32, 94, 0.08);
  --shadow-soft: 0 10px 30px rgba(34, 32, 94, 0.06);
  --radius-xl: 18px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-sm: 10px;

  --ff-title: "Cormorant SC", serif;
  --ff-sub: "Cormorant Garamond", serif;
  --ff-body: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container: 1240px;
  --header-h: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: radial-gradient(1200px 520px at 50% 0%, #ffffff 0%, var(--bg) 62%);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

#inicio, #servicios, #sobre-mi, #reserva { scroll-margin-top: calc(var(--header-h) + 14px); }

.skip-link {
  position: absolute;
  top: -100px;
  left: 10px;
  z-index: 100;
  padding: 8px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.skip-link:focus { top: 10px; }

.container {
  width: min(var(--container), calc(100% - 28px));
  margin-inline: auto;
}

.section { padding: 16px 0 24px; }
.section--compact { padding: 12px 0 18px; }

/* Typography */
.brand,
.title-xl,
.title-lg,
.title-section {
  font-family: var(--ff-title);
  font-weight: 700;
  color: var(--ink);
  line-height: 0.98;
  margin: 0;
  letter-spacing: 0;
}

.title-md,
.title-sm,
.manifesto__main,
.manifesto__accent {
  font-family: var(--ff-sub);
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  line-height: 1.05;
}

.title-xl { font-size: clamp(2rem, 7vw, 3.45rem); }
.title-lg { font-size: clamp(1.4rem, 4.4vw, 2.25rem); }
.title-section { font-size: clamp(1.65rem, 4vw, 2.45rem); text-align: center; }
.title-section--mb { margin-bottom: 16px; }
.title-section--tight { max-width: 820px; margin-inline: auto; }
.title-md { font-size: clamp(1.08rem, 2.5vw, 1.55rem); }
.title-sm { font-size: clamp(1.05rem, 2.15vw, 1.35rem); }
.title-sm--caps { text-transform: uppercase; letter-spacing: .02em; }

.eyebrow {
  margin: 0 0 8px;
  font-family: var(--ff-body);
  font-size: .72rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: var(--ink);
  opacity: .92;
}
.eyebrow--center { text-align: center; }

.text-body,
.text-small,
.text-link,
.main-nav a,
.btn,
.pill,
.footer-links a,
.footer-copy {
  font-family: var(--ff-body);
}

.text-body {
  margin: 0;
  color: var(--ink-soft);
  font-size: .97rem;
  line-height: 1.55;
}
.text-body + .text-body { margin-top: 10px; }
.text-small {
  margin: 0;
  color: var(--ink-soft);
  font-size: .89rem;
  line-height: 1.45;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-weight: 700;
  color: var(--ink);
  border-bottom: 1px solid rgba(34,32,94,.28);
}
.text-link:hover { border-bottom-color: var(--ink); }
.text-link::after { content: "→"; font-size: .95em; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 11px 18px;
  font-size: .93rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
  will-change: transform;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn,
.btn--header {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 20px rgba(179, 27, 111, 0.20);
}
.btn:hover,
.btn--header:hover { box-shadow: 0 12px 24px rgba(179, 27, 111, 0.28); }

.btn--header {
  padding: 10px 15px;
  font-size: .87rem;
  white-space: nowrap;
}

.btn--cta {
  background: var(--ink);
  color: #fff;
  box-shadow: none;
  border-color: rgba(255,255,255,.22);
}
.btn--cta:hover { background: #19174b; box-shadow: none; }

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--primary);
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  border: 1px solid rgba(34, 32, 94, .15);
  transition: transform .2s ease, background-color .2s ease;
}
.pill:hover { background: #9a165f; transform: translateY(-1px); }

.btn:focus-visible,
.pill:focus-visible,
.main-nav a:focus-visible,
.menu-toggle:focus-visible,
.acc__btn:focus-visible,
.footer__social a:focus-visible {
  outline: 2px solid rgba(103, 148, 161, .55);
  outline-offset: 2px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(231,188,209,.22);
  background: var(--ink);
}
.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.brand { line-height: 1; }

.brand--logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.brand--logo img {
  height: 56px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.18));
}

.menu-toggle {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(231,188,209,.35);
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin-inline: auto;
  background: var(--soft);
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.main-nav {
  position: absolute;
  top: calc(100% + 6px);
  left: 14px;
  right: 14px;
  display: grid;
  gap: 4px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(231,188,209,.18);
  background: rgba(34,32,94,.98);
  box-shadow: 0 12px 28px rgba(10,10,30,.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.main-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-nav a {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  padding: 10px 12px;
  color: var(--soft);
  font-family: var(--ff-title);
  font-size: .95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.main-nav a:not(.btn):hover { background: rgba(231,188,209,.10); color: #fff; }
.main-nav .is-active { background: rgba(231,188,209,.08); }
.main-nav .btn--header {
  width: 100%;
  justify-content: center;
  margin-top: 3px;
  font-family: var(--ff-body);
  letter-spacing: 0;
  text-transform: none;
}

.main-nav a.btn--header,
.main-nav .btn--header {
  color: #fff !important;
}

/* Shared cards */
.hero-card,
.problem-card,
.info-card,
.manifesto,
.method-card,
.service-card,
.bio-card,
.faq-block {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

/* Hero */
.hero-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}
.hero-copy {
  padding: 20px 16px 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.65));
}
.hero-copy .title-xl { max-width: 16ch; }
.hero-copy .text-body {
  margin-top: 12px;
  max-width: 50ch;
}
.hero-copy .btn { margin-top: 14px; }
.hero-media {
  border-top: 1px solid var(--line-soft);
  background: var(--surface-2);
}
.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 38%;
}

/* Problem */
.problem-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  background: linear-gradient(180deg, var(--surface-2), var(--surface-3));
}
.problem-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 38%;
}
.problem-copy {
  padding: 15px 14px 14px;
  border-top: 1px solid var(--line-soft);
}
.problem-copy .title-lg {
  margin-bottom: 8px;
  max-width: 18ch;
}

/* Pain cards */
.cards-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.info-card {
  padding: 14px 12px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,.8), rgba(255,255,255,.55));
}
.icon-wrap {
  width: 46px;
  height: 46px;
  margin: 0 auto 10px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(103, 148, 161, .35);
  color: var(--teal-deep);
  background: rgba(103, 148, 161, .06);
}
.info-card .title-sm {
  text-transform: uppercase;
  letter-spacing: .01em;
  margin-bottom: 4px;
  line-height: 1.02;
}
.info-card .text-small { max-width: 28ch; margin-inline: auto; }

/* Manifesto */
.manifesto {
  text-align: center;
  padding: 18px 16px;
  background: linear-gradient(180deg, rgba(246,233,220,.75) 0%, rgba(255,255,255,.70) 100%);
}
.manifesto__main {
  font-size: clamp(1.12rem, 3.1vw, 1.95rem);
  max-width: 33ch;
  margin: 0 auto;
}
.manifesto__accent {
  margin-top: 3px;
  font-size: clamp(1.15rem, 3vw, 1.9rem);
  font-style: italic;
  color: var(--primary);
}

/* Methodology */
.center-block { display: block; }
.method-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.method-card {
  padding: 15px 13px;
  text-align: center;
  background: rgba(255,255,255,.85);
}
.method-card .title-md { margin-bottom: 6px; }
.method-card .text-small {
  max-width: 30ch;
  margin-inline: auto;
}

/* Services */
.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.service-card {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(246,233,220,.35));
}
.service-card__media {
  position: relative;
  background: var(--surface-2);
}
.service-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: var(--line-soft);
}
.service-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.service-card__body { padding: 10px 12px 12px; }
.service-card__body .title-sm { margin-bottom: 5px; }
.service-card__body .text-small { min-height: 2.8em; }

/* Bio */
.bio-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  background: linear-gradient(180deg, rgba(246,233,220,.45), rgba(255,255,255,.85));
}
.bio-card__media {
  background: var(--surface-2);
}
.bio-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 35%;
}
.bio-card__content { padding: 15px 14px; }
.bio-card__content .title-lg {
  margin-bottom: 8px;
  max-width: 22ch;
}

/* FAQ */
.faq-block {
  padding: 16px 12px 10px;
  background: rgba(255,255,255,.86);
}
.accordion {
  margin-top: 12px;
  border-top: 1px solid var(--line);
}
.acc-item + .acc-item { border-top: 1px solid var(--line); }
.acc__btn {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-align: left;
  padding: 12px 2px;
  color: var(--ink);
  font-weight: 700;
  font-size: .95rem;
}
.acc__btn > span:first-child { flex: 1; }
.acc__icon {
  width: 16px;
  text-align: center;
  color: var(--teal-deep);
  transition: transform .2s ease;
}
.acc__btn[aria-expanded="true"] { color: var(--teal-deep); }
.acc__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .22s ease;
}
.acc__panel p {
  margin: 0;
  padding: 0 0 12px;
  color: var(--ink-soft);
  font-size: .92rem;
  line-height: 1.52;
}

/* CTA */
.cta-band {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  align-items: center;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(34,32,94,.12);
  box-shadow: 0 14px 30px rgba(34,32,94,.08);
  padding: 16px 14px;
  background:
    radial-gradient(220px 100px at 100% 100%, rgba(255,255,255,.18), transparent 60%),
    linear-gradient(180deg, rgba(179,27,111,.95), rgba(179,27,111,.88)),
    radial-gradient(900px 260px at 15% 30%, rgba(103,148,161,.26), transparent 60%);
}
.cta-band__copy { position: relative; z-index: 1; }
.title-lg--cta {
  color: #fff;
  line-height: 1.02;
  margin-bottom: 4px;
}
.text-body--cta {
  color: rgba(255,255,255,.92);
  font-weight: 600;
}
.cta-band .btn { justify-self: start; }

/* Footer (original) */
.footer{
  background: var(--ink);
  color: rgba(246,233,220,.86);
  padding: 21px 0;
}
.footer__grid{
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 15px;
  align-items: start;
}
.footer__col{
  min-width: 0;
}
.footer__brand{
  font-family: var(--ff-title);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--bg);
  margin-bottom: 7px;
}
.footer__social{
  display: flex;
  gap: 6px;
  margin-bottom: 7px;
}
.footer__social a{
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(246,233,220,.22);
  background: rgba(255,255,255,.06);
  color: rgba(246,233,220,.9);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.footer__social a:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.12);
  border-color: rgba(246,233,220,.38);
  color: #fff;
}
.footer h4{
  margin: 0 0 6px;
  color: var(--bg);
  font-size: 10px;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-family: var(--ff-title);
  font-weight: 700;
}
.footer__col a{
  display: block;
  padding: 3px 0;
  color: rgba(246,233,220,.78);
  text-decoration: none;
  font-family: var(--ff-body);
  font-size: 12px;
  line-height: 1.2;
}
.footer__col a:hover{
  color: #fff;
}
.footer__copy{
  margin: 0;
  font-family: var(--ff-body);
  font-size: 10px;
  color: rgba(246,233,220,.56);
  line-height: 1.2;
}

/* Micro interactions */
.fade-up {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .45s ease, transform .45s ease;
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .fade-up { opacity: 1; transform: none; }
}

/* Tablet */
@media (min-width: 680px) {
  .container { width: min(var(--container), calc(100% - 36px)); }
  .section { padding: 20px 0 30px; }
  .section--compact { padding: 16px 0 22px; }

  .hero-card,
  .problem-card,
  .bio-card {
    grid-template-columns: 1.02fr .98fr;
  }

  .hero-copy { padding: 24px 22px; display: flex; flex-direction: column; justify-content: center; }
  .hero-copy .btn { align-self: flex-start; }
  .hero-media { border-top: 0; border-left: 1px solid var(--line-soft); }
  .hero-media img { aspect-ratio: 5 / 3; }

  .problem-media img { aspect-ratio: 5 / 3; }
  .problem-copy {
    border-top: 0;
    border-left: 1px solid var(--line-soft);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
  }

  .cards-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .method-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .bio-card__content { padding: 18px; }

  .faq-block { padding: 18px 16px 12px; }

  .cta-band {
    grid-template-columns: 1fr auto;
    padding: 18px 18px;
  }
  .cta-band .btn { justify-self: end; }
}

/* Desktop */
@media (min-width: 980px) {
  .container { width: min(var(--container), calc(100% - 50px)); }
  .section { padding: 24px 0 36px; }
  .section--compact { padding: 20px 0 26px; }

  .header-inner { min-height: 96px; }
  .brand--logo img { height: 68px; }
  .menu-toggle { display: none; }
  .main-nav {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .main-nav a {
    padding: 8px 10px;
    border-radius: 999px;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--soft);
  }
  .main-nav a:not(.btn) {
    position: relative;
    background: transparent;
  }
  .main-nav a:not(.btn):hover { color: #fff; }
  .main-nav a:not(.btn)::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
    height: 2px;
    background: transparent;
    border-radius: 999px;
    transition: background-color .18s ease;
  }
  .main-nav a.is-active::after,
  .main-nav a:not(.btn):hover::after { background: var(--soft); }
  .main-nav .btn--header {
    width: auto;
    margin-top: 0;
    margin-left: 4px;
    padding: 9px 15px;
    text-transform: none;
    letter-spacing: 0;
  }

  .hero-card,
  .problem-card,
  .bio-card {
    border-radius: 14px;
  }

  .hero-copy {
    padding: 34px 38px;
    min-height: 290px;
  }
  .hero-copy .title-xl { max-width: 13.5ch; }
  .hero-copy .text-body { font-size: 1rem; }
  .hero-media img {
    aspect-ratio: 11 / 7;
    object-position: center 32%;
  }

  .problem-card {
    grid-template-columns: .92fr 1.08fr;
    background: linear-gradient(90deg, rgba(255,255,255,.85), rgba(246,233,220,.9));
  }
  .problem-media img {
    aspect-ratio: 11 / 7;
    object-position: center 30%;
  }
  .problem-copy {
    padding: 24px 24px 20px;
  }
  .problem-copy .title-lg { max-width: 15ch; }

  .info-card,
  .method-card,
  .service-card,
  .bio-card,
  .manifesto,
  .faq-block,
  .hero-card,
  .problem-card {
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .info-card:hover,
  .method-card:hover,
  .service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(34, 32, 94, 0.08);
  }

  .manifesto { padding: 22px 18px; }
  .manifesto__main { max-width: 28ch; }

  .method-card { padding: 18px 16px; }
  .service-card__body { padding: 12px 14px 14px; }

  .bio-card {
    grid-template-columns: .95fr 1.05fr;
  }
  .bio-card__content {
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .faq-block { padding: 22px 22px 14px; }
  .acc__btn { padding: 13px 2px; }

  .cta-band { padding: 22px 24px; border-radius: 28px; }
  .title-lg--cta { max-width: 20ch; }
}

/* Large desktop polish */
@media (min-width: 1220px) {
  .hero-copy { min-height: 330px; }
  .title-xl { font-size: 3.6rem; }
  .title-section { font-size: 2.55rem; }
  .info-card { padding: 16px 14px; }
  .method-card .text-small,
  .info-card .text-small,
  .service-card .text-small { font-size: .9rem; }
}

@media (max-width: 900px){
  .footer__grid{ grid-template-columns: 1fr; gap: 10px; }
}



/* =========================
   HEADER DROPDOWNS (v2)
   ========================= */
.main-nav {
  align-items: stretch;
}
.nav-dropdown {
  position: relative;
  display: grid;
  gap: 4px;
}
.nav-dropdown__toggle {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 10px;
  padding: 10px 12px;
  color: var(--soft);
  font-family: var(--ff-title);
  font-size: .95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.nav-dropdown__toggle:hover {
  background: rgba(231,188,209,.10);
  color: #fff;
}
.nav-dropdown__caret {
  font-size: .95em;
  line-height: 1;
  transition: transform .2s ease;
}
.nav-dropdown__menu {
  display: grid;
  gap: 4px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: 8px;
  transition: max-height .2s ease, opacity .2s ease;
}
.nav-dropdown__menu a {
  display: block;
  border-radius: 10px;
  padding: 9px 10px;
  font-family: var(--ff-body);
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(246,233,220,.86);
}
.nav-dropdown__menu a:hover {
  background: rgba(231,188,209,.08);
  color: #fff;
}
.nav-dropdown.is-open > .nav-dropdown__toggle {
  background: rgba(231,188,209,.08);
  color: #fff;
}
.nav-dropdown.is-open > .nav-dropdown__toggle .nav-dropdown__caret {
  transform: rotate(180deg);
}
.nav-dropdown.is-open > .nav-dropdown__menu {
  max-height: 220px;
  opacity: 1;
}

.btn:focus-visible,
.pill:focus-visible,
.main-nav a:focus-visible,
.nav-dropdown__toggle:focus-visible,
.nav-dropdown__menu a:focus-visible,
.menu-toggle:focus-visible,
.acc__btn:focus-visible,
.footer__social a:focus-visible {
  outline: 2px solid rgba(103, 148, 161, .55);
  outline-offset: 2px;
}

/* CTA final estilo referencia (degradado azul-morado) */
.cta-band {
  border-radius: 24px;
  border: 1px solid rgba(34, 32, 94, .12);
  box-shadow: 0 14px 28px rgba(34, 32, 94, .10);
  background:
    radial-gradient(220px 120px at 12% 0%, rgba(255,255,255,.08), transparent 70%),
    radial-gradient(260px 140px at 100% 100%, rgba(255,255,255,.10), transparent 70%),
    linear-gradient(90deg, #2c0f7c 0%, #4b5794 48%, #5e9aa7 100%);
  padding: 18px 16px;
  gap: 12px;
}
.cta-band__copy {
  min-width: 0;
}
.title-lg--cta {
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: .01em;
  font-size: clamp(1.2rem, 4.1vw, 2rem);
}
.text-body--cta {
  color: rgba(255,255,255,.96);
  font-weight: 600;
  font-size: .98rem;
  line-height: 1.3;
}
.btn--cta {
  background: #f7f2ee;
  color: #2c0f7c;
  box-shadow: 0 6px 18px rgba(0,0,0,.10);
  border: 1px solid rgba(255,255,255,.75);
  font-weight: 700;
}
.btn--cta:hover {
  background: #ffffff;
  color: #2c0f7c;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
@media (min-width: 680px) {
  .cta-band {
    padding: 20px 20px;
    border-radius: 26px;
  }
}

/* Desktop dropdown */
@media (min-width: 980px) {
  .nav-dropdown {
    display: block;
  }
  .nav-dropdown__toggle {
    width: auto;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: .85rem;
  }
  .nav-dropdown__toggle:hover {
    background: transparent;
    color: #fff;
  }
  .nav-dropdown__toggle::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
    height: 2px;
    border-radius: 999px;
    background: transparent;
    transition: background-color .18s ease;
  }
  .nav-dropdown:hover > .nav-dropdown__toggle::after,
  .nav-dropdown:focus-within > .nav-dropdown__toggle::after,
  .nav-dropdown.is-open > .nav-dropdown__toggle::after {
    background: var(--soft);
  }
  .nav-dropdown__caret {
    margin-left: 2px;
    font-size: .9em;
    opacity: .9;
  }
  .nav-dropdown__menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    padding: 8px;
    max-height: none;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    transform: translateY(-6px);
    border-radius: 12px;
    border: 1px solid rgba(231,188,209,.18);
    background: rgba(34,32,94,.98);
    box-shadow: 0 12px 28px rgba(10,10,30,.25);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }
  .nav-dropdown__menu a {
    padding: 9px 10px;
    border-radius: 8px;
    white-space: nowrap;
    color: rgba(246,233,220,.9);
  }
  .nav-dropdown:hover > .nav-dropdown__menu,
  .nav-dropdown:focus-within > .nav-dropdown__menu,
  .nav-dropdown.is-open > .nav-dropdown__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .cta-band {
    padding: 22px 24px;
    border-radius: 28px;
  }
}


@media (min-width: 980px) {
  .nav-dropdown__menu a::after {
    display: none !important;
  }
  .nav-dropdown__menu a {
    position: static;
    font-family: var(--ff-body);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
  }
}

@media (min-width: 980px) {
  .cta-band {
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: 18px;
  }
  .cta-band .btn--cta {
    min-height: 50px;
    padding-inline: 22px;
    white-space: nowrap;
  }
}



/* =========================
   AJUSTES V4 (hero + manifesto + CTA)
   ========================= */

/* Hero más cercano a la primera referencia */
.hero-card{
  border-radius: 0;
  box-shadow: none;
  border-color: rgba(34,32,94,.10);
  background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(246,233,220,.56));
}
.hero-copy{
  background: transparent;
}
.hero-copy .title-xl{
  line-height: .96;
  letter-spacing: -.01em;
}
.hero-copy .text-body{
  font-size: .96rem;
  color: rgba(34,32,94,.88);
}
.hero-media{
  background: transparent;
}
.hero-media img{
  object-position: center 28%;
}

/* Quitar etiquetas visuales de secciones (si quedara alguna en HTML) */
.problem-copy > .eyebrow,
.manifesto > .eyebrow,
.bio-card__content > .eyebrow,
.faq-block > .eyebrow{
  display:none !important;
}

/* Manifiesto: box recto azul→teal con textura tipo tela */
.manifesto{
  position: relative;
  border-radius: 0;
  overflow: hidden;
  border-color: rgba(34,32,94,.08);
  box-shadow: none;
  padding: 20px 16px;
  background:
    linear-gradient(110deg, rgba(255,255,255,.08), rgba(255,255,255,0) 40%),
    linear-gradient(90deg, #22205e 0%, #31477b 45%, #6794a1 100%);
}
.manifesto::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.18;
  background:
    repeating-linear-gradient(105deg,
      rgba(255,255,255,.15) 0px,
      rgba(255,255,255,.15) 1px,
      transparent 1px,
      transparent 4px),
    repeating-linear-gradient(15deg,
      rgba(0,0,0,.05) 0px,
      rgba(0,0,0,.05) 1px,
      transparent 1px,
      transparent 5px);
  mix-blend-mode: soft-light;
}
.manifesto::after{
  content:"";
  position:absolute;
  inset:-20% -10%;
  pointer-events:none;
  opacity:.22;
  background:
    radial-gradient(70% 45% at 15% 20%, rgba(255,255,255,.20), transparent 70%),
    radial-gradient(45% 35% at 85% 80%, rgba(255,255,255,.12), transparent 75%);
}
.manifesto > *{
  position:relative;
  z-index:1;
}
.manifesto__main,
.manifesto__accent{
  color:#fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.08);
}
.manifesto__main{
  max-width: 34ch;
}
.manifesto__accent{
  color: rgba(246,233,220,.96);
  font-style: italic;
}

/* CTA final: título en una línea */
.title-lg--cta{
  max-width: none;
}
@media (min-width: 980px){
  .title-lg--cta{
    white-space: nowrap;
    font-size: clamp(1.02rem, 1.38vw, 1.45rem);
    letter-spacing: 0;
    line-height: 1;
  }
  .text-body--cta{
    font-size: .95rem;
  }
  .cta-band{
    padding: 20px 22px;
    gap: 14px;
  }
  .cta-band .btn--cta{
    padding-inline: 18px;
    font-size: .9rem;
  }

  /* Hero desktop proportions de la referencia */
  .hero-card{
    grid-template-columns: .98fr 1.02fr;
  }
  .hero-copy{
    padding: 32px 34px;
    min-height: 320px;
    justify-content: center;
  }
  .hero-copy .title-xl{
    max-width: 14ch;
    font-size: clamp(2.2rem, 3.05vw, 3.35rem);
  }
  .hero-copy .text-body{
    max-width: 46ch;
    margin-top: 12px;
  }
  .hero-copy .btn{
    margin-top: 16px;
  }
  .hero-media img{
    aspect-ratio: 11 / 7;
    object-position: center 26%;
  }
}

/* Hero tablet */
@media (min-width: 680px) and (max-width: 979.98px){
  .hero-card{
    grid-template-columns: .98fr 1.02fr;
  }
  .hero-copy{
    padding: 22px 20px;
  }
  .hero-copy .title-xl{
    max-width: 14ch;
    font-size: clamp(1.8rem, 4vw, 2.45rem);
  }
  .hero-media img{
    aspect-ratio: 5 / 4;
    object-position: center 25%;
  }
}

/* CTA: permitir wrap en móvil para evitar overflow */
@media (max-width: 979.98px){
  .title-lg--cta{
    white-space: normal;
  }
}



/* =========================
   AJUSTES V5 (manifiesto full-width)
   ========================= */
.section--manifesto{
  padding-inline: 0 !important;
}
.manifesto--full{
  width: 100%;
  margin-inline: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0 !important;
  min-height: 132px;
  display: grid;
  align-content: center;
}
@media (min-width: 980px){
  .section--manifesto{
    padding-top: 22px;
    padding-bottom: 28px;
  }
  .manifesto--full{
    min-height: 168px;
    padding-inline: 22px;
  }
}

/* CTA: asegura línea única en desktop ancho */
@media (min-width: 1100px){
  .title-lg--cta{
    white-space: nowrap;
    font-size: clamp(1rem, 1.32vw, 1.4rem);
  }
}

/* =========================
   AJUSTES V6 (hero inmersivo + footer/logo + line breaks)
   ========================= */

/* Hero full-width con degradado azul/teal */
.section--hero{
  padding-top: 0 !important;
  padding-bottom: 18px !important;
}
.section--hero .container{
  width: 100%;
  max-width: none;
  margin: 0;
}
.hero-immersive{
  position: relative;
  min-height: clamp(460px, 62vw, 760px);
  border: 1px solid rgba(34,32,94,.10);
  border-left: 0;
  border-right: 0;
  overflow: hidden;
  background-color: #22205e;
  background-image:
    linear-gradient(96deg,
      rgba(34,32,94,.76) 0%,
      rgba(34,32,94,.68) 20%,
      rgba(34,32,94,.52) 38%,
      rgba(34,32,94,.26) 58%,
      rgba(103,148,161,.22) 100%),
    radial-gradient(1200px 420px at 8% 14%, rgba(231,188,209,.18), transparent 62%),
    radial-gradient(840px 360px at 78% 90%, rgba(246,233,220,.12), transparent 70%),
    url("assets/hero.jpg");
  background-size: cover;
  background-position: center center;
  box-shadow: none;
}
.hero-immersive::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.18;
  background:
    repeating-linear-gradient(110deg,
      rgba(255,255,255,.15) 0px,
      rgba(255,255,255,.15) 1px,
      transparent 1px,
      transparent 5px),
    repeating-linear-gradient(18deg,
      rgba(0,0,0,.08) 0px,
      rgba(0,0,0,.08) 1px,
      transparent 1px,
      transparent 7px);
  mix-blend-mode: soft-light;
}
.hero-immersive::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(34,32,94,.10) 0%, rgba(34,32,94,.28) 100%);
}
.hero-immersive__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(34,32,94,.34) 0%, rgba(34,32,94,0) 55%),
    radial-gradient(42% 50% at 15% 32%, rgba(231,188,209,.15), transparent 70%);
  pointer-events:none;
}
.hero-immersive__inner{
  position: relative;
  z-index: 2;
  min-height: inherit;
  display:flex;
  align-items:center;
}
.hero-immersive__content{
  width: min(760px, 100%);
  padding: clamp(44px, 6vw, 72px) 0 clamp(36px, 4vw, 58px);
  color: #fff;
}
.hero-immersive__title{
  color:#fff;
  line-height: .92;
  letter-spacing: -.01em;
  text-wrap: balance;
  max-width: 15ch;
  font-size: clamp(2.1rem, 7vw, 4.8rem);
  text-shadow: 0 1px 2px rgba(0,0,0,.18);
}
.hero-immersive__text{
  margin-top: 14px;
  max-width: 32ch;
  color: rgba(255,255,255,.96);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,.12);
}
.hero-immersive .btn{
  margin-top: 18px;
  background: linear-gradient(180deg, #ea5f87 0%, #d53f6c 100%);
  border-color: rgba(255,255,255,.18);
  color: #fff;
  box-shadow: 0 10px 18px rgba(20, 16, 46, .20);
}
.hero-immersive .btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}

/* Ajuste de título problema a 2 líneas */
.problem-copy .title-lg{
  max-width: 17.5ch;
  line-height: .95;
}
@media (min-width: 980px){
  .problem-copy .title-lg{
    max-width: 18ch;
  }
}

/* CTA final en 2 líneas, manteniendo alto */
.cta-band{
  min-height: 132px;
}
.title-lg--cta{
  line-height: .98;
  margin-bottom: 6px;
  max-width: 24ch;
}
.title-lg--cta br{
  display:block;
}
@media (min-width: 980px){
  .cta-band{
    min-height: 146px;
  }
  .title-lg--cta{
    max-width: none;
    white-space: normal;
    font-size: clamp(1.06rem, 1.42vw, 1.52rem);
  }
}
@media (max-width: 679.98px){
  .cta-band{
    min-height: 0;
  }
  .title-lg--cta{
    max-width: 16ch;
  }
}

/* Footer 15% más grande + logo imagen */
.footer{
  padding: 24px 0;
}
.footer__grid{
  gap: 17px;
}
.footer__brand-logo{
  margin-bottom: 9px;
}
.footer__brand-logo img{
  height: 31px;
  width: auto;
  display:block;
  object-fit: contain;
  filter: brightness(1.05);
}
.footer__social{
  gap: 7px;
  margin-bottom: 8px;
}
.footer__social a{
  width: 25px;
  height: 25px;
}
.footer h4{
  margin-bottom: 7px;
  font-size: 11px;
}
.footer__col a{
  padding: 4px 0;
  font-size: 13px;
}
.footer__copy{
  font-size: 11px;
}
@media (min-width: 980px){
  .footer{
    padding: 26px 0;
  }
  .footer__brand-logo img{
    height: 34px;
  }
  .footer__social a{
    width: 26px;
    height: 26px;
  }
}

/* Hero fine tune tablet/desktop */
@media (min-width: 680px) and (max-width: 979.98px){
  .section--hero{
    padding-bottom: 20px !important;
  }
  .hero-immersive{
    min-height: 540px;
    background-position: center 30%;
  }
  .hero-immersive__content{
    width: min(620px, 100%);
    padding-top: 54px;
  }
  .hero-immersive__title{
    max-width: 14ch;
    font-size: clamp(2.35rem, 5.5vw, 3.65rem);
  }
  .hero-immersive__text{
    max-width: 34ch;
  }
}
@media (min-width: 980px){
  .section--hero{
    padding-bottom: 24px !important;
  }
  .hero-immersive{
    min-height: 700px;
    background-position: center 33%;
  }
  .hero-immersive__inner{
    align-items: flex-start;
  }
  .hero-immersive__content{
    padding-top: 94px;
    width: min(860px, 100%);
  }
  .hero-immersive__title{
    max-width: 14ch;
    font-size: clamp(3.25rem, 4.15vw, 5.2rem);
  }
  .hero-immersive__text{
    margin-top: 18px;
    max-width: 36ch;
    font-size: 1.05rem;
  }
  .hero-immersive .btn{
    margin-top: 24px;
    min-height: 54px;
    padding-inline: 30px;
    font-size: 1.05rem;
  }
}
@media (max-width: 679.98px){
  .hero-immersive{
    min-height: 470px;
    background-position: 60% 50%;
  }
  .hero-immersive__content{
    padding: 34px 0 28px;
    width: min(420px, 100%);
  }
  .hero-immersive__title{
    max-width: 12ch;
    font-size: clamp(2rem, 10vw, 2.95rem);
  }
  .hero-immersive__text{
    max-width: 30ch;
    font-size: .98rem;
    line-height: 1.35;
  }
  .hero-immersive .btn{
    min-height: 48px;
    font-size: 1rem;
  }
}
