:root {
  --black: #152934;
  --ink: #111111;
  --muted: #667780;
  --line: #d8e2e7;
  --pink: #152934;
  --deep-pink: #0c1b23;
  --soft-pink: #eef4f6;
  --brand-highlight: #d9fffb;
  --content-link: #005fcc;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(21, 41, 52, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.7;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-weight: 800;
}
.skip-link:focus {
  transform: translateY(0);
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--pink); }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, .brand {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.12;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 16px clamp(18px, 5vw, 70px);
  background: rgba(21, 41, 52, .97);
  color: var(--white);
  border-bottom: 3px solid var(--brand-highlight);
}
.brand {
  font-size: 30px;
  font-weight: 800;
  white-space: nowrap;
}
.brand span { color: var(--brand-highlight); }
.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-nav a:hover, .site-footer a:hover, .nav-dropdown button:hover { color: #8fc7c8; }
.nav-dropdown {
  position: relative;
  padding: 6px 0;
}
.nav-dropdown button {
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  font: inherit;
  text-transform: uppercase;
}
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  display: none;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 14px 8px 8px;
  background: var(--black);
  border: 1px solid rgba(255,255,255,.18);
  border-top: 3px solid var(--pink);
  border-radius: 6px;
  box-shadow: var(--shadow);
}
.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.nav-dropdown-menu a {
  padding: 9px 10px;
  border-radius: 4px;
  white-space: nowrap;
}
.nav-dropdown-menu a:hover {
  color: #8fc7c8;
}
.nav-dropdown-menu.is-wide {
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  min-width: 410px;
  max-height: min(72vh, 620px);
  overflow-y: auto;
}
.nav-dropdown-all {
  color: #b9dada;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: grid;
}
.header-search {
  display: flex;
  min-width: 280px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  overflow: hidden;
}
.header-search input, .header-search button, .form-control {
  font: inherit;
  border: 0;
}
.header-search input {
  min-width: 0;
  width: 100%;
  padding: 10px 12px;
}
.header-search button, .btn {
  cursor: pointer;
  background: var(--pink);
  color: #fff;
  border: 0;
  padding: 10px 16px;
  font-weight: 800;
}
.nav-toggle { display: none; }

.hero {
  background: var(--black);
  color: #fff;
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 70px);
}
.hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 34px;
  align-items: center;
}
.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 68px);
}
.home-hero-title {
  font-size: 68px;
}
.hero p { max-width: 690px; color: #d6e1e5; font-size: 19px; }
.hero-card {
  background: #10232d;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  padding: 24px;
}
.hero-card h2 {
  margin-top: 0;
}
.hero-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-pill-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.hero-pill-list a:hover {
  border-color: #8fc7c8;
  color: #d6e8e8;
}

.wrap {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 42px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 20px;
}
.section-head h2, .page-title {
  margin: 0;
  font-size: clamp(30px, 4vw, 50px);
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.post-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 24px rgba(21,41,52,.06);
}
.thumb {
  display: block;
  aspect-ratio: 16 / 10;
  background: var(--soft-pink);
  object-fit: cover;
  width: 100%;
}
.post-card-body { padding: 18px; }
.kicker, .meta {
  color: var(--deep-pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.post-card h3 { margin: 8px 0 10px; font-size: 25px; }
.post-card p, .muted { color: var(--muted); }

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}
.pagination-link,
.pagination-ellipsis {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}
.pagination-link:hover {
  border-color: var(--pink);
  color: var(--pink);
}
.pagination-link.is-active {
  border-color: var(--pink);
  background: var(--pink);
  color: #fff;
}
.pagination-ellipsis {
  border-color: transparent;
  color: var(--muted);
  min-width: 26px;
  padding-inline: 4px;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 36px;
}
.layout.biography-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.article {
  font-size: 18px;
  min-width: 0;
}
.article h1 { font-size: clamp(38px, 5vw, 48px); margin: 12px 0 14px; }
.article h2 { font-size: 34px; margin-top: 34px; }
.article h3 { font-size: 25px; margin-top: 24px; }
.article a, .link-list a {
  color: var(--content-link);
  font-weight: 700;
  border-radius: 4px;
  transition: color .18s ease;
}
.article a:hover, .link-list a:hover {
  color: #003f91;
}
.article p a,
.article li a,
.bio-mag-section p a,
.bio-mag-section li a {
  color: var(--content-link);
  text-decoration: none;
}
.article p a:hover,
.article li a:hover,
.bio-mag-section p a:hover,
.bio-mag-section li a:hover {
  color: #003f91;
}
.article .table-wrap {
  width: 100%;
  margin: 24px 0 30px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.article .table-wrap table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}
.article .table-wrap th,
.article .table-wrap td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.article .table-wrap th {
  width: 38%;
  background: var(--soft-pink);
  color: var(--black);
  font-weight: 800;
}
.article .table-wrap tr:nth-child(even) td { background: #f9fbfc; }
.article .table-wrap tr:last-child th,
.article .table-wrap tr:last-child td { border-bottom: 0; }
.post-card h3 a {
  color: var(--content-link);
  text-decoration: none;
}
.post-card h3 a:hover {
  color: #003f91;
}
.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}
.quick-facts div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #f7fafb;
}
.quick-facts strong, .quick-facts span {
  display: block;
}
.quick-facts strong {
  color: var(--deep-pink);
  margin-bottom: 6px;
}
.bio-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 30px;
}
.bio-focus-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 112px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #f7fafb;
}
.bio-focus-icon {
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--black);
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 800;
}
.bio-focus-item strong,
.bio-focus-item span {
  display: block;
}
.bio-focus-item strong {
  color: var(--deep-pink);
  line-height: 1.25;
}
.bio-focus-item span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  margin-top: 4px;
}
.profile-spotlight {
  margin: 24px 0 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 38px rgba(21, 41, 52, .08);
}
.profile-spotlight-head {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px;
  background: var(--black);
  color: #fff;
  border-bottom: 5px solid var(--pink);
}
.profile-avatar {
  display: grid;
  place-items: center;
  width: 86px;
  aspect-ratio: 1;
  border: 2px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: #1b3541;
  color: #c7e3e4;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 800;
  overflow: hidden;
  line-height: 1;
  flex: none;
}
.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.profile-spotlight-head h2 {
  margin: 0 0 8px;
  font-size: 32px;
}
.profile-spotlight-head p {
  margin: 0;
  color: #d6e1e5;
}
.profile-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.profile-badge-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.profile-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.profile-metric-card {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px;
  border-right: 1px solid var(--line);
  background: #f7fafb;
}
.profile-metric-card:last-child {
  border-right: 0;
}
.profile-metric-icon {
  display: grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 8px;
  background: var(--pink);
  color: #fff;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.profile-metric-card strong,
.profile-metric-card span {
  display: block;
}
.profile-metric-card strong {
  color: var(--black);
  font-size: 18px;
  line-height: 1.25;
}
.profile-metric-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.profile-metric-card .profile-metric-icon {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  margin: 4px 0 2px;
}
.profile-spotlight.is-luxe {
  border-color: #cbdadd;
  box-shadow: 0 22px 60px rgba(21, 41, 52, .14);
}
.profile-spotlight.is-luxe .profile-spotlight-head {
  position: relative;
  grid-template-columns: 98px 1fr;
  padding: 26px;
  background:
    linear-gradient(135deg, #152934 0%, #1d3946 58%, #284c5c 100%);
}
.profile-spotlight.is-luxe .profile-spotlight-head::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 96px;
  height: 4px;
  border-radius: 999px;
  background: #8fc7c8;
}
.profile-spotlight.is-luxe .profile-avatar {
  width: 98px;
  border-color: #8fc7c8;
  box-shadow: 0 0 0 7px rgba(21, 41, 52, .18);
}
.profile-spotlight.is-luxe .profile-metric-card {
  position: relative;
  background: #fff;
  padding-top: 24px;
}
.profile-spotlight.is-luxe .profile-metric-card::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 10px;
  height: 3px;
  border-radius: 999px;
  background: #8fc7c8;
}
.profile-spotlight.is-luxe .profile-metric-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--black);
  color: #c7e3e4;
  font-size: 13px;
  line-height: 1;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.08);
}
.wealth-focus {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr);
  gap: 18px;
  align-items: stretch;
  margin: 24px 0 30px;
}
.wealth-focus-media {
  display: grid;
  place-items: center;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fafb;
  padding: 22px;
}
.wealth-focus-media strong {
  display: block;
  color: var(--deep-pink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  line-height: 1.08;
  text-align: center;
}
.wealth-focus-box {
  border: 1px solid var(--line);
  border-top: 5px solid var(--pink);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(21, 41, 52, .06);
}
.wealth-focus-box h2 {
  margin-top: 0;
  font-size: 30px;
}
.wealth-focus-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wealth-focus-list li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.wealth-focus-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.wealth-focus-list span {
  color: var(--muted);
  font-weight: 800;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
}
.info-table th, .info-table td {
  border: 1px solid var(--line);
  padding: 12px;
  text-align: left;
}
.info-table th {
  background: var(--black);
  color: #fff;
}
.related-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0;
}
.related-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #f7fafb;
  color: var(--deep-pink);
  transition: color .18s ease;
}
.related-card:hover {
  color: var(--pink);
}
.related-card span {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.2;
}
.related-card small {
  display: block;
  color: var(--muted);
  margin-top: 8px;
}
.content-image {
  margin: 26px 0;
}
.content-image img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.content-image figcaption {
  color: var(--muted);
  font-size: 14px;
  margin-top: 8px;
}
.author-box {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: start;
  margin: 34px 0 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fafb;
}
.author-mark {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--black);
  color: #c7e3e4;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 800;
}
.author-box h2 {
  margin: 0 0 6px;
  font-size: 26px;
}
.author-box p {
  margin: 0;
}

/* Premium net-worth profile — enabled per article with page_variant. */
.networth-showcase-layout {
  display: block;
  width: min(1240px, calc(100% - 36px));
  padding-top: 30px;
}
.networth-showcase-article { font-size: 17px; }
.nw-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(143, 199, 200, .32);
  border-radius: 28px;
  background:
    radial-gradient(circle at 84% 10%, rgba(217, 255, 251, .13), transparent 28%),
    linear-gradient(135deg, #0c1b23 0%, #152934 56%, #1d3b47 100%);
  color: #fff;
  box-shadow: 0 28px 80px rgba(12, 27, 35, .22);
}
.nw-hero::before,
.nw-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.nw-hero::before {
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 50%);
}
.nw-hero::after {
  width: 320px;
  height: 320px;
  right: -180px;
  bottom: -190px;
  border: 1px solid rgba(217,255,251,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 56px rgba(217,255,251,.035), 0 0 0 112px rgba(217,255,251,.025);
}
.nw-portrait-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: clamp(24px, 4vw, 52px) 0 clamp(24px, 4vw, 52px) clamp(24px, 4vw, 52px);
}
.nw-portrait-frame {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid rgba(217,255,251,.34);
  border-radius: 120px 18px 18px 18px;
  background: #213d48;
  box-shadow: 0 24px 55px rgba(0,0,0,.34);
}
.nw-portrait-frame::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(8, 20, 27, .72));
}
.nw-portrait-frame img {
  display: block;
  width: 100%;
  height: auto;
  background: #213d48;
}
.nw-photo-label {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(12,27,35,.72);
  color: #d9fffb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.nw-portrait-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(217,255,251,.9);
  background: radial-gradient(circle at 30% 25%, #35515d 0, #19313b 52%, #0b1b22 100%);
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(72px, 12vw, 132px);
  font-weight: 900;
  letter-spacing: -.07em;
}
.nw-portrait-fallback[hidden] { display: none; }
.nw-verified {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  color: #c9d8dc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}
.nw-verified span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d9fffb;
  color: #0c1b23;
}
.nw-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  align-self: center;
  padding: clamp(36px, 6vw, 76px);
}
.nw-overline {
  margin: 0 0 7px;
  color: #8fc7c8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.networth-showcase-article .nw-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 6.8vw, 88px);
  line-height: .98;
  letter-spacing: -.035em;
}
.nw-role {
  margin: 18px 0 30px;
  color: #b9cbd0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nw-value-card {
  max-width: 620px;
  padding: 22px 24px;
  border: 1px solid rgba(217,255,251,.2);
  border-left: 4px solid #d9fffb;
  border-radius: 4px 18px 18px 4px;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(9px);
}
.nw-value-card > span {
  color: #8fc7c8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.nw-value-card strong {
  display: block;
  margin: 2px 0 6px;
  color: #d9fffb;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
}
.nw-value-card p { margin: 0; color: #c6d4d8; font-size: 13px; line-height: 1.55; }
.nw-source-links {
  margin-top: 30px;
  padding: 26px 0 4px;
  border-top: 1px solid var(--line);
}
.nw-source-links h2 { margin: 0 0 16px; font-size: clamp(22px, 3vw, 30px); }
.nw-source-link-list { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.nw-source-link-list a {
  color: var(--pink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(21,41,52,.28);
  text-underline-offset: 4px;
}
.nw-source-link-list a:hover { text-decoration-color: currentColor; }
.nw-more-profiles {
  max-width: 620px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.nw-more-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
}
.nw-more-head > span {
  color: #dce9eb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.networth-showcase-article .nw-more-head a {
  color: #8fc7c8;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.networth-showcase-article .nw-more-head a:hover { color: #d9fffb; }
.nw-profile-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
}
.networth-showcase-article .nw-profile-link {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  color: #d3e0e3;
  text-align: center;
}
.networth-showcase-article .nw-profile-link:hover { color: #fff; }
.nw-profile-photo {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 2px solid rgba(217,255,251,.3);
  border-radius: 50%;
  background: linear-gradient(145deg, #2b5260, #132a34);
  color: #d9fffb;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(0,0,0,.2);
  transition: transform .18s ease, border-color .18s ease;
}
.nw-profile-photo img { width: 100%; height: 100%; object-fit: cover; }
.nw-profile-link:hover .nw-profile-photo { transform: translateY(-3px); border-color: #d9fffb; }
.nw-profile-name {
  display: -webkit-box;
  min-height: 27px;
  overflow: hidden;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nw-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 620px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(255,255,255,.09);
}
.nw-metrics div { padding: 13px 12px; background: rgba(12,27,35,.46); }
.nw-metrics strong,
.nw-metrics span { display: block; }
.nw-metrics strong { color: #fff; font-size: 16px; }
.nw-metrics span { margin-top: 2px; color: #92a8ae; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nw-section-nav {
  position: sticky;
  top: 78px;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2.7vw, 32px);
  min-height: 62px;
  margin: 16px 0 0;
  padding: 10px 20px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 35px rgba(21,41,52,.08);
  backdrop-filter: blur(14px);
}
.nw-section-nav span { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.networth-showcase-article .nw-section-nav a {
  color: #25414d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
  white-space: nowrap;
}
.networth-showcase-article .nw-section-nav a:hover { color: #006b70; }
.nw-byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 26px;
  padding: 20px 12px 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.nw-byline span + span::before { content: "•"; margin-right: 26px; color: #8fc7c8; }
.networth-showcase-body {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: 28px 0 10px;
}
.networth-showcase-body > p:first-child {
  margin: 0 0 38px;
  padding: 24px 28px;
  border: 1px solid #cfe0e4;
  border-left: 5px solid #8fc7c8;
  border-radius: 4px 16px 16px 4px;
  background: #f5fafb;
  color: #334b55;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(19px, 2.2vw, 23px);
  line-height: 1.55;
}
.networth-showcase-body > .profile-spotlight { display: none; }
.networth-showcase-body h2 {
  position: relative;
  scroll-margin-top: 155px;
  margin: 62px 0 20px;
  padding-top: 18px;
  color: #102731;
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: -.02em;
}
.networth-showcase-body h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: #8fc7c8;
}
.networth-showcase-body p { color: #3e5058; }
.networth-showcase-body .info-table {
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d6e2e5;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(21,41,52,.06);
}
.networth-showcase-body .info-table th,
.networth-showcase-body .info-table td { padding: 15px 17px; border: 0; border-bottom: 1px solid #e2eaec; }
.networth-showcase-body .info-table th { background: #152934; }
.networth-showcase-body .info-table tbody tr:nth-child(even) td { background: #f7fafb; }
.networth-showcase-body .info-table tr:last-child th,
.networth-showcase-body .info-table tr:last-child td { border-bottom: 0; }
.networth-showcase-body .content-image img { max-height: 520px; border-radius: 18px; box-shadow: 0 18px 50px rgba(21,41,52,.13); }
.networth-showcase-body .content-image figcaption { padding: 0 4px; }
.networth-showcase-body .author-box { border-radius: 16px; border-top: 4px solid #8fc7c8; }
.networth-showcase-body .faq-item { padding: 18px 20px; border-radius: 12px; background: #fff; box-shadow: 0 8px 22px rgba(21,41,52,.045); }
.networth-showcase-body .faq-item summary { color: #152934; font-family: "Playfair Display", Georgia, serif; font-size: 19px; }
.nw-bottom-profiles {
  margin: 72px 0 10px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 26px;
  background: #10252f;
  color: #fff;
  box-shadow: 0 24px 64px rgba(21,41,52,.17);
}
.nw-bottom-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
.nw-bottom-head > div > span {
  color: #8fc7c8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.networth-showcase-body .nw-bottom-head h2 {
  margin: 7px 0 0;
  padding: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 42px);
}
.networth-showcase-body .nw-bottom-head h2::before { display: none; }
.networth-showcase-article .nw-bottom-head > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border: 1px solid rgba(217,255,251,.28);
  border-radius: 12px;
  color: #d9fffb;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.networth-showcase-article .nw-bottom-head > a:hover { border-color: #d9fffb; color: #fff; }
.nw-bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.networth-showcase-article .nw-bottom-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(217,255,251,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  color: #fff;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.networth-showcase-article .nw-bottom-card:hover {
  transform: translateY(-5px);
  border-color: rgba(217,255,251,.46);
  background: rgba(255,255,255,.09);
  color: #fff;
}
.nw-bottom-photo {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 17px 17px 10px 10px;
  background: linear-gradient(145deg, #315b69, #17313c);
  color: #d9fffb;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 56px;
  font-weight: 800;
}
.nw-bottom-photo img { width: 100%; height: 100%; object-fit: cover; }
.nw-bottom-copy { display: block; padding: 15px 16px 17px; }
.nw-bottom-copy strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nw-bottom-copy small { display: block; margin-top: 8px; color: #8fc7c8; font-size: 11px; font-weight: 900; }
.networth-showcase-article > .source-section { width: min(860px, 100%); margin-inline: auto; border-radius: 14px; }

.bio-mag {
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: visible;
  background: #fff;
}
.bio-mag-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
  gap: clamp(22px, 4vw, 42px);
  align-items: end;
  padding: clamp(28px, 5vw, 48px) clamp(20px, 4vw, 36px) 0;
  background: var(--black);
  color: #fff;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.bio-mag-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(21,41,52,.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(21,41,52,.08) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.bio-mag-hero-copy,
.bio-mag-photo {
  position: relative;
  z-index: 1;
}
.bio-mag-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #8fc7c8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.bio-mag-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #8fc7c8;
}
.bio-mag-title {
  margin: 0 0 10px;
  font-size: 72px !important;
  color: #fff;
}
.bio-mag-subtitle {
  margin: 0 0 22px;
  color: #d6e1e5;
  font-size: 18px;
  max-width: 650px;
}
.bio-mag-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}
.bio-mag-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.bio-mag-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
  margin-bottom: 34px;
}
.bio-mag-meta strong,
.bio-mag-meta span {
  display: block;
}
.bio-mag-meta strong {
  color: #d6e8e8;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.bio-mag-meta span {
  color: #fff;
  font-weight: 800;
}
.bio-mag-photo-frame {
  position: relative;
  aspect-ratio: auto;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background: #1b3541;
}
.bio-mag-photo-frame img {
  display: block;
  width: 100%;
  height: auto;
  background: #1b3541;
}
.bio-mag-photo-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 10px;
  border: 1px solid #8fc7c8;
  border-radius: 999px;
  background: rgba(21,41,52,.76);
  color: #d6e8e8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.bio-mag-photo-line {
  display: none;
}
.bio-mag-toc {
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
  z-index: 30;
  display: flex;
  gap: 0;
  overflow-x: auto;
  border-bottom: 0;
  background: #fff;
  box-shadow: 0 10px 22px rgba(10, 10, 12, .06);
  scrollbar-width: thin;
}
.bio-mag-toc a {
  white-space: nowrap;
  padding: 13px 15px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.bio-mag-toc a:hover {
  color: var(--pink);
  border-bottom-color: var(--pink);
}
.bio-mag-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(24px, 4vw, 42px);
  padding: 0 clamp(20px, 4vw, 36px) 34px;
}
.bio-mag-main {
  min-width: 0;
}
.bio-mag-section {
  scroll-margin-top: 156px;
  padding: 36px 0;
  border-bottom: 0;
}
.bio-mag-section:last-child {
  border-bottom: 0;
}
.bio-mag-head {
  display: flex;
  align-items: baseline;
  margin-bottom: 18px;
  padding-bottom: 0;
  border-bottom: 0;
}
.bio-mag-head h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(34px, 4.5vw, 32px);
  line-height: 1.08;
}
.bio-mag-lead {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
  line-height: 1.65;
  color: var(--ink);
}
.bio-mag-highlight {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--pink);
  border-radius: 0 8px 8px 0;
  background: #f7fafb;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
}
.bio-mag-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 24px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}
.bio-mag-social,
.bio-mag-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 24px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}
.bio-mag-stat,
.bio-mag-social-card,
.bio-mag-card {
  background: #fff;
  padding: 18px;
}
.bio-mag-stat strong,
.bio-mag-social-card strong {
  display: block;
  color: var(--black);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}
.bio-mag-stat span,
.bio-mag-social-card span,
.bio-mag-card span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.bio-mag-stat small {
  display: inline;
  margin-left: 4px;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}
.bio-mag-stat small a {
  color: var(--deep-pink);
  font-weight: 900;
}
.bio-mag-timeline {
  position: relative;
  display: grid;
  gap: 0;
  margin-left: 8px;
  padding-left: 22px;
}
.bio-mag-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--line);
}
.bio-mag-timeline-item {
  position: relative;
  padding: 0 0 24px;
}
.bio-mag-timeline-item:last-child {
  padding-bottom: 0;
}
.bio-mag-timeline-item::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid var(--pink);
  background: #fff;
}
.bio-mag-year {
  color: var(--deep-pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.bio-mag-event {
  margin-top: 4px;
  color: var(--black);
  font-weight: 900;
}
.bio-mag-desc {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.bio-mag-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}
.bio-mag-grid-item {
  background: #fff;
  padding: 16px;
}
.bio-mag-chip {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eef4f6;
  color: var(--deep-pink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.bio-mag-grid-title,
.bio-mag-card strong {
  display: block;
  color: var(--black);
  font-weight: 900;
  line-height: 1.3;
}
.bio-mag-grid-note,
.bio-mag-card small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  margin-top: 6px;
}
.bio-mag-awards {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.bio-mag-award {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid var(--line);
}
.bio-mag-award:last-child {
  border-bottom: 0;
}
.bio-mag-award-year {
  color: var(--pink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 800;
}
.bio-mag-award-status {
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--deep-pink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.bio-mag-facts {
  margin-top: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.bio-mag-sidebar {
  position: sticky;
  top: 142px;
  align-self: start;
}
.bio-mag-side-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  background: var(--black);
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
}
.bio-mag-side-head::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
}
.bio-mag-facts table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.bio-mag-facts td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.bio-mag-facts tr:last-child td {
  border-bottom: 0;
}
.bio-mag-facts td:first-child {
  color: var(--muted);
  font-weight: 900;
  width: 44%;
}
.bio-mag-side-box {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.bio-mag-side-body {
  padding: 14px;
}
.bio-mag-related {
  display: grid;
  gap: 12px;
}
.bio-mag-related a {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}
.bio-mag-related a:hover,
.bio-mag-related a:focus-visible {
  color: var(--content-link);
  border-color: #b9d4ee;
  background: #f3f8fd;
  outline: none;
}
.bio-mag-related-avatar {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #eef4f6;
  color: var(--deep-pink);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
}
.bio-mag-tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.bio-mag-tags-cloud span,
.bio-mag-tags-cloud a {
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--content-link);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}
.bio-mag-tags-cloud a:hover,
.bio-mag-tags-cloud a:focus-visible {
  color: #003f91;
  border-color: #8bb9e8;
  background: #eef6ff;
  outline: none;
}
.faq-section {
  margin: 34px 0 0;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  margin: 12px 0;
  background: #f7fafb;
}
.source-section {
  margin: 54px 0 0;
  padding: 20px 22px;
  border: 2px solid #d8e2e7;
  border-top: 5px solid var(--pink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(21, 41, 52, .08);
}
.source-accordion {
  padding: 0;
  margin: 0;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ink);
}
.source-accordion summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--black);
}
.source-accordion ol {
  margin: 16px 0 0;
  padding-left: 24px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.source-accordion li {
  margin: 8px 0;
}
.bio-profile-strip {
  margin: 24px 0 8px;
}
.bio-profile-strip h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 34px);
}
.bio-profile-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.bio-profile-mini {
  display: grid;
  gap: 9px;
  align-content: start;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}
.bio-profile-mini:hover {
  border-color: var(--pink);
  color: var(--pink);
}
.bio-profile-mini-media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: var(--soft-pink);
}
.bio-profile-mini-media img,
.bio-profile-mini-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bio-profile-mini-thumb {
  display: grid;
  place-items: center;
  min-height: 100%;
  color: var(--deep-pink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 900;
}
.bio-profile-mini span:last-child {
  color: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}
.featured {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  margin: 24px 0;
}
.sidebar {
  position: sticky;
  top: 96px;
  align-self: start;
}
.panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 18px;
}
.panel h3 { margin-top: 0; }
.link-list { display: grid; gap: 12px; }
.side-card-list { display: grid; gap: 14px; }
.side-card {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  align-items: center;
  font-weight: 800;
  color: var(--ink);
  border-radius: 6px;
  transition: color .18s ease;
}
.side-card:hover {
  color: var(--pink);
}
.sidebar .link-list a {
  color: var(--ink);
}
.sidebar .link-list a:hover {
  color: var(--pink);
}
.side-card img, .side-card-thumb {
  width: 82px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  background: var(--soft-pink);
}
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list span {
  background: var(--soft-pink);
  color: var(--deep-pink);
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}
.ad-slot {
  width: min(1180px, calc(100% - 36px));
  margin: 18px auto;
  min-height: 90px;
  display: grid;
  place-items: center;
  border: 1px dashed #bfd1d7;
  background: #f7fafb;
  overflow: hidden;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  background: var(--black);
  color: #fff;
  padding: 36px clamp(18px, 5vw, 70px);
  border-top: 3px solid var(--brand-highlight);
}
.site-footer p { color: #d6e3e6; max-width: 520px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 14px; align-content: start; }
.footer-brand { font-size: 28px; }
.footer-copyright {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.16);
  text-align: center;
  font-size: 14px;
}

.policy-page { max-width: 900px; }
.policy-page .page-intro {
  padding: 20px 22px;
  border-left: 5px solid var(--pink);
  border-radius: 0 8px 8px 0;
  background: var(--soft-pink);
  font-size: 20px;
}
.policy-page h2 { padding-top: 5px; }
.policy-page li { margin: 8px 0; }
.policy-updated { color: var(--muted); font-size: 14px; font-weight: 700; }
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}
.policy-grid > div, .contact-card, .policy-notice {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fafb;
}
.policy-grid h3 { margin-top: 0; }
.contact-card { margin: 24px 0; border-top: 5px solid var(--pink); }
.contact-card h2 { margin-top: 0; }
.contact-email { font-size: clamp(20px, 4vw, 28px); }
.policy-notice { border-left: 5px solid var(--pink); margin: 24px 0; }
.contact-form {
  margin: 28px 0;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid var(--line);
  border-top: 5px solid var(--pink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(21,41,52,.08);
}
.contact-form textarea { min-height: 190px; font-family: inherit; }
.contact-form select { min-height: 48px; }
.contact-submit { min-width: 170px; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-success, .form-errors {
  margin: 20px 0;
  padding: 16px 18px;
  border-radius: 8px;
}
.form-success { border: 1px solid #92d6aa; background: #effbf3; color: #155b2b; }
.form-errors { border: 1px solid #ec9ca9; background: #fff1f3; color: #8c1327; }
.form-errors ul { margin-bottom: 0; }

.admin-inbox {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.4fr);
  gap: 20px;
}
.inbox-list { padding: 0; overflow: hidden; }
.inbox-list .section-head { padding: 18px; margin: 0; border-bottom: 1px solid var(--line); }
.inbox-item {
  display: grid;
  gap: 4px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}
.inbox-item:hover, .inbox-item.is-active { background: var(--soft-pink); color: var(--ink); }
.inbox-item.is-unread { border-left: 5px solid var(--pink); }
.inbox-item span:first-child { display: flex; justify-content: space-between; gap: 10px; }
.inbox-item small, .inbox-item time { color: var(--muted); font-size: 12px; }
.inbox-detail h2 { margin-top: 5px; }
.message-meta { display: grid; gap: 10px; padding: 16px; background: #f7fafb; border-radius: 8px; }
.message-meta div { display: grid; grid-template-columns: 110px 1fr; gap: 12px; }
.message-meta dt { color: var(--muted); font-weight: 800; }
.message-meta dd { margin: 0; overflow-wrap: anywhere; }
.message-body { margin: 22px 0; padding: 20px; border: 1px solid var(--line); border-radius: 8px; overflow-wrap: anywhere; }
.inbox-actions { display: flex; gap: 10px; }
.inbox-actions form { margin: 0; }
.danger-btn { background: #a3132b; }

.admin-body { margin: 0; background: #f6f7fb; color: #20202a; }
.admin-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  width: 268px;
  padding: 26px 18px 20px;
  background: #10232d;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.08);
}
.admin-logo {
  display: flex;
  flex-direction: column;
  padding: 0 12px 26px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 29px;
  font-weight: 800;
}
.admin-logo span { color: #2f7180; }
.admin-logo small {
  margin-top: 4px;
  color: #8e8b98;
  font: 700 10px/1.2 Roboto, Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.admin-side-nav { display: grid; gap: 6px; }
.admin-side-nav a, .admin-sidebar-foot a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 11px 13px;
  border-radius: 9px;
  color: #c9c7d0;
  font-size: 14px;
  font-weight: 700;
}
.admin-side-nav a:hover, .admin-sidebar-foot a:hover {
  background: rgba(21,41,52,.15);
  color: #fff;
}
.admin-side-nav a.is-current {
  background: linear-gradient(90deg, rgba(21,41,52,.25), rgba(21,41,52,.08));
  color: #fff;
  box-shadow: inset 3px 0 0 #2f7180;
}
.admin-side-nav b {
  display: grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  margin-left: auto;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font-size: 11px;
}
.admin-sidebar-foot {
  display: grid;
  gap: 4px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.09);
}
.admin-icon { width: 19px; height: 19px; flex: none; }
.admin-main { min-height: 100vh; margin-left: 268px; }
.admin-login-main { width: min(520px, calc(100% - 32px)); margin: 7vh auto; }
.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 112px;
  padding: 24px clamp(22px, 4vw, 48px);
  background: #fff;
  border-bottom: 1px solid #e7e7ee;
}
.admin-topbar h1 { margin: 3px 0 0; font-size: clamp(28px, 3vw, 39px); }
.admin-eyebrow { margin: 0; color: var(--pink); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.admin-top-action, .admin-button, .icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font: 800 13px/1 Roboto, Arial, sans-serif;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
.admin-top-action, .admin-button.primary { background: var(--pink); color: #fff; box-shadow: 0 8px 20px rgba(21,41,52,.2); }
.admin-top-action:hover, .admin-button.primary:hover { background: var(--deep-pink); color: #fff; transform: translateY(-1px); }
.admin-button.secondary { border-color: #dcdce5; background: #fff; color: #282632; }
.admin-content { padding: clamp(22px, 4vw, 42px); }
.admin-card {
  background: #fff;
  border: 1px solid #e7e7ee;
  border-radius: 13px;
  padding: 24px;
  box-shadow: 0 10px 32px rgba(26,22,34,.055);
}
.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}
.admin-stat-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  min-height: 145px;
  padding: 20px;
  border: 1px solid #e7e7ee;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(26,22,34,.045);
}
.admin-stat-card:hover { border-color: #9dbbc4; color: inherit; transform: translateY(-2px); }
.stat-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 11px; background: #eef4f6; color: var(--pink); }
.stat-icon .admin-icon { width: 23px; height: 23px; }
.stat-icon.is-warning { background: #fff5dd; color: #a76b00; }
.stat-icon.is-success { background: #e9f8ef; color: #18834a; }
.stat-icon.is-danger { background: #fff0ef; color: #bd3f36; }
.admin-stat-card > span:last-child { display: flex; flex-direction: column; color: #666270; font-size: 13px; font-weight: 800; }
.admin-stat-card strong { display: block; margin: 4px 0 3px; color: #16131a; font-family: "Playfair Display", Georgia, serif; font-size: 36px; line-height: 1; }
.admin-stat-card small { color: #92909a; font-size: 11px; font-weight: 500; }
.admin-list-card { padding: 0; overflow: hidden; }
.admin-list-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; }
.admin-list-head h2 { margin: 0 0 4px; font-size: 25px; }
.admin-list-head p { margin: 0; color: #85818d; font-size: 13px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th {
  padding: 12px 18px;
  background: #f8f8fb;
  color: #777380;
  font-size: 10px;
  letter-spacing: .1em;
  text-align: left;
  text-transform: uppercase;
}
.admin-table td { padding: 16px 18px; border-top: 1px solid #eeeeF3; vertical-align: middle; font-size: 13px; }
.admin-table tbody tr:hover { background: #f8fbfc; }
.admin-content-title { display: block; max-width: 480px; color: #1d1a22; font-size: 14px; line-height: 1.4; }
.admin-table td small { display: block; max-width: 420px; margin-top: 5px; overflow: hidden; color: #9995a0; text-overflow: ellipsis; white-space: nowrap; }
.admin-chip { display: inline-flex; align-items: center; min-height: 27px; padding: 4px 9px; border-radius: 999px; background: #eef4f6; color: #0c1b23; font-size: 11px; font-weight: 800; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; }
.status-dot.is-live { background: #21a963; box-shadow: 0 0 0 3px #e0f5e9; }
.status-dot.is-draft { background: #e29c20; box-shadow: 0 0 0 3px #fff3d9; }
.actions-col { min-width: 270px; }
.admin-row-actions { display: flex; align-items: center; gap: 7px; }
.admin-row-actions form { margin: 0; }
.icon-button { min-height: 34px; padding: 7px 9px; border-color: #e0dee6; background: #fff; color: #55515e; font-size: 11px; }
.icon-button .admin-icon { width: 15px; height: 15px; }
.icon-button:hover { border-color: #c9c5d0; background: #f7f6f9; color: #1d1a22; }
.complete-button { border-color: #a9dfc0; color: #177340; }
.complete-button:hover { background: #ecfaf2; border-color: #69c18e; color: #105c31; }
.restore-button { border-color: #bfd1d7; color: var(--deep-pink); }
.admin-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; padding: 20px; border-top: 1px solid #eeeeF3; }
.admin-page-link { display: grid; place-items: center; min-width: 38px; height: 38px; border: 1px solid #dfdde5; border-radius: 8px; background: #fff; font-size: 13px; font-weight: 800; }
.admin-page-link.is-active, .admin-page-link:hover { border-color: var(--pink); background: var(--pink); color: #fff; }
.admin-empty { padding: 56px 24px; text-align: center; color: #85818d; }
.admin-empty .admin-icon { width: 42px; height: 42px; margin-bottom: 12px; color: #8aadb8; }
.admin-empty h3 { margin: 0 0 6px; color: #29252f; }
.admin-empty p { margin: 0; }
.database-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding: 15px 18px;
  border: 1px solid #b9dfc9;
  border-radius: 11px;
  background: #f0fbf5;
  color: #17663b;
}
.database-banner.is-fallback { border-color: #efcf91; background: #fff9eb; color: #80570c; }
.database-banner div { display: grid; }
.database-banner span { color: #6f756f; font-size: 12px; overflow-wrap: anywhere; }
.database-banner a { margin-left: auto; font-size: 12px; font-weight: 900; }
.system-log-card { margin-top: 22px; padding: 0; overflow: hidden; }
.admin-login-main .admin-topbar { padding-inline: 0; background: transparent; border: 0; }
.admin-login-main .admin-content { padding: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: grid; gap: 6px; margin-bottom: 14px; }
.field label { font-weight: 800; }
.form-control {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 12px;
  background: #fff;
}
textarea.form-control { min-height: 160px; resize: vertical; font-family: Consolas, monospace; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; }
.notice { padding: 12px 14px; background: var(--soft-pink); border-left: 4px solid var(--pink); margin-bottom: 16px; }
.admin-media-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  margin: 18px 0;
  background: #f8fbfc;
}
.admin-media-box h2 {
  margin: 0 0 14px;
  font-size: 24px;
}
.admin-image-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.admin-image-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}
.admin-image-preview {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  margin-bottom: 12px;
}
.copy-url {
  cursor: copy;
  color: var(--deep-pink);
}

.admin-stats-search-card { margin-bottom: 22px; padding: 0; }
.admin-stats-search {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(170px, .35fr) minmax(190px, .4fr) auto auto;
  gap: 10px;
  padding: 0 24px 24px;
}
.admin-search-field { position: relative; display: block; }
.admin-search-field .form-control { height: 44px; padding-left: 42px; }
.admin-search-icon { position: absolute; top: 50%; left: 13px; z-index: 1; display: grid; color: #777380; transform: translateY(-50%); }
.admin-search-icon .admin-icon { width: 18px; height: 18px; }
.admin-stats-search .form-control, .admin-stats-search .admin-button { min-height: 44px; }
.admin-stats-results { margin-top: 0; }
.admin-stats-content-cell { display: flex; align-items: center; gap: 12px; min-width: 340px; }
.admin-stats-thumb {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  overflow: hidden;
  border: 1px solid #e5e3ea;
  border-radius: 9px;
  background: #f4f4f7;
  color: #9b98a2;
}
.admin-stats-thumb.needs-attention { border-color: #ecc7c3; background: #fff4f3; color: #bd3f36; }
.admin-stats-thumb img { width: 100%; height: 100%; object-fit: cover; }
.admin-stats-thumb .admin-icon { width: 21px; height: 21px; }
.admin-image-status { display: inline-flex; min-height: 27px; align-items: center; padding: 4px 9px; border-radius: 999px; font-size: 11px; font-weight: 900; white-space: nowrap; }
.admin-image-status.is-changed { background: #e7f7ed; color: #177442; }
.admin-image-status.is-unchanged { background: #fff5dd; color: #8b5d08; }
.admin-image-status.is-attention { background: #fff0ef; color: #ad3730; }

@media (max-width: 1180px) {
  .admin-stats-search { grid-template-columns: minmax(240px, 1fr) repeat(2, minmax(160px, .45fr)); }
  .admin-stats-search .admin-button { width: 100%; }
}

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-toggle {
    display: inline-flex;
    justify-content: center;
    background: var(--pink);
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 10px 12px;
    font-weight: 800;
  }
  .main-nav, .header-search { grid-column: 1 / -1; }
  .main-nav { display: none; }
  .main-nav.is-open { display: flex; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown button { width: 100%; text-align: left; }
  .nav-dropdown-menu {
    position: static;
    display: grid;
    margin-top: 10px;
    box-shadow: none;
  }
  .nav-dropdown-menu.is-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
    max-height: none;
  }
  .hero-grid, .layout, .site-footer, .wealth-focus, .bio-focus-grid { grid-template-columns: 1fr; }
  .bio-mag-hero, .bio-mag-inner { grid-template-columns: 1fr; }
  .bio-mag-toc { top: 76px; }
  .bio-mag-section { scroll-margin-top: 156px; }
  .bio-mag-photo {
    width: min(340px, 82vw);
    justify-self: center;
  }
  .bio-mag-stats, .bio-mag-social, .bio-mag-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bio-mag-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bio-profile-strip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bio-mag-sidebar { position: static; }
  .home-hero-title { font-size: clamp(42px, 8vw, 60px); }
  .grid, .profile-metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-metric-card:nth-child(2) { border-right: 0; }
  .profile-metric-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .sidebar { position: static; }
  .admin-inbox { grid-template-columns: 1fr; }
  .admin-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-sidebar { position: static; width: 100%; min-height: auto; }
  .admin-side-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .admin-sidebar-foot { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
  .admin-main { margin-left: 0; }
  .nw-hero { grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); min-height: 560px; }
  .nw-portrait-panel { padding: 26px 0 26px 26px; }
  .nw-portrait-frame { height: auto; border-radius: 90px 16px 16px; }
  .nw-hero-copy { padding: 34px; }
  .networth-showcase-article .nw-hero h1 { font-size: clamp(48px, 7vw, 66px); }
  .nw-section-nav { top: 74px; justify-content: flex-start; }
}

@media (max-width: 760px) {
  .networth-showcase-layout {
    width: calc(100% - 22px);
    max-width: 1240px;
    padding-top: 12px;
  }
  .networth-showcase-article {
    width: 100%;
    min-width: 0;
  }
  .networth-showcase-article .nw-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    visibility: visible;
    opacity: 1;
  }
  .nw-portrait-panel {
    min-width: 0;
    padding: 14px 14px 0;
  }
  .nw-portrait-frame {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
  }
  .nw-hero-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 30px 22px 32px;
  }
}

@media (max-width: 620px) {
  .grid, .form-grid, .admin-image-list, .admin-stats-search, .quick-facts, .related-card-grid, .bio-focus-grid, .policy-grid { grid-template-columns: 1fr; }
  .admin-stats-search { padding: 0 16px 18px; }
  .admin-stats-content-cell { min-width: 260px; }
  .profile-spotlight-head, .profile-metric-grid { grid-template-columns: 1fr; }
  .bio-mag {
    margin-left: -6px;
    margin-right: -6px;
  }
  .bio-mag-hero {
    padding: 26px 16px 0;
    gap: 22px;
  }
  .bio-mag-title { font-size: clamp(44px, 14vw, 60px) !important; }
  .bio-mag-subtitle {
    font-size: 16px;
    line-height: 1.6;
  }
  .bio-mag-tags { gap: 7px; }
  .bio-mag-tags span {
    min-height: 28px;
    padding: 4px 9px;
    font-size: 11px;
  }
  .bio-mag-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
  }
  .bio-mag-meta div:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
  .bio-mag-inner {
    padding: 0 14px 28px;
  }
  .bio-mag-section {
    padding: 28px 0;
  }
  .bio-mag-head {
    margin-bottom: 14px;
    padding-bottom: 0;
  }
  .bio-mag-lead {
    font-size: 19px;
    line-height: 1.55;
  }
  .bio-mag-highlight {
    padding: 15px 16px;
    font-size: 18px;
  }
  .bio-mag-stats,
  .bio-mag-social,
  .bio-mag-cards,
  .bio-mag-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bio-mag-stat,
  .bio-mag-social-card,
  .bio-mag-card,
  .bio-mag-grid-item {
    padding: 14px;
  }
  .bio-mag-stat strong,
  .bio-mag-social-card strong {
    font-size: 28px;
  }
  .bio-mag-award {
    grid-template-columns: 62px 1fr;
  }
  .bio-mag-award-status {
    grid-column: 2;
    justify-self: start;
  }
  .bio-mag-facts td {
    padding: 8px 10px;
    font-size: 13px;
  }
  .bio-mag-toc a { padding: 10px 11px; }
  .author-box { grid-template-columns: 1fr; }
  .profile-metric-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .profile-metric-card:last-child {
    border-bottom: 0;
  }
  .header-search { min-width: 0; }
  .brand { font-size: 26px; }
  .article { font-size: 17px; }
  .admin-side-nav { grid-template-columns: 1fr 1fr; }
  .admin-topbar, .admin-list-head { align-items: flex-start; flex-direction: column; }
  .admin-top-action, .admin-button { width: 100%; }
  .admin-stat-grid { grid-template-columns: 1fr; }
  .admin-content { padding: 16px; }
  .admin-row-actions { min-width: 255px; }
  .networth-showcase-layout { width: calc(100% - 22px); max-width: 1240px; padding-top: 12px; }
  .nw-hero { grid-template-columns: minmax(0, 1fr); min-height: 0; border-radius: 20px; }
  .nw-portrait-panel { min-width: 0; padding: 12px 12px 0; }
  .nw-portrait-frame { width: 100%; height: auto; margin: 0 auto; border-radius: 16px; }
  .nw-verified { display: none; }
  .nw-photo-label { left: 14px; bottom: 13px; padding: 6px 10px; font-size: 9px; }
  .nw-hero-copy { width: 100%; max-width: 100%; padding: 26px 18px 28px; overflow: hidden; text-align: left; }
  .nw-overline { font-size: 10px; }
  .networth-showcase-article .nw-hero h1 { max-width: 100%; overflow-wrap: anywhere; font-size: clamp(42px, 12.5vw, 56px); line-height: 1; }
  .nw-role { margin: 14px 0 22px; font-size: 11px; line-height: 1.6; }
  .nw-value-card { width: 100%; max-width: 100%; padding: 18px 15px; text-align: left; }
  .nw-value-card strong { max-width: 100%; font-size: clamp(34px, 10.5vw, 48px); letter-spacing: -.035em; white-space: nowrap; }
  .nw-value-card p { font-size: 12px; }
  .nw-more-profiles { width: 100%; max-width: 100%; }
  .nw-more-head { align-items: flex-end; text-align: left; }
  .nw-profile-row {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 12px;
    margin-inline: -4px;
    padding: 4px 4px 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
  .networth-showcase-article .nw-profile-link { flex: 0 0 62px; scroll-snap-align: start; }
  .nw-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); text-align: left; }
  .nw-section-nav { top: 70px; margin-top: 10px; border-radius: 11px; }
  .nw-section-nav > span { display: none; }
  .nw-byline { justify-content: flex-start; padding-inline: 6px; }
  .nw-byline span + span::before { display: none; }
  .networth-showcase-body { padding-top: 18px; }
  .networth-showcase-body > p:first-child { padding: 19px 18px; font-size: 18px; }
  .networth-showcase-body h2 { margin-top: 48px; font-size: 31px; }
  .networth-showcase-body .info-table { display: block; overflow-x: auto; white-space: normal; }
  .nw-bottom-profiles { margin-top: 54px; padding: 22px 16px; border-radius: 20px; }
  .nw-bottom-head { align-items: flex-start; flex-direction: column; margin-bottom: 20px; }
  .nw-bottom-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .nw-bottom-copy { padding: 12px; }
  .nw-bottom-copy strong { font-size: 16px; }
}

@media (max-width: 430px) {
  .bio-mag-title { font-size: clamp(40px, 15vw, 50px) !important; }
  .bio-mag-stats,
  .bio-mag-social,
  .bio-mag-cards,
  .bio-mag-grid,
  .bio-mag-award {
    grid-template-columns: 1fr;
  }
  .bio-mag-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bio-mag-meta div:last-child:nth-child(odd),
  .bio-mag-award-status {
    grid-column: auto;
  }
  .bio-mag-photo {
    width: min(300px, 88vw);
  }
  .bio-mag-facts table,
  .bio-mag-facts tbody,
  .bio-mag-facts tr,
  .bio-mag-facts td {
    display: block;
    width: 100%;
  }
  .bio-mag-facts td:first-child {
    width: 100%;
    padding-bottom: 2px;
    border-bottom: 0;
  }
  .bio-mag-facts td:last-child {
    padding-top: 0;
  }
}
