:root {
  --ink: #172536;
  --muted: #647284;
  --line: #dfe7ee;
  --paper: #f6f8fb;
  --white: #ffffff;
  --blue: #155e83;
  --blue-dark: #0d3d59;
  --green: #6a8f24;
  --gold: #c99439;
  --shadow: 0 24px 70px rgba(23, 37, 54, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(223, 231, 238, 0.9);
  background: rgba(246, 248, 251, 0.94);
  backdrop-filter: blur(18px);
}

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

.brand img {
  width: 240px;
  height: auto;
}

.brand span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #364557;
  font-size: 0.95rem;
  font-weight: 750;
}

.site-nav a:hover {
  color: var(--blue);
}

.menu-button {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 520px);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: clamp(54px, 8vw, 110px) clamp(18px, 5vw, 72px) 42px;
  background:
    linear-gradient(90deg, rgba(246, 248, 251, 0.98), rgba(246, 248, 251, 0.72)),
    radial-gradient(circle at 78% 22%, rgba(21, 94, 131, 0.22), transparent 30%),
    radial-gradient(circle at 62% 82%, rgba(106, 143, 36, 0.22), transparent 28%),
    #eaf0f5;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 6vw, 5.7rem);
  line-height: 0.95;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
}

.hero-copy p:not(.eyebrow),
.section p,
.band p,
.director-section p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.04rem;
}

.hero-copy p:not(.eyebrow) {
  max-width: 650px;
  font-size: clamp(1.04rem, 1.8vw, 1.24rem);
}

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

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 850;
}

.primary-button {
  color: white;
  background: var(--blue);
  box-shadow: 0 14px 34px rgba(21, 94, 131, 0.24);
}

.secondary-button {
  color: var(--blue-dark);
  background: #e2eef4;
}

.hero-media {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hero-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
  image-rendering: auto;
}

.hero-img.large {
  grid-row: span 2;
  height: 100%;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 72px);
  background: var(--line);
}

.quick-strip div {
  padding: 24px;
  background: var(--white);
}

.quick-strip strong,
.quick-strip span {
  display: block;
}

.quick-strip strong {
  color: var(--blue-dark);
  font-size: 1.35rem;
}

.quick-strip span {
  margin-top: 6px;
  color: var(--muted);
}

.section,
.band,
.director-section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
}

.section-heading {
  max-width: 940px;
  margin-bottom: 30px;
}

.card-grid,
.recognition-grid,
.location-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.card-grid article,
.recognition-grid article,
.location-grid article,
.contact-grid article,
.feature-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
  box-shadow: 0 16px 45px rgba(23, 37, 54, 0.06);
}

.card-grid img,
.feature-card img {
  display: block;
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #e9eef2;
}

.card-grid h3,
.recognition-grid h3,
.location-grid h3,
.contact-grid h3,
.feature-card h3 {
  margin-bottom: 10px;
  color: var(--blue-dark);
}

.band {
  color: white;
  background: #183348;
}

.band .eyebrow {
  color: #b4cc65;
}

.band h2,
.band h3 {
  color: white;
}

.band p {
  color: rgba(255, 255, 255, 0.76);
}

.recognition-grid article {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.course-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.course-list li {
  position: relative;
  padding: 16px 16px 16px 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: #39495b;
  line-height: 1.48;
}

.course-list li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}

.feature-card.dark {
  color: white;
  background: var(--blue-dark);
}

.feature-card.dark h3,
.feature-card.dark p,
.feature-card.dark a {
  color: white;
}

.feature-card.dark a,
.contact-grid a {
  font-weight: 850;
  color: var(--gold);
}

.director-section {
  display: grid;
  grid-template-columns: minmax(180px, 300px) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  background: #eef4f7;
}

.director-photo {
  padding: 22px;
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.director-photo img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

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

.accommodation {
  background: #f0f5ee;
}

.accommodation p {
  max-width: 900px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 36px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.82);
  background: #172536;
}

.site-footer strong,
.footer-link {
  color: white;
}

.site-footer p {
  margin: 6px 0 0;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .director-section {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .recognition-grid,
  .location-grid,
  .contact-grid,
  .quick-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .brand {
    min-width: 0;
  }

  .brand img {
    width: min(58vw, 220px);
  }

  .brand span {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    min-height: 40px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0 14px;
    background: white;
    align-items: center;
  }

  .site-nav {
    position: absolute;
    top: 66px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px;
    background: white;
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    padding: 10px 8px;
  }

  .hero {
    min-height: auto;
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-media,
  .card-grid,
  .recognition-grid,
  .location-grid,
  .contact-grid,
  .quick-strip {
    grid-template-columns: 1fr;
  }

  .quick-strip {
    padding: 0;
  }
}
