:root {
  --navy: #062653;
  --navy-2: #0b376b;
  --navy-dark: #021934;
  --gold: #d5a12a;
  --gold-2: #b98510;
  --ink: #101d33;
  --muted: #596777;
  --line: #dfe5ed;
  --paper: #ffffff;
  --wash: #f6f8fb;
  --shadow: 0 18px 40px rgba(2, 25, 52, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.06;
}

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

p {
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 2.4vw, 32px);
  min-height: 118px;
  padding: 10px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 24px rgba(2, 25, 52, 0.08);
  backdrop-filter: blur(10px);
}

.brand {
  position: relative;
  display: inline-grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 12px;
  width: clamp(218px, 20vw, 252px);
  min-height: 86px;
}

.brand img {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.brand::before {
  width: 82px;
  height: 82px;
  background: url("assets/logo.jpg") 8% 26% / 392px auto no-repeat;
  content: "";
}

.brand::after {
  color: var(--navy-dark);
  content: "DOVE DAY\A COLLEGE";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.78rem);
  font-weight: 900;
  line-height: 1.05;
  white-space: pre;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 1.1vw, 18px);
}

.main-nav a {
  position: relative;
  padding: 10px 0;
  color: var(--navy-dark);
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  margin: auto;
  background: var(--gold);
  content: "";
  transition: width 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.header-action,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 7px;
  font-size: 0.95rem;
  font-weight: 900;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.header-action,
.btn.navy {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 10px 22px rgba(2, 25, 52, 0.16);
}

.btn.gold {
  color: var(--navy-dark);
  background: linear-gradient(135deg, #e2b23a, #c99017);
  box-shadow: 0 12px 28px rgba(181, 126, 13, 0.26);
}

.btn.outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.header-action:hover,
.btn:hover {
  transform: translateY(-2px);
}

.nav-toggle,
.nav-button {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.home-hero {
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 88px clamp(20px, 6.5vw, 92px);
  background:
    linear-gradient(90deg, rgba(2, 25, 52, 0.95) 0%, rgba(4, 36, 78, 0.82) 42%, rgba(4, 36, 78, 0.2) 76%),
    url("https://images.unsplash.com/photo-1588075592446-265fd1e6e76f?auto=format&fit=crop&w=1900&q=85") center right/cover;
}

.home-hero::after {
  position: absolute;
  right: -10vw;
  bottom: -130px;
  width: min(680px, 72vw);
  height: 290px;
  border-top: 22px solid #fff;
  border-radius: 100% 0 0 0;
  background: linear-gradient(135deg, #d9a52a, #b9800d);
  content: "";
  transform: rotate(-8deg);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow.ruled::after {
  width: 74px;
  height: 2px;
  background: var(--gold);
  content: "";
}

.eyebrow.ruled::before {
  display: none;
}

.hero h1 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(3.7rem, 8vw, 7.1rem);
  text-transform: uppercase;
}

.hero h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(1.35rem, 2.7vw, 2rem);
}

.hero p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.93);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 32px clamp(18px, 6vw, 88px);
  background: #fff;
}

.value-strip article {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 18px;
  min-height: 126px;
  padding: 12px 28px;
  border-right: 1px solid var(--line);
}

.value-strip article:last-child {
  border-right: 0;
}

.icon,
.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: var(--gold);
  background: var(--navy);
}

.icon::before,
.card-icon::before,
.social-icon::before {
  display: block;
  width: 30px;
  height: 30px;
  background: currentColor;
  content: "";
  mask: var(--icon-shape) center / contain no-repeat;
  -webkit-mask: var(--icon-shape) center / contain no-repeat;
}

.card-icon::before {
  width: 28px;
  height: 28px;
}

.social-icon::before {
  width: 17px;
  height: 17px;
}

.icon-book {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5.2c0-.66.54-1.2 1.2-1.2H10c1.1 0 2 .9 2 2v14c0-1.1-.9-2-2-2H5.2A1.2 1.2 0 0 1 4 16.8V5.2Zm16 0v11.6c0 .66-.54 1.2-1.2 1.2H14c-1.1 0-2 .9-2 2V6c0-1.1.9-2 2-2h4.8c.66 0 1.2.54 1.2 1.2Z'/%3E%3C/svg%3E");
}

.icon-heart,
.icon-hand-heart {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7.6-4.7-9.7-9.2C.8 8.4 2.7 4.5 6.4 4.1 8.6 3.9 10.4 5 12 7c1.6-2 3.4-3.1 5.6-2.9 3.7.4 5.6 4.3 4.1 7.7C19.6 16.3 12 21 12 21Z'/%3E%3C/svg%3E");
}

.icon-spark {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 14.8 9.2 22 12l-7.2 2.8L12 22l-2.8-7.2L2 12l7.2-2.8L12 2Zm7.5 1.5.9 2.1 2.1.9-2.1.9-.9 2.1-.9-2.1-2.1-.9 2.1-.9.9-2.1ZM4.5 15.5l1 2 2 1-2 1-1 2-1-2-2-1 2-1 1-2Z'/%3E%3C/svg%3E");
}

.icon-globe {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 9h-3.2a15 15 0 0 0-1.1-5 8.03 8.03 0 0 1 4.3 5ZM12 4.1c.7 1 1.4 3 1.7 6.9h-3.4c.3-3.9 1-5.9 1.7-6.9ZM4 12c0-.34.02-.67.06-1h3.96a20.2 20.2 0 0 0 0 2H4.06A8.1 8.1 0 0 1 4 12Zm1.1 2h3.2c.25 2.2.74 3.9 1.1 5a8.03 8.03 0 0 1-4.3-5Zm4.3-8c-.36 1.1-.85 2.8-1.1 5H5.1a8.03 8.03 0 0 1 4.3-5ZM12 19.9c-.7-1-1.4-3-1.7-6.9h3.4c-.3 3.9-1 5.9-1.7 6.9ZM13.9 13h-3.8a17.5 17.5 0 0 1 0-2h3.8a17.5 17.5 0 0 1 0 2Zm.7 6c.36-1.1.85-2.8 1.1-5h3.2a8.03 8.03 0 0 1-4.3 5ZM16 13a20.2 20.2 0 0 0 0-2h3.94a8.45 8.45 0 0 1 0 2H16Z'/%3E%3C/svg%3E");
}

.icon-users {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm6.5 0a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM9 13c-3.9 0-7 2.2-7 5v1.2c0 .44.36.8.8.8h12.4c.44 0 .8-.36.8-.8V18c0-2.8-3.1-5-7-5Zm7.2.1c1.7.9 2.8 2.5 2.8 4.4V20h2.2c.44 0 .8-.36.8-.8V18c0-2.4-2.3-4.4-5.8-4.9Z'/%3E%3C/svg%3E");
}

.icon-shield {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6.2c0 5 3.4 9.7 8 10.8 4.6-1.1 8-5.8 8-10.8V5l-8-3Zm4.8 7.8-5.6 5.6a1 1 0 0 1-1.4 0l-2.6-2.6 1.4-1.4 1.9 1.9 4.9-4.9 1.4 1.4Z'/%3E%3C/svg%3E");
}

.icon-building {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 21V5c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v16h-6v-4h-4v4H4Zm4-14v3h3V7H8Zm5 0v3h3V7h-3Zm-5 5v3h3v-3H8Zm5 0v3h3v-3h-3Z'/%3E%3C/svg%3E");
}

.icon-activity {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 2.2a7.8 7.8 0 0 1 4.7 1.6l-3 3H10l-2.7-2.7A7.8 7.8 0 0 1 12 4.2ZM4.2 12c0-1.6.5-3.1 1.3-4.3l2.6 2.6-1.2 3.5-2.5 1.3c-.13-.67-.2-1.38-.2-2.1Zm7.8 7.8a7.8 7.8 0 0 1-5.9-2.7l2.5-1.3 3.4 2.5 3.4-2.5 2.5 1.3a7.8 7.8 0 0 1-5.9 2.7Zm2.1-5.7L12 15.6l-2.1-1.5.8-2.6h2.6l.8 2.6Zm5.5 1-2.5-1.3-1.2-3.5 2.6-2.6A7.76 7.76 0 0 1 19.8 12c0 .72-.07 1.43-.2 2.1Z'/%3E%3C/svg%3E");
}

.icon-graduation {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 1.8 8.2 12 13.4l8-4.1V15h2V8.2L12 3Zm-6 9.1V16c0 1.8 2.7 4 6 4s6-2.2 6-4v-3.9l-6 3-6-3Z'/%3E%3C/svg%3E");
}

.icon-clipboard,
.icon-file {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 2h8l1 2h2c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h2l1-2Zm1.2 4h5.6l-.5-1H9.7l-.5 1ZM7 10h10V8H7v2Zm0 4h10v-2H7v2Zm0 4h7v-2H7v2Z'/%3E%3C/svg%3E");
}

.icon-id-card {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5Zm4 4.5a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0ZM6 17h7c0-2.2-1.6-4-3.5-4S6 14.8 6 17Zm9-7h3V8h-3v2Zm0 4h3v-2h-3v2Zm0 4h3v-2h-3v2Z'/%3E%3C/svg%3E");
}

.icon-flask {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 2h8v2h-1v5.1l5.7 8.6A2.8 2.8 0 0 1 18.4 22H5.6a2.8 2.8 0 0 1-2.3-4.3L9 9.1V4H8V2Zm3 7.7-3 4.6h8l-3-4.6V4h-2v5.7ZM6.6 20h10.8c.64 0 1.02-.71.66-1.24L16.4 16H7.6l-1.66 2.76c-.36.53.02 1.24.66 1.24Z'/%3E%3C/svg%3E");
}

.icon-monitor {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h18c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-7v2h3v2H7v-2h3v-2H3c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2Zm0 2v10h18V6H3Z'/%3E%3C/svg%3E");
}

.social-facebook {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 8h3V4h-3c-3.1 0-5 1.9-5 5v2H7v4h3v7h4v-7h3.3l.7-4h-4V9c0-.7.3-1 1-1Z'/%3E%3C/svg%3E");
}

.social-instagram {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h10c2.8 0 5 2.2 5 5v10c0 2.8-2.2 5-5 5H7c-2.8 0-5-2.2-5-5V7c0-2.8 2.2-5 5-5Zm0 2c-1.7 0-3 1.3-3 3v10c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3V7c0-1.7-1.3-3-3-3H7Zm5 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 2.1a1.9 1.9 0 1 0 0 3.8 1.9 1.9 0 0 0 0-3.8ZM17.5 6.3a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4Z'/%3E%3C/svg%3E");
}

.social-linkedin {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3a2.3 2.3 0 1 1 0 4.6A2.3 2.3 0 0 1 4 3Zm-2 7h4v11H2V10Zm7 0h3.8v1.6c.6-1 1.8-1.9 3.8-1.9 4 0 5.4 2.5 5.4 6.4V21h-4v-4.4c0-2-.4-3.4-2.2-3.4-1.7 0-2.8 1.2-2.8 3.2V21H9V10Z'/%3E%3C/svg%3E");
}

.social-youtube {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.6 7.2c.3 1.2.4 2.8.4 4.8s-.1 3.6-.4 4.8a3 3 0 0 1-2.1 2.1c-1.8.5-7.5.5-7.5.5s-5.7 0-7.5-.5a3 3 0 0 1-2.1-2.1C2.1 15.6 2 14 2 12s.1-3.6.4-4.8a3 3 0 0 1 2.1-2.1c1.8-.5 7.5-.5 7.5-.5s5.7 0 7.5.5a3 3 0 0 1 2.1 2.1ZM10 15.5l5.2-3.5L10 8.5v7Z'/%3E%3C/svg%3E");
}

.value-strip h3,
.card-grid h3 {
  margin-bottom: 8px;
  color: var(--navy-dark);
  font-size: 1.02rem;
}

.value-strip p,
.card-grid p {
  margin-bottom: 0;
  font-size: 0.93rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.15fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
  padding: 76px clamp(20px, 6.5vw, 92px);
}

.section-text {
  max-width: 650px;
}

.section-text h2,
.section-heading h2,
.admission-cta h2 {
  margin-bottom: 24px;
  font-size: clamp(2.1rem, 4.4vw, 3.2rem);
}

.image-card {
  position: relative;
}

.image-card img,
.feature-photo,
.gallery-grid img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.image-card img {
  aspect-ratio: 1.55 / 1;
}

.badge-card {
  position: absolute;
  left: -46px;
  bottom: 16px;
  display: grid;
  gap: 10px;
  width: 140px;
  min-height: 150px;
  place-items: center;
  padding: 20px 14px;
  border-radius: 8px;
  color: var(--gold);
  text-align: center;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.badge-card span {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.badge-card strong {
  line-height: 1.18;
}

.why-section,
.program-band,
.gallery-section,
.requirements,
.story-band {
  padding: 76px clamp(20px, 6.5vw, 92px);
}

.why-section {
  background: var(--wash);
}

.center {
  text-align: center;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
}

.section-heading.center .eyebrow {
  justify-content: center;
}

.card-grid {
  display: grid;
  gap: 28px;
}

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

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

.card-grid article,
.contact-form,
.timeline li {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(2, 25, 52, 0.08);
}

.card-grid article {
  text-align: center;
}

.card-icon {
  margin-bottom: 18px;
  color: var(--navy);
  background: #fff;
  border: 3px solid rgba(6, 38, 83, 0.12);
}

.admission-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
  gap: 34px;
  align-items: center;
  min-height: 280px;
  padding: 42px clamp(20px, 8vw, 120px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(6, 38, 83, 0.08), transparent 22%),
    #fff;
}

.admission-cta img {
  max-height: 270px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
  padding: 22px clamp(20px, 6.5vw, 92px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.contact-strip a,
.contact-strip span {
  color: var(--navy-dark);
  font-size: 0.93rem;
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr 0.8fr auto;
  gap: 34px;
  align-items: start;
  padding: 42px clamp(20px, 6.5vw, 92px) 24px;
  color: #fff;
  background: var(--navy-dark);
}

.footer-brand {
  position: relative;
  display: inline-grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  align-items: center;
  width: 260px;
}

.footer-brand img {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.footer-brand::before {
  width: 86px;
  height: 86px;
  background: url("assets/logo.jpg") 8% 26% / 410px auto no-repeat;
  content: "";
}

.footer-brand::after {
  color: #fff;
  content: "DOVE DAY\A COLLEGE\A Raising Champions,\A Building Futures";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: pre;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
}

.site-footer nav a {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.82);
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.socials span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--navy-dark);
  background: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.footer-seal {
  display: grid;
  place-items: center;
  width: 138px;
  height: 138px;
  border: 3px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  text-align: center;
  line-height: 1.18;
  text-transform: uppercase;
}

.footer-seal strong {
  color: #fff;
  font-size: 1.2rem;
}

.copyright,
.motto {
  margin: 18px 0 0;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.copyright {
  grid-column: 1 / 4;
}

.motto {
  grid-column: 4 / 6;
  text-align: right;
}

.page-hero {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 110px clamp(20px, 6.5vw, 92px) 70px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 25, 52, 0.92), rgba(6, 38, 83, 0.54)),
    var(--page-image) center/cover;
}

.page-hero h1 {
  max-width: 930px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(2.8rem, 6.5vw, 5.2rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.12rem;
  font-weight: 700;
}

.about-hero {
  --page-image: url("https://images.unsplash.com/photo-1497633762265-9d179a990aa6?auto=format&fit=crop&w=1800&q=84");
}

.academics-hero {
  --page-image: url("https://images.unsplash.com/photo-1577896851231-70ef18881754?auto=format&fit=crop&w=1800&q=84");
}

.admissions-hero {
  --page-image: url("https://images.unsplash.com/photo-1503676260728-1c00da094a0b?auto=format&fit=crop&w=1800&q=84");
}

.gallery-hero {
  --page-image: url("https://images.unsplash.com/photo-1517486808906-6ca8b3f04846?auto=format&fit=crop&w=1800&q=84");
}

.contact-hero {
  --page-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1800&q=84");
}

.story-band {
  background: var(--wash);
}

.feature-photo {
  aspect-ratio: 1.3 / 1;
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: end;
  min-height: 520px;
  padding: 116px clamp(20px, 6.5vw, 92px) 74px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 25, 52, 0.94), rgba(6, 38, 83, 0.7), rgba(6, 38, 83, 0.22)),
    url("https://images.unsplash.com/photo-1497633762265-9d179a990aa6?auto=format&fit=crop&w=1800&q=84") center/cover;
}

.about-intro h1,
.contact-landing h1 {
  max-width: 940px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(2.8rem, 6.5vw, 5.25rem);
}

.about-intro p:not(.eyebrow),
.contact-landing p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.12rem;
  font-weight: 700;
}

.about-intro aside {
  padding: 28px;
  border-left: 5px solid var(--gold);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.about-intro aside span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-intro aside strong {
  display: block;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.2;
}

.about-profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: stretch;
  padding: 82px clamp(20px, 6.5vw, 92px);
  background: #fff;
}

.about-profile img,
.principal-note img,
.contact-landing img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.about-profile img {
  aspect-ratio: 1.55 / 1;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
  border-top: 7px solid var(--gold);
  background: var(--wash);
}

.about-panel h2,
.mission-grid h2,
.principal-note h2,
.contact-compose h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0 clamp(20px, 6.5vw, 92px) 82px;
}

.mission-grid article {
  min-height: 260px;
  padding: clamp(30px, 4.5vw, 56px);
  background: var(--navy);
}

.mission-grid article:nth-child(2) {
  background: var(--navy-dark);
}

.mission-grid h2 {
  color: #fff;
}

.about-values {
  padding-top: 82px;
}

.principal-note {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
  padding: 82px clamp(20px, 6.5vw, 92px);
  background: #fff;
}

.principal-note img {
  aspect-ratio: 1.45 / 1;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.program-band.light {
  background: var(--wash);
}

.program-band.navy {
  color: #fff;
  background: var(--navy);
}

.program-band.navy h2,
.program-band.navy h3,
.program-band.navy p {
  color: #fff;
}

.program-band.navy .card-grid article {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
}

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

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

.timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-weight: 900;
}

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

.gallery-grid figure {
  margin: 0;
}

.gallery-grid img {
  aspect-ratio: 4 / 3;
}

.gallery-grid figcaption {
  padding-top: 10px;
  color: var(--navy-dark);
  font-weight: 800;
}

.contact-landing {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
  min-height: 520px;
  padding: 78px clamp(20px, 6.5vw, 92px);
  color: #fff;
  background: var(--navy-dark);
}

.contact-landing img {
  aspect-ratio: 1.1 / 1;
  border: 10px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 72px clamp(20px, 6.5vw, 92px);
  background: var(--wash);
}

.contact-methods article {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 30px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(2, 25, 52, 0.08);
}

.contact-methods h2 {
  margin-bottom: 14px;
  font-size: 1.45rem;
}

.contact-methods a,
.contact-methods strong {
  display: block;
  margin-top: 8px;
  color: var(--navy);
  font-weight: 900;
}

.contact-compose {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: start;
  padding: 78px clamp(20px, 6.5vw, 92px);
  background: #fff;
}

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

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--navy-dark);
  font-weight: 900;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid #cdd7e3;
  border-radius: 7px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 3px solid rgba(213, 161, 42, 0.28);
  border-color: var(--gold);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto;
    min-height: 96px;
  }

  .header-action {
    display: none;
  }

  .nav-button {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 7px;
    cursor: pointer;
  }

  .nav-button span,
  .nav-button span::before,
  .nav-button span::after {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--navy);
    content: "";
  }

  .nav-button span::before {
    transform: translateY(-8px);
  }

  .nav-button span::after {
    transform: translateY(6px);
  }

  .main-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-top: 14px;
    border-top: 1px solid var(--line);
  }

  .nav-toggle:checked ~ .main-nav {
    display: flex;
  }

  .main-nav a {
    padding: 12px 4px;
  }

  .main-nav a::after {
    right: auto;
    margin: 0;
  }

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

  .value-strip article:nth-child(2) {
    border-right: 0;
  }

  .split-section,
  .admission-cta,
  .about-intro,
  .about-profile,
  .mission-grid,
  .principal-note,
  .contact-landing,
  .contact-compose,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .badge-card {
    left: 18px;
  }

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

  .copyright,
  .motto {
    grid-column: auto;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 82px;
    padding: 8px 16px;
  }

  .brand {
    grid-template-columns: 60px 1fr;
    width: 184px;
    min-height: 62px;
    gap: 9px;
  }

  .brand::before {
    width: 60px;
    height: 60px;
    background-size: 288px auto;
  }

  .brand::after {
    font-size: 1.05rem;
  }

  .home-hero {
    min-height: 560px;
    padding: 72px 18px;
    background-position: 62% center;
  }

  .home-hero::after {
    height: 170px;
    bottom: -100px;
  }

  .hero h1 {
    font-size: clamp(3rem, 17vw, 4.8rem);
  }

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

  .value-strip,
  .card-grid.four,
  .card-grid.three,
  .contact-strip,
  .gallery-grid,
  .contact-methods {
    grid-template-columns: 1fr;
  }

  .value-strip {
    padding: 24px 18px;
  }

  .value-strip article {
    grid-template-columns: 58px 1fr;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .value-strip article:last-child {
    border-bottom: 0;
  }

  .split-section,
  .why-section,
  .program-band,
  .gallery-section,
  .requirements,
  .story-band,
  .about-profile,
  .principal-note,
  .contact-methods,
  .contact-compose {
    padding: 58px 18px;
  }

  .section-text h2,
  .section-heading h2,
  .admission-cta h2,
  .about-panel h2,
  .mission-grid h2,
  .principal-note h2,
  .contact-compose h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .badge-card {
    position: static;
    width: 100%;
    min-height: auto;
    margin-top: 14px;
  }

  .admission-cta {
    padding: 52px 18px 0;
  }

  .about-intro,
  .contact-landing {
    min-height: 420px;
    padding: 84px 18px 54px;
  }

  .about-intro h1,
  .contact-landing h1 {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  .mission-grid {
    padding: 0;
  }

  .mission-grid article {
    min-height: auto;
    padding: 38px 18px;
  }

  .page-hero {
    min-height: 360px;
    padding: 90px 18px 52px;
  }

  .page-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }

  .timeline li {
    grid-template-columns: 42px 1fr;
    padding: 22px;
  }

  .timeline span {
    width: 42px;
    height: 42px;
  }

  .footer-brand {
    width: 230px;
  }
}
