:root {
  color-scheme: light;
  --ink: #102226;
  --muted: #607176;
  --soft: #eef8f4;
  --paper: #fbfdfb;
  --line: rgba(16, 34, 38, 0.12);
  --teal: #0f766e;
  --mint: #68d0b1;
  --blue: #2f6fed;
  --coral: #ef8a72;
  --shadow: 0 24px 80px rgba(16, 34, 38, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(104, 208, 177, 0.18), transparent 26rem),
    radial-gradient(circle at 82% 0%, rgba(47, 111, 237, 0.12), transparent 30rem),
    linear-gradient(180deg, #fbfdfb 0%, #f4faf8 46%, #ffffff 100%);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(246, 253, 250, 0.7)),
    rgba(251, 253, 251, 0.78);
  box-shadow: 0 18px 54px rgba(16, 34, 38, 0.09);
  backdrop-filter: blur(20px) saturate(1.25);
  isolation: isolate;
  transition: width 220ms ease, margin 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(104, 208, 177, 0.2), transparent 34%, rgba(47, 111, 237, 0.14));
  opacity: 0.65;
  pointer-events: none;
}

.site-header.is-scrolled {
  width: min(1060px, calc(100% - 32px));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(246, 253, 250, 0.82)),
    rgba(251, 253, 251, 0.88);
  box-shadow: 0 18px 64px rgba(16, 34, 38, 0.13);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 4px 8px 4px 4px;
  border-radius: 8px;
  transition: background 180ms ease, transform 180ms ease;
}

.brand:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-1px);
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(16, 34, 38, 0.12));
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-size: 16px;
  font-weight: 760;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(16, 34, 38, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.nav a {
  position: relative;
  min-height: 38px;
  padding: 10px 16px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nav a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-1px);
}

.nav a[aria-current="page"] {
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(16, 34, 38, 0.1);
}

.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--mint), var(--blue));
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(16, 34, 38, 0.08);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(16, 34, 38, 0.96), rgba(15, 118, 110, 0.92)),
    var(--ink);
  box-shadow: 0 14px 30px rgba(16, 34, 38, 0.18);
  font-size: 14px;
  font-weight: 780;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(16, 34, 38, 0.22);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(16, 34, 38, 0.08);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  margin-top: -86px;
  padding: 176px 24px 72px;
}

#signal-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.78;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(180deg, transparent, #f7fbfa);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  margin: 0 auto;
  padding-top: 92px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 860px;
  margin-bottom: 18px;
  font-size: clamp(64px, 12vw, 176px);
  line-height: 0.86;
  font-weight: 850;
}

h2 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(34px, 5.2vw, 72px);
  line-height: 0.98;
  font-weight: 800;
}

h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.05;
}

.hero-copy {
  max-width: 710px;
  color: #43565b;
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.45;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 760;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #ffffff;
  background: var(--ink);
  box-shadow: 0 14px 34px rgba(16, 34, 38, 0.2);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.hero-highlights {
  display: grid;
  gap: 14px;
  width: 100%;
  margin: 64px 0 0;
}

.hero-highlight {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(320px, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 232px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 60px rgba(16, 34, 38, 0.08);
  backdrop-filter: blur(14px);
}

.highlight-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.highlight-heading span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.highlight-heading strong {
  color: var(--ink);
  font-size: clamp(38px, 5vw, 56px);
  line-height: 0.9;
  font-weight: 850;
}

.hero-highlight p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.highlight-table {
  display: grid;
  gap: 0;
}

.highlight-table > div {
  display: grid;
  grid-template-columns: 34% 33% 33%;
  gap: 0;
  align-items: center;
  min-height: 46px;
  border-top: 1px solid rgba(16, 34, 38, 0.1);
}

.annual-table > div {
  grid-template-columns: 22% 28% 22% 28%;
}

.highlight-table span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

.highlight-table b {
  color: var(--ink);
  font-size: 14px;
  font-weight: 820;
  text-align: left;
  white-space: nowrap;
}

.highlight-table .highlight-table-head {
  border-top: 0;
}

.highlight-table-head span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
}

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

.section.compact {
  padding-top: 52px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -14px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.performance-panel {
  overflow: hidden;
  border: 1px solid rgba(16, 34, 38, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 252, 249, 0.86)),
    #ffffff;
  box-shadow: var(--shadow);
}

.performance-status {
  padding: 28px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.performance-status.is-error {
  color: #8a3b2f;
  background: rgba(239, 138, 114, 0.12);
}

.performance-chart {
  position: relative;
  padding: 26px 26px 24px;
}

.performance-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 18px;
  align-items: end;
  margin-bottom: 12px;
}

.performance-summary span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 740;
}

.performance-summary strong {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.95;
}

.performance-summary span:last-child {
  font-size: 14px;
  font-weight: 650;
}

.performance-chart svg {
  display: block;
  width: 100%;
  aspect-ratio: 980 / 420;
}

.performance-grid line {
  stroke: rgba(16, 34, 38, 0.08);
  stroke-width: 1;
}

.performance-grid text,
.performance-axis text {
  fill: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.performance-area {
  fill: rgba(104, 208, 177, 0.14);
}

.performance-lines path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.performance-lines path.is-primary {
  stroke-width: 4;
}

.performance-lines path.is-benchmark {
  opacity: 0.56;
  stroke-width: 2;
}

.performance-cursor {
  stroke: rgba(16, 34, 38, 0.34);
  stroke-dasharray: 4 6;
  stroke-width: 1.25;
}

.performance-focus circle {
  fill: #ffffff;
  stroke-width: 2.25;
  filter: drop-shadow(0 2px 5px rgba(16, 34, 38, 0.18));
}

.performance-hit-area {
  fill: transparent;
  cursor: crosshair;
  pointer-events: all;
}

.performance-hit-area:focus {
  outline: 3px solid rgba(104, 208, 177, 0.32);
  outline-offset: 3px;
}

.performance-tooltip {
  position: absolute;
  z-index: 2;
  width: min(202px, calc(100% - 24px));
  padding: 12px;
  border: 1px solid rgba(16, 34, 38, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(16, 34, 38, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.performance-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.performance-tooltip-date {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 820;
}

.performance-tooltip-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  min-width: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
}

.performance-tooltip-row + .performance-tooltip-row {
  margin-top: 6px;
}

.performance-tooltip-color {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.performance-tooltip-row strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
}

.performance-legend {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.performance-legend-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 9px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(16, 34, 38, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.performance-legend-item:first-child {
  background: rgba(239, 248, 244, 0.94);
  border-color: rgba(15, 118, 110, 0.22);
}

.performance-legend-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.performance-legend-item span:not(.performance-legend-color) {
  min-width: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 780;
}

.performance-legend-item strong {
  grid-column: 2;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
}

.holdings-panel {
  overflow: hidden;
  border: 1px solid rgba(16, 34, 38, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 253, 250, 0.9)),
    #ffffff;
  box-shadow: var(--shadow);
}

.holdings-status {
  padding: 28px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.holdings-status.is-error {
  color: #8a3b2f;
  background: rgba(239, 138, 114, 0.12);
}

.holdings-table-wrap {
  overflow-x: auto;
  scrollbar-width: thin;
}

.holdings-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
}

.holdings-table th,
.holdings-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(16, 34, 38, 0.1);
  text-align: left;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.holdings-table th {
  color: #ffffff;
  background: #356854;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.holdings-table th:first-child {
  width: 21%;
}

.holdings-table th:nth-child(2) {
  width: 35%;
}

.holdings-table th:nth-child(3) {
  width: 26%;
}

.holdings-table th:last-child,
.holdings-table td:last-child {
  width: 18%;
  text-align: right;
}

.holdings-table tbody tr:nth-child(even):not(.is-total) {
  background: #f8fbfa;
}

.holdings-table tbody tr:hover:not(.is-total) {
  background: rgba(104, 208, 177, 0.12);
}

.holdings-table td {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}

.holdings-table .is-total {
  background: rgba(16, 34, 38, 0.04);
}

.holdings-table .is-total td {
  border-top: 2px solid #284e3f;
  border-bottom: 0;
  font-weight: 820;
}

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

.principle {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.principle:nth-child(2) {
  background: rgba(235, 246, 255, 0.84);
}

.principle:nth-child(3) {
  background: rgba(239, 248, 244, 0.9);
}

.principle:nth-child(4) {
  background: rgba(255, 246, 241, 0.9);
}

.icon-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 46px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.principle p,
.person p,
.contact-panel p,
.form-note {
  color: var(--muted);
  line-height: 1.7;
}

.team-section {
  padding-top: 54px;
}

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

.person {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 236px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 252, 249, 0.82)),
    #ffffff;
  box-shadow: 0 20px 50px rgba(16, 34, 38, 0.08);
}

.person img {
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(16, 34, 38, 0.12);
}

.person > div {
  min-width: 0;
}

.role {
  margin-bottom: 8px;
  color: var(--teal) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.social-row a {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 32px));
  margin: 38px auto 98px;
  padding: 42px;
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(16, 34, 38, 0.96), rgba(16, 82, 78, 0.92)),
    linear-gradient(90deg, var(--teal), var(--blue));
  box-shadow: var(--shadow);
}

.cta .eyebrow,
.cta h2 {
  color: #ffffff;
}

.cta h2 {
  margin-bottom: 0;
}

.cta .button.primary {
  color: var(--ink);
  background: #ffffff;
}

.page-hero {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0 42px;
}

.page-hero h1 {
  font-size: clamp(60px, 10vw, 134px);
}

.page-hero p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 18px;
  align-items: start;
  padding-top: 28px;
}

.contact-panel,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 60px rgba(16, 34, 38, 0.08);
}

.contact-panel {
  display: grid;
  gap: 30px;
  padding: 28px;
}

.contact-link {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 780;
}

.hours {
  font-size: 19px;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 740;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 14px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(104, 208, 177, 0.28);
  border-color: var(--teal);
}

textarea {
  resize: vertical;
}

.form-note {
  margin-bottom: 0;
  font-size: 13px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 44px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.footer-brand {
  margin-bottom: 14px;
}

.footer-links {
  display: flex;
  gap: 12px;
  align-items: start;
}

.footer-links a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
}

.disclaimer {
  grid-column: 1 / -1;
  max-width: 760px;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .header-cta {
    display: none;
  }

  .nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 252, 249, 0.94)),
      #ffffff;
    box-shadow: 0 18px 60px rgba(16, 34, 38, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top right;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav a {
    min-height: 46px;
    padding: 13px 14px;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

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

  .hero-inner {
    padding-top: 44px;
  }

  .hero-highlights,
  .hero-highlight,
  .section-heading,
  .performance-legend,
  .principles-grid,
  .contact-layout,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .principle {
    min-height: 220px;
  }

  .person {
    grid-template-columns: 78px 1fr;
    min-height: auto;
  }

  .person img {
    width: 78px;
    height: 78px;
  }

  .cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: min(100% - 20px, 1160px);
    margin-top: 10px;
  }

  .hero {
    margin-top: -76px;
    padding: 128px 16px 52px;
  }

  .hero-highlights,
  .team-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .highlight-table > div {
    grid-template-columns: 34% 33% 33%;
    gap: 0;
  }

  .annual-table > div {
    grid-template-columns: 22% 28% 22% 28%;
  }

  .highlight-table span,
  .highlight-table b {
    font-size: 12px;
  }

  .section,
  .page-hero,
  .cta,
  .site-footer {
    width: min(100% - 24px, 1160px);
  }

  .section {
    padding: 58px 0;
  }

  .performance-status,
  .holdings-status {
    padding: 22px;
  }

  .performance-chart {
    padding: 18px 14px;
  }

  .performance-summary {
    grid-template-columns: 1fr;
  }

  .performance-summary strong {
    grid-row: auto;
    grid-column: auto;
  }

  .performance-chart svg {
    min-height: 260px;
  }

  .holdings-table {
    min-width: 680px;
  }

  .holdings-table th,
  .holdings-table td {
    padding: 14px 16px;
  }

  .holdings-table td {
    font-size: 15px;
  }
}
