:root {
  --navy: #071426;
  --navy-2: #0d2232;
  --navy-3: #163246;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --gold: #d9a441;
  --gold-light: #e1bd70;
  --gold-text: #76551b;
  --ink: #14202a;
  --muted: #53616a;
  --line: #dcd7cc;
  --white: #fff;
  --danger: #9d3d38;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }
.serif { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.eyebrow { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.muted { color: var(--muted); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 8px 18px; color: white; background: #071426; border-bottom: 1px solid rgba(217,164,65,.28); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: inline-flex; align-items: center; justify-content: center; width: clamp(150px, 34vw, 224px); height: 54px; }
.brand-logo img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.brand-logo .logo-icon { display: none; }
.brand-logo-on-light img { filter: none; }
.capital-emblem {
  width: min(220px, 72%);
  height: 92px;
  max-width: 220px;
}
.capital-emblem .logo-full {
  display: block;
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0,0,0,.28));
}
.capital-emblem .logo-icon {
  display: none;
}
.capital-header-logo {
  width: 178px;
  height: 44px;
}
.academy-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; color: white; }
.academy-wordmark { color: #f4efe6; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .08em; line-height: 1.05; text-transform: uppercase; white-space: nowrap; }
.academy-logo { display: inline-flex; align-items: center; justify-content: center; width: auto; height: 44px; max-width: 160px; overflow: hidden; color: var(--gold-light); }
.academy-logo img { display: block; width: auto; height: 100%; max-width: 100%; object-fit: contain; object-position: center; }
.academy-logo-fallback { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: .9rem; line-height: 1; white-space: nowrap; }
.academy-logo-mark { flex: 0 0 auto; width: 36px; height: 36px; max-width: 36px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.24)); }
.academy-logo-mark img { width: 100%; height: 100%; }
.academy-logo-card { width: min(220px, 72%); height: 92px; max-width: 220px; }
.academy-logo-card .logo-full,
.academy-logo-empty .logo-full { display: block; }
.academy-logo-card .logo-icon,
.academy-logo-empty .logo-icon { display: none; }
.academy-logo-empty { width: min(230px, 78vw); height: 84px; max-width: 230px; margin-bottom: 16px; }
.footer-brand .brand-logo { width: 178px; height: 44px; }
.academy-footer-brand .academy-brand { gap: 13px; }
.academy-footer-brand .academy-logo { height: 60px; max-width: 74px; }
.academy-footer-brand .academy-wordmark { font-size: 1.22rem; }
.gate-brand { display: flex; justify-content: center; margin: 0 auto 18px; }
.gate-brand .brand-logo { width: min(220px, 70vw); height: 54px; }
.menu-button { width: 40px; height: 40px; display: grid; align-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.2); background: transparent; }
.menu-button span { display: block; width: 18px; height: 1px; margin: auto; background: white; transition: transform .2s; }
.site-nav { position: fixed; inset: 66px 0 auto; display: none; padding: 24px 18px 30px; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.12); }
.site-nav.open { display: grid; }
.site-nav a, .nav-session { min-height: 42px; display: flex; align-items: center; padding: 0; color: #dbe1e4; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); background: transparent; text-align: left; font-size: .85rem; font-weight: 600; line-height: 1; }
.site-nav a.active { color: var(--gold-light); }
.user-menu { position: relative; }
.user-menu-button { width: 100%; display: flex; align-items: center; gap: 9px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); color: white; background: transparent; text-align: left; font-size: .78rem; font-weight: 700; }
.user-avatar { width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy); background: var(--gold-light); border-radius: 50%; font-size: .62rem; }
.user-menu-panel { display: none; padding: 14px 0 4px; color: #dbe1e4; border-bottom: 1px solid rgba(255,255,255,.12); }
.user-menu-panel.open { display: grid; gap: 8px; }
.user-menu-panel strong, .user-menu-panel small { display: block; }
.user-menu-panel small { color: #aebbc3; font-size: .64rem; }
.user-menu-panel a, .user-menu-panel button { padding: 8px 0; border: 0; color: var(--gold-light); background: transparent; text-align: left; font-size: .7rem; font-weight: 700; }

main { min-height: 70vh; }
.page { padding-top: 70px; animation: reveal .28s ease; }
.container { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 36px)); margin-inline: auto; }
.section { padding: 64px 0; }
.section-cream { background: var(--cream); }
.section-paper { background: var(--paper); }
.section-navy { color: white; background: var(--navy); }
.section-heading { margin-bottom: 30px; }
.section-heading h1, .section-heading h2 { max-width: 700px; margin: 9px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 7vw, 4.5rem); font-weight: 400; line-height: 1.03; letter-spacing: 0; }
.section-heading h2 { font-size: clamp(2rem, 6vw, 3.5rem); }
.section-heading p { max-width: 620px; margin: 0; color: var(--muted); line-height: 1.7; }
.section-navy .section-heading p { color: #aebbc3; }

.hero { position: relative; min-height: min(820px, 100svh); display: flex; align-items: end; padding: 118px 0 60px; color: white; background: var(--navy) url("assets/hampton-crest-hero-optimized.jpg") center/cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,15,25,.94) 0%, rgba(4,15,25,.72) 48%, rgba(4,15,25,.18) 100%), linear-gradient(0deg, rgba(4,15,25,.7), transparent 45%); }
.hero-content { position: relative; z-index: 1; max-width: 720px; }
.hero h1 { margin: 15px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.15rem, 12vw, 6.8rem); font-weight: 400; line-height: .96; letter-spacing: 0; }
.hero-statement span { display: block; }
.hero-statement span + span { margin-top: .18em; color: var(--gold-light); }
.hero p { max-width: 580px; margin: 0 0 30px; color: #d5dde0; font-size: 1rem; line-height: 1.7; }
.page-hero { padding: 132px 0 58px; color: white; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.12); }
.page-hero h1 { max-width: 850px; margin: 13px 0 15px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 11vw, 5.7rem); font-weight: 400; line-height: 1; letter-spacing: 0; }
.page-hero p { max-width: 620px; margin: 0; color: #afbdc5; line-height: 1.7; }
.academy-hero { background: radial-gradient(circle at 82% 20%, rgba(217,164,65,.16), transparent 34%), var(--navy); }
.academy-hero-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}
.academy-hero-inner h1,
.academy-hero-inner p {
  margin-left: auto;
  margin-right: auto;
}
.academy-hero-inner p {
  max-width: 720px;
}
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 0; padding: 0 17px; border: 1px solid transparent; border-radius: 1px; font-size: .75rem; font-weight: 700; letter-spacing: .03em; }
.button-primary { color: var(--navy); background: var(--gold-light); border-color: var(--gold-light); }
.button-primary:hover { background: #e5d2a5; }
.button-secondary { color: white; background: transparent; border-color: rgba(255,255,255,.45); }
.button-ink { color: white; background: var(--navy); border-color: var(--navy); }
.button-outline { color: var(--navy); background: transparent; border-color: #aab1b4; }
.button-wide { width: 100%; }
.text-link { color: var(--gold); border: 0; background: transparent; font-size: .76rem; font-weight: 700; }
.mission-layout { display: grid; gap: 25px; }
.mission-copy { padding-top: 22px; border-top: 1px solid var(--line); }
.mission-copy p { margin: 0 0 22px; color: var(--muted); font-size: .93rem; line-height: 1.85; }
.feature-grid { display: grid; gap: 16px; background: transparent; border: 0; }
.feature-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 126px 28px 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(246,242,234,.92)),
    var(--paper);
  border: 1px solid rgba(20,32,42,.13);
  border-radius: 16px;
  box-shadow: 0 22px 58px rgba(7,20,38,.075);
}
.feature-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 96px;
  border-bottom: 1px solid rgba(217,164,65,.25);
  background:
    radial-gradient(circle at 18% 24%, rgba(217,164,65,.18), transparent 0 25%),
    linear-gradient(135deg, rgba(217,164,65,.13), transparent 30%),
    linear-gradient(120deg, rgba(8,27,43,.98), rgba(3,16,28,.98));
}
.feature-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 96px 0 0;
  pointer-events: none;
}
.feature-card-media {
  position: absolute;
  top: 23px;
  left: 28px;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #e8cf86, #b9852d);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.feature-card-media svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-card h3 { margin: 0 0 14px; color: var(--navy); font-family: Georgia, serif; font-size: clamp(1.8rem, 6vw, 2.35rem); line-height: 1.08; font-weight: 400; letter-spacing: -.035em; }
.feature-card h3::after { content: ""; display: block; width: 44px; height: 1px; margin-top: 14px; background: var(--gold); }
.feature-card p { max-width: 430px; margin: 0; color: rgba(83,97,106,.88); font-size: .92rem; line-height: 1.72; }
.feature-card-01::after {
  background:
    linear-gradient(145deg, transparent 0 68%, rgba(217,164,65,.045) 69%, transparent 70%),
    radial-gradient(ellipse at 82% 72%, rgba(7,20,38,.026), transparent 38%);
}
.feature-card-02::after {
  background:
    linear-gradient(rgba(7,20,38,.034), rgba(7,20,38,.034)) 72% 80% / 24px 76px no-repeat,
    linear-gradient(rgba(7,20,38,.03), rgba(7,20,38,.03)) 82% 80% / 24px 112px no-repeat,
    linear-gradient(rgba(7,20,38,.024), rgba(7,20,38,.024)) 91% 80% / 24px 66px no-repeat,
    linear-gradient(145deg, transparent 0 68%, rgba(217,164,65,.052) 69%, transparent 70%);
}
.feature-card-03::after {
  background:
    radial-gradient(circle at 82% 54%, transparent 0 24%, rgba(7,20,38,.034) 25% 25.8%, transparent 26.5%),
    radial-gradient(circle at 82% 54%, transparent 0 40%, rgba(7,20,38,.028) 41% 41.8%, transparent 42.5%),
    linear-gradient(34deg, transparent 0 64%, rgba(7,20,38,.035) 65%, transparent 66%);
}
.feature-card-04::after {
  background:
    linear-gradient(150deg, transparent 0 62%, rgba(217,164,65,.062) 63%, transparent 64%),
    radial-gradient(ellipse at 58% 92%, rgba(7,20,38,.03), transparent 36%),
    radial-gradient(ellipse at 30% 82%, rgba(217,164,65,.045), transparent 34%);
}
.cta-band { display: grid; gap: 25px; align-items: end; }
.cta-band h2 { max-width: 680px; margin: 10px 0; font-family: Georgia, serif; font-size: clamp(2.25rem, 9vw, 4.2rem); font-weight: 400; line-height: 1.05; }
.cta-band p { max-width: 580px; margin: 0; color: #afbdc5; line-height: 1.7; }

.principles { display: grid; gap: 0; border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.principle > span { color: var(--gold); font-family: Georgia, serif; font-size: 1.2rem; }
.principle h3 { margin: 0 0 7px; font-family: Georgia, serif; font-weight: 400; }
.principle p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.feature-band { display: grid; gap: 25px; }
.feature-band h2 { margin: 8px 0 14px; font-family: Georgia, serif; font-size: clamp(2.2rem, 8vw, 4rem); font-weight: 400; }
.feature-band p { color: #afbdc5; line-height: 1.7; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); }
.metric { min-height: 120px; padding: 18px; background: var(--navy-2); }
.metric strong { display: block; color: var(--gold-light); font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.metric span { display: block; margin-top: 8px; color: #b5c0c6; font-size: .65rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; }

.search-bar { position: relative; margin-bottom: 20px; }
.search-bar input { width: 100%; min-height: 48px; padding: 0 15px 0 43px; border: 1px solid var(--line); background: white; color: var(--ink); outline: 0; }
.search-bar input:focus { border-color: var(--gold); }
.search-bar span { position: absolute; left: 16px; top: 14px; color: var(--gold); }
.filter-row { display: flex; gap: 7px; margin-bottom: 25px; overflow-x: auto; padding-bottom: 3px; }
.filter-button { flex: 0 0 auto; min-height: 34px; padding: 0 12px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: .68rem; font-weight: 700; }
.filter-button.active { color: white; background: var(--navy); border-color: var(--navy); }
.card-grid { display: grid; gap: 14px; }
.academy-toolbar { display: grid; gap: 12px; margin-bottom: 30px; }
.compact-heading { margin-top: 34px; margin-bottom: 16px; }
.compact-heading h2 { font-size: clamp(1.8rem, 6vw, 2.8rem); }
.course-grid, .book-grid, .cms-list { display: grid; gap: 14px; }
.course-card, .book-card, .cms-card { display: grid; gap: 16px; padding: 18px; border: 1px solid var(--line); background: white; }
.course-thumb, .book-cover { min-height: 150px; display: grid; place-items: center; color: var(--gold); background: var(--navy); overflow: hidden; }
.course-thumb img, .book-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.course-thumb span, .book-cover span { font-family: Georgia, serif; font-size: 1.5rem; }
.course-card h3, .book-card h3, .cms-card h3 { margin: 10px 0 8px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.1; }
.course-card p, .book-card p, .cms-card p { margin: 0 0 14px; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.book-card small { display: block; margin-bottom: 14px; color: var(--muted); }
.lesson-list { display: grid; gap: 10px; }
.lesson-row { display: grid; gap: 12px; padding: 14px; border: 1px solid var(--line); background: white; }
.lesson-row strong, .lesson-row span { display: block; }
.lesson-row span { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.lesson-reader { display: grid; gap: 18px; max-width: 820px; }
.rich-content { color: var(--ink); line-height: 1.75; }
.rich-content h2, .rich-content h3, .rich-content blockquote { font-family: Georgia, serif; font-weight: 400; }
.rich-content blockquote { margin: 18px 0; padding: 14px 18px; border-left: 2px solid var(--gold); background: white; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: var(--navy); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lesson-card { min-height: 275px; display: flex; flex-direction: column; padding: 21px; border: 1px solid var(--line); background: white; }
.card-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lesson-card h3 { margin: 26px 0 10px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; line-height: 1.2; }
.lesson-card p { margin: 0 0 18px; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.lesson-card footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); }
.tag { padding: 5px 7px; color: #725f39; background: #f4ecdb; font-size: .56rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.lesson-progress { display: grid; gap: 7px; margin: auto 0 16px; }
.lesson-progress > div:first-child { display: flex; justify-content: space-between; color: var(--muted); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.lesson-progress strong { color: var(--navy); }
.progress-track { height: 5px; overflow: hidden; background: #e3ded3; }
.progress-track span { display: block; height: 100%; background: var(--gold); }
.empty-state { padding: 45px 20px; border: 1px solid var(--line); text-align: center; }
.empty-state h3 { font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; }
.academy-page .empty-state { background: linear-gradient(135deg, rgba(255,255,255,.76), rgba(244,240,231,.72)); }

.gate { min-height: 680px; display: grid; place-items: center; padding: 90px 0; color: white; background: var(--navy); }
.gate-card { max-width: 590px; text-align: center; }
.restricted-gate-card { padding-top: 0; }
.restricted-gate-card .eyebrow { display: inline-block; margin-bottom: 4px; }
.gate-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 25px; color: var(--gold-light); border: 1px solid var(--gold); font-size: 1.35rem; }
.gate-card h1 { margin: 10px 0 15px; font-family: Georgia, serif; font-size: clamp(2.5rem, 9vw, 4.6rem); font-weight: 400; }
.gate-card p { color: #afbdc5; line-height: 1.7; }
.gate-card .button-row { justify-content: center; margin-top: 28px; }
.disclaimer { padding: 14px 16px; color: #695c3c; background: #f2ead7; border-left: 2px solid var(--gold); font-size: .68rem; line-height: 1.6; }
.disclaimer-compact { padding-block: 10px; }
.preview-layout { display: grid; gap: 20px; }
.preview-panel { padding: 24px; border: 1px solid var(--line); background: white; }
.preview-panel h2 { margin: 14px 0; font-size: clamp(2rem, 7vw, 3.4rem); font-weight: 400; line-height: 1.08; }
.preview-panel > p { margin-bottom: 25px; color: var(--muted); line-height: 1.75; }
.analysis-skeleton { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.analysis-skeleton div { min-height: 105px; display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: center; padding: 17px; background: var(--paper); }
.analysis-skeleton span { color: var(--gold); font-family: Georgia, serif; }
.analysis-skeleton strong { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 400; }
.analysis-layout { display: grid; gap: 18px; }
.analysis-form, .analysis-result, .panel { padding: 20px; border: 1px solid var(--line); background: white; }
.analysis-form label, .form-field label { display: block; margin-bottom: 7px; color: var(--muted); font-size: .63rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.analysis-form-row { display: flex; gap: 8px; }
.analysis-form input { min-width: 0; flex: 1; }
.analysis-form-inline { display: grid; gap: 12px; margin: 18px 0; }
.analysis-result-box { margin-top: 16px; padding: 15px; background: var(--cream); border-left: 2px solid var(--gold); }
.analysis-result-box h3 { margin: 7px 0; font-family: Georgia, serif; font-size: 1.4rem; font-weight: 400; }
.analysis-result-box p { margin: 8px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.6; }
.stock-analysis-card { display: grid; gap: 16px; }
.stock-metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.stock-metric-grid div { min-width: 0; padding: 11px; background: white; }
.stock-metric-grid span, .stock-metric-grid strong { display: block; }
.stock-metric-grid span { color: var(--muted); font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; }
.stock-metric-grid strong { margin-top: 5px; color: var(--ink); font-size: .78rem; overflow-wrap: anywhere; }
.education-summary { display: grid; gap: 8px; }
.education-summary h4 { margin: 8px 0 0; color: var(--navy); font-family: Georgia, serif; font-size: 1.05rem; font-weight: 400; }
.watchlist-add-area { display: grid; gap: 12px; }
.watchlist-picker { padding: 14px; border: 1px solid var(--line); background: white; }
.watchlist-picker-form { display: grid; gap: 12px; }
input, textarea, select { width: 100%; min-height: 48px; padding: 11px 12px; color: var(--ink); background: white; border: 1px solid #cfd2cf; border-radius: 0; outline: 0; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); }
textarea { min-height: 125px; resize: vertical; }
.analysis-result h2 { margin: 5px 0; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 400; }
.analysis-result h3 { margin: 22px 0 8px; font-family: Georgia, serif; font-weight: 400; }
.analysis-result p { color: var(--muted); font-size: .78rem; line-height: 1.7; }
.analysis-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 20px; background: var(--line); }
.analysis-metrics div { padding: 14px; background: var(--cream); }
.analysis-metrics span, .analysis-metrics strong { display: block; }
.analysis-metrics span { color: var(--muted); font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; }
.analysis-metrics strong { margin-top: 5px; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 400; }

.auth-page {
  min-height: 760px;
  display: grid;
  place-items: center;
  padding: 112px 0 72px;
  background:
    radial-gradient(circle at 78% 8%, rgba(217,164,65,.12), transparent 30%),
    linear-gradient(180deg, var(--cream), #fbfaf6 58%, var(--cream));
}
.auth-card {
  width: min(500px, calc(100% - 36px));
  padding: clamp(26px, 5vw, 42px);
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(251,250,246,.94)),
    white;
  border: 1px solid rgba(20,32,42,.14);
  box-shadow: 0 28px 70px rgba(7,20,38,.09);
}
.auth-brand { display: flex; justify-content: center; margin-bottom: 18px; }
.auth-brand .brand-logo { width: 190px; height: 50px; }
.auth-card h1 { margin: 10px 0 10px; font-family: Georgia, serif; font-size: clamp(2.35rem, 9vw, 3.25rem); line-height: 1.04; font-weight: 400; letter-spacing: -.04em; }
.auth-card > p { max-width: 410px; color: var(--muted); font-size: .86rem; line-height: 1.72; }
.auth-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 20px 0; border-bottom: 1px solid var(--line); }
.auth-tabs button, .auth-tabs a { min-height: 44px; padding: 13px 6px; border: 0; border-bottom: 2px solid transparent; color: var(--muted); background: transparent; font-size: .76rem; font-weight: 700; text-align: center; }
.auth-tabs button.active, .auth-tabs a.active { color: var(--navy); border-color: var(--gold); }
.form-stack { display: grid; gap: 14px; }
.form-note { color: var(--muted); font-size: .62rem; line-height: 1.5; }
.status-message { padding: 12px 14px; color: var(--navy); background: var(--cream); font-size: .76rem; line-height: 1.55; }
.status-message.error { color: #6f3f0f; background: rgba(217,164,65,.14); border: 1px solid rgba(217,164,65,.24); }
.auth-unavailable {
  margin-top: 22px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.auth-unavailable h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
}
.auth-unavailable p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.7;
}
.auth-support-actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.contact-layout { display: grid; gap: 25px; }
.contact-aside { padding: 22px; color: white; background: var(--navy); }
.contact-aside h2 { margin: 10px 0; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 400; }
.contact-aside p { color: #afbdc5; font-size: .78rem; line-height: 1.7; }
.contact-details { display: grid; gap: 15px; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); }
.contact-details span { display: block; color: var(--gold-light); font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-details strong { display: block; margin-top: 5px; font-size: .78rem; }
.contact-form { display: grid; gap: 14px; }
.form-grid { display: grid; gap: 14px; }

.admin-stats { display: grid; gap: 10px; margin-bottom: 24px; }
.admin-stat { padding: 18px; color: white; background: var(--navy); }
.admin-stat strong { display: block; color: var(--gold-light); font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.admin-stat span { color: #afbdc5; font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.admin-panel-grid { display: grid; gap: 16px; }
.most-searched-panel { margin-bottom: 16px; }
.symbol-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.symbol-chip { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 0 10px; color: var(--navy); background: var(--cream); border: 1px solid var(--line); font-size: .72rem; }
.symbol-chip strong { color: var(--navy); }
.dashboard-grid { display: grid; gap: 18px; }
.search-history-panel { margin-top: 18px; }
.panel-heading-row { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.panel-heading-row h2 { margin: 6px 0 0; font-size: clamp(1.7rem, 6vw, 2.6rem); font-weight: 400; }
.welcome-card { padding: 24px; color: white; background: var(--navy); border: 1px solid rgba(255,255,255,.12); }
.welcome-card h2 { margin: 10px 0 24px; font-family: Georgia, serif; font-size: clamp(2rem, 8vw, 3.7rem); font-weight: 400; line-height: 1.05; }
.profile-list { display: grid; gap: 1px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); }
.profile-list div { padding: 14px; background: var(--navy-2); }
.profile-list span, .profile-list strong { display: block; }
.profile-list span { color: #afbdc5; font-size: .6rem; letter-spacing: .09em; text-transform: uppercase; }
.profile-list strong { margin-top: 5px; color: white; font-size: .85rem; overflow-wrap: anywhere; }
.personal-dashboard-panel h2 { margin: 8px 0 16px; font-size: clamp(1.8rem, 7vw, 2.8rem); font-weight: 400; }
.mini-stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 15px 0; background: var(--line); border: 1px solid var(--line); }
.mini-stat-grid div { min-width: 0; padding: 13px; background: var(--cream); }
.mini-stat-grid strong, .mini-stat-grid span { display: block; }
.mini-stat-grid strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.mini-stat-grid span { margin-top: 4px; color: var(--muted); font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; }
.dashboard-mini-list { margin-top: 15px; padding-top: 13px; border-top: 1px solid var(--line); }
.dashboard-mini-list h3 { margin: 0 0 9px; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.dashboard-mini-list a { display: grid; gap: 3px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.dashboard-mini-list a strong { color: var(--navy); }
.dashboard-mini-list a span { color: var(--muted); font-size: .72rem; overflow-wrap: anywhere; }
.history-placeholder h2 { margin: 12px 0; font-size: clamp(1.8rem, 7vw, 3rem); font-weight: 400; line-height: 1.1; }
.history-placeholder p { line-height: 1.7; }
.watchlist-shell { display: grid; gap: 18px; align-items: start; }
.watchlist-sidebar h2 { margin: 8px 0 18px; font-size: clamp(1.8rem, 7vw, 2.8rem); font-weight: 400; line-height: 1.08; }
.watchlist-summary { margin-top: 18px; }
.watchlist-main { min-width: 0; }
.watchlist-grid { display: grid; gap: 14px; }
.watchlist-card { padding: 18px; border: 1px solid var(--line); background: white; }
.watchlist-card header { display: flex; align-items: start; justify-content: space-between; gap: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.watchlist-card h3 { margin: 6px 0 5px; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; line-height: 1.08; overflow-wrap: anywhere; }
.watchlist-card p { margin: 0; color: var(--muted); font-size: .72rem; }
.watchlist-inline-form { display: grid; gap: 8px; margin-top: 12px; }
.watchlist-items { display: grid; gap: 8px; margin-top: 16px; }
.watchlist-item { display: grid; gap: 12px; padding: 12px; background: var(--cream); border: 1px solid var(--line); }
.watchlist-item strong, .watchlist-item span { display: block; }
.watchlist-item span { margin-top: 4px; color: var(--muted); font-size: .72rem; overflow-wrap: anywhere; }
.watchlist-item-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.watchlist-item-actions .button { min-height: 36px; padding-inline: 12px; }
.danger-link { color: var(--danger); }
.admin-tabs { display: flex; gap: 6px; overflow-x: auto; margin-bottom: 13px; }
.cms-tabs { margin-bottom: 22px; }
.cms-form { display: grid; gap: 14px; margin-bottom: 18px; }
.check-row { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.check-row input { width: auto; min-height: auto; }
.rich-toolbar { display: flex; flex-wrap: wrap; gap: 6px; }
.rich-toolbar button { min-height: 34px; padding: 0 10px; border: 1px solid var(--line); color: var(--navy); background: white; font-size: .68rem; font-weight: 700; }
.rich-editor { min-height: 230px; padding: 14px; border: 1px solid #cfd2cf; background: white; line-height: 1.7; outline: 0; }
.rich-editor:focus { border-color: var(--gold); }
.cms-card { align-items: start; }
.cms-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); background: white; }
.compact-table { min-height: 80px; }
.compact-table p { margin: 16px; }
table { width: 100%; border-collapse: collapse; min-width: 600px; font-size: .7rem; }
th, td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--muted); background: var(--cream); font-size: .57rem; letter-spacing: .08em; text-transform: uppercase; }
.status-select { min-width: 115px; min-height: 34px; padding: 6px 8px; font-size: .68rem; }

.site-footer { color: #c3ccd1; background: #04101a; }
.footer-top { width: min(1160px, calc(100% - 36px)); display: grid; gap: 28px; margin-inline: auto; padding: 38px 0 25px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-top nav { display: grid; gap: 10px; font-size: .7rem; }
.footer-social,
.footer-contact-mini { display: grid; gap: 10px; align-content: start; }
.footer-social > span,
.footer-contact-mini span { color: var(--gold-light); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-social-icons { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.footer-social-icons a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.035);
  transition: color .22s ease, border-color .22s ease, transform .22s ease, background .22s ease;
}
.footer-social-icons a:hover {
  color: var(--gold-light);
  border-color: rgba(225,189,112,.55);
  background: rgba(225,189,112,.08);
  transform: translateY(-2px);
}
.footer-social-icons svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.footer-social-icons svg rect,
.footer-social-icons svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.footer-social-icons .youtube-icon {
  width: 19px;
  height: 19px;
}
.footer-social-icons .youtube-icon .youtube-frame {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linejoin: round;
}
.footer-social-icons .youtube-icon .youtube-play {
  fill: currentColor;
  stroke: none;
}
.footer-contact-mini a { color: #d8dee2; font-weight: 700; letter-spacing: .04em; }
.footer-contact-mini a:hover { color: var(--gold-light); }
.footer-contact-mini { font-size: .72rem; }
.footer-disclaimer { width: min(1160px, calc(100% - 36px)); margin-inline: auto; padding: 24px 0 34px; color: #84939c; font-size: .58rem; line-height: 1.7; }
.footer-disclaimer span { display: block; margin-top: 15px; color: #aeb9bf; }
.toast { position: fixed; right: 15px; bottom: 15px; z-index: 50; max-width: 320px; display: none; padding: 12px 15px; color: white; background: var(--navy); border-left: 2px solid var(--gold); font-size: .7rem; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.toast.show { display: block; animation: reveal .2s ease; }
@keyframes reveal { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 700px) {
  .site-header { min-height: 68px; padding-inline: 28px; }
  .academy-logo { height: 50px; max-width: 170px; }
  .academy-logo-mark { width: 38px; height: 38px; max-width: 38px; }
  .academy-logo-card { width: min(220px, 72%); height: 92px; max-width: 220px; }
  .academy-logo-empty { width: min(230px, 78vw); height: 84px; max-width: 230px; }
  .academy-wordmark { font-size: .82rem; }
  .academy-footer-brand .academy-logo { height: 60px; max-width: 78px; }
  .page { padding-top: 78px; }
  .site-nav { inset: 68px 0 auto; }
  .container { width: min(1160px, calc(100% - 56px)); }
  .hero { padding-bottom: 78px; }
  .principles { grid-template-columns: repeat(3, 1fr); }
  .mission-layout { grid-template-columns: 1.35fr .65fr; gap: 60px; }
  .mission-copy { padding-top: 0; border-top: 0; border-left: 1px solid var(--line); padding-left: 30px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band { grid-template-columns: 1fr auto; }
  .principle { display: block; padding: 25px; border-right: 1px solid var(--line); }
  .principle:last-child { border-right: 0; }
  .principle h3 { margin-top: 22px; }
  .feature-band { grid-template-columns: 1fr 1fr; align-items: center; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .academy-toolbar { grid-template-columns: 1fr auto; align-items: start; }
  .course-grid, .book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lesson-row { grid-template-columns: 1fr auto; align-items: center; }
  .cms-card { grid-template-columns: 1fr auto; }
  .lesson-card { min-height: 300px; }
  .analysis-layout { grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); align-items: start; }
  .analysis-form { position: sticky; top: 100px; }
  .analysis-metrics { grid-template-columns: repeat(4, 1fr); }
  .stock-metric-grid { grid-template-columns: repeat(3, 1fr); }
  .watchlist-picker-form { grid-template-columns: 1fr 1fr auto; align-items: end; }
  .watchlist-inline-form { grid-template-columns: 1fr auto; align-items: end; }
  .watchlist-inline-form[data-add-watchlist-item] { grid-template-columns: .45fr 1fr auto; }
  .watchlist-item { grid-template-columns: 1fr auto; align-items: center; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: .75fr 1.25fr; align-items: start; }
  .preview-layout { grid-template-columns: 1.2fr .8fr; align-items: stretch; }
  .admin-stats { grid-template-columns: repeat(4, 1fr); }
  .footer-top { grid-template-columns: 1fr auto minmax(230px, auto); align-items: start; }
  .footer-social { justify-self: center; }
  .footer-contact-mini { justify-self: end; }
}

/* Accessibility audit refinements */
.eyebrow,
.text-link,
.feature-card > span,
.principle > span,
.search-bar span,
.filter-button,
.card-meta,
.lesson-progress > div:first-child,
.analysis-metrics span,
.profile-list span,
.mini-stat-grid span,
.dashboard-mini-list h3 {
  color: var(--gold-text);
}

.hero .eyebrow,
.page-hero .eyebrow,
.section-navy .eyebrow,
.gate-card .eyebrow,
.contact-aside .eyebrow,
.site-footer .footer-social > span,
.site-footer .footer-contact-mini span {
  color: var(--gold-light);
}

.page-hero p,
.section-navy .section-heading p,
.cta-band p,
.feature-band p,
.gate-card p,
.contact-aside p,
.admin-stat span,
.profile-list span {
  color: #c9d2d7;
}

.site-nav a,
.nav-session,
.user-menu-button,
.user-menu-panel a,
.user-menu-panel button,
.text-link,
.filter-button,
.auth-tabs a,
.auth-tabs button,
.dashboard-mini-list a,
.footer-contact-mini a,
.contact-details a,
.book-card a,
.course-card a,
.lesson-row a,
.watchlist-card a {
  min-height: 44px;
  display: flex;
  align-items: center;
}

.filter-button {
  padding-inline: 14px;
}

.filter-button.active {
  color: #fff;
}

.footer-social-icons a {
  width: 44px;
  height: 44px;
}

.contact-aside p,
.contact-details strong,
.contact-details a {
  color: #d8e1e6;
}

.contact-details span {
  color: var(--gold-light);
}

.empty-state h2 {
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.footer-disclaimer {
  color: #aeb9bf;
  font-size: .66rem;
}

@media (min-width: 980px) {
  .site-header { padding-inline: 40px; }
  .menu-button { display: none; }
  .site-nav { position: static; display: flex; align-items: center; gap: 24px; padding: 0; background: transparent; border: 0; }
  .site-nav a, .nav-session { min-height: 40px; padding: 0; border: 0; font-size: .68rem; line-height: 1; }
  .nav-session { padding-inline: 14px; border: 1px solid rgba(255,255,255,.35); }
  .user-menu-button { width: auto; padding: 0; border: 0; }
  .user-menu-panel { position: absolute; right: 0; top: calc(100% + 14px); min-width: 240px; padding: 15px; color: var(--ink); background: white; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(0,0,0,.18); }
  .user-menu-panel small { color: var(--muted); }
  .user-menu-panel a, .user-menu-panel button { color: var(--navy); }
  .hero { align-items: center; padding-block: 150px 80px; }
  .card-grid { grid-template-columns: repeat(3, 1fr); }
  .course-grid, .book-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .feature-grid { grid-template-columns: repeat(4, 1fr); }
  .dashboard-grid { grid-template-columns: .85fr .85fr 1.3fr; align-items: stretch; }
  .watchlist-shell { grid-template-columns: 320px minmax(0, 1fr); }
  .watchlist-sidebar { position: sticky; top: 100px; }
  .admin-panel-grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .section { padding: 88px 0; }
}

@media (max-width: 420px) {
  .brand-logo { width: 46px; height: 50px; }
  .brand-logo .logo-full { display: none; }
  .brand-logo .logo-icon { display: block; }
  .footer-brand .brand-logo { width: 150px; height: 40px; }
  .footer-brand .brand-logo .logo-full { display: block; }
  .footer-brand .brand-logo .logo-icon { display: none; }
  .auth-brand .brand-logo { width: 210px; height: 56px; }
  .auth-brand .brand-logo .logo-full { display: block; }
  .auth-brand .brand-logo .logo-icon { display: none; }
  .academy-brand { gap: 8px; }
  .academy-logo { height: 40px; max-width: 48px; }
  .academy-logo-mark { width: 34px; height: 34px; max-width: 34px; }
  .academy-wordmark { max-width: 150px; font-size: .7rem; white-space: normal; }
  .academy-footer-brand .academy-logo { height: 56px; max-width: 70px; }
  .academy-footer-brand .academy-wordmark { font-size: 1.1rem; }
  .hero { min-height: 720px; padding-bottom: 44px; }
  .hero h1 { font-size: 3.15rem; }
  .hero .button, .cta-band .button { width: 100%; }
  .page-hero { padding-top: 112px; }
  .auth-card { padding: 21px; }
  .feature-card {
    min-height: 288px;
    padding: 114px 24px 28px;
    border-radius: 14px;
  }
  .feature-card::before {
    height: 88px;
  }
  .feature-card::after {
    inset: 88px 0 0;
  }
  .feature-card-media {
    top: 19px;
    left: 24px;
    width: 50px;
    height: 50px;
  }
  .feature-card-media svg {
    width: 25px;
  }
}

/* Smoothness pass for the embedded Investor Center app. */
.section {
  content-visibility: auto;
  contain-intrinsic-size: auto 620px;
}

.hero,
.page-hero {
  content-visibility: visible;
}

@media (pointer: coarse) {
  .page {
    animation-duration: .18s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .page {
    animation: none;
  }
}

/* Footer refinement: keep the Investor Center aligned with the public site footer. */
.site-footer {
  padding: 44px 0 18px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(225, 189, 112, .09), transparent 36%),
    linear-gradient(180deg, #061321 0%, #04101a 100%);
}

.site-footer .footer-top {
  width: min(980px, calc(100% - 36px));
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 18px;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.site-footer .footer-brand {
  justify-content: center;
}

.site-footer .footer-brand .brand-logo {
  width: 170px;
  height: 46px;
}

.site-footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  max-width: 820px;
}

.site-footer .footer-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: rgba(255, 255, 255, .78);
  border-right: 1px solid rgba(255, 255, 255, .12);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s ease;
}

.site-footer .footer-nav a:last-child {
  border-right: 0;
}

.site-footer .footer-nav a:hover,
.site-footer .footer-nav a:focus-visible {
  color: var(--gold-light);
}

.site-footer .footer-social {
  display: block;
}

.site-footer .footer-social-icons {
  justify-content: center;
  gap: 6px;
}

.site-footer .footer-social-icons a {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

.site-footer .footer-social-icons a:hover,
.site-footer .footer-social-icons a:focus-visible {
  color: var(--gold-light);
  border-color: transparent;
  background: transparent;
  transform: translateY(-1px);
}

.site-footer .footer-social-icons svg {
  width: 18px;
  height: 18px;
}

.site-footer .footer-social-icons svg rect,
.site-footer .footer-social-icons svg circle,
.site-footer .footer-social-icons svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer .footer-social-icons a[aria-label*="Facebook"] svg path,
.site-footer .footer-social-icons a[aria-label*="TikTok"] svg path,
.site-footer .footer-social-icons .youtube-icon .youtube-play {
  fill: currentColor;
  stroke: none;
}

.site-footer .footer-social-icons .youtube-icon {
  width: 20px;
  height: 20px;
}

.site-footer .footer-social-icons .youtube-icon .youtube-frame {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.site-footer .footer-contact-mini {
  display: none;
}

.site-footer .footer-disclaimer {
  width: min(980px, calc(100% - 36px));
  padding: 22px 0 0;
  color: rgba(255, 255, 255, .64);
  font-size: .64rem;
  line-height: 1.75;
}

.site-footer .footer-disclaimer p {
  max-width: 980px;
  margin: 0 auto;
}

.site-footer .footer-disclaimer strong {
  color: rgba(255, 255, 255, .82);
}

.site-footer .footer-disclaimer span {
  margin-top: 16px;
  color: rgba(255, 255, 255, .58);
}

@media (max-width: 760px) {
  .site-footer {
    padding: 38px 0 22px;
  }

  .site-footer .footer-top {
    width: min(100% - 32px, 980px);
    gap: 16px;
  }

  .site-footer .footer-nav {
    max-width: 360px;
  }

  .site-footer .footer-nav a {
    min-height: 40px;
    padding: 0 9px;
    border-right: 0;
    font-size: .58rem;
  }

  .site-footer .footer-social-icons {
    gap: 4px;
  }

  .site-footer .footer-social-icons svg {
    width: 17px;
    height: 17px;
  }

  .site-footer .footer-disclaimer {
    width: min(100% - 32px, 980px);
    font-size: .62rem;
  }
}

/* Final footer cleanup for the Investor Center: no duplicate quick links. */
.site-footer .footer-nav {
  display: none;
}

.site-footer .footer-top {
  gap: 16px;
}

.site-footer .footer-phone-symbol {
  display: inline-block;
  font: 400 18px/1 "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}
