:root {
  --ink: #1f2b7a;
  --cream: #f7f7fc;
  --paper: #ffffff;
  --lime: #ff8a3d;
  --teal: #1f2b7a;
  --blue: #e8ebfa;
  --coral: #ff8a3d;
  --gold: #ffe1d3;
  --sky: #eaf2fb;
  --beige: #f8f1e6;
  --line: rgba(31, 43, 122, .16);
}

.site-header { background: rgba(255, 255, 255, .94); }
.brand { gap: 10px; align-items: center; }
.brand img { display: block; width: clamp(180px, 18vw, 240px); height: 54px; object-fit: contain; object-position: left center; }
.site-header nav a:not(.manage-link):hover { color: #e86f49; }
.manage-link:hover, .button.primary:hover { background: #ff8a3d; border-color: #ff8a3d; color: #1f2b7a; }
.hero { background: radial-gradient(circle at 88% 5%, rgba(255, 146, 104, .18), transparent 28%), #fff; }
.hero-copy h1 { font-size: clamp(40px, 5vw, 72px); line-height: 1.25; }
h1 em { color: #ff8a3d; }

.hero-visual { justify-self: end; width: min(40vw, 500px); aspect-ratio: 1 / 1.05; position: relative; }
.hero-photo {
  position: absolute; border-radius: 20px; object-fit: cover; display: block;
  box-shadow: 0 20px 40px rgba(31, 43, 122, .14);
  background: linear-gradient(135deg, rgba(31, 43, 122, .14), rgba(255, 138, 61, .2));
}
.hero-photo-main { top: 0; left: 0; width: 90%; height: 80%; object-position: center bottom; }
.hero-photo-sm { width: 32%; aspect-ratio: 1; box-shadow: 0 0 0 6px #fff, 0 16px 30px rgba(31, 43, 122, .18); }
.hero-photo-1 { right: -12%; top: 4%; transform: rotate(-3deg); }
.hero-photo-2 { right: -18%; top: 30%; transform: rotate(4deg); }
.hero-photo-3 { right: 2%; bottom: 6%; transform: rotate(-10deg); }
.hero-tag {
  position: absolute; top: 16px; left: 16px; z-index: 2; margin: 0;
  background: #fff; color: #1f2b7a; padding: 10px 16px; border-radius: 14px;
  font: 700 12px/1.3 "Manrope"; text-transform: uppercase; letter-spacing: .04em;
  text-align: left; transform: rotate(-3deg);
  box-shadow: 0 10px 24px rgba(31, 43, 122, .18);
}

@media (max-width: 900px) {
  .hero-visual { width: min(80vw, 440px); justify-self: center; margin-top: 55px; }
  .hero-photo-sm { display: none; }
}

/* Impact strip */
.impact {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  padding: 0 clamp(24px, 7vw, 108px) 90px;
}
.impact div { text-align: center; }
.impact strong { display: block; font: 700 40px "Manrope"; color: #1f2b7a; font-variant-ligatures: none; }
.impact span { font-size: 13px; color: #667779; }

@media (max-width: 560px) {
  .impact { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
}

/* Events timeline */
.events { padding: 100px clamp(24px, 7vw, 108px); background: var(--beige); }
.timeline { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 28px; }
.timeline-item {
  display: grid; grid-template-columns: 90px 280px 1fr; gap: 28px; align-items: center;
  background: #fff; border-radius: 20px; padding: 24px; box-shadow: 0 1px 0 var(--line);
}
.timeline-year { font: 800 28px "Manrope"; color: #1f2b7a; }
.timeline-photo { width: 100%; aspect-ratio: 4 / 3; border-radius: 14px; overflow: hidden; }
.timeline-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.timeline-body h3 { margin: 0 0 4px; font-size: 22px; letter-spacing: -.01em; color: #1f2b7a; }
.timeline-meta { margin: 0 0 10px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #ff8a3d; }
.timeline-body > p:not(.timeline-meta):not(.timeline-stats):not(.timeline-badge) { margin: 0 0 12px; color: #4f5681; line-height: 1.6; }
.timeline-stats { display: flex; gap: 16px; flex-wrap: wrap; margin: 0; font-size: 13px; font-weight: 700; color: #1f2b7a; }
.timeline-badge {
  display: inline-block; margin: 0 0 8px; background: #1f2b7a; color: #fff;
  font: 700 11px "Manrope"; text-transform: uppercase; letter-spacing: .08em;
  padding: 5px 12px; border-radius: 99px;
}
.timeline-upcoming { background: #fff3ea; box-shadow: 0 1px 0 rgba(255, 138, 61, .3); }

@media (max-width: 900px) {
  .timeline-item { grid-template-columns: 1fr; }
  .timeline-photo { aspect-ratio: 16 / 9; }
}

/* Performing arts track record */
.track-record { padding: 100px clamp(24px, 7vw, 108px); }
.track-record-group { font-size: 15px; text-transform: uppercase; letter-spacing: .08em; color: #ff8a3d; margin: 40px 0 20px; }
.track-record-group:first-of-type { margin-top: 0; }
.production-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.production-card {
  background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 1px 0 var(--line);
  display: flex; flex-direction: column;
}
.production-thumb { width: 100%; aspect-ratio: 16 / 10; }
.production-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.production-body { padding: 22px; }
.production-body h4 { margin: 0 0 4px; font-size: 20px; color: #1f2b7a; }
.production-meta { margin: 0 0 10px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #ff8a3d; }
.production-body p:not(.production-meta) { margin: 0; color: #4f5681; line-height: 1.6; }
.production-videos { margin: 32px 0 0; color: #4f5681; line-height: 1.7; }
.production-videos em { color: #1f2b7a; font-style: normal; font-weight: 600; }

@media (max-width: 900px) {
  .production-grid { grid-template-columns: 1fr; }
}

/* Programs teaser (explore grid, 4-up) */
.explore { padding: 100px clamp(24px, 7vw, 108px); background: var(--cream); }
.explore-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.explore-card {
  position: relative; display: block;
  background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: 0 1px 0 var(--line);
}
.explore-photo { height: 190px; width: 100%; object-fit: cover; display: block; }
.explore-body { padding: 20px 20px 24px; }
.explore-body h3 { font-size: 19px; letter-spacing: -.01em; margin: 0 0 4px; color: #1f2b7a; }
.explore-body p { margin: 0; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #ff8a3d; }
.explore-card-soon .explore-photo { filter: grayscale(.35); opacity: .75; }
.explore-card-soon .explore-body p { color: #8791b8; }

@media (max-width: 900px) { .explore-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .explore-grid { grid-template-columns: 1fr; } }

/* About + team */
.about-title h2 { font-size: clamp(34px, 4vw, 52px); }
.team-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
.team-card { text-align: center; }
.team-card img { width: 100%; aspect-ratio: 1; border-radius: 16px; object-fit: cover; margin-bottom: 12px; }
.team-card h4 { margin: 0 0 2px; font-size: 16px; color: #1f2b7a; }
.team-card p { margin: 0; font-size: 12px; color: #667779; }

@media (max-width: 900px) {
  .about { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}
