@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ink-950: #102136;
  --ink-900: #17314d;
  --ink-700: #46607a;
  --ink-500: #667b90;
  --sand-50: #fcfaf5;
  --sand-100: #f5efe2;
  --sand-200: #ebdfc8;
  --sky-100: #d9edf4;
  --sky-300: #89c8d7;
  --teal-500: #17718a;
  --teal-700: #0e5366;
  --coral-400: #ef7d61;
  --leaf-300: #7eb89b;
  --white: #ffffff;
  --line: rgba(16, 33, 54, 0.1);
  --line-strong: rgba(16, 33, 54, 0.16);
  --shadow-soft: 0 24px 60px rgba(17, 34, 53, 0.08);
  --shadow-strong: 0 28px 80px rgba(17, 34, 53, 0.16);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --pill: 999px;
  --max-width: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink-950);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.65;
  background:
    radial-gradient(circle at top left, rgba(137, 200, 215, 0.35), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(239, 125, 97, 0.18), transparent 28%),
    linear-gradient(180deg, #f7f6f1 0%, #fdfbf6 48%, #f1ece1 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

p,
ul,
ol {
  margin-top: 0;
}

main {
  position: relative;
}

.page {
  position: relative;
  overflow: clip;
}

.page::before,
.page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

.page::before {
  background-image:
    linear-gradient(rgba(23, 49, 77, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 49, 77, 0.035) 1px, transparent 1px);
  background-size: 140px 140px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 82%);
}

.page::after {
  z-index: -1;
  background:
    radial-gradient(circle at 80% 72%, rgba(126, 184, 155, 0.16), transparent 26%),
    radial-gradient(circle at 18% 80%, rgba(23, 113, 138, 0.1), transparent 24%);
}

.shape {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.shape::before,
.shape::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
}

.shape::before {
  width: 420px;
  height: 420px;
  top: -120px;
  right: -120px;
  background: radial-gradient(circle, rgba(137, 200, 215, 0.42), transparent 62%);
}

.shape::after {
  width: 380px;
  height: 380px;
  left: -120px;
  top: 34%;
  background: radial-gradient(circle, rgba(239, 125, 97, 0.14), transparent 65%);
}

.container {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--teal-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--teal-700), var(--coral-400));
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.86);
}

.eyebrow--light::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.35));
}

.crumbs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: var(--pill);
  color: var(--teal-700);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 26px rgba(17, 34, 53, 0.08);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lead {
  max-width: 64ch;
  font-size: 18px;
  color: var(--ink-700);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(252, 250, 245, 0.82);
  border-bottom: 1px solid rgba(23, 49, 77, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(17, 34, 53, 0.12);
}

.brand-copy {
  min-width: 0;
}

.brand-title,
.brand h1 {
  display: block;
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink-950);
}

.tagline {
  margin: 4px 0 0;
  color: var(--ink-700);
  font-size: 13px;
}

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

.nav a {
  padding: 11px 14px;
  border-radius: var(--pill);
  color: var(--ink-900);
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(23, 113, 138, 0.08);
  color: var(--teal-700);
  outline: none;
}

.nav a[aria-current="page"] {
  color: var(--teal-700);
  background: rgba(23, 113, 138, 0.12);
  box-shadow: inset 0 0 0 1px rgba(23, 113, 138, 0.12);
}

.nav .btn {
  margin-left: 4px;
}

.nav-utility {
  color: var(--ink-500);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: var(--pill);
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-700), var(--teal-500));
  box-shadow: 0 18px 40px rgba(14, 83, 102, 0.24);
}

.btn.secondary {
  color: var(--ink-950);
  background: var(--white);
  border-color: rgba(23, 49, 77, 0.08);
  box-shadow: 0 18px 38px rgba(17, 34, 53, 0.08);
}

.btn.ghost {
  color: var(--ink-950);
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(23, 49, 77, 0.14);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(23, 49, 77, 0.12);
  border-radius: var(--pill);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink-950);
  font: inherit;
  font-weight: 800;
}

main section {
  position: relative;
  padding: 88px 0;
}

.hero,
.sub-hero {
  padding-top: 56px;
}

.hero::before,
.sub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(137, 200, 215, 0.26), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(239, 125, 97, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-grid,
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 32px;
  align-items: start;
}

.hero-copy,
.page-copy {
  position: relative;
  z-index: 1;
}

.hero h1,
.sub-hero h1,
.section-heading h2,
.feature-card h3,
.program-card h3,
.content-card h3,
.content-card h4,
.accent-block h3,
.accent-block h4,
.callout h3,
.quote-card blockquote,
.policy-card h2,
.policy-card h3,
.gallery-copy h3 {
  margin: 0 0 14px;
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -0.035em;
  line-height: 1.02;
  color: var(--ink-950);
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 7vw, 5.8rem);
}

.sub-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.6rem, 5.4vw, 4.5rem);
}

.hero p,
.sub-hero p,
.content-card p,
.feature-card p,
.program-card p,
.callout p,
.gallery-copy p,
.policy-card p {
  color: var(--ink-700);
}

.hero-intro {
  max-width: 60ch;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 24px;
}

.hero-points,
.info-list,
.footer-list,
.policy-nav,
.panel-list,
.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-points {
  display: grid;
  gap: 12px;
  max-width: 50ch;
}

.hero-points li,
.info-list li,
.list-check li,
.panel-list li {
  position: relative;
  padding-left: 30px;
}

.hero-points li::before,
.info-list li::before,
.list-check li::before,
.panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral-400), var(--teal-500));
  box-shadow: 0 0 0 4px rgba(239, 125, 97, 0.12);
}

.fact-grid,
.step-grid,
.feature-grid,
.program-grid,
.gallery-board,
.contact-strip,
.card-stack,
.stats-grid,
.two-up {
  display: grid;
  gap: 18px;
}

.fact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.fact-card,
.feature-card,
.program-card,
.content-card,
.callout-card,
.accent-block,
.policy-card,
.policy-aside,
.contact-card,
.gallery-photo {
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.fact-card,
.feature-card,
.program-card,
.content-card,
.callout-card,
.contact-card,
.gallery-copy,
.policy-card,
.policy-aside,
.accent-block {
  padding: 24px;
}

.fact-card::after,
.feature-card::after,
.program-card::after,
.content-card::after,
.callout-card::after,
.contact-card::after,
.accent-block::after,
.policy-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.36);
  pointer-events: none;
}

.fact-number,
.stat-number,
.timeline-badge,
.step-number,
.pill-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: var(--pill);
  background: rgba(23, 113, 138, 0.1);
  color: var(--teal-700);
  font-weight: 800;
}

.fact-number,
.stat-number {
  margin-bottom: 10px;
  font-size: 15px;
}

.fact-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.fact-card p {
  margin: 0;
  color: var(--ink-700);
  font-size: 14px;
}

.hero-visual,
.page-visual,
.media-card,
.hero-gallery {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-strong);
}

.hero-visual,
.page-visual {
  display: grid;
  gap: 18px;
}

.hero-gallery {
  min-height: 520px;
  background: linear-gradient(180deg, #11253a 0%, #1c3653 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.7s ease, transform 1s ease;
}

.slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 16px 18px;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(16, 33, 54, 0.12), rgba(16, 33, 54, 0.76));
  backdrop-filter: blur(8px);
  font-weight: 600;
}

.gallery-dots {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.dot.is-active {
  transform: scale(1.12);
  background: var(--white);
}

.floating-script {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  color: var(--white);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  font-style: italic;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
}

.float-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.55;
  pointer-events: none;
}

.orb-one {
  width: 140px;
  height: 140px;
  right: -20px;
  bottom: 18%;
  background: radial-gradient(circle, rgba(239, 125, 97, 0.82), rgba(239, 125, 97, 0));
}

.orb-two {
  width: 180px;
  height: 180px;
  top: -18px;
  left: -28px;
  background: radial-gradient(circle, rgba(137, 200, 215, 0.7), rgba(137, 200, 215, 0));
}

.image-chips {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  display: grid;
  gap: 10px;
}

.chip {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 240px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(17, 34, 53, 0.2);
  backdrop-filter: blur(10px);
}

.chip img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: cover;
}

.chip strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}

.chip span {
  font-size: 12px;
  color: var(--ink-700);
}

.info-panel,
.panel,
.quote-card,
.gallery-copy {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, var(--ink-950) 0%, var(--teal-700) 100%);
  color: var(--white);
  box-shadow: var(--shadow-strong);
}

.info-panel::after,
.panel::after,
.quote-card::after,
.gallery-copy::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -70px;
  right: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.info-panel h3,
.panel h3,
.quote-card blockquote,
.gallery-copy h3 {
  color: var(--white);
}

.info-panel p,
.panel p,
.quote-card p,
.gallery-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.info-list {
  display: grid;
  gap: 14px;
}

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

.stat-card {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 14px 32px rgba(17, 34, 53, 0.08);
}

.stat-card p {
  margin: 0;
  color: var(--ink-700);
  font-size: 14px;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.section-heading h2 {
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.split-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.44)),
    linear-gradient(120deg, rgba(245, 239, 226, 0.9), rgba(217, 237, 244, 0.86));
  border-top: 1px solid rgba(23, 49, 77, 0.06);
  border-bottom: 1px solid rgba(23, 49, 77, 0.06);
}

.split-grid,
.page-grid,
.callout-content,
.policy-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.page-grid {
  gap: 22px;
}

.content-wrap {
  padding-top: 58px;
}

.stack-grid,
.card-stack {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card h3,
.program-card h3,
.content-card h3,
.accent-block h3,
.accent-block h4 {
  font-size: 1.55rem;
}

.feature-card .eyebrow,
.program-card .eyebrow,
.content-card .eyebrow,
.accent-block .eyebrow,
.contact-card .eyebrow {
  margin-bottom: 10px;
}

.feature-card p:last-child,
.program-card p:last-child,
.content-card p:last-child,
.accent-block p:last-child {
  margin-bottom: 0;
}

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

.two-up > div,
.stack-card {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(245, 239, 226, 0.58);
  border: 1px solid rgba(23, 49, 77, 0.08);
}

.stack-card h4,
.stack-card h5,
.two-up h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink-950);
}

.stack-card p,
.two-up p {
  margin: 0;
  font-size: 14px;
}

.pill-badge {
  margin-bottom: 16px;
  background: rgba(239, 125, 97, 0.12);
  color: #b04d34;
}

.accent-block {
  background: linear-gradient(180deg, rgba(16, 33, 54, 0.96), rgba(22, 58, 74, 0.96));
  border-color: rgba(255, 255, 255, 0.08);
}

.accent-block h3,
.accent-block h4,
.accent-block p,
.accent-block li,
.accent-block .note {
  color: var(--white);
}

.accent-block .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.accent-block .eyebrow::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.36));
}

.text-link {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.24em;
  text-decoration-thickness: 1.5px;
}

.note {
  color: var(--ink-500);
  font-size: 14px;
}

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

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.timeline-badge,
.step-number {
  min-width: 76px;
  min-height: 40px;
  background: rgba(245, 239, 226, 0.92);
}

.timeline-text h4 {
  margin: 0 0 8px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.16rem;
  letter-spacing: -0.02em;
}

.timeline-text p {
  margin: 0;
}

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

.step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-card h3 {
  margin: 14px 0 10px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.step-card p {
  margin: 0;
  color: var(--ink-700);
}

.media-card {
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.74);
}

.media-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.media-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(16, 33, 54, 0.04), rgba(16, 33, 54, 0.82));
  font-size: 14px;
  font-weight: 700;
}

.callout {
  padding-top: 48px;
}

.callout-content {
  padding: 28px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, rgba(217, 237, 244, 0.88), rgba(245, 239, 226, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-strong);
}

.callout h3 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.callout-links {
  display: grid;
  gap: 18px;
}

.quote-band {
  padding-top: 54px;
}

.quote-card blockquote {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
}

.quote-source {
  display: inline-block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
}

.gallery-board {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-photo {
  padding: 12px;
  overflow: hidden;
}

.gallery-photo img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 10px);
}

.gallery-photo p {
  margin: 12px 4px 4px;
  font-size: 14px;
  color: var(--ink-700);
}

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

.gallery-photo.wide img {
  height: 320px;
}

.gallery-photo.tall img {
  height: 420px;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.poster-card {
  padding: 14px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 49, 77, 0.08);
  box-shadow: var(--shadow-soft);
}

.poster-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  border-radius: calc(var(--radius-lg) - 10px);
  background: linear-gradient(180deg, rgba(244, 239, 228, 0.9), rgba(255, 255, 255, 0.95));
}

.poster-card p {
  margin: 14px 4px 4px;
  font-size: 14px;
  color: var(--ink-700);
}

.policy-layout {
  align-items: start;
}

.policy-nav {
  display: grid;
  gap: 10px;
}

.policy-nav a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(245, 239, 226, 0.72);
  font-weight: 700;
  color: var(--ink-900);
}

.policy-meta {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  color: var(--ink-700);
  font-size: 14px;
}

.policy-card {
  display: grid;
  gap: 22px;
}

.policy-card section {
  padding: 0;
}

.policy-card h2 {
  margin-bottom: 10px;
  font-size: 2rem;
}

.policy-card h3 {
  margin: 18px 0 8px;
  font-size: 1.24rem;
}

.policy-card ul {
  margin: 0;
  padding-left: 22px;
  color: var(--ink-700);
}

.policy-card li + li {
  margin-top: 8px;
}

.contact-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: var(--pill);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.site-footer {
  margin-top: 72px;
  padding-top: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 20%, rgba(137, 200, 215, 0.22), transparent 30%),
    linear-gradient(180deg, #13293f 0%, #0f1f31 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 24px;
  padding: 42px 0 32px;
}

.logo-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo-row img {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  object-fit: contain;
}

.logo-row strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

.logo-row p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.footer-note {
  max-width: 42ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer h4 {
  margin: 0 0 14px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.footer-list {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-base {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-base .container {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 0 26px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.staff-note {
  color: var(--ink-700);
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.staff-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 49, 77, 0.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(17, 34, 53, 0.1);
}

.staff-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.staff-card img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  object-position: center top;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.96), rgba(243, 238, 230, 0.88)),
    linear-gradient(180deg, rgba(246, 243, 237, 1), rgba(233, 228, 219, 0.92));
}

.staff-card--pending img {
  object-fit: contain;
  padding: 18px;
  object-position: center;
}

.staff-card__body {
  display: grid;
  gap: 10px;
  padding: 18px 18px 22px;
}

.staff-card__body h3 {
  margin: 0;
  font-size: 1.3rem;
}

.staff-card__body p {
  margin: 0;
  font-size: 14px;
  color: var(--ink-700);
}

.staff-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(23, 113, 138, 0.1);
  color: var(--teal-700);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.staff-card--pending .staff-status {
  background: rgba(215, 154, 86, 0.16);
  color: #8c4f1d;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .hero-grid,
  .page-hero-grid,
  .split-grid,
  .page-grid,
  .callout-content,
  .policy-layout {
    grid-template-columns: 1fr;
  }

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

  .fact-grid,
  .contact-strip,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 920px) {
  .header-inner {
    min-height: 76px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 24px;
    right: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 16px;
    border-radius: 24px;
    background: rgba(252, 250, 245, 0.96);
    border: 1px solid rgba(23, 49, 77, 0.08);
    box-shadow: var(--shadow-strong);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a,
  .nav .btn {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .fact-grid,
  .program-grid,
  .contact-strip,
  .stats-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-gallery {
    min-height: 440px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(var(--max-width), calc(100% - 30px));
  }

  main section {
    padding: 72px 0;
  }

  .hero,
  .sub-hero {
    padding-top: 40px;
  }

  .brand {
    gap: 12px;
  }

  .brand img {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .brand-title,
  .brand h1 {
    font-size: 21px;
  }

  .hero h1 {
    max-width: none;
  }

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

  .btn,
  .hero-actions .btn {
    width: 100%;
  }

  .feature-grid,
  .step-grid,
  .gallery-board,
  .poster-grid,
  .staff-grid,
  .two-up {
    grid-template-columns: 1fr;
  }

  .gallery-photo.wide {
    grid-column: auto;
  }

  .gallery-photo img,
  .gallery-photo.wide img,
  .gallery-photo.tall img {
    height: 260px;
  }

  .image-chips,
  .floating-script {
    display: none;
  }

  .footer-base .container {
    flex-direction: column;
  }
}
