:root {
  --bg: #f6faf9;
  --paper: #ffffff;
  --warm: #e6f1ef;
  --warm-deep: #d4e7e4;
  --ink: #0f211f;
  --ink-mid: #324744;
  --ink-mute: #5e7572;
  --rule: #cfe1de;
  --rule-soft: #e1eeec;
  --teal: #309090;
  --teal-light: #489090;
  --teal-deep: #1f6e6e;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: var(--teal-deep); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: rgba(48,144,144,0.4); }
a:hover { color: var(--teal); text-decoration-color: var(--teal); }
h1, h2, h3, h4 {
  font-family: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}
p { margin: 0 0 16px; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 36px; }

header.site { border-bottom: 1px solid var(--rule); background: var(--bg); position: sticky; top: 0; z-index: 50; }
.head-row { display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: 18px 36px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { height: 34px; width: auto; display: block; }
.brand-text { font-family: 'Fraunces', Georgia, serif; font-size: 13px; color: var(--ink-mute); line-height: 1.3; border-left: 1px solid var(--rule); padding-left: 14px; font-variation-settings: "opsz" 9; }
.brand-text b { display: block; color: var(--ink); font-weight: 500; font-size: 15px; margin-bottom: 2px; }
nav.primary { display: flex; gap: 28px; align-items: center; font-size: 14.5px; font-weight: 500; }
nav.primary a { color: var(--ink); text-decoration: none; padding-bottom: 2px; border-bottom: 1px solid transparent; }
nav.primary a:hover, nav.primary a[aria-current="page"] { border-bottom-color: var(--teal); color: var(--teal-deep); }
nav.primary .nav-cta { background: var(--teal); color: #fff; padding: 9px 18px; border-radius: 999px; border: none; }
nav.primary .nav-cta:hover { background: var(--teal-deep); border: none; color: #fff; }
nav.primary .nav-cta[aria-current="page"] { background: var(--teal-deep); }
.menu-btn { display: none; }

.hero { padding: 92px 0 78px; position: relative; overflow: hidden; }
.hero-inner { max-width: 1100px; margin: 0 auto; padding: 0 36px; position: relative; z-index: 2; }
.hero-img { color: #eafaf7; }
.hero-img::before {
  content: ""; position: absolute; inset: 0;
  background: url('img/their-0.png') center/cover no-repeat;
  opacity: 1;
}
.hero-overlay { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(15,33,31,0.92) 0%, rgba(31,110,110,0.82) 55%, rgba(48,144,144,0.62) 100%); }
.hero-img h1, .hero-img .hero-eyebrow, .hero-img .lead { color: #eafaf7; }
.hero-img h1 em { color: #bdeee8; }
.hero-eyebrow { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-mute); font-weight: 600; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; opacity: 0.6; }
.hero-img .hero-eyebrow { color: #a9ddd6; }
.hero h1 { font-size: clamp(40px, 5.4vw, 74px); line-height: 1.02; margin-bottom: 30px; max-width: 18ch; font-variation-settings: "opsz" 144, "SOFT" 50; }
.hero h1 em { font-style: italic; color: var(--teal-deep); font-variation-settings: "opsz" 144, "SOFT" 100; }
.hero p.lead { font-size: 19px; color: var(--ink-mid); max-width: 58ch; margin: 0 0 34px; line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.crumb { color: inherit; text-decoration: none; opacity: 0.8; }
.crumb:hover { opacity: 1; }

.subhero { padding: 70px 0 54px; background: var(--paper); border-bottom: 1px solid var(--rule); }

.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; background: var(--teal); color: #fff; text-decoration: none; font-size: 14.5px; font-weight: 500; border-radius: 999px; border: 1px solid var(--teal); transition: all 0.2s ease; }
.btn:hover { background: var(--teal-deep); border-color: var(--teal-deep); color: #fff; }
.btn-ghost { background: transparent; color: #eafaf7; border-color: rgba(234,250,247,0.5); }
.btn-ghost:hover { border-color: #eafaf7; color: #eafaf7; background: rgba(255,255,255,0.08); }
.subhero .btn-ghost { color: var(--ink); border-color: var(--rule); }
.subhero .btn-ghost:hover { color: var(--ink); border-color: var(--ink); background: transparent; }
.btn .arrow { display: inline-block; transition: transform 0.2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

.statband { background: var(--teal-deep); color: #eafaf7; }
.statband-inner { max-width: var(--max); margin: 0 auto; padding: 44px 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.statband div span { display: block; font-family: 'Fraunces', serif; font-size: 48px; font-weight: 500; line-height: 1; margin-bottom: 8px; font-variation-settings: "opsz" 144; }
.statband div small { font-size: 13px; color: #b9ded9; text-transform: uppercase; letter-spacing: 0.08em; }
.statband-light { background: var(--warm); color: var(--ink); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.statband-light div small { color: var(--ink-mute); }

.tiles { padding: 96px 0; background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.tiles-head { max-width: var(--max); margin: 0 auto 48px; padding: 0 36px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.tiles-head h2 { font-size: clamp(30px, 3.8vw, 48px); max-width: 22ch; }
.tiles-head p { color: var(--ink-mute); max-width: 38ch; margin: 0; font-size: 16px; }
.tile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 0 36px; max-width: var(--max); margin: 0 auto; }
.tile { text-decoration: none; color: inherit; display: flex; flex-direction: column; background: var(--paper); }
.tile-img-wrap { overflow: hidden; aspect-ratio: 4/3; background: var(--warm); }
.tile-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(.2,.8,.2,1); }
.tile:hover .tile-img { transform: scale(1.04); }
.tile-body { padding: 22px 0 4px; }
.tile-cat { font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--teal-deep); font-weight: 600; margin-bottom: 10px; }
.tile h3 { font-size: 27px; margin-bottom: 12px; font-variation-settings: "opsz" 96, "SOFT" 50; }
.tile p { font-size: 15.5px; color: var(--ink-mid); margin: 0 0 14px; line-height: 1.55; }
.tile .read { font-size: 14px; color: var(--ink); font-weight: 500; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; border-bottom: 1px solid var(--teal); padding-bottom: 2px; }

section { padding: 100px 0; }

.partners { background: var(--paper); border-bottom: 1px solid var(--rule); padding: 48px 0 52px; }
.partners-head { text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--ink-mute); font-weight: 600; margin-bottom: 30px; }
.partners-row { max-width: var(--max); margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; align-items: center; }
.partner-cell { display: flex; align-items: center; justify-content: center; text-align: center; height: 64px; padding: 6px 14px; font-family: 'Fraunces', serif; font-size: 15px; color: var(--ink-mid); line-height: 1.25; border-right: 1px solid var(--rule); }
.partner-cell:last-child { border-right: none; }

.feature { background: var(--bg); }
.feature-flush { background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; max-width: var(--max); margin: 0 auto; padding: 0 36px; }
.feature-media img { width: 100%; aspect-ratio: 5/4; object-fit: cover; display: block; border: 1px solid var(--rule); }
.feature-text .label, .about-text .label, .label { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--teal-deep); font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.label::before { content: ""; width: 30px; height: 1px; background: var(--teal); }
.feature-text h2 { font-size: clamp(30px, 4vw, 48px); margin-bottom: 22px; font-variation-settings: "opsz" 144, "SOFT" 50; }
.feature-text p { font-size: 17px; color: var(--ink-mid); }
.feature-link { margin-top: 14px; display: inline-block; font-size: 14.5px; font-weight: 500; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--teal); padding-bottom: 2px; }
.feature-link:hover { color: var(--teal-deep); }

.mission { background: var(--ink); color: #d7ebe8; padding: 92px 0; }
.mission-inner { max-width: 920px; margin: 0 auto; padding: 0 36px; text-align: center; }
.mission .label { color: #7fb5b0; justify-content: center; }
.mission .label::before { background: #4f8c87; }
.mission blockquote { margin: 0; font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.32; color: #f0fbf9; font-variation-settings: "opsz" 144, "SOFT" 100; }
.mission cite { display: block; margin-top: 30px; font-style: normal; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: #7fb5b0; }

.lines { background: var(--bg); }
.lines-head { max-width: var(--max); margin: 0 auto 52px; padding: 0 36px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.lines-head h2 { font-size: clamp(30px, 3.8vw, 48px); max-width: 20ch; }
.lines-head p { color: var(--ink-mute); max-width: 38ch; font-size: 16px; margin: 0; }
.line-grid { max-width: var(--max); margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.line-grid-2 { grid-template-columns: repeat(2, 1fr); }
.line-card { padding: 36px 32px; border-top: 1px solid var(--rule); border-right: 1px solid var(--rule); background: var(--paper); display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: background 0.2s ease; }
.line-grid:not(.line-grid-2) .line-card:nth-child(3n) { border-right: none; }
.line-grid:not(.line-grid-2) .line-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--rule); }
.line-grid-2 .line-card:nth-child(2n) { border-right: none; }
.line-grid-2 .line-card:nth-last-child(-n+2) { border-bottom: 1px solid var(--rule); }
.line-card:hover { background: var(--rule-soft); }
.line-img { aspect-ratio: 16/9; overflow: hidden; margin: -36px -32px 22px; background: var(--warm); }
.line-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.line-num { font-family: 'Fraunces', serif; font-style: italic; font-size: 13px; color: var(--ink-mute); margin-bottom: 10px; }
.line-name { font-family: 'Fraunces', serif; font-size: 26px; color: var(--ink); margin-bottom: 4px; font-variation-settings: "opsz" 96, "SOFT" 50; }
.line-cat { font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--teal-deep); margin-bottom: 16px; font-weight: 600; }
.line-desc { font-size: 15px; color: var(--ink-mid); line-height: 1.55; margin-bottom: 22px; flex-grow: 1; }
.line-link { font-size: 13.5px; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--ink-mute); padding-bottom: 2px; display: inline-block; align-self: flex-start; }
.line-card:hover .line-link { border-bottom-color: var(--teal); color: var(--teal-deep); }

.evidence { background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.evidence-inner { max-width: 880px; margin: 0 auto; padding: 0 36px; }
.evidence .label { justify-content: flex-start; }
.evidence h2 { font-size: clamp(28px, 3.6vw, 44px); margin-bottom: 16px; }
.evidence-lead { font-size: 17px; color: var(--ink-mid); max-width: 60ch; margin-bottom: 36px; }
.cites { list-style: none; padding: 0; margin: 0 0 28px; }
.cites li { padding: 22px 0; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: start; }
.cites li:last-child { border-bottom: 1px solid var(--rule); }
.cite-tag { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--teal-deep); font-weight: 600; }
.cites p { margin: 0; font-size: 15.5px; color: var(--ink-mid); }
.evidence-note { font-size: 14px; color: var(--ink-mute); }

.bridge { background: var(--bg); }
.bridge-inner { max-width: var(--max); margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.bridge-text h2 { font-size: clamp(28px, 3.4vw, 42px); }
.bridge-text p { color: var(--ink-mid); font-size: 17px; margin-top: 18px; }
.bridge-links { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bridge-card { background: var(--paper); border: 1px solid var(--rule); padding: 30px 26px; text-decoration: none; color: inherit; transition: all 0.2s ease; border-radius: 4px; }
.bridge-card:hover { border-color: var(--teal); transform: translateY(-3px); }
.bridge-card h3 { font-size: 24px; margin-bottom: 6px; }
.bridge-card p { color: var(--ink-mute); font-size: 14px; margin: 0 0 16px; }
.bridge-card span { font-size: 13.5px; color: var(--teal-deep); font-weight: 500; }

.collab { background: var(--paper); border-top: 1px solid var(--rule); }
.collab-inner { max-width: var(--max); margin: 0 auto; padding: 0 36px; }
.collab .label { justify-content: flex-start; }
.collab h2 { font-size: clamp(28px, 3.6vw, 44px); margin-bottom: 36px; }
.collab-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-bottom: 32px; }
.collab-card { padding: 28px 28px; border-top: 1px solid var(--rule); border-right: 1px solid var(--rule); }
.collab-card:nth-child(2n) { border-right: none; }
.collab-card b { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 500; display: block; margin-bottom: 8px; }
.collab-card span { font-size: 14.5px; color: var(--ink-mid); line-height: 1.55; }

.contact { background: var(--warm); }
.contact-inner { max-width: 980px; margin: 0 auto; padding: 0 36px; text-align: center; }
.contact h2 { font-size: clamp(34px, 5vw, 60px); margin-bottom: 20px; max-width: 18ch; margin-left: auto; margin-right: auto; line-height: 1.05; font-variation-settings: "opsz" 144, "SOFT" 70; }
.contact h2 em { font-style: italic; color: var(--teal-deep); }
.contact p.lead { font-size: 18px; color: var(--ink-mid); max-width: 54ch; margin: 0 auto 36px; }
.contact-card { background: var(--paper); border: 1px solid var(--rule); border-radius: 4px; padding: 8px; display: inline-flex; align-items: stretch; flex-wrap: wrap; }
.contact-card .field { padding: 18px 28px; text-align: left; border-right: 1px solid var(--rule); min-width: 220px; }
.contact-card .field:last-of-type { border-right: none; }
.contact-card .k { display: block; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-mute); margin-bottom: 6px; font-weight: 600; }
.contact-card .v { font-family: 'Fraunces', serif; font-size: 22px; color: var(--ink); font-variation-settings: "opsz" 96; }
.contact-card .v a { color: var(--ink); text-decoration: none; }
.contact-card .v a:hover { color: var(--teal-deep); }
.contact-cta { margin-top: 32px; }

.intake { background: var(--paper); border-top: 1px solid var(--rule); }
.intake-inner { max-width: var(--max); margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: start; }
.intake-text h2 { font-size: clamp(28px, 3.6vw, 44px); margin-bottom: 16px; }
.intake-text p { color: var(--ink-mid); font-size: 17px; }
.intake-contact { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--rule); }
.intake-contact .k { display: block; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-mute); margin-bottom: 6px; font-weight: 600; }
.intake-contact a { font-family: 'Fraunces', serif; font-size: 22px; text-decoration: none; }
.intake-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.intake-form label, .contact-form label { display: flex; flex-direction: column; font-size: 13px; font-weight: 600; color: var(--ink-mid); text-transform: uppercase; letter-spacing: 0.06em; gap: 8px; }
.intake-form label.full { grid-column: 1 / -1; }
.intake-form input, .intake-form select, .intake-form textarea, .contact-form input, .contact-form textarea { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 400; text-transform: none; letter-spacing: 0; padding: 12px 14px; border: 1px solid var(--rule); border-radius: 4px; background: var(--bg); color: var(--ink); }
.intake-form input:focus, .intake-form select:focus, .intake-form textarea:focus, .contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--teal); }
.intake-form button { grid-column: 1 / -1; justify-self: start; }
.form-done { display: none; grid-column: 1 / -1; margin: 8px 0 0; font-size: 14px; color: var(--teal-deep); font-weight: 500; }

.team-sec { background: var(--bg); }
.team-sec-alt { background: var(--paper); border-top: 1px solid var(--rule); }
.team-head { max-width: var(--max); margin: 0 auto 40px; padding: 0 36px; }
.team-head h2 { font-size: clamp(28px, 3.4vw, 42px); }
.team-grid { max-width: var(--max); margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.bio { padding: 32px 34px; border-top: 1px solid var(--rule); border-right: 1px solid var(--rule); }
.bio:nth-child(2n) { border-right: none; }
.team-grid .bio:nth-child(odd):last-child { border-right: none; }
.bio h3 { font-size: 24px; margin-bottom: 4px; }
.bio-role { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--teal-deep); font-weight: 600; margin-bottom: 14px; }
.bio p { font-size: 15px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 12px; }
.bio-link { font-size: 13.5px; font-weight: 600; text-decoration: none; }
.bio-link.substack { color: #FF6719; }
.bio-link.substack:hover { color: #e0560f; }

.contact-page { background: var(--bg); }
.contact-page-grid { max-width: var(--max); margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; }
.contact-details .detail { padding: 22px 0; border-top: 1px solid var(--rule); }
.contact-details .detail:first-child { border-top: none; padding-top: 0; }
.contact-details .k { display: block; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-mute); margin-bottom: 8px; font-weight: 600; }
.contact-details .v { font-family: 'Fraunces', serif; font-size: 24px; text-decoration: none; color: var(--ink); }
.contact-details .v:hover { color: var(--teal-deep); }
.socials { display: flex; flex-direction: column; gap: 10px; }
.soc { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 14.5px; font-weight: 500; color: var(--ink); padding: 8px 12px; border: 1px solid var(--rule); border-radius: 6px; background: var(--paper); transition: all 0.2s ease; }
.soc:hover { transform: translateX(3px); }
.soc-li { color: #0A66C2; } .soc-li:hover { border-color: #0A66C2; }
.soc-x { color: #000; } .soc-x:hover { border-color: #000; }
.soc-fb { color: #1877F2; } .soc-fb:hover { border-color: #1877F2; }
.soc span { color: var(--ink); }
.contact-form { background: var(--paper); border: 1px solid var(--rule); border-radius: 6px; padding: 34px; display: flex; flex-direction: column; gap: 16px; }
.contact-form h2 { font-size: 28px; margin-bottom: 6px; }
.contact-form button { align-self: start; margin-top: 6px; }

.resources { background: var(--bg); }
.resources-inner { max-width: var(--max); margin: 0 auto; padding: 0 36px; }
.resources .label { justify-content: flex-start; }
.resources h2 { font-size: clamp(28px, 3.4vw, 42px); margin-bottom: 30px; }
.res-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.res-card { background: var(--paper); border: 1px solid var(--rule); border-radius: 6px; padding: 26px; text-decoration: none; color: inherit; transition: all 0.2s ease; }
.res-card:hover { border-color: var(--teal); transform: translateY(-3px); }
.res-card b { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 500; display: block; margin-bottom: 6px; }
.res-card span { font-size: 14px; color: var(--ink-mute); }

.newstabs { background: var(--paper); border-bottom: 1px solid var(--rule); }
.newstabs-inner { max-width: var(--max); margin: 0 auto; padding: 0 36px; display: flex; gap: 28px; }
.newstabs-inner a { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: var(--ink-mute); text-decoration: none; padding: 16px 0; border-bottom: 2px solid transparent; }
.newstabs-inner a:hover { color: var(--ink); }
.newstabs-inner a.active { color: var(--teal-deep); border-bottom-color: var(--teal); }

.mediakit { background: var(--bg); }
.mk-inner { max-width: var(--max); margin: 0 auto; padding: 0 36px; }
.mk-inner .label { justify-content: flex-start; }
.mk-gap { margin-top: 54px; }
.mk-inner h2 { font-size: clamp(26px, 3vw, 38px); margin-bottom: 24px; }
.mk-logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mk-logo { border: 1px solid var(--rule); border-radius: 6px; padding: 36px 20px 18px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.mk-logo.light { background: var(--paper); }
.mk-logo.dark { background: var(--ink); }
.mk-logo img { height: 40px; width: auto; }
.mk-logo span { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-mute); }
.mk-logo.dark span { color: #9bc7c2; }
.mk-media { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mk-photo, .mk-video { margin: 0; }
.mk-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--rule); border-radius: 6px; display: block; }
.mk-video-slot { aspect-ratio: 4/3; border: 1px dashed var(--teal); border-radius: 6px; background: var(--warm); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: var(--teal-deep); }
.mk-video-slot span { font-weight: 600; font-size: 14px; }
.mk-video-slot small { font-size: 12px; color: var(--ink-mute); }
.mk-photo figcaption, .mk-video figcaption { font-size: 12.5px; color: var(--ink-mute); margin-top: 8px; }
.mk-boiler { font-size: 17px; color: var(--ink-mid); max-width: 70ch; }

.subscribe { background: var(--ink); color: #d7ebe8; padding: 56px 0; }
.subscribe-inner { max-width: var(--max); margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.subscribe-text h3 { font-size: 26px; color: #f0fbf9; margin-bottom: 6px; }
.subscribe-text p { color: #88b8b3; font-size: 15px; margin: 0; }
.subscribe-form { display: flex; gap: 10px; }
.subscribe-form input { font-family: 'Inter', sans-serif; font-size: 15px; padding: 13px 16px; border-radius: 999px; border: 1px solid #3a5a57; background: #15302d; color: #eafaf7; min-width: 280px; }
.subscribe-form input:focus { outline: none; border-color: var(--teal); }
.subscribe-form button { border: none; cursor: pointer; }
.subscribe-done { color: var(--teal-light); font-size: 14px; margin: 8px 0 0; font-weight: 500; }

footer.site { background: var(--ink); color: #88b8b3; padding: 68px 0 38px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; max-width: var(--max); margin: 0 auto; padding: 0 36px; }
.foot-brand img { height: 36px; width: auto; margin-bottom: 16px; display: block; }
.foot-brand p { font-size: 14px; color: #769e9a; max-width: 300px; line-height: 1.55; margin: 0 0 18px; }
.foot-brand .small { font-size: 12px; color: #5d827f; }
.foot-soc { display: flex; gap: 10px; margin-top: 16px; }
.foot-soc a { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #15302d; color: #9bc7c2; text-decoration: none; transition: all 0.2s ease; }
.foot-soc a:hover { background: var(--teal); color: #fff; }
footer h4 { font-family: 'Inter', sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: #eafaf7; font-weight: 600; margin: 0 0 16px; }
footer ul { list-style: none; padding: 0; margin: 0; font-size: 14.5px; line-height: 1.95; }
footer ul a { color: #88b8b3; text-decoration: none; }
footer ul a:hover { color: #eafaf7; }
.foot-meta { margin-top: 54px; padding: 22px 36px 0; max-width: var(--max); margin-left: auto; margin-right: auto; border-top: 1px solid #234542; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: #5d827f; }

@media (max-width: 980px) {
  section { padding: 66px 0; }
  .hero { padding: 60px 0 52px; }
  .statband-inner { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .tile-grid { grid-template-columns: 1fr; gap: 32px; }
  .line-grid, .line-grid-2 { grid-template-columns: 1fr; }
  .line-card { border-right: none !important; border-bottom: 1px solid var(--rule); }
  .feature-grid { grid-template-columns: 1fr; gap: 36px; }
  .feature-flush .feature-media { order: -1; }
  .tiles-head, .lines-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .partners-row { grid-template-columns: 1fr 1fr; gap: 0; }
  .partner-cell { border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); height: 72px; }
  .partner-cell:nth-child(2n) { border-right: none; }
  .bridge-inner, .intake-inner, .contact-page-grid { grid-template-columns: 1fr; gap: 36px; }
  .bridge-links { grid-template-columns: 1fr 1fr; }
  .cites li { grid-template-columns: 1fr; gap: 8px; }
  .collab-grid, .team-grid { grid-template-columns: 1fr; }
  .collab-card, .bio { border-right: none !important; }
  .res-grid, .mk-logos, .mk-media { grid-template-columns: 1fr 1fr; }
  .subscribe-inner { grid-template-columns: 1fr; gap: 20px; }
  .subscribe-form input { min-width: 0; flex: 1; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  nav.primary { display: none; width: 100%; }
  nav.primary.open { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; padding-top: 8px; }
  .menu-btn { display: inline-block; background: none; border: 1px solid var(--rule); padding: 8px 14px; font-size: 13px; cursor: pointer; color: var(--ink); border-radius: 4px; }
  .head-row { flex-wrap: wrap; }
  .brand-text { display: none; }
  .contact-card { flex-direction: column; }
  .contact-card .field { border-right: none; border-bottom: 1px solid var(--rule); width: 100%; }
  .contact-card .field:last-of-type { border-bottom: none; }
  .intake-form { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .statband-inner { grid-template-columns: 1fr 1fr; }
  .statband div span { font-size: 38px; }
  .res-grid, .mk-logos, .mk-media { grid-template-columns: 1fr; }
}