:root {
  --green-950: #062c22;
  --green-900: #0b3f31;
  --green-800: #11523f;
  --green-100: #dbe6d2;
  --parchment: #e8ddbd;
  --parchment-deep: #d6c697;
  --clay: #985645;
  --saffron: #c88935;
  --teal: #0c7a8c;
  --ink: #17140f;
  --muted: #5b5249;
  --white: #fffaf0;
  --shadow: 0 22px 60px rgba(6, 44, 34, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--parchment);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

h1,
h2,
h3,
.brand-mark {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

h1 {
  max-width: 800px;
  font-size: 4.5rem;
  font-weight: 700;
}

h2 {
  font-size: 2.6rem;
  color: var(--green-950);
}

h3 {
  font-size: 1.45rem;
  color: var(--green-950);
}

p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(150px, auto) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 1.6rem);
  min-height: 108px;
  padding: 0 4.25vw;
  color: var(--white);
  background: rgba(6, 44, 34, 0.96);
  border-bottom: 6px solid var(--saffron);
  backdrop-filter: blur(12px);
}

.brand {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
}

.brand-mark {
  color: var(--parchment);
  font-size: 2.25rem;
  font-weight: 700;
}

.brand-subtitle {
  max-width: 190px;
  font-size: 1rem;
  color: rgba(255, 250, 240, 0.78);
  line-height: 1.25;
}

.site-nav {
  justify-self: end;
  width: 100%;
  min-width: 0;
}

.site-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1.35rem;
  min-width: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav-list li {
  display: flex;
  min-width: 0;
}

.site-nav-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0;
  color: rgba(255, 250, 240, 0.92);
  font-size: clamp(0.78rem, 0.74vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease;
}

.site-nav-list a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--saffron);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav-list a:hover,
.site-nav-list a:focus-visible {
  color: var(--parchment);
  outline: 0;
}

.site-nav-list a:hover::after,
.site-nav-list a:focus-visible::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  display: grid;
  min-height: 78svh;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 44, 34, 0.98) 0%, rgba(6, 44, 34, 0.88) 42%, rgba(6, 44, 34, 0.25) 100%),
    url("assets/raw/hero-podium.jpeg") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 18px;
  content: "";
  background:
    linear-gradient(45deg, var(--green-950) 25%, transparent 25%) 0 0 / 22px 22px,
    linear-gradient(-45deg, var(--green-950) 25%, transparent 25%) 0 0 / 22px 22px,
    var(--parchment);
}

.motif-strip {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7vw;
  min-width: 72px;
  opacity: 0.2;
  background:
    linear-gradient(60deg, transparent 43%, var(--parchment) 44%, var(--parchment) 48%, transparent 49%) 0 0 / 52px 52px,
    linear-gradient(-60deg, transparent 43%, var(--parchment) 44%, var(--parchment) 48%, transparent 49%) 0 0 / 52px 52px;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 1.5rem;
  width: min(920px, 90vw);
  min-width: 0;
  padding: 5rem 0 6rem 5vw;
}

.eyebrow,
.section-kicker {
  color: var(--saffron);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 650px;
  color: rgba(255, 250, 240, 0.88);
  font-size: 1.25rem;
}

.patronage-line {
  max-width: 980px;
  color: var(--parchment);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
  font-weight: 700;
  line-height: 1.02;
  text-transform: none;
}

.hero h1 {
  max-width: 720px;
  color: rgba(255, 250, 240, 0.92);
  font-size: clamp(1.65rem, 2.5vw, 2.55rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.15rem;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

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

.button.primary {
  color: var(--green-950);
  background: var(--saffron);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 250, 240, 0.62);
}

.button.light {
  color: var(--green-950);
  background: var(--parchment);
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--green-900);
  border-bottom: 1px solid rgba(6, 44, 34, 0.18);
}

.fact {
  min-height: 132px;
  padding: 1.25rem 5vw;
  background: var(--parchment);
}

.fact span,
.visit-details span,
.day-card span {
  display: block;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fact strong,
.visit-details strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.15;
}

.fact em {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.section {
  padding: 6.5rem 5vw;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 4rem;
  align-items: start;
}

.copy {
  display: grid;
  gap: 1.2rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.heritage-band {
  background:
    radial-gradient(circle at 10% 20%, rgba(12, 122, 140, 0.14), transparent 28%),
    linear-gradient(180deg, var(--white), var(--parchment));
}

.section-heading {
  display: grid;
  gap: 0.55rem;
  max-width: 760px;
  margin-bottom: 2.25rem;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.experience-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: 320px;
  padding: 1.4rem;
  background: var(--white);
  border: 1px solid rgba(6, 44, 34, 0.16);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(6, 44, 34, 0.08);
}

.experience-card p {
  color: var(--muted);
}

.experience-card p + p {
  margin-top: -0.35rem;
}

.card-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--parchment);
  background: var(--green-800);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.visual-section {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: stretch;
  color: var(--white);
  background: var(--green-950);
}

.visual-panel {
  min-height: 480px;
  overflow: hidden;
}

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

.visual-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: 4rem 5vw;
}

.visual-copy h2 {
  color: var(--parchment);
  font-size: 2.15rem;
}

.visual-copy p:last-child {
  color: rgba(255, 250, 240, 0.78);
}

.programme-band {
  background:
    linear-gradient(90deg, rgba(152, 86, 69, 0.12), transparent 42%),
    var(--parchment);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 5vw 5rem;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 44, 34, 0.98), rgba(6, 44, 34, 0.78)),
    url("assets/raw/programme-2026.png") center 35% / cover no-repeat;
}

.page-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  content: "";
  background: var(--saffron);
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.35rem;
  min-width: 0;
}

.page-hero h1 {
  max-width: 860px;
}

.programme-page-section {
  padding-top: 5rem;
}

.president-hero {
  background:
    linear-gradient(90deg, rgba(6, 44, 34, 0.96), rgba(6, 44, 34, 0.76)),
    url("assets/raw/m-nabil.jpg") center 32% / cover no-repeat;
}

.president-section {
  background:
    radial-gradient(circle at 14% 8%, rgba(200, 137, 53, 0.14), transparent 28%),
    var(--white);
}

.president-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 2rem;
  align-items: start;
}

.president-portrait {
  position: sticky;
  top: 110px;
  overflow: hidden;
  margin: 0;
  background: var(--parchment);
  border: 1px solid rgba(6, 44, 34, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.president-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.president-caption {
  display: grid;
  gap: 0.25rem;
  padding: 1.25rem;
}

.president-caption strong,
.president-signature strong {
  color: var(--green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.president-caption span,
.president-signature span {
  color: var(--muted);
  font-weight: 700;
}

.president-message {
  padding: clamp(1.35rem, 3vw, 2.5rem);
  background: var(--parchment);
  border: 1px solid rgba(6, 44, 34, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.president-message h2 {
  margin-top: 0.5rem;
}

.message-copy {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.president-signature {
  display: grid;
  gap: 0.2rem;
  margin-top: 1.8rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(6, 44, 34, 0.18);
}

.images-hero {
  position: relative;
  min-height: 74svh;
  display: grid;
  align-items: end;
  padding: 6rem 5vw;
  overflow: hidden;
  color: var(--white);
  background: url("assets/raw/Mata/photo-1.jpeg") center / cover no-repeat;
}

.images-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(6, 44, 34, 0.16), rgba(6, 44, 34, 0.96)),
    linear-gradient(90deg, rgba(6, 44, 34, 0.78), rgba(6, 44, 34, 0.08));
}

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

.images-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  height: 10px;
  content: "";
  background: var(--saffron);
}

.images-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.2rem;
  min-width: 0;
}

.images-hero h1 {
  font-size: clamp(3.2rem, 8vw, 7rem);
}

.image-story {
  background:
    radial-gradient(circle at 80% 10%, rgba(12, 122, 140, 0.12), transparent 30%),
    var(--parchment);
}

.image-story-inner {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 3rem;
  align-items: end;
}

.image-story-inner p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
}

.gallery-section {
  padding: 1rem 1rem 6rem;
  background: var(--parchment);
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 190px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  width: min(1480px, 100%);
  margin: 0 auto;
}

.gallery-tile {
  min-width: 0;
  min-height: 0;
  margin: 0;
}

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

.gallery-tile.is-tall {
  grid-row: span 2;
}

.gallery-tile.is-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: var(--green-950);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(6, 44, 34, 0.14);
}

.gallery-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition:
    transform 320ms ease,
    filter 320ms ease;
}

.gallery-button::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 42%, rgba(6, 44, 34, 0.76)),
    linear-gradient(90deg, rgba(6, 44, 34, 0.1), transparent);
  opacity: 0.82;
  transition: opacity 220ms ease;
}

.gallery-button span {
  position: absolute;
  right: 1rem;
  bottom: 0.85rem;
  z-index: 1;
  color: var(--parchment);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.gallery-button:hover img,
.gallery-button:focus-visible img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.07);
}

.gallery-button:hover::after,
.gallery-button:focus-visible::after {
  opacity: 0.55;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 5rem 2rem 2rem;
  background: rgba(6, 20, 16, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.lightbox[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-frame {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  min-width: 0;
  margin: 0;
}

.lightbox-frame img {
  max-width: 100%;
  max-height: 76svh;
  object-fit: contain;
  border: 1px solid rgba(232, 221, 189, 0.28);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.lightbox-frame figcaption {
  color: var(--parchment);
  font-weight: 800;
}

.lightbox-close,
.lightbox-nav {
  color: var(--parchment);
  cursor: pointer;
  background: rgba(232, 221, 189, 0.1);
  border: 1px solid rgba(232, 221, 189, 0.38);
  border-radius: 6px;
  font-weight: 900;
  text-transform: uppercase;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  min-height: 42px;
  padding: 0 1rem;
}

.lightbox-nav {
  min-height: 48px;
  padding: 0 0.9rem;
}

.is-lightbox-open {
  overflow: hidden;
}

.programme-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 1.4rem;
  align-items: start;
}

.programme-poster {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(6, 44, 34, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.programme-poster img {
  width: 100%;
  height: auto;
}

.programme-poster figcaption {
  padding: 0.75rem 1rem;
  color: var(--green-950);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.programme-days {
  display: grid;
  gap: 1rem;
}

.day-card {
  display: grid;
  gap: 0.8rem;
  padding: 1.4rem;
  background: var(--white);
  border-left: 6px solid var(--green-800);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.agenda-list {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.agenda-list li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0.85rem;
}

.agenda-list time {
  color: var(--green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
}

.agenda-list p {
  color: var(--muted);
}

.visit-section {
  background:
    linear-gradient(135deg, rgba(12, 122, 140, 0.16), transparent 34%),
    var(--white);
}

.visit-layout {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 3rem;
  align-items: start;
}

.visit-layout p {
  max-width: 680px;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.visit-details {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(6, 44, 34, 0.16);
  border: 1px solid rgba(6, 44, 34, 0.16);
  border-radius: 8px;
}

.visit-details div {
  padding: 1.25rem;
  background: var(--parchment);
}

.partner-cta {
  padding: 6rem 5vw;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(200, 137, 53, 0.18), transparent 32%),
    var(--green-900);
}

.partner-inner {
  display: grid;
  gap: 1rem;
  width: min(820px, 100%);
  margin: 0 auto;
  text-align: center;
}

.partner-inner h2 {
  color: var(--parchment);
}

.partner-inner p {
  color: rgba(255, 250, 240, 0.82);
}

.partner-inner .button {
  justify-self: center;
  margin-top: 0.8rem;
}

.site-footer {
  display: grid;
  padding: clamp(1rem, 2.4vw, 2rem);
  background:
    radial-gradient(circle at 50% 10%, rgba(200, 137, 53, 0.18), transparent 38%),
    var(--green-950);
}

.footer-art {
  width: min(920px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: #7f1b18;
  border: 1px solid rgba(232, 221, 189, 0.25);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.footer-art img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 980px) {
  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .site-header {
    grid-template-columns: 1fr;
    align-items: flex-start;
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .site-nav {
    justify-self: stretch;
  }

  .site-nav-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    justify-content: stretch;
    width: 100%;
    gap: 0.65rem 1rem;
  }

  .site-nav-list li {
    justify-content: center;
  }

  .site-nav-list a {
    width: 100%;
    white-space: normal;
  }

  .facts,
  .experience-grid,
  .image-story-inner,
  .two-column,
  .visual-section,
  .visit-layout,
  .programme-layout,
  .president-layout {
    grid-template-columns: 1fr 1fr;
  }

  .visual-section {
    grid-template-columns: 1fr;
  }

  .programme-layout {
    grid-template-columns: 1fr;
  }

  .president-layout {
    grid-template-columns: 1fr;
  }

  .president-portrait {
    position: static;
  }

  .gallery-grid {
    grid-auto-rows: 170px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lightbox {
    grid-template-columns: 1fr 1fr;
    padding: 5rem 1rem 1rem;
  }

  .lightbox-frame {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .lightbox-prev,
  .lightbox-next {
    grid-row: 2;
  }

  .visual-panel {
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .site-header {
    position: relative;
    gap: 0.8rem;
    min-height: auto;
    padding: 0.85rem 1rem 0.95rem;
  }

  .brand-mark {
    font-size: 1.95rem;
  }

  .brand-subtitle {
    font-size: 0.86rem;
    line-height: 1.15;
  }

  .brand-subtitle {
    max-width: none;
  }

  .site-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    width: 100%;
    gap: 0.55rem 0.8rem;
  }

  .site-nav-list a {
    width: 100%;
    padding: 0.28rem 0;
    font-size: 0.74rem;
    line-height: 1.15;
    white-space: normal;
  }

  .site-nav-list li {
    justify-content: center;
  }

  .site-nav-list li:last-child {
    grid-column: 1 / -1;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(6, 44, 34, 0.96), rgba(6, 44, 34, 0.82)),
      url("assets/raw/hero-podium.jpeg") center / cover no-repeat;
  }

  .hero-content {
    width: 100%;
    gap: 1rem;
    padding: 3.2rem 1rem 4rem;
  }

  .hero-lede {
    font-size: 1rem;
    line-height: 1.55;
  }

  .patronage-line {
    font-size: 1.8rem;
    line-height: 1.08;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .facts,
  .experience-grid,
  .image-story-inner,
  .two-column,
  .visit-layout,
  .programme-layout,
  .president-layout {
    grid-template-columns: 1fr;
  }

  .fact {
    min-height: 110px;
    padding: 1rem;
  }

  .section-heading {
    margin-bottom: 1.5rem;
  }

  .copy,
  .message-copy,
  .visit-layout p,
  .image-story-inner p:last-child {
    font-size: 1rem;
  }

  .experience-card,
  .day-card,
  .president-message {
    padding: 1.1rem;
  }

  .page-hero {
    padding: 4rem 1rem 3.5rem;
  }

  .page-hero-inner {
    gap: 1rem;
  }

  .page-hero h1 {
    font-size: 2.35rem;
  }

  .programme-page-section {
    padding-top: 3.5rem;
  }

  .programme-poster {
    border-radius: 6px;
  }

  .president-portrait img {
    aspect-ratio: 5 / 4;
  }

  .images-hero {
    min-height: auto;
    padding: 4rem 1rem 4.5rem;
  }

  .images-hero h1 {
    font-size: 3rem;
  }

  .gallery-section {
    padding: 1rem 0.75rem 4rem;
  }

  .gallery-grid {
    grid-auto-rows: 150px;
    gap: 0.75rem;
  }

  .gallery-tile.is-wide,
  .gallery-tile.is-large {
    grid-column: span 2;
  }

  .gallery-tile.is-tall,
  .gallery-tile.is-large {
    grid-row: span 1;
  }

  .section,
  .page-hero,
  .partner-cta {
    padding: 4rem 1rem;
  }

  .visual-copy {
    padding: 3rem 1rem;
  }

  .visual-copy h2 {
    font-size: 1.7rem;
  }

  .visual-panel {
    min-height: 240px;
  }

  .experience-card,
  .day-card {
    min-height: auto;
  }

  .agenda-list li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .site-footer {
    padding: 0.75rem;
  }

  .footer-art {
    width: min(100%, 720px);
  }

  .footer-art img {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 460px) {
  .site-header {
    text-align: center;
  }

  .brand {
    justify-items: center;
  }

  .site-nav-list {
    gap: 0.48rem 0.7rem;
  }

  .site-nav-list a {
    font-size: 0.7rem;
  }

  .patronage-line {
    font-size: 1.55rem;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2rem;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-content,
  .page-hero,
  .section,
  .partner-cta {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }

  .facts {
    gap: 0;
  }

  .fact strong,
  .visit-details strong {
    font-size: 1.18rem;
  }

  .visual-panel {
    min-height: 210px;
  }

  .images-hero h1 {
    font-size: 2.2rem;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .gallery-grid {
    grid-auto-rows: 220px;
    grid-template-columns: 1fr;
  }

  .gallery-tile.is-wide,
  .gallery-tile.is-tall,
  .gallery-tile.is-large {
    grid-column: span 1;
    grid-row: span 1;
  }

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

  .lightbox-prev,
  .lightbox-next {
    grid-row: auto;
  }

  .lightbox-nav {
    width: 100%;
  }
}
