:root {
  --navy: #000040;
  --navy-deep: #000040;
  --ink: #061a39;
  --muted: #5d6a7d;
  --amber: #f6a716;
  --paper: #f7f6f2;
  --white: #ffffff;
  --line: #e8e5dd;
  --shadow: 0 18px 42px rgba(15, 28, 50, 0.14);
  --radius: 8px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.shell {
  width: min(1218px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--navy);
  color: var(--white);
}

.nav {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  line-height: 1.05;
}

.brand-logo {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 999px;
  background: var(--amber);
  object-fit: contain;
}

.brand-kicker,
.eyebrow {
  display: block;
  color: var(--amber);
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brand-kicker {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.nav-links {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--white);
}

.nav-links a,
.nav-cta,
.btn,
.text-link,
.program-card a {
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.nav-cta,
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 30px;
  background: var(--amber);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.nav-cta {
  min-height: 36px;
  padding: 0 22px;
  font-size: 14px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.btn:hover,
.btn:focus-visible {
  background: var(--white);
  color: var(--amber);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 28, 50, 0.18);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: transparent;
  color: var(--white);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 0;
  aspect-ratio: 1774 / 887;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("../imagenes/banner-horizontal.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: hero-zoom 9s ease-out both;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(15, 28, 50, 0) 48%, rgba(15, 28, 50, 0.58) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 0 96px;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 15px;
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  line-height: 1.05;
}

h1 {
  max-width: 760px;
  font-size: clamp(48px, 5vw, 72px);
}

h1 span {
  color: var(--amber);
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.hero-mobile-info {
  display: none;
}

.btn.ghost {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: transparent;
  color: var(--white);
}

.btn.ghost:hover,
.btn.ghost:focus-visible {
  border-color: var(--amber);
  background: var(--white);
  color: var(--amber);
}

.video-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--white);
  font-weight: 800;
}

.play-icon,
.video-play {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.play-icon::before,
.video-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid currentColor;
}

.scroll-label {
  position: absolute;
  left: 50%;
  bottom: -260px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.institutional-video {
  background: var(--navy-deep);
}

.video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--navy-deep);
}

.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats {
  background: var(--navy);
  color: var(--white);
}

.stats-grid {
  min-height: 98px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 18px;
  text-align: center;
}

.stats strong {
  display: block;
  color: var(--amber);
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.stats span {
  font-size: 12px;
}

.section {
  padding: 86px 0;
  background: var(--white);
}

.split-grid,
.media-copy,
.community-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
  gap: 72px;
}

.section-copy h2,
.section-heading h2,
.testimonial-head h2,
.community-copy h2,
.redes-sociales h2 {
  color: var(--ink);
  font-size: clamp(34px, 3vw, 44px);
}

.section-copy p {
  max-width: 590px;
  color: #334258;
  font-size: 17px;
}

.text-link,
.program-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 900;
}

.text-link::after,
.program-card a::after {
  content: "›";
  color: var(--amber);
  font-size: 24px;
  line-height: 1;
}

.image-feature {
  position: relative;
  height: 385px;
  margin: 0;
  border-radius: var(--radius);
}

.image-feature img,
.video-card,
.community figure,
.gallery img {
  border-radius: var(--radius);
  overflow: hidden;
}

.image-feature figcaption {
  position: absolute;
  left: -24px;
  bottom: -24px;
  width: 156px;
  height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  padding: 18px 20px;
  background: var(--amber);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.image-feature strong {
  font-size: 26px;
  line-height: 1;
}

.image-feature span {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.experience,
.testimonials {
  background: var(--paper);
}

.media-copy {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 64px;
}

.video-card {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 9 / 16;
  margin: 0;
  box-shadow: var(--shadow);
  justify-self: center;
}

.video-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.values-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.value-card,
.testimonial-card,
.program-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 3px 8px rgba(15, 28, 50, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.value-card:hover,
.testimonial-card:hover,
.program-card:hover,
.social-card:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 167, 22, 0.48);
  box-shadow: 0 14px 30px rgba(15, 28, 50, 0.14);
}

.value-card {
  min-height: 258px;
  padding: 32px 44px;
  text-align: center;
}

.icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 999px;
  background: #fff4df;
  color: var(--amber);
  font-size: 36px;
  line-height: 1;
}

.icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.value-card h3,
.program-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  line-height: 1.25;
}

.value-card p,
.program-card p,
.testimonial-card p {
  color: var(--muted);
}

.section-heading {
  margin-bottom: 46px;
}

.centered {
  text-align: center;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
}

.program-card {
  overflow: hidden;
}

.program-image {
  position: relative;
  height: 192px;
  overflow: hidden;
}

.program-image img,
.gallery img,
.social-card img,
.image-feature img,
.community figure img,
.info-request-image img {
  transition: transform 300ms ease;
}

.program-card:hover .program-image img,
.gallery img:hover,
.social-card:hover img,
.image-feature:hover img,
.community figure:hover img,
.info-request-image:hover img {
  transform: scale(1.045);
}

.program-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(15, 28, 50, 0.58));
}

.program-tags {
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.program-image > span,
.program-tags span {
  border-radius: 999px;
  padding: 4px 12px;
  background: var(--amber);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.program-card h3,
.program-card p,
.program-card a {
  margin-left: 20px;
  margin-right: 20px;
}

.program-card h3 {
  margin-top: 22px;
}

.program-card a {
  margin-bottom: 24px;
  color: var(--amber);
}

.community {
  background: var(--navy);
  color: var(--white);
}

.redes-sociales {
  background: var(--paper);
  color: var(--ink);
}

.info-request {
  overflow: hidden;
  padding: 84px 0;
  background: var(--paper);
}

.info-request-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: 78px;
}

.info-request-image {
  position: relative;
  min-height: 390px;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 18px 18px 0 var(--amber);
}

.info-request-copy {
  max-width: 430px;
}

.info-request-copy h2 {
  margin: 0 0 18px;
  color: #f36f21;
  font-family: var(--sans);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.98;
}

.info-request-copy p {
  margin: 0 0 26px;
  color: #596577;
  font-size: 15px;
  line-height: 1.55;
}

.info-request-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 30px;
  background: var(--amber);
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.info-request-button:hover,
.info-request-button:focus-visible {
  background: var(--white);
  color: var(--amber);
  box-shadow: 0 10px 22px rgba(15, 28, 50, 0.18);
  transform: translateY(-2px);
}

.admission-page {
  background: var(--white);
}

.admission-hero {
  position: relative;
  overflow: hidden;
  padding: 124px 0 76px;
  background:
    linear-gradient(135deg, rgba(0, 0, 64, 0.98), rgba(6, 26, 57, 0.94)),
    var(--navy);
  color: var(--white);
}

.admission-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 6px;
  background: var(--amber);
}

.admission-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: 64px;
}

.admission-hero-copy {
  max-width: 610px;
}

.admission-hero-copy h1,
.admission-title-block h2,
.admission-priorities h2,
.admission-process h2 {
  font-family: var(--serif);
  letter-spacing: 0;
}

.admission-hero-copy h1 {
  color: var(--white);
  font-size: clamp(46px, 5vw, 78px);
}

.admission-hero-copy p:not(.eyebrow),
.admission-priorities .section-heading p,
.admission-process .section-heading p {
  color: #536075;
  font-size: 16px;
}

.admission-hero-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.admission-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.admission-hero-image {
  position: relative;
  height: min(560px, 45vw);
  min-height: 420px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.admission-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 64, 0.72));
  pointer-events: none;
}

.admission-hero-image img {
  object-position: center;
  transition: transform 700ms ease;
}

.admission-hero-image:hover img {
  transform: scale(1.035);
}

.admission-hero-image figcaption {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 24px;
  max-width: 380px;
  border-left: 4px solid var(--amber);
  padding: 16px 18px;
  background: rgba(0, 0, 64, 0.72);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.admission-hero-image strong,
.admission-hero-image span {
  display: block;
}

.admission-hero-image strong {
  color: var(--amber);
  font-size: 15px;
  line-height: 1.2;
}

.admission-hero-image span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.4;
}

.admission-principles {
  background: var(--white);
}

.admission-split {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 72px;
  align-items: center;
}

.admission-title-block h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
}

.admission-list {
  display: grid;
  gap: 16px;
}

.admission-list article,
.process-list article,
.priority-card {
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(15, 28, 50, 0.08);
}

.admission-list article {
  position: relative;
  padding: 26px 30px 26px 34px;
  overflow: hidden;
}

.admission-list article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--amber);
}

.card-icon,
.process-icon,
.timeline-icon {
  display: grid;
  place-items: center;
  color: var(--amber);
}

.card-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(246, 167, 22, 0.13);
}

.card-icon svg,
.process-icon svg,
.timeline-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.admission-list h3,
.process-list h3,
.priority-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}

.admission-list p,
.process-list p {
  margin: 0;
  color: var(--muted);
}

.admission-priorities {
  background: var(--navy);
  color: var(--white);
}

.admission-priorities .section-heading {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.admission-priorities h2,
.admission-process h2 {
  color: var(--navy);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1;
}

.admission-priorities h2 {
  color: var(--white);
}

.admission-priorities .section-heading p {
  color: rgba(255, 255, 255, 0.76);
}

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

.priority-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-color: rgba(255, 255, 255, 0.12);
  padding: 34px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.priority-card .card-icon {
  background: rgba(255, 255, 255, 0.1);
}

.priority-card:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 167, 22, 0.58);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.priority-card > span:not(.card-icon) {
  margin-bottom: 16px;
  color: var(--amber);
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.priority-card h3 {
  color: var(--white);
}

.admission-process {
  background:
    linear-gradient(90deg, rgba(0, 0, 64, 0.045), transparent 36%),
    var(--paper);
}

.admission-process-inner {
  max-width: 1040px;
}

.process-list {
  display: grid;
  gap: 18px;
}

.process-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 28px 32px;
}

.process-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: var(--amber);
  color: var(--ink);
}

.admission-final {
  padding: 96px 0 112px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.admission-final .shell {
  max-width: 940px;
}

.admission-final h2 {
  margin: 0 auto 44px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.12;
}

.postulation-hero .admission-hero-image img {
  object-position: center;
}

.postulation-steps {
  background: var(--white);
}

.postulation-layout {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  align-items: start;
  gap: 72px;
}

.postulation-timeline {
  display: grid;
  gap: 18px;
}

.postulation-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 10px;
  padding: 28px 32px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(15, 28, 50, 0.08);
}

.postulation-timeline article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--amber);
}

.timeline-icon {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: var(--amber);
  color: var(--ink);
}

.postulation-timeline h3,
.documents-grid h3,
.postulation-help h2 {
  margin: 0 0 8px;
  color: var(--navy);
}

.postulation-timeline p,
.documents-grid p,
.postulation-help p {
  margin: 0;
  color: var(--muted);
}

.postulation-documents {
  background: var(--paper);
}

.postulation-documents h2 {
  color: var(--navy);
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.documents-grid article {
  min-height: 210px;
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 10px;
  padding: 28px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(15, 28, 50, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.documents-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 167, 22, 0.48);
  box-shadow: 0 14px 30px rgba(15, 28, 50, 0.14);
}

.postulation-help {
  padding: 84px 0 104px;
  background: var(--navy);
  color: var(--white);
}

.postulation-help-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 42px;
}

.postulation-help h2 {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.05;
}

.postulation-help p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
}

.postulation-contact {
  min-width: 280px;
  border-left: 4px solid var(--amber);
  border-radius: 10px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.06);
}

.postulation-contact strong,
.postulation-contact a {
  display: block;
}

.postulation-contact strong {
  margin-bottom: 12px;
  color: var(--amber);
}

.postulation-contact a {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.about-page {
  background: var(--white);
}

.about-hero .admission-hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.about-collage {
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.82fr;
  grid-auto-rows: 120px;
  gap: 14px;
}

.about-collage img {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.about-collage img:hover {
  transform: translateY(-6px) scale(1.025);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.about-collage img:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.about-collage img:nth-child(2) {
  grid-row: span 2;
}

.about-history {
  background: var(--paper);
}

.about-history-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 72px;
  align-items: start;
}

.about-story-card {
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 12px;
  padding: 34px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(15, 28, 50, 0.08);
}

.about-story-card h3,
.beliefs-grid h2,
.objectives-grid h3,
.about-commitment h2 {
  margin: 0 0 12px;
  color: var(--navy);
}

.about-story-card p,
.beliefs-grid p,
.objectives-grid p,
.about-commitment p,
.about-commitment blockquote {
  color: var(--muted);
}

.about-story-card figure {
  height: 360px;
  margin: 28px 0 0;
  border-radius: 10px;
  overflow: hidden;
}

.about-beliefs {
  background: var(--white);
}

.beliefs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.beliefs-grid article,
.objectives-grid article {
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 10px;
  padding: 32px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(15, 28, 50, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.beliefs-grid article:hover,
.objectives-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 167, 22, 0.48);
  box-shadow: 0 14px 30px rgba(15, 28, 50, 0.14);
}

.beliefs-grid h2,
.about-commitment h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.05;
}

.about-objectives {
  background: var(--navy);
  color: var(--white);
}

.about-objectives .section-heading h2 {
  color: var(--white);
}

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

.objectives-grid article {
  min-height: 260px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.objectives-grid article:nth-last-child(-n + 2) {
  transform: translateX(calc(50% + 9px));
}

.objectives-grid article:nth-last-child(-n + 2):hover {
  transform: translateX(calc(50% + 9px)) translateY(-6px);
}

.objectives-grid h3 {
  color: var(--white);
}

.objectives-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.objectives-grid .card-icon {
  background: rgba(255, 255, 255, 0.1);
}

.about-commitment {
  padding: 92px 0 112px;
  background: var(--paper);
}

.commitment-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 64px;
}

.commitment-grid figure {
  height: 500px;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-commitment blockquote {
  margin: 24px 0 20px;
  border-left: 4px solid var(--amber);
  padding-left: 22px;
  font-size: 18px;
}

.about-commitment strong {
  color: var(--navy);
}

.experience-page {
  background: var(--white);
}

.experience-hero .admission-hero-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
}

.experience-programs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.experience-programs article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.experience-programs article:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 167, 22, 0.52);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.experience-programs img {
  height: 210px;
}

.experience-programs article > div {
  padding: 24px;
}

.experience-programs h3,
.experience-blue-band h2,
.experience-commitment h2,
.experience-cta h2 {
  margin: 0 0 12px;
}

.experience-programs h3 {
  color: var(--white);
  font-size: 18px;
}

.experience-programs p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.experience-programs .card-icon {
  background: rgba(255, 255, 255, 0.1);
}

.experience-blue-band {
  padding: 92px 0;
  background: var(--white);
  color: var(--ink);
}

.experience-band-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 64px;
}

.experience-band-grid figure,
.campus-feature,
.experience-cta figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.experience-band-grid figure {
  height: 360px;
}

.experience-blue-band h2,
.experience-cta h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.05;
}

.experience-blue-band h2 {
  color: var(--navy);
}

.experience-cta h2 {
  color: var(--white);
}

.experience-blue-band p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.experience-campus {
  background: var(--paper);
}

.experience-extracurricular {
  background: var(--navy);
  color: var(--white);
}

.experience-extracurricular .section-heading {
  max-width: 920px;
  margin-bottom: 48px;
}

.experience-extracurricular .section-heading h2 {
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 400;
}

.experience-extracurricular .section-heading p {
  color: rgba(255, 255, 255, 0.78);
}

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

.extracurricular-grid article {
  overflow: hidden;
  border-bottom: 4px solid var(--amber);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(15, 28, 50, 0.12);
}

.extracurricular-grid img {
  height: 260px;
}

.extracurricular-grid article > div {
  min-height: 118px;
  padding: 22px 24px 24px;
}

.extracurricular-grid h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 500;
}

.extracurricular-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.experience-campus h2,
.experience-commitment h2 {
  color: var(--navy);
}

.campus-feature {
  height: min(520px, 48vw);
  min-height: 340px;
}

.experience-commitment {
  background: var(--white);
}

.experience-commitment p {
  color: var(--muted);
}

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

.commitment-points article {
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 10px;
  padding: 20px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(15, 28, 50, 0.08);
}

.commitment-points h3 {
  margin: 0;
  color: var(--navy);
}

.experience-cta {
  padding: 86px 0;
  background: var(--navy);
  color: var(--white);
}

.experience-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  align-items: center;
  gap: 64px;
}

.experience-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.experience-cta .btn {
  margin-top: 20px;
}

.experience-cta figure {
  height: 360px;
}

.program-detail-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
}

.school-page {
  background: var(--white);
}

.school-levels {
  background: var(--paper);
}

.level-stack {
  display: grid;
  gap: 28px;
}

.level-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(360px, 1.3fr);
  align-items: stretch;
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(15, 28, 50, 0.08);
}

.level-row.reverse {
  grid-template-columns: minmax(360px, 1.3fr) minmax(280px, 0.7fr);
}

.level-copy {
  padding: 40px;
}

.level-copy h2,
.school-workshops h2,
.school-services h2,
.school-support h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(36px, 3.5vw, 54px);
  line-height: 1;
}

.level-copy p,
.school-services .section-heading p,
.school-evaluation .section-heading p,
.school-support p {
  color: var(--muted);
}

.level-row figure {
  min-height: 360px;
  margin: 0;
}

.level-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.level-tags span {
  border-radius: 999px;
  padding: 6px 12px;
  background: var(--amber);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.school-workshops {
  background: var(--white);
}

.workshop-grid,
.evaluation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.workshop-grid article {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(15, 28, 50, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.workshop-grid article:hover,
.evaluation-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 167, 22, 0.48);
  box-shadow: 0 14px 30px rgba(15, 28, 50, 0.14);
}

.workshop-grid img {
  height: 210px;
}

.workshop-grid h3 {
  margin: 0;
  padding: 18px 20px;
  background: var(--navy);
  color: var(--white);
  font-size: 15px;
}

.school-services {
  background: var(--paper);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.services-grid article {
  min-height: 180px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 10px;
  padding: 24px;
  background: var(--white);
  text-align: center;
  box-shadow: 0 10px 28px rgba(15, 28, 50, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.services-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 167, 22, 0.48);
  box-shadow: 0 14px 30px rgba(15, 28, 50, 0.14);
}

.services-grid h3 {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
}

.school-evaluation {
  background: var(--navy);
  color: var(--white);
}

.school-evaluation .section-heading h2 {
  color: var(--white);
}

.school-evaluation .section-heading p {
  color: rgba(255, 255, 255, 0.74);
}

.evaluation-grid article {
  min-height: 245px;
  display: grid;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 10px;
  padding: 30px 24px;
  background: var(--white);
  text-align: center;
  box-shadow: 0 10px 28px rgba(15, 28, 50, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.evaluation-grid .card-icon {
  width: 74px;
  height: 74px;
  margin-bottom: 22px;
  background: #fff4df;
  color: var(--amber);
}

.evaluation-grid h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 17px;
}

.evaluation-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.school-support {
  background: var(--paper);
}

.support-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: 64px;
}

.support-grid figure {
  position: relative;
  height: 560px;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.support-grid figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  border-left: 4px solid var(--amber);
  padding: 18px 20px;
  background: rgba(0, 0, 64, 0.72);
  color: var(--white);
  font-size: 22px;
  line-height: 1.2;
}

.support-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.support-list article {
  border-left: 4px solid var(--amber);
  border-radius: 8px;
  padding: 18px 20px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(15, 28, 50, 0.08);
}

.support-list h3 {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
}

.pce-page {
  background: var(--white);
}

.pce-summary {
  background: var(--paper);
}

.pce-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 24px;
}

.pce-summary-grid article {
  min-height: 260px;
  display: grid;
  align-content: center;
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 12px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(246, 167, 22, 0.95), rgba(243, 111, 33, 0.95));
  box-shadow: 0 18px 42px rgba(15, 28, 50, 0.14);
  color: var(--ink);
}

.pce-summary-grid .card-icon {
  background: rgba(255, 255, 255, 0.34);
  color: var(--ink);
}

.pce-summary-grid h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.pce-summary-grid p {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
}

.pce-focus {
  background: var(--white);
}

.pce-focus h2 {
  color: var(--navy);
}

.pce-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pce-focus-grid article {
  min-height: 260px;
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 10px;
  padding: 32px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(15, 28, 50, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.pce-focus-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 167, 22, 0.48);
  box-shadow: 0 14px 30px rgba(15, 28, 50, 0.14);
}

.pce-focus-grid h3 {
  margin: 0 0 10px;
  color: var(--navy);
}

.pce-focus-grid p {
  margin: 0;
  color: var(--muted);
}

.pce-experience {
  padding: 92px 0;
  background: var(--navy);
  color: var(--white);
}

.pce-experience h2 {
  margin: 0 0 16px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.05;
}

.pce-experience p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.pce-experience .btn {
  margin-top: 22px;
}

.contact-page {
  background: var(--white);
}

.contact-info-panel {
  display: grid;
  gap: 16px;
}

.contact-info-panel article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.contact-info-panel .card-icon {
  background: rgba(255, 255, 255, 0.1);
}

.contact-info-panel h3 {
  margin: 0 0 8px;
  color: var(--white);
}

.contact-info-panel a,
.contact-info-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.contact-map-section {
  background: var(--paper);
}

.contact-map-grid,
.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr);
  align-items: center;
  gap: 64px;
}

.contact-map-grid h2,
.contact-form-grid h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(36px, 3.5vw, 54px);
  line-height: 1;
}

.contact-map-grid p,
.contact-form-grid p {
  color: var(--muted);
}

.map-frame {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.map-frame iframe {
  display: block;
  width: 100%;
  min-height: 420px;
}

.contact-form-section {
  background: var(--white);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 12px;
  padding: 32px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(15, 28, 50, 0.08);
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label.full,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form span {
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 64, 0.14);
  border-radius: 10px;
  padding: 14px 16px;
  color: var(--ink);
  font: inherit;
  outline: none;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 4px rgba(246, 167, 22, 0.14);
}

.team-page {
  background: var(--white);
}

.team-leadership {
  background: var(--paper);
}

.team-grid {
  display: grid;
  gap: 24px;
}

.team-grid.featured {
  grid-template-columns: repeat(2, 1fr);
}

.team-card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 64, 0.1);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(15, 28, 50, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.team-card:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 167, 22, 0.48);
  box-shadow: 0 14px 30px rgba(15, 28, 50, 0.14);
}

.team-card figure {
  height: 320px;
  margin: 0;
}

.team-card > div {
  padding: 30px;
}

.team-card h3,
.staff-grid h3 {
  margin: 0 0 10px;
  color: var(--navy);
}

.team-card p:not(.eyebrow),
.staff-grid p {
  color: var(--muted);
}

.leadership-showcase {
  width: min(100%, 980px);
  display: grid;
  gap: 22px;
  margin: 0 auto;
}

.leadership-showcase figure {
  height: 390px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.leadership-name-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.leadership-name-grid article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 5px solid var(--amber);
  border-radius: 10px;
  padding: 24px 28px;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(15, 28, 50, 0.14);
}

.leadership-name-grid p {
  margin: 0 0 10px;
  color: var(--amber);
  font-size: 14px;
  font-weight: 900;
}

.leadership-name-grid h3 {
  margin: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.team-values {
  background: var(--white);
}

.team-staff {
  background: var(--navy);
  color: var(--white);
}

.team-staff .section-heading h2 {
  color: var(--white);
}

.team-staff .section-heading p {
  color: rgba(255, 255, 255, 0.74);
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.staff-grid article {
  min-height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.staff-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 167, 22, 0.54);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.staff-grid h3 {
  color: var(--white);
}

.staff-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.staff-grid .card-icon {
  background: rgba(255, 255, 255, 0.1);
}

.team-quote {
  padding: 92px 0 112px;
  background: var(--paper);
}

.team-quote h2 {
  margin: 0 0 24px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.08;
}

.team-quote blockquote {
  margin: 0 0 28px;
  border-left: 4px solid var(--amber);
  padding-left: 22px;
  color: var(--muted);
  font-size: 18px;
}

.community-grid {
  grid-template-columns: 1fr 1fr;
}

.community figure {
  height: 560px;
  margin: 0;
}

.community h2 {
  color: var(--white);
}

.community blockquote {
  margin: 28px 0 18px;
  border-left: 4px solid var(--amber);
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
}

.signature-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 30px;
}

.signature-card {
  min-height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid var(--amber);
  border-radius: 10px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.06);
}

.signature-card strong,
.signature-card span {
  display: block;
}

.signature-card strong {
  color: var(--amber);
  font-size: 14px;
  line-height: 1.2;
}

.signature-card span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.35;
}

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

.arrows {
  display: flex;
  gap: 12px;
}

.arrows button {
  width: 44px;
  height: 44px;
  border: 2px solid var(--navy);
  border-radius: 999px;
  background: transparent;
  color: var(--navy);
  font-size: 28px;
  cursor: pointer;
}

.arrows button:last-child {
  background: var(--navy);
  color: var(--white);
}

.testimonial-card {
  padding: 30px;
}

.stars {
  color: var(--amber);
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.person img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
}

.person strong,
.person small {
  display: block;
}

.person small {
  color: #9198a7;
}

.gallery {
  background: var(--white);
  padding-top: 56px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 0.6fr;
  grid-auto-rows: 192px;
  gap: 16px;
}

.gallery img {
  box-shadow: 0 2px 8px rgba(15, 28, 50, 0.08);
}

.gallery .wide {
  grid-column: span 2;
}

.gallery .tall {
  grid-row: span 2;
}

.redes-sociales {
  padding: 76px 0 86px;
}

.redes-sociales .shell {
  width: min(1380px, calc(100% - 48px));
}

.social-intro {
  max-width: 680px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 17px;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}

.social-card {
  overflow: hidden;
  min-height: 500px;
  display: grid;
  grid-template-rows: 280px 1fr;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 3px 8px rgba(15, 28, 50, 0.08);
  color: var(--ink);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.social-preview {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 0, 64, 0.95), rgba(246, 167, 22, 0.72));
}

.social-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 26, 57, 0.02) 40%, rgba(6, 26, 57, 0.42) 100%);
  pointer-events: none;
}

.social-card img {
  height: 280px;
}

.social-card-body {
  min-height: 220px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 12px;
  padding: 22px;
}

.social-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.social-logo {
  width: 44px;
  height: 44px;
  display: grid;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
}

.instagram-logo {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 70%, #515bd4 100%);
  color: var(--white);
}

.facebook-logo {
  background: #1877f2;
  color: var(--white);
}

.tiktok-logo {
  background: #111111;
  color: #25f4ee;
}

.youtube-logo {
  background: #ff0000;
  color: var(--white);
}

.social-logo svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.reveal-ready .reveal-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-ready .stats article {
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  transition: opacity 560ms ease, transform 560ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-ready .stats.is-visible article {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes hero-zoom {
  from {
    transform: scale(1.045);
  }

  to {
    transform: scale(1);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal-ready .reveal-item,
  .reveal-ready .stats article {
    opacity: 1;
    transform: none;
  }
}

.social-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.social-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.social-status {
  align-self: start;
  width: fit-content;
  border-radius: 999px;
  padding: 4px 10px;
  background: #fff4df;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.social-button {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  transition: background 300ms ease, color 300ms ease;
}

.social-button::after {
  content: "›";
  color: var(--amber);
  font-size: 21px;
  line-height: 1;
}

.social-card:hover .social-button,
.social-card:focus-visible .social-button {
  background: var(--white);
  color: var(--amber);
}

.social-card:hover .social-button::after,
.social-card:focus-visible .social-button::after {
  color: var(--amber);
}

.footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.78);
  padding: 64px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.2fr;
  gap: 74px;
}

.footer h3 {
  margin: 0 0 22px;
  color: var(--amber);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer p {
  margin: 0 0 14px;
}

.footer a:not(.brand) {
  display: block;
  margin-bottom: 14px;
}

.footer-brand {
  margin-bottom: 26px;
  color: var(--white);
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.socials a {
  width: 36px;
  height: 36px;
  display: grid !important;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 28px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.footer-bottom span:last-child {
  display: flex;
  gap: 24px;
}

@media (max-width: 980px) {
  .shell {
    width: min(100% - 32px, 720px);
  }

  .nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .site-header.menu-open .nav-links {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 12px 16px 18px;
    background: var(--navy);
  }

  .site-header.menu-open .nav-links a {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-content {
    padding-bottom: 28px;
  }

  .stats-grid,
  .program-grid,
  .social-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-grid,
  .media-copy,
  .community-grid,
  .info-request-grid,
  .admission-hero-grid,
  .admission-split,
  .postulation-layout,
  .postulation-help-grid,
  .about-history-grid,
  .commitment-grid,
  .experience-hero .admission-hero-grid,
  .experience-band-grid,
  .experience-cta-grid,
  .level-row,
  .level-row.reverse,
  .support-grid,
  .contact-map-grid,
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .info-request-copy {
    max-width: none;
  }

  .priority-grid,
  .documents-grid,
  .beliefs-grid,
  .objectives-grid,
  .extracurricular-grid,
  .experience-programs,
  .workshop-grid,
  .evaluation-grid,
  .services-grid,
  .pce-summary-grid,
  .pce-focus-grid,
  .team-grid.featured,
  .staff-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-hero .admission-hero-grid {
    grid-template-columns: 1fr;
  }

  .objectives-grid article:nth-last-child(-n + 2),
  .objectives-grid article:nth-last-child(-n + 2):hover {
    transform: none;
  }

  .admission-title-block {
    text-align: left;
  }

  .values-grid,
  .signature-cards,
  .leadership-name-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 981px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) {
  .hero-content {
    padding-bottom: 44px;
  }
}

@media (max-width: 640px) {
  .hero {
    aspect-ratio: 864 / 1821;
  }

  .hero-bg {
    background-image: url("../imagenes/banner-vertical.png");
    background-size: 100% 100%;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(15, 28, 50, 0) 62%, rgba(15, 28, 50, 0.64) 100%);
  }

  .hero-content {
    padding-bottom: 28px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-mobile-info {
    display: inline-flex;
  }

  .btn,
  .video-link {
    width: 100%;
  }

  .stats-grid,
  .program-grid,
  .social-grid,
  .footer-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    padding: 24px 0;
  }

  .section {
    padding: 64px 0;
  }

  .admission-hero {
    padding-top: 96px;
  }

  .admission-hero-copy {
    text-align: left;
  }

  .admission-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .admission-hero-image {
    height: 360px;
    min-height: 0;
  }

  .admission-hero-image figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .process-list article {
    grid-template-columns: 1fr;
  }

  .postulation-timeline article {
    grid-template-columns: 1fr;
  }

  .documents-grid,
  .beliefs-grid,
  .objectives-grid,
  .extracurricular-grid,
  .experience-programs,
  .commitment-points,
  .workshop-grid,
  .evaluation-grid,
  .services-grid,
  .pce-summary-grid,
  .pce-focus-grid,
  .team-grid.featured,
  .staff-grid {
    grid-template-columns: 1fr;
  }

  .about-collage {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
  }

  .about-collage img:first-child,
  .about-collage img:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
  }

  .about-story-card figure,
  .commitment-grid figure,
  .experience-band-grid figure,
  .experience-cta figure {
    height: 360px;
  }

  .campus-feature {
    height: 340px;
    min-height: 0;
  }

  .level-row figure,
  .support-grid figure {
    height: 360px;
    min-height: 0;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .map-frame iframe {
    min-height: 340px;
  }

  .support-grid figcaption {
    font-size: 18px;
  }

  .postulation-contact {
    min-width: 0;
  }

  .admission-final {
    padding: 70px 0 86px;
  }

  .image-feature,
  .community figure,
  .leadership-showcase figure,
  .info-request-image {
    height: 420px;
    min-height: 0;
  }

  .info-request {
    padding: 64px 0;
  }

  .info-request-image {
    box-shadow: 10px 10px 0 var(--amber);
  }

  .video-card {
    width: min(100%, 320px);
  }

  .image-feature figcaption {
    left: 14px;
  }

  .testimonial-head,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery .wide,
  .gallery .tall {
    grid-column: auto;
    grid-row: auto;
  }
}
