/* Atlas Asio Legacy — landing (demo → Hugo; marca canónica) */
@import url("brand-tokens.css");

.atlas-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: var(--color-ocre, #c49a6c);
  color: var(--color-black, #1a1a1a) !important;
  font-weight: 600;
  text-decoration: none;
}

.atlas-skip-link:focus {
  left: 1.25rem;
  top: 0.5rem;
}

body.landing-page a:focus-visible,
body.landing-page button:focus-visible {
  outline: 2px solid var(--color-ocre, #c49a6c);
  outline-offset: 3px;
}

body.landing-page {
  margin: 0;
  background: var(--color-white, #fff);
}

body.landing-page .hero-logo.lockup {
  width: min(520px, 92vw);
  height: auto;
  border-radius: 0;
  margin: 4px auto 4px;
  display: block;
}

body.landing-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.landing-page .manifiesto-box {
  background: #f5f0eb;
  padding: 40px;
  border-radius: 8px;
  border-left: 6px solid var(--color-ocre);
}

body.landing-page .manifiesto-box h2 {
  font-family: var(--font-titles);
  color: var(--color-black);
  margin: 0 0 1rem;
}

body.landing-page .manifiesto-lead {
  margin: 0 0 1.25rem;
  line-height: 1.55;
  color: var(--color-dark-gray);
}

body.landing-page .manifiesto-quote {
  margin: 0;
  padding: 1.15rem 1.25rem 1rem;
  border: 1px solid rgba(196, 154, 108, 0.45);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.55);
}

body.landing-page .manifiesto-quote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.55;
  color: var(--color-dark-gray);
}

body.landing-page .manifiesto-quote blockquote p {
  margin: 0;
}

body.landing-page .manifiesto-quote figcaption {
  margin: 0.85rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(196, 154, 108, 0.35);
  font-family: var(--font-titles);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-black);
  line-height: 1.3;
}

body.landing-page .manifiesto-quote figcaption::before {
  content: "— ";
}

body.landing-page .manifiesto-quote cite {
  font-style: normal;
  font-weight: inherit;
}

body.landing-page .quote-box {
  background: #f5f0eb;
  padding: 20px;
  border-left: 4px solid var(--color-ocre);
  margin: 20px 0;
}

body.landing-page .section-muted {
  background: #f5f0eb;
  border-bottom: none;
}

body.landing-page a.nav-external {
  color: var(--color-ocre);
}

body.landing-page .blog-list a {
  font-weight: 700;
}

/* ----- Utilidades (sustituyen style= inline en home.html) ----- */
body.landing-page .mt-30 { margin-top: 30px; }
body.landing-page .mt-15 { margin-top: 1.5rem; }
body.landing-page .mt-075 { margin-top: 0.75rem; }
body.landing-page .mt-05 { margin-top: 0.5rem; }
body.landing-page .mt-10 { margin-top: 10px; }
body.landing-page .mb-1 { margin-bottom: 1rem; }
body.landing-page .heading-section {
  font-family: var(--font-titles);
  margin-top: 25px;
}
body.landing-page .list-disc {
  list-style: disc;
  padding-left: 25px;
  margin: 15px 0;
}
body.landing-page .list-pad {
  padding-left: 25px;
  margin: 15px 0;
}
body.landing-page .table-caption {
  caption-side: bottom;
  margin-top: 8px;
  font-weight: 300;
}
body.landing-page .note-muted {
  font-size: 0.92rem;
  opacity: 0.9;
  margin-top: 0.75rem;
}
body.landing-page .text-center { text-align: center; }
body.landing-page .text-sm { font-size: 0.92rem; }
body.landing-page .section-flush { border-bottom: none; }
body.landing-page .collab--alt { background: var(--color-dark-gray, #333); }
body.landing-page a.link-ocre,
body.landing-page .link-ocre { color: var(--color-ocre); }
body.landing-page .legacy-closer {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid var(--color-ocre);
}
body.landing-page .legacy-closer__brand {
  margin: 0;
  font-family: var(--font-titles);
  font-size: 1.8rem;
  color: var(--color-black);
}
body.landing-page .legacy-closer__tagline {
  margin: 0.5rem 0 0;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--color-ocre);
}
body.landing-page .footer-meta {
  margin-top: 10px;
  opacity: 0.7;
}
body.landing-page .footer-meta a { color: var(--color-ocre); }

    /* ----- RESET Y VARIABLES ----- */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    /* Tokens: brand-tokens.css (@import arriba) */

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: var(--font-body);
      background-color: var(--color-white);
      color: var(--color-dark-gray);
      line-height: 1.6;
    }

    a {
      color: var(--color-red-wine);
      text-decoration: none;
      transition: color 0.3s;
    }
    a:hover {
      color: var(--color-ocre);
    }

    .container {
      max-width: var(--page-max);
      margin: 0 auto;
      padding: 0 var(--gutter);
    }

    /* ----- MENÚ FIJO (mismas clases chrome que Ananke + grupos ancla) ----- */
    header.atlas-site-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    }
    .atlas-site-header__bar {
      background: var(--color-black);
      min-height: var(--header-height);
    }
    .navbar {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      height: auto;
      min-height: var(--header-height);
      box-sizing: border-box;
      background: transparent;
      padding: var(--header-pad-y) var(--gutter);
      border-bottom: 1px solid rgba(196, 154, 108, 0.35);
      display: block;
      overflow: visible;
    }
    .navbar .atlas-site-nav__inner {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      width: 100%;
      min-height: calc(var(--header-height) - 2 * var(--header-pad-y));
    }
    .navbar .atlas-site-nav__col--logo {
      flex: 0 1 auto;
    }
    .navbar .atlas-site-nav__col--menu {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 0.75rem;
      flex: 0 1 auto;
      margin-left: auto;
      min-width: 0;
    }

    .navbar .logo {
      font-family: var(--font-titles);
      font-weight: 700;
      font-size: 1.35rem;
      color: var(--color-ocre);
      letter-spacing: 2px;
      padding-left: 0;
      display: flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 0;
      height: var(--header-logo);
      text-decoration: none;
    }
    .navbar .logo img,
    .navbar .atlas-nav-logo {
      width: var(--header-logo);
      height: var(--header-logo);
      border-radius: 50%;
      object-fit: contain;
    }
    .navbar .logo .atlas-site-nav__brand-name,
    .navbar .logo .atlas-site-nav__brand-name span {
      color: var(--color-white);
    }
    .navbar .logo .atlas-site-nav__brand-name > span {
      color: var(--color-ocre);
    }
    .navbar .logo .legacy,
    .navbar .logo .atlas-site-nav__brand-legacy {
      display: block;
      font-size: 0.65rem;
      font-weight: 400;
      letter-spacing: 3px;
      color: var(--color-ocre);
      text-transform: uppercase;
      line-height: 1;
      margin-top: 2px;
    }

    .nav-links {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: flex-end;
      align-self: center;
      list-style: none;
      margin: 0;
      padding: 0;
      min-width: 0;
      overflow: visible;
      gap: 0.15rem 1rem;
      height: 2rem;
    }
    .nav-links > li {
      margin: 0;
      padding: 0;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      height: 100%;
      list-style: none;
    }
    .nav-links > li.nav-primary > a {
      color: var(--color-white);
      font-family: var(--font-body);
      font-weight: 400;
      font-size: 0.8rem;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: color 0.3s, border-color 0.3s;
      padding: 0;
      border-bottom: 2px solid transparent;
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      height: 100%;
      box-sizing: border-box;
    }
    .nav-links > li.nav-primary > a:hover {
      color: var(--color-ocre);
      border-bottom-color: var(--color-ocre);
    }

    /* Acordeón / dropdown: visible en todos los anchos */
    .nav-group {
      position: relative;
      width: auto;
      text-align: center;
    }
    .nav-group-toggle {
      background: none;
      border: none;
      border-bottom: 2px solid transparent;
      color: var(--color-white);
      font-family: var(--font-body);
      font-weight: 400;
      font-size: 0.8rem;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 1px;
      cursor: pointer;
      padding: 0;
      margin: 0;
      width: auto;
      height: 100%;
      display: inline-flex;
      align-items: center;
      box-sizing: border-box;
      transition: color 0.3s, border-color 0.3s;
    }
    .nav-group-toggle::after {
      content: "▾";
      font-size: 0.65em;
      margin-left: 0.35em;
      opacity: 0.75;
      line-height: 1;
    }
    .nav-group-toggle:hover,
    .nav-group-toggle[aria-expanded="true"] {
      color: var(--color-ocre);
      border-bottom-color: var(--color-ocre);
    }
    .nav-group-links {
      list-style: none;
      margin: 0;
      /* padding-top = puente hover (sin hueco muerto bajo el botón) */
      padding: 12px 14px 10px;
      min-width: 11.5rem;
      display: block;
      position: absolute;
      top: calc(100% - 2px);
      /* Centrado bajo el botón del grupo (todos los desplegables) */
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      z-index: 1100;
      background: var(--color-nav-sub-bg);
      border: 1px solid rgba(196, 154, 108, 0.35);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
      text-align: center;
      pointer-events: auto;
    }
    .nav-group-links[hidden] {
      display: none !important;
    }
    .nav-group-links li {
      margin: 0;
    }
    .nav-group-links a {
      font-size: 0.8rem;
      letter-spacing: 0.5px;
      color: var(--color-nav-sub-text);
      opacity: 1;
      text-transform: none;
      display: block;
      padding: 8px 10px;
      border-bottom: none;
      white-space: nowrap;
    }
    .nav-group-links a:hover {
      color: var(--color-white);
      background: rgba(196, 154, 108, 0.15);
      border-bottom-color: transparent;
    }

    /* Desktop / panel ancho: hover + focus (puente sin gap).
       Corte alineado con hamburger: ≥721px = barra de 6 ítems. */
    @media (min-width: 721px) {
      .nav-group:hover > .nav-group-toggle,
      .nav-group:focus-within > .nav-group-toggle {
        color: var(--color-ocre);
        border-bottom-color: var(--color-ocre);
      }
      .nav-group:hover > .nav-group-links[hidden],
      .nav-group:focus-within > .nav-group-links[hidden] {
        display: block !important;
      }
    }

    /* Botón menú móvil / tablet — ☰ propio (sin Font Awesome: en Chrome el glifo FA deja el botón vacío) */
    .menu-toggle {
      display: none;
      background: none;
      border: none;
      color: var(--color-white);
      font-size: 1.8rem;
      cursor: pointer;
      padding: 8px 4px;
      flex-shrink: 0;
      margin-left: auto;
      line-height: 1;
      min-width: 44px;
      min-height: 44px;
    }
    .menu-toggle-icon::before {
      content: "☰";
      font-family: system-ui, "Segoe UI", sans-serif;
      font-weight: 700;
      font-style: normal;
      speak: never;
    }

    /* ----- SECCIONES GENERALES (no .hero: evita padding/borde sobre portada) ----- */
    section:not(.hero),
    .landing-block {
      padding: 80px 0 60px;
      border-bottom: 1px solid #eee;
    }
    section:not(.hero):last-of-type,
    .landing-block:last-of-type {
      border-bottom: none;
    }
    /* Secciones anidadas en wrappers/acordeón: sin segundo bloque de 80px */
    .landing-block > section,
    .landing-details > section {
      padding: 24px 0 8px;
      border-bottom: none;
    }
    .landing-block > section#manifiesto {
      padding-top: 8px;
    }
    .landing-block--manifest .manifiesto-box {
      margin: 0 auto;
    }

    /* Anclas bajo header fijo */
    section[id],
    .landing-block[id],
    #afijo,
    #entrevistas,
    #cine,
    #hitos,
    #criadero,
    #comunidad,
    #colaboradores,
    #biografia,
    #manifiesto,
    #legacy {
      scroll-margin-top: calc(var(--header-height) + 12px);
    }

    /* Acordeón body */
    .landing-details {
      margin: 16px 0 24px;
      border: 1px solid #e8e4df;
      border-radius: 4px;
      background: #fff;
    }
    .landing-details > summary {
      font-family: var(--font-titles);
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--color-black);
      cursor: pointer;
      padding: 16px 20px;
      list-style: none;
    }
    .landing-details > summary::-webkit-details-marker {
      display: none;
    }
    .landing-details > summary::before {
      content: '+';
      display: inline-block;
      width: 1.2em;
      color: var(--color-ocre);
      font-weight: 700;
    }
    .landing-details[open] > summary::before {
      content: '−';
    }
    .landing-details > section,
    .landing-details > .container {
      padding: 0 20px 24px;
      border-bottom: none;
    }
    .landing-block > .container > .landing-details:last-child,
    .landing-block .landing-details:last-child {
      margin-bottom: 0;
    }

    /* Comentario editorial — etapa del afijo (#afijo) */
    .afijo-comentario {
      margin: 1.25rem 0 0.35rem;
      padding: 0.85rem 1rem 0.85rem 1.1rem;
      border-left: 3px solid rgba(196, 154, 108, 0.75);
      background: rgba(245, 240, 235, 0.65);
    }
    .afijo-comentario p {
      margin: 0;
      font-size: 0.98rem;
      font-style: italic;
      font-weight: 300;
      line-height: 1.55;
      color: var(--color-dark-gray);
    }
    .afijo-comentario strong {
      font-style: normal;
      font-weight: 600;
      color: var(--color-black);
    }

    .section-title {
      font-family: var(--font-titles);
      font-weight: 700;
      font-size: 2.5rem;
      color: var(--color-black);
      margin-bottom: 20px;
      letter-spacing: 1px;
      position: relative;
    }
    .section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background: var(--color-ocre);
      margin-top: 8px;
    }

    .section-subtitle {
      font-size: 1.2rem;
      font-weight: 300;
      color: var(--color-dark-gray);
      margin-bottom: 30px;
    }

    /* ----- HERO (PORTADA) ----- */
    .hero {
      background: var(--color-black);
      color: var(--color-white);
      padding: 0 0 28px;
      text-align: center;
      margin-top: var(--header-height); /* menú fijo unificado */
      border-bottom: none;
      min-height: 0;
      box-sizing: border-box;
    }
    .hero .container {
      max-width: 960px;
    }
    .hero .hero-logo:not(.lockup) {
      width: 140px;
      height: 140px;
      margin: 0 auto 24px;
      display: block;
      border-radius: 50%;
    }
    .hero h1:not(.visually-hidden) {
      font-family: var(--font-titles);
      font-size: clamp(2.4rem, 6vw, 3.6rem);
      font-weight: 700;
      letter-spacing: 4px;
      color: var(--color-ocre);
      margin: 0;
    }
    .hero h1 span {
      color: var(--color-white);
    }
    .hero .brand-sub {
      font-family: var(--font-titles);
      font-size: 1.1rem;
      letter-spacing: 6px;
      text-transform: uppercase;
      color: var(--color-ocre);
      margin-top: 4px;
    }
    .hero p {
      font-size: clamp(1.05rem, 2.5vw, 1.3rem);
      max-width: 700px;
      margin: 8px auto 18px;
      font-weight: 300;
      line-height: 1.45;
      color: var(--color-white);
    }
    .hero .hero-manifest {
      max-width: 38rem;
      margin-top: 12px;
    }
    .hero .hero-manifest strong {
      font-weight: 700;
      color: var(--color-ocre);
    }
    .hero .hero-tagline {
      font-family: var(--font-titles);
      font-size: clamp(0.95rem, 2vw, 1.15rem);
      font-weight: 400;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--color-ocre);
      margin: 0 auto 8px;
      opacity: 0.95;
    }
    .hero .tagline {
      font-size: 1.8rem;
      font-weight: 300;
      font-style: italic;
      color: var(--color-ocre);
      border-top: 1px solid var(--color-ocre);
      border-bottom: 1px solid var(--color-ocre);
      display: inline-block;
      padding: 8px 30px;
      margin-top: 10px;
    }
    .hero .hero-cta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
      margin-top: 22px;
    }
    .hero .btn {
      display: inline-block;
      margin-top: 0;
      padding: 14px 28px;
      background: var(--color-red-wine);
      color: var(--color-white);
      border-radius: 4px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      transition: background 0.3s, color 0.3s, border-color 0.3s;
      border: 2px solid transparent;
      text-decoration: none;
    }
    .hero .btn:hover {
      background: var(--color-ocre);
      color: var(--color-black);
    }
    .hero .btn--ghost {
      background: transparent;
      color: var(--color-white);
      border-color: var(--color-ocre);
    }
    .hero .btn--ghost:hover {
      background: var(--color-ocre);
      color: var(--color-black);
    }

    .landing-block--manifest {
      background: var(--color-surface, #f7f4f0);
      border-bottom: 1px solid #e8e4df;
    }
    .legacy-lead {
      max-width: 40rem;
      margin: 0 0 1.75rem;
      font-size: 1.05rem;
      line-height: 1.55;
      color: var(--color-dark-gray, #333);
    }
    .legacy-criadero {
      margin-bottom: 1.5rem;
      padding-bottom: 0.5rem;
    }
    .legacy-criadero__head {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.25rem;
    }
    .legacy-criadero__mark {
      flex-shrink: 0;
      width: 72px;
      height: 72px;
      display: block;
    }
    .legacy-criadero__head .heading-section {
      margin: 0;
    }
    .legacy-principles {
      list-style: none;
      margin: 0 0 1.75rem;
      padding: 0;
      max-width: 40rem;
    }
    .legacy-principles li {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      margin: 0 0 0.85rem;
      line-height: 1.45;
      color: var(--color-dark-gray, #333);
    }
    .legacy-principles__icon {
      flex-shrink: 0;
      color: var(--color-ocre, #C49A6C);
      margin-top: 0.1rem;
    }
    .legacy-timeline__title {
      font-family: var(--font-titles);
      font-size: 1.15rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      margin: 0 0 1rem;
      color: var(--color-black, #1A1A1A);
    }
    .legacy-timeline {
      list-style: none;
      margin: 0 0 1.75rem;
      padding: 0 0 0 0.25rem;
      max-width: 28rem;
      position: relative;
    }
    .legacy-timeline::before {
      content: "";
      position: absolute;
      left: 7px;
      top: 0.35rem;
      bottom: 0.35rem;
      width: 2px;
      background: var(--color-ocre, #C49A6C);
      opacity: 0.55;
    }
    .legacy-timeline__item {
      display: grid;
      grid-template-columns: 1rem 4.25rem 1fr;
      gap: 0.65rem 0.75rem;
      align-items: start;
      position: relative;
      margin: 0 0 1rem;
      padding: 0;
    }
    .legacy-timeline__marker {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 1rem;
      height: 1.2rem;
      color: var(--color-ocre, #C49A6C);
      background: #f5f0eb;
      z-index: 1;
    }
    .legacy-timeline__item--current .legacy-timeline__marker {
      color: var(--color-wine, #8B1A1A);
    }
    .legacy-timeline__year {
      font-family: var(--font-titles);
      font-size: 0.95rem;
      font-weight: 700;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: var(--color-black, #1A1A1A);
      line-height: 1.3;
    }
    .legacy-timeline__item--current .legacy-timeline__year {
      color: var(--color-wine, #8B1A1A);
    }
    .legacy-timeline__goal {
      font-size: 0.98rem;
      line-height: 1.4;
      color: var(--color-dark-gray, #333);
    }
    .legacy-timeline__goal em {
      font-style: normal;
      color: var(--color-wine, #8B1A1A);
      font-weight: 600;
    }
    .note-muted {
      color: #666;
      font-size: 0.9em;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
    }

    /* ----- BLOQUES DE CONTENIDO ----- */
    .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin: 30px 0;
    }
    .card {
      background: #f9f9f9;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: transform 0.3s, box-shadow 0.3s;
      border-left: 4px solid var(--color-ocre);
    }
    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .card h3 {
      font-family: var(--font-titles);
      font-weight: 600;
      color: var(--color-black);
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 0.55rem;
    }
    .card h3 i,
    .card-icon {
      color: var(--color-red-wine);
      flex-shrink: 0;
      display: inline-flex;
      line-height: 0;
    }
    .card-icon svg {
      display: block;
    }

    /* Tablas */
    .table-wrap {
      overflow-x: auto;
      margin: 25px 0;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.95rem;
    }
    table th {
      background: var(--color-black);
      color: var(--color-white);
      padding: 12px 15px;
      text-align: left;
      font-weight: 600;
    }
    table td {
      padding: 10px 15px;
      border-bottom: 1px solid #ddd;
    }
    table tr:nth-child(even) {
      background: #f5f5f5;
    }

    /* Top 5 perros */
    .dog-card {
      background: #fff;
      border-radius: 8px;
      padding: 20px 25px;
      margin-bottom: 25px;
      border-left: 6px solid var(--color-red-wine);
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
      display: flex;
      flex-wrap: wrap;
      gap: 1.25rem;
      align-items: flex-start;
    }
    .dog-card__photo {
      width: 140px;
      height: 140px;
      object-fit: cover;
      border-radius: 4px;
      flex-shrink: 0;
    }
    .dog-card__body {
      flex: 1 1 220px;
      min-width: 0;
    }
    .dog-card h3 {
      font-family: var(--font-titles);
      font-size: 1.6rem;
      color: var(--color-black);
      margin-bottom: 5px;
    }
    .dog-card .subtitle {
      font-weight: 700;
      color: var(--color-red-wine);
      margin-bottom: 10px;
    }
    .dog-card ul {
      list-style: none;
      padding: 0;
    }
    .dog-card ul li {
      padding: 4px 0;
    }
    .dog-card ul li strong {
      color: var(--color-black);
    }

    /* Colaboradores */
    .collab {
      background: var(--color-black);
      color: var(--color-white);
      padding: 30px;
      border-radius: 8px;
      margin: 20px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 20px;
    }
    .collab .icon {
      flex-shrink: 0;
      width: 2.75rem;
      height: 2.75rem;
      color: var(--color-ocre);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 0;
    }
    .collab .icon svg {
      display: block;
    }
    .collab .info {
      flex: 1;
    }
    .collab .info h4 {
      font-family: var(--font-titles);
      font-size: 1.4rem;
      color: var(--color-ocre);
    }
    .collab .info p {
      margin: 5px 0 0;
      opacity: 0.9;
    }

    /* ----- FOOTER ----- */
    footer {
      background: var(--color-black);
      color: #aaa;
      padding: 40px 0;
      text-align: center;
      font-size: 0.9rem;
    }
    footer .footer-links {
      margin: 15px 0;
    }
    footer .footer-links a {
      color: var(--color-ocre);
      margin: 0 10px;
      font-weight: 400;
    }
    footer .footer-links a:hover {
      color: var(--color-white);
    }
    footer .footer-logo {
      font-family: var(--font-titles);
      font-size: 1.8rem;
      color: var(--color-ocre);
      letter-spacing: 2px;
    }
    footer .footer-logo span {
      color: var(--color-white);
    }

    /* ----- RESPONSIVE (hamburger ≤720px; logo intacto) -----
       Antes ≤1024: el Simple Browser (~770px) solo mostraba el logo y parecía
       «otra versión» del header. */ 
    @media (max-width: 720px) {
      .navbar {
        height: auto;
        min-height: var(--header-height);
        flex-wrap: wrap;
        align-items: center;
      }
      .navbar .atlas-site-nav__inner {
        flex-wrap: wrap;
      }
      .navbar .atlas-site-nav__col--menu {
        flex: 1 1 auto;
        flex-wrap: wrap;
        justify-content: flex-end;
      }
      .menu-toggle {
        display: block;
      }
      .nav-links {
        display: none;
        flex-basis: 100%;
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 8px 0 16px;
        background: var(--color-black);
        overflow: visible;
        border-top: 1px solid rgba(196, 154, 108, 0.25);
        gap: 0;
      }
      .nav-links.open {
        display: flex;
      }
      .nav-links > li {
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
      }
      .nav-links > li.nav-primary > a {
        display: block;
        padding: 12px 8px;
        height: auto;
        line-height: 1.2;
      }
      .nav-group {
        width: 100%;
      }
      .nav-group-toggle {
        width: 100%;
        height: auto;
        padding: 12px 8px;
        display: block;
        line-height: 1.2;
      }
      .nav-group-links {
        position: static;
        transform: none;
        left: auto;
        right: auto;
        top: auto;
        min-width: 0;
        width: 100%;
        box-shadow: none;
        border-left: none;
        border-right: none;
        padding: 8px 0 14px;
      }
      .nav-group-links a {
        display: inline-block;
        padding: 6px 8px;
      }
    }

    @media (max-width: 768px) {
      .hero h1 {
        font-size: 2.8rem;
      }
      .hero p {
        font-size: 1.2rem;
      }
      .section-title {
        font-size: 2rem;
      }
      .collab {
        flex-direction: column;
        text-align: center;
      }
    }

    @media (max-width: 480px) {
      .hero h1 {
        font-size: 2.2rem;
      }
      .hero .tagline {
        font-size: 1.2rem;
        padding: 6px 16px;
      }
      .card-grid {
        grid-template-columns: 1fr;
      }
    }
  
