:root {
  --brand-blue: #27aee4;
  --brand-blue-dark: #118fc1;
  --ink: #10131a;
  --muted: #5a6270;
  --line: #dcecf4;
  --white: #ffffff;
  --soft: #f7fbfd;
  --shadow: 0 18px 45px rgba(9, 40, 58, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.65;
}

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

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

.site-header,
.site-footer {
  background: var(--brand-blue);
  color: #000;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 8px 26px rgba(17, 143, 193, 0.22);
}

.nav-wrap,
.footer-wrap,
.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.nav-wrap {
  width: min(1680px, calc(100% - 72px));
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  flex-wrap: wrap;
  padding: 16px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: min(100%, 430px);
  margin-right: auto;
}

.portrait-frame {
  width: 78px;
  height: 78px;
  border: 3px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  overflow: hidden;
  background: #e9f7fc;
  flex: 0 0 auto;
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.brand h1 {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 600;
}

.brand p {
  margin: 6px 0 0;
  font-weight: 600;
  font-size: clamp(14px, 1vw, 17px);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(24px, 2.4vw, 44px);
  flex-wrap: wrap;
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 17px);
  margin-left: auto;
}

.nav-links a {
  padding: 12px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a.active {
  border-color: #fff;
}

.flagged-page {
  position: relative;
  overflow: hidden;
}

.flagged-page::before {
  content: "";
  position: fixed;
  inset: 112px 0 0;
  background-image: url("../assets/Ind flag.png");
  background-repeat: no-repeat;
  background-position: center -40px;
  background-size: min(1320px, 124vw) auto;
  opacity: 0.22;
  pointer-events: none;
  z-index: -1;
}

.section {
  padding: 76px 0;
}

.section-tight {
  padding-top: 44px;
}

.page-heading .eyebrow {
  margin-bottom: 12px;
  font-size: clamp(14px, 1.4vw, 17px);
  font-weight: 400;
  letter-spacing: 0.12em;
}

.page-heading .title {
  margin-bottom: 20px;
  font-size: clamp(42px, 5.4vw, 68px);
  font-weight: 500;
  line-height: 1.04;
}

.page-heading .lead {
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.75;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brand-blue-dark);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 13px;
}

.title {
  margin: 0 0 16px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 600;
}

.lead {
  margin: 0;
  max-width: 710px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1942 / 809;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 800ms ease, transform 1200ms ease;
}

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

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  filter: saturate(1.08) contrast(1.05);
}

.hero-slide:first-child img {
  object-position: center center;
}

.hero-slide.image-banner {
  background: #fff;
}

.hero-slide.image-banner img {
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  filter: none;
}

.hero-slide.image-banner::after {
  display: none;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0.24));
}

.hero-copy {
  position: absolute;
  z-index: 2;
  left: max(30px, calc((100vw - 1180px) / 2));
  top: 50%;
  width: min(520px, calc(100% - 60px));
  transform: translateY(-50%);
  color: #fff;
}

.hero-copy h2 {
  margin: 0 0 16px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 600;
}

.hero-copy p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.hero-thumbs {
  position: absolute;
  z-index: 3;
  left: max(30px, calc((100vw - 1180px) / 2));
  bottom: 30px;
  display: flex;
  gap: 10px;
}

.hero-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: clamp(42px, 5vw, 76px);
  height: auto;
  border: 0;
  border-radius: 0;
  background: rgba(16, 19, 26, 0.04);
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  cursor: pointer;
  transform: none;
  transition: background 180ms ease, color 180ms ease;
}

.hero-arrow:hover {
  background: rgba(16, 19, 26, 0.18);
  color: #fff;
}

.hero-prev {
  left: 0;
}

.hero-next {
  right: 0;
}

.hero-thumb {
  width: 116px;
  height: 66px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  overflow: hidden;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.hero-thumb.is-active {
  border-color: #fff;
}

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

.quote-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
  gap: 64px;
}

.quote {
  margin: 0 0 28px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.2;
  font-weight: 600;
}

.candidate-card {
  position: relative;
  padding: 18px;
}

.candidate-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--brand-blue);
  border-radius: 42px 8px 42px 8px;
  transform: rotate(-2deg);
  box-shadow: var(--shadow);
}

.candidate-card img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center bottom;
  background: #f7f7f7;
  border-radius: 30px 8px 30px 8px;
}

.video-band {
  background: #0b1118;
  color: #fff;
  overflow: hidden;
}

.video-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.video-rail {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 14px;
}

.video-slider {
  position: relative;
  width: min(860px, calc(100% - 58px));
  margin: 0 auto;
}

.video-viewport {
  overflow: hidden;
}

.video-track {
  display: flex;
  gap: 0;
  transition: transform 600ms ease;
}

.video-card {
  flex: 0 0 100%;
  min-width: 100%;
  scroll-snap-align: start;
}

.video-card a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.34);
}

.video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(0.82) saturate(1.05);
}

.video-card a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 78px;
  height: 56px;
  background: #ff0000;
  border-radius: 14px;
  transform: translate(-50%, -50%);
}

.x-post-card a::before,
.x-post-card a::after {
  display: none;
}

.x-band {
  background: #f5fbfe;
  color: var(--ink);
}

.x-post-card a {
  background: #fff;
  border: 1px solid var(--line);
}

.x-post-shell {
  min-height: 405px;
  padding: clamp(26px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(39, 174, 228, 0.12), rgba(255, 255, 255, 0) 52%),
    #fff;
}

.x-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: #10131a;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

.x-post-shell h3 {
  position: static;
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
}

.x-post-shell p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.x-open {
  display: inline-flex;
  margin-top: 34px;
  color: var(--brand-blue-dark);
  font-weight: 600;
}

.video-card a::after {
  content: "";
  position: absolute;
  left: calc(50% + 4px);
  top: 50%;
  z-index: 3;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  transform: translate(-50%, -50%);
}

.video-card h3 {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.2;
}

.video-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(39, 174, 228, 0.92);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.video-arrow.prev {
  left: -58px;
}

.video-arrow.next {
  right: -58px;
}

.split-hero,
.story-row,
.initiative-row,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.initiative-row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 46px;
}

.initiative-row:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.initiatives-section {
  width: min(1320px, calc(100% - 40px));
}

.split-hero img,
.story-row img,
.initiative-row img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.initiative-row img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center center;
  background: transparent;
}

.story-row img.full-frame-img,
.achievement-item img.full-frame-img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center center;
  background: transparent;
  padding: 0;
}

.split-hero > img {
  width: min(100%, 500px);
  justify-self: center;
  align-self: start;
  margin-top: 8px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center top;
  background: transparent;
}

.story-row:nth-child(even) .story-copy,
.initiative-row:nth-child(even) .initiative-copy {
  order: 2;
}

.page-banner {
  min-height: 420px;
  display: grid;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.32)), var(--banner-image);
  background-size: cover;
  background-position: center;
}

.page-banner .lead {
  color: rgba(255, 255, 255, 0.86);
}

.achievement-page-banner {
  display: block;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.achievement-page-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.achievement-section {
  width: min(1580px, calc(100% - 40px));
}

.achievement-timeline {
  position: relative;
  display: grid;
  gap: 74px;
  padding-left: 46px;
}

.achievement-timeline .achievement-feature {
  margin-left: -24px;
  margin-right: -24px;
}

.achievement-timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  border-left: 2px dashed rgba(39, 174, 228, 0.45);
}

.achievement-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}

.achievement-item::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 18px;
  width: 18px;
  height: 18px;
  background: var(--brand-blue);
  border-radius: 50%;
}

.achievement-item:nth-child(even) .achievement-copy {
  order: -1;
}

.achievement-feature {
  grid-template-columns: minmax(0, 1.9fr) minmax(0, 0.65fr);
  gap: 26px;
}

.achievement-feature:nth-child(even) {
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.9fr);
}

.cinema-achievement {
  grid-template-columns: 1fr;
  gap: 28px;
}

.cinema-achievement .achievement-copy {
  max-width: 960px;
}

.achievement-item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center center;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.cinema-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #d9eef7;
  box-shadow: var(--shadow);
}

.cinema-gallery img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center center;
  transition: transform 420ms ease, filter 420ms ease;
}

.cinema-gallery figure:hover img {
  transform: none;
  filter: saturate(1.12) contrast(1.05);
}

.cinema-achievement::before {
  top: 26px;
}

.cinema-achievement .achievement-copy li strong {
  color: var(--ink);
  font-weight: 600;
}

.achievement-copy h3,
.story-copy h3,
.initiative-copy h3 {
  margin: 0 0 12px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
  font-weight: 600;
}

.achievement-copy p,
.story-copy p,
.initiative-copy p,
.contact-grid p {
  color: var(--muted);
  font-size: 18px;
}

.achievement-copy ul {
  padding-left: 0;
  list-style: none;
  color: var(--muted);
  font-size: 17px;
  display: grid;
  gap: 8px;
}

.achievement-copy li {
  position: relative;
  padding-left: 26px;
  margin: 0;
  line-height: 1.55;
}

.achievement-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-blue);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 82px;
  gap: 10px;
  margin-top: -30px;
}

.gallery-section {
  width: min(1480px, calc(100% - 28px));
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #f4fbfe;
  border: 2px solid #111;
  box-shadow: 0 12px 28px rgba(18, 62, 82, 0.1);
}

.gallery-item::before {
  content: "";
  display: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform 450ms ease, filter 450ms ease;
}

.gallery-item:hover img {
  transform: scale(1.03);
  filter: saturate(1.15) contrast(1.06);
}

.gallery-item::after {
  display: none;
  content: "";
}

.gallery-item {
  grid-column: span 4;
  grid-row: span 3;
}

.gallery-item:nth-child(7n + 1),
.gallery-item:nth-child(7n + 4) {
  grid-column: span 6;
  grid-row: span 4;
}

.gallery-item:nth-child(11n + 3) {
  grid-column: span 3;
  grid-row: span 5;
}

.gallery-item:nth-child(13n + 6) {
  grid-column: span 5;
  grid-row: span 4;
}

.gallery-item.wide {
  grid-column: span 6;
  grid-row: span 4;
}

.gallery-item.tall {
  grid-column: span 3;
  grid-row: span 5;
}

.gallery-item.large {
  grid-column: span 6;
  grid-row: span 5;
}

.initiative-row {
  margin: 38px 0 74px;
}

.initiative-row img {
  border: 14px solid var(--brand-blue);
  border-radius: 30px 8px 30px 8px;
}

.initiative-row:nth-child(even) img {
  border-color: var(--brand-blue-dark);
  border-radius: 8px 30px 8px 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--brand-blue);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 12px 26px rgba(39, 174, 228, 0.28);
}

.contact-card {
  padding: clamp(34px, 3vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.contact-section {
  width: min(1360px, calc(100% - 40px));
}

.contact-section .contact-grid {
  grid-template-columns: minmax(420px, 0.95fr) minmax(560px, 1.25fr);
  gap: clamp(40px, 5vw, 70px);
  align-items: center;
}

.contact-form-card {
  grid-column: 1 / -1;
  width: min(760px, 100%);
  justify-self: center;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.form-frame {
  display: block;
  width: 100%;
  min-height: 760px;
  border: 0;
}

.form-open-link {
  display: none;
  margin: 0 18px 18px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--brand-blue);
  color: #000;
  font-weight: 600;
}

.contact-card dl {
  margin: 0;
}

.contact-card dt {
  color: var(--brand-blue-dark);
  font-weight: 600;
  margin-top: 18px;
}

.contact-card dt:first-child {
  margin-top: 0;
}

.contact-card dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.map-frame {
  width: 100%;
  min-height: 430px;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-map-wrap {
  grid-column: auto;
  width: 100%;
  justify-self: stretch;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-map {
  display: block;
  width: 100%;
  min-height: 380px;
  border-radius: 0;
  box-shadow: none;
  pointer-events: none;
}

.map-open-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.34));
}

.map-open-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(12, 37, 52, 0.2);
}

.social-rail {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 60;
  transform: translate(76%, -50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px 10px;
  border-radius: 16px 0 0 16px;
  background: rgba(39, 174, 228, 0.52);
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 36px rgba(9, 40, 58, 0.08);
  transition: transform 260ms ease;
}

.social-rail.is-peeking,
.social-rail:hover,
.social-rail:focus-within {
  transform: translateY(-50%);
}

.social-rail a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  transition: transform 180ms ease, background 180ms ease;
}

.social-rail svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.social-rail a:hover {
  transform: translateX(-4px);
  background: rgba(255, 255, 255, 0.28);
}

.site-footer {
  margin-top: 40px;
  padding-bottom: 18px;
}

.footer-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  padding: 48px 0;
  align-items: center;
}

.footer-wrap h2 {
  margin: 0 0 12px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.footer-wrap p {
  margin: 5px 0;
  font-weight: 600;
}

.footer-credit {
  width: min(1180px, calc(100% - 40px));
  margin: -16px auto 0;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.82;
  text-align: center;
}

.footer-links {
  display: grid;
  justify-content: end;
  gap: 9px;
  font-weight: 600;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@media (max-width: 1100px) {
  .achievement-item,
  .initiative-row {
    grid-template-columns: 1fr !important;
  }

  .achievement-item:nth-child(even) .achievement-copy,
  .initiative-row:nth-child(even) .initiative-copy {
    order: initial !important;
  }

  .achievement-timeline .achievement-feature,
  .initiative-row {
    margin-left: 0;
    margin-right: 0;
  }

  .achievement-item img,
  .initiative-row img {
    width: 100%;
    max-width: 760px;
    justify-self: center;
  }
}

@media (max-width: 1500px) {
  .achievement-item,
  .initiative-row {
    grid-template-columns: 1fr !important;
  }

  .achievement-item > img,
  .initiative-row > img {
    order: 0 !important;
    width: 100%;
    max-width: 760px;
    justify-self: center;
  }

  .achievement-item > .achievement-copy,
  .initiative-row > .initiative-copy {
    order: 1 !important;
  }

  .achievement-timeline .achievement-feature,
  .initiative-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .achievement-item:nth-child(even) .achievement-copy,
  .initiative-row:nth-child(even) .initiative-copy {
    order: 1 !important;
  }
}

@media (max-width: 900px) {
  .nav-wrap,
  .footer-wrap,
  .quote-intro,
  .split-hero,
  .story-row,
  .initiative-row,
  .contact-grid,
  .achievement-item {
    grid-template-columns: 1fr;
  }

  .nav-wrap {
    min-height: auto;
    padding: 12px 0;
    gap: 16px;
  }

  .brand {
    gap: 12px;
  }

  .brand h1 {
    font-size: clamp(24px, 6vw, 34px);
  }

  .brand p {
    margin-top: 3px;
    font-size: clamp(12px, 3.1vw, 15px);
  }

  .portrait-frame {
    width: 58px;
    height: 58px;
  }

  .contact-section .contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .contact-form-card,
  .contact-map-wrap {
    width: 100%;
    min-width: 0;
  }

  .form-frame {
    min-height: 820px;
  }

  .form-open-link {
    display: flex;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 8px 18px;
    font-size: 14px;
  }

  .nav-links a {
    padding: 7px 0;
  }

  .split-hero > img {
    order: 0;
  }

  .split-hero > .page-heading {
    order: 1;
  }

  .quote-intro {
    gap: 32px;
  }

  .candidate-card {
    max-width: 460px;
  }

  .story-row:nth-child(even) .story-copy,
  .initiative-row:nth-child(even) .initiative-copy,
  .achievement-item:nth-child(even) .achievement-copy {
    order: initial;
  }

  .achievement-timeline .achievement-feature {
    margin-left: 0;
    margin-right: 0;
  }

  .initiative-row {
    margin-left: 0;
    margin-right: 0;
  }

  .achievement-item img,
  .initiative-row img {
    width: 100%;
    max-width: 720px;
    justify-self: center;
    border-width: 8px;
  }

  .achievement-item img.mobile-fill-img,
  .initiative-row img.mobile-fill-img {
    object-fit: cover;
    object-position: center center;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 210px;
    gap: 10px;
    min-height: 0;
    margin-top: 0;
  }

  .gallery-grid .gallery-item,
  .gallery-item:nth-child(n + 22) {
    grid-column: span 1;
    grid-row: span 1;
    width: auto;
    height: auto;
    margin: 0;
    display: block;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .cinema-gallery {
    gap: 12px;
  }
}

@media (max-width: 720px) {
  .hero-copy {
    width: calc(100% - 108px);
  }

  .video-slider {
    width: calc(100% - 96px);
  }

  .video-arrow.prev {
    left: -48px;
  }

  .video-arrow.next {
    right: -48px;
  }
}

@media (max-width: 560px) {
  .nav-wrap,
  .footer-wrap,
  .section {
    width: min(100% - 26px, 1180px);
  }

  .gallery-section {
    width: calc(100% - 14px);
  }

  .achievement-item img,
  .initiative-row img {
    border-width: 5px;
    border-radius: 18px 6px 18px 6px;
  }

  .initiative-row:nth-child(even) img {
    border-radius: 6px 18px 6px 18px;
  }

  .brand {
    min-width: 0;
    width: 100%;
  }

  .nav-links {
    font-size: 12px;
    gap: 6px 14px;
    line-height: 1.2;
  }

  .portrait-frame {
    width: 48px;
    height: 48px;
  }

  .brand h1 {
    font-size: clamp(22px, 7vw, 30px);
  }

  .brand p {
    font-size: 12px;
  }

  .hero-thumbs {
    display: none;
  }

  .social-rail {
    padding: 10px 7px;
    gap: 8px;
  }

  .social-rail a {
    width: 30px;
    height: 30px;
  }

  .social-rail svg {
    width: 16px;
    height: 16px;
  }

  .video-slider {
    width: calc(100% - 74px);
  }

  .video-arrow {
    width: 38px;
    height: 38px;
    font-size: 25px;
  }

  .video-arrow.prev {
    left: -38px;
  }

  .video-arrow.next {
    right: -38px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
    gap: 9px;
  }

  .cinema-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-grid .gallery-item,
  .gallery-item:nth-child(n + 22) {
    grid-column: span 1;
    grid-row: span 1;
    height: auto;
  }

  .achievement-timeline {
    padding-left: 18px;
  }

  .achievement-timeline::before {
    left: 7px;
  }

  .achievement-item::before {
    left: -20px;
    top: 14px;
    width: 14px;
    height: 14px;
  }
}
