:root {
  --ink: #17211d;
  --muted: #58645e;
  --line: #d8d8cf;
  --paper: #f7f5ef;
  --card: #ffffff;
  --brand: #2f6650;
  --brand-dark: #203d31;
  --brand-soft: #dfece5;
  --accent: #d6a85f;
  --accent-soft: #f6eddc;
  --shadow: 0 16px 40px rgba(31, 54, 46, 0.07);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --text-sm: 0.875rem;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Noto Sans Devanagari", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a { color: var(--brand-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(183, 119, 62, 0.42);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 100;
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 254, 251, 0.96);
}

.header-inner, .footer-inner, .footer-bottom {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.brand:hover { text-decoration: none; }

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
}
.brand-mark img { display: block; width: 100%; height: 100%; }

.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: 16px; }
.desktop-nav a, .quiet-link { color: #46544f; font-size: 0.92rem; font-weight: 650; }
.header-actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { cursor: pointer; font-weight: 750; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary svg { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.mobile-menu nav {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 64px;
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
  padding: 10px;
}
.mobile-menu nav a { border-radius: 8px; padding: 10px 12px; font-weight: 650; }
.mobile-menu nav a:hover { background: var(--brand-soft); text-decoration: none; }

.page-shell { width: min(1180px, calc(100% - 48px)); min-height: 62vh; margin: 0 auto; padding: 54px 0 82px; }

h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { text-wrap: balance; }

.hero { max-width: 790px; margin-bottom: 34px; }
.hero h1, .detail-hero h1, .home-hero h1 {
  margin: 0.12em 0 0.22em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.2vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
}
.hero p, .lead { max-width: 760px; color: var(--muted); font-size: 1.12rem; }
.eyebrow, .meta {
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 20px; }
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand);
  border-radius: var(--radius-sm);
  background: var(--brand);
  color: #fff !important;
  padding: 10px 18px;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
  text-decoration: none !important;
  white-space: nowrap;
}
.button:hover { border-color: var(--brand-dark); background: var(--brand-dark); }
.button--small { min-height: 38px; padding: 7px 13px; font-size: 0.88rem; }
.button--secondary { border-color: #b9c9c1; background: transparent; color: var(--brand-dark) !important; }
.button--secondary:hover { border-color: var(--brand); background: var(--brand-soft); color: var(--brand-dark) !important; }

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  align-items: center;
  gap: clamp(40px, 7vw, 92px);
  min-height: 540px;
  padding: 34px 0 70px;
}
.home-hero__copy { max-width: 720px; }
.home-hero .lead { font-size: 1.18rem; }
.trust-line { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 0.87rem; }
.trust-line span { color: var(--brand); font-weight: 900; }

.heritage-card {
  border: 1px solid #d4ded8;
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow);
  padding: 26px;
}
.heritage-card > .eyebrow { margin: 0 0 12px; }
.heritage-card > a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  border-top: 1px solid var(--line);
  padding: 18px 2px;
}
.heritage-card > a:hover { color: var(--brand); text-decoration: none; }
.heritage-card strong, .heritage-card small { display: block; }
.heritage-card small { margin-top: 2px; color: var(--muted); line-height: 1.35; }
.heritage-card__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-family: Georgia, serif;
  font-weight: 700;
}

.section-block { border-top: 1px solid var(--line); padding: 76px 0; }
.section-heading { max-width: 700px; margin-bottom: 34px; }
.section-heading h2, .home-cta h2 {
  margin: 0.12em 0 0.35em;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.14;
}
.section-heading > p:last-child { color: var(--muted); font-size: 1.06rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-grid article { border-top: 2px solid var(--brand); padding: 24px 8px 4px 0; }
.feature-grid h3 { margin: 16px 0 6px; font-family: Georgia, serif; font-size: 1.4rem; }
.feature-grid p { margin: 0; color: var(--muted); }
.feature-number { color: var(--accent); font-size: 0.8rem; font-weight: 850; letter-spacing: 0.1em; }
.home-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-radius: var(--radius-lg);
  background: var(--brand-dark);
  color: #fff;
  padding: clamp(30px, 5vw, 52px);
}
.home-cta > div { max-width: 690px; }
.home-cta .eyebrow { color: #d9b189; }
.home-cta .button { border-color: #fff; background: #fff; color: var(--brand-dark) !important; }

.filter-bar, .place-filters {
  display: flex;
  align-items: end;
  gap: 14px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 8px 26px rgba(31, 54, 46, 0.045);
  padding: 19px;
}
.filter-bar label { flex: 1; }
.place-filters { display: grid; grid-template-columns: repeat(4, minmax(140px, 1fr)) auto; }
.municipality-filters { grid-template-columns: repeat(3, minmax(150px, 1fr)) auto; }
label { color: #44514c; font-size: 0.8rem; font-weight: 750; }
input, select, textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #bcc9c3;
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
  font: inherit;
}
textarea { min-height: 150px; resize: vertical; }

.alphabet { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0 38px; }
.alphabet a {
  display: grid;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  font-weight: 700;
}
.alphabet a.active, .alphabet a:hover { border-color: var(--brand); background: var(--brand); color: #fff; text-decoration: none; }
.results-heading { display: flex; align-items: end; justify-content: space-between; margin: 28px 0 16px; }
.results-heading h2 { margin: 0; font-size: 1.5rem; }
.results-heading span { color: var(--muted); }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 18px; }
.card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 7px 22px rgba(31, 54, 46, 0.035);
  padding: 22px;
}
.card:hover { border-color: #aac0b5; transform: translateY(-2px); transition: 0.18s ease; }
.card-title { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.card h2 { margin: 0; font-family: Georgia, serif; font-size: 1.4rem; line-height: 1.22; }
.card p { color: var(--muted); }
.card .text-link { margin-top: 4px; }
.text-link { color: var(--brand-dark); font-weight: 750; }

.pagination { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 40px; }
.pagination a { border: 1px solid var(--line); border-radius: 9px; background: var(--card); padding: 8px 14px; font-weight: 700; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: var(--muted); font-size: 0.88rem; }
.detail-hero { border-bottom: 1px solid var(--line); padding: 12px 0 30px; }
.detail-hero .eyebrow { margin: 0 0 8px; }
.detail-hero .lead { margin: 14px 0 0; }
.detail-hero > :last-child { margin-bottom: 0; }
.native-name { margin: 0.2rem 0; color: var(--brand); font-size: 1.45rem; }
.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 0.82fr);
  align-items: start;
  column-gap: clamp(28px, 4vw, 48px);
  row-gap: 30px;
  margin-top: 36px;
}
.detail-grid--single { grid-template-columns: minmax(0, 820px); }
.detail-grid > div { min-width: 0; }
.content-section { margin-bottom: 38px; }
.content-section:last-child { margin-bottom: 0; }
.content-section > h2, .fact-panel h2, .cta h2, .family-tree-section h2 {
  margin: 0 0 16px;
  font-family: Georgia, serif;
  font-size: 1.72rem;
  font-weight: 600;
  line-height: 1.2;
}
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips span { border-radius: 999px; background: var(--brand-soft); color: var(--brand-dark); padding: 6px 12px; font-weight: 700; }
.link-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.link-list a {
  display: flex;
  min-height: 72px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--card);
  padding: 14px 15px;
}
.link-list a:hover { border-color: #9fb9ad; text-decoration: none; }
.link-list span { color: var(--muted); font-size: 0.87rem; }
.fact-panel { width: 100%; align-self: start; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); padding: 23px; }
.fact-panel h2:first-child { margin-top: 0; }
.fact-panel h3 { margin-top: 23px; color: var(--muted); font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }
.rich-content img { max-width: 100%; height: auto; border-radius: 14px; }

.form-notice {
  display: grid;
  gap: 2px;
  margin-top: 24px;
  border: 1px solid #9fc4af;
  border-radius: var(--radius-sm);
  background: #e4f3e9;
  color: #214c36;
  padding: 14px 16px;
}
.form-notice span { color: #466657; }
.contribution-invite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
  margin-top: 24px;
  border: 1px solid #c9d9d0;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #eef5f1, #fffdf8);
  box-shadow: 0 8px 24px rgba(31, 54, 46, 0.045);
  padding: 22px 26px;
}
.contribution-invite > div { min-width: 0; max-width: 790px; }
.contribution-invite .eyebrow { margin: 0 0 5px; }
.contribution-invite h2 {
  margin: 0 0 5px;
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.2;
}
.contribution-invite p { margin: 0; color: var(--muted); }
.contribution-invite .contribution-invite__note {
  margin-top: 7px;
  color: #6d5841;
  font-size: 0.86rem;
}
.contribution-invite .button { flex: 0 0 auto; }

.approved-contributions {
  margin-top: 48px;
  border-top: 1px solid var(--line);
  padding-top: 40px;
}
.approved-contributions__heading { max-width: 760px; }
.approved-contributions__heading .eyebrow { margin: 0 0 5px; }
.approved-contributions__heading h2 {
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-size: 1.72rem;
  font-weight: 600;
  line-height: 1.2;
}
.approved-contributions__heading > p:last-child { margin: 0; color: var(--muted); }
.approved-contribution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.approved-contribution-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 7px 22px rgba(31, 54, 46, 0.035);
  padding: 20px;
}
.approved-contribution-card__type {
  margin: 0 0 10px;
  color: var(--brand-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.approved-contribution-card__details { overflow-wrap: anywhere; }
.approved-contribution-card figure { margin: 16px 0 0; }
.approved-contribution-card img {
  display: block;
  width: 100%;
  max-height: 440px;
  border-radius: 12px;
  background: #f3f5f1;
  object-fit: contain;
}
.approved-contribution-card figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
}
.approved-contribution-card .text-link { display: inline-block; margin-top: 14px; }

.contribution-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  align-items: start;
  gap: clamp(36px, 7vw, 84px);
}
.contribution-header h1 {
  margin: 0.12em 0 0.24em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4.2vw, 3.45rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.06;
}
.review-promise {
  margin-top: 28px;
  border-left: 3px solid var(--accent);
  background: var(--accent-soft);
  padding: 18px 20px;
}
.review-promise strong { font-family: Georgia, serif; font-size: 1.12rem; }
.review-promise ol { margin: 10px 0 0; padding-left: 1.25rem; color: #5f5140; }
.review-promise li + li { margin-top: 6px; }
.contribution-form {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 38px);
}
.contribution-form__heading { margin-bottom: 26px; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.contribution-form__heading .eyebrow { margin: 0; }
.contribution-form__heading h2 { margin: 4px 0 8px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 600; }
.contribution-form__heading p:last-child { margin: 0; color: var(--muted); font-size: 0.92rem; }
.form-field + .form-field { margin-top: 20px; }
.form-field label { display: block; color: var(--ink); font-size: 0.9rem; }
.form-field input[type="file"] { background: #f9faf7; padding: 12px; }
.help-text { margin: 6px 0 0; color: var(--muted); font-size: 0.82rem; line-height: 1.45; }
.field-errors ul, .form-errors ul { margin: 7px 0 0; padding-left: 1.15rem; }
.field-errors, .form-errors { color: #8b2e25; font-size: 0.86rem; }
.form-errors { margin-bottom: 20px; border-radius: var(--radius-sm); background: #fbe9e7; padding: 12px 14px; }
.form-field--error input, .form-field--error select, .form-field--error textarea { border-color: #bb6258; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; border-top: 1px solid var(--line); padding-top: 24px; }

.family-tree-section { margin-top: 52px; border-top: 1px solid var(--line); padding-top: 42px; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-intro { max-width: 760px; color: var(--muted); }
.tree-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tree-card {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  padding: 20px;
}
.tree-card:hover { border-color: #9fb9ad; text-decoration: none; }
.tree-card strong { font-family: Georgia, serif; font-size: 1.3rem; }
.tree-card > span:not(.meta):not(.text-link) { color: var(--muted); font-size: 0.9rem; }
.tree-card .text-link { margin-top: auto; }
.access-panel, .soft-panel {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #d7dfda;
  border-radius: var(--radius);
  background: var(--brand-soft);
  padding: 22px;
}
.access-panel__mark { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid #9db3a8; border-radius: 50%; color: var(--brand); }
.access-panel h3 { margin: 0 0 3px; font-family: Georgia, serif; font-size: 1.22rem; }
.access-panel p, .soft-panel p { margin: 0; color: var(--muted); }
.access-panel .button { margin-left: auto; }
.soft-panel { display: block; }

.public-tree-hero { max-width: 900px; }
.public-tree-viewer { margin-top: 38px; }
.public-tree-viewer__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
.public-tree-viewer__heading > div { max-width: 760px; }
.public-tree-viewer__heading .eyebrow { margin: 0 0 5px; }
.public-tree-viewer__heading h2 {
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
}
.public-tree-viewer__heading p { margin: 0; color: var(--muted); }
.public-tree-privacy {
  max-width: 260px;
  border-left: 3px solid #8ca99a;
  padding-left: 13px;
  font-size: 0.82rem;
}
.public-tree-controls {
  display: none;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  align-items: end;
  gap: 14px 22px;
  margin-bottom: 16px;
  border: 1px solid #cad8d0;
  border-radius: var(--radius);
  background: #f3f7f4;
  padding: 16px;
}
.public-tree-viewer.is-enhanced .public-tree-controls { display: grid; }
.public-tree-focus-field { display: grid; gap: 5px; }
.public-tree-focus-field span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.public-tree-focus-field select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #afbeb6;
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  padding: 8px 34px 8px 11px;
}
.public-tree-control-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.public-tree-reset {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 8px;
  font: inherit;
}
.public-tree-status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}
.public-tree-canvas {
  position: relative;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 1px 1px, rgba(55, 99, 78, 0.13) 1px, transparent 0) 0 0 / 22px 22px,
    #f7f8f4;
  padding: clamp(20px, 3vw, 34px);
}
.public-tree-connectors {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: visible;
  pointer-events: none;
}
.public-tree-connectors path {
  fill: none;
  stroke: #93ad9f;
  stroke-linecap: round;
  stroke-width: 2;
}
.public-tree-generations { position: relative; z-index: 1; display: grid; gap: 54px; }
.public-tree-generation { min-width: 0; }
.public-tree-generation > h3 {
  width: max-content;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: #dfeae4;
  color: var(--brand-dark);
  padding: 5px 11px;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.public-tree-generation ol {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 260px));
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.public-tree-person-card {
  height: 100%;
  min-width: 0;
  border: 1px solid #bdccc4;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 54, 46, 0.07);
  padding: 15px;
}
.public-tree-person-card--root { border-color: #739684; box-shadow: 0 8px 28px rgba(35, 70, 61, 0.12); }
.public-tree-person-card--focus { outline: 3px solid rgba(194, 131, 62, 0.42); outline-offset: 3px; }
.public-tree-person-card__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.public-tree-person-card h4 { margin: 2px 0; font-family: Georgia, serif; font-size: 1.15rem; }
.public-tree-person-card p { margin-block: 5px; }
.public-tree-root-label {
  display: inline-block;
  color: var(--brand-dark);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.public-tree-focus-button {
  display: none;
  border: 1px solid #b9c8c0;
  border-radius: 8px;
  background: #f4f7f4;
  color: var(--brand-dark);
  cursor: pointer;
  padding: 5px 7px;
  font-size: 0.7rem;
  font-weight: 750;
}
.is-enhanced .public-tree-focus-button { display: inline-block; }
.public-tree-person-card dl { display: grid; gap: 4px; margin: 12px 0 0; }
.public-tree-person-card dl div { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 8px; }
.public-tree-person-card dt { color: var(--muted); font-size: 0.7rem; font-weight: 750; }
.public-tree-person-card dd { min-width: 0; margin: 0; font-size: 0.78rem; overflow-wrap: anywhere; }
.public-tree-person-card__bio {
  margin-top: 12px !important;
  border-top: 1px solid #e2e7e3;
  padding-top: 10px;
  color: var(--muted);
  font-size: 0.78rem;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
  border-radius: var(--radius-lg);
  background: var(--brand-dark);
  color: #fff;
  padding: 32px 36px;
}
.cta h2 { margin: 0.15em 0; font-size: 1.9rem; }
.cta p { margin: 0.3em 0; color: #dceae4; }
.cta .eyebrow { color: #dfb98f; }
.cta .button { border-color: #fff; background: #fff; color: var(--brand-dark) !important; }
.empty { grid-column: 1 / -1; border: 1px dashed #bcc9c3; border-radius: 14px; background: var(--card); padding: 30px; text-align: center; }
.notice { border-radius: 10px; background: var(--accent-soft); color: #70451f; padding: 12px 15px; }

.site-footer { border-top: 1px solid var(--line); background: #f0f1ec; }
.footer-inner { display: grid; grid-template-columns: 1.35fr 0.65fr 0.75fr 0.95fr; gap: clamp(28px, 4vw, 60px); padding: 48px 0; }
.footer-brand p, .footer-action p { max-width: 360px; color: var(--muted); }
.footer-inner nav { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-heading { margin: 0 0 8px; color: var(--ink) !important; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 18px 0 24px; color: var(--muted); font-size: 0.82rem; }

.info-hero { max-width: 850px; padding: 16px 0 52px; border-bottom: 1px solid var(--line); }
.info-hero h1 { max-width: 18ch; margin: 0.18em 0 0.3em; font-family: Georgia, serif; font-size: clamp(2.25rem, 4.2vw, 3.6rem); font-weight: 600; line-height: 1.08; letter-spacing: -0.035em; }
.info-updated { margin-top: 22px; color: var(--brand); font-size: 0.84rem; font-weight: 800; }
.info-layout { display: grid; grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr); align-items: start; gap: clamp(42px, 8vw, 96px); padding-top: 48px; }
.info-toc { position: sticky; top: 104px; border-left: 2px solid var(--brand-soft); padding-left: 18px; }
.info-toc nav { display: grid; gap: 9px; }
.info-toc a { color: var(--muted); font-size: 0.9rem; font-weight: 650; }
.info-toc a:hover { color: var(--brand-dark); }
.info-content { max-width: 760px; }
.info-content > section { scroll-margin-top: 100px; padding: 0 0 42px; }
.info-content > section + section { border-top: 1px solid var(--line); padding-top: 42px; }
.info-content h2 { margin: 0 0 16px; font-family: Georgia, serif; font-size: clamp(1.55rem, 3vw, 2.15rem); font-weight: 600; line-height: 1.2; }
.info-content p { color: #42504a; }
.info-content ul { display: grid; gap: 9px; margin: 18px 0 0; padding-left: 1.3rem; color: #42504a; }
.info-actions { display: flex; flex-wrap: wrap; gap: 12px; border-top: 1px solid var(--line); padding-top: 34px; }

.content-wrap--article { max-width: 900px; margin: 0 auto; }
.heritage-article__header { max-width: 780px; border-bottom: 1px solid var(--line); padding: 8px 0 36px; }
.heritage-article__header h1 { max-width: 18ch; margin: 0.18em 0 0.3em; font-family: Georgia, serif; font-size: clamp(2.25rem, 4.2vw, 3.6rem); font-weight: 600; line-height: 1.08; letter-spacing: -0.035em; }
.heritage-article__lede { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.heritage-article__meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 20px; color: var(--brand); font-size: 0.82rem; font-weight: 800; }
.heritage-article__body { max-width: 760px; padding: 42px 0 24px; color: #42504a; }
.heritage-article__body h2, .heritage-article__body h3 { margin: 1.7em 0 0.55em; font-family: Georgia, serif; color: var(--ink); font-weight: 600; line-height: 1.2; }
.heritage-article__body h2 { font-size: clamp(1.55rem, 3vw, 2.15rem); }
.heritage-article__body h3 { font-size: 1.35rem; }
.heritage-article__body p, .heritage-article__body ul, .heritage-article__body ol { max-width: 72ch; }
.heritage-article__body li + li { margin-top: 8px; }
.heritage-related { margin-top: 36px; border-radius: var(--radius-lg); background: var(--brand-soft); padding: clamp(24px, 5vw, 42px); }
.heritage-related h2 { margin: 0.2em 0 0.8em; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 600; }
.heritage-related__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.heritage-related__links a { display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid #bfd0c8; border-radius: 12px; background: rgba(255,255,255,.66); padding: 14px 16px; font-weight: 750; }
.heritage-related__links a:hover { border-color: #8faa9d; text-decoration: none; }
.heritage-article__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 44px; border-top: 1px solid var(--line); padding-top: 24px; }
.heritage-article__footer p { margin: 0; color: var(--muted); }
.empty-state--page { max-width: 720px; margin: 60px auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--card); padding: clamp(30px, 7vw, 64px); text-align: center; }
.empty-state--page h1 { margin: 0.2em 0; font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 600; }
.empty-state--page p:not(.eyebrow) { color: var(--muted); }
.empty-state--page .button { margin-top: 14px; }

@media (max-width: 940px) {
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { display: block; }
  .home-hero { grid-template-columns: 1fr; min-height: auto; }
  .heritage-card { max-width: 680px; }
  .card-grid, .tree-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .place-filters { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr; row-gap: 28px; }
  .public-tree-viewer__heading { align-items: flex-start; flex-direction: column; }
  .public-tree-privacy { max-width: 560px; }
  .contribution-layout { grid-template-columns: 1fr; }
  .contribution-header { max-width: 760px; }
  .feature-grid { grid-template-columns: 1fr; gap: 10px; }
  .feature-grid article { padding-bottom: 18px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .header-inner, .page-shell, .footer-inner, .footer-bottom { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 64px; }
  .page-shell { padding: 36px 0 56px; }
  .home-hero { gap: 34px; padding: 12px 0 54px; }
  .hero h1, .detail-hero h1, .home-hero h1 { font-size: 2.15rem; }
  .home-cta, .cta, .access-panel { align-items: flex-start; flex-direction: column; }
  .contribution-invite { align-items: flex-start; flex-direction: column; padding: 21px; }
  .contribution-invite .button { width: 100%; }
  .public-tree-controls { grid-template-columns: 1fr; }
  .public-tree-control-buttons { align-items: stretch; flex-direction: column; }
  .public-tree-control-buttons .button, .public-tree-reset { width: 100%; }
  .public-tree-status { grid-column: auto; }
  .public-tree-canvas { padding: 18px 12px; }
  .public-tree-generations { gap: 44px; }
  .home-cta .button, .cta .button, .access-panel .button { width: 100%; margin-left: 0; }
  .card-grid, .link-list, .tree-card-grid, .approved-contribution-grid { grid-template-columns: 1fr; }
  .filter-bar { align-items: stretch; flex-direction: column; }
  .place-filters, .municipality-filters { grid-template-columns: 1fr; }
  .button-row .button { width: 100%; }
  .heritage-card { padding: 19px; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; padding: 40px 0; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .info-hero { padding-bottom: 38px; }
  .info-hero h1 { font-size: 2.3rem; }
  .info-layout { grid-template-columns: 1fr; gap: 34px; padding-top: 34px; }
  .info-toc { position: static; }
  .info-content > section { padding-bottom: 34px; }
  .info-content > section + section { padding-top: 34px; }
  .info-actions { align-items: stretch; flex-direction: column; }
  .info-actions .button { width: 100%; }
  .contribution-form { border-radius: var(--radius); padding: 22px 18px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .heritage-article__header h1 { font-size: 2.3rem; }
  .heritage-related__links { grid-template-columns: 1fr; }
  .heritage-article__footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Frontend landing page mirror. Keep these rules scoped so catalog pages share
   the palette without inheriting the landing page's full-bleed layout. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  box-shadow: 0 1px 0 rgba(23, 33, 29, 0.04);
}

.page-shell--home {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.home-page {
  overflow: hidden;
  padding-top: 0;
}

.home-page svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page .home-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(46rem, calc(100svh - 4.5rem), 58rem);
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: #fff;
  background: #1c3028;
  overflow: hidden;
}

.home-page .home-hero__visual {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  min-height: 100%;
}

.home-page .home-hero__visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(9, 21, 16, 0.62) 0%, rgba(9, 21, 16, 0.3) 52%, rgba(9, 21, 16, 0.08) 78%),
    linear-gradient(0deg, rgba(9, 21, 16, 0.32) 0%, transparent 42%);
  pointer-events: none;
}

.home-page .home-hero__visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.home-page .home-hero__content {
  position: relative;
  z-index: 2;
  width: min(42rem, calc(100% - 2rem));
  margin: 2rem auto 2rem max(1rem, calc((100% - 70rem) / 2 - 1.75rem));
  padding: clamp(2rem, 4vw, 3.25rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  color: #fff;
  background: rgba(12, 28, 22, 0.8);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(10px);
}

.home-page .home-hero .eyebrow {
  color: #f0bc70;
}

.home-page .home-hero h1 {
  max-width: 11.5ch;
  margin: 0.8rem 0 1.5rem;
  color: #fff;
  font-family: Georgia, "Noto Serif Devanagari", serif;
  font-size: clamp(2.6rem, 4.2vw, 3.8rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.home-page .home-hero .lead {
  max-width: 39rem;
  margin: 0;
  color: #e1ebe6;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.home-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.home-page .button {
  gap: 0.55rem;
  border-radius: 6px;
}

.home-page .button--lg {
  min-height: 3.25rem;
  padding-inline: 1.25rem;
}

.home-page .button--primary {
  border-color: var(--brand);
  color: #fff !important;
  background: var(--brand);
}

.home-page .home-hero .button--primary {
  border-color: #fff;
  color: var(--brand-dark) !important;
  background: #fff;
}

.home-page .home-hero .button--secondary {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
}

.home-page .home-hero .button--secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.home-page .hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 1.5rem 0 0;
  padding: 0;
  color: #dce8e2;
  font-size: var(--text-sm);
  list-style: none;
}

.home-page .hero-assurances li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.home-page .hero-assurances svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  color: #f0bc70;
}

.home-page .home-section,
.home-page .home-cta {
  width: min(70rem, calc(100% - 2rem));
  margin-inline: auto;
  padding-block: clamp(5rem, 10vw, 8rem);
}

.home-page .section-heading {
  max-width: 46rem;
  margin-bottom: 3rem;
}

.home-page .section-heading--centered {
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}

.home-page .section-heading h2,
.home-page .archive-section__copy h2,
.home-page .privacy-band h2,
.home-page .faq-section h2,
.home-page .home-cta h2 {
  margin: 0.7rem 0 1rem;
  font-family: Georgia, "Noto Serif Devanagari", serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.home-page .section-heading > p:last-child,
.home-page .archive-section__copy > p:not(.eyebrow),
.home-page .home-cta > p {
  color: var(--muted);
  font-size: 1.08rem;
}

.home-page .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-page .feature-card {
  position: relative;
  min-height: 19rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--card);
  padding: 2rem;
}

.home-page .feature-card__icon,
.home-page .step-card__icon,
.home-page .faq-section__icon,
.home-page .privacy-section__mark {
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.home-page .feature-card__icon {
  width: 3.25rem;
  aspect-ratio: 1;
  margin-bottom: 2.5rem;
  color: var(--brand);
  background: var(--brand-soft);
}

.home-page .feature-card__icon svg,
.home-page .step-card__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.home-page .feature-card h3,
.home-page .step-card h3 {
  margin: 0 0 0.75rem;
  font-family: Georgia, serif;
  font-size: 1.45rem;
}

.home-page .feature-card p,
.home-page .step-card p {
  margin: 0;
  color: var(--muted);
}

.home-page .how-section {
  background: #ede9df;
}

.home-page .how-section .home-section {
  padding-block: clamp(5rem, 10vw, 8rem);
}

.home-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page .step-card {
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.85rem;
  background: var(--card);
  box-shadow: 0 1px 0 rgba(23, 33, 29, 0.08);
  padding: 2rem;
}

.home-page .step-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 4rem;
}

.home-page .step-card__icon {
  width: 3.25rem;
  aspect-ratio: 1;
  color: #fff;
  background: var(--brand);
}

.home-page .step-card__number {
  color: #8c938d;
  font-family: Georgia, serif;
  font-size: 1.1rem;
}

.home-page .section-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
}

.home-page .section-action > span {
  color: var(--muted);
  font-size: var(--text-sm);
}

.home-page .archive-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 8rem);
}

.home-page .text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  text-underline-offset: 5px;
}

.home-page .text-link--dark {
  margin-top: 1.25rem;
  color: var(--brand-dark);
}

.home-page .archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.home-page .archive-item {
  min-height: 7.5rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--card);
  padding: 1.25rem;
  font-weight: 800;
}

.home-page .archive-item svg {
  flex: 0 0 auto;
  color: var(--brand);
}

.home-page .privacy-band {
  color: #fff;
  background: var(--brand-dark);
}

.home-page .privacy-band .home-section {
  padding-block: clamp(4.5rem, 9vw, 7rem);
}

.home-page .privacy-band__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(20rem, 0.85fr);
  align-items: start;
  gap: 2rem;
}

.home-page .privacy-section__mark {
  width: 4.5rem;
  aspect-ratio: 1;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.home-page .privacy-section__mark svg {
  width: 2.25rem;
  height: 2.25rem;
}

.home-page .privacy-band .eyebrow,
.home-page .privacy-list svg {
  color: #e0b06a;
}

.home-page .privacy-band h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.home-page .privacy-band__copy > p:last-child {
  color: #cedbd5;
  font-size: 1.05rem;
}

.home-page .privacy-list {
  display: grid;
  gap: 1.5rem;
  margin: 0;
  padding: 1rem 0 0;
  list-style: none;
}

.home-page .privacy-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.home-page .privacy-list svg {
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 auto;
  margin-top: 0.15rem;
}

.home-page .privacy-list span {
  display: grid;
  gap: 0.2rem;
}

.home-page .privacy-list small {
  color: #b9ccc3;
}

.home-page .faq-section {
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 7rem);
}

.home-page .faq-section__heading {
  position: sticky;
  top: 7rem;
}

.home-page .faq-section__icon {
  width: 3.5rem;
  aspect-ratio: 1;
  margin-bottom: 1.5rem;
  color: var(--brand);
  background: var(--brand-soft);
}

.home-page .faq-section__icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.home-page .faq-section h2 {
  font-size: clamp(1.95rem, 3.4vw, 2.9rem);
}

.home-page .faq-list {
  border-top: 1px solid var(--line);
}

.home-page .faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 1.25rem 0;
}

.home-page .faq-list summary {
  position: relative;
  padding-right: 2.5rem;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 800;
  list-style: none;
}

.home-page .faq-list summary::-webkit-details-marker {
  display: none;
}

.home-page .faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0.25rem;
  top: -0.15rem;
  color: var(--brand);
  font-size: 1.5rem;
  font-weight: 400;
}

.home-page .faq-list details[open] summary::after {
  content: "\2212";
}

.home-page .faq-list p {
  max-width: 44rem;
  margin: 0.75rem 2.5rem 0 0;
  color: var(--muted);
}

.home-page .home-cta {
  display: block;
  width: min(82rem, calc(100% - 2rem));
  margin-bottom: 1.5rem;
  border-radius: 1.25rem;
  color: #fff;
  background: var(--brand-dark);
  padding-inline: clamp(2rem, 8vw, 8rem);
}

.home-page .home-cta h2 {
  max-width: 18ch;
  font-size: clamp(2.05rem, 3.4vw, 3rem);
}

.home-page .home-cta > p {
  max-width: 45rem;
  color: #d7e3dd;
}

.home-page .home-cta .eyebrow {
  color: #e0b06a;
}

.home-page .home-cta .button--primary {
  border-color: #fff;
  color: var(--brand-dark) !important;
  background: #fff;
}

.home-page .home-cta .button--quiet {
  border-color: transparent;
  color: #fff !important;
  background: transparent;
}

@media (max-width: 56rem) {
  .home-page .home-hero {
    min-height: 48rem;
  }

  .home-page .home-hero__content {
    width: min(39rem, calc(100% - 2rem));
    margin-left: 1rem;
  }

  .home-page .home-hero h1 {
    font-size: clamp(2.5rem, 7vw, 3.5rem);
  }

  .home-page .feature-grid,
  .home-page .steps-grid {
    grid-template-columns: 1fr;
  }

  .home-page .feature-card,
  .home-page .step-card {
    min-height: 0;
  }

  .home-page .step-card__top {
    margin-bottom: 2.5rem;
  }

  .home-page .archive-section,
  .home-page .faq-section {
    grid-template-columns: 1fr;
  }

  .home-page .privacy-band__inner {
    grid-template-columns: auto 1fr;
  }

  .home-page .privacy-list {
    grid-column: 2;
    padding-top: 0;
  }

  .home-page .faq-section__heading {
    position: static;
  }
}

@media (max-width: 44rem) {
  .home-page .home-hero {
    min-height: 49rem;
    align-items: end;
  }

  .home-page .home-hero__visual > img {
    object-position: 63% center;
  }

  .home-page .home-hero__visual::after {
    background: linear-gradient(0deg, rgba(8, 20, 15, 0.88) 0%, rgba(8, 20, 15, 0.22) 70%, transparent 100%);
  }

  .home-page .home-hero__content {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: linear-gradient(0deg, rgba(9, 24, 18, 0.98) 0%, rgba(9, 24, 18, 0.86) 78%, transparent 100%);
    box-shadow: none;
    padding: 2rem 1rem 2.5rem;
    backdrop-filter: none;
  }

  .home-page .home-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.15rem, 10vw, 2.85rem);
  }

  .home-page .home-hero .lead {
    font-size: 1rem;
  }

  .home-page .hero-assurances {
    display: grid;
  }

  .home-page .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-page .hero-actions .button {
    width: 100%;
  }

  .home-page .section-heading--centered {
    text-align: left;
  }

  .home-page .archive-grid,
  .home-page .privacy-band__inner {
    grid-template-columns: 1fr;
  }

  .home-page .privacy-list {
    grid-column: auto;
  }

  .home-page .privacy-section__mark {
    width: 3.5rem;
  }

  .home-page .home-cta {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}
