@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

    :root {
      --burdeo: #7b1d3a;
      --burdeo-profundo: #4f1028;
      --burdeo-oscuro: #641631;
      --gris-carbon: #34363c;
      --gris-tinta: #464850;
      --gris-medio: #747680;
      --gris-claro: #e8e8ea;
      --gris-humo: #f4f4f5;
      --papel: #fbfaf7;
      --blanco: #ffffff;
      --sombra: 0 28px 80px rgba(18, 18, 22, .28);
      --fuente-editorial: "Century Gothic", Montserrat, "Avenir Next", Avenir, Futura, "Trebuchet MS", Arial, sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    section[id] { scroll-margin-top: 78px; }

    body {
      margin: 0;
      color: var(--gris-carbon);
      background: var(--papel);
      font-family: var(--fuente-editorial);
      font-size: 16px;
    }

    a { color: inherit; text-decoration: none; }
    button, input { font: inherit; }

    .page-wave-transition {
      position: fixed;
      z-index: 100;
      inset: 0;
      overflow: hidden;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      transition: opacity .16s ease, visibility .16s ease;
    }

    .page-wave-transition.active {
      opacity: 1;
      visibility: visible;
    }

    .transition-wave-svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      filter: drop-shadow(42px 18px 90px rgba(37, 20, 28, .3));
      will-change: opacity;
    }

    .transition-wave-svg path {
      transform-origin: center;
      vector-effect: non-scaling-stroke;
    }

    .transition-wave-deep {
      fill: rgba(79, 16, 40, .88);
      animation: tideBreath 1.18s ease-in-out forwards;
    }

    .transition-wave-main {
      fill: rgba(123, 29, 58, .9);
      animation: tideBreath 1.18s ease-in-out .04s forwards;
    }

    .transition-wave-foam {
      fill: rgba(246, 224, 232, .38);
      animation: tideFoam 1.18s ease-in-out forwards;
    }

    .transition-wave-shadow {
      fill: rgba(52, 54, 60, .34);
      animation: tideFoam 1.18s ease-in-out .08s forwards;
    }

    .transition-wave-line {
      fill: none;
      stroke: rgba(255,255,255,.42);
      stroke-width: 9;
      stroke-linecap: round;
      stroke-dasharray: 54 38;
      animation: tideLine 1.18s ease-in-out forwards;
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .page-wave-transition { display: none; }
      .contact-section::before,
      .contact-pin,
      .social-link::before {
        animation: none;
      }
    }

    .topbar {
      position: fixed;
      inset: 0 0 auto;
      z-index: 20;
      height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 0 clamp(18px, 4vw, 60px);
      color: var(--blanco);
      background: linear-gradient(180deg, rgba(20, 20, 24, .86), rgba(20, 20, 24, .18));
      backdrop-filter: blur(10px);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 13px;
      min-width: max-content;
    }

    .brand-mark {
      width: 64px;
      height: 64px;
      display: grid;
      place-items: center;
      background: transparent;
      box-shadow: none;
    }

    .brand-mark img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: drop-shadow(0 10px 22px rgba(0,0,0,.24));
    }

    .brand-text strong,
    .brand-text small { display: block; line-height: 1.05; }
    .brand-text strong { font-size: 15px; letter-spacing: .2px; }
    .brand-text small { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 12px; }

    .nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: clamp(7px, 1.05vw, 16px);
      color: rgba(255,255,255,.82);
      font-size: clamp(10px, .78vw, 12px);
      font-weight: 800;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .nav a { padding: 10px 0; }
    .nav a:hover { color: var(--blanco); }

    .hero {
      position: relative;
      min-height: 100svh;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(300px, .66fr);
      overflow: hidden;
      color: var(--blanco);
      background:
        linear-gradient(90deg, rgba(52,54,60,.22) 0%, rgba(52,54,60,.16) 42%, rgba(79,16,40,.2) 100%),
        radial-gradient(circle at 82% 26%, rgba(123,29,58,.18), transparent 30%),
        url("../img/image-03-420e5e157b.jpg") center / cover,
        linear-gradient(135deg, var(--gris-carbon), var(--burdeo-profundo));
    }

    .hero::before {
      display: none;
    }

    .hero::after {
      display: none;
    }

    .hero-waves {
      position: absolute;
      z-index: 0;
      inset: 0;
      pointer-events: none;
      overflow: hidden;
    }

    .hero-waves svg {
      position: absolute;
      right: -8vw;
      top: -14vh;
      width: min(92vw, 1160px);
      height: 128svh;
      opacity: .86;
      transform: rotate(6deg);
      animation: mareaFlujo 19s ease-in-out infinite alternate;
      filter: drop-shadow(-28px 30px 80px rgba(37, 20, 28, .3));
      will-change: transform;
    }

    .hero-waves path {
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .wave-body {
      fill: rgba(123, 29, 58, .54);
      stroke: none;
      animation: mareaPulso 13s ease-in-out infinite alternate;
    }

    .wave-shadow {
      fill: rgba(70, 72, 80, .52);
      stroke: none;
      mix-blend-mode: multiply;
      animation: mareaSombra 16s ease-in-out infinite alternate;
    }

    .wave-light {
      fill: rgba(246, 224, 232, .18);
      stroke: none;
      animation: mareaLuz 11s ease-in-out infinite alternate;
    }

    .wave-ridge {
      fill: none;
      stroke: rgba(246, 224, 232, .25);
      stroke-width: 2.4;
      vector-effect: non-scaling-stroke;
      animation: mareaRibete 12s ease-in-out infinite alternate;
    }

    .wave-edge {
      fill: none;
      stroke: rgba(123, 29, 58, .7);
      stroke-width: 3.4;
      vector-effect: non-scaling-stroke;
      animation: mareaRibete 15s ease-in-out infinite alternate-reverse;
    }

    .hero-copy {
      position: relative;
      z-index: 2;
      align-self: center;
      max-width: 820px;
      padding: 118px clamp(22px, 6vw, 76px) 70px;
      animation: entrada .72s ease both;
    }

    .hero-logo {
      width: clamp(190px, 22vw, 315px);
      height: clamp(190px, 22vw, 315px);
      object-fit: contain;
      margin-bottom: clamp(22px, 3vw, 34px);
      filter: drop-shadow(0 18px 36px rgba(0,0,0,.34));
    }

    .kicker {
      margin: 0 0 18px;
      color: #f1cbd8;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    h1, h2, h3, p { margin-top: 0; }
    h1, h2 {
      font-family: var(--fuente-editorial);
      letter-spacing: 0;
      line-height: .96;
    }

    h1 {
      max-width: 790px;
      margin-bottom: 24px;
      font-size: clamp(40px, 6.5vw, 86px);
      font-weight: 700;
    }

    .hero-copy > p:not(.kicker) {
      max-width: 640px;
      margin-bottom: 32px;
      color: rgba(255,255,255,.82);
      font-size: clamp(17px, 2vw, 21px);
      line-height: 1.55;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .btn {
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 22px;
      border-radius: 999px;
      font-weight: 900;
      transition: transform .18s ease, background .18s ease;
    }

    .btn:hover { transform: translateY(-2px); }
    .btn.primary { background: var(--burdeo); color: var(--blanco); }
    .btn.secondary { border: 1px solid rgba(255,255,255,.32); color: var(--blanco); }

    .experience-panel {
      position: relative;
      z-index: 1;
      align-self: stretch;
      display: grid;
      align-items: end;
      padding: 98px clamp(18px, 4vw, 54px) 56px 0;
    }

    .hero-carousel {
      position: relative;
      min-height: min(72svh, 720px);
      display: block;
      border-left: 1px solid rgba(255,255,255,.16);
      box-shadow: var(--sombra);
      overflow: hidden;
    }

    .hero-carousel::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, transparent, rgba(0,0,0,.34)),
        repeating-linear-gradient(135deg, rgba(255,255,255,.13) 0 1px, transparent 1px 18px);
      opacity: .68;
      z-index: 2;
      pointer-events: none;
    }

    .hero-slide {
      position: absolute;
      inset: 0;
      display: grid;
      align-content: end;
      gap: 14px;
      padding: 22px 22px 74px;
      color: var(--blanco);
      background: var(--gris-carbon);
      opacity: 0;
      transform: scale(1.035) translateX(24px);
      transition: opacity .72s ease, transform .9s ease;
      pointer-events: none;
    }

    .hero-slide::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(180deg, rgba(52,54,60,.04), rgba(18,18,22,.72)),
        linear-gradient(135deg, rgba(123,29,58,.34), rgba(52,54,60,.2));
      pointer-events: none;
    }

    .hero-slide-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .hero-slide.active {
      opacity: 1;
      transform: scale(1) translateX(0);
      pointer-events: auto;
    }

    .slider-number {
      position: relative;
      z-index: 3;
      color: rgba(255,255,255,.38);
      font-family: var(--fuente-editorial);
      font-size: clamp(88px, 13vw, 180px);
      line-height: .8;
      font-weight: 700;
    }

    .slider-copy {
      position: relative;
      z-index: 3;
      max-width: 410px;
    }

    .slider-copy small {
      display: block;
      margin-bottom: 8px;
      color: #f5d5df;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .slider-copy strong {
      display: block;
      margin-bottom: 10px;
      font-size: 28px;
    }

    .slider-copy p {
      margin: 0;
      color: rgba(255,255,255,.74);
      line-height: 1.5;
    }

    .hero-carousel-bar {
      position: absolute;
      z-index: 4;
      left: 22px;
      right: 22px;
      bottom: 24px;
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 7px;
    }

    .hero-carousel-bar button {
      height: 18px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: rgba(255,255,255,.24);
      overflow: hidden;
      cursor: pointer;
    }

    .hero-carousel-bar span {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: inherit;
      background: var(--blanco);
      transform: scaleX(0);
      transform-origin: left;
    }

    .hero-carousel-bar button.active span {
      animation: heroSlideProgress 3s linear forwards;
    }

    .portal-strip {
      display: grid;
      grid-template-columns: repeat(9, minmax(0, 1fr));
      background: var(--gris-carbon);
      color: var(--blanco);
    }

    .portal-strip a {
      min-height: 98px;
      display: grid;
      align-content: space-between;
      padding: 16px clamp(10px, 1.35vw, 18px);
      border-right: 1px solid rgba(255,255,255,.12);
      font-size: clamp(12px, .92vw, 15px);
      font-weight: 900;
      transition: background .2s ease;
    }

    .portal-strip a:hover { background: var(--burdeo); }
    .portal-strip span { color: rgba(255,255,255,.45); font-size: 12px; }

    .news {
      display: grid;
      grid-template-columns: .58fr 1.12fr .72fr;
      gap: clamp(24px, 4vw, 56px);
      padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 70px);
      background: var(--gris-humo);
    }

    .section-label {
      margin: 0 0 14px;
      color: var(--burdeo);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .section-title {
      margin-bottom: 18px;
      color: var(--gris-carbon);
      font-size: clamp(44px, 6vw, 82px);
    }

    .section-intro {
      color: var(--gris-medio);
      line-height: 1.62;
    }

    .lead-story {
      display: grid;
      gap: 22px;
    }

    .visual-window {
      position: relative;
      min-height: 420px;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(143,33,68,.82), rgba(32,33,38,.22)),
        url("https://images.unsplash.com/photo-1580582932707-520aed937b7b?auto=format&fit=crop&w=1200&q=82") center / cover,
        linear-gradient(90deg, #bfc1c6 0 18%, #e8e8ea 18% 28%, #aaadb4 28% 46%, #f4f4f5 46% 100%);
    }

    .visual-window::after {
      content: "NSM";
      position: absolute;
      right: -8px;
      bottom: -30px;
      color: rgba(255,255,255,.24);
      font-family: var(--fuente-editorial);
      font-size: 140px;
      font-weight: 900;
    }

    .alliance-window {
      background:
        linear-gradient(135deg, rgba(123,29,58,.16), rgba(52,54,60,.06)),
        url("../img/news/alianza-familia-colegio.jpg") center / cover,
        var(--blanco);
    }

    .alliance-window::after {
      content: "Ley 21.809";
      right: 18px;
      bottom: 18px;
      color: rgba(123,29,58,.22);
      font-size: clamp(34px, 5vw, 74px);
    }

    .story-tag, .date {
      color: var(--burdeo);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .lead-story h3 {
      margin: 10px 0 12px;
      font-family: var(--fuente-editorial);
      font-size: clamp(31px, 4vw, 50px);
      line-height: 1.03;
      font-weight: 700;
    }

    .lead-story p, .news-list p {
      color: var(--gris-medio);
      line-height: 1.58;
    }

    .read-more {
      color: var(--burdeo);
      font-weight: 900;
    }

    .story-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
    }

    .download-link {
      color: var(--gris-carbon);
    }

    .news-list {
      border-top: 1px solid var(--gris-claro);
    }

    .news-list article {
      padding: 25px 0;
      border-bottom: 1px solid var(--gris-claro);
    }

    .news-list h3 {
      margin: 8px 0 8px;
      font-size: 21px;
      line-height: 1.25;
    }

    .interactive {
      position: relative;
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      min-height: 680px;
      color: var(--blanco);
      background:
        linear-gradient(90deg, rgba(32,33,38,.32) 0%, rgba(32,33,38,.12) 43%, rgba(79,16,40,.02) 100%),
        url("../img/image-04-eb955982e3.png") center / cover,
        var(--gris-carbon);
    }

    .interactive-copy {
      position: relative;
      z-index: 1;
      padding: clamp(54px, 8vw, 104px) clamp(22px, 5vw, 70px);
      background: rgba(32,33,38,.06);
      backdrop-filter: none;
    }

    .interactive-copy .section-title {
      color: var(--blanco);
      text-shadow: 0 3px 22px rgba(0,0,0,.52);
    }

    .interactive-copy .section-intro {
      max-width: 560px;
      color: rgba(255,255,255,.86);
      text-shadow: 0 2px 18px rgba(0,0,0,.46);
    }

    .community-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 30px;
    }

    .community-tabs button,
    .community-tabs a {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      padding: 0 16px;
      border: 1px solid rgba(255,255,255,.28);
      border-radius: 999px;
      background: transparent;
      color: var(--blanco);
      cursor: pointer;
      font-weight: 900;
    }

    .community-tabs button.active,
    .community-tabs a:hover {
      background: var(--burdeo);
      border-color: var(--burdeo);
    }

    .profile-output {
      margin-top: 34px;
      padding-top: 24px;
      border-top: 1px solid rgba(255,255,255,.18);
    }

    .profile-output strong {
      display: block;
      margin-bottom: 12px;
      color: #f5d5df;
      text-transform: uppercase;
      font-size: 12px;
      text-shadow: 0 2px 16px rgba(0,0,0,.45);
    }

    .profile-output h3 {
      max-width: 640px;
      margin-bottom: 22px;
      font-family: var(--fuente-editorial);
      font-size: clamp(28px, 4vw, 52px);
      line-height: 1.04;
      font-weight: 700;
      text-shadow: 0 3px 24px rgba(0,0,0,.54);
    }

    .profile-output ul {
      margin: 0;
      padding-left: 20px;
      color: rgba(255,255,255,.86);
      line-height: 1.8;
      text-shadow: 0 2px 16px rgba(0,0,0,.45);
    }

    .interactive-visual {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(143,33,68,.36), rgba(32,33,38,.08));
    }

    .interactive-visual::before {
      content: "";
      position: absolute;
      inset: 8%;
      border: 1px solid rgba(255,255,255,.32);
    }

    .orbit-card {
      position: absolute;
      width: min(320px, 58%);
      padding: 22px;
      background: rgba(251,250,247,.94);
      color: var(--gris-carbon);
      box-shadow: var(--sombra);
      animation: flotar 7s ease-in-out infinite;
    }

    .orbit-card.one { top: 17%; left: 10%; }
    .orbit-card.two { right: 10%; bottom: 16%; animation-delay: -2.5s; }
    .orbit-card span {
      color: var(--burdeo);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .orbit-card strong { display: block; margin-top: 10px; font-size: 24px; line-height: 1.15; }

    .interactive {
      display: block;
      min-height: max(740px, calc(100svh - 78px));
      padding: clamp(88px, 11vw, 148px) clamp(20px, 6vw, 92px);
      background:
        linear-gradient(90deg, rgba(17,18,22,.38) 0%, rgba(17,18,22,.16) 42%, rgba(17,18,22,.02) 72%),
        url("../img/image-04-eb955982e3.png") center / cover no-repeat,
        var(--gris-carbon);
    }

    .interactive-copy {
      max-width: 720px;
      padding: 0;
      background: transparent;
      backdrop-filter: none;
    }

    .interactive-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      opacity: 1;
    }

    .interactive::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background: linear-gradient(90deg, rgba(12,13,16,.34) 0%, rgba(12,13,16,.12) 44%, rgba(12,13,16,0) 78%);
    }

    .interactive-copy {
      position: relative;
      z-index: 2;
    }

    .interactive-visual {
      display: none;
    }

    .gallery {
      padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 70px);
      background: linear-gradient(135deg, var(--burdeo-profundo), var(--burdeo));
      color: var(--blanco);
    }

    .gallery .section-label,
    .gallery .section-title {
      color: var(--blanco);
    }

    .gallery .gallery-item {
      color: var(--blanco);
    }

    .gallery-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 34px;
    }

    .gallery-head .section-intro { max-width: 460px; margin-bottom: 8px; }

    .gallery-track {
      display: grid;
      grid-template-columns: repeat(4, minmax(220px, 1fr));
      gap: 16px;
      overflow-x: auto;
      padding-bottom: 10px;
    }

    .gallery-item {
      min-width: 220px;
      border: 0;
      background: transparent;
      color: var(--gris-carbon);
      text-align: left;
      cursor: pointer;
      font-weight: 900;
    }

    .photo {
      height: clamp(280px, 34vw, 480px);
      display: block;
      margin-bottom: 14px;
      transition: transform .25s ease, filter .25s ease;
      background: linear-gradient(135deg, var(--burdeo), #c9cbd0);
    }

    .gallery-item:hover .photo,
    .gallery-item.active .photo {
      transform: translateY(-8px);
      filter: contrast(1.08) saturate(1.06);
    }

    .media-hub {
      padding: clamp(72px, 9vw, 126px) clamp(20px, 5vw, 70px);
      background:
        radial-gradient(circle at 88% 12%, rgba(123,29,58,.12), transparent 30%),
        linear-gradient(180deg, var(--papel), #f1ece8);
    }

    .media-hub-head {
      display: grid;
      grid-template-columns: 1fr;
      align-items: end;
      gap: clamp(24px, 5vw, 72px);
      margin-bottom: clamp(34px, 5vw, 62px);
    }

    .media-hub-head .section-title { margin-bottom: 0; }

    .media-hub-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(20px, 3vw, 38px);
    }

    .media-panel {
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 26px;
      padding: clamp(22px, 3vw, 38px);
      border: 1px solid rgba(52,54,60,.12);
      background: rgba(255,255,255,.82);
      box-shadow: 0 24px 70px rgba(52,54,60,.12);
    }

    .podcast-panel {
      color: var(--blanco);
      border-color: rgba(255,255,255,.12);
      background:
        radial-gradient(circle at 86% 6%, rgba(255,255,255,.13), transparent 26%),
        linear-gradient(145deg, var(--gris-carbon), var(--burdeo-profundo));
    }

    .media-panel-copy { min-height: 150px; }

    .media-eyebrow {
      display: block;
      margin-bottom: 12px;
      color: var(--burdeo);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .podcast-panel .media-eyebrow { color: #f5cbd8; }

    .media-panel h3 {
      margin-bottom: 14px;
      font-size: clamp(30px, 4vw, 52px);
      line-height: 1;
    }

    .media-panel-copy p {
      max-width: 620px;
      margin-bottom: 0;
      color: var(--gris-medio);
      line-height: 1.62;
    }

    .media-panel-copy .publication-motto {
      margin-top: -3px;
      color: var(--burdeo);
      font-size: clamp(16px, 1.8vw, 21px);
      font-weight: 800;
      line-height: 1.35;
    }

    .podcast-panel .media-panel-copy p { color: rgba(255,255,255,.72); }

    .newspaper-viewer {
      min-height: 420px;
      display: grid;
      place-items: center;
      padding: clamp(18px, 4vw, 40px);
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(123,29,58,.14), rgba(52,54,60,.06)),
        repeating-linear-gradient(0deg, #ded9d2 0 1px, transparent 1px 22px),
        #e9e3db;
    }

    .newspaper-sheet {
      width: min(100%, 520px);
      min-height: 350px;
      padding: clamp(24px, 4vw, 42px);
      color: #27282d;
      background: #fffdf8;
      box-shadow: 0 18px 46px rgba(52,54,60,.22);
      transform: rotate(-1deg);
    }

    .newspaper-sheet header {
      display: grid;
      gap: 5px;
      padding-bottom: 16px;
      border-bottom: 5px solid var(--burdeo);
      text-align: center;
      text-transform: uppercase;
    }

    .newspaper-sheet header span,
    .newspaper-sheet header small {
      font-size: 10px;
      font-weight: 800;
      letter-spacing: .08em;
    }

    .newspaper-sheet header strong {
      color: var(--burdeo-profundo);
      font-size: clamp(22px, 3.2vw, 35px);
      letter-spacing: -.04em;
      line-height: .98;
    }

    .newspaper-lead { padding: 22px 0 16px; }
    .newspaper-lead > span { color: var(--burdeo); font-size: 11px; font-weight: 900; text-transform: uppercase; }
    .newspaper-lead h4 { margin: 8px 0 12px; font-size: clamp(22px, 3vw, 34px); line-height: 1.05; }
    .newspaper-lead p { margin: 0; color: var(--gris-medio); font-family: Georgia, serif; line-height: 1.5; }

    .newspaper-columns {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }

    .newspaper-columns span {
      height: 54px;
      background: repeating-linear-gradient(180deg, #aeb0b6 0 2px, transparent 2px 7px);
      opacity: .58;
    }

    .podcast-card {
      min-height: 420px;
      display: grid;
      grid-template-columns: minmax(130px, .55fr) minmax(0, 1fr);
      align-items: center;
      gap: clamp(20px, 3vw, 34px);
      padding: clamp(22px, 4vw, 40px);
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.06);
    }

    .podcast-cover {
      aspect-ratio: 1;
      display: grid;
      place-content: center;
      border-radius: 50%;
      text-align: center;
      background:
        radial-gradient(circle at 50% 50%, var(--gris-carbon) 0 14%, #f2d6df 14% 17%, transparent 17%),
        repeating-radial-gradient(circle, var(--burdeo) 0 7px, var(--burdeo-profundo) 8px 15px);
      box-shadow: 0 22px 46px rgba(0,0,0,.3);
    }

    .podcast-cover span,
    .podcast-cover strong {
      position: relative;
      z-index: 1;
      display: block;
      color: var(--blanco);
      text-shadow: 0 2px 8px rgba(0,0,0,.5);
    }

    .podcast-cover span { font-size: 11px; font-weight: 900; letter-spacing: .12em; }
    .podcast-cover strong { font-size: clamp(25px, 4vw, 42px); }

    .podcast-status {
      display: inline-flex;
      margin-bottom: 12px;
      padding: 7px 10px;
      border-radius: 999px;
      color: #f8dce5;
      background: rgba(123,29,58,.52);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .podcast-info h4 { margin: 0 0 10px; font-size: clamp(24px, 3vw, 38px); }
    .podcast-info p { margin-bottom: 22px; color: rgba(255,255,255,.68); line-height: 1.55; }
    .podcast-info audio { width: 100%; min-height: 42px; accent-color: var(--burdeo); }

    .media-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: auto;
    }

    .media-action {
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 18px;
      border-radius: 999px;
      color: var(--blanco);
      background: var(--burdeo);
      font-size: 13px;
      font-weight: 900;
    }

    .podcast-panel .media-action { background: rgba(255,255,255,.14); }
    .podcast-panel .spotify-action { background: #1db954; color: #102116; }

    .media-action.is-disabled {
      opacity: .62;
      cursor: not-allowed;
      filter: grayscale(.22);
    }

    .issue-archive {
      display: grid;
      grid-template-columns: minmax(160px, .7fr) minmax(0, 1fr);
      align-items: center;
      gap: 18px;
      padding-top: 22px;
      border-top: 1px solid rgba(52,54,60,.14);
    }

    .podcast-archive { border-top-color: rgba(255,255,255,.14); }

    .issue-archive-heading span,
    .issue-archive-heading strong { display: block; }

    .issue-archive-heading span {
      margin-bottom: 5px;
      color: var(--burdeo);
      font-size: 10px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .podcast-archive .issue-archive-heading span { color: #f5cbd8; }
    .issue-archive-heading strong { font-size: 14px; }

    .issue-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 8px;
    }

    .issue-item {
      min-width: 104px;
      min-height: 58px;
      display: grid;
      align-content: center;
      gap: 3px;
      padding: 9px 12px;
      border: 1px solid rgba(52,54,60,.13);
      border-radius: 12px;
      background: rgba(255,255,255,.7);
    }

    .podcast-archive .issue-item {
      border-color: rgba(255,255,255,.12);
      background: rgba(255,255,255,.08);
    }

    .issue-item b { font-size: 14px; }
    .issue-item small { color: var(--gris-medio); font-size: 10px; font-weight: 800; text-transform: uppercase; }
    .podcast-archive .issue-item small { color: rgba(255,255,255,.58); }
    .issue-item.current { box-shadow: inset 4px 0 0 var(--burdeo); }

    .p1 { background: linear-gradient(135deg, rgba(123,29,58,.52), rgba(52,54,60,.08)), url("https://images.unsplash.com/photo-1495020689067-958852a7765e?auto=format&fit=crop&w=900&q=82") center / cover, linear-gradient(45deg, #d8d9dc, #9699a2); }
    .p2 { background: linear-gradient(135deg, rgba(52,54,60,.45), rgba(123,29,58,.18)), url("https://images.unsplash.com/photo-1579952363873-27f3bade9f55?auto=format&fit=crop&w=900&q=82") center / cover, repeating-linear-gradient(0deg, #e7e7e9 0 28px, #b8bbc1 28px 56px); }
    .p3 { background: linear-gradient(135deg, rgba(123,29,58,.45), rgba(255,255,255,.12)), url("https://images.unsplash.com/photo-1517457373958-b7bdd4587205?auto=format&fit=crop&w=900&q=82") center / cover, repeating-linear-gradient(90deg, #c6c8cd 0 22px, #f2f2f3 22px 44px); }
    .p4 { background: linear-gradient(135deg, rgba(123,29,58,.48), rgba(52,54,60,.16)), url("https://images.unsplash.com/photo-1610890716171-6b1bb98ffd09?auto=format&fit=crop&w=900&q=82") center / cover, radial-gradient(circle at 34% 36%, #f5f5f6, #9da0a7); }

    .workshop-page {
      position: fixed;
      z-index: 60;
      inset: 0;
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(340px, .72fr);
      background: var(--papel);
      color: var(--gris-carbon);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(18px);
      transition: opacity .28s ease, transform .32s ease, visibility .32s ease;
      overflow: hidden;
    }

    .workshop-page.open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0);
    }

    .workshop-page::before {
      content: "";
      position: absolute;
      z-index: 0;
      inset: -18% auto -18% -22%;
      width: 58%;
      background: rgba(123, 29, 58, .92);
      clip-path: path("M 270 -80 C 84 78 326 248 168 412 C 10 576 210 724 82 894 C -10 1016 12 1128 -80 1240 L -180 1240 L -180 -80 Z");
      animation: tallerOleaje 1.15s cubic-bezier(.2,.8,.2,1) both;
    }

    .workshop-media {
      position: relative;
      z-index: 1;
      min-height: 100svh;
      background: var(--workshop-image, linear-gradient(135deg, var(--burdeo), var(--gris-carbon))) center / cover;
    }

    .workshop-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(52,54,60,.54), transparent 48%),
        linear-gradient(0deg, rgba(37,20,28,.32), transparent 46%);
    }

    .workshop-detail {
      position: relative;
      z-index: 2;
      align-self: center;
      padding: clamp(34px, 6vw, 78px);
    }

    .workshop-detail .section-label { color: var(--burdeo); }

    .workshop-detail h2 {
      max-width: 620px;
      margin-bottom: 22px;
      font-size: clamp(42px, 6vw, 86px);
    }

    .workshop-detail p {
      max-width: 620px;
      color: var(--gris-tinta);
      font-size: 19px;
      line-height: 1.6;
    }

    .workshop-list {
      display: grid;
      gap: 10px;
      max-width: 620px;
      margin: 26px 0 32px;
      padding: 0;
      list-style: none;
    }

    .workshop-list li {
      padding: 13px 0;
      border-bottom: 1px solid var(--gris-claro);
      font-weight: 800;
    }

    .workshop-close {
      min-height: 46px;
      border: 0;
      border-radius: 999px;
      padding: 0 18px;
      background: var(--gris-carbon);
      color: var(--blanco);
      font-weight: 900;
      cursor: pointer;
    }

    .community-dates {
      margin-top: 34px;
      padding-top: 26px;
      border-top: 1px solid rgba(255,255,255,.18);
    }

    .community-dates h3 {
      margin: 0 0 18px;
      color: var(--blanco);
      font-family: var(--fuente-editorial);
      font-size: clamp(28px, 4vw, 44px);
      line-height: 1.05;
    }

    .community-date-list {
      display: grid;
      border-top: 1px solid rgba(255,255,255,.16);
    }

    .community-date-list article {
      display: grid;
      grid-template-columns: 84px 1fr;
      gap: 16px;
      align-items: center;
      min-height: 82px;
      border-bottom: 1px solid rgba(255,255,255,.16);
    }

    .community-date-list time {
      color: #f5d5df;
      font-weight: 900;
      text-shadow: 0 2px 16px rgba(0,0,0,.45);
    }

    .community-date-list strong {
      display: block;
      color: var(--blanco);
      font-size: 18px;
      text-shadow: 0 2px 18px rgba(0,0,0,.48);
    }

    .community-date-list span {
      display: block;
      margin-top: 4px;
      color: rgba(255,255,255,.84);
      text-shadow: 0 2px 16px rgba(0,0,0,.45);
    }

    .rice-section {
      position: relative;
      display: grid;
      grid-template-columns: .58fr 1.42fr;
      gap: clamp(28px, 5vw, 70px);
      padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 70px);
      background: var(--gris-humo);
      color: var(--gris-carbon);
      align-items: start;
      overflow: hidden;
      isolation: isolate;
    }

    .rice-section::before {
      content: "";
      position: absolute;
      inset: auto -8vw -21vw 30vw;
      height: 42vw;
      min-height: 360px;
      background: rgba(123,29,58,.08);
      clip-path: polygon(0 44%, 8% 39%, 17% 43%, 28% 34%, 39% 42%, 51% 36%, 63% 44%, 75% 37%, 88% 42%, 100% 35%, 100% 100%, 0 100%);
      z-index: -1;
      animation: mareaSuaveRice 8s ease-in-out infinite alternate;
    }

    .rice-section::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(255,255,255,.55), transparent 42%, rgba(123,29,58,.06));
      pointer-events: none;
      z-index: -1;
    }

    .rice-section .section-title {
      color: var(--gris-carbon);
    }

    .rice-section .section-intro {
      color: var(--gris-medio);
    }

    .rice-copy {
      position: sticky;
      top: 96px;
    }

    .rice-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 24px;
    }

    .primary-link,
    .secondary-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 12px 16px;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 900;
      text-decoration: none;
      transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
    }

    .primary-link {
      background: var(--burdeo);
      color: var(--blanco);
    }

    .secondary-link {
      border: 1px solid rgba(123,29,58,.28);
      color: var(--burdeo-profundo);
      background: rgba(255,255,255,.62);
    }

    .primary-link:hover,
    .secondary-link:hover {
      transform: translateY(-2px);
    }

    .secondary-link:hover {
      background: var(--blanco);
      border-color: rgba(123,29,58,.52);
    }

    .rice-viewer {
      position: relative;
      overflow: hidden;
      min-height: 680px;
      border: 0;
      border-radius: 8px;
      background:
        linear-gradient(145deg, rgba(123,29,58,.96), rgba(79,16,40,.98)),
        var(--burdeo-profundo);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.2),
        0 24px 70px rgba(32,33,38,.14);
    }

    .rice-viewer::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(255,255,255,.09), transparent 22%, rgba(255,255,255,.06) 78%, transparent),
        linear-gradient(180deg, rgba(84,19,45,.18), transparent 18%);
      pointer-events: none;
      z-index: 2;
    }

    .rice-viewer::after {
      content: "";
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      height: 42px;
      background: linear-gradient(180deg, transparent, rgba(84,19,45,.2));
      pointer-events: none;
      z-index: 3;
    }

    .rice-viewer-bar {
      position: absolute;
      top: 16px;
      left: 18px;
      right: 18px;
      z-index: 4;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 0 0 12px;
      border-bottom: 1px solid rgba(255,255,255,.2);
      background: transparent;
    }

    .rice-viewer-bar span {
      color: #f5d5df;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .rice-viewer-bar strong {
      color: var(--blanco);
      font-size: 15px;
    }

    .rice-viewer iframe {
      display: block;
      width: calc(100% - 36px);
      height: 690px;
      margin: 64px 18px 18px;
      border: 0;
      background: var(--blanco);
      border-radius: 4px;
      box-shadow: 0 16px 48px rgba(0,0,0,.18);
    }

    .rice-pages {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 18px;
      width: calc(100% - 36px);
      height: 690px;
      margin: 64px 18px 18px;
      overflow: auto;
      padding: 18px;
      border-radius: 4px;
      background: rgba(255,255,255,.96);
      box-shadow: 0 16px 48px rgba(0,0,0,.18);
      scroll-behavior: smooth;
    }

    .rice-page {
      margin: 0 auto;
      width: min(100%, 720px);
    }

    .rice-page span {
      display: block;
      margin: 0 0 8px;
      color: var(--burdeo);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .rice-page img {
      display: block;
      width: 100%;
      height: auto;
      background: var(--blanco);
      box-shadow: 0 8px 26px rgba(32,33,38,.12);
    }

    .document-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1px;
      background: rgba(255,255,255,.18);
    }

    .document-item {
      min-height: 178px;
      padding: 24px;
      background: rgba(255,255,255,.08);
      transition: background .2s ease, transform .2s ease;
    }

    .document-item:hover {
      background: rgba(255,255,255,.14);
      transform: translateY(-3px);
    }

    .document-item span {
      color: #f5d5df;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .document-item strong {
      display: block;
      margin: 13px 0 10px;
      font-size: 23px;
      line-height: 1.15;
    }

    .document-item p {
      margin: 0;
      color: rgba(255,255,255,.72);
      line-height: 1.5;
    }

    .document-item.disabled {
      cursor: default;
    }

    .document-item.disabled:hover {
      transform: none;
    }

    .organigram-section {
      display: grid;
      grid-template-columns: .34fr 1.66fr;
      gap: clamp(28px, 5vw, 64px);
      padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 70px);
      background: linear-gradient(135deg, var(--burdeo-profundo), var(--burdeo));
      color: var(--blanco);
    }

    .organigram-section .section-label,
    .organigram-section .section-title {
      color: var(--blanco);
    }

    .organigram-stage {
      position: relative;
      align-self: start;
      overflow: hidden;
      background: var(--papel);
      box-shadow: 0 22px 70px rgba(32, 33, 38, .12);
    }

    .organigram-stage img {
      width: 100%;
      display: block;
    }

    .org-hotspot {
      position: absolute;
      min-width: 9%;
      min-height: 5%;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(123, 29, 58, .08);
      color: transparent;
      cursor: pointer;
      transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
    }

    .org-hotspot:hover,
    .org-hotspot:focus-visible {
      outline: none;
      background: rgba(123, 29, 58, .28);
      box-shadow: 0 0 0 3px rgba(123, 29, 58, .32);
      transform: translateY(-1px);
    }

    .org-hotspot.directora { left: 28.66%; top: 22.06%; width: 17.79%; height: 9.79%; }
    .org-hotspot.utp { left: 7.11%; top: 38.28%; width: 11.04%; height: 6.18%; }
    .org-hotspot.inspectora { left: 19.55%; top: 38.28%; width: 11.04%; height: 6.18%; }
    .org-hotspot.administrativo { left: 32.06%; top: 38.28%; width: 11.04%; height: 6.18%; }
    .org-hotspot.consejo { left: 44.45%; top: 38.28%; width: 11.04%; height: 6.18%; }
    .org-hotspot.convivencia { left: 56.90%; top: 38.28%; width: 11.10%; height: 6.18%; }
    .org-hotspot.seguridad { left: 69.29%; top: 38.28%; width: 11.16%; height: 6.18%; }
    .org-hotspot.paritario { left: 81.80%; top: 38.28%; width: 11.10%; height: 6.18%; }
    .org-hotspot.docente { left: 11.04%; top: 48.93%; width: 11.04%; height: 6.09%; }
    .org-hotspot.psicopedagogia { left: 11.04%; top: 56.91%; width: 11.04%; height: 6.01%; }
    .org-hotspot.psicologia { left: 11.04%; top: 64.89%; width: 11.04%; height: 6.01%; }
    .org-hotspot.fonoaudiologia { left: 11.04%; top: 72.88%; width: 11.04%; height: 5.92%; }
    .org-hotspot.bibliotecaria { left: 11.04%; top: 80.77%; width: 11.04%; height: 6.09%; }
    .org-hotspot.asistentes { left: 11.04%; top: 88.76%; width: 11.04%; height: 6.09%; }
    .org-hotspot.logistica { left: 36.17%; top: 48.93%; width: 11.04%; height: 6.09%; }
    .org-hotspot.legal { left: 36.17%; top: 56.91%; width: 11.04%; height: 6.01%; }
    .org-hotspot.informatica { left: 36.17%; top: 64.89%; width: 11.04%; height: 6.01%; }
    .org-hotspot.secretaria { left: 36.17%; top: 72.88%; width: 11.04%; height: 5.92%; }
    .org-hotspot.auxiliares { left: 36.17%; top: 80.77%; width: 11.04%; height: 6.09%; }
    .org-hotspot.docente-convivencia { left: 61.19%; top: 48.93%; width: 11.04%; height: 6.09%; }
    .org-hotspot.psicopedagogia-convivencia { left: 61.19%; top: 56.91%; width: 11.04%; height: 6.01%; }
    .org-hotspot.psicologia-convivencia { left: 61.19%; top: 64.89%; width: 11.04%; height: 6.01%; }
    .org-hotspot.paradocente { left: 61.19%; top: 72.88%; width: 11.10%; height: 5.92%; }

    .organigram-actions {
      display: grid;
      gap: 10px;
      margin-top: 24px;
    }

    .organigram-actions button {
      border: 0;
      padding: 13px 15px;
      background: var(--blanco);
      color: var(--gris-carbon);
      text-align: left;
      font-weight: 900;
      cursor: pointer;
    }

    .organigram-actions button:hover {
      color: var(--burdeo);
    }

    .organigram-detail-page {
      position: fixed;
      z-index: 62;
      inset: 0;
      display: grid;
      grid-template-columns: minmax(340px, .66fr) minmax(0, 1fr);
      background: var(--papel);
      color: var(--gris-carbon);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(18px);
      transition: opacity .28s ease, transform .32s ease, visibility .32s ease;
      overflow: hidden;
    }

    .organigram-detail-page.open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0);
    }

    .organigram-detail-page::before {
      content: "";
      position: absolute;
      z-index: 0;
      inset: -20% auto -20% -18%;
      width: 48%;
      background: rgba(123, 29, 58, .92);
      clip-path: path("M 260 -80 C 68 92 320 258 144 430 C -24 594 188 748 52 918 C -44 1042 -10 1150 -116 1240 L -190 1240 L -190 -80 Z");
      animation: tallerOleaje 1.1s cubic-bezier(.2,.8,.2,1) both;
    }

    .organigram-photo {
      position: relative;
      z-index: 1;
      min-height: 100svh;
      display: grid;
      place-items: center;
      padding: clamp(30px, 5vw, 70px);
      background: linear-gradient(135deg, var(--gris-carbon), var(--burdeo-profundo));
      color: var(--blanco);
      overflow-y: auto;
    }

    .org-photo-placeholder {
      width: min(360px, 78%);
      aspect-ratio: 1;
      display: grid;
      place-items: center;
      border: 2px solid rgba(255,255,255,.32);
      border-radius: 999px;
      color: rgba(255,255,255,.74);
      text-align: center;
      font-weight: 900;
    }

    .org-person-photo {
      position: relative;
      width: min(430px, 86%);
      margin: 0;
      overflow: hidden;
      border-radius: 8px;
      background: rgba(255,255,255,.1);
      box-shadow: 0 22px 70px rgba(0,0,0,.22);
    }

    .org-person-photo img {
      display: block;
      width: 100%;
      aspect-ratio: 4 / 5;
      object-fit: cover;
      object-position: center top;
    }

    .org-person-photo figcaption {
      position: absolute;
      inset: auto 0 0;
      padding: 22px;
      color: var(--blanco);
      background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
    }

    .org-person-photo span,
    .org-person-photo strong {
      display: block;
    }

    .org-person-photo span {
      color: #f5d5df;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .org-person-photo strong {
      margin-top: 6px;
      font-size: clamp(24px, 3vw, 38px);
      line-height: 1.05;
    }

    .inspector-grid {
      width: min(520px, 100%);
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .inspector-card {
      display: grid;
      gap: 12px;
      padding: 0 0 18px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 8px;
      overflow: hidden;
      background: rgba(255,255,255,.1);
      color: var(--blanco);
      text-align: left;
      cursor: pointer;
      box-shadow: 0 18px 52px rgba(0,0,0,.16);
      transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }

    .inspector-card:hover,
    .inspector-card.active {
      transform: translateY(-4px);
      background: rgba(255,255,255,.18);
      border-color: rgba(255,255,255,.42);
    }

    .inspector-card img {
      width: 100%;
      aspect-ratio: 4 / 5;
      object-fit: cover;
      object-position: center top;
      display: block;
    }

    .staff-photo-placeholder {
      width: 100%;
      aspect-ratio: 4 / 5;
      display: grid;
      place-content: center;
      gap: 8px;
      padding: 18px;
      background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(123,29,58,.35));
      color: var(--blanco);
      text-align: center;
    }

    .staff-photo-placeholder b {
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1;
    }

    .staff-photo-placeholder small {
      color: #f5d5df;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .org-person-pending {
      grid-auto-flow: row;
      gap: 12px;
    }

    .org-person-pending strong {
      font-size: clamp(54px, 9vw, 96px);
      line-height: 1;
    }

    .org-person-pending span {
      font-size: 13px;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .inspector-card span,
    .inspector-card strong {
      display: block;
      margin: 0 16px;
    }

    .inspector-card span {
      color: #f5d5df;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .inspector-card strong {
      font-size: clamp(18px, 2vw, 24px);
      line-height: 1.08;
    }

    .teacher-grid {
      width: min(760px, 100%);
      grid-template-columns: repeat(3, minmax(0, 1fr));
      align-self: start;
      margin-block: auto;
    }

    .teacher-grid .inspector-card {
      gap: 8px;
      padding-bottom: 14px;
    }

    .teacher-grid .inspector-card img {
      aspect-ratio: 1;
    }

    .teacher-grid .staff-photo-placeholder {
      aspect-ratio: 1;
    }

    .teacher-grid .inspector-card span,
    .teacher-grid .inspector-card strong {
      margin-inline: 12px;
    }

    .teacher-grid .inspector-card strong {
      font-size: 16px;
    }

    .organigram-detail {
      position: relative;
      z-index: 2;
      align-self: center;
      padding: clamp(34px, 6vw, 78px);
    }

    .organigram-detail .section-label { color: var(--burdeo); }

    .organigram-detail h2 {
      max-width: 650px;
      margin-bottom: 20px;
      font-size: clamp(42px, 6vw, 86px);
    }

    .org-role {
      max-width: 650px;
      color: var(--gris-tinta);
      font-size: 19px;
      line-height: 1.6;
    }

    .org-contact-list {
      display: grid;
      gap: 12px;
      max-width: 650px;
      margin: 28px 0 32px;
      padding: 0;
      list-style: none;
    }

    .org-contact-list li {
      padding: 13px 0;
      border-bottom: 1px solid var(--gris-claro);
      font-weight: 800;
    }

    .organigram-close {
      min-height: 46px;
      border: 0;
      border-radius: 999px;
      padding: 0 18px;
      background: var(--gris-carbon);
      color: var(--blanco);
      font-weight: 900;
      cursor: pointer;
    }

    .lesson-section {
      padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 70px);
      background: var(--gris-humo);
    }

    .lesson-head {
      display: grid;
      grid-template-columns: .7fr 1fr;
      gap: clamp(24px, 4vw, 54px);
      margin-bottom: 34px;
    }

    .level-tabs,
    .course-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .level-tabs {
      margin-bottom: 18px;
    }

    .level-tabs button,
    .course-tabs button {
      min-height: 42px;
      padding: 0 15px;
      border: 1px solid var(--gris-claro);
      border-radius: 999px;
      background: var(--blanco);
      color: var(--gris-carbon);
      cursor: pointer;
      font-weight: 900;
      transition: background .18s ease, color .18s ease, border-color .18s ease;
    }

    .level-tabs button.active,
    .course-tabs button.active {
      border-color: var(--burdeo);
      background: var(--burdeo);
      color: var(--blanco);
    }

    .lesson-board {
      display: grid;
      grid-template-columns: .82fr 1.18fr;
      gap: clamp(22px, 4vw, 46px);
      margin-top: 34px;
      padding-top: 34px;
      border-top: 1px solid var(--gris-claro);
    }

    .course-summary {
      position: sticky;
      top: 98px;
      align-self: start;
      padding: 26px;
      background: var(--gris-carbon);
      color: var(--blanco);
      box-shadow: var(--sombra);
    }

    .course-summary span {
      color: #f5d5df;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .course-summary h3 {
      margin: 12px 0 14px;
      font-family: var(--fuente-editorial);
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1;
      font-weight: 700;
    }

    .course-summary p {
      color: rgba(255,255,255,.75);
      line-height: 1.55;
    }

    .reader-box {
      margin-top: 24px;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,.18);
    }

    .reader-box strong {
      display: block;
      margin-bottom: 10px;
      color: var(--blanco);
    }

    .reader-box ul {
      margin: 0;
      padding-left: 20px;
      color: rgba(255,255,255,.74);
      line-height: 1.7;
    }

    .subject-list {
      display: grid;
      gap: 12px;
    }

    .subject-item {
      display: grid;
      grid-template-columns: 170px 1fr;
      gap: 18px;
      padding: 20px 0;
      border-bottom: 1px solid var(--gris-claro);
    }

    .subject-item strong {
      color: var(--burdeo);
      font-size: 18px;
    }

    .subject-item p {
      margin-bottom: 8px;
      color: var(--gris-carbon);
      line-height: 1.5;
    }

    .subject-item small {
      display: block;
      color: var(--gris-medio);
      line-height: 1.45;
    }

    .contact-section {
      position: relative;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: stretch;
      gap: clamp(20px, 3vw, 40px);
      padding: clamp(42px, 5.4vw, 72px) clamp(20px, 5vw, 70px);
      overflow: hidden;
      background:
        radial-gradient(circle at 8% 18%, rgba(123,29,58,.12), transparent 28%),
        linear-gradient(180deg, var(--gris-humo), var(--papel));
      color: var(--gris-carbon);
      isolation: isolate;
    }

    .contact-section::before {
      content: "";
      position: absolute;
      inset: auto -16% -28% auto;
      width: min(360px, 44vw);
      aspect-ratio: 1;
      border-radius: 50%;
      border: 1px solid rgba(123,29,58,.12);
      background:
        radial-gradient(circle, rgba(123,29,58,.12) 0 2px, transparent 3px) 0 0 / 28px 28px,
        radial-gradient(circle at 50% 50%, rgba(123,29,58,.1), transparent 64%);
      animation: contactFloat 9s ease-in-out infinite alternate;
      z-index: -1;
    }

    .contact-visual,
    .contact-copy {
      min-height: clamp(430px, 38vw, 520px);
      padding: 0;
    }

    .contact-visual {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .contact-heading {
      display: grid;
      gap: 0;
    }

    .contact-heading .section-title {
      color: var(--gris-carbon);
    }

    .contact-heading .section-intro {
      max-width: 560px;
      margin-bottom: 0;
      color: var(--gris-tinta);
    }

    .contact-map {
      position: relative;
      flex: 1 1 auto;
      min-height: 0;
      overflow: hidden;
      border-radius: 8px;
      background: var(--gris-carbon);
      box-shadow: 0 18px 48px rgba(52,54,60,.16);
      isolation: isolate;
    }

    .contact-map::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(180deg, rgba(52,54,60,.08), transparent 34%),
        linear-gradient(0deg, rgba(79,16,40,.16), transparent 36%);
      mix-blend-mode: multiply;
    }

    .contact-map iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      filter: saturate(.94) contrast(1.02);
    }

    .contact-pin {
      position: absolute;
      left: 22px;
      top: 22px;
      z-index: 2;
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 50% 50% 50% 12%;
      transform: rotate(-45deg);
      background:
        radial-gradient(circle at 36% 30%, rgba(255,255,255,.96), rgba(245,213,223,.94) 30%, rgba(123,29,58,.96) 72%);
      box-shadow: 0 14px 36px rgba(0,0,0,.22);
      animation: pinFloat 3.8s ease-in-out infinite;
    }

    .contact-pin span {
      transform: rotate(45deg);
      color: var(--burdeo-profundo);
      font-weight: 900;
      font-size: 13px;
    }

    .contact-location {
      display: grid;
      gap: 6px;
      padding-top: 12px;
      border-top: 1px solid var(--gris-claro);
      min-height: 92px;
    }

    .contact-location span,
    .contact-actions span,
    .social-link span {
      color: #f5d5df;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .contact-location span,
    .contact-actions span {
      color: var(--burdeo);
    }

    .contact-location strong {
      font-size: clamp(22px, 2.6vw, 30px);
      line-height: 1;
    }

    .contact-location a {
      width: fit-content;
      margin-top: 6px;
      padding-bottom: 5px;
      border-bottom: 2px solid rgba(123,29,58,.42);
      color: var(--burdeo);
      font-weight: 900;
    }

    .contact-copy {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 16px;
      background: transparent;
      color: var(--gris-carbon);
    }

    .contact-actions {
      display: grid;
      gap: 0;
      flex: 1 1 auto;
      border-top: 1px solid var(--gris-claro);
    }

    .contact-actions a {
      display: grid;
      gap: 5px;
      align-content: center;
      min-height: 62px;
      padding: 10px 0;
      border-bottom: 1px solid var(--gris-claro);
      transition: padding-left .2s ease, color .2s ease;
    }

    .contact-actions a:hover {
      padding-left: 14px;
      color: var(--burdeo);
    }

    .contact-actions strong {
      font-size: clamp(17px, 1.8vw, 22px);
      line-height: 1.05;
    }

    .social-orbit {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .social-link {
      position: relative;
      min-height: 92px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      gap: 7px;
      overflow: hidden;
      padding: 16px;
      border-radius: 8px;
      color: var(--blanco);
      background: var(--gris-carbon);
      isolation: isolate;
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .social-link::before {
      content: "";
      position: absolute;
      inset: -45% -20% auto auto;
      width: 128px;
      aspect-ratio: 1;
      border-radius: 50%;
      background: rgba(255,255,255,.18);
      animation: socialSweep 5.5s ease-in-out infinite alternate;
      z-index: -1;
    }

    .social-link.instagram {
      background: linear-gradient(135deg, #7b1d3a, #b43770 52%, #f0a640);
    }

    .social-link.facebook {
      background: linear-gradient(135deg, #34363c, #285aab);
    }

    .social-link:hover {
      transform: translateY(-5px);
      box-shadow: 0 24px 70px rgba(52,54,60,.22);
    }

    .social-link strong {
      font-size: clamp(16px, 1.7vw, 20px);
      line-height: 1.08;
    }

    @keyframes entrada {
      from { opacity: 0; transform: translateY(18px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes heroSlideProgress {
      from { transform: scaleX(0); }
      to { transform: scaleX(1); }
    }

    @keyframes mareaFlujo {
      0% { transform: translate3d(0, 0, 0) rotate(6deg) scaleX(1); }
      50% { transform: translate3d(-2.2vw, 1.8vh, 0) rotate(4deg) scaleX(1.035) scaleY(.99); }
      100% { transform: translate3d(1.2vw, -1.4vh, 0) rotate(8deg) scaleX(.985) scaleY(1.02); }
    }

    @keyframes mareaPulso {
      0% { opacity: .78; transform: translateX(0) scaleX(1); }
      100% { opacity: .92; transform: translateX(-18px) scaleX(1.025); }
    }

    @keyframes mareaSombra {
      0% { opacity: .52; transform: translateX(0); }
      100% { opacity: .66; transform: translateX(22px); }
    }

    @keyframes mareaLuz {
      0% { opacity: .38; transform: translateX(0); }
      100% { opacity: .58; transform: translateX(-26px); }
    }

    @keyframes mareaRibete {
      0% { opacity: .54; transform: translateX(0); }
      100% { opacity: .82; transform: translateX(-16px); }
    }

    @keyframes tallerOleaje {
      0% { transform: translateX(-38%) scaleX(.9); opacity: .18; }
      55% { transform: translateX(18%) scaleX(1.08); opacity: .92; }
      100% { transform: translateX(0) scaleX(1); opacity: .78; }
    }

    @keyframes pageWaveSweep {
      0% { transform: translateX(-48%) scaleX(.94); }
      46% { transform: translateX(3%) scaleX(1.04); }
      100% { transform: translateX(54%) scaleX(.98); }
    }

    @keyframes tideBreath {
      0% { transform: translateX(-22px) scaleY(.98); }
      50% { transform: translateX(18px) scaleY(1.035); }
      100% { transform: translateX(42px) scaleY(1); }
    }

    @keyframes tideFoam {
      0% { transform: translateX(-46px) scaleY(.96); opacity: .24; }
      48% { transform: translateX(20px) scaleY(1.06); opacity: .82; }
      100% { transform: translateX(76px) scaleY(1); opacity: .12; }
    }

    @keyframes tideLine {
      0% { stroke-dashoffset: 120; opacity: .1; transform: translateX(-54px); }
      48% { stroke-dashoffset: 20; opacity: .75; transform: translateX(14px); }
      100% { stroke-dashoffset: -80; opacity: .05; transform: translateX(86px); }
    }

    @keyframes mareaSuaveRice {
      0% { transform: translate3d(-22px, 10px, 0) scaleY(.96); opacity: .52; }
      50% { transform: translate3d(18px, -8px, 0) scaleY(1.03); opacity: .72; }
      100% { transform: translate3d(44px, 6px, 0) scaleY(1); opacity: .58; }
    }

    @keyframes flotar {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-18px); }
    }

    @keyframes contactFloat {
      from { transform: translate3d(0, 0, 0) rotate(0deg); }
      to { transform: translate3d(-24px, -22px, 0) rotate(12deg); }
    }

    @keyframes pinFloat {
      0%, 100% { transform: translateY(0) rotate(-45deg); }
      50% { transform: translateY(-8px) rotate(-45deg); }
    }

    @keyframes socialSweep {
      from { transform: translate(0, 0) scale(1); }
      to { transform: translate(-70px, 74px) scale(1.24); }
    }

    @media (max-width: 980px) {
      .nav { display: none; }
      .hero, .news, .interactive, .rice-section, .organigram-section, .lesson-head, .lesson-board, .contact-section { grid-template-columns: 1fr; }
      .hero { min-height: auto; }
      .experience-panel { min-height: 500px; padding: 0 20px 34px; }
      .hero-carousel { min-height: 430px; }
      .portal-strip { grid-template-columns: repeat(3, 1fr); }
      .gallery-head { display: block; }
      .media-hub-head,
      .media-hub-grid { grid-template-columns: 1fr; }
      .media-panel-copy { min-height: auto; }
      .community-date-list article { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
      .rice-copy { position: static; }
      .rice-viewer { min-height: 560px; }
      .rice-viewer iframe { height: 570px; }
      .rice-pages { height: 570px; }
      .course-summary { position: static; }
      .contact-visual,
      .contact-copy { min-height: auto; }
      .contact-map { min-height: 320px; }
      .workshop-page { grid-template-columns: 1fr; overflow: auto; }
      .workshop-media { min-height: 42svh; }
      .workshop-page::before { width: 92%; inset: -22% auto auto -36%; height: 78%; }
      .organigram-detail-page { grid-template-columns: 1fr; overflow: auto; }
      .organigram-photo { min-height: 36svh; }
      .inspector-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 620px) {
      .topbar { height: 70px; padding: 0 16px; }
      .brand-mark { width: 54px; height: 54px; }
      .hero-copy { padding: 100px 20px 46px; }
      .hero-logo { width: 184px; height: 184px; }
      .hero-waves svg { right: -56vw; top: -8vh; width: 162vw; height: 120svh; opacity: .72; }
      h1 { font-size: 38px; }
      .portal-strip { grid-template-columns: 1fr; }
      .portal-strip a { min-height: 92px; }
      .news, .interactive-copy, .gallery, .media-hub, .rice-section, .organigram-section, .lesson-section { padding: 56px 20px; }
      .contact-section { padding: 42px 20px; gap: 22px; }
      .visual-window { min-height: 310px; }
      .gallery-track { grid-template-columns: repeat(4, minmax(230px, 1fr)); }
      .podcast-card { grid-template-columns: 1fr; min-height: 0; }
      .podcast-cover { width: min(230px, 72vw); margin: 0 auto; }
      .newspaper-viewer { min-height: 360px; padding: 15px; }
      .newspaper-sheet { min-height: 320px; padding: 24px 20px; transform: none; }
      .issue-archive { grid-template-columns: 1fr; }
      .issue-list { justify-content: flex-start; }
      .document-grid { grid-template-columns: 1fr; }
      .rice-actions { display: grid; grid-template-columns: 1fr; }
      .rice-viewer { min-height: 480px; }
      .rice-viewer-bar { align-items: flex-start; flex-direction: column; gap: 4px; }
      .rice-viewer iframe { width: calc(100% - 24px); height: 470px; margin: 86px 12px 12px; }
      .rice-pages { width: calc(100% - 24px); height: 470px; margin: 86px 12px 12px; padding: 12px; }
      .inspector-grid { grid-template-columns: 1fr; }
      .contact-map { min-height: 220px; }
      .contact-pin { width: 54px; height: 54px; }
      .contact-actions strong { font-size: 17px; }
      .social-link { min-height: 84px; }
      .social-orbit { grid-template-columns: 1fr; }
      .subject-item { grid-template-columns: 1fr; }
    }

    /* Comunidad NSM: portada interna con imagen visible y protagonista. */
    #comunidad.interactive {
      position: relative !important;
      display: flex !important;
      align-items: center !important;
      min-height: max(760px, calc(100svh - 78px)) !important;
      padding: clamp(96px, 12vw, 160px) clamp(20px, 6vw, 96px) !important;
      overflow: hidden !important;
      isolation: isolate !important;
      background:
        linear-gradient(90deg, rgba(8,9,12,.26) 0%, rgba(8,9,12,.08) 42%, rgba(8,9,12,0) 78%),
        url("../img/comunidad-nsm.jpg") center / cover no-repeat !important;
    }

    #comunidad .interactive-bg {
      display: block !important;
      position: absolute !important;
      inset: 0 !important;
      z-index: 0 !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: center !important;
      opacity: 1 !important;
      visibility: visible !important;
      filter: none !important;
      transform: none !important;
    }

    #comunidad.interactive::after {
      content: "" !important;
      position: absolute !important;
      inset: 0 !important;
      z-index: 1 !important;
      pointer-events: none !important;
      background: linear-gradient(90deg, rgba(8,9,12,.34) 0%, rgba(8,9,12,.12) 45%, rgba(8,9,12,0) 82%) !important;
    }

    #comunidad .interactive-copy {
      position: relative !important;
      z-index: 2 !important;
      width: min(46%, 720px) !important;
      max-width: 720px !important;
      padding: 0 !important;
      background: transparent !important;
      backdrop-filter: none !important;
    }

    #comunidad .community-info-panel {
      position: relative !important;
      z-index: 2 !important;
      width: min(44%, 620px) !important;
      margin-left: auto !important;
      padding: clamp(28px, 4vw, 48px) !important;
      border: 1px solid rgba(255,255,255,.22) !important;
      background: rgba(123, 29, 58, .62) !important;
      box-shadow: 0 30px 90px rgba(0,0,0,.28) !important;
      backdrop-filter: blur(2px) !important;
    }

    #comunidad .community-info-panel .profile-output {
      margin-top: 0 !important;
      padding-top: 0 !important;
      border-top: 0 !important;
    }

    #comunidad .community-info-panel .profile-output h3 {
      font-size: clamp(27px, 3.2vw, 44px) !important;
    }

    #comunidad .community-info-panel .community-dates {
      margin-top: 28px !important;
      padding-top: 24px !important;
      border-top: 1px solid rgba(255,255,255,.22) !important;
    }

    #comunidad .community-info-panel .community-date-list article {
      min-height: 74px !important;
    }

    #comunidad .interactive-visual {
      display: none !important;
    }

    @media (max-width: 980px) {
      #comunidad.interactive {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 34px !important;
      }

      #comunidad .interactive-copy,
      #comunidad .community-info-panel {
        width: 100% !important;
        max-width: 720px !important;
        margin-left: 0 !important;
      }
    }
