@font-face {
  font-family: "Geist Sans";
  src: url("assets/fonts/geist-sans.woff") format("woff");
  font-display: swap;
  font-weight: 100 900;
}

@font-face {
  font-family: "Playfair Display";
  src: url("assets/fonts/playfair.woff2") format("woff2");
  font-display: swap;
  font-weight: 400 900;
}

:root {
  --orange: #ff3609;
  --orange-deep: #e0310a;
  --red: #b53532;
  --plum: #501748;
  --cream: #fdeeea;
  --ink: #111111;
  --muted: #484848;
  --panel-radius: 48px;
  --content: min(1360px, calc(100vw - 48px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: "Geist Sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button {
  border: 0;
  font: inherit;
}

.container {
  width: var(--content);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: 88px;
  pointer-events: none;
}

.brand,
.site-nav,
.menu-toggle {
  pointer-events: auto;
}

.brand {
  position: fixed;
  top: 16px;
  left: clamp(24px, 5vw, 80px);
  width: 70px;
  transition: transform 240ms var(--ease), opacity 240ms var(--ease);
}

.brand:hover {
  transform: translateY(-2px);
}

.site-nav {
  position: absolute;
  top: 18px;
  right: clamp(24px, 6vw, 108px);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(253, 238, 234, 0.96);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease);
}

.site-header.is-scrolled .site-nav {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.site-nav a {
  position: relative;
  min-width: 104px;
  padding: 14px 18px;
  border-radius: 999px;
  text-align: center;
  font-size: 14px;
  color: #2a2530;
  transition: color 220ms var(--ease), transform 220ms var(--ease), background 220ms var(--ease);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--plum);
  transform: translateX(-50%);
  transition: width 220ms var(--ease);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--plum);
  transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  width: 42%;
}

.site-nav a.active {
  color: #ffffff;
  background: linear-gradient(135deg, var(--orange), rgba(80, 23, 72, 0.7));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 8px 18px rgba(80, 23, 72, 0.22);
}

.site-nav a.active::after {
  display: none;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: linear-gradient(120deg, var(--orange-deep), #8f232d 70%, var(--plum));
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: -1;
  height: 24%;
  background: linear-gradient(180deg, transparent, rgba(80, 23, 72, 0.14));
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(780px, 56vw);
  padding: clamp(150px, 20vh, 190px) 0 0 clamp(72px, 11vw, 156px);
  color: #ffffff;
}

.rule {
  width: 96px;
  height: 2px;
  margin-bottom: 28px;
  border-radius: 999px;
  background: #ffffff;
}

.rule-small {
  margin: 24px 0 34px;
}

.person-name,
.hero h1,
.hero-subtitle,
.about h2,
.section-head h2,
.section-head h1,
.card-body h3,
.card-body h2,
.news-body h3,
.news-body h2,
.detail-article h1,
.site-footer h2,
.site-footer h3,
.ghost-word {
  font-family: "Playfair Display", Georgia, serif;
}

.person-name {
  margin: 0;
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 600;
}

.person-date {
  margin: 14px 0 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(56px, 5.4vw, 88px);
  line-height: 0.98;
  font-weight: 700;
}

.hero-subtitle {
  max-width: 720px;
  margin: 34px 0 0;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.12;
  font-weight: 600;
}

.hero-copy {
  max-width: 720px;
  margin: 34px 0 0;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.65;
}

.hero-portrait {
  position: absolute;
  right: clamp(-34px, 2vw, 34px);
  bottom: 0;
  z-index: 2;
  width: clamp(330px, 31vw, 560px);
  max-height: 58vh;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.16));
}

.hero-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11vh;
  display: flex;
  gap: 42px;
  z-index: 1;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.09);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(56px, 8vw, 130px);
  font-weight: 800;
  white-space: nowrap;
}

.hero-marquee span {
  animation: marquee 28s linear infinite;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 42px;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #ffffff;
  transform: translateX(-50%);
  transition: transform 220ms var(--ease), opacity 220ms var(--ease);
}

.scroll-cue span {
  position: relative;
  width: 24px;
  height: 42px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.scroll-cue span::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
  animation: scroll-dot 1.45s ease-in-out infinite;
}

.scroll-cue:hover {
  transform: translate(-50%, 3px);
}

.scroll-cue small {
  font-size: 13px;
}

.section-panel {
  position: relative;
  background: #ffffff;
}

.section-panel > .container {
  position: relative;
  z-index: 1;
}

.about {
  padding: clamp(92px, 12vw, 150px) 0 clamp(72px, 9vw, 118px);
  border-top-left-radius: var(--panel-radius);
}

.edge-shape {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 90px;
  height: 603px;
  background: linear-gradient(180deg, #e0310a 0%, #501748 100%);
  clip-path: path(
    "M0 0L83.9345 0.000118057C62.975 0.0137439 45.982 16.9972 45.9598 37.9598L45.6879 294.5V557.312C45.6879 582.545 25.2327 603 0 603V0Z"
  );
}

.about-workspace > .edge-shape,
.legal-section > .edge-shape {
  z-index: 0;
}

.about-workspace > .edge-shape + .about-tabs,
.legal-section > .container {
  position: relative;
  z-index: 1;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(48px, 8vw, 92px);
  align-items: start;
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about h2 {
  margin: 0 0 28px;
  font-size: clamp(32px, 3.2vw, 50px);
  line-height: 1.2;
  font-weight: 500;
}

.about h2 em {
  font-style: italic;
}

.about-copy > p:last-child {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
}

.about-media {
  position: relative;
  padding-top: 10px;
}

.about-media img {
  width: 100%;
  border-radius: 40px 40px 4px 4px;
}

.outline-action {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  margin-top: 22px;
  padding: 0 22px;
  border: 1px solid #111111;
  border-radius: 0 999px 999px 0;
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 220ms var(--ease), background 220ms var(--ease), border-color 220ms var(--ease),
    transform 220ms var(--ease);
}

.outline-action:hover,
.outline-action:focus-visible {
  color: #ffffff;
  border-color: var(--orange);
  background: var(--orange);
  transform: translateY(-2px);
}

.outline-action span {
  transition: transform 220ms var(--ease);
}

.outline-action:hover span,
.outline-action:focus-visible span {
  transform: translateX(4px);
}

.ghost-word {
  margin: 0;
  color: rgba(80, 23, 72, 0.07);
  font-size: clamp(58px, 7.5vw, 120px);
  font-weight: 700;
  line-height: 0.9;
  pointer-events: none;
  user-select: none;
}

.about-media .ghost-word {
  position: absolute;
  right: -34px;
  bottom: -86px;
}

.programs {
  padding: 24px 0 clamp(60px, 8vw, 100px);
}

.news {
  padding: clamp(64px, 8vw, 110px) 0 clamp(96px, 10vw, 150px);
}

.section-head {
  text-align: center;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(42px, 4.7vw, 72px);
  line-height: 1.08;
  font-weight: 600;
}

.section-head > p:last-child {
  margin: 18px 0 0;
  color: #2d2d2d;
}

.cards-shell {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 20px;
  margin-top: 54px;
}

.card-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 28px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 0 18px;
}

.card-track::-webkit-scrollbar {
  display: none;
}

.program-card,
.news-card {
  display: block;
  scroll-snap-align: start;
}

.program-card {
  position: relative;
  min-height: 454px;
  overflow: hidden;
  border: 1px solid var(--red);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(80, 23, 72, 0);
  transition: transform 280ms var(--ease), box-shadow 280ms var(--ease);
}

.program-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 42px rgba(80, 23, 72, 0.16);
}

.program-card img {
  width: 100%;
  height: 184px;
  object-fit: cover;
  transition: transform 600ms var(--ease), filter 600ms var(--ease);
}

.program-card:hover img {
  transform: scale(1.055);
}

.tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 112px;
  min-height: 42px;
  margin-top: -24px;
  padding: 18px 28px 8px;
  border-radius: 0 0 28px 0;
  color: #ffffff;
  background: linear-gradient(90deg, var(--plum), var(--orange) 72%);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
}

.card-body {
  padding: 22px 28px 24px;
}

.card-body h3 {
  min-height: 88px;
  margin: 0 0 14px;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.22;
  font-weight: 800;
}

.card-body h2 {
  min-height: 76px;
  margin: 0 0 14px;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.18;
  font-weight: 800;
}

.card-body p {
  display: -webkit-box;
  min-height: 92px;
  margin: 0 0 18px;
  overflow: hidden;
  color: var(--muted);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

time {
  color: #727497;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.round-control {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #111111;
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
  transition: color 220ms var(--ease), background 220ms var(--ease), transform 220ms var(--ease);
}

.round-control:hover,
.round-control:focus-visible {
  color: #ffffff;
  background: var(--plum);
  transform: scale(1.06);
}

.section-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  min-height: 120px;
  margin-top: 46px;
}

.section-action .ghost-word {
  text-align: left;
}

.news {
  border-top: 0;
}

.news::before {
  display: none;
}

.news-track {
  grid-auto-columns: minmax(300px, 1fr);
}

.news-card {
  overflow: hidden;
  border-radius: 22px;
  background: #faeef0;
  transition: transform 280ms var(--ease), box-shadow 280ms var(--ease);
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 42px rgba(80, 23, 72, 0.13);
}

.news-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform 600ms var(--ease), filter 300ms var(--ease);
}

.news-card:hover img {
  filter: grayscale(0.15);
  transform: scale(1.04);
}

.news-body {
  min-height: 150px;
  padding: 24px 28px 32px;
}

.news-body h3 {
  margin: 24px 0 0;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.15;
  font-weight: 800;
}

.news-body h2 {
  margin: 24px 0 0;
  font-size: clamp(24px, 2.15vw, 34px);
  line-height: 1.12;
  font-weight: 800;
}

.news-action {
  justify-content: space-between;
}

.site-footer {
  color: #ffffff;
  background: var(--plum);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 64px 0 34px;
}

.site-footer .container {
  width: min(100% - 88px, 1320px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr;
  gap: clamp(38px, 6vw, 86px);
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 18px;
  font-size: 19px;
  line-height: 1.2;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.65;
}

.contact-pill {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 14px 22px;
  border: 10px solid var(--orange-deep);
  border-radius: 999px;
  background: #ffffff;
  color: #5d5260 !important;
  text-align: center;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease);
}

.contact-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.social-links {
  display: flex;
  gap: 26px;
  margin-top: 24px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--plum);
  font-weight: 800;
  transition: transform 220ms var(--ease), background 220ms var(--ease);
}

.social-links svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}

.social-links a:hover {
  transform: translateY(-3px);
  background: var(--cream);
}

.footer-links {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr;
  gap: clamp(38px, 6vw, 86px);
  margin-top: 32px;
}

.footer-links > div:nth-child(1) {
  grid-column: 1;
}

.footer-links > div:nth-child(2) {
  grid-column: 2;
}

.footer-links a {
  display: block;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 44px;
}

.brand-tile {
  width: 58px;
  padding: 6px;
  border-radius: 4px;
  background: var(--orange);
}

.about-page {
  background: #ffffff;
}

.listing-page,
.detail-page {
  background: #ffffff;
}

.listing-page .inner-hero,
.detail-page .inner-hero {
  min-height: clamp(260px, 30vw, 420px);
}

.inner-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(300px, 34vw, 500px);
  overflow: hidden;
  isolation: isolate;
  background: #252525;
}

.inner-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1);
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.46);
}

.listing-section,
.detail-section {
  position: relative;
  padding: clamp(58px, 7vw, 96px) 0 clamp(92px, 10vw, 150px);
  border-top-left-radius: var(--panel-radius);
}

.listing-head {
  max-width: 920px;
  margin: 0 auto;
}

.section-head h1 {
  margin: 0;
  font-size: clamp(42px, 4.6vw, 70px);
  line-height: 1.08;
  font-weight: 600;
}

.program-list-grid,
.news-list-grid {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  margin-top: clamp(44px, 6vw, 72px);
}

.program-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-list-grid {
  grid-template-columns: minmax(280px, 420px);
  justify-content: center;
}

.listing-card {
  min-height: auto;
}

.listing-card.program-card img {
  height: clamp(220px, 21vw, 320px);
}

.listing-card.news-card img {
  height: clamp(230px, 22vw, 310px);
}

.listing-card.is-muted {
  cursor: default;
}

.listing-card.is-muted:hover {
  transform: none;
  box-shadow: none;
}

.detail-shell {
  position: relative;
  z-index: 1;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  margin-left: max(0px, calc((100% - 1080px) / 2));
  color: var(--plum);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 220ms var(--ease), transform 220ms var(--ease);
}

.back-link:hover,
.back-link:focus-visible {
  color: var(--orange);
  transform: translateX(-4px);
}

.detail-article[hidden] {
  display: none;
}

.detail-article {
  max-width: 1080px;
  margin: 0 auto;
}

.detail-article h1 {
  max-width: 980px;
  margin: 0 0 20px;
  font-size: clamp(40px, 4.4vw, 68px);
  line-height: 1.06;
  font-weight: 600;
}

.detail-article > time {
  display: inline-flex;
  margin-bottom: clamp(30px, 4vw, 54px);
}

.detail-cover,
.detail-carousel {
  margin: 0 0 clamp(38px, 5vw, 62px);
}

.detail-cover {
  width: 100%;
  max-height: 620px;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(80, 23, 72, 0.12);
}

.detail-carousel .image-track {
  height: clamp(320px, 42vw, 620px);
}

.detail-copy {
  max-width: 960px;
}

.detail-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: clamp(16px, 1.18vw, 19px);
  line-height: 1.82;
}

.about-workspace {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 18vw) minmax(0, 1fr);
  align-items: start;
  background: #ffffff;
}

.about-tabs {
  position: relative;
  top: 0;
  align-self: start;
  display: grid;
  gap: 22px;
  width: min(100%, 300px);
  margin: 0;
  min-height: 430px;
  padding: 42px 24px;
  border-radius: 0 58px 58px 0;
  background: linear-gradient(180deg, var(--orange), var(--red) 54%, var(--plum));
  box-shadow: 0 18px 44px rgba(80, 23, 72, 0.18);
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease);
}

.about-tabs a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 400;
  line-height: 1.25;
  overflow: hidden;
  white-space: normal;
  transition: color 220ms var(--ease), transform 220ms var(--ease), font-size 220ms var(--ease);
}

.about-tabs a::before {
  content: attr(data-index);
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  flex: 0 0 42px;
}

.about-tabs a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 58px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: left;
  transition: width 260ms var(--ease);
}

.about-tabs a:hover,
.about-tabs a:focus-visible,
.about-tabs a.active {
  color: #ffffff;
  transform: translateX(4px);
}

.about-tabs a:hover::after,
.about-tabs a:focus-visible::after,
.about-tabs a.active::after {
  width: min(100%, 150px);
}

.about-content-shell {
  min-height: 720px;
  margin-top: -1px;
  padding: clamp(64px, 8vw, 112px) clamp(28px, 8vw, 148px) clamp(86px, 10vw, 140px);
  border-top-left-radius: 58px;
  background: #ffffff;
}

.about-panel[hidden] {
  display: none;
}

.about-panel {
  display: grid;
  gap: clamp(42px, 6vw, 76px);
}

.copy-block {
  max-width: none;
}

[data-about-panel="hanuman"] > .copy-block:first-child {
  max-width: none;
}

.copy-block h2,
.copy-block h3 {
  margin: 0 0 26px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 1.15;
}

.copy-block h2 {
  max-width: 1000px;
  font-size: clamp(32px, 3.2vw, 50px);
  background: linear-gradient(90deg, var(--orange), var(--plum));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.copy-block h3 {
  font-size: clamp(28px, 2.8vw, 42px);
  color: var(--ink);
}

.copy-block p,
.split-content p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.78;
}

body[data-page="about"] .lead-heading {
  max-width: none;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2.35vw, 36px);
  font-weight: 500;
  line-height: 1.28;
}

.copy-block.narrow {
  max-width: none;
}

[data-about-panel="hanuman"] .copy-block.narrow {
  max-width: none;
}

.split-content {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(320px, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.split-content.reverse {
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.74fr);
}

.split-content.reverse img {
  order: 2;
}

.split-content img,
.image-track img,
.photo-grid img {
  width: 100%;
  border-radius: 26px;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
  box-shadow: 0 18px 44px rgba(80, 23, 72, 0.12);
  transition: transform 320ms var(--ease), box-shadow 320ms var(--ease);
}

.split-content img {
  aspect-ratio: 1 / 0.82;
}

.split-content img.about-foundation-photo {
  aspect-ratio: 891 / 662;
  object-position: center center;
}

.split-content img.about-foundation-photo.second {
  aspect-ratio: 1280 / 799;
}

.split-content img:hover,
.image-track img:hover,
.photo-grid img:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(80, 23, 72, 0.18);
}

.image-carousel {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 18px;
  grid-template-areas:
    "prev stage next"
    ". dots .";
}

.image-track {
  grid-area: stage;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  background: #f7eeee;
  box-shadow: 0 18px 44px rgba(80, 23, 72, 0.12);
  height: clamp(300px, 38vw, 520px);
}

.image-track::-webkit-scrollbar {
  display: none;
}

.image-track img {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  transform: scale(1.025);
  pointer-events: none;
  transition: opacity 420ms var(--ease), transform 700ms var(--ease);
}

.image-track img.is-active {
  position: absolute;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.handball-carousel-primary .image-track {
  aspect-ratio: 1280 / 834;
  height: auto;
  min-height: 0;
}

.handball-carousel-primary .image-track img {
  object-fit: cover;
  object-position: center center;
}

.handball-carousel-secondary .image-track {
  aspect-ratio: 1280 / 900;
  height: auto;
  min-height: 0;
}

.handball-carousel-secondary .image-track img {
  object-fit: cover;
  object-position: center center;
}

.handball-carousel-tertiary .image-track {
  aspect-ratio: 1280 / 860;
  height: auto;
  min-height: 0;
}

.handball-carousel-tertiary .image-track img {
  object-fit: cover;
  object-position: center center;
}

.image-carousel [data-carousel-prev] {
  grid-area: prev;
}

.image-carousel [data-carousel-next] {
  grid-area: next;
}

.carousel-dots {
  grid-area: dots;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2px;
}

.carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  background: rgba(80, 23, 72, 0.24);
  cursor: pointer;
  transition: width 220ms var(--ease), background 220ms var(--ease);
}

.carousel-dots button.is-active {
  width: 28px;
  background: var(--orange);
}

body[data-page="about"] .eyebrow {
  font-family: "Geist Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-section {
  position: relative;
  padding: clamp(64px, 8vw, 112px) 0 clamp(92px, 10vw, 150px);
  border-top-left-radius: var(--panel-radius);
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}

.contact-copy h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 4.6vw, 70px);
  line-height: 1.08;
  font-weight: 600;
}

.contact-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.75;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3.4vw, 42px);
  border: 1px solid rgba(181, 53, 50, 0.34);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(80, 23, 72, 0.1);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 0 24px 24px 0;
  padding: 15px 18px;
  background: #fffafa;
  color: var(--ink);
  font: inherit;
  transition: border-color 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease);
}

.contact-form textarea {
  min-height: 154px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--orange);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 54, 9, 0.12);
}

.contact-form .outline-action {
  justify-self: start;
  margin-top: 8px;
  cursor: pointer;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--plum);
  font-size: 14px;
  font-weight: 700;
}

.legal-section {
  position: relative;
  padding: clamp(64px, 8vw, 112px) 0 clamp(92px, 10vw, 150px);
  border-top-left-radius: var(--panel-radius);
}

.legal-shell {
  max-width: 1120px;
}

.legal-title {
  max-width: 900px;
  margin: 0 auto clamp(28px, 4vw, 46px);
  text-align: center;
}

.legal-title h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 4.6vw, 70px);
  line-height: 1.08;
  font-weight: 600;
}

.legal-title > p:last-child {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.legal-intro {
  display: grid;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  color: var(--muted);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.78;
}

.legal-intro p {
  margin: 0;
}

.legal-note {
  padding: 18px 22px;
  border-left: 3px solid var(--orange);
  background: #fff4f1;
  color: #4c3430;
}

.legal-document {
  display: grid;
  gap: 22px;
}

.legal-block {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(181, 53, 50, 0.22);
  border-radius: 0 26px 26px 0;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(80, 23, 72, 0.08);
}

.legal-block h2 {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin: 0 0 18px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.16;
  font-weight: 600;
}

.legal-block h2 span {
  color: var(--orange);
  font-family: "Geist Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.legal-block p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: clamp(15px, 1.04vw, 17px);
  line-height: 1.78;
}

.legal-block p:last-child {
  margin-bottom: 0;
}

.legal-leadline {
  color: var(--ink) !important;
  font-weight: 700;
}

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

.photo-grid img {
  aspect-ratio: 1 / 0.82;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 800ms var(--ease), transform 800ms var(--ease);
}

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

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll-dot {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 13px);
  }
}

@media (min-width: 1120px) {
  .card-track {
    overflow: visible;
  }

  .programs .card-track {
    grid-template-columns: repeat(2, minmax(280px, 360px));
    grid-auto-flow: row;
    justify-content: center;
  }

  .news .card-track {
    grid-template-columns: minmax(300px, 420px);
    grid-auto-flow: row;
    justify-content: center;
  }

  .programs .round-control,
  .news .round-control {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 1180px) {
  :root {
    --content: min(100% - 40px, 980px);
  }

  .site-nav a {
    min-width: 88px;
    padding-inline: 14px;
  }

  .hero-content {
    width: min(690px, 62vw);
    padding-left: clamp(48px, 8vw, 100px);
  }

  .hero h1 {
    font-size: clamp(48px, 5vw, 68px);
  }

  .hero-subtitle {
    max-width: 620px;
    font-size: clamp(24px, 2.4vw, 31px);
  }

  .about-grid {
    grid-template-columns: minmax(0, 1fr) 280px;
  }
}

@media (max-width: 900px) {
  :root {
    --panel-radius: 30px;
  }

  .site-header {
    height: 74px;
    pointer-events: auto;
    background: rgba(253, 238, 234, 0.96);
    box-shadow: 0 10px 26px rgba(80, 23, 72, 0.14);
    backdrop-filter: blur(14px);
  }

  .brand {
    top: 12px;
    left: 16px;
    width: 60px;
    padding: 6px;
    border-radius: 6px;
    background: #b72e2e;
  }

  .menu-toggle {
    position: absolute;
    top: 14px;
    right: 20px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 12px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 2px 0;
    border-radius: 999px;
    background: var(--orange);
    transition: transform 220ms var(--ease), opacity 220ms var(--ease);
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    top: 84px;
    right: 14px;
    display: grid;
    width: min(320px, calc(100vw - 28px));
    border-radius: 22px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    padding: 12px;
    gap: 4px;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-header.is-scrolled .site-nav {
    transform: translateY(-12px);
  }

  .site-header.is-scrolled .site-nav.is-open {
    transform: translateY(0);
  }

  .site-nav a {
    width: 100%;
    min-width: 0;
    padding: 13px 16px;
    text-align: left;
  }

  .hero {
    min-height: auto;
    padding: 96px 0 56px;
    border-bottom-right-radius: 0;
    background: linear-gradient(115deg, var(--orange-deep), #8f232d 68%, var(--plum));
  }

  .hero-bg,
  .hero-marquee,
  .scroll-cue {
    display: none;
  }

  .hero-portrait {
    position: relative;
    right: auto;
    width: min(100%, 560px);
    max-height: none;
    margin: 0 auto 20px;
  }

  .hero-content {
    width: auto;
    padding: 0 20px;
  }

  .rule {
    width: 64px;
    margin-bottom: 18px;
  }

  .rule-small {
    margin: 18px 0 24px;
  }

  .person-name {
    font-size: 26px;
  }

  .person-date {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 56px);
    line-height: 1.03;
  }

  .hero-subtitle {
    margin-top: 22px;
    font-size: clamp(22px, 5.8vw, 30px);
  }

  .hero-copy {
    margin-top: 22px;
    font-size: 14px;
  }

  .about {
    padding: 70px 0 64px;
    border-top-left-radius: 34px;
  }

  .edge-shape {
    width: 40px;
    height: 40px;
    clip-path: none;
  }

  .about-grid,
  .footer-grid,
  .footer-links,
  .split-content,
  .split-content.reverse {
    grid-template-columns: 1fr;
  }

  .split-content.reverse img {
    order: 0;
  }

  .about h2 {
    font-size: clamp(27px, 8vw, 38px);
  }

  .about-copy > p:last-child {
    font-size: 14px;
  }

  .about-media img {
    height: 260px;
    object-fit: cover;
    border-radius: 20px;
  }

  .about-media .ghost-word {
    position: static;
    margin-top: 16px;
    text-align: left;
  }

  .programs,
  .news {
    padding-block: 70px;
  }

  .section-head h2 {
    font-size: clamp(36px, 10vw, 52px);
  }

  .section-head h1 {
    font-size: clamp(36px, 10vw, 52px);
  }

  .cards-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin-top: 36px;
  }

  .cards-shell > .round-control {
    display: none;
  }

  .card-track {
    grid-auto-columns: minmax(0, 100%);
    gap: 16px;
    padding-inline: 2px;
  }

  .round-control {
    width: 38px;
    height: 38px;
  }

  .program-card {
    min-height: auto;
  }

  .program-card img {
    height: clamp(180px, 48vw, 240px);
  }

  .card-body {
    padding: 18px 20px 22px;
  }

  .news-card img {
    height: clamp(200px, 52vw, 260px);
  }

  .card-body h3,
  .card-body p {
    min-height: 0;
  }

  .section-action,
  .news-action {
    min-height: auto;
    margin-top: 40px;
    justify-content: space-between;
    gap: 14px;
  }

  .ghost-word {
    font-size: clamp(48px, 14vw, 70px);
  }

  .site-footer {
    padding-top: 48px;
    text-align: center;
  }

  .inner-hero {
    min-height: 260px;
    margin-top: 74px;
  }

  .about-workspace {
    display: block;
    background: #ffffff;
  }

  .about-tabs {
    position: relative;
    top: 0;
    z-index: 20;
    display: flex;
    gap: 10px;
    min-height: 0;
    padding: 12px 14px;
    width: auto;
    margin: 0;
    border-radius: 0;
    overflow-x: auto;
    background: linear-gradient(90deg, var(--orange), var(--plum));
    box-shadow: 0 10px 24px rgba(80, 23, 72, 0.16);
    scrollbar-width: none;
  }

  .about-tabs::-webkit-scrollbar {
    display: none;
  }

  .about-tabs a {
    flex: 0 0 auto;
    padding: 11px 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    white-space: nowrap;
  }

  .about-tabs a::before {
    display: none;
  }

  .about-tabs a::after {
    display: none;
  }

  .about-tabs a.active {
    color: var(--plum);
    background: #ffffff;
    transform: none;
  }

  .about-content-shell {
    padding: 48px 20px 72px;
    border-top-left-radius: 30px;
  }

  .copy-block h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .copy-block h3 {
    font-size: clamp(30px, 8vw, 42px);
  }

  .copy-block p,
  .split-content p {
    font-size: 15px;
  }

  .image-carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 10px;
  }

  .image-track {
    height: clamp(240px, 72vw, 380px);
  }

  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .social-links,
  .footer-bottom,
  .footer-bottom div {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-form {
    border-radius: 22px;
  }

  .legal-section {
    padding: 58px 0 78px;
    border-top-left-radius: 30px;
  }

  .legal-title {
    text-align: left;
  }

  .legal-title h1 {
    font-size: clamp(34px, 9vw, 48px);
  }

  .legal-title > p:last-child,
  .legal-intro,
  .legal-block p {
    font-size: 15px;
  }

  .legal-block {
    padding: 22px 18px;
    border-radius: 0 22px 22px 0;
  }

  .legal-block h2 {
    gap: 10px;
    font-size: clamp(24px, 7vw, 32px);
  }
}

@media (max-width: 540px) {
  :root {
    --content: min(100% - 28px, 420px);
  }

  .site-header {
    height: 68px;
  }

  .brand {
    top: 11px;
    width: 56px;
  }

  .menu-toggle {
    top: 12px;
    right: 14px;
    width: 44px;
    height: 44px;
  }

  .site-nav {
    top: 78px;
  }

  .inner-hero {
    margin-top: 68px;
  }

  .about-tabs {
    top: 0;
  }

  .hero {
    padding-top: 90px;
  }

  .hero-portrait {
    width: min(92vw, 430px);
  }

  .cards-shell {
    margin-left: 0;
    margin-right: 0;
  }

  .card-track {
    grid-auto-columns: minmax(0, 100%);
  }

  .program-card {
    min-height: auto;
  }

  .card-body h3 {
    font-size: 17px;
  }

  .card-body h2 {
    min-height: auto;
    font-size: 22px;
  }

  .card-body p {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .news-body {
    min-height: 128px;
    padding: 20px 22px 26px;
  }

  .news-body h3 {
    font-size: 24px;
  }

  .news-body h2 {
    font-size: 25px;
  }

  .listing-section,
  .detail-section {
    padding: 58px 0 78px;
    border-top-left-radius: 30px;
  }

  .program-list-grid,
  .news-list-grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
    margin-top: 38px;
  }

  .listing-card.program-card img,
  .listing-card.news-card img {
    height: 220px;
  }

  .detail-article h1 {
    font-size: clamp(34px, 9vw, 48px);
  }

  .detail-carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 10px;
  }

  .detail-carousel .image-track {
    height: clamp(250px, 72vw, 410px);
  }

  .detail-copy p {
    font-size: 15px;
  }

  .outline-action {
    min-height: 44px;
    padding-inline: 16px;
    font-size: 12px;
  }

  .section-action,
  .news-action {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section-action .outline-action {
    justify-self: end;
  }

  .detail-article h1 {
    font-size: clamp(31px, 10vw, 42px);
  }

  .detail-cover,
  .detail-carousel {
    margin-bottom: 32px;
  }

  .site-footer {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .contact-copy h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .contact-form {
    padding: 22px 18px;
  }

  .legal-note {
    padding: 16px 18px;
  }

  .legal-block h2 {
    display: grid;
  }

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

@media (max-width: 900px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    position: fixed;
    height: 72px;
  }

  .brand {
    top: 10px;
    left: 14px;
    width: 60px;
  }

  .menu-toggle {
    position: fixed;
    top: 13px;
    right: 14px;
    transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease);
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible {
    transform: translateY(-1px);
    background: var(--cream);
  }

  .site-nav {
    position: fixed;
    top: 82px;
    left: 14px;
    right: 14px;
    width: auto;
    max-height: calc(100svh - 96px);
    overflow-y: auto;
    visibility: hidden;
    transform: translateY(-16px) scale(0.98);
    transition: opacity 260ms var(--ease), transform 260ms var(--ease), visibility 260ms var(--ease);
  }

  .site-nav.is-open {
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  .site-header.is-scrolled .site-nav:not(.is-open) {
    transform: translateY(-16px) scale(0.98);
  }

  .site-nav a {
    font-size: 15px;
  }

  .hero {
    min-height: 100svh;
    padding: 0;
    border-radius: 0;
    background: linear-gradient(115deg, var(--orange-deep), #8f232d 68%, var(--plum));
  }

  .hero-bg {
    display: block;
    opacity: 1;
    object-position: center top;
  }

  .hero::after {
    inset: 0;
    height: auto;
    background: linear-gradient(180deg, rgba(80, 23, 72, 0.08), rgba(224, 49, 10, 0.08) 42%, rgba(80, 23, 72, 0.28));
  }

  .hero-content {
    width: min(100%, 560px);
    padding: 118px 22px clamp(292px, 45svh, 390px);
  }

  .hero h1 {
    max-width: 420px;
    font-size: clamp(38px, 9.8vw, 50px);
    line-height: 1.02;
  }

  .hero-subtitle {
    max-width: 430px;
    margin-top: 18px;
    font-size: clamp(20px, 5vw, 27px);
    line-height: 1.17;
  }

  .hero-copy {
    max-width: 440px;
    margin-top: 18px;
    font-size: 14.5px;
    line-height: 1.62;
  }

  .person-name {
    font-size: clamp(22px, 5.5vw, 28px);
  }

  .hero-portrait {
    position: absolute;
    right: -8vw;
    bottom: 0;
    z-index: 2;
    width: min(96vw, 470px);
    max-height: 43svh;
    margin: 0;
    object-fit: contain;
    pointer-events: none;
  }

  .hero-marquee {
    display: flex;
    bottom: 25%;
    font-size: clamp(48px, 16vw, 90px);
  }

  .about,
  .programs,
  .news,
  .listing-section,
  .detail-section,
  .contact-section {
    padding-top: 64px;
    padding-bottom: 76px;
  }

  .about {
    border-top-left-radius: 32px;
  }

  .edge-shape {
    width: 34px;
    height: 250px;
    border-radius: 0 42px 42px 0;
    background: linear-gradient(180deg, var(--orange-deep) 0%, var(--plum) 100%);
    clip-path: none;
  }

  .about-grid {
    gap: 34px;
  }

  .about h2 {
    font-size: clamp(30px, 7.4vw, 38px);
    line-height: 1.16;
  }

  .about-copy > p:last-child,
  .section-head > p:last-child {
    font-size: 15px;
    line-height: 1.72;
  }

  .about-media {
    display: grid;
    justify-items: center;
  }

  .about-media img {
    width: min(78vw, 300px);
    height: auto;
    aspect-ratio: 0.78 / 1;
    border-radius: 22px;
  }

  .about-media .outline-action {
    justify-self: center;
    margin-top: 18px;
  }

  .section-head h1,
  .section-head h2 {
    font-size: clamp(33px, 8.4vw, 46px);
    line-height: 1.08;
  }

  .cards-shell {
    margin-top: 32px;
  }

  .card-track,
  .news-track {
    grid-auto-columns: 100%;
    gap: 18px;
    padding: 4px 2px 22px;
  }

  .program-card {
    min-height: 420px;
    border-radius: 24px;
  }

  .program-card:active,
  .news-card:active,
  .outline-action:active,
  .round-control:active {
    transform: translateY(-2px) scale(0.99);
  }

  .program-card img {
    height: clamp(214px, 54vw, 270px);
  }

  .tag {
    min-width: 98px;
    min-height: 38px;
    padding: 15px 22px 8px;
    font-size: 13px;
  }

  .card-body {
    padding: 20px 22px 24px;
  }

  .card-body h3,
  .card-body h2 {
    min-height: 0;
    font-size: clamp(18px, 4.8vw, 23px);
    line-height: 1.2;
  }

  .card-body p {
    min-height: 0;
    font-size: 14.5px;
    line-height: 1.5;
    -webkit-line-clamp: 4;
  }

  .news-card {
    border-radius: 22px;
  }

  .news-card img {
    height: clamp(220px, 58vw, 290px);
  }

  .news-body {
    min-height: 132px;
    padding: 22px 24px 28px;
  }

  .news-body h3,
  .news-body h2 {
    margin-top: 18px;
    font-size: clamp(24px, 6vw, 31px);
  }

  .section-action,
  .news-action {
    margin-top: 28px;
  }

  .ghost-word {
    font-size: clamp(46px, 13vw, 68px);
  }

  .inner-hero,
  .listing-page .inner-hero,
  .detail-page .inner-hero {
    min-height: clamp(220px, 46vw, 320px);
    margin-top: 72px;
  }

  .listing-section,
  .detail-section,
  .contact-section {
    border-top-left-radius: 32px;
  }

  .program-list-grid,
  .news-list-grid {
    grid-template-columns: minmax(0, min(100%, 430px));
    justify-content: center;
    gap: 28px;
  }

  .listing-card.program-card img,
  .listing-card.news-card img {
    height: clamp(220px, 58vw, 292px);
  }

  .detail-article h1 {
    font-size: clamp(32px, 8.2vw, 46px);
    line-height: 1.08;
  }

  .back-link {
    margin-bottom: 24px;
    margin-left: 0;
  }

  .detail-cover {
    aspect-ratio: 16 / 10;
    max-height: none;
    border-radius: 22px;
  }

  .detail-copy p {
    font-size: 15.5px;
    line-height: 1.76;
  }

  .about-tabs {
    position: sticky;
    top: 72px;
    width: 100%;
    border-radius: 0 0 24px 0;
    padding: 11px 14px;
    scroll-padding-inline: 14px;
  }

  .about-tabs a {
    min-height: 39px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .about-content-shell {
    padding: 46px 18px 76px;
    border-top-left-radius: 28px;
  }

  body[data-page="about"] .lead-heading {
    font-size: clamp(24px, 6.2vw, 32px);
    line-height: 1.25;
  }

  .copy-block p,
  .split-content p {
    font-size: 15.5px;
    line-height: 1.76;
  }

  .split-content,
  .split-content.reverse {
    gap: 24px;
  }

  .split-content img {
    aspect-ratio: 1 / 0.78;
    border-radius: 22px;
  }

  .image-carousel,
  .detail-carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
  }

  .image-track,
  .detail-carousel .image-track {
    height: clamp(240px, 67vw, 360px);
    border-radius: 22px;
  }

  .contact-layout {
    gap: 32px;
  }

  .contact-copy h1 {
    font-size: clamp(34px, 8.4vw, 48px);
  }

  .contact-form {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .contact-form input,
  .contact-form textarea {
    border-radius: 0 20px 20px 0;
    font-size: 16px;
  }

  .site-footer {
    padding: 46px 0 30px;
    text-align: left;
  }

  .site-footer .container {
    width: min(100% - 40px, 520px);
  }

  .site-footer h2,
  .site-footer h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .site-footer p,
  .site-footer a {
    font-size: 13px;
  }

  .contact-pill {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .social-links,
  .footer-bottom,
  .footer-bottom div {
    justify-content: flex-start;
  }

  .footer-grid,
  .footer-links {
    gap: 28px;
  }

  .footer-bottom {
    align-items: flex-start;
    margin-top: 36px;
  }
}

@media (max-width: 540px) {
  .site-header {
    height: 66px;
  }

  .brand {
    top: 10px;
    width: 54px;
  }

  .menu-toggle {
    top: 11px;
    width: 44px;
    height: 44px;
  }

  .site-nav {
    top: 76px;
  }

  .hero-content {
    padding: 104px 18px clamp(278px, 43svh, 338px);
  }

  .hero h1 {
    font-size: clamp(36px, 10vw, 43px);
  }

  .hero-subtitle {
    font-size: clamp(20px, 5.5vw, 24px);
  }

  .hero-copy {
    max-width: 330px;
    font-size: 14px;
  }

  .person-name {
    font-size: 22px;
  }

  .person-date {
    font-size: 11px;
  }

  .hero-portrait {
    right: -13vw;
    width: min(108vw, 430px);
    max-height: 40svh;
  }

  .hero-marquee {
    bottom: 22%;
  }

  .section-head h1,
  .section-head h2 {
    font-size: clamp(32px, 9vw, 40px);
  }

  .program-card {
    min-height: 408px;
  }

  .program-card img,
  .news-card img,
  .listing-card.program-card img,
  .listing-card.news-card img {
    height: 218px;
  }

  .news-body h3,
  .news-body h2 {
    font-size: 25px;
  }

  .inner-hero,
  .listing-page .inner-hero,
  .detail-page .inner-hero {
    min-height: 210px;
    margin-top: 66px;
  }

  .about-tabs {
    top: 66px;
    gap: 8px;
    padding: 10px 12px;
  }

  .about-tabs a {
    padding-inline: 12px;
    font-size: 12px;
  }

  .about-content-shell {
    padding-inline: 16px;
  }

  .image-carousel,
  .detail-carousel {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 7px;
  }

  .image-track,
  .detail-carousel .image-track {
    height: clamp(230px, 70vw, 320px);
  }

  .round-control {
    width: 34px;
    height: 34px;
  }

  .footer-bottom div {
    gap: 22px;
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .site-header {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-header.is-scrolled {
    background: rgba(253, 238, 234, 0.96);
    box-shadow: 0 10px 26px rgba(80, 23, 72, 0.14);
    backdrop-filter: blur(14px);
  }

  .brand {
    background: rgba(224, 49, 10, 0.94);
    box-shadow: 0 10px 22px rgba(80, 23, 72, 0.16);
  }

  .hero {
    display: grid;
    align-items: start;
    min-height: 100svh;
  }

  .hero-bg {
    object-position: center top;
  }

  .hero-content {
    max-width: 440px;
    padding-top: 114px;
    padding-bottom: clamp(315px, 46svh, 410px);
  }

  .rule {
    width: 52px;
    margin-bottom: 14px;
  }

  .rule-small {
    margin: 14px 0 20px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: clamp(34px, 9.2vw, 46px);
  }

  .hero-subtitle {
    max-width: 350px;
    margin-top: 16px;
    font-size: clamp(19px, 5.1vw, 25px);
  }

  .hero-copy {
    max-width: 340px;
    margin-top: 16px;
    font-size: 13.5px;
  }

  .hero-portrait {
    right: -12vw;
    width: min(110vw, 520px);
    max-height: 46svh;
  }

  .hero-marquee {
    bottom: 24%;
    color: rgba(255, 255, 255, 0.08);
  }

  .about,
  .programs,
  .news,
  .listing-section,
  .detail-section,
  .contact-section {
    padding-top: 58px;
  }

  .about h2,
  .section-head h1,
  .section-head h2,
  .contact-copy h1,
  .detail-article h1 {
    text-wrap: balance;
  }

  .cards-shell {
    width: 100%;
    overflow: hidden;
  }

  .card-track,
  .news-track {
    grid-auto-columns: minmax(286px, 86vw);
    gap: 18px;
    padding: 4px 14vw 24px 2px;
    scroll-padding-inline: 2px;
  }

  .program-card,
  .news-card {
    scroll-snap-align: start;
  }

  .program-card {
    min-height: 430px;
  }

  .program-card img {
    height: clamp(220px, 56vw, 284px);
  }

  .news-card img {
    height: clamp(224px, 58vw, 294px);
  }

  .program-list-grid,
  .news-list-grid {
    grid-template-columns: minmax(286px, min(100%, 430px));
  }

  .about-tabs {
    border-radius: 0;
  }

  .about-tabs a {
    border-radius: 0;
  }

  .about-tabs a.active {
    border-radius: 999px;
  }
}

@media (max-width: 540px) {
  .hero-content {
    padding-top: 98px;
    padding-bottom: clamp(300px, 44svh, 360px);
  }

  .hero h1 {
    max-width: 330px;
    font-size: clamp(34px, 9.5vw, 40px);
  }

  .hero-subtitle {
    max-width: 310px;
    font-size: clamp(18px, 5.2vw, 23px);
  }

  .hero-copy {
    max-width: 305px;
    font-size: 13px;
  }

  .hero-portrait {
    right: -18vw;
    width: min(116vw, 440px);
    max-height: 42svh;
  }

  .card-track,
  .news-track {
    grid-auto-columns: minmax(284px, 86vw);
    padding-right: 12vw;
  }

  .program-card {
    min-height: 420px;
  }

  .program-card img,
  .news-card img,
  .listing-card.program-card img,
  .listing-card.news-card img {
    height: 224px;
  }

  .about-tabs {
    border-radius: 0;
  }
}

@media (max-width: 900px) {
  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 92px 0 54px;
  }

  .hero-marquee {
    display: none;
  }

  .hero-bg {
    object-position: center top;
  }

  .hero picture {
    order: 1;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background:
      radial-gradient(circle at 88% 36%, rgba(80, 23, 72, 0.92) 0%, rgba(80, 23, 72, 0.58) 30%, rgba(80, 23, 72, 0) 58%),
      radial-gradient(circle at 58% 12%, rgba(255, 95, 36, 0.28) 0%, rgba(255, 95, 36, 0) 44%),
      linear-gradient(135deg, #e9270a 0%, #d92a12 46%, #60194f 100%);
  }

  .hero picture::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 28px;
    background: linear-gradient(180deg, rgba(224, 49, 10, 0) 0%, rgba(224, 49, 10, 0.72) 65%, #e0310a 100%);
  }

  .hero-portrait {
    position: relative;
    z-index: 1;
    right: auto;
    bottom: auto;
    width: 100vw;
    max-width: none;
    max-height: none;
    margin: 0 auto 18px;
    object-position: center bottom;
  }

  .hero-content {
    order: 2;
    width: min(100%, 520px);
    max-width: none;
    padding: 0 22px;
  }
}

@media (max-width: 540px) {
  .hero {
    padding: 84px 0 48px;
  }

  .hero-portrait {
    width: 100vw;
    margin-bottom: 14px;
  }

  .hero picture::after {
    height: 22px;
  }

  .hero-content {
    padding: 0 18px;
  }
}

@media (max-width: 900px) {
  .edge-shape {
    display: none !important;
  }

  .image-carousel,
  .detail-carousel {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "stage"
      "dots" !important;
    gap: 0 !important;
    width: 100%;
  }

  .image-carousel [data-carousel-prev],
  .image-carousel [data-carousel-next] {
    display: none !important;
  }

  .image-track {
    width: 100%;
  }

  .carousel-dots {
    margin-top: 14px;
  }
}

@media (max-width: 900px) {
  .contact-copy h1 {
    font-size: clamp(33px, 8.4vw, 46px);
    line-height: 1.08;
  }
}

@media (max-width: 540px) {
  .contact-copy h1 {
    font-size: clamp(32px, 9vw, 40px);
  }
}

@media (max-width: 900px) {
  .news .news-track {
    justify-content: center;
    grid-auto-columns: minmax(286px, min(86vw, 420px));
    padding-inline: 0;
    scroll-padding-inline: 0;
  }

  .news .news-card {
    scroll-snap-align: center;
  }

  body[data-page="about"] .inner-hero {
    margin-bottom: 0;
  }

  body[data-page="about"] .about-workspace {
    margin-top: 0;
  }

  body[data-page="about"] .about-tabs {
    position: relative;
    top: 0 !important;
    margin-top: -1px;
  }
}

body:not([data-page]) .cards-shell {
  margin-top: 40px;
}

body:not([data-page]) .section-action,
body:not([data-page]) .news-action {
  min-height: 82px;
  margin-top: 28px;
}

@media (min-width: 901px) {
  body:not([data-page]) .about {
    padding-top: clamp(72px, 8vw, 110px);
    padding-bottom: clamp(46px, 5.5vw, 78px);
  }

  body:not([data-page]) .programs {
    padding-top: 8px;
    padding-bottom: clamp(42px, 5.5vw, 74px);
  }

  body:not([data-page]) .news {
    padding-top: clamp(42px, 5.5vw, 76px);
    padding-bottom: clamp(64px, 7vw, 104px);
  }
}

@media (max-width: 900px) {
  body:not([data-page]) .about,
  body:not([data-page]) .programs,
  body:not([data-page]) .news {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  body:not([data-page]) .cards-shell {
    margin-top: 28px;
  }

  body:not([data-page]) .section-action,
  body:not([data-page]) .news-action {
    min-height: auto;
    margin-top: 24px;
  }

  body:not([data-page]) .about-media {
    justify-items: stretch;
  }

  body:not([data-page]) .about-media img {
    justify-self: center;
    width: min(82vw, 330px);
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center top;
  }

  body:not([data-page]) .about-media .outline-action {
    justify-self: end;
    margin-top: 18px;
  }

  body:not([data-page]) .about-media .ghost-word {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    align-self: center;
    width: auto;
    margin-top: 18px;
    text-align: left;
  }
}

@media (max-width: 540px) {
  body:not([data-page]) .about,
  body:not([data-page]) .programs,
  body:not([data-page]) .news {
    padding-top: 40px;
    padding-bottom: 46px;
  }

  body:not([data-page]) .cards-shell {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
