:root {
  --ink: #162016;
  --text: #293329;
  --muted: #667061;
  --paper: #fffdf7;
  --soft: #f5f0df;
  --deep: #082c13;
  --green: #14591d;
  --leaf: #dceccf;
  --gold: #f3c84c;
  --brick: #9b4d2c;
  --line: rgba(22, 32, 22, 0.12);
  --shadow: 0 24px 70px rgba(11, 37, 18, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(245, 240, 223, 0.75), rgba(255, 253, 247, 0.98) 420px),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

body[data-lang="am"] {
  line-height: 1.85;
}

.lang {
  display: inline;
}

body[data-lang="en"] .lang.am,
body[data-lang="am"] .lang.en {
  display: none;
}

a {
  color: inherit;
}

.site-shell {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(90deg, rgba(8, 37, 17, 0.98) 0%, rgba(8, 37, 17, 0.86) 36%, rgba(8, 37, 17, 0.3) 70%),
    linear-gradient(180deg, rgba(8, 37, 17, 0.58), rgba(8, 37, 17, 0.94)),
    url("assets/hero-family.png") center / cover no-repeat,
    linear-gradient(135deg, #082511 0%, #0f3f1c 48%, #17351f 100%);
}

.site-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, black, transparent 80%);
  pointer-events: none;
}

.subpage-shell {
  min-height: 430px;
}

.page-hero {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 74px 0 120px;
}

.page-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) auto;
  align-items: center;
  gap: 22px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-item {
  position: relative;
}

.nav-links a,
.nav-item > a {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 700;
}

.nav-links a:hover,
.nav-item:focus-within > a,
.nav-item:hover > a {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 30;
  display: none;
  min-width: 250px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(8, 37, 17, 0.96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.dropdown-menu a {
  display: flex;
  width: 100%;
  border-radius: 12px;
  white-space: normal;
}

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
  display: grid;
}

.language-toggle {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.lang-btn {
  min-width: 48px;
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: white;
  font-weight: 800;
  cursor: pointer;
}

.lang-btn.active {
  background: var(--gold);
  color: #162016;
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 650px;
  margin: 0 auto;
  padding: 70px 0 110px;
}

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

.eyebrow,
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--brick);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero .eyebrow,
.hero .mini-label {
  color: var(--gold);
}

body[data-lang="am"] .eyebrow,
body[data-lang="am"] .mini-label {
  letter-spacing: 0;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

body[data-lang="am"] h1 {
  line-height: 1.15;
}

.hero-lead {
  max-width: 670px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
}

.btn.primary {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 15px 35px rgba(243, 200, 76, 0.25);
}

.btn.ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.hero-panel {
  display: grid;
  gap: 18px;
}

.emblem,
.verse-card,
.metric-row {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.emblem {
  display: grid;
  place-items: center;
  min-height: 330px;
  border-radius: 28px;
}

.emblem img {
  width: min(260px, 70%);
  border-radius: 50%;
  background: white;
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.34);
}

.verse-card {
  border-radius: 22px;
  padding: 24px;
}

.verse-card p {
  margin-bottom: 8px;
  color: white;
  font-size: 1.25rem;
  font-weight: 850;
}

.verse-card strong {
  color: rgba(255, 255, 255, 0.74);
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 18px;
}

.metric-row div {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.metric-row div:last-child {
  border-right: 0;
}

.metric-row strong,
.metric-row span {
  display: block;
}

.metric-row span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading.compact {
  display: block;
  max-width: 720px;
}

.section-lead {
  max-width: 680px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.08rem;
}

h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

body[data-lang="am"] h2 {
  line-height: 1.22;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.24;
}

p {
  margin-bottom: 0;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
  gap: 24px;
}

.story-card,
.identity-card,
.program-card,
.person-card,
.contact-card,
.action-tile,
.calculator-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.story-card {
  padding: clamp(26px, 5vw, 46px);
}

.story-card p {
  max-width: 780px;
  color: #344033;
  font-size: 1.12rem;
}

details {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

summary {
  color: var(--green);
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1rem;
}

.scripture-break {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 12px;
  padding: clamp(34px, 6vw, 62px);
  border-radius: 30px;
  color: white;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(100, 31, 29, 0.98), rgba(128, 71, 31, 0.94)),
    var(--brick);
  box-shadow: var(--shadow);
}

.scripture-break .mini-label {
  color: var(--gold);
}

.scripture-break blockquote {
  max-width: 920px;
  margin: 12px auto 14px;
  font-size: clamp(1.7rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.18;
}

body[data-lang="am"] .scripture-break blockquote {
  line-height: 1.35;
}

.scripture-break strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.identity-card {
  display: flex;
  min-height: 280px;
  padding: 28px;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  background:
    linear-gradient(180deg, rgba(8, 44, 19, 0.28), rgba(8, 44, 19, 0.96)),
    var(--green);
}

.identity-card p {
  font-size: 1.45rem;
  font-weight: 850;
  line-height: 1.22;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 24px;
  margin-top: 24px;
}

.recognition-card,
.impact-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(24px, 4vw, 34px);
  background: white;
  box-shadow: var(--shadow);
}

.recognition-card blockquote {
  margin: 0 0 14px;
  padding-left: 18px;
  border-left: 4px solid var(--gold);
  color: var(--ink);
  font-size: 1.3rem;
  font-weight: 850;
  line-height: 1.28;
}

.recognition-card p {
  color: var(--muted);
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.impact-grid div {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: 16px;
  background: var(--soft);
}

.impact-grid strong {
  color: var(--green);
  font-size: 1.8rem;
  line-height: 1;
}

.impact-grid span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

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

.program-card {
  padding: 26px;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(11, 37, 18, 0.18);
}

.card-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--leaf);
  font-weight: 900;
}

.program-card p,
.person-card p,
.support-copy p,
.contact-card p,
.calculator-intro p,
.resource-card p {
  color: var(--muted);
}

.resource-tools,
.age-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.age-tools {
  margin-top: -6px;
  margin-bottom: 24px;
}

.filter-btn,
.age-btn,
.donation-tab,
.copy-btn {
  width: auto;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 15px;
  color: var(--ink);
  background: white;
  font-weight: 900;
}

.filter-btn.active,
.age-btn.active,
.donation-tab.active,
.copy-btn {
  color: white;
  background: var(--green);
}

.diaspora-filter.active {
  background: var(--brick);
}

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

.resource-card {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: var(--shadow);
}

.resource-card.is-hidden {
  display: none;
}

.resource-type {
  display: inline-flex;
  margin-bottom: 36px;
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--green);
  background: var(--leaf);
  font-size: 0.82rem;
  font-weight: 900;
}

.youtube-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: var(--shadow);
}

.youtube-feature p {
  color: var(--muted);
}

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

.video-card {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(220, 236, 207, 0.65)),
    white;
  box-shadow: var(--shadow);
}

.video-card span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
}

.video-card strong {
  align-self: end;
  color: var(--green);
}

.diaspora-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(243, 200, 76, 0.2)),
    white;
}

.expert-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  color: white;
  background: linear-gradient(135deg, var(--deep), var(--green));
  box-shadow: var(--shadow);
}

.expert-callout h3 {
  color: white;
}

.expert-callout p {
  color: rgba(255, 255, 255, 0.78);
}

.baptism-section {
  padding-top: 76px;
}

.calculator-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(220, 236, 207, 0.55)),
    white;
}

.calculator-intro {
  display: grid;
  gap: 10px;
}

.calculator-intro p {
  font-size: 1.05rem;
}

.baptism-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.baptism-form label,
.baptism-form fieldset {
  display: grid;
  gap: 8px;
}

.birthdate-field {
  grid-column: 1 / -1;
}

.baptism-form label > span,
.baptism-form legend {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
}

.baptism-form fieldset {
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border: 0;
  padding: 0;
}

.baptism-form legend {
  grid-column: 1 / -1;
  padding: 0;
}

.radio-pill {
  position: relative;
  display: flex;
  min-height: 50px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  cursor: pointer;
}

.radio-pill input {
  width: auto;
  margin: 0 10px 0 0;
  accent-color: var(--green);
}

.radio-pill span {
  font-weight: 850;
}

.baptism-form button {
  grid-column: 1 / -1;
}

.calculator-result {
  grid-column: 1 / -1;
  padding: 22px;
  border-radius: 18px;
  color: white;
  background: linear-gradient(135deg, var(--deep), var(--green));
}

.calculator-result .mini-label {
  color: var(--gold);
}

.calculator-result p {
  display: grid;
  gap: 6px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.calculator-result strong {
  color: white;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.calculator-result b {
  color: white;
}

.recommendation-title {
  margin-top: 14px;
  color: var(--gold);
  font-size: 1.05rem;
  font-weight: 900;
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
  gap: 34px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  padding: 42px;
  border-radius: 28px;
  color: white;
  background:
    linear-gradient(135deg, rgba(8, 44, 19, 0.98), rgba(20, 89, 29, 0.92)),
    var(--deep);
  box-shadow: var(--shadow);
}

.quote-band h2 {
  color: white;
}

.quote-band p {
  color: var(--gold);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 900;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.person-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 18px;
}

.photo-slot {
  display: grid;
  min-height: 190px;
  place-items: center;
  border-radius: 18px;
  color: rgba(22, 32, 22, 0.56);
  background:
    linear-gradient(135deg, rgba(243, 200, 76, 0.35), rgba(220, 236, 207, 0.9));
  font-weight: 900;
}

.support-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
  gap: 34px;
  align-items: center;
}

.support-actions {
  display: grid;
  gap: 16px;
}

.action-tile {
  display: grid;
  gap: 6px;
  padding: 26px;
  text-decoration: none;
}

.giving-tile {
  color: inherit;
}

.action-tile strong {
  color: var(--ink);
  font-size: 1.15rem;
}

.action-tile span {
  color: var(--muted);
}

.copy-btn {
  justify-self: start;
  margin-top: 10px;
  cursor: pointer;
}

.donation-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.donation-panel {
  display: none;
  gap: 8px;
  margin-top: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--soft);
}

.donation-panel.active {
  display: grid;
}

.donation-panel p {
  margin: 0;
  color: var(--muted);
}

.donation-panel b {
  color: var(--ink);
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 34px;
  padding: clamp(26px, 5vw, 46px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 240, 223, 0.9));
}

form {
  display: grid;
  gap: 12px;
}

.volunteer-fields {
  display: grid;
  gap: 9px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(220, 236, 207, 0.45);
}

.volunteer-fields[hidden] {
  display: none;
}

.field-label {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
}

.volunteer-fields label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--text);
  font-weight: 750;
}

.volunteer-fields input {
  width: auto;
  margin-top: 5px;
  accent-color: var(--green);
}

input,
select,
textarea,
button {
  width: 100%;
  font: inherit;
}

input,
select,
textarea {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 15px;
  color: var(--ink);
  background: white;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--green);
  font-weight: 900;
  cursor: pointer;
}

.form-response {
  min-height: 24px;
  color: var(--green);
  font-weight: 850;
}

footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr) auto;
  align-items: center;
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 40px;
  color: var(--muted);
  font-weight: 750;
}

footer a {
  color: var(--green);
  text-decoration: none;
}

.footer-invitation {
  display: grid;
  gap: 4px;
}

.footer-invitation strong {
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.telegram-widget {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow);
}

.telegram-widget .mini-label {
  margin: 0;
  color: var(--green);
}

.telegram-widget h3 {
  margin: 0;
}

.telegram-widget p {
  color: var(--muted);
  font-size: 0.94rem;
}

.telegram-widget a {
  color: var(--green);
  font-weight: 900;
}

@media (max-width: 960px) {
  .site-shell {
    min-height: auto;
  }

  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
  }

  .hero,
  .page-hero,
  .section-heading,
  .about-grid,
  .trust-grid,
  .program-grid,
  .resource-grid,
  .video-grid,
  .youtube-feature,
  .expert-callout,
  .quote-band,
  .people-grid,
  .support-section,
  .contact-card,
  .calculator-card,
  footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-panel {
    max-width: 620px;
  }
}

@media (max-width: 620px) {
  .nav,
  .hero,
  .page-hero,
  .section,
  .quote-band,
  .scripture-break,
  footer {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    gap: 14px;
  }

  .brand span {
    font-size: 0.95rem;
  }

  .nav-links {
    gap: 4px;
  }

  .nav-links a {
    padding: 7px 8px;
    font-size: 0.82rem;
  }

  h1 {
    font-size: 2.8rem;
  }

  .hero {
    padding-bottom: 70px;
  }

  .emblem {
    min-height: 250px;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .metric-row div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .metric-row div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 64px 0;
  }

  .person-card {
    grid-template-columns: 1fr;
  }

  .baptism-form {
    grid-template-columns: 1fr;
  }

  .baptism-form fieldset {
    grid-template-columns: 1fr;
  }

  .photo-slot {
    min-height: 220px;
  }

  .quote-band {
    padding: 28px;
  }

  footer {
    align-items: stretch;
  }
}

/* ── Subpage shell (smaller hero for inner pages) ── */
.subpage-shell {
  min-height: auto;
}

.page-hero {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 60px 0 80px;
  max-width: 780px;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

/* ── Video grid ── */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.video-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: white;
  box-shadow: var(--shadow);
  text-decoration: none;
  color: var(--text);
  transition: transform 180ms ease, box-shadow 180ms ease;
  display: flex;
  flex-direction: column;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(11, 37, 18, 0.18);
}

.video-thumb {
  position: relative;
  aspect-ratio: 16/9;
  background: var(--soft);
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 37, 17, 0.35);
  transition: background 180ms ease;
}

.video-card:hover .video-play {
  background: rgba(8, 37, 17, 0.55);
}

.video-play-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid var(--green);
  margin-left: 4px;
}

.video-info {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.video-date {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.video-title {
  color: var(--ink);
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.35;
}

.channel-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 28px;
  color: white;
  background: linear-gradient(135deg, rgba(8,44,19,0.98), rgba(20,89,29,0.92));
  box-shadow: var(--shadow);
  text-decoration: none;
  margin-bottom: 40px;
  transition: opacity 180ms ease;
}

.channel-banner:hover {
  opacity: 0.92;
}

.channel-banner-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: white;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.24);
}

.channel-banner-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel-banner h3 {
  color: white;
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.channel-banner p {
  color: rgba(255,255,255,0.76);
  font-size: 0.95rem;
  margin: 0;
}

.channel-banner .btn {
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── Why support / membership ── */
.why-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin-top: 28px;
}

.why-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  background: white;
  box-shadow: var(--shadow);
}

.why-card .card-icon {
  font-size: 2rem;
  margin-bottom: 16px;
  display: block;
}

.why-card h3 {
  font-size: 1.05rem;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.benefit-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.benefit-dot {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--leaf);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-weight: 900;
  font-size: 0.85rem;
  margin-top: 2px;
}

.join-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,0.9fr);
  gap: 28px;
  align-items: start;
  margin-top: 28px;
}

.join-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(24px,4vw,38px);
  background: white;
  box-shadow: var(--shadow);
}

.join-form-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(24px,4vw,38px);
  background: linear-gradient(135deg, rgba(220,236,207,0.45), rgba(255,255,255,0.9));
  box-shadow: var(--shadow);
}

.work-together-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  margin-top: 22px;
}

.work-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  background: var(--soft);
}

.work-card .card-num {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--leaf);
  color: var(--ink);
  font-weight: 900;
  font-size: 0.85rem;
  margin-bottom: 14px;
}

.work-card h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

/* ── About page team ── */
.team-note {
  margin-top: 10px;
  padding: 16px 20px;
  border-radius: 14px;
  background: var(--soft);
  color: var(--muted);
  font-size: 0.94rem;
}

/* ── Mottos band ── */
.mottos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin-top: 28px;
}

.motto-card {
  border-radius: 22px;
  padding: 28px;
  background: var(--deep);
  color: white;
}

.motto-card .mini-label {
  color: var(--gold);
}

.motto-card p {
  font-size: 1.2rem;
  font-weight: 850;
  color: white;
  margin-top: 10px;
}

/* ── Responsive additions ── */
@media (max-width: 960px) {
  .channel-banner {
    grid-template-columns: auto 1fr;
  }
  .channel-banner .btn {
    grid-column: 1 / -1;
  }
  .why-support-grid,
  .work-together-grid,
  .mottos-grid {
    grid-template-columns: 1fr;
  }
  .join-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}
