:root {
  --forest: #173f35;
  --forest-deep: #0d2d25;
  --forest-soft: #2b6455;
  --magenta: #d6006f;
  --lime: #8abd21;
  --blue: #367d9e;
  --gold: #c47a00;
  --ink: #17221e;
  --muted: #627069;
  --line: #dce9e2;
  --paper: #ffffff;
  --soft: #f6faf7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: white; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
figure { margin: 0; }
img { max-width: 100%; }
main { min-height: 100vh; overflow: hidden; }
a:focus-visible { outline: 3px solid rgba(214,0,111,.35); outline-offset: 4px; border-radius: 4px; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 13px max(5vw, 24px);
  color: var(--forest-deep);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.95);
  box-shadow: 0 10px 35px rgba(23,63,53,.05);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 11px; justify-self: start; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; background: white; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 17px; letter-spacing: .01em; }
.brand small { margin-top: 5px; text-transform: uppercase; letter-spacing: .2em; font-size: 9px; opacity: .66; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.site-header nav a { position: relative; padding: 13px 0; color: #52625b; }
.site-header nav a:hover { color: var(--magenta); }
.site-header nav a[aria-current="page"] { color: var(--forest-deep); font-weight: 800; }
.site-header nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 3px; border-radius: 9px; background: var(--lime); }
.header-link { justify-self: end; display: inline-flex; align-items: center; gap: 6px; color: var(--magenta); font-size: 13px; font-weight: 800; }

.section-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: var(--magenta); text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 800; }
.eyebrow span { width: 28px; height: 1px; background: var(--lime); }
.section-kicker { display: block; }
.home-hero h1, .subpage-hero h1, .community-hero h1, .welcome-copy h2, .section-heading h2, .scene-copy h2, .video-copy h2, .activity-card h2, .archive-window h2, .archive-clip h3 { margin: 0; color: var(--forest-deep); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.home-hero h1 em, .subpage-hero h1 em, .community-hero h1 em { color: var(--magenta); font-weight: 400; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest-deep); background: var(--lime); box-shadow: 0 12px 30px rgba(138,189,33,.18); }
.button-quiet { color: var(--forest); border: 1px solid #b9cdc3; background: white; }

/* Home */
.home-hero { position: relative; min-height: 660px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 75px; align-items: center; padding: 80px max(7vw, 32px) 105px; background: radial-gradient(circle at 80% 20%, rgba(138,189,33,.13), transparent 28%), radial-gradient(circle at 8% 86%, rgba(214,0,111,.07), transparent 25%), linear-gradient(135deg, white 0%, white 63%, #f4faf6 100%); }
.hero-copy { width: min(720px, 100%); margin-left: auto; }
.home-hero h1 { font-size: clamp(58px, 6.1vw, 94px); line-height: .98; }
.hero-intro { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-photo { position: relative; width: min(470px, 100%); overflow: hidden; border: 1px solid var(--line); border-radius: 26px 90px 26px 26px; background: white; box-shadow: 0 28px 75px rgba(23,63,53,.12); }
.hero-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-photo figcaption { display: flex; flex-direction: column; gap: 7px; padding: 20px 22px 23px; }
.hero-photo figcaption span { color: var(--magenta); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 800; }
.hero-photo figcaption strong { color: var(--forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 400; }
.fact-strip { position: relative; z-index: 2; width: min(1080px, calc(100% - 40px)); margin: -32px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); padding: 29px 35px; border: 1px solid var(--line); background: #f7fbf8; box-shadow: 0 22px 65px rgba(23,63,53,.07); }
.fact-strip div { display: flex; flex-direction: column; padding: 0 25px; border-right: 1px solid var(--line); }
.fact-strip div:first-child { padding-left: 0; }
.fact-strip div:last-child { border: 0; }
.fact-strip strong { color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.fact-strip span { margin-top: 8px; color: var(--muted); text-transform: uppercase; letter-spacing: .09em; font-size: 10px; font-weight: 800; }
.welcome-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; padding: 130px 0; }
.welcome-copy h2 { font-size: clamp(43px, 5vw, 65px); line-height: 1.06; }
.welcome-copy > p:not(.section-kicker) { margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.78; }
.location-line { display: flex; align-items: center; gap: 10px; margin-top: 28px; padding: 15px 17px; color: var(--forest-deep); border-left: 3px solid var(--lime); background: #f5faef; font-size: 14px; }
.welcome-photo { position: relative; overflow: hidden; border-radius: 28px; background: var(--soft); box-shadow: 0 24px 60px rgba(23,63,53,.1); }
.welcome-photo img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.welcome-photo figcaption { position: absolute; right: 18px; bottom: 18px; padding: 11px 14px; color: var(--forest-deep); border-radius: 11px; background: rgba(255,255,255,.91); box-shadow: 0 8px 24px rgba(13,45,37,.13); font-size: 13px; backdrop-filter: blur(8px); }
.explore-section { padding: 15px 0 130px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading h2 { font-size: clamp(42px, 5vw, 65px); line-height: 1.08; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.compact-heading { grid-template-columns: 1.25fr .75fr; }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pathway-card { --path-accent: var(--magenta); min-height: 380px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: var(--path-bg, white); transition: transform .25s ease, box-shadow .25s ease; }
.pathway-card:hover { transform: translateY(-5px); box-shadow: 0 23px 55px rgba(23,63,53,.11); }
.pathway-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 42px; color: var(--path-accent); border-radius: 50%; background: white; box-shadow: inset 0 0 0 1px rgba(23,63,53,.08); }
.pathway-card > span { color: var(--path-accent); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; }
.pathway-card h3 { margin: 11px 0 14px; color: var(--forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; }
.pathway-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.pathway-card strong { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 28px; color: var(--path-accent); font-size: 13px; }
.path-pink { --path-accent: #c90068; --path-bg: #fff3f9; }
.path-lime { --path-accent: #5e9200; --path-bg: #f6faec; }
.path-blue { --path-accent: #2d6f91; --path-bg: #f1f8fb; }

/* Shared subpage hero */
.subpage-hero { min-height: 470px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr); gap: 75px; align-items: center; padding: 90px max(8vw, 34px); border-bottom: 1px solid var(--line); background: #f7fbf8; }
.subpage-hero > div:first-child { max-width: 800px; }
.subpage-hero h1 { font-size: clamp(55px, 6vw, 88px); line-height: 1; }
.subpage-hero > div:first-child > p:last-child { max-width: 700px; margin: 27px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }

/* Journey storyboard */
.journey-hero { background: radial-gradient(circle at 82% 28%, rgba(214,0,111,.08), transparent 29%), #f8fbf9; }
.storyboard-mini { justify-self: end; width: min(390px, 100%); display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; transform: rotate(2deg); }
.storyboard-mini span { min-height: 110px; display: flex; flex-direction: column; justify-content: space-between; padding: 19px; color: var(--forest-deep); border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 30px rgba(23,63,53,.06); font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.storyboard-mini span:nth-child(1) { background: #f4fae9; }
.storyboard-mini span:nth-child(2) { background: #fff1f8; transform: translateY(8px); }
.storyboard-mini span:nth-child(3) { background: #eef8fb; }
.storyboard-mini span:nth-child(4) { background: #fff7e8; transform: translateY(8px); }
.storyboard-mini small { color: var(--muted); font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.storyboard { position: relative; padding: 120px 0 65px; }
.storyboard::before { content: ""; position: absolute; top: 160px; bottom: 110px; left: 50%; border-left: 2px dashed #cfddd5; }
.story-scene { --story-accent: var(--lime); --story-bg: #f7faef; position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; margin-bottom: 70px; }
.story-scene::after { content: ""; position: absolute; z-index: 2; top: 50%; left: calc(50% - 9px); width: 18px; height: 18px; border: 5px solid white; border-radius: 50%; background: var(--story-accent); box-shadow: 0 0 0 1px var(--line); }
.scene-reverse .scene-frame { order: 2; transform: rotate(1.5deg); }
.scene-reverse .scene-copy { order: 1; }
.scene-frame { min-height: 355px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 35px; color: var(--forest-deep); border: 1px solid var(--line); border-radius: 30px; background: var(--story-bg); box-shadow: 0 20px 50px rgba(23,63,53,.07); transform: rotate(-1.5deg); }
.scene-frame svg { margin-bottom: auto; color: var(--story-accent); }
.scene-number { align-self: flex-end; margin-bottom: auto; color: var(--story-accent); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; }
.scene-frame strong { margin-top: 30px; font-family: Georgia, "Times New Roman", serif; font-size: 61px; font-weight: 400; letter-spacing: -.05em; }
.scene-frame small { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.scene-copy { padding: 40px 44px; border: 1px solid var(--line); border-radius: 25px; background: white; }
.scene-place { margin: 0 0 14px !important; color: var(--story-accent) !important; text-transform: uppercase; letter-spacing: .12em; font-size: 11px !important; font-weight: 800; }
.scene-copy h2 { font-size: clamp(38px, 4vw, 56px); line-height: 1.07; }
.scene-copy > p { margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.76; }
.scene-copy ul { display: grid; gap: 11px; margin: 26px 0 0; padding: 0; list-style: none; }
.scene-copy li { position: relative; padding-left: 22px; color: #485a52; font-size: 14px; line-height: 1.55; }
.scene-copy li::before { content: ""; position: absolute; top: .55em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--story-accent); }
.story-lime { --story-accent: #669600; --story-bg: #f5faea; }
.story-pink { --story-accent: #c70066; --story-bg: #fff2f8; }
.story-blue { --story-accent: #2c7394; --story-bg: #eef8fb; }
.story-gold { --story-accent: #b76e00; --story-bg: #fff7e9; }

/* Video */
.video-feature { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; margin-top: 45px; margin-bottom: 120px; padding: 55px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg, #f5faef, #fff4f9); }
.video-copy h2 { font-size: clamp(40px, 5vw, 61px); line-height: 1.07; }
.video-copy > p:not(.section-kicker) { margin: 23px 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.video-copy > span { display: inline-flex; align-items: center; gap: 9px; color: var(--magenta); font-size: 13px; font-weight: 800; }
.video-embed { overflow: hidden; border: 8px solid white; border-radius: 22px; background: #e6eee9; box-shadow: 0 22px 55px rgba(23,63,53,.13); }
.video-embed iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.archive-window { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: center; margin-top: 25px; margin-bottom: 35px; padding: 48px 52px; border: 1px solid #d7e7df; border-radius: 28px; background: linear-gradient(135deg, #eff8f4, #f8fbff); }
.archive-window-copy h2 { font-size: clamp(37px, 4.5vw, 56px); line-height: 1.08; }
.archive-window-copy > p:not(.section-kicker) { margin: 22px 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.archive-window-copy > span { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 13px; font-weight: 800; }

/* Activities */
.activities-hero { background: radial-gradient(circle at 84% 50%, rgba(138,189,33,.15), transparent 31%), #f8fbf9; }
.activity-bubbles { position: relative; justify-self: center; width: 330px; height: 250px; }
.activity-bubbles span { position: absolute; display: grid; place-items: center; color: white; border: 10px solid white; border-radius: 50%; box-shadow: 0 20px 48px rgba(23,63,53,.13); }
.activity-bubbles span:nth-child(1) { top: 9px; left: 10px; width: 140px; height: 140px; background: var(--forest-soft); }
.activity-bubbles span:nth-child(2) { right: 10px; bottom: 10px; width: 165px; height: 165px; background: var(--magenta); }
.activity-bubbles span:nth-child(3) { bottom: 4px; left: 53px; width: 95px; height: 95px; background: var(--lime); }
.activities-page-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; padding: 95px 0 120px; }
.activity-card { --card-accent: var(--magenta); --card-tint: white; position: relative; min-height: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--card-tint); box-shadow: 0 16px 45px rgba(23,63,53,.06); transition: transform .25s ease, box-shadow .25s ease; }
.activity-card::after { content: ""; position: absolute; right: -35px; bottom: -48px; width: 115px; height: 115px; border: 18px solid var(--card-accent); border-radius: 50%; opacity: .07; pointer-events: none; }
.activity-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(23,63,53,.11); }
.card-wide { grid-column: span 7; }
.card-medium { grid-column: span 5; }
.card-small { grid-column: span 4; }
.card-banner { grid-column: span 12; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); }
.activity-media { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: #edf5f0; }
.card-small .activity-media { aspect-ratio: 4 / 3; }
.card-banner .activity-media { min-height: 355px; aspect-ratio: auto; }
.activity-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.activity-card:hover .activity-media img { transform: scale(1.025); }
.service-card .activity-media img { object-position: center 32%; }
.activity-media figcaption { position: absolute; right: 15px; bottom: 15px; left: 15px; width: fit-content; max-width: calc(100% - 30px); padding: 9px 12px; color: var(--forest-deep); border: 1px solid rgba(255,255,255,.78); border-radius: 10px; background: rgba(255,255,255,.9); box-shadow: 0 7px 25px rgba(13,45,37,.13); font-size: 12px; line-height: 1.45; backdrop-filter: blur(10px); }
.activity-body { position: relative; z-index: 1; padding: 27px 30px 32px; }
.card-banner .activity-body { align-self: center; padding: 44px 46px; }
.activity-label { display: flex; align-items: center; gap: 11px; margin-bottom: 21px; color: var(--card-accent); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.icon-wrap { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--card-accent); border-radius: 50%; background: white; box-shadow: inset 0 0 0 1px rgba(23,63,53,.08); }
.activity-card h2 { margin-bottom: 13px; font-size: 31px; }
.activity-card p { max-width: 620px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.tone-lime { --card-accent: #659c00; --card-tint: #f6faec; }
.tone-magenta { --card-accent: #c60067; --card-tint: #fff3f9; }
.tone-rose { --card-accent: #bd3048; --card-tint: #fff5f5; }
.tone-gold { --card-accent: #b66e00; --card-tint: #fff9ed; }
.tone-teal { --card-accent: #14715f; --card-tint: #eff9f6; }
.tone-sky { --card-accent: #2d6f91; --card-tint: #f1f8fb; }
.archive-clips { padding: 0 0 120px; }
.archive-clips-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.archive-clip { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 18px 50px rgba(23,63,53,.07); }
.archive-clip .video-embed { border: 0; border-radius: 0; box-shadow: none; }
.archive-clip-copy { padding: 28px 30px 32px; }
.archive-clip-copy > span { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 17px; color: var(--magenta); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; }
.archive-clip h3 { font-size: 31px; }
.archive-clip p { margin: 13px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

/* Community */
.community-hero { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); background: linear-gradient(120deg, white, #f2f9f4); }
.community-hero-copy { align-self: center; max-width: 680px; padding: 80px 50px 85px max(7vw, 45px); }
.community-hero h1 { font-size: clamp(54px, 6vw, 82px); line-height: 1; }
.community-hero-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); font-size: 17px; line-height: 1.74; }
.address-card { display: flex; align-items: flex-start; gap: 13px; margin: 30px 0 23px; padding: 17px 18px; border: 1px solid rgba(138,189,33,.35); border-radius: 15px; background: white; }
.address-card svg { color: var(--magenta); }
.address-card div { display: flex; flex-direction: column; gap: 5px; }
.address-card strong { color: var(--forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; }
.address-card span { color: var(--muted); font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 4px; color: var(--magenta); border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; }
.community-hero-photo { position: relative; min-height: 610px; overflow: hidden; }
.community-hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.community-hero-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(13,45,37,.58)); }
.community-hero-photo figcaption { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; color: white; font-size: 14px; font-weight: 800; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.collaborations-section { padding: 120px 0 45px; }
.collaboration-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.collaboration-grid article { min-height: 245px; display: grid; grid-template-columns: 1fr auto; align-content: start; padding: 29px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.collaboration-grid article:nth-child(1) { background: #fff3f9; }
.collaboration-grid article:nth-child(2) { background: #f1f8fb; }
.collaboration-grid article:nth-child(3) { background: #f6faec; }
.collaboration-grid article:nth-child(4) { background: #fff8ed; }
.collaboration-grid article > span { color: var(--magenta); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.collaboration-grid article > svg { color: var(--forest-soft); }
.collaboration-grid h3 { grid-column: 1 / -1; margin: 35px 0 10px; color: var(--forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.collaboration-grid p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.record-note { max-width: 780px; margin: 24px 0 0; color: #78837e; font-size: 12px; line-height: 1.7; }
.anniversary-video { margin-top: 65px; }

/* Shared notice and footer */
.site-notice { width: min(1120px, calc(100% - 40px)); display: flex; align-items: flex-start; gap: 14px; margin: 0 auto 70px; padding: 22px 24px; color: #4a5c53; border: 1px solid rgba(138,189,33,.3); background: #f5faef; }
.site-notice svg { flex: 0 0 auto; color: var(--forest); }
.site-notice p { margin: 0; font-size: 13px; line-height: 1.65; }
footer { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: end; padding: 52px max(7vw, 32px); color: var(--forest-deep); border-top: 1px solid var(--line); background: white; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; background: white; }
.footer-brand div { display: flex; flex-direction: column; gap: 5px; }
.footer-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 400; }
.footer-brand span { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.footer-meta { max-width: 720px; justify-self: end; }
.footer-meta p { margin: 0 0 15px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.footer-meta span { color: var(--magenta); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; order: 3; }
  .home-hero { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { width: 100%; margin-left: 0; }
  .hero-photo { justify-self: end; }
  .welcome-grid { gap: 50px; }
  .subpage-hero { grid-template-columns: 1fr; gap: 55px; }
  .storyboard-mini { justify-self: start; }
  .storyboard::before, .story-scene::after { display: none; }
  .story-scene { gap: 35px; }
  .video-feature { grid-template-columns: 1fr; }
  .archive-window { grid-template-columns: 1fr; }
  .activities-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .activity-card { grid-column: span 1; }
  .card-wide, .card-banner { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .site-header { min-height: auto; grid-template-columns: 1fr auto; gap: 10px; padding: 11px 15px 8px; }
  .brand img { width: 43px; height: 43px; }
  .brand strong { font-size: 15px; }
  .header-link { font-size: 0; }
  .header-link svg { width: 20px; height: 20px; }
  .site-header nav { max-width: 100%; justify-content: flex-start; gap: 23px; overflow-x: auto; padding: 0 2px; font-size: 13px; scrollbar-width: none; }
  .site-header nav::-webkit-scrollbar { display: none; }
  .site-header nav a { flex: 0 0 auto; }
  .section-shell { width: min(100% - 30px, 1120px); }
  .home-hero { min-height: auto; padding: 70px 20px 100px; }
  .home-hero h1, .subpage-hero h1, .community-hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-intro { font-size: 16px; }
  .hero-photo { width: 100%; border-radius: 24px 70px 24px 24px; }
  .fact-strip { grid-template-columns: repeat(2, 1fr); padding: 12px 20px; }
  .fact-strip div { padding: 20px 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-strip div:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--line); }
  .fact-strip div:nth-child(n+3) { border-bottom: 0; }
  .welcome-grid { grid-template-columns: 1fr; gap: 45px; padding: 90px 0; }
  .welcome-copy h2, .section-heading h2 { font-size: 42px; }
  .section-heading, .compact-heading { grid-template-columns: 1fr; gap: 25px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 330px; }
  .explore-section { padding-bottom: 90px; }
  .subpage-hero { min-height: auto; padding: 70px 20px; }
  .storyboard-mini { width: 100%; }
  .storyboard { padding: 75px 0 25px; }
  .story-scene, .scene-reverse { grid-template-columns: 1fr; gap: 18px; margin-bottom: 45px; }
  .scene-reverse .scene-frame, .scene-reverse .scene-copy { order: initial; }
  .scene-frame { min-height: 280px; padding: 28px; }
  .scene-frame strong { font-size: 52px; }
  .scene-copy { padding: 31px 27px; }
  .scene-copy h2 { font-size: 39px; }
  .video-feature { width: calc(100% - 30px); gap: 40px; margin-bottom: 90px; padding: 30px 22px; }
  .video-copy h2 { font-size: 41px; }
  .archive-window { width: calc(100% - 30px); gap: 35px; padding: 30px 22px; }
  .archive-window-copy h2 { font-size: 39px; }
  .activity-bubbles { width: 280px; height: 215px; }
  .activity-bubbles span:nth-child(1) { width: 120px; height: 120px; }
  .activity-bubbles span:nth-child(2) { width: 140px; height: 140px; }
  .activities-page-grid { grid-template-columns: 1fr; gap: 14px; padding: 70px 0 90px; }
  .activity-card, .card-wide, .card-medium, .card-small, .card-banner { grid-column: 1; }
  .card-banner { display: flex; }
  .card-banner .activity-media { min-height: 0; aspect-ratio: 4 / 3; }
  .card-banner .activity-body { padding: 29px 26px 34px; }
  .activity-body { padding: 25px 25px 30px; }
  .archive-clips { padding-bottom: 90px; }
  .archive-clips-grid { grid-template-columns: 1fr; }
  .community-hero { grid-template-columns: 1fr; }
  .community-hero-copy { padding: 70px 20px; }
  .community-hero-photo { min-height: 430px; }
  .collaborations-section { padding-top: 85px; }
  .collaboration-grid { grid-template-columns: 1fr; }
  .site-notice { width: calc(100% - 30px); margin-bottom: 45px; }
  footer { grid-template-columns: 1fr; gap: 32px; padding: 45px 20px; }
  .footer-meta { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .pathway-card, .activity-card, .activity-media img { transition: none; }
}

/* Portable cPanel build */
.inline-icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.scene-frame .inline-icon { width: 38px; height: 38px; }
.activity-label .inline-icon { width: 20px; height: 20px; }
.collaboration-grid .inline-icon { width: 25px; height: 25px; color: var(--forest-soft); }
