:root {
  --blue: #005aa7;
  --sky: #1ca0d8;
  --yellow: #ffc400;
  --green: #13a33a;
  --orange: #f45b10;
  --pink: #d72b77;
  --paper: #fffdf8;
  --ink: #14314e;
  --muted: #486177;
  --soft: #eaf7ff;
  --grey: #d9d9d6;
  --shadow: 0 18px 40px rgba(17, 49, 77, .13);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Nunito", Arial, sans-serif; background: var(--paper); color: var(--ink); line-height: 1.55; }
section { scroll-margin-top: 120px; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link, .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip-link:focus { width: auto; height: auto; clip: auto; left: 1rem; top: 1rem; z-index: 30; background: #fff; padding: .75rem 1rem; border: 3px solid var(--blue); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.95); border-bottom: 4px solid var(--yellow); backdrop-filter: blur(14px); }
.nav-shell { max-width: 1240px; margin: 0 auto; padding: .45rem clamp(1rem, 4vw, 2rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand img { width: auto; height: 78px; }
.site-menu { display: flex; align-items: center; gap: .25rem; font-weight: 900; }
.site-menu a { text-decoration: none; padding: .7rem .85rem; border-radius: var(--radius); }
.site-menu a:hover, .site-menu a:focus-visible, .site-menu .active { background: var(--soft); outline: none; }
.site-menu .nav-cta { background: var(--blue); color: #fff; }
.site-menu .nav-cta.active, .site-menu .nav-cta:hover { background: var(--pink); color: #fff; }
.nav-toggle { display: none; width: 44px; height: 42px; border: 2px solid var(--blue); border-radius: var(--radius); background: #fff; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 3px; margin: 4px auto; background: var(--blue); border-radius: 99px; }

h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: 0; font-weight: 900; }
h1 { font-size: clamp(2.35rem, 3.55vw, 3.95rem); color: var(--blue); max-width: 13.75em; }
h2 { font-size: clamp(1.8rem, 2.55vw, 2.85rem); color: var(--blue); }
h3 { font-size: clamp(1.25rem, 1.7vw, 1.65rem); color: var(--blue); }
p { font-size: 1.08rem; }
.lead { font-size: clamp(1.08rem, 1.35vw, 1.25rem); max-width: 52rem; color: var(--muted); margin-top: 1.25rem; }
.eyebrow { margin: 0 0 .75rem; color: var(--pink); text-transform: uppercase; font-weight: 900; font-size: .9rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1.15rem; border: 3px solid var(--blue); border-radius: var(--radius); text-decoration: none; font-weight: 900; font: inherit; cursor: pointer; }
.button.primary { background: var(--blue); color: #fff; }
.button.secondary { background: #fff; color: var(--blue); }
.button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: var(--shadow); outline: none; }
.text-link { color: var(--blue); font-weight: 900; }

.home-hero { max-width: 1320px; min-height: calc(100vh - 84px); margin: 0 auto; padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 4vw, 2rem); display: grid; grid-template-columns: minmax(500px, .82fr) minmax(460px, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.hero-text { position: relative; z-index: 1; }
.hero-text h1,
.page-hero h1 { margin-bottom: 1.25rem; }
.hero-text::before { content: none; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.5rem; }
.image-free { display: flex; align-items: center; justify-content: center; }
.hero-image img { width: min(100%, 720px); filter: drop-shadow(0 22px 28px rgba(17,49,77,.14)); }
.hero-video-shell {
  width: min(100%, 590px);
  justify-self: center;
  align-self: start;
  margin-top: 2.35rem;
  height: clamp(350px, 28vw, 430px);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-logo-shell {
  width: min(100%, 350px);
  justify-self: center;
  align-self: start;
  margin-top: 0;
}
.hero-logo-shell img {
  width: 100%;
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(17,49,77,.15));
}

.about-band { background: var(--soft); color: var(--ink); padding: clamp(2.35rem, 4.5vw, 3.75rem) clamp(1rem, 4vw, 2rem); display: grid; grid-template-columns: minmax(260px, 395px) minmax(0, 760px); justify-content: center; gap: clamp(1.75rem, 5vw, 4rem); align-items: center; }
.about-band > * { min-width: 0; }
.about-band h2 { color: var(--blue); }
.about-band .eyebrow { color: var(--pink); }
.about-art { justify-self: end; align-self: center; padding-bottom: 0; }
.about-art img { width: min(100%, 395px); max-height: 440px; display: block; filter: drop-shadow(0 18px 22px rgba(17,49,77,.14)); }
.about-text { display: grid; gap: 1.15rem; max-width: 760px; }
.about-band h2 { max-width: 15em; }
.about-band p:last-child { max-width: 46rem; font-size: clamp(1.05rem, 1.35vw, 1.22rem); font-weight: 800; }

.mission-vision { max-width: 1180px; margin: 0 auto; padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 4vw, 2rem); display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.flip-card { perspective: 1200px; min-height: 300px; border-radius: var(--radius); outline: none; }
.flip-inner { position: relative; width: 100%; height: 100%; min-height: inherit; transform-style: preserve-3d; transition: transform .45s ease; }
.flip-card:hover .flip-inner,
.flip-card:focus-visible .flip-inner { transform: rotateY(180deg); }
.flip-face { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(1.35rem, 3vw, 2.4rem); border-radius: var(--radius); box-shadow: var(--shadow); backface-visibility: hidden; }
.flip-back { transform: rotateY(180deg); background: var(--blue); color: #fff; }
.flip-back p { margin: 0; color: #fff; font-weight: 900; font-size: clamp(1.1rem, 1.7vw, 1.35rem); }
.mission-vision article:first-child .flip-front { background: var(--sky); color: #fff; }
.mission-vision article:first-child .flip-front h2,
.mission-vision article:first-child .flip-front .eyebrow { color: #fff; }
.mission-vision article:last-child .flip-front { background: var(--green); color: #fff; }
.mission-vision article:last-child .flip-front h2,
.mission-vision article:last-child .flip-front .eyebrow { color: #fff; }
.mission-vision article:last-child .flip-back { background: #7eba4a; color: #fff; }
.mission-vision article:last-child .flip-back p { color: #fff; }

.values-section { padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 4vw, 2rem) clamp(4.25rem, 7vw, 6.5rem); background: var(--soft); }
.section-heading { max-width: 880px; margin: 0 auto 2rem; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.values-row { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .85rem; }
.values-row .value-card { min-height: 230px; }
.value-card .flip-face { border-top: 8px solid var(--pink); background: #fff; text-align: center; align-items: center; }
.value-card:nth-child(2) .flip-face { border-color: var(--orange); }
.value-card:nth-child(3) .flip-face { border-color: var(--yellow); }
.value-card:nth-child(4) .flip-face { border-color: var(--green); }
.value-card:nth-child(5) .flip-face { border-color: var(--blue); }
.value-card .flip-back { background: var(--blue); border-top-color: var(--blue); padding: 1rem; overflow: auto; }
.value-card .flip-back p { font-size: clamp(.86rem, 1vw, .98rem); line-height: 1.35; font-weight: 800; }
.values-row h3 { font-size: clamp(1.22rem, 1.45vw, 1.55rem); line-height: 1.12; }
.values-row span { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 1.35rem; line-height: 1; font-weight: 900; margin: 0 auto .9rem; }
.values-heart { display: block; width: clamp(54px, 5vw, 78px); margin: clamp(1.9rem, 3.2vw, 3rem) auto 0; filter: drop-shadow(0 12px 18px rgba(17,49,77,.14)); }

.ceo-intro { max-width: 1120px; margin: 0 auto; padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 2rem); display: grid; grid-template-columns: 300px 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.ceo-intro img { width: 100%; aspect-ratio: 4 / 4.5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.role { margin: .35rem 0 1rem; color: var(--pink); font-weight: 900; text-transform: uppercase; font-size: .95rem; }

.page-hero { max-width: 1320px; margin: 0 auto; padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 4vw, 2rem); display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .92fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.page-hero > div:first-child,
.hero-text { display: flex; flex-direction: column; justify-content: center; }
.page-hero img { max-height: 470px; margin: 0 auto; filter: drop-shadow(0 20px 26px rgba(17,49,77,.14)); }
.story-hero-video-shell { width: min(100%, 480px); justify-self: center; align-self: start; margin-top: 2.15rem; border-radius: var(--radius); overflow: hidden; background: var(--paper); box-shadow: var(--shadow); }
.story-hero-video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.story-hero-image-shell { width: min(100%, 430px); justify-self: center; align-self: center; margin-top: -1rem; transform: translateX(-28px); }
.story-hero-image-shell img { width: 100%; max-height: 340px; object-fit: contain; filter: drop-shadow(0 18px 22px rgba(17,49,77,.12)); }
.compact-hero img { max-height: 360px; }
.story-panel { padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 4vw, 2rem); }
.story-panel > * { max-width: 1120px; margin-left: auto; margin-right: auto; }
.story-stage { display: grid; grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.story-stage > * { max-width: none; margin: 0; }
.story-copy { max-width: 760px; }
.story-panel h2 { max-width: 760px; margin-bottom: 1.35rem; }
.story-visual { justify-self: center; width: min(100%, 430px); }
.story-visual img { width: 100%; filter: drop-shadow(0 18px 24px rgba(17,49,77,.16)); }
.problem-stage .story-visual { overflow: visible; border-radius: 0; transform: none; width: min(100%, 500px); }
.problem-stage .story-visual img {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  filter: drop-shadow(0 18px 24px rgba(31,31,31,.18)) contrast(.98);
}
.grey-world-visual { padding: 0; background: transparent; box-shadow: none; border-radius: 0; transform: none; }
.solution-stage .story-visual { width: min(100%, 470px); }
.solution-stage .story-visual img { display: block; width: 100%; border-radius: 0; border: 0; background: transparent; box-shadow: none; filter: drop-shadow(0 20px 26px rgba(0,90,167,.16)); }
.colour-door-visual { position: relative; padding: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; }
.plan-stage .story-visual { position: relative; padding: 0; border-radius: 0; background: transparent; box-shadow: none; transform: translateX(24px); width: min(100%, 540px); }
.plan-stage .story-visual img { display: block; width: 100%; aspect-ratio: auto; object-fit: contain; border-radius: 0; border: 0; box-shadow: none; filter: drop-shadow(0 20px 26px rgba(17,49,77,.2)); mix-blend-mode: normal; }
.story-points { display: grid; gap: .85rem; }
.story-points article { display: grid; grid-template-columns: 54px 1fr; gap: .9rem; align-items: start; padding: 1rem; border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: 0 8px 18px rgba(17,49,77,.08); }
.story-points span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 900; }
.story-points p { margin: 0; font-size: 1.08rem; }
.blue-panel-text .story-points article { background: rgba(255,255,255,.12); }
.blue-panel-text .story-points span { background: var(--yellow); color: var(--ink); }
.blue-panel-text .story-points p { color: #fff; }
.yellow-panel-text .story-points article { background: rgba(255,255,255,.18); border-left: 8px solid var(--yellow); box-shadow: 0 14px 26px rgba(0,90,167,.16); backdrop-filter: blur(4px); }
.yellow-panel-text .story-points article:nth-child(2) { border-left-color: var(--pink); }
.yellow-panel-text .story-points article:nth-child(3) { border-left-color: #7eba4a; }
.yellow-panel-text .story-points span { background: #fff; color: var(--blue); }
.yellow-panel-text .story-points p { color: #fff; }
.grey-panel { background: #d8d8d4; color: #202020; }
.problem-stage h2,
.problem-stage .eyebrow { color: #202020; }
.problem-stage .story-points article { background: rgba(245,245,242,.74); box-shadow: 0 12px 22px rgba(31,31,31,.12); }
.problem-stage .story-points span { background: #2f2f2d; color: #fff; }
.problem-stage .story-points p { color: #202020; }
.blue-panel-text { position: relative; overflow: hidden; background: #fff; color: var(--ink); }
.blue-panel-text::before,
.blue-panel-text::after { content: none; }
.solution-stage > * { position: relative; z-index: 1; }
.blue-panel-text h2, .blue-panel-text .eyebrow { color: var(--blue); }
.solution-stage .story-points article { background: rgba(255,255,255,.88); box-shadow: 0 12px 24px rgba(0,90,167,.12); backdrop-filter: blur(4px); }
.solution-stage .story-points span { background: var(--blue); color: #fff; }
.solution-stage .story-points p { color: var(--ink); }
.yellow-panel-text { position: relative; overflow: hidden; background: var(--sky); color: #fff; }
.yellow-panel-text::before { content: none; }
.yellow-panel-text > * { position: relative; z-index: 1; }
.yellow-panel-text h2 { color: #fff; text-shadow: 0 2px 12px rgba(0,90,167,.16); }
.yellow-panel-text .eyebrow { color: var(--yellow); }

.team-hero { padding-bottom: clamp(2rem, 4vw, 3rem); align-items: center; }
.team-hero .hero-copy { max-width: 44rem; color: var(--muted); font-size: clamp(1.02rem, 1.28vw, 1.18rem); margin-top: 1.25rem; }
.team-hero h1 { max-width: 14.5em; }
.team-hero-art { width: min(100%, 540px); max-height: 360px; justify-self: center; align-self: center; overflow: hidden; display: flex; align-items: flex-start; justify-content: center; }
.team-hero-art img { width: 100%; height: auto; max-height: none; aspect-ratio: auto; margin-top: -3.4rem; filter: drop-shadow(0 20px 26px rgba(17,49,77,.14)); }
.team-section { max-width: 1280px; margin: 0 auto; padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 2rem); }
.profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.35rem); }
.team-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.profile-card { background: #fff; border-radius: var(--radius); padding: 1rem; display: grid; grid-template-columns: 178px minmax(0, 1fr); gap: 1rem; align-items: start; box-shadow: 0 10px 28px rgba(17,49,77,.1); border-bottom: 7px solid var(--blue); }
.profile-card.featured-profile { border-bottom-color: var(--pink); }
.team-two .profile-card { grid-template-columns: 260px minmax(0, 1fr); min-height: auto; }
.profile-media { position: relative; height: 220px; overflow: hidden; border-radius: calc(var(--radius) - 2px); background: #fff; box-shadow: inset 0 0 0 2px rgba(0,90,167,.08); }
.team-two .profile-media { height: 300px; }
.profile-media img,
.profile-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.profile-media .portrait-oliver { transform: scale(1.48); object-position: center 35%; }
.profile-summary { min-height: 0; }
.team-two .profile-summary { min-height: 284px; display: flex; flex-direction: column; align-items: flex-start; }
.profile-card h3 { margin-bottom: .65rem; }
.profile-card p { margin-top: .5rem; color: var(--muted); font-size: .93rem; line-height: 1.42; }
.team-two .profile-card p { font-size: .9rem; line-height: 1.38; }
.profile-linkedin { display: inline-flex; align-items: center; margin-top: auto; color: var(--blue); text-decoration: none; }
.profile-linkedin img { width: 28px; height: 28px; object-fit: contain; border-radius: 7px; filter: drop-shadow(0 6px 10px rgba(17,49,77,.16)); transition: transform .18s ease; }
.profile-linkedin:hover img,
.profile-linkedin:focus-visible img { transform: translateY(-2px); }
.no-photo { grid-template-columns: 120px 1fr; align-items: center; background: var(--soft); }
.initials { width: 110px; height: 110px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: var(--blue); font-size: 2.4rem; font-weight: 900; }

.contact-page, .donation-hero { max-width: 1180px; margin: 0 auto; padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 4vw, 2rem); display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-page h1,
.donation-hero h1 { font-size: clamp(2.35rem, 3.2vw, 3.45rem); max-width: 11.5em; }
.contact-page > div:first-child { display: flex; flex-direction: column; }
.contact-art-crop { width: min(470px, 88%); height: clamp(280px, 29vw, 360px); margin-top: .75rem; overflow: hidden; align-self: flex-start; }
.contact-art { display: block; width: 100%; margin-top: -5.9rem; filter: drop-shadow(0 18px 22px rgba(17,49,77,.13)); }
.contact-form { display: grid; gap: 1rem; background: var(--soft); padding: clamp(1rem, 3vw, 2rem); border-radius: var(--radius); box-shadow: var(--shadow); }
label { display: grid; gap: .4rem; color: var(--blue); font-weight: 900; }
input, textarea, select { width: 100%; min-height: 48px; border: 2px solid #b4d9ec; border-radius: var(--radius); padding: .8rem; background: #fff; color: var(--ink); font: inherit; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 3px solid var(--yellow); border-color: var(--blue); }
.donation-hero img { width: min(470px, 88%); margin: 0 auto 0 0; align-self: center; transform: translate(-1.25rem, -2.15rem); filter: drop-shadow(0 20px 24px rgba(17,49,77,.12)); }
.donation-grid { max-width: 1180px; margin: clamp(-5.5rem, -7vw, -2.5rem) auto 0; padding: 0 clamp(1rem, 4vw, 2rem) clamp(3rem, 7vw, 6rem); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.donation-grid article { background: #fff; border-radius: var(--radius); padding: 1.4rem; box-shadow: 0 10px 24px rgba(17,49,77,.09); border-top: 8px solid var(--green); display: flex; flex-direction: column; }
.donation-grid h2 { min-height: 2.25em; margin-bottom: 1rem; font-size: clamp(2rem, 2.45vw, 2.65rem); max-width: none; display: flex; align-items: flex-start; }
.donation-grid p { margin-top: 0; }
.donation-grid article:nth-child(2) { border-color: var(--pink); }
.donation-grid article:nth-child(3) { border-color: var(--orange); }

.news-hero { align-items: center; }
.news-hero .hero-copy { max-width: 44rem; color: var(--muted); font-size: clamp(1.08rem, 1.35vw, 1.2rem); margin-top: 1.2rem; }
.news-hero-art { width: min(100%, 430px); justify-self: center; }
.news-hero-art img { width: 100%; max-height: none; filter: drop-shadow(0 20px 28px rgba(17,49,77,.14)); }
.news-section { max-width: 1240px; margin: 0 auto; padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 4vw, 2rem) clamp(3rem, 7vw, 6rem); }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.35rem); }
.news-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 14px 32px rgba(17,49,77,.11); border-top: 8px solid var(--green); display: flex; flex-direction: column; }
.news-card:nth-child(2) { border-top-color: var(--pink); }
.news-card:nth-child(3) { border-top-color: var(--orange); }
.news-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--soft); }
.news-card-copy { padding: 1.25rem 1.3rem 1.45rem; display: flex; flex-direction: column; gap: .65rem; }
.news-label { margin: 0; color: var(--pink); text-transform: uppercase; font-weight: 900; font-size: .85rem; }
.news-card h3 { font-size: clamp(1.4rem, 1.9vw, 1.85rem); }
.news-card p { margin: 0; }
.news-callout { max-width: 1120px; margin: 0 auto clamp(3rem, 7vw, 5rem); padding: clamp(1.4rem, 3vw, 2rem); border-radius: var(--radius); background: var(--blue); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.25rem; align-items: center; box-shadow: var(--shadow); }
.news-callout h2,
.news-callout p,
.news-callout .eyebrow { color: #fff; }
.news-callout p:not(.eyebrow) { margin-bottom: 0; max-width: 44rem; }
.news-callout .button { background: #fff; color: var(--blue); border-color: #fff; white-space: nowrap; }

.site-footer { padding: clamp(1.8rem, 3.2vw, 2.4rem) clamp(1rem, 5vw, 3rem); background: var(--blue); color: #fff; border-top: 8px solid var(--orange); text-align: left; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: minmax(240px, .8fr) minmax(320px, 1.2fr); gap: clamp(2rem, 6vw, 5rem); align-items: end; }
.footer-logo { width: 106px; margin-bottom: .35rem; filter: drop-shadow(0 12px 18px rgba(0,0,0,.18)); }
.footer-brand p,
.footer-details p { margin: 0; font-weight: 800; color: #fff; }
.footer-brand { display: grid; gap: .85rem; }
.footer-brand .copyright { opacity: .86; font-weight: 700; }
.footer-details { display: grid; gap: .85rem; justify-items: end; text-align: right; padding-top: 0; }
.footer-details nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem 1rem; font-weight: 900; }
.footer-details a { color: #fff; text-decoration: none; }
.footer-details a:hover,
.footer-details a:focus-visible { color: var(--yellow); outline: none; }
.linkedin-link { display: inline-flex; align-items: center; gap: .55rem; font-weight: 900; }
.linkedin-link img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(0,0,0,.15)); }

@media (max-width: 980px) {
  .home-hero, .about-band, .mission-vision, .ceo-intro, .page-hero, .team-two, .contact-page, .donation-hero { grid-template-columns: 1fr; }
  .about-art { justify-self: center; }
  .home-hero { min-height: auto; }
  h1 { max-width: 16ch; }
  .hero-video-shell,
  .story-hero-video-shell,
  .story-hero-image-shell { margin-top: 0; transform: none; }
  .hero-video-shell { height: auto; }
  .hero-video { height: auto; aspect-ratio: 16 / 9; }
  .values-row, .donation-grid, .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-grid,
  .team-two { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-details { justify-items: start; text-align: left; padding-top: 0; }
  .footer-details nav { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .site-menu { position: absolute; top: calc(100% + .5rem); left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; background: #fff; border: 3px solid var(--blue); border-radius: var(--radius); padding: .75rem; box-shadow: var(--shadow); }
  .site-menu.open { display: flex; }
  .values-row, .mission-vision, .donation-grid, .news-grid, .news-callout { grid-template-columns: 1fr; }
  .news-callout .button { justify-self: start; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-card,
  .team-two .profile-card { grid-template-columns: 1fr; }
  .profile-media,
  .team-two .profile-media { height: 330px; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.65rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
}
