:root {
  color-scheme: light;
  --ink: #1e2725;
  --muted: #66736f;
  --line: #d9e1dc;
  --surface: #ffffff;
  --soft: #f3f7f4;
  --accent: #3c806c;
  --accent-dark: #245645;
  --gold: #c79b50;
  --rose: #b86f70;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fbfcfa;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 16px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(217, 225, 220, 0.9);
  background: rgba(251, 252, 250, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.brand strong,
footer strong {
  font-size: 17px;
}

nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #43514d;
  font-size: 14px;
  font-weight: 750;
}

nav a,
.header-cta,
.primary-button,
.secondary-button,
.text-link {
  text-decoration: none;
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 7px;
  padding: 0 16px;
  font-weight: 820;
}

.header-cta,
.primary-button {
  color: white;
  background: var(--accent);
}

.secondary-button {
  color: var(--accent-dark);
  border: 1px solid #9fc6b8;
  background: #eef8f4;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--accent-dark);
  font-weight: 820;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.9fr);
  gap: 34px;
  align-items: center;
  min-height: 760px;
  padding: 88px clamp(18px, 5vw, 60px) 52px;
  color: var(--ink);
  background: linear-gradient(135deg, #fff8f9, #eef8f4);
}

.hero-copy {
  max-width: 840px;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 12px 0 0;
  max-width: 780px;
  font-size: clamp(48px, 7vw, 84px);
  line-height: 0.96;
}

h2 {
  margin: 8px 0 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.04;
}

h3 {
  margin: 0;
  font-size: 22px;
}

.hero-copy > p {
  max-width: 690px;
  margin: 22px 0 0;
  color: #53605d;
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-panel {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.hero-panel img {
  display: block;
  width: 124px;
  height: 124px;
  margin-bottom: 18px;
  border-radius: 8px;
  object-fit: cover;
}

.hero-panel span {
  color: #f5dba7;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin-top: 12px;
  font-size: 24px;
}

.hero-panel p {
  margin: 10px 0 0;
  color: #edf6f0;
  line-height: 1.5;
}


.hero-visual,
.brand-story,
.reflection-card,
.founder-asset,
.sponsor-asset {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.hero-visual img,
.brand-story img,
.reflection-card img,
.founder-asset img,
.sponsor-asset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-visual {
  min-height: 560px;
  box-shadow: 0 24px 70px rgba(60, 86, 78, 0.18);
}

.hero-visual img,
.brand-story img,
.asset-panel img,
.resource-image img,
.reflection-card img,
.founder-asset img,
.sponsor-asset img {
  cursor: zoom-in;
}


.brand-story {
  margin: 0 clamp(18px, 4vw, 56px);
}

.reflection-card {
  max-width: 760px;
  margin-top: 28px;
}

.founder-asset {
  min-height: 640px;
}

.sponsor-asset {
  max-width: 1480px;
  margin: 0 auto;
}

.intro-section,
.band,
.split-section,
.resources-section,
.values-section,
.brand-story,
.sponsor-section,
.contact-section {
  padding: 76px clamp(18px, 6vw, 76px);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.intro-section > p,
.section-heading > p,
.copy-panel p,
.sponsor-section p,
.contact-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.band,
.values-section {
  background: var(--soft);
}

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

.feature-grid,
.resource-list,
.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-grid article,
.resource-list article,
.sponsor-grid article,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
}

.feature-grid span {
  color: var(--gold);
  font-weight: 900;
}

.feature-grid h3,
.resource-list h3,
.sponsor-grid h3 {
  margin-top: 14px;
}

.feature-grid p,
.resource-list p,
.sponsor-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(0, 0.92fr);
  gap: 40px;
  align-items: center;
}

.image-panel,
.asset-panel,
.founder-placeholder {
  min-height: 520px;
  border-radius: 8px;
  background: #dce7e1;
}

.asset-panel,
.resource-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
}

.asset-panel img,
.resource-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.copy-panel {
  max-width: 680px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #344541;
  font-weight: 760;
}

.check-list li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--accent);
}

.resource-showcase {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1fr);
  gap: 16px;
}

.resource-image {
  border-radius: 8px;
}

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

.value-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.value-row span {
  display: grid;
  place-items: center;
  min-height: 116px;
  border: 1px solid #b9c9c1;
  border-radius: 8px;
  color: var(--accent-dark);
  font-size: 22px;
  font-weight: 880;
  background: white;
}

.founder-section {
  background: #fff;
}

.founder-placeholder {
  display: grid;
  place-items: center;
  color: var(--accent-dark);
  font-weight: 850;
  background:
    linear-gradient(135deg, rgba(60, 128, 108, 0.86), rgba(184, 111, 112, 0.78)),
    url("https://images.unsplash.com/photo-1559757148-5c350d0d3c56?auto=format&fit=crop&w=1200&q=80") center / cover;
}

.founder-placeholder span {
  padding: 10px 14px;
  border-radius: 999px;
  color: white;
  background: rgba(0, 0, 0, 0.34);
}

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

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
  color: white;
  background: var(--accent-dark);
}

.contact-section .eyebrow {
  color: #f0c982;
}

.contact-card {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.contact-card a {
  display: block;
  color: white;
  font-size: 20px;
  font-weight: 850;
  text-decoration: none;
}

.contact-card a + a {
  margin-top: 10px;
}

.contact-card p {
  color: #d8e8df;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 6vw, 76px);
  color: #53605d;
  background: #f5f8f5;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .intro-section,
  .split-section,
  .contact-section,
  .resource-showcase {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .resource-list,
  .sponsor-grid,
  .value-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 620px;
    padding-top: 56px;
  }

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

  .feature-grid,
  .resource-list,
  .sponsor-grid,
  .value-row {
    grid-template-columns: 1fr;
  }

  .image-panel,
  .asset-panel,
  .founder-placeholder {
    min-height: 340px;
  }
}

body.modal-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 72px 24px 24px;
  background: rgba(20, 31, 28, 0.88);
}

.image-lightbox.open {
  display: grid;
}

.image-lightbox img {
  max-width: min(96vw, 1500px);
  max-height: 88vh;
  border-radius: 8px;
  background: white;
  object-fit: contain;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.32);
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 7px;
  padding: 0 14px;
  color: white;
  font: inherit;
  font-weight: 820;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 980px) {
  .hero,
  .resource-showcase,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .asset-panel,
  .resource-image,
  .founder-asset {
    min-height: 420px;
  }
}
