.eyebrow{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.75rem;
  font-weight:700;
  color:var(--itkf-accent);
  margin-bottom:1rem
}
.eyebrow--light{color:#fff;opacity:.8}
.section-heading{max-width:760px;margin:0 auto 2.5rem;text-align:center}
.section-heading h2{font-size:clamp(2rem,3.5vw,3rem);line-height:1.1;margin:0 0 .75rem}
.section-heading p{margin:0;color:var(--itkf-muted);font-size:1.05rem}

.content-card,.sidebar-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  box-shadow:0 16px 50px rgba(2,6,23,.06)
}
.content-card{padding:2rem}
.content-card--soft{background:linear-gradient(180deg,#fff,#faf8f2)}

.button{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.9rem 1.25rem;border-radius:999px;font-weight:700;text-decoration:none;transition:.25s ease
}
.button:hover{transform:translateY(-2px)}
.button--primary{background:var(--itkf-accent);color:#111}
.button--ghost{border:1px solid rgba(15,23,42,.12);color:var(--itkf-text);background:#fff}
.button--light{background:#fff;color:#111}
.button--outline-light{border:1px solid rgba(255,255,255,.45);color:#fff}

.hero-slider{position:relative;isolation:isolate}
.hero-fallback{position:relative;min-height:78vh;background-size:cover;background-position:center}
.hero-slide{position:relative;min-height:78vh;display:none;align-items:center}
.hero-slide.is-active{display:flex}
.hero-slide__media,.hero-slide__media img{position:absolute;inset:0;width:100%;height:100%}
.hero-slide__media img{object-fit:cover}
.hero-slide__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.78),rgba(2,6,23,.35) 55%,rgba(2,6,23,.18))}
.hero-slide__content{position:relative;z-index:2;color:#fff;padding:7rem 0;max-width:760px}
.hero-slide__content h1{font-size:clamp(2.6rem,6vw,5.5rem);line-height:.95;margin:0 0 1rem;color:#fff}
.hero-slide__content h3{font-size:clamp(1.1rem,2vw,1.75rem);margin:0 0 1rem;color:#fff}
.hero-slide__content p{font-size:1.05rem;line-height:1.8;max-width:60ch;color:rgba(255,255,255,.88)}
.hero-slide__actions{margin-top:1.5rem}
.hero-slider__nav{position:absolute;left:0;right:0;bottom:2rem;display:flex;gap:.65rem;z-index:3}
.hero-slider__dot{width:12px;height:12px;border-radius:50%;border:0;background:rgba(255,255,255,.35);padding:0}
.hero-slider__dot.is-active{background:#fff}

.cards-grid{display:grid;gap:1.5rem}
.cards-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.cards-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}

.card-modern{
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  box-shadow:0 16px 50px rgba(2,6,23,.06);
  transition:transform .25s ease, box-shadow .25s ease;
}
.card-modern:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 54px rgba(2,6,23,.1);
}
.card-modern__media img{
  width:100%;
  height:250px;
  object-fit:cover;
  display:block;
}
.card-modern__body{padding:1.25rem 1.25rem 1.5rem}
.card-modern__body h3{font-size:1.25rem;line-height:1.3;margin:0 0 .75rem}
.card-modern__body p{margin:0;color:var(--itkf-muted)}

.quick-link-card{
  display:block;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:1.5rem;
  box-shadow:0 16px 50px rgba(2,6,23,.06);
  transition:transform .25s ease, box-shadow .25s ease;
}
.quick-link-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 54px rgba(2,6,23,.1);
}
.quick-link-card__icon{
  display:inline-grid;
  place-items:center;
  width:52px;height:52px;
  border-radius:50%;
  background:#f5efe1;
  color:#8b6b2d;
  font-size:1.3rem;
  margin-bottom:1rem;
}
.quick-link-card h3{margin:0 0 .5rem;font-size:1.2rem}
.quick-link-card p{margin:0;color:var(--itkf-muted)}

.media-card{border-radius:24px;overflow:hidden;box-shadow:0 16px 50px rgba(2,6,23,.08)}
.responsive-embed{position:relative;padding-top:56.25%}
.responsive-embed iframe{position:absolute;inset:0;width:100%;height:100%}
.affiliations-row{display:flex;flex-wrap:wrap;gap:1rem;margin:1.5rem 0}
.affiliations-row img{height:48px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.75}

.programs-stack{display:flex;flex-direction:column;gap:2rem}
.program-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.program-row--reverse .program-row__media{order:2}
.program-row--reverse .program-row__content{order:1}
.program-row__media img{width:100%;height:min(420px,40vw);object-fit:cover;border-radius:24px;box-shadow:0 16px 50px rgba(2,6,23,.08)}
.program-row__content h3{font-size:clamp(1.6rem,3vw,2.4rem);margin:0 0 1rem}

.stats-band{padding:3.75rem 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.stat-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  padding:1.5rem;
  text-align:center;
}
.stat-card strong{
  display:block;
  font-size:clamp(1.8rem,3vw,2.8rem);
  color:#fff;
  margin-bottom:.4rem;
}
.stat-card span{color:rgba(255,255,255,.8)}

.cta-band{background:linear-gradient(135deg,#0f2747,#152f56 60%,#1b3f73);color:#fff;padding:3rem 0}
.cta-band__inner{display:flex;justify-content:space-between;gap:1.5rem;align-items:center}
.cta-band__inner h2{color:#fff;margin:.3rem 0 0;font-size:clamp(1.75rem,3.5vw,2.6rem)}
.cta-band__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}

.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.gallery-grid__item{display:block;aspect-ratio:1/1;border-radius:20px;overflow:hidden;background:#e8edf3}
.gallery-grid__item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.gallery-grid__item:hover img{transform:scale(1.04)}
.gallery-grid__item--placeholder{background:linear-gradient(135deg,#e9eef5,#dfe7f1)}

.single-card h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.1}
.single-hero-image{margin:1.25rem 0 1.5rem}
.single-hero-image img{width:100%;height:auto;border-radius:20px}
.content-entry{line-height:1.8}
.content-entry img,.content-entry iframe,.content-entry video,.content-entry table{max-width:100%;height:auto}
.single-back-link{margin-top:1.5rem}
