.family-page {
  --family-ink: #080608;
  --family-ink-soft: #110b12;
  --family-paper: #eee5d9;
  --family-paper-deep: #d9ccbc;
  --family-gold: #c99f52;
  --family-gold-light: #ebcb7e;
  --family-violet: #6d335f;
  --family-muted: #a89b92;
  overflow: hidden;
  color: var(--family-paper);
  background: var(--family-ink);
}

.family-page h1,
.family-page h2,
.family-page h3,
.family-page p,
.family-page blockquote,
.family-page figure,
.family-page dl,
.family-page dd {
  margin: 0;
}

.family-page h1,
.family-page h2,
.family-page h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.family-page h2 {
  font-size: clamp(2.75rem, 5.4vw, 5.55rem);
  text-wrap: balance;
}

.family-shell {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.family-section {
  padding-block: clamp(105px, 13vw, 185px);
  scroll-margin-top: 130px;
}

.family-section-marker,
.family-kicker {
  color: var(--family-gold);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.family-kicker {
  margin-top: 38px !important;
  color: #79571f;
}

.family-hero {
  position: relative;
  display: grid;
  min-height: 94svh;
  align-items: end;
  isolation: isolate;
}

.family-hero-image,
.family-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.family-hero-image {
  object-fit: cover;
  object-position: center;
}

.family-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 3, 7, 0.98) 0%, rgba(5, 3, 7, 0.83) 38%, rgba(5, 3, 7, 0.08) 72%),
    linear-gradient(0deg, rgba(5, 3, 7, 0.96) 0%, transparent 48%);
}

.family-hero-content {
  padding-block: 160px 66px;
}

.family-breadcrumb {
  display: inline-flex;
  margin-bottom: 78px;
  gap: 8px;
  color: rgba(238, 229, 217, 0.64);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.family-breadcrumb:hover,
.family-breadcrumb:focus-visible {
  color: var(--family-gold-light);
}

.family-hero .family-section-marker {
  color: var(--family-gold-light);
}

.family-hero h1 {
  max-width: 790px;
  margin-top: 22px;
  font-size: clamp(4.4rem, 8.4vw, 8.6rem);
  text-wrap: balance;
}

.family-hero blockquote {
  max-width: 660px;
  margin-top: 28px;
  color: rgba(238, 229, 217, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 2vw, 1.7rem);
  font-style: italic;
}

.family-hero-facts {
  display: grid;
  width: min(920px, 100%);
  margin-top: 52px;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  border-top: 1px solid rgba(235, 203, 126, 0.32);
}

.family-hero-facts div {
  padding: 20px 22px 0 0;
}

.family-hero-facts dt {
  color: rgba(238, 229, 217, 0.48);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.family-hero-facts dd {
  margin-top: 8px;
  color: var(--family-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.family-local-nav {
  position: sticky;
  z-index: 20;
  top: 78px;
  color: #282017;
  border-bottom: 1px solid rgba(77, 56, 35, 0.19);
  background: rgba(238, 229, 217, 0.95);
  backdrop-filter: blur(16px);
}

.family-local-nav .family-shell {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.family-local-nav .family-shell::-webkit-scrollbar {
  display: none;
}

.family-local-nav a {
  flex: 0 0 auto;
  padding: 17px 27px 16px 0;
  color: #655548;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.family-local-nav a:hover,
.family-local-nav a:focus-visible {
  color: #6f4e18;
}

.family-definition,
.family-potencies,
.family-community-function,
.family-development,
.family-recognition {
  color: #282017;
  background: var(--family-paper);
}

.family-editorial-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(420px, 1.16fr);
  gap: clamp(70px, 10vw, 150px);
}

.family-section-heading h2,
.family-wide-heading h2 {
  margin-top: 18px;
}

.family-prose {
  color: #5a4d42;
  font-size: 1.02rem;
  line-height: 1.78;
}

.family-prose-large {
  padding-top: 62px;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
}

.family-prose p + p {
  margin-top: 22px;
}

.family-prose blockquote {
  margin-top: 36px;
  padding: 26px 0 4px 28px;
  color: #6d4d18;
  border-left: 1px solid #9a7535;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-style: italic;
  line-height: 1.4;
}

.family-flow,
.family-concordances,
.family-living {
  background:
    radial-gradient(circle at 83% 9%, rgba(109, 51, 95, 0.2), transparent 29%),
    var(--family-ink);
}

.family-flow .family-kicker,
.family-concordances .family-kicker,
.family-living .family-kicker {
  color: var(--family-gold-light);
}

.family-wide-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: end;
}

.family-wide-heading > p,
.family-wide-heading > .family-prose {
  color: var(--family-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.family-wide-heading > .family-prose p + p {
  margin-top: 18px;
}

.family-flow-map {
  display: grid;
  min-height: 118px;
  margin-top: 78px;
  padding: 20px 28px;
  grid-template-columns: auto minmax(25px, 1fr) auto minmax(25px, 1fr) auto minmax(25px, 1fr) auto;
  gap: 18px;
  align-items: center;
  color: rgba(238, 229, 217, 0.65);
  border: 1px solid rgba(235, 203, 126, 0.22);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.family-flow-map i {
  position: relative;
  height: 1px;
  background: rgba(235, 203, 126, 0.4);
}

.family-flow-map i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1px solid rgba(235, 203, 126, 0.65);
  border-right: 1px solid rgba(235, 203, 126, 0.65);
  transform: rotate(45deg);
}

.family-flow-map strong {
  padding: 14px 20px;
  color: #1d1307;
  background: var(--family-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: none;
}

.family-flow-map small {
  font-family: Arial, sans-serif;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.family-flow-grid {
  display: grid;
  margin-top: 38px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(235, 203, 126, 0.2);
  border-left: 1px solid rgba(235, 203, 126, 0.2);
}

.family-flow-card {
  display: flex;
  min-height: 520px;
  padding: clamp(28px, 4vw, 50px);
  flex-direction: column;
  border-right: 1px solid rgba(235, 203, 126, 0.2);
  border-bottom: 1px solid rgba(235, 203, 126, 0.2);
}

.family-flow-card > span,
.family-flow-label {
  color: var(--family-gold);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.family-flow-label {
  margin-top: 38px !important;
}

.family-flow-card h3 {
  margin: 16px 0 28px;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
}

.family-flow-card > p:not(.family-flow-label),
.family-flow-card li {
  color: rgba(238, 229, 217, 0.68);
  line-height: 1.66;
}

.family-flow-card > p:not(.family-flow-label) + p {
  margin-top: 15px;
}

.family-flow-card ul {
  display: grid;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.family-flow-card li {
  padding: 10px 0 10px 19px;
  border-top: 1px solid rgba(235, 203, 126, 0.12);
}

.family-flow-card li::before {
  display: inline-block;
  width: 14px;
  margin-left: -19px;
  color: var(--family-gold);
  content: "·";
}

.family-flow-card blockquote {
  margin-top: auto;
  padding-top: 28px;
  color: var(--family-gold-light);
  border-top: 1px solid rgba(235, 203, 126, 0.25);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
}

.family-flow-card aside {
  margin-top: auto;
  padding-top: 26px;
  color: rgba(238, 229, 217, 0.5);
  border-top: 1px solid rgba(235, 203, 126, 0.18);
  font-size: 0.78rem;
  line-height: 1.58;
}

.family-symbol {
  background: #030303;
}

.family-symbol-grid {
  display: grid;
  grid-template-columns: minmax(400px, 0.92fr) minmax(380px, 0.88fr);
  gap: clamp(65px, 9vw, 130px);
  align-items: center;
}

.family-emblem {
  position: relative;
  padding: clamp(20px, 4vw, 48px);
  border: 1px solid rgba(235, 203, 126, 0.18);
  background: #000;
}

.family-emblem::before {
  position: absolute;
  inset: 22px;
  content: "";
  border: 1px solid rgba(235, 203, 126, 0.12);
  pointer-events: none;
}

.family-emblem img {
  display: block;
  width: 100%;
  height: auto;
}

.family-emblem figcaption {
  margin-top: 18px;
  color: rgba(238, 229, 217, 0.42);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.family-symbol-copy .family-kicker {
  color: var(--family-gold-light);
}

.family-symbol-copy h2 {
  margin-top: 18px;
}

.family-symbol-copy .family-prose {
  margin-top: 34px;
  color: rgba(238, 229, 217, 0.68);
}

.family-symbol-anatomy {
  margin-top: 38px !important;
  border-top: 1px solid rgba(235, 203, 126, 0.23);
}

.family-symbol-anatomy div {
  display: grid;
  padding: 17px 0;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  border-bottom: 1px solid rgba(235, 203, 126, 0.18);
}

.family-symbol-anatomy dt {
  color: var(--family-gold-light);
  font-family: Georgia, "Times New Roman", serif;
}

.family-symbol-anatomy dd {
  color: rgba(238, 229, 217, 0.58);
  line-height: 1.5;
}

.family-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.family-principles span {
  padding: 9px 14px;
  color: var(--family-gold-light);
  border: 1px solid rgba(235, 203, 126, 0.28);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.family-applications {
  margin-top: 25px !important;
  color: rgba(238, 229, 217, 0.5);
  font-size: 0.76rem;
  line-height: 1.6;
}

.family-applications strong {
  color: rgba(238, 229, 217, 0.8);
}

.family-expression {
  color: #282017;
  background: var(--family-paper-deep);
}

.family-wide-heading-dark > p {
  color: #66584d;
}

.family-wide-heading-dark .family-kicker {
  color: #79571f;
}

.family-expression-grid {
  display: grid;
  margin-top: 75px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: clamp(65px, 9vw, 130px);
}

.family-traits {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
}

.family-traits span {
  padding: 14px 19px;
  color: #5a4020;
  border: 1px solid rgba(74, 54, 35, 0.27);
  border-radius: 999px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
}

.family-section-closing {
  max-width: 500px;
  margin-top: 35px !important;
  color: #66584d;
  line-height: 1.7;
}

.family-table-wrap {
  overflow-x: auto;
}

.family-table-wrap table {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
}

.family-table-wrap th,
.family-table-wrap td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(74, 54, 35, 0.23);
  text-align: left;
}

.family-table-wrap th {
  color: #785821;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.family-table-wrap td {
  color: #57493e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.family-table-wrap td:first-child {
  color: #382b20;
}

.family-community-function {
  background: var(--family-paper-deep);
}

.family-concordance-points {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(235, 203, 126, 0.2);
  border-bottom: 1px solid rgba(235, 203, 126, 0.2);
}

.family-concordance-points article {
  min-height: 310px;
  padding: 34px;
  border-right: 1px solid rgba(235, 203, 126, 0.2);
}

.family-concordance-points article:last-child {
  border-right: 0;
}

.family-concordance-points span {
  color: var(--family-gold);
  font-size: 0.66rem;
  font-weight: 850;
}

.family-concordance-points h3 {
  margin-top: 75px;
  color: var(--family-gold-light);
  font-size: clamp(1.75rem, 2.5vw, 2.65rem);
}

.family-concordance-points p {
  margin-top: 22px;
  color: rgba(238, 229, 217, 0.58);
  line-height: 1.65;
}

.family-development {
  background: var(--family-paper);
}

.family-development-grid {
  display: grid;
  margin-top: 75px;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
  gap: clamp(70px, 10vw, 150px);
}

.family-development-grid > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(74, 54, 35, 0.25);
}

.family-development-grid > ul li {
  padding: 16px 0 16px 24px;
  color: #55483d;
  border-bottom: 1px solid rgba(74, 54, 35, 0.2);
}

.family-development-grid > ul li::before {
  display: inline-block;
  width: 18px;
  margin-left: -24px;
  color: #9b7330;
  content: "✦";
  font-size: 0.7rem;
}

.family-degree-list {
  display: grid;
  gap: 12px;
}

.family-degree-list article {
  display: grid;
  min-height: 130px;
  padding: 25px;
  grid-template-columns: 125px 1fr;
  gap: 25px;
  align-items: center;
  border: 1px solid rgba(74, 54, 35, 0.23);
}

.family-degree-list span {
  color: #76541d;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.family-degree-list p {
  color: #55483d;
  line-height: 1.6;
}

.family-curatorship {
  margin-top: 72px;
  overflow: hidden;
  border: 1px solid rgba(235, 203, 126, 0.28);
  background:
    radial-gradient(circle at 88% 8%, rgba(184, 116, 56, 0.13), transparent 28%),
    rgba(255, 255, 255, 0.018);
}

.family-curatorship-header {
  display: grid;
  padding: clamp(34px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px clamp(40px, 7vw, 100px);
  align-items: start;
}

.family-curatorship-header h3 {
  margin-top: 17px;
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.family-curatorship-function {
  margin-top: 13px;
  color: var(--family-gold-light);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.family-curatorship-status {
  padding: 10px 15px;
  color: rgba(238, 229, 217, 0.72);
  border: 1px solid rgba(235, 203, 126, 0.28);
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.family-curatorship-mandate {
  max-width: 980px;
  grid-column: 1 / -1;
  color: rgba(238, 229, 217, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.55;
}

.family-curatorship-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(235, 203, 126, 0.2);
}

.family-curatorship-panel {
  padding: clamp(30px, 4vw, 48px);
  border-right: 1px solid rgba(235, 203, 126, 0.16);
  border-bottom: 1px solid rgba(235, 203, 126, 0.16);
}

.family-curatorship-panel:nth-child(odd) {
  border-right: 0;
}

.family-curatorship-responsibilities {
  grid-column: 1 / -1;
  border-right: 0;
}

.family-curatorship-label {
  color: var(--family-gold-light);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.family-curatorship-panel h4 {
  margin-top: 13px;
  color: var(--family-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: 500;
  line-height: 1.22;
}

.family-curatorship-panel ol,
.family-curatorship-panel ul {
  display: grid;
  margin: 27px 0 0;
  padding: 0;
  gap: 14px 34px;
  list-style: none;
}

.family-curatorship-responsibilities ol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  counter-reset: curatorship-responsibility;
}

.family-curatorship-panel li {
  position: relative;
  padding-left: 25px;
  color: rgba(238, 229, 217, 0.68);
  line-height: 1.62;
}

.family-curatorship-panel li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid var(--family-gold-light);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.family-curatorship-responsibilities li {
  counter-increment: curatorship-responsibility;
  padding-left: 38px;
}

.family-curatorship-responsibilities li::before {
  top: 0;
  width: auto;
  height: auto;
  color: var(--family-gold-light);
  border: 0;
  content: counter(curatorship-responsibility, decimal-leading-zero);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  transform: none;
}

.family-curatorship-limits > p:last-child {
  margin-top: 27px;
  color: rgba(238, 229, 217, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.7;
}

.family-curatorship-footer {
  display: grid;
  padding: clamp(28px, 4vw, 42px) clamp(30px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
  gap: 35px clamp(50px, 8vw, 110px);
  background: rgba(0, 0, 0, 0.2);
}

.family-curatorship-footer > div:last-child {
  padding-left: clamp(30px, 4vw, 55px);
  border-left: 1px solid rgba(235, 203, 126, 0.18);
}

.family-curatorship-footer > div > p:last-of-type {
  margin-top: 13px;
  color: rgba(238, 229, 217, 0.68);
  line-height: 1.62;
}

.family-curatorship-overview {
  display: inline-flex;
  margin-top: 24px;
  gap: 9px;
  color: var(--family-gold-light);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.family-curatorship-overview span {
  transition: transform 180ms ease;
}

.family-curatorship-overview:hover span,
.family-curatorship-overview:focus-visible span {
  transform: translateX(5px);
}

.family-living-has-curatorship .family-living-profile,
.family-living-has-curatorship .family-living-empty {
  margin-top: 34px;
}

.family-living-profile {
  display: grid;
  margin-top: 72px;
  grid-template-columns: minmax(340px, 0.75fr) minmax(420px, 1.05fr);
  border: 1px solid rgba(235, 203, 126, 0.22);
}

.family-living-profile > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.03);
}

.family-living-profile > div {
  display: flex;
  padding: clamp(38px, 6vw, 75px);
  flex-direction: column;
  justify-content: center;
}

.family-living-profile .family-kicker {
  margin-top: 0 !important;
}

.family-living-profile h3 {
  margin-top: 19px;
  font-size: clamp(2.8rem, 5vw, 5.1rem);
}

.family-living-subtitle {
  margin-top: 17px !important;
  color: var(--family-gold-light);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.family-living-profile > div > p:not(.family-kicker):not(.family-living-subtitle) {
  margin-top: 28px;
  color: rgba(238, 229, 217, 0.64);
  line-height: 1.72;
}

.family-living-profile blockquote {
  margin-top: 30px;
  color: rgba(238, 229, 217, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-style: italic;
}

.family-living-profile a {
  display: inline-flex;
  width: fit-content;
  margin-top: 34px;
  gap: 10px;
  color: var(--family-gold-light);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.05em;
}

.family-living-profile a span {
  transition: transform 180ms ease;
}

.family-living-profile a:hover span,
.family-living-profile a:focus-visible span {
  transform: translateX(5px);
}

.family-living-empty {
  max-width: 920px;
  margin-top: 72px;
  padding: clamp(38px, 6vw, 72px);
  border: 1px solid rgba(235, 203, 126, 0.22);
  background:
    radial-gradient(circle at 82% 20%, rgba(109, 51, 95, 0.22), transparent 34%),
    rgba(255, 255, 255, 0.018);
}

.family-living-empty .family-kicker {
  margin-top: 0 !important;
}

.family-living-empty h3 {
  max-width: 760px;
  margin-top: 19px;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.family-living-empty > p:last-child {
  max-width: 720px;
  margin-top: 28px;
  color: rgba(238, 229, 217, 0.64);
  line-height: 1.72;
}

.family-recognition {
  background: var(--family-paper-deep);
}

.family-recognition-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(70px, 10vw, 150px);
}

.family-recognition h2 {
  margin-top: 18px;
}

.family-recognition ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(74, 54, 35, 0.27);
}

.family-recognition li {
  padding: 19px 0 19px 26px;
  color: #4f4237;
  border-bottom: 1px solid rgba(74, 54, 35, 0.22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.family-recognition li::before {
  display: inline-block;
  width: 20px;
  margin-left: -26px;
  color: #9a7331;
  content: "→";
}

.family-recognition-grid > div > p {
  margin-top: 34px;
  color: #66584d;
  line-height: 1.72;
}

.family-final-navigation {
  padding-block: clamp(90px, 12vw, 150px);
  background:
    radial-gradient(circle at 80% 50%, rgba(109, 51, 95, 0.18), transparent 28%),
    #070507;
}

.family-final-heading .family-kicker {
  margin-top: 14px !important;
  color: var(--family-gold-light);
}

.family-final-links {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(235, 203, 126, 0.22);
  border-bottom: 1px solid rgba(235, 203, 126, 0.22);
}

.family-final-links > * {
  display: grid;
  min-height: 180px;
  padding: 34px;
  grid-template-columns: 1fr auto;
  align-content: center;
}

.family-final-links > *:first-child {
  border-right: 1px solid rgba(235, 203, 126, 0.22);
}

.family-final-links small {
  grid-column: 1 / -1;
  color: rgba(238, 229, 217, 0.42);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.family-final-links strong {
  margin-top: 15px;
  color: var(--family-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 400;
}

.family-final-links b {
  align-self: end;
  color: var(--family-gold-light);
  font-size: 1.7rem;
  font-weight: 400;
}

.family-final-links .family-final-arrow-previous {
  grid-column: 2;
  grid-row: 2;
}

.family-final-links a:hover,
.family-final-links a:focus-visible {
  background: rgba(235, 203, 126, 0.045);
}

.family-final-disabled {
  opacity: 0.55;
}

.family-final-utility {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 28px;
}

.family-final-utility a {
  color: var(--family-gold-light);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.055em;
}

.family-final-principle {
  max-width: 850px;
  margin: clamp(48px, 7vw, 78px) auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(235, 203, 126, 0.22);
  color: var(--family-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.6vw, 2.15rem);
  font-style: italic;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 980px) {
  .family-shell {
    width: min(100% - 36px, 790px);
  }

  .family-editorial-grid,
  .family-wide-heading,
  .family-symbol-grid,
  .family-expression-grid,
  .family-development-grid,
  .family-curatorship-footer,
  .family-living-profile,
  .family-recognition-grid {
    grid-template-columns: 1fr;
  }

  .family-prose-large {
    max-width: 680px;
    padding-top: 0;
  }

  .family-wide-heading {
    gap: 35px;
  }

  .family-wide-heading > p,
  .family-wide-heading > .family-prose {
    max-width: 650px;
  }

  .family-flow-map {
    width: calc(100vw - 36px);
    margin-left: calc((790px - 100vw) / 2);
  }

  .family-symbol-copy {
    max-width: 680px;
  }

  .family-emblem {
    width: min(100%, 680px);
  }

  .family-expression-grid,
  .family-development-grid {
    gap: 65px;
  }

  .family-curatorship-footer > div:last-child {
    padding: 30px 0 0;
    border-top: 1px solid rgba(235, 203, 126, 0.18);
    border-left: 0;
  }

  .family-living-profile > img {
    min-height: 480px;
    aspect-ratio: 5 / 4;
  }
}

@media (max-width: 780px) {
  .family-flow-map {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .family-flow-map i {
    width: 1px;
    height: 25px;
    margin-inline: auto;
  }

  .family-flow-map i::after {
    top: auto;
    right: -3px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .family-flow-grid {
    grid-template-columns: 1fr;
  }

  .family-flow-card {
    min-height: auto;
  }

  .family-flow-card blockquote,
  .family-flow-card aside {
    margin-top: 38px;
  }

  .family-concordance-points {
    grid-template-columns: 1fr;
  }

  .family-concordance-points article {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid rgba(235, 203, 126, 0.2);
  }

  .family-concordance-points article:last-child {
    border-bottom: 0;
  }

  .family-concordance-points h3 {
    margin-top: 45px;
  }

  .family-curatorship-grid,
  .family-curatorship-responsibilities ol {
    grid-template-columns: 1fr;
  }

  .family-curatorship-responsibilities {
    grid-column: auto;
  }

  .family-curatorship-panel,
  .family-curatorship-panel:nth-child(odd) {
    border-right: 0;
  }
}

@media (max-width: 580px) {
  .family-shell {
    width: calc(100% - 30px);
  }

  .family-page h2 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .family-hero {
    min-height: 92svh;
  }

  .family-hero-image {
    object-position: 69% center;
  }

  .family-hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 3, 7, 0.94), rgba(5, 3, 7, 0.36)),
      linear-gradient(0deg, rgba(5, 3, 7, 0.97) 0%, transparent 65%);
  }

  .family-hero-content {
    padding-block: 130px 44px;
  }

  .family-breadcrumb {
    margin-bottom: 52px;
  }

  .family-hero h1 {
    font-size: clamp(3.6rem, 17vw, 5.6rem);
  }

  .family-hero-facts {
    grid-template-columns: 1fr;
  }

  .family-hero-facts div {
    display: grid;
    padding: 13px 0;
    grid-template-columns: 105px 1fr;
    border-bottom: 1px solid rgba(235, 203, 126, 0.16);
  }

  .family-hero-facts dd {
    margin-top: 0;
  }

  .family-local-nav {
    top: 68px;
  }

  .family-flow-card {
    padding: 29px 22px;
  }

  .family-symbol-anatomy div {
    grid-template-columns: 85px 1fr;
  }

  .family-degree-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .family-curatorship {
    margin-top: 50px;
  }

  .family-curatorship-header {
    grid-template-columns: 1fr;
  }

  .family-curatorship-status {
    width: fit-content;
  }

  .family-living-profile > img {
    min-height: 330px;
  }

  .family-living-profile > div {
    padding: 30px 22px;
  }

  .family-final-links {
    grid-template-columns: 1fr;
  }

  .family-final-links > *:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(235, 203, 126, 0.22);
  }
}

@media (prefers-reduced-motion: reduce) {
  .family-living-profile a span,
  .family-curatorship-overview span {
    transition: none;
  }
}
