/* ============================================================
   Taylor Bivens Coaching
   Type: Fraunces (display) + Inter Tight (body)
   Palette: warm paper base, deep ink, one cobalt accent
   Signature: the offset keyline frame ("the gap")
   ============================================================ */

:root {
  --paper: #FBF8F3;
  --ink: #182635;
  --cobalt: #1553B5;
  --cobalt-deep: #0F3E8C;
  --sky: #8FB4EF;         /* accent for use on dark ink only */
  --mist: #E9F0F8;
  --sand: #EFE7DA;
  --slate: #46586A;
  --line: rgba(24, 38, 53, 0.16);
  --line-light: rgba(251, 248, 243, 0.2);
  --ink-body: #C9D4DF;    /* body text on ink */

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter Tight", "Segoe UI", system-ui, sans-serif;

  --container: 1140px;
  --gutter: clamp(1.25rem, 5vw, 2.5rem);
  --section-pad: clamp(4rem, 9vw, 6.5rem);
  --offset: 14px;         /* keyline offset distance */
}

/* ---------- Reset ---------- */

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

body,
h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 96px;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: var(--cobalt);
}

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

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

.band-ink :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--sky);
}

/* ---------- Type ---------- */

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 4.1rem);
  line-height: 1.04;
}

h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  max-width: 22ch;
}

h3 {
  font-size: 1.3rem;
}

p {
  max-width: 62ch;
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cobalt);
  margin-bottom: 1.1rem;
}

.band-ink .eyebrow,
.site-footer .eyebrow {
  color: var(--sky);
}

.lede {
  font-size: clamp(1.1rem, 1.8vw, 1.25rem);
  line-height: 1.55;
  color: var(--slate);
}

.band-ink .lede {
  color: var(--ink-body);
}

/* ---------- Layout primitives ---------- */

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section {
  padding-block: var(--section-pad);
}

.band-sand {
  background: var(--sand);
}

.band-mist {
  background: var(--mist);
}

.band-ink {
  background: var(--ink);
  color: var(--ink-body);
}

.band-ink h2,
.band-ink h3 {
  color: var(--paper);
}

.band-ink p {
  color: var(--ink-body);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  border: 1.5px solid transparent;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease,
    border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.btn-primary {
  background: var(--cobalt);
  color: var(--paper);
}

.btn-primary:hover {
  background: var(--cobalt-deep);
  box-shadow: 4px 4px 0 rgba(24, 38, 53, 0.18);
  transform: translate(-1px, -1px);
}

.btn-primary:active {
  box-shadow: none;
  transform: none;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.btn-ghost:hover {
  color: var(--cobalt);
  border-color: var(--cobalt);
}

.band-ink .btn-ghost {
  color: var(--paper);
  border-color: var(--line-light);
}

.band-ink .btn-ghost:hover {
  color: var(--sky);
  border-color: var(--sky);
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .btn:hover {
    transition: none;
    transform: none;
  }
}

/* ---------- Skip link ---------- */

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--ink);
  color: var(--paper);
  padding: 0.75rem 1.25rem;
  border-radius: 0 0 6px 0;
  text-decoration: none;
  font-weight: 600;
}

.skip-link:focus {
  left: 0;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid transparent;
  transition: border-color 200ms ease;
}

.site-header.scrolled {
  border-bottom-color: var(--line);
}

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

.wordmark {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.18rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.wordmark span {
  color: var(--cobalt);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.site-nav ul {
  list-style: none;
  display: flex;
  gap: 1.75rem;
  margin: 0;
  padding: 0;
}

.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.97rem;
  padding: 0.35rem 0;
}

.site-nav a:hover {
  color: var(--cobalt);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1.5px;
}

.btn-header {
  min-height: 42px;
  padding: 0.5rem 1.15rem;
  font-size: 0.94rem;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-toggle .bars,
.nav-toggle .bars::before,
.nav-toggle .bars::after {
  content: "";
  display: block;
  position: relative;
  width: 22px;
  height: 2px;
  background: var(--ink);
  margin-inline: auto;
  transition: transform 200ms ease, opacity 200ms ease;
}

.nav-toggle .bars::before {
  position: absolute;
  top: -7px;
}

.nav-toggle .bars::after {
  position: absolute;
  top: 7px;
}

.nav-toggle[aria-expanded="true"] .bars {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .bars::before {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .bars::after {
  transform: translateY(-7px) rotate(-45deg);
}

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

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 32px rgba(24, 38, 53, 0.08);
  }

  .site-nav.open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 0.5rem var(--gutter) 1.25rem;
  }

  .site-nav a {
    display: block;
    padding: 0.85rem 0;
    font-size: 1.05rem;
    border-bottom: 1px solid var(--line);
  }

  .site-nav li:last-child a {
    border-bottom: none;
  }
}

@media (max-width: 519.98px) {
  .btn-header {
    display: none;
  }
}

/* ---------- The offset keyline frame (signature) ---------- */

.frame {
  position: relative;
  z-index: 0;
}

.frame::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(var(--offset), var(--offset));
  border: 1.5px solid var(--cobalt);
  border-radius: 6px;
  z-index: -1;
}

.frame img {
  border-radius: 6px;
}

/* ---------- Hero ---------- */

.hero {
  padding-block: clamp(3rem, 7vw, 5.5rem) clamp(4rem, 8vw, 6.5rem);
}

.hero-grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}

.hero h1 {
  max-width: 17ch;
  margin-bottom: 1.4rem;
}

.hero .lede {
  max-width: 54ch;
  margin-bottom: 2.2rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.cta-note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--slate);
}

.hero-media {
  max-width: 340px;
}

.hero-media img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 7fr 5fr;
  }

  .hero-media {
    max-width: 440px;
    justify-self: end;
  }
}

/* ---------- Split sections (problem, teaser) ---------- */

.split {
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
}

@media (min-width: 900px) {
  .split {
    grid-template-columns: 5fr 6fr;
  }
}

.split .body p + p {
  margin-top: 1.1rem;
}

/* ---------- Method ---------- */

.method-intro {
  max-width: 58ch;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.steps {
  display: grid;
  gap: 2.25rem;
  counter-reset: step;
  list-style: none;
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
  padding: 0;
}

@media (min-width: 720px) {
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 2.75rem 3.5rem;
  }
}

.step {
  border-top: 1px solid var(--line-light);
  padding-top: 1.4rem;
}

.step-num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--sky);
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 0.6rem;
}

.step h3 {
  margin-bottom: 0.5rem;
}

.step p {
  font-size: 0.99rem;
}

.engagement {
  border: 1px solid var(--line-light);
  border-radius: 10px;
  padding: clamp(1.4rem, 3vw, 2rem) clamp(1.4rem, 3vw, 2.25rem);
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.engagement .eyebrow {
  margin-bottom: 0.6rem;
}

.engagement p {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--paper);
  max-width: 56ch;
}

.method-close {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 2rem;
}

.method-close p {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--paper);
  max-width: 34ch;
}

/* ---------- About ---------- */

.about-grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

@media (min-width: 900px) {
  .about-grid {
    grid-template-columns: 7fr 5fr;
  }
}

.about-copy p + p {
  margin-top: 1.15rem;
}

.promise {
  border-left: 3px solid var(--cobalt);
  padding-left: 1.4rem;
  margin-top: 1.8rem;
}

.promise p {
  font-family: var(--font-display);
  font-size: 1.28rem;
  line-height: 1.42;
  color: var(--ink);
}

.credentials {
  margin-top: 1.8rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.2rem 1.4rem;
  background: rgba(255, 255, 255, 0.5);
}

.credentials .cred-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 0.4rem;
}

.credentials p {
  font-size: 0.98rem;
}

.about-media {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.about-media figure {
  margin: 0;
}

.fig-beach {
  max-width: 300px;
}

.fig-beach img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

figcaption {
  margin-top: 0.85rem;
  font-size: 0.85rem;
  color: var(--slate);
}

@media (min-width: 900px) {
  .about-media {
    padding-top: 0.5rem;
  }

  .fig-beach {
    margin-left: auto;
  }
}

.life-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem var(--offset);
  list-style: none;
  margin: 0;
  padding: 0;
}

.life-strip img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 4px;
}

@media (min-width: 900px) {
  .life-strip {
    grid-template-columns: 3fr 4fr 4fr 3fr;
    gap: 1.25rem;
  }

  .life-strip img {
    height: 280px;
  }
}

/* ---------- Scorecard teaser ---------- */

.mech-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.mech-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  align-items: baseline;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
}

.mech-list .mech-name {
  font-weight: 600;
  min-width: 13.5rem;
}

.mech-list .mech-desc {
  color: var(--slate);
  font-size: 0.95rem;
}

.teaser-cta {
  margin-top: 2.2rem;
}

/* ---------- FAQ ---------- */

.faq-wrap {
  max-width: 760px;
}

.faq {
  border-top: 1px solid var(--line);
}

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

.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem 0.25rem;
  font-weight: 600;
  font-size: 1.08rem;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  flex: 0 0 auto;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: var(--cobalt);
  transition: transform 200ms ease;
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq summary:hover {
  color: var(--cobalt);
}

.faq .answer {
  padding: 0 0.25rem 1.4rem;
  color: var(--slate);
  max-width: 60ch;
}

.faq-close {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 2rem;
}

.faq-close p {
  font-family: var(--font-display);
  font-size: 1.2rem;
  max-width: 32ch;
}

/* ---------- Booking ---------- */

.book-head {
  max-width: 640px;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.book-head .lede {
  margin-top: 1.2rem;
}

.cal-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: clamp(0.5rem, 2vw, 1.25rem);
  min-height: 560px;
}

.cal-card .frame-inner {
  width: 100%;
}

.book-fallback {
  margin-top: 1.6rem;
  font-size: 0.93rem;
  color: var(--slate);
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--ink);
  color: var(--ink-body);
  padding-block: clamp(3.5rem, 7vw, 5rem) 2rem;
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 720px) {
  .footer-grid {
    grid-template-columns: 6fr 3fr 3fr;
  }
}

.footer-brand .wordmark {
  color: var(--paper);
  font-size: 1.3rem;
}

.footer-tagline {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.45;
  color: var(--ink-body);
  max-width: 30ch;
}

.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sky);
  margin-bottom: 1rem;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li + li {
  margin-top: 0.6rem;
}

.footer-col a {
  color: var(--ink-body);
  text-decoration: none;
  font-size: 0.97rem;
}

.footer-col a:hover {
  color: var(--paper);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-legal {
  border-top: 1px solid var(--line-light);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #93A4B4;
}

.footer-legal p {
  max-width: none;
  color: #93A4B4;
}

/* ---------- Floating book button ---------- */

.fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  background: var(--cobalt);
  color: var(--paper);
  font-weight: 600;
  font-size: 0.97rem;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(15, 62, 140, 0.35);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease, background-color 160ms ease;
}

.fab.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.fab:hover {
  background: var(--cobalt-deep);
}

@media (prefers-reduced-motion: reduce) {
  .fab {
    transition: none;
    transform: none;
  }
}

/* ---------- Reveal on scroll (JS adds .on; disabled without JS) ---------- */

@media (prefers-reduced-motion: no-preference) {
  .js .reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 600ms ease, transform 600ms ease;
  }

  .js .reveal.on {
    opacity: 1;
    transform: none;
  }
}

/* ============================================================
   Scorecard page
   ============================================================ */

.sc-main {
  padding-block: clamp(3rem, 7vw, 5rem) clamp(4rem, 8vw, 6rem);
}

.sc-wrap {
  max-width: 720px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.sc-intro h1 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  max-width: 16ch;
  margin-bottom: 1.3rem;
}

.sc-intro .lede {
  margin-bottom: 1.6rem;
}

.sc-meta {
  list-style: none;
  margin: 0 0 2.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  font-size: 0.92rem;
  color: var(--slate);
}

.sc-meta li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sc-meta li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cobalt);
  flex: 0 0 auto;
}

/* Quiz */

.progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--slate);
}

.progress-track {
  height: 4px;
  border-radius: 2px;
  background: var(--line);
  overflow: hidden;
  margin-bottom: 2.4rem;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: var(--cobalt);
  border-radius: 2px;
  transition: width 250ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-fill {
    transition: none;
  }
}

.q-text {
  font-family: var(--font-display);
  font-weight: 560;
  font-size: clamp(1.45rem, 3.2vw, 1.9rem);
  line-height: 1.25;
  letter-spacing: -0.005em;
  margin-bottom: 2rem;
  min-height: 3.2em;
}

.opts {
  list-style: none;
  margin: 0 0 1.8rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.opt {
  width: 100%;
  text-align: left;
  padding: 0.95rem 1.15rem;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  transition: border-color 140ms ease, background-color 140ms ease;
}

.opt .key {
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 4px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--slate);
}

.opt:hover {
  border-color: var(--cobalt);
}

.opt.selected {
  border-color: var(--cobalt);
  background: var(--mist);
}

.opt.selected .key {
  background: var(--cobalt);
  border-color: var(--cobalt);
  color: var(--paper);
}

.quiz-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.link-btn {
  background: none;
  border: none;
  padding: 0.5rem 0;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--cobalt);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.link-btn:hover {
  color: var(--cobalt-deep);
}

.kbd-hint {
  font-size: 0.85rem;
  color: var(--slate);
}

@media (max-width: 719.98px) {
  .kbd-hint {
    display: none;
  }
}

/* Results */

.snag-card {
  background: var(--ink);
  color: var(--ink-body);
  border-radius: 12px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 2.5rem;
}

.snag-card .eyebrow {
  color: var(--sky);
}

.snag-card h2 {
  color: var(--paper);
  margin-bottom: 1rem;
}

.snag-card p {
  color: var(--ink-body);
}

.snag-move {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line-light);
}

.snag-move .move-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--sky);
  margin-bottom: 0.5rem;
}

.snag-move p {
  color: var(--paper);
}

.runner-up {
  margin-bottom: 2.5rem;
}

.runner-up h3 {
  margin-bottom: 0.6rem;
}

.runner-up .ru-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 0.8rem;
}

.bars {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.bar-row .bar-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
}

.bar-row .bar-name {
  font-weight: 600;
}

.bar-row .bar-level {
  color: var(--slate);
  font-size: 0.85rem;
}

.bar-track {
  position: relative;
  height: 10px;
  background: rgba(24, 38, 53, 0.1);
  border-radius: 3px;
}

.bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  background: var(--cobalt);
  border-radius: 3px;
}

.bar-row.is-primary .bar-fill {
  background: var(--ink);
}

.sc-results h2 {
  margin-bottom: 1.5rem;
}

.sc-cta {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  background: #fff;
}

.sc-cta h3 {
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}

.sc-cta p {
  margin-bottom: 1.4rem;
  color: var(--slate);
}

.sc-cta .cta-row {
  align-items: center;
}

.sc-note {
  margin-top: 2rem;
  font-size: 0.88rem;
  color: var(--slate);
}

[hidden] {
  display: none !important;
}
