:root {
  --ink: #111813;
  --muted: #5b665f;
  --cream: #fff8ea;
  --sand: #f3e4c2;
  --gold: #e7a928;
  --green: #185c37;
  --deep-green: #0b2f20;
  --terracotta: #c7522f;
  --orange: #f47b32;
  --white: #ffffff;
  --line: rgba(17, 24, 19, 0.13);
  --shadow: 0 24px 70px rgba(11, 47, 32, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
}

a {
  color: inherit;
}

img,
svg {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(11, 47, 32, 0.92);
  color: var(--white);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: var(--deep-green);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  margin-top: 2px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.site-nav .nav-cta {
  background: var(--gold);
  color: var(--deep-green);
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 10px 14px;
  background: transparent;
  color: var(--white);
  font: inherit;
  font-weight: 800;
}

.section-pad {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 76px);
}

.hero,
.org-hero {
  display: grid;
  min-height: calc(100vh - 81px);
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 6vw, 78px);
  background:
    radial-gradient(circle at 78% 20%, rgba(231, 169, 40, 0.25), transparent 28%),
    linear-gradient(140deg, rgba(11, 47, 32, 0.94) 0%, rgba(24, 92, 55, 0.88) 48%, rgba(255, 248, 234, 0.92) 48.2%, rgba(255, 248, 234, 0.98) 100%),
    repeating-linear-gradient(45deg, rgba(199, 82, 47, 0.16) 0 8px, transparent 8px 20px);
}

.org-hero {
  position: relative;
  min-height: 760px;
  background:
    radial-gradient(circle at 80% 15%, rgba(231, 169, 40, 0.28), transparent 24%),
    linear-gradient(135deg, rgba(11, 47, 32, 0.96) 0%, rgba(24, 92, 55, 0.9) 54%, rgba(255, 248, 234, 0.98) 54.2%, rgba(255, 248, 234, 0.98) 100%);
}

.hero-content {
  color: var(--white);
}

.hero-image-stack {
  position: relative;
  min-height: 620px;
}

.hero-qr-card {
  position: absolute;
  top: clamp(58px, 8vw, 112px);
  right: clamp(150px, 13vw, 250px);
  z-index: 3;
  display: grid;
  gap: 8px;
  justify-items: center;
  width: clamp(132px, 14vw, 190px);
  border: 10px solid var(--white);
  border-radius: 24px;
  padding: 10px 10px 12px;
  background: var(--white);
  color: var(--deep-green);
  box-shadow: 0 18px 50px rgba(11, 47, 32, 0.24);
}

.hero-qr-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.hero-qr-card span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-image-main,
.split-media img,
.work-card img,
.event-photo-card img,
.event-value-grid img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.hero-image-main {
  height: 620px;
  border: 12px solid var(--white);
  border-radius: 38px;
  box-shadow: var(--shadow);
}

.hero-proof-card {
  position: absolute;
  right: -18px;
  bottom: 42px;
  max-width: 300px;
  border-radius: 26px;
  padding: 24px;
  background: var(--deep-green);
  color: var(--white);
  box-shadow: 0 18px 50px rgba(11, 47, 32, 0.28);
}

.hero-proof-card strong,
.hero-proof-card span {
  display: block;
}

.hero-proof-card strong {
  margin-bottom: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.hero-proof-card span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow,
.org-hero .eyebrow,
.event-band .eyebrow,
.event-poster .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 840px;
  margin-bottom: 24px;
  font-size: clamp(56px, 9vw, 128px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5vw, 72px);
}

h3 {
  font-size: clamp(21px, 2.4vw, 30px);
  line-height: 1.05;
}

.hero-copy {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.org-hero .hero-copy {
  color: var(--gold);
  font-weight: 700;
}

.org-hero .button.primary,
.org-hero .button.ghost {
  color: #0b4f8a;
}

.org-hero .button.ghost {
  color: var(--gold);
  border-color: rgba(11, 79, 138, 0.45);
}

.hero-actions,
.footer-links,
.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--deep-green);
  color: var(--white);
}

.hero .button.primary,
.org-hero .button.primary,
.event-side-card .button.primary {
  background: var(--gold);
  color: var(--deep-green);
}

.button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.button.light {
  background: var(--cream);
  color: var(--deep-green);
}

.hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 19, 0.1);
  border-radius: 34px;
  padding: clamp(28px, 4vw, 44px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-card::before,
.event-poster::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 12px;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--terracotta));
}

.card-kicker,
.theme-pill {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(231, 169, 40, 0.16);
  color: var(--deep-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-kicker {
  margin: 8px 0 18px;
  padding: 8px 12px;
}

.theme-pill {
  padding: 10px 14px;
}

.hero-card h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.hero-card a {
  color: var(--green);
  font-weight: 900;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: var(--white);
}

.org-priorities strong {
  font-size: clamp(28px, 3.4vw, 46px);
}

.stats-strip div {
  min-height: 190px;
  padding: 32px;
  border-right: 1px solid var(--line);
}

.stats-strip div:last-child {
  border-right: 0;
}

.stats-strip strong {
  display: block;
  margin-bottom: 18px;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(31px, 4vw, 54px);
  line-height: 0.95;
}

.stats-strip span,
.body-copy,
.feature-card p,
.insights p,
.join-card p,
.site-footer p,
.event-details p,
.event-side-card p,
.event-poster p {
  color: var(--muted);
  line-height: 1.65;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.body-copy {
  font-size: 19px;
}

.image-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
}

.split-media img {
  height: clamp(420px, 55vw, 660px);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.split-copy p:not(.eyebrow),
.partner-copy {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.conversion-band,
.rsvp-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background: var(--terracotta);
  color: var(--white);
}

.conversion-band p:not(.eyebrow),
.rsvp-band p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.65;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  background: #f8ecd4;
}

.work-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 16px 45px rgba(11, 47, 32, 0.08);
}

.work-card img {
  height: 290px;
}

.work-card div {
  padding: 28px;
}

.work-card p {
  color: var(--muted);
  line-height: 1.65;
}

.member-form-section {
  background:
    linear-gradient(rgba(255, 248, 234, 0.88), rgba(255, 248, 234, 0.88)),
    radial-gradient(circle at 10% 20%, var(--gold), transparent 28%),
    radial-gradient(circle at 90% 40%, var(--green), transparent 30%);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: #f8ecd4;
}

.section-heading {
  grid-column: 1 / -1;
  max-width: 860px;
}

.feature-card,
.insights article,
.event-details article,
.join-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(11, 47, 32, 0.06);
}

.feature-card span {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--terracotta);
  font-weight: 900;
}

.feature-card.tall {
  grid-row: span 2;
  background: var(--deep-green);
  color: var(--white);
}

.feature-card.tall p,
.feature-card.dark p {
  color: rgba(255, 255, 255, 0.78);
}

.feature-card.accent {
  background: var(--gold);
}

.feature-card.dark {
  background: var(--green);
  color: var(--white);
}

.event-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--terracotta);
  color: var(--white);
}

.event-band p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.6;
}

.insights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.partners {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 36px;
  align-items: center;
  background: var(--deep-green);
  color: var(--white);
}

.partners .partner-copy {
  color: rgba(255, 255, 255, 0.72);
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.partner-list span {
  display: grid;
  min-height: 86px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 900;
  text-align: center;
}

.join {
  background:
    linear-gradient(rgba(255, 248, 234, 0.88), rgba(255, 248, 234, 0.88)),
    radial-gradient(circle at 10% 20%, var(--gold), transparent 28%),
    radial-gradient(circle at 90% 40%, var(--green), transparent 30%);
}

.join-card {
  max-width: 980px;
  margin: 0 auto;
}

.interest-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.interest-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.interest-form input,
.interest-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 15px 16px;
  background: #fffdfa;
  color: var(--ink);
  font: inherit;
}

.interest-form button {
  align-self: end;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 34px clamp(18px, 5vw, 76px);
  background: #071b13;
  color: var(--white);
}

.site-footer p {
  max-width: 640px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
  text-decoration: none;
}

.event-page {
  background: #faf3e4;
}

.event-header {
  position: static;
}

.event-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: stretch;
  background:
    radial-gradient(circle at 12% 15%, rgba(231, 169, 40, 0.45), transparent 25%),
    radial-gradient(circle at 88% 12%, rgba(199, 82, 47, 0.24), transparent 28%),
    var(--deep-green);
}

.event-hero-photo {
  background:
    linear-gradient(120deg, rgba(11, 47, 32, 0.96), rgba(24, 92, 55, 0.9)),
    var(--deep-green);
}

.event-poster,
.event-side-card {
  border-radius: 34px;
  padding: clamp(28px, 5vw, 56px);
}

.event-poster {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.event-poster h1 {
  color: var(--deep-green);
  font-size: clamp(48px, 7vw, 92px);
}

.event-meta span {
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(24, 92, 55, 0.1);
  color: var(--green);
  font-weight: 900;
}

.event-theme {
  margin: 24px 0 8px;
  color: var(--terracotta) !important;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
}

.event-side-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold), #f7cf73);
}

.event-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.event-photo-card img {
  height: 100%;
  min-height: 640px;
}

.photo-caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  border-radius: 24px;
  padding: 22px;
  background: rgba(7, 27, 19, 0.86);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.photo-caption strong,
.photo-caption span {
  display: block;
}

.photo-caption strong {
  margin-bottom: 6px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  line-height: 1;
}

.photo-caption span {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.button.dark-outline {
  border: 1px solid rgba(11, 47, 32, 0.18);
  color: var(--deep-green);
}

.event-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: #f8ecd4;
}

.event-value-grid article {
  overflow: hidden;
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 16px 45px rgba(11, 47, 32, 0.08);
}

.event-value-grid img {
  height: 260px;
}

.event-value-grid h2,
.event-value-grid p {
  padding-inline: 26px;
}

.event-value-grid h2 {
  margin-top: 26px;
  color: var(--green);
  font-size: 34px;
}

.event-value-grid p {
  padding-bottom: 28px;
  color: var(--muted);
  line-height: 1.65;
}

.rsvp-form {
  display: grid;
  width: min(100%, 520px);
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border-radius: 30px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.rsvp-form label {
  display: grid;
  gap: 8px;
  color: var(--white);
  font-weight: 800;
}

.rsvp-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  font: inherit;
}

.rsvp-form button {
  grid-column: 1 / -1;
  background: var(--gold);
  color: var(--deep-green);
}

.event-purpose-card {
  background:
    linear-gradient(rgba(11, 47, 32, 0.86), rgba(11, 47, 32, 0.86)),
    url("https://images.unsplash.com/photo-1509099836639-18ba1795216d?auto=format&fit=crop&w=1200&q=82") center/cover !important;
}

.expertise-card {
  background:
    linear-gradient(rgba(11, 47, 32, 0.86), rgba(11, 47, 32, 0.86)),
    url("https://images.unsplash.com/photo-1573497491208-6b1acb260507?auto=format&fit=crop&w=1200&q=82") center/cover !important;
}

.event-side-card h2 {
  color: var(--deep-green);
}

.event-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.event-details article {
  box-shadow: none;
}

.event-details h2 {
  color: var(--green);
  font-size: 34px;
}

.event-details ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.partner-logo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.partner-logo-card {
  display: grid;
  min-height: 94px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
  background: #fffdfa;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.partner-logo-card:hover,
.partner-logo-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(11, 47, 32, 0.1);
}

.partner-logo-card img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
}

.wear-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.wear-card {
  display: grid;
  min-height: 128px;
  place-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 14px;
  background: linear-gradient(145deg, #fffdfa, #fff4d9);
}

.wear-card svg {
  width: min(78px, 100%);
  height: auto;
  filter: drop-shadow(0 8px 12px rgba(11, 47, 32, 0.1));
}

.wear-card span {
  color: var(--deep-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.platform-card {
  display: grid;
  min-height: 128px;
  place-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 14px;
  background: linear-gradient(145deg, #fffdfa, #f3f8ff);
}

.platform-card svg {
  width: min(78px, 100%);
  height: auto;
  filter: drop-shadow(0 8px 12px rgba(11, 47, 32, 0.1));
}

.platform-card span {
  color: var(--deep-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.map-card iframe {
  display: block;
  width: 100%;
  min-height: 250px;
  margin-top: 14px;
  border: 0;
  border-radius: 20px;
  filter: saturate(0.9) contrast(1.05);
}

.wide-card {
  grid-column: span 2;
  background: var(--deep-green) !important;
  color: var(--white);
}

.wide-card h2 {
  color: var(--white);
}

.wide-card p {
  color: rgba(255, 255, 255, 0.76);
}

/* Tighter text rhythm across the site. */
.eyebrow {
  margin-bottom: 8px;
}

h1 {
  margin-bottom: 16px;
}

h2 {
  margin-bottom: 12px;
}

h3 {
  margin-bottom: 10px;
}

p {
  margin-bottom: 12px;
}

p:last-child {
  margin-bottom: 0;
}

.hero-copy,
.body-copy,
.split-copy p:not(.eyebrow),
.partner-copy,
.feature-card p,
.insights p,
.join-card p,
.site-footer p,
.event-details p,
.event-side-card p,
.event-poster p,
.work-card p,
.event-value-grid p,
.conversion-band p:not(.eyebrow),
.rsvp-band p:not(.eyebrow) {
  line-height: 1.48;
}

.body-copy p + p,
.split-copy p + p {
  margin-top: 6px;
}

.section-heading {
  margin-bottom: 4px;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav:not(.simple) {
    position: absolute;
    top: 76px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    padding: 12px;
    background: rgba(11, 47, 32, 0.98);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero,
  .org-hero,
  .split,
  .partners,
  .event-hero,
  .image-split,
  .conversion-band,
  .rsvp-band {
    grid-template-columns: 1fr;
  }

  .hero,
  .org-hero {
    background:
      radial-gradient(circle at 78% 20%, rgba(231, 169, 40, 0.25), transparent 28%),
      linear-gradient(160deg, rgba(11, 47, 32, 0.96), rgba(24, 92, 55, 0.9)),
      var(--deep-green);
  }

  .hero-image-stack,
  .hero-image-main,
  .event-photo-card,
  .event-photo-card img {
    min-height: auto;
  }

  .hero-image-main,
  .event-photo-card img {
    height: 480px;
  }

  .hero-proof-card {
    position: static;
    max-width: none;
    margin-top: 18px;
  }

  .hero-qr-card {
    top: 42px;
    right: 32px;
  }

  .stats-strip,
  .feature-grid,
  .insights,
  .event-details,
  .work-grid,
  .event-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .event-band,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .event-photo-card {
    overflow: visible;
    background: var(--deep-green);
  }

  .photo-caption {
    position: static;
    border-radius: 0 0 24px 24px;
  }
}

@media (max-width: 660px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .brand small {
    display: none;
  }

  .site-nav.simple {
    display: none;
  }

  .stats-strip,
  .feature-grid,
  .insights,
  .partner-list,
  .interest-form,
  .event-details,
  .work-grid,
  .event-value-grid,
  .rsvp-form {
    grid-template-columns: 1fr;
  }

  .hero-image-main,
  .event-photo-card img,
  .split-media img {
    height: 360px;
  }

  .hero-proof-card {
    position: static;
    max-width: none;
    margin-top: 16px;
    margin-inline: 16px;
  }

  .hero-qr-card {
    position: static;
    width: min(220px, 70vw);
    margin: 0 auto 18px;
  }

  .work-card img,
  .event-value-grid img {
    height: 220px;
  }

  .wide-card {
    grid-column: auto;
  }

  .stats-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stats-strip div:last-child {
    border-bottom: 0;
  }

  h1 {
    font-size: clamp(48px, 18vw, 74px);
  }
}
