:root,
[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0B0908;
  --surface: #161412;
  --ink: #F4F1E8;
  --mute: #A8A49A;
  --accent: #B3C100;
  --accent-ink: #0B0908;
  --border: #2A2723;
  --danger: #e07a72;
  --ok: #8fce8a;
  --link-hover: #c6d114;
  --inset: #100E0C;
  --brand-mark-bg: #0B0908;
  --warn: #d6b56a;
  --range-track: #2A2723;
  --elev: 0 18px 40px color-mix(in srgb, #000 40%, transparent);
  --font-display: Fraunces, "Times New Roman", serif;
  --font-body: "IBM Plex Sans", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --space: clamp(1.25rem, 4vw, 2.5rem);
  --max: 1120px;
}

[data-theme="light"] {
  color-scheme: light;
  --bg: #F4F1E8;
  --surface: #FFFdf6;
  --ink: #12110E;
  --mute: #5C594F;
  --accent: #B3C100;
  --accent-ink: #0B0908;
  --border: #D9D3C4;
  --danger: #b2443c;
  --ok: #2d7a3e;
  --link-hover: #8a9600;
  --inset: #EBE6D8;
  --brand-mark-bg: #0B0908;
  --warn: #8a6a14;
  --range-track: #D9D3C4;
  --elev: 0 16px 36px color-mix(in srgb, #12110E 8%, transparent);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; scroll-padding-top: 260px; }
[data-theme="light"] { color-scheme: light; }
[data-theme="dark"] { color-scheme: dark; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { color: var(--link-hover); }
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-optical-sizing: auto;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0 0 0.6em;
}
h1 { font-size: clamp(2.2rem, 6.2vw, 3.8rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.35rem); }
h3 { font-size: 1.2rem; margin-bottom: 0.35em; }
p { margin: 0 0 1em; color: var(--mute); }
p:last-child { margin-bottom: 0; }

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--accent);
  color: var(--accent-ink);
  padding: 0.5rem 0.8rem;
  z-index: 100;
}
.skip:focus { top: 1rem; }

.wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}

.masthead {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  backdrop-filter: none;
  border-bottom: 1px solid color-mix(in srgb, #d0d4d8 80%, transparent);
  overflow: visible;
}
.masthead-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 168px;
  padding-block: 1.75rem 2rem;
  overflow: visible;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  text-decoration: none;
  overflow: visible;
  padding-top: 0.15rem;
}
.brand:hover { color: var(--ink); }
.brand-mark {
  width: auto;
  height: 120px;
  max-height: 120px;
  max-width: min(520px, 70vw);
  border-radius: 0;
  border: none;
  background: transparent;
  object-fit: contain;
  object-position: left center;
  display: block;
  flex: 0 0 auto;
}
.brand-wordmark { display: none; /* removed per Ken */
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.05rem;
  font-family: var(--font-sans, "IBM Plex Sans", system-ui, sans-serif);
  font-weight: 700;
  font-size: 0.78rem;
  line-height: 1.05;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111;
}
.brand-wordmark .brand-inc {
  letter-spacing: 0.35em;
  font-weight: 600;
  font-size: 0.68rem;
}
.brand-word { display: none; }
.brand-word {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 1.12rem;
}
.nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.88rem;
}
.nav a {
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.88rem;
  font-weight: 600;
}
.nav a:hover, .nav a:focus-visible { color: var(--ink); }
.nav-cta {
  color: var(--ink) !important;
  border: 1px solid var(--border);
  padding: 0.3rem 0.65rem;
  border-radius: 2px;
}
.nav-cta:hover { border-color: var(--accent); }

.masthead-tools {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-left: auto;
}
.theme-toggle {
  appearance: none;
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.15rem;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: color-mix(in srgb, var(--surface) 70%, transparent);
  color: var(--ink);
  cursor: pointer;
  padding: 0;
}
.theme-toggle:hover {
  border-color: var(--accent);
  color: var(--ink);
}
.theme-icon {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: none;
}
[data-theme="dark"] .theme-icon-sun { display: block; }
[data-theme="light"] .theme-icon-moon { display: block; }

[data-theme="light"] .masthead {
  background: #ffffff;
}
[data-theme="dark"] .masthead {
  background: #ffffff;
}
[data-theme="dark"] .masthead .brand-word,
[data-theme="dark"] .masthead .nav a,
[data-theme="dark"] .masthead .nav-cta {
  color: #1a1a1a !important;
}
[data-theme="dark"] .masthead .nav a {
  color: #4a5560 !important;
}
[data-theme="dark"] .masthead .nav a:hover,
[data-theme="dark"] .masthead .nav a:focus-visible {
  color: #1a1a1a !important;
}
[data-theme="dark"] .masthead .theme-toggle {
  color: #1a1a1a;
  border-color: #d0d4d8;
  background: #fff;
}
[data-theme="light"] .steps,
[data-theme="light"] .grid-4,
[data-theme="light"] .panel,
[data-theme="light"] .product-cta,
[data-theme="light"] .wizard {
  box-shadow: var(--elev);
}
[data-theme="light"] 
.funnel-figure {
  margin: 1.75rem 0 0;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}
.funnel-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.funnel-figure + .product-cta {
  margin-top: 1.75rem;
}
.product-cta {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 16%, var(--surface)) 0%, var(--surface) 48%),
    var(--surface);
}
[data-theme="light"] .btn-primary:hover { filter: brightness(0.96); }

.kicker {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.7rem;
}

.hero {
  display: grid;
  gap: 2.5rem;
  padding: clamp(2.5rem, 8vw, 6rem) 0 clamp(3rem, 8vw, 5rem);
  align-items: center;
}
.hero-agency {
  font-size: 1.02rem;
  max-width: 40rem;
  margin: 0.65rem 0 0;
  color: var(--ink);
}
.lede { font-size: 1.08rem; max-width: 40rem; }
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0.72rem 1.2rem;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  line-height: 1.2;
}
.btn:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.btn-primary {
  background: var(--accent);
  color: var(--accent-ink);
}
.btn-primary:hover { filter: brightness(1.06); color: var(--accent-ink); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--border);
}
.btn-ghost:hover { border-color: var(--accent); color: var(--ink); }
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.hero-media { justify-self: center; }
.portrait {
  margin: 0;
  max-width: 360px;
  padding: 4px;
  background: var(--accent);
  border-radius: 3px;
}
.portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  border-radius: 1px;
}
.grid-4 h3 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.card-icon {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.7;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.section { padding: clamp(2.25rem, 6vw, 4.125rem) 0; }

/* Logo/#top should land with Media-first kicker visible below sticky nav */
.hero,
#top {
  scroll-margin-top: 260px;
}
#form,
#wizard,
#book,
#work,
#media,
#experience {
  scroll-margin-top: 260px;
}
#form.section {
  padding-top: clamp(3rem, 7vw, 5rem);
}
#form .section-head {
  margin-bottom: 1.5rem;
}
#form .section-head h2 {
  margin-top: 0.35rem;
}

.section-head { max-width: 38rem; margin-bottom: 2rem; }

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.steps li {
  background: var(--surface);
  padding: 1.4rem 1.3rem 1.5rem;
}
.step-num {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--accent);
}

.grid-4 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.grid-4 li {
  background: var(--surface);
  padding: 1.4rem 1.3rem 1.5rem;
}

.product-cta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding: clamp(1.5rem, 4vw, 2.15rem) clamp(1.3rem, 4vw, 2rem);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 10%, var(--surface)) 0%, var(--surface) 42%),
    var(--surface);
  border: 1px solid var(--border);
  position: relative;
}
.product-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--accent);
}
.product-cta-copy {
  max-width: 38rem;
  padding-left: 0.35rem;
}
.product-cta-copy .kicker {
  margin-bottom: 0.45rem;
}
.product-cta-copy p:last-child {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}
.product-cta-btn {
  padding: 0.95rem 1.7rem;
  font-size: 1.05rem;
  font-weight: 600;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 35%, transparent);
}
.product-cta-btn:hover {
  filter: brightness(1.06);
}

.experience-copy {
  max-width: 46rem;
}
.experience-copy p {
  color: var(--mute);
  margin: 0 0 1.15rem;
  font-size: 1.02rem;
}
.experience-copy p:last-child { margin-bottom: 0; }

.form { display: grid; gap: 1rem; max-width: 44rem; }
.form-grid {
  display: grid;
  gap: 1rem;
}
.form label { display: grid; gap: 0.4rem; }
.form label span,
.form legend {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mute);
}
.form label em {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
input, select, textarea {
  width: 100%;
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 0.7rem 0.8rem;
  font: inherit;
}
textarea { resize: vertical; min-height: 5.5rem; }
.honey {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.form-status { font-size: 0.92rem; }
.form-status.ok { color: var(--ok); }
.form-status.err { color: var(--danger); }

.checks {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 1rem 1.1rem 1.15rem;
  display: grid;
  gap: 0.55rem;
  margin: 0;
}
.checks legend {
  padding: 0 0.35rem;
}
.check {
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.95rem;
  color: var(--ink);
}
.check input {
  width: auto;
  accent-color: var(--accent);
}

.panel {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 1.4rem;
  min-height: 8rem;
}
.book-alt {
  display: grid;
  gap: 1rem;
  margin-top: 1.35rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border);
}
.phone-row {
  display: grid;
  gap: 0.4rem;
  margin: 0;
}
.mono-label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
  color: var(--mute);
}
.phone-row .num {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--ink);
  text-decoration: none;
}
.phone-row .num:hover { color: var(--accent); }

.footer.site-footer {
  background: #0a0a0a;
  color: #f2f2f2;
  border-top: none;
  margin-top: 3rem;
  padding: 3.25rem 0 2.75rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.5fr;
  gap: 2.5rem;
  align-items: start;
}
.footer-logo img {
  width: 150px;
  height: auto;
  display: block;
  background: #111;
  border-radius: 4px;
}
.footer-strong {
  margin: 0 0 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
}
.footer-text {
  margin: 0 0 1.25rem;
  color: #d0d0d0;
  font-size: 0.95rem;
  line-height: 1.55;
}
.footer-link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-link:hover { color: #c6d100; }
.footer-pill {
  display: inline-block;
  margin: 0.25rem 0 1.25rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  background: #fff;
  color: #111 !important;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none !important;
}
.footer-pill:hover { filter: brightness(0.95); }
.footer-copy {
  margin: 0;
  color: #9a9a9a;
  font-size: 0.85rem;
}
.footer-dmad {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}
.dmad-logo {
  width: 75px;
  height: auto;
  background: #111;
  padding: 0.35rem;
  border-radius: 2px;
}
.detroit-pic {
  width: min(220px, 100%);
  height: auto;
  display: block;
  border-radius: 2px;
  object-fit: cover;
}
@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}
.footer-meta { font-size: 0.88rem; }
.mute { color: var(--mute); }

@media (min-width: 720px) {
  .hero {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
  }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .checks { grid-template-columns: 1fr 1fr 1fr; }
  .nav { gap: 1.25rem; }
}

@media (min-width: 980px) {
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .grid-4.grid-5 { grid-template-columns: repeat(5, 1fr); }
  .footer-inner {
    grid-template-columns: 1fr auto auto;
    align-items: center;
  }
  .footer-meta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .nav a:not(.nav-cta) { display: none; }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

[data-theme="light"] .brand-mark { border-color: transparent; }

/* ---------- Discovery wizard (inlined from eWeb discovery; uses Result tokens) ---------- */
.wizard {
  width: 100%;
  max-width: none;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: clamp(1.4rem, 4vw, 2rem);
}
.wiz-bar {
  height: 2px;
  background: var(--border);
  margin-bottom: 1.1rem;
}
.wiz-bar i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--accent);
  transition: width 0.25s ease;
}
.wiz-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 1.4rem;
  margin-bottom: 1.4rem;
}
.wiz-back {
  appearance: none;
  background: none;
  border: 0;
  color: var(--mute);
  font: inherit;
  font-size: 0.88rem;
  padding: 0;
  cursor: pointer;
}
.wiz-back:hover { color: var(--ink); }
.wiz-count {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mute);
}
.wiz-q {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0 0 0.45rem;
}
.wiz-help { margin: 0 0 1.3rem; }
.wiz-opts { display: grid; gap: 0.6rem; }
.wiz-opts.is-tiles {
  grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
  gap: 0.5rem;
}
.wiz-opts.is-tiles .wiz-opt {
  padding: 0.9rem 0.7rem 0.75rem;
  text-align: center;
  justify-items: center;
  min-height: 4.7rem;
  align-content: center;
  gap: 0.4rem;
}
.wiz-opts.is-tiles .wiz-opt b {
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.25;
}

.wiz-opts.is-cols {
  grid-template-columns: 1fr;
}
.wiz-opts.is-cols .wiz-opt {
  min-width: 0;
  height: 100%;
  align-content: start;
  text-align: left;
}
@media (min-width: 640px) {
  .wiz-opts.is-cols {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }
  .wiz-opts.is-cols .wiz-opt {
    padding: 0.8rem 0.85rem;
  }
}
.wiz-opt-icon {
  width: 22px;
  height: 22px;
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.wiz-opt {
  text-align: left;
  width: 100%;
  appearance: none;
  background: var(--inset);
  color: var(--ink);
  border: 1px solid var(--border);
  padding: 1rem 1.05rem;
  cursor: pointer;
  font: inherit;
  display: grid;
  gap: 0.2rem;
  transition: border-color 0.15s, background 0.15s;
}
.wiz-opt:hover, .wiz-opt.is-on {
  border-color: var(--accent);
}
.wiz-opt b {
  font-family: var(--font-display);
  font-weight: 500;
}
.wiz-opt span { color: var(--mute); font-size: 0.92rem; }
.wiz-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.3rem;
}
.wiz-chip {
  appearance: none;
  background: var(--inset);
  color: var(--ink);
  border: 1px solid var(--border);
  padding: 0.5rem 0.85rem;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
}
.wiz-chip.is-on { border-color: var(--accent); }
.wiz-fields { display: grid; gap: 0.85rem; margin-bottom: 1.2rem; }
.wiz-fields.is-split { grid-template-columns: 1fr 1fr; }
.wiz-fields label span {
  display: block;
  font-size: 0.82rem;
  color: var(--mute);
  margin-bottom: 0.35rem;
}
@media (max-width: 520px) {
  .wiz-fields.is-split { grid-template-columns: 1fr; }
}
.wiz-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; align-items: center; margin-top: 1.5rem; }
.wiz-end p { margin-bottom: 1.1rem; }

.wiz-fields input {
  font-size: 1.05rem;
  min-height: 3rem;
}
.wiz-months {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}
.wiz-month {
  appearance: none;
  background: var(--inset);
  border: 1px solid var(--border);
  color: var(--ink);
  padding: 0.85rem 0.4rem;
  cursor: pointer;
  font: inherit;
  display: grid;
  gap: 0.15rem;
  min-height: 4.2rem;
}
.wiz-month b {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
}
.wiz-month span {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mute);
}
.wiz-month.is-on, .wiz-month:hover { border-color: var(--accent); }
@media (max-width: 520px) {
  .wizard { padding: 1.15rem; }
  .wiz-opt { padding: 0.95rem 0.9rem; }
  .wiz-months { grid-template-columns: repeat(3, 1fr); gap: 0.45rem; }
  .wiz-month { min-height: 3.8rem; padding: 0.7rem 0.25rem; }
}

.wiz-fields label em {
  font-style: normal;
  font-weight: 400;
  color: var(--mute);
}
.wiz-other { margin-top: 0.9rem; }
.wiz-range { margin: 0.4rem 0 0.2rem; }
.wiz-range-scale {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.85rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--mute);
}
.wiz-range-scale strong {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--ink);
}
.wiz-range input[type="range"] {
  padding: 0;
  height: 0.45rem;
  background: var(--range-track);
  accent-color: var(--accent);
  cursor: pointer;
  border: 0;
}


/* ra-nav-solid */
.masthead,
[data-theme="light"] .masthead,
[data-theme="dark"] .masthead {
  background: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  opacity: 1;
}

.discovery-cta-wrap {
  margin: 0.75rem 0 0;
}
.discovery-cta-wrap .btn {
  display: inline-flex;
}

.grid-4.grid-5 h3 {
  font-size: 1.05rem;
  line-height: 1.25;
}
@media (max-width: 1100px) {
  .grid-4.grid-5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .grid-4.grid-5 { grid-template-columns: 1fr; }
}

.card-linkable {
  padding: 0 !important;
  cursor: pointer;
}
.card-link {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 1.4rem 1.3rem 1.5rem;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.card-link:hover,
.card-link:focus-visible {
  background: rgba(179, 193, 0, 0.08);
}
.card-link h3,
.card-link p {
  margin: 0;
}
.card-link p {
  margin-top: 0.65rem;
}
.card-link-cta {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--accent, #B3C100);
}
