/* ==========================================================================
   Capital B Advisory Services — site.css
   Design direction: "Bayshore Works"
   Wide grotesque signage type + document serif prose, navy plates, amber tick.
   ========================================================================== */

/* --- Tokens ------------------------------------------------------------- */
:root {
  /* The palette is designed for a light ground only. Declaring the scheme
     stops Chrome on Android and Safari from auto-inverting the page, which
     turns the paper background black and the green ink into pale text. */
  color-scheme: light;

  /* Capital B green is the brand surface. It carries 6.8:1 against the paper,
     but only 2.3:1 against the dark grounds — so it is never used as an accent
     on dark. Amber does that job. */
  --brand:    #195E4B;
  --brand-dp: #12463A;
  --ink:      #0B1A16;
  --slate:    #5C6B65;
  --paper:    #F8F8F5;
  --paper-2:  #F0F2ED;
  --haze:     #F0F2ED;
  --wash:      #E9F0EB;  /* faintest green band  — slate 4.8:1 */
  --wash-amber:#FAF0D9;  /* pale amber band      — slate 5.0:1, ink 15.8:1 */
  --signal:   #DDA01B;
  --signal-lt:#F0C24E;   /* small text on brand green: 4.6:1 */
  --white:    #FFFFFF;

  --line:      rgba(11, 26, 22, 0.11);
  --line-soft: rgba(11, 26, 22, 0.06);
  --line-dark: rgba(255, 255, 255, 0.18);

  --sans: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;

  --gutter: clamp(22px, 5vw, 64px);
  --max: 1180px;
  --radius: 3px;

  --band-y: clamp(48px, 7vw, 96px);
}

/* --- Reset -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.0625rem;
  line-height: 1.78;
  font-variation-settings: "opsz" 16;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--sans);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0 0 1.1em; padding-left: 1.15em; }
li { margin-bottom: 0.4em; }

hr { border: 0; border-top: 1px solid var(--line); margin: 0; }

/* Anchored sections must clear the sticky header */
:target, section[id] { scroll-margin-top: 88px; }

::selection { background: var(--brand); color: var(--paper); }

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 3px;
  border-radius: 2px;
}

/* --- Layout primitives -------------------------------------------------- */
.wrap {
  width: 100%;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.band { padding-block: var(--band-y); }
.band--tight { padding-block: clamp(32px, 4.6vw, 60px); }
.band--snug-top { padding-top: clamp(32px, 4vw, 54px); }
.band--rule { border-top: 1px solid var(--line); }

.band--brand { background: var(--brand); color: var(--paper); }
.band--ink  { background: var(--ink);  color: var(--paper); }
.band--haze { background: var(--paper-2); }
.band--wash { background: var(--wash); }
.band--amber { background: var(--wash-amber); }

.band--brand a, .band--ink a { color: var(--paper); }
.band--ink .link { border-bottom-color: var(--signal); }
.band--brand .link { border-bottom-color: var(--signal-lt); }
.band--ink .prose a { border-bottom-color: var(--signal); }
.band--brand .prose a { border-bottom-color: var(--signal-lt); }
.band--ink .eyebrow { color: var(--signal); }
.band--brand .eyebrow { color: var(--signal-lt); }
.band--ink .lede { color: rgba(242, 241, 237, 0.82); }
.band--brand .lede { color: rgba(242, 241, 237, 0.88); }
.band--brand hr, .band--ink hr { border-top-color: var(--line-dark); }

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--paper);
  padding: 12px 18px;
  z-index: 100;
  font-family: var(--sans);
  font-size: 0.9rem;
}
.skip:focus { left: 8px; top: 8px; }

/* --- Type utilities ----------------------------------------------------- */
.eyebrow {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--slate);
  margin: 0 0 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 3px;
  background: var(--signal);
  flex: none;
}
.band--brand .eyebrow::before, .band--ink .eyebrow::before { background: var(--signal-lt); }

.display {
  font-size: clamp(2.5rem, 6.4vw, 4.9rem);
  font-variation-settings: "wdth" 112, "wght" 700;
  letter-spacing: -0.028em;
  line-height: 0.98;
}

.h2 {
  font-size: clamp(1.75rem, 3.4vw, 2.6rem);
  font-variation-settings: "wdth" 108, "wght" 700;
  letter-spacing: -0.022em;
}

.h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  font-variation-settings: "wdth" 104, "wght" 650;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.lede {
  font-size: clamp(1.075rem, 1.6vw, 1.28rem);
  line-height: 1.6;
  color: var(--slate);
  max-width: 56ch;
  font-variation-settings: "opsz" 24;
}

.measure { max-width: 66ch; }
.measure-narrow { max-width: 54ch; }

.small {
  font-family: var(--sans);
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--slate);
}

.mono-label {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* --- Links -------------------------------------------------------------- */
.link {
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid var(--signal);
  padding-bottom: 2px;
  display: inline-block;
  transition: border-color 0.18s ease, color 0.18s ease;
}
.link:hover { border-bottom-color: currentColor; }

.prose a {
  text-decoration: none;
  border-bottom: 1px solid var(--brand);
  transition: background 0.18s ease;
}
.prose a:hover { background: rgba(25, 94, 75, 0.12); }

/* --- Buttons ------------------------------------------------------------ */
.btn {
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: 0.005em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.95em 1.6em;
  border: 1.5px solid var(--brand);
  border-radius: var(--radius);
  background: var(--brand);
  color: var(--paper);
  cursor: pointer;
  transition: transform 0.14s ease, background 0.18s ease, color 0.18s ease;
}
.btn:hover { background: var(--brand-dp); border-color: var(--brand-dp); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--ghost { background: transparent; color: var(--brand); border-color: var(--brand); }
.btn--ghost:hover { background: var(--brand); color: var(--paper); }

.band--brand .btn, .band--ink .btn {
  background: var(--signal);
  border-color: var(--signal);
  color: var(--ink);
}
.band--brand .btn:hover, .band--ink .btn:hover {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
}
.band--brand .btn--ghost, .band--ink .btn--ghost {
  background: transparent;
  border-color: rgba(242, 241, 237, 0.45);
  color: var(--paper);
}
.band--brand .btn--ghost:hover, .band--ink .btn--ghost:hover {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

/* --- Header ------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 248, 245, 0.88);
  backdrop-filter: saturate(150%) blur(12px);
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 76px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  text-decoration: none;
  font-family: var(--sans);
  font-size: 1.02rem;
  font-variation-settings: "wdth" 118, "wght" 750;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
}
.wordmark .tick {
  width: 10px;
  height: 10px;
  background: var(--brand);
  display: inline-block;
  flex: none;
}
.wordmark .sub {
  font-size: 0.62rem;
  font-variation-settings: "wdth" 100, "wght" 500;
  letter-spacing: 0.16em;
  color: var(--slate);
}

.nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.1rem); }

.nav a {
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 550;
  text-decoration: none;
  color: var(--ink);
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.18s ease;
  white-space: nowrap;
}
.nav a:hover { border-bottom-color: var(--signal); }
.nav a[aria-current="page"] { border-bottom-color: var(--brand); }

.nav .btn {
  padding: 0.6em 1.15em;
  font-size: 0.85rem;
  background: var(--brand);
  border-color: var(--brand);
  color: var(--paper);
}
.nav .btn:hover { background: var(--brand-dp); border-color: var(--brand-dp); color: var(--paper); }

.nav-toggle {
  display: none;
  background: transparent;
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 0.55em 0.85em;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--ink);
}

@media (max-width: 860px) {
  .nav-toggle { display: inline-block; }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 0.5rem var(--gutter) 1.25rem;
  }
  .nav.is-open { display: flex; }
  .nav a {
    padding: 0.85em 0;
    border-bottom: 1px solid var(--line-soft);
    font-size: 1rem;
  }
  .nav a:hover { border-bottom-color: var(--signal); }
  .nav .btn { margin-top: 0.9rem; justify-content: center; }
}

/* --- Hero --------------------------------------------------------------- */
.hero {
  position: relative;
  padding-block: clamp(32px, 8vw, 112px) clamp(36px, 4.2vw, 60px);
  overflow: hidden;
}
/* Faint ruled field — the wall the rates are posted on */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(to bottom, rgba(221, 160, 27, 0.16) 0 1px, transparent 1px 46px);
  pointer-events: none;
}
.hero .wrap { position: relative; }
.hero .eyebrow { color: var(--brand); }

.hero-meta {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--slate);
  display: flex;
  flex-wrap: wrap;
  gap: 0.55em 1.1em;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}
.hero-meta span { display: inline-flex; align-items: center; gap: 1.1em; }
.hero-meta span::after {
  content: "";
  width: 4px; height: 4px;
  background: var(--brand);
  display: inline-block;
}
.hero-meta span:last-child::after { display: none; }

.hero h1 { margin-bottom: 1.5rem; }
.hero .lede { margin-bottom: 0; }

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.6rem;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}
.hero-cta .caption {
  font-family: var(--sans);
  font-size: 0.85rem;
  color: var(--slate);
}

/* --- Section heads ------------------------------------------------------ */
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(1.6rem, 3vw, 2.4rem);
}
@media (max-width: 800px) {
  .section-head { grid-template-columns: 1fr; align-items: start; gap: 1.25rem; }
}

/* --- Grids -------------------------------------------------------------- */
.grid { display: grid; gap: clamp(1.25rem, 2.6vw, 2rem); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 900px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* --- Cards -------------------------------------------------------------- */
.card {
  border-top: 3px solid var(--signal);
  padding-top: 1.25rem;
}
.card .h3 { margin-bottom: 0.6rem; }
.card p { font-size: 0.98rem; color: var(--slate); }
.band--ink .card { border-top-color: var(--signal); }
.band--brand .card { border-top-color: var(--signal-lt); }
.band--ink .card p { color: rgba(242, 241, 237, 0.78); }
.band--brand .card p { color: rgba(242, 241, 237, 0.86); }

.card-boxed {
  border: 1px solid var(--line);
  border-top: 3px solid var(--signal);
  border-radius: var(--radius);
  background: var(--white);
  padding: clamp(1.4rem, 2.6vw, 2rem);
}
.card-boxed .h3 { margin-bottom: 0.7rem; }
.card-boxed p { color: var(--slate); font-size: 0.98rem; }

/* --- Steps (a real sequence) -------------------------------------------- */
.steps { counter-reset: step; border-top: 3px solid var(--signal); }
.step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr) minmax(0, 1.3fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  padding-block: clamp(1.6rem, 3.2vw, 2.4rem);
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  color: var(--brand);
  padding-top: 0.2rem;
}
.step p { color: var(--slate); font-size: 0.98rem; }

/* Dark-ground variants */
.band--brand .steps, .band--ink .steps { border-top-color: var(--signal-lt); }
.band--brand .step, .band--ink .step { border-bottom-color: var(--line-dark); }
.band--brand .step::before, .band--ink .step::before { color: var(--signal-lt); }
.band--brand .step p, .band--ink .step p { color: rgba(242, 241, 237, 0.86); }
@media (max-width: 760px) {
  .step { grid-template-columns: 3rem 1fr; }
  .step p { grid-column: 2; }
}

/* --- Fee table ---------------------------------------------------------- */
.fee-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--sans);
  font-size: 0.95rem;
  text-align: left;
}
.fee-table caption {
  text-align: left;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate);
  padding-bottom: 0.9rem;
}
.fee-table th, .fee-table td {
  padding: 1rem 1.1rem 1rem 0;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.fee-table thead th {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate);
  border-bottom: 2px solid var(--brand);
  padding-bottom: 0.7rem;
}
.fee-table tbody th { font-weight: 650; width: 32%; }
.fee-table .num {
  font-variation-settings: "wdth" 106, "wght" 700;
  font-size: 1.15rem;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .fee-table, .fee-table tbody, .fee-table tr, .fee-table td, .fee-table th { display: block; width: 100%; }
  .fee-table thead { display: none; }
  .fee-table tr { border-bottom: 1px solid var(--ink); padding-block: 1rem; }
  .fee-table td, .fee-table tbody th { border-bottom: 0; padding: 0.2rem 0; }
  .fee-table tbody th { width: auto; }
}

/* --- Facts strip -------------------------------------------------------- */
.facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
}
.facts div {
  padding: 1.15rem 1.3rem;
  border-right: 1px solid var(--line-soft);
}
.facts div:last-child { border-right: 0; }
.facts dt {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 0.35rem;
}
.facts dd {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.98rem;
  font-weight: 600;
}
@media (max-width: 760px) {
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts div { border-bottom: 1px solid var(--line-soft); }
  .facts div:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 420px) { .facts { grid-template-columns: 1fr; } }

/* --- FAQ ---------------------------------------------------------------- */
.faq { border-top: 1px solid var(--line); }
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.25rem 2.5rem 1.25rem 0;
  position: relative;
  font-family: var(--sans);
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -0.008em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--brand);
  line-height: 1;
}
.faq details[open] summary::after { content: "\2013"; }
.faq summary:hover { color: var(--brand); }
.faq .answer { padding: 0 3rem 1.5rem 0; max-width: 68ch; color: var(--slate); }

/* --- Form --------------------------------------------------------------- */
.form-grid { display: grid; gap: 1.15rem; max-width: 620px; }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field label {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate);
}
.field input, .field select, .field textarea {
  font-family: var(--serif);
  font-size: 1rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  width: 100%;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--brand);
}
.field .hint { font-family: var(--sans); font-size: 0.78rem; color: var(--slate); }
.hp { position: absolute; left: -9999px; }

.checkline {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.92rem;
  color: var(--slate);
}
.checkline input { width: 18px; height: 18px; margin-top: 4px; flex: none; }

/* --- Callout ------------------------------------------------------------ */
.callout {
  border-left: 3px solid var(--brand);
  padding: 0.2rem 0 0.2rem 1.25rem;
  color: var(--slate);
  font-size: 0.98rem;
}

.notice {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: clamp(1.1rem, 2.2vw, 1.6rem);
  font-size: 0.92rem;
  color: var(--slate);
}
.notice .mono-label { color: var(--ink); display: block; margin-bottom: 0.5rem; }

/* --- Contact rows ------------------------------------------------------- */
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li {
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  align-items: baseline;
}
.contact-list .mono-label { color: var(--slate); }
.contact-list a { text-decoration: none; border-bottom: 1px solid var(--brand); }
@media (max-width: 460px) {
  .contact-list li { grid-template-columns: 1fr; gap: 0.25rem; }
}

/* --- Footer ------------------------------------------------------------- */
.site-footer {
  background: var(--ink);
  color: rgba(242, 241, 237, 0.72);
  font-size: 0.9rem;
  padding-block: clamp(48px, 6vw, 72px) 2.5rem;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(1.75rem, 4vw, 3.5rem);
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--line-dark);
}
@media (max-width: 820px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-top { grid-template-columns: 1fr; } }

.site-footer .wordmark { color: var(--paper); margin-bottom: 1rem; }
.site-footer .wordmark .tick { background: var(--signal); }
.site-footer h4 {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--signal);
  margin-bottom: 1rem;
  font-variation-settings: "wdth" 100, "wght" 600;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.6rem; }
.footer-links a {
  font-family: var(--sans);
  font-size: 0.88rem;
  text-decoration: none;
  color: rgba(242, 241, 237, 0.78);
  border-bottom: 1px solid transparent;
}
.footer-links a:hover { color: var(--paper); border-bottom-color: var(--signal); }

.footer-legal {
  padding-top: 2rem;
  font-size: 0.8rem;
  line-height: 1.65;
  color: rgba(242, 241, 237, 0.55);
  max-width: 92ch;
}
.footer-legal p { margin-bottom: 0.9em; }
.footer-legal a { color: rgba(242, 241, 237, 0.8); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 2rem;
  padding-top: 1.5rem;
  margin-top: 1rem;
  border-top: 1px solid var(--line-dark);
  font-family: var(--sans);
  font-size: 0.78rem;
  color: rgba(242, 241, 237, 0.5);
}

/* --- Page header (interior pages) --------------------------------------- */
.page-head {
  padding-block: clamp(40px, 5.4vw, 68px) clamp(26px, 3.6vw, 44px);
  border-bottom: 1px solid var(--line);
}
.page-head { border-bottom-color: var(--signal); border-bottom-width: 3px; }
.page-head h1 { margin-bottom: 1.1rem; font-size: clamp(2.1rem, 5vw, 3.6rem); font-variation-settings: "wdth" 110, "wght" 700; letter-spacing: -0.026em; }

/* --- Prose blocks ------------------------------------------------------- */
.prose h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-variation-settings: "wdth" 106, "wght" 650;
  margin: 2.6rem 0 0.9rem;
}
.prose h3 {
  font-size: 1.05rem;
  font-variation-settings: "wdth" 102, "wght" 650;
  margin: 1.8rem 0 0.6rem;
}
.prose > :first-child { margin-top: 0; }
.prose ul { padding-left: 1.2em; }

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; } }

.sticky-side { position: sticky; top: 96px; }
@media (max-width: 860px) { .sticky-side { position: static; } }

/* --- Motion ------------------------------------------------------------- */
/* Content is visible by default. Hiding only happens once the inline
   bootstrap script has confirmed JavaScript is running, so a script error,
   a blocked file, or an old browser can never leave the page blank. */
.js .reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.55s cubic-bezier(0.2, 0.7, 0.3, 1),
              transform 0.55s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.js .reveal.is-in { opacity: 1; transform: none; }

.js .board-row { opacity: 0; transform: translateY(14px); animation: settle 0.7s cubic-bezier(0.2, 0.7, 0.3, 1) forwards; }
.js .board-row:nth-of-type(1) { animation-delay: 0.14s; }
.js .board-row:nth-of-type(2) { animation-delay: 0.26s; }
.js .board-row:nth-of-type(3) { animation-delay: 0.38s; }
.js .board-foot { opacity: 0; animation: settle 0.7s cubic-bezier(0.2, 0.7, 0.3, 1) 0.52s forwards; }

@keyframes settle { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.001ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
  .js .board-row, .js .board-foot { opacity: 1; transform: none; }
}

/* --- Print -------------------------------------------------------------- */
@media print {
  .site-header, .nav-toggle, .btn { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .band { padding-block: 1rem; }
}

/* ==========================================================================
   THE RATE BOARD — signature element
   A posted price list, not a pricing table. Rows, hairline rules, and
   figures set large enough to be the first thing anyone reads.
   ========================================================================== */
.board {
  margin-top: clamp(2.5rem, 5vw, 3.75rem);
  border-top: 3px solid var(--signal);
}

.board-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0 0.95rem;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--slate);
  border-bottom: 1px solid var(--line);
}

.board-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 4vw, 3.5rem);
  align-items: center;
  padding-block: clamp(1.6rem, 3.2vw, 2.5rem);
  border-bottom: 1px solid var(--line);
}

.board-row .name {
  font-family: var(--sans);
  font-size: clamp(1.15rem, 2.1vw, 1.5rem);
  font-variation-settings: "wdth" 106, "wght" 650;
  letter-spacing: -0.015em;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  color: var(--ink);
}
.board-row .note {
  font-size: 0.97rem;
  line-height: 1.6;
  color: var(--slate);
  max-width: 46ch;
  margin: 0;
}
.board-row .qualifier {
  display: inline-block;
  margin-top: 0.85rem;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--signal);
  border-radius: 2px;
  padding: 0.36em 0.7em;
}

.board-rate { text-align: right; white-space: nowrap; }
.board-rate .fig {
  display: block;
  font-family: var(--sans);
  font-size: clamp(3.1rem, 8.4vw, 6.25rem);
  font-variation-settings: "wdth" 96, "wght" 700;
  letter-spacing: -0.045em;
  line-height: 0.86;
  color: var(--brand);
  font-feature-settings: "tnum" 1;
}
.board-rate .per {
  display: block;
  margin-top: 0.6rem;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--slate);
}

.board-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem 1.5rem;
  padding-top: 1.2rem;
  font-family: var(--sans);
  font-size: 0.83rem;
  color: var(--slate);
}
.board-foot strong { color: var(--ink); font-weight: 650; }

@media (max-width: 620px) {
  .board-row { grid-template-columns: 1fr; gap: 0.9rem; }
  .board-rate { text-align: left; }
  .board-rate .fig { font-size: clamp(3.4rem, 17vw, 5rem); }
  .board-head span:last-child { display: none; }
}

/* ==========================================================================
   STATEMENT — a single line at poster scale, used sparingly
   ========================================================================== */
.statement {
  font-family: var(--sans);
  font-size: clamp(2.6rem, 8.2vw, 6rem);
  font-variation-settings: "wdth" 112, "wght" 700;
  letter-spacing: -0.035em;
  line-height: 0.93;
  margin: 0;
  text-wrap: balance;
}
.statement em {
  font-style: normal;
  color: var(--brand);
}
.statement-note {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.6;
  color: var(--slate);
  max-width: 58ch;
}

/* ==========================================================================
   OFFER ROWS — services as posted entries, price on the right
   ========================================================================== */
.offers { border-top: 3px solid var(--signal); }
.offer {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2.75rem);
  align-items: start;
  padding-block: clamp(1.5rem, 3vw, 2.25rem);
  border-bottom: 1px solid var(--line);
  transition: background 0.2s ease;
}
.offer:hover { background: rgba(25, 94, 75, 0.045); }
.offer .h3 { margin-bottom: 0.5rem; }
.offer p { font-size: 0.97rem; color: var(--slate); margin: 0; }
.offer .price {
  color: var(--brand);
  font-family: var(--sans);
  font-size: clamp(1.5rem, 3.2vw, 2.35rem);
  font-variation-settings: "wdth" 100, "wght" 700;
  letter-spacing: -0.035em;
  line-height: 1;
  white-space: nowrap;
  text-align: right;
}
.offer .price small {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--slate);
}
@media (max-width: 820px) {
  .offer { grid-template-columns: 1fr auto; }
  .offer p { grid-column: 1 / -1; }
}

/* ==========================================================================
   LEDGER — leader-dot rows, the typographic device of a posted price list
   ========================================================================== */
.ledger { margin: 0; }
.ledger-row {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  padding-block: 0.85rem;
  font-family: var(--sans);
}
.ledger-row + .ledger-row { border-top: 1px solid var(--line-soft); }
.ledger-row dt {
  flex: 1 1 auto;
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  min-width: 0;
}
.ledger-row .term {
  font-size: 0.95rem;
  font-weight: 550;
  color: var(--slate);
  white-space: nowrap;
}
.ledger-row .leader {
  flex: 1 1 auto;
  min-width: 1.5rem;
  border-bottom: 1px dotted rgba(11, 26, 22, 0.35);
  transform: translateY(-0.28em);
}
.ledger-row dd { margin: 0; }
.ledger-row .value {
  font-size: 1.02rem;
  font-variation-settings: "wdth" 104, "wght" 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.ledger-row .value.none { color: var(--slate); font-variation-settings: "wdth" 100, "wght" 500; }
.ledger-row .value.yes { color: var(--brand); }
.band--brand .ledger-row .leader, .band--ink .ledger-row .leader { border-bottom-color: rgba(242,241,237,0.3); }
.band--brand .ledger-row + .ledger-row, .band--ink .ledger-row + .ledger-row { border-top-color: var(--line-dark); }
.band--ink .ledger-row .value.yes { color: var(--signal); }
.band--brand .ledger-row .value.yes { color: var(--signal-lt); }
.band--ink .ledger-row .term { color: rgba(242,241,237,0.65); }
.band--brand .ledger-row .term { color: rgba(242,241,237,0.82); }
.band--ink .ledger-row .value.none { color: rgba(242,241,237,0.55); }
.band--brand .ledger-row .value.none { color: rgba(242,241,237,0.78); }

/* ==========================================================================
   Larger step numerals in the process band
   ========================================================================== */
.step::before {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-variation-settings: "wdth" 100, "wght" 700;
  letter-spacing: -0.02em;
  line-height: 1;
  padding-top: 0.1rem;
}

/* ==========================================================================
   Name block — the adviser set at scale
   ========================================================================== */
.band--ink .statement em, .band--brand .statement em { color: var(--signal); }

.namemark {
  font-family: var(--sans);
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  font-variation-settings: "wdth" 114, "wght" 700;
  letter-spacing: -0.035em;
  line-height: 0.92;
  margin: 0;
}

/* ==========================================================================
   VALUE-LED COMPONENTS
   The claims here are loud on purpose, but every one is a fact traceable to
   the Form ADV filings. No performance language, no promises, no superlatives.
   ========================================================================== */

/* --- Hero split: copy on the left, an at-a-glance panel on the right ------ */
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: start;
}
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; }
}

.panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--signal);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 2.6vw, 1.9rem);
  margin-top: clamp(0.5rem, 2vw, 3.4rem);
}
.panel-head {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--slate);
  margin: 0 0 1rem;
}
.panel-list { list-style: none; margin: 0; padding: 0; }
.panel-list li {
  padding: 0.95rem 0;
  border-top: 1px solid var(--line);
  margin: 0;
}
.panel-list li:first-child { border-top: 0; padding-top: 0; }
.panel-list .k {
  display: block;
  font-family: var(--sans);
  font-size: 1.02rem;
  font-variation-settings: "wdth" 104, "wght" 650;
  letter-spacing: -0.012em;
  color: var(--brand);
  line-height: 1.2;
}
.panel-list .v {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.94rem;
  line-height: 1.5;
  color: var(--slate);
}

/* --- Value rows: the argument, at scale ---------------------------------- */
.values { border-top: 3px solid var(--signal); }
.value-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 4rem);
  align-items: start;
  padding-block: clamp(2rem, 4.5vw, 3.4rem);
  border-bottom: 1px solid var(--line);
}
.value-row .claim {
  font-family: var(--sans);
  font-size: clamp(1.75rem, 4vw, 2.9rem);
  font-variation-settings: "wdth" 108, "wght" 700;
  letter-spacing: -0.028em;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}
.value-row .claim .accent { color: var(--brand); }
.value-row .body { padding-top: 0.4rem; }
.value-row .body p { font-size: 1.02rem; color: var(--slate); margin-bottom: 0.9em; }
.value-row .source {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(25, 94, 75, 0.07);
  border-radius: 2px;
  padding: 0.4em 0.7em;
}
@media (max-width: 820px) {
  .value-row { grid-template-columns: 1fr; gap: 1rem; }
}

/* --- Feature cards: what actually lands in your hands -------------------- */
.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}
.feature {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 2.6vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.feature .mark {
  width: 34px;
  height: 4px;
  background: var(--signal);
  margin-bottom: 0.4rem;
}
.feature h3 {
  font-family: var(--sans);
  font-size: 1.06rem;
  font-variation-settings: "wdth" 104, "wght" 650;
  letter-spacing: -0.012em;
  line-height: 1.22;
  margin: 0;
}
.feature p { font-size: 0.96rem; color: var(--slate); margin: 0; }
@media (max-width: 900px) { .features { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .features { grid-template-columns: 1fr; } }

/* --- Board sits lower now, so it gets a heading of its own --------------- */
.board--section { margin-top: clamp(1.5rem, 3vw, 2.25rem); }


/* ==========================================================================
   LOGO
   The supplied mark is dark on transparent, so it reads on the paper header
   but would disappear on the dark footer. The footer copy is inverted to
   solid paper rather than shipping a second image file.
   ========================================================================== */
.logo {
  display: block;
  height: 40px;
  width: auto;
}
@media (max-width: 520px) { .logo { height: 32px; } }

.site-footer .logo {
  height: 38px;
  filter: brightness(0) invert(1);
  opacity: 0.94;
}


/* Amber highlighter. Ink on amber is 7.8:1, so the text stays fully legible. */
.hl {
  background: var(--signal);
  color: var(--ink);
  padding: 0.02em 0.14em;
  margin: 0 -0.04em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}


/* Longer headlines need a smaller ceiling so two lines still fit the measure */
.display--long {
  font-size: clamp(1.6rem, 4.85vw, 3.8rem);
  letter-spacing: -0.032em;
  line-height: 1.02;
}
/* In the split hero the headline has a narrower column, so it needs a lower
   ceiling and is left to wrap rather than carrying a hard break. */
.hero-grid .display--long {
  font-size: clamp(1.75rem, 3.4vw, 2.85rem);
  line-height: 1.05;
  text-wrap: balance;
}
@media (max-width: 940px) {
  .hero-grid .display--long { font-size: clamp(1.75rem, 6vw, 3.2rem); }
}

/* ==========================================================================
   CONVERSION MECHANICS
   ========================================================================== */

/* --- Qualifier strip: helps people see themselves ------------------------ */
.fits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
}
.fits div {
  border-top: 3px solid var(--signal);
  padding-top: 1rem;
  font-size: 0.98rem;
  color: var(--slate);
}
.fits strong {
  display: block;
  font-family: var(--sans);
  font-size: 1.02rem;
  font-variation-settings: "wdth" 104, "wght" 650;
  color: var(--ink);
  margin-bottom: 0.35rem;
}
@media (max-width: 700px) { .fits { grid-template-columns: 1fr; } }

/* --- Sticky call bar, small screens only --------------------------------- */
.callbar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  background: var(--ink);
  border-top: 3px solid var(--signal);
  padding: 0.7rem var(--gutter) calc(0.7rem + env(safe-area-inset-bottom, 0px));
  gap: 0.65rem;
}
.callbar a {
  flex: 1 1 0;
  justify-content: center;
  padding: 0.85em 1em;
  font-size: 0.92rem;
  text-decoration: none;
}
.callbar .btn { background: var(--signal); border-color: var(--signal); color: var(--ink); }
.callbar .btn--ghost { background: transparent; border-color: rgba(242,241,237,.45); color: var(--paper); }

@media (max-width: 860px) {
  .callbar { display: flex; }
  body { padding-bottom: 84px; }
}
@media print { .callbar { display: none !important; } }

/* ==========================================================================
   PRICE TIERS — the fee board, expandable
   The toggle is a labelled text control in the left column, deliberately kept
   away from the figure so "+" can never be read as part of the price.
   ========================================================================== */
.tiers { border-top: 3px solid var(--signal); }

.tier { border-bottom: 1px solid var(--line); }

.tier > summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: start;
  padding-block: clamp(1.5rem, 3vw, 2.2rem);
  transition: background 0.18s ease;
}
.tier > summary::-webkit-details-marker { display: none; }
.tier > summary:hover { background: rgba(25, 94, 75, 0.04); }

.tier .tier-name {
  display: block;
  font-family: var(--sans);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-variation-settings: "wdth" 106, "wght" 650;
  letter-spacing: -0.015em;
  line-height: 1.15;
  color: var(--ink);
}
.tier .tier-desc {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--slate);
  max-width: 46ch;
}
.tier .tier-who {
  display: block;
  margin-top: 0.7rem;
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand);
}
.tier .tier-who::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 3px;
  background: var(--signal);
  vertical-align: middle;
  margin-right: 0.6em;
}

.tier .tier-open {
  display: inline-block;
  margin-top: 1.1rem;
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 650;
  color: var(--brand);
  border-bottom: 2px solid var(--signal);
  padding-bottom: 2px;
}
.tier .tier-open::after { content: " \002B"; font-weight: 400; }
.tier[open] .tier-open::after { content: " \2013"; }
.tier[open] .tier-open span::after { content: ""; }
.tier[open] .tier-open .lbl-shut { display: none; }
.tier .tier-open .lbl-open { display: none; }
.tier[open] .tier-open .lbl-open { display: inline; }

.tier .tier-rate { text-align: right; white-space: nowrap; padding-top: 0.15rem; }
.tier .tier-fig {
  display: block;
  font-family: var(--sans);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-variation-settings: "wdth" 96, "wght" 700;
  letter-spacing: -0.045em;
  line-height: 0.88;
  color: var(--brand);
  font-feature-settings: "tnum" 1;
}
.tier .tier-per {
  display: block;
  margin-top: 0.45rem;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--slate);
}

.tier .tier-note {
  display: block;
  margin-top: 0.4rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 550;
  color: var(--slate);
  text-transform: none;
  letter-spacing: 0;
}

.tier-body {
  padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
  max-width: 68ch;
}
.tier-body ul { padding-left: 1.15em; margin-bottom: 1.1em; }
.tier-body li { margin-bottom: 0.5em; color: var(--slate); }
.tier-body p { color: var(--slate); font-size: 0.98rem; }

@media (max-width: 700px) {
  .tier > summary { grid-template-columns: 1fr; row-gap: 1rem; }
  .tier .tier-rate { text-align: left; order: -1; }
}

/* ==========================================================================
   ACCOUNT TYPES
   ========================================================================== */
.acct-group { border-bottom: 1px solid var(--line); }
.acct-group:first-of-type { border-top: 3px solid var(--signal); }

.acct-group > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1.25rem;
  padding-block: clamp(1.25rem, 2.4vw, 1.75rem);
  transition: background 0.18s ease;
}
.acct-group > summary::-webkit-details-marker { display: none; }
.acct-group > summary:hover { background: rgba(25, 94, 75, 0.04); }

.acct-group .g-name {
  font-family: var(--sans);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-variation-settings: "wdth" 105, "wght" 650;
  letter-spacing: -0.014em;
  color: var(--ink);
}
.acct-group .g-count {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--signal);
  border-radius: 2px;
  padding: 0.34em 0.65em;
}
.acct-group .g-desc {
  flex: 1 1 100%;
  font-size: 0.98rem;
  color: var(--slate);
  max-width: 62ch;
}
.acct-group .g-open {
  flex: 0 0 auto;
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 650;
  color: var(--brand);
  border-bottom: 2px solid var(--signal);
  padding-bottom: 2px;
  align-self: baseline;
}
.acct-group .g-open::after { content: " \002B"; font-weight: 400; }
.acct-group[open] .g-open::after { content: " \2013"; }
.acct-group .g-open .lbl-open { display: none; }
.acct-group[open] .g-open .lbl-shut { display: none; }
.acct-group[open] .g-open .lbl-open { display: inline; }

.acct-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.35rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
@media (max-width: 900px) { .acct-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .acct-grid { grid-template-columns: 1fr; } }

.acct {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--signal);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.acct h4 {
  font-family: var(--sans);
  font-size: 1rem;
  font-variation-settings: "wdth" 104, "wght" 650;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink);
}
.acct p { margin: 0; font-size: 0.93rem; line-height: 1.5; color: var(--slate); }
.acct .tags { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-top: auto; padding-top: 0.5rem; }
.acct .tag {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.32em 0.6em;
  border-radius: 2px;
  border: 1px solid var(--line);
  color: var(--slate);
  white-space: nowrap;
}
.acct .tag--pop { background: var(--signal); border-color: var(--signal); color: var(--ink); }



/* ==========================================================================
   SITUATION CARDS — all nine visible, nothing to click
   ========================================================================== */
.fits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.7vw, 1.25rem);
  align-items: stretch;
}
@media (max-width: 900px) { .fits { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .fits { grid-template-columns: 1fr; } }

.fit {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--signal);
  border-radius: var(--radius);
  padding: clamp(1.2rem, 2.2vw, 1.6rem);
}
.fit strong {
  display: block;
  font-family: var(--sans);
  font-size: 1.05rem;
  font-variation-settings: "wdth" 104, "wght" 650;
  letter-spacing: -0.012em;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 0.5rem;
}
.fit p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--slate);
}
.fit {
  display: flex;
  flex-direction: column;
}
.fit-link {
  margin-top: auto;
  padding-top: 1rem;
  align-self: flex-start;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--brand);
  text-decoration: none;
  border-bottom: 2px solid var(--signal);
  padding-bottom: 2px;
  transition: color 0.16s ease;
}
.fit-link::after { content: " \2192"; }
.fit-link:hover { color: var(--brand-dp); }


