﻿:root {
  --bg: #f6f2ea;
  --surface: #fffdf9;
  --surface-alt: #eee7dc;
  --ink: #1f2a37;
  --ink-soft: #4b5563;
  --primary: #1f3a5f;
  --primary-deep: #152a45;
  --accent: #b67a2d;
  --accent-soft: #dcc3a0;
  --line: #d8ccba;
  --section-tone-a: rgba(255, 253, 247, 0.93);
  --section-tone-b: rgba(255, 255, 255, 0.56);
  --shadow: 0 20px 44px rgba(21, 42, 69, 0.14);
  --radius: 16px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 0, rgba(182, 122, 45, 0.15), transparent 38%),
    radial-gradient(circle at 0 12%, rgba(31, 58, 95, 0.12), transparent 34%),
    linear-gradient(180deg, #f8f4ed 0%, #f0ebe2 100%);
  line-height: 1.58;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.overlay-open {
  overflow: hidden;
}

.skip-link {
  position: absolute;
  left: 8px;
  top: -44px;
  background: var(--primary-deep);
  color: #fff;
  padding: 8px 11px;
  z-index: 300;
}

.skip-link:focus {
  top: 8px;
}

.wrap {
  width: min(1140px, 92vw);
  margin-inline: auto;
}

.top-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background: rgba(247, 244, 236, 0.93);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(31, 42, 55, 0.12);
}

.nav-row {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(145deg, var(--primary), var(--primary-deep));
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.logo-text {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 6px 16px;
  flex-wrap: nowrap;
}

.nav-panel a {
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.93rem;
}

.nav-panel a:hover,
.nav-panel a:focus-visible {
  color: var(--primary-deep);
}

.nav-pill {
  border: 1px solid var(--primary);
  border-radius: 999px;
  padding: 0.44rem 0.9rem;
  background: var(--primary);
  color: #fff !important;
}

.menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 9px;
  padding: 0.4rem 0.8rem;
  font-weight: 800;
}

.hero-section {
  padding: 18px 0 58px;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 18px;
}

.hero-copy,
.hero-panel {
  border: 1px solid rgba(31, 42, 55, 0.13);
  border-radius: var(--radius);
  padding: clamp(20px, 2.6vw, 34px);
  background: rgba(255, 253, 247, 0.93);
  box-shadow: var(--shadow);
}

.hero-label {
  margin: 0 0 8px;
  color: var(--accent);
  font-weight: 800;
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.hero-referral {
  margin: 0 0 10px;
  padding: 8px 10px;
  border: 1px solid var(--accent-soft);
  border-radius: 10px;
  background: rgba(182, 109, 53, 0.08);
  font-size: 0.94rem;
}

.hero-referral a {
  color: var(--primary-deep);
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0 0 10px;
  line-height: 1.2;
}

h1,
h2 {
  font-family: "Source Serif 4", Georgia, serif;
}

h1 {
  font-size: clamp(1.95rem, 4.15vw, 3.05rem);
}

h2 {
  font-size: clamp(1.45rem, 3.1vw, 2.08rem);
}

h3 {
  font-size: 1.08rem;
}

.hero-summary,
.aeo-answer,
.section-lead,
.panel-note,
.info-card p,
.track-card li,
.response-table td,
summary,
.faq-list p,
.form-note,
.contact-box p {
  color: var(--ink-soft);
}

.section-photo {
  width: 100%;
  display: block;
  margin: 12px 0 14px;
  max-height: 260px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(31, 42, 55, 0.13);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #fff;
}

.hero-photo {
  max-height: 230px;
}

.consult-launch .section-photo {
  margin: 8px 0 4px;
  max-height: 300px;
}

.consultation-photo {
  object-position: center 40%;
  max-height: 300px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.68rem 1.06rem;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  font-family: inherit;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(145deg, var(--primary), var(--primary-deep));
}

.btn-outline {
  color: var(--primary-deep);
  background: #fff;
  border-color: var(--primary-deep);
}

.hero-points {
  margin: 0;
  padding-left: 18px;
}

.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.snapshot-grid article {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 11px;
}

.snapshot-grid strong {
  display: block;
  color: var(--primary-deep);
  font-size: 1.45rem;
  line-height: 1.08;
}

.snapshot-grid span {
  font-size: 0.88rem;
  color: var(--ink-soft);
}

.snapshot-points {
  margin: 0 0 10px;
  padding-left: 18px;
}

.snapshot-points li {
  margin-bottom: 5px;
}

.trust-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 10px;
}

.trust-chip-row span {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 0.36rem 0.62rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary-deep);
}

.section {
  padding: 56px 0;
}

main > section:nth-of-type(odd) {
  background: var(--section-tone-a);
}

main > section:nth-of-type(even) {
  background: var(--section-tone-b);
}

main > section + section {
  border-top: 1px solid rgba(31, 42, 55, 0.11);
}

.section-lead {
  margin-top: 0;
  margin-bottom: 16px;
}

.fit-form,
.consult-form {
  border: 1px solid rgba(31, 42, 55, 0.14);
  border-radius: 13px;
  padding: 16px;
  background: #fff;
  display: grid;
  gap: 10px;
}

.purpose-box {
  margin-top: 12px;
}

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

label {
  display: block;
  font-weight: 800;
  margin-bottom: 5px;
}

input,
select,
textarea {
  width: 100%;
  font: inherit;
  padding: 0.62rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(31, 58, 95, 0.28);
  border-color: var(--primary);
}

.input-error {
  border-color: #b1231f;
  background: #fff5f4;
}

.fit-output {
  margin: 2px 0 0;
  font-weight: 700;
  color: var(--primary-deep);
}

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

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

.info-card,
.track-card,
.contact-box {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  padding: 16px;
}

.offer-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px;
}

.promise-box {
  margin-top: 12px;
  border: 1px solid rgba(31, 58, 95, 0.34);
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(31, 58, 95, 0.1), rgba(21, 42, 69, 0.16));
  padding: 16px;
}

.promise-box ul {
  margin: 8px 0 10px;
  padding-left: 18px;
}

.promise-box li {
  margin-bottom: 6px;
  color: var(--ink-soft);
}

.supplement-card {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 16px;
}

.capacity-box {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 16px;
}

.track-card ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.standards-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.standards-list li {
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 12px;
  background: #fff;
  padding: 15px;
}

.area-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
  align-items: start;
}

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

.county-list span {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 8px;
  font-weight: 700;
}

.response-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.response-table caption {
  text-align: left;
  font-weight: 800;
  color: var(--primary-deep);
  margin-bottom: 8px;
}

.response-table th,
.response-table td {
  border-bottom: 1px solid var(--line);
  padding: 10px;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.response-table a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.response-table th {
  color: var(--primary-deep);
  background: rgba(31, 58, 95, 0.08);
}

.city-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.city-grid > .section-cta {
  grid-column: 1 / -1;
}


.city-search-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.city-search-card {
  display: grid;
  gap: 10px;
}

.city-search-card .btn {
  justify-self: start;
}

.case-studies-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.case-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px;
}

.case-type {
  display: inline-block;
  margin-bottom: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.22rem 0.58rem;
  font-weight: 800;
  color: var(--primary-deep);
  background: #fff;
}

.case-disclaimer {
  margin-top: 10px;
  color: var(--ink-soft);
}

.pricing-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pricing-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 16px;
}

.pricing-range {
  margin: 0 0 6px;
  font-size: 1.06rem;
  font-weight: 800;
  color: var(--primary-deep);
}

.law-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.law-card ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.law-card li {
  margin-bottom: 7px;
  color: var(--ink-soft);
}

.law-disclaimer {
  margin-top: 10px;
  color: var(--ink-soft);
}

.area-table-block {
  margin-top: 12px;
}

.law-section .info-card a {
  color: var(--primary-deep);
  font-weight: 700;
}

.law-section .info-card a:hover,
.law-section .info-card a:focus-visible {
  color: var(--accent);
}

.resources-section .info-card a {
  color: var(--primary-deep);
  font-weight: 700;
}

.resources-section .info-card a:hover,
.resources-section .info-card a:focus-visible {
  color: var(--accent);
}

.resources-section .track-grid {
  margin-top: 12px;
}

.resources-headline {
  text-wrap: balance;
  line-height: 1.2;
}

.resources-subheadline {
  text-wrap: balance;
  line-height: 1.22;
}

.resources-headline-break {
  display: inline;
}

.lead-magnet-box {
  border: 1px solid rgba(31, 58, 95, 0.26);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(31, 58, 95, 0.08), rgba(21, 42, 69, 0.13));
  padding: 18px;
  display: grid;
  gap: 10px;
}

.lead-magnet-box h2,
.lead-magnet-box p {
  margin: 0;
}

.lead-magnet-value {
  font-weight: 700;
  color: var(--primary-deep);
}

.lead-magnet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

.contact-box a {
  color: var(--primary-deep);
}

.map-shell {
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.map-shell iframe {
  display: block;
}

.consult-launch {
  border: 1px solid rgba(31, 42, 55, 0.14);
  border-radius: 13px;
  padding: 16px;
  background: #fff;
  display: grid;
  gap: 10px;
}

.consult-launch h2,
.consult-launch p {
  margin: 0;
}

.consult-launch .section-lead {
  margin: 0;
}

.consult-launch .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.intake-section .consult-launch,
.office-section .contact-box,
.office-section #map-container {
  border: 1px solid rgba(31, 42, 55, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.93);
  box-shadow: var(--shadow);
}

.office-section #map-container {
  margin: 12px 0 20px;
}

.office-section .contact-box {
  background: #fff;
}

.office-grid {
  grid-template-columns: repeat(3, 1fr);
}

.section-cta {
  margin-top: 14px;
  border: 1px solid rgba(31, 58, 95, 0.24);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(31, 58, 95, 0.08), rgba(182, 122, 45, 0.08));
  padding: 16px;
}

.section-cta h3,
.section-cta p {
  margin: 0;
}

.section-cta p {
  margin-top: 6px;
}

.section-cta .form-actions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.section-cta.cta-plain {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.section-cta.cta-plain .form-actions {
  margin-top: 8px;
}

.form-note {
  margin: 0;
  font-size: 0.88rem;
}

.legacy-anchor {
  display: none;
}

.field-tip {
  margin: 6px 0 0;
  font-size: 0.84rem;
  color: var(--ink-soft);
}

.consult-overlay {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  padding: 14px;
}

.consult-overlay[hidden] {
  display: none !important;
}

.consult-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 27, 40, 0.56);
  backdrop-filter: blur(2px);
}

.consult-overlay__panel {
  position: relative;
  width: min(760px, 96vw);
  max-height: 92vh;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf8 0%, #f7f2e8 100%);
  box-shadow: 0 28px 60px rgba(18, 27, 40, 0.33);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

.consult-overlay__header {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(31, 42, 55, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.consult-overlay__brand {
  margin: 0;
  font-weight: 800;
  color: var(--primary-deep);
}

.consult-overlay__close {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.consult-overlay__progress {
  height: 6px;
  background: rgba(31, 58, 95, 0.12);
}

.consult-overlay__progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transition: width 0.22s ease;
}

.consult-overlay__body {
  padding: 16px;
  overflow-y: auto;
}

.overlay-step {
  display: none;
  gap: 12px;
}

.overlay-step.is-active {
  display: grid;
}

.overlay-step__question {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.4rem;
}

.overlay-step__hint {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

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

.overlay-cards--narrow {
  grid-template-columns: 1fr;
}

.overlay-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.overlay-card:hover,
.overlay-card:focus-visible {
  border-color: var(--primary);
  transform: translateY(-1px);
}

.overlay-card.is-selected {
  border-color: var(--primary-deep);
  background: #edf2f9;
  box-shadow: 0 0 0 1px rgba(21, 42, 69, 0.2);
}

.wiz-input {
  width: 100%;
  font: inherit;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 0.75rem 0.82rem;
}

.wiz-input:focus {
  outline: 2px solid rgba(31, 58, 95, 0.28);
  border-color: var(--primary);
}

.overlay-step__error {
  margin: 0;
  color: #7c1a15;
  font-weight: 700;
  min-height: 1.3em;
}

.consult-overlay__footer {
  border-top: 1px solid rgba(31, 42, 55, 0.12);
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.wiz-review {
  margin: 0;
  display: grid;
  gap: 8px;
}

.wiz-review div {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 9px 10px;
}

.wiz-review dt {
  margin: 0 0 2px;
  font-weight: 800;
  color: var(--primary-deep);
}

.wiz-review dd {
  margin: 0;
  color: var(--ink-soft);
}

.wiz-success {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  padding: 16px;
  display: grid;
  gap: 9px;
}

.wiz-success h2,
.wiz-success h3,
.wiz-success p {
  margin: 0;
}

.consult-overlay__honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}


.site-footer {
  margin-top: 30px;
  background: #152a45;
  color: #d8e2df;
  padding-top: 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  align-items: start;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  margin: 0 0 10px;
}

.site-footer p {
  margin: 0 0 8px;
}

.site-footer a {
  color: #d8e2df;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.footer-link-list,
.footer-county-list {
  gap: 8px;
}

.footer-note {
  margin-top: 12px;
  color: #bfd0cf;
  font-size: 0.92rem;
  line-height: 1.45;
}

.footer-focus .footer-note {
  margin-top: 14px;
}

.footer-focus .footer-note a {
  font-weight: 700;
}

.copyright {
  margin: 24px 0 0;
  padding: 12px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-legal-links {
  margin: 0;
  padding: 0 12px 12px;
  text-align: center;
  font-size: 0.92rem;
}

.footer-legal-links a {
  color: #d8e2df;
}

.legal-section {
  padding: 56px 0;
}

.legal-section h2 {
  margin-bottom: 8px;
}

.legal-section p {
  margin: 0 0 9px;
  color: var(--ink-soft);
}

.mobile-quick-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 160;
  display: none;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(31, 42, 55, 0.2);
  background: rgba(255, 253, 247, 0.98);
  backdrop-filter: blur(8px);
}

.mobile-quick-action {
  display: grid;
  place-items: center;
  min-height: 48px;
  font-weight: 800;
  text-decoration: none;
}

.mobile-quick-call {
  color: #fff;
  background: var(--primary);
}

.mobile-quick-text {
  color: var(--primary-deep);
  background: #fff;
  border-left: 1px solid rgba(31, 42, 55, 0.16);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero-layout,
  .card-grid,
  .office-grid,
  .offer-grid,
  .city-search-grid,
  .case-studies-grid,
  .pricing-grid,
  .law-grid,
  .standards-list,
  .track-grid,
  .area-layout,
  .city-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .county-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field-pair {
    grid-template-columns: 1fr;
  }

  .overlay-cards {
    grid-template-columns: 1fr;
  }

  .consult-overlay__panel {
    width: 100%;
    max-height: 95vh;
  }

  .mobile-quick-actions {
    display: grid;
  }

  .menu-btn {
    display: inline-block;
  }

  .nav-panel {
    position: absolute;
    right: 4vw;
    top: 64px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    min-width: 240px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 10px;
    box-shadow: var(--shadow);
  }

  .nav-panel.open {
    display: flex;
  }

  .response-table {
    display: block;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .response-table caption {
    margin-bottom: 10px;
  }

  .resources-headline {
    font-size: clamp(1.4rem, 6vw, 1.85rem);
    margin-bottom: 12px;
  }

  .resources-subheadline {
    font-size: clamp(1.06rem, 4.8vw, 1.28rem);
  }

  .resources-headline-break {
    display: block;
  }

  .resources-section .response-table caption {
    font-size: 0.94rem;
    line-height: 1.3;
    text-wrap: balance;
  }

  .response-table thead {
    display: none;
  }

  .response-table tbody,
  .response-table tr,
  .response-table td {
    display: block;
    width: 100%;
  }

  .response-table tr {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .response-table td {
    border: 0;
    border-top: 1px solid var(--line);
    padding: 10px 12px;
  }

  .response-table td:first-child {
    border-top: 0;
  }

  .response-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--primary-deep);
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* 2026 visual refresh: editorial-investigative direction */
:root {
  --bg: #ddd7cc;
  --surface: #f7f2ea;
  --surface-alt: #eee5d8;
  --ink: #0f1720;
  --ink-soft: #425262;
  --primary: #112c45;
  --primary-deep: #081b2d;
  --accent: #ad6431;
  --accent-soft: #d9b18b;
  --line: #bfad96;
  --section-tone-a: rgba(249, 244, 236, 0.9);
  --section-tone-b: rgba(246, 238, 227, 0.75);
  --shadow: 0 20px 45px rgba(8, 23, 40, 0.13);
  --radius: 16px;
}

body {
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(8, 23, 40, 0.05) 0 12%, transparent 12% 100%),
    radial-gradient(circle at 0 15%, rgba(173, 100, 49, 0.12), transparent 28%),
    radial-gradient(circle at 100% 0, rgba(17, 44, 69, 0.14), transparent 35%),
    linear-gradient(180deg, #ebe4d8 0%, #ddd6c8 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.035) 0,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px,
      transparent 3px
    );
  mix-blend-mode: soft-light;
  opacity: 0.6;
  z-index: -1;
}

p {
  line-height: 1.72;
}

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

a:hover,
a:focus-visible {
  color: var(--primary-deep);
}

.top-header {
  background: rgba(243, 238, 230, 0.88);
  border-bottom: 1px solid rgba(8, 23, 40, 0.18);
  backdrop-filter: blur(14px);
}

.nav-row {
  min-height: 80px;
}

.logo {
  gap: 12px;
}

.logo-mark {
  border-radius: 8px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 20px rgba(8, 23, 40, 0.25);
}

.logo-text {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.nav-panel {
  gap: 8px 16px;
}

.nav-panel a {
  font-size: 0.86rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-pill {
  background: linear-gradient(130deg, var(--accent), #884e26);
  border-color: #7b4622;
  box-shadow: 0 12px 24px rgba(129, 71, 31, 0.24);
}

.menu-btn {
  border-color: rgba(8, 23, 40, 0.2);
  background: rgba(255, 255, 255, 0.95);
}

h1,
h2 {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.005em;
}

h1 {
  font-size: clamp(2rem, 3.9vw, 3.2rem);
  line-height: 1.08;
}

h2 {
  font-size: clamp(1.55rem, 2.9vw, 2.3rem);
  line-height: 1.14;
}

h3 {
  font-size: 1.06rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.hero-section {
  padding: 26px 0 66px;
}

.hero-layout {
  gap: 20px;
}

.hero-copy,
.hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 31, 49, 0.16);
  background: linear-gradient(170deg, rgba(255, 252, 248, 0.94), rgba(246, 238, 227, 0.92));
  box-shadow: var(--shadow);
}

.hero-copy::before,
.hero-panel::before {
  content: "";
  position: absolute;
  inset: auto -20% -42% -20%;
  height: 55%;
  background: radial-gradient(circle at center, rgba(17, 44, 69, 0.07), transparent 70%);
  pointer-events: none;
}

.hero-copy {
  border-left: 6px solid var(--accent);
}

.hero-panel {
  border-left: 6px solid var(--primary);
}

.hero-referral {
  background: linear-gradient(130deg, rgba(173, 100, 49, 0.14), rgba(173, 100, 49, 0.06));
  border-color: rgba(173, 100, 49, 0.4);
}

.hero-summary {
  font-size: 1.02rem;
}

.hero-points {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.hero-points li::marker {
  color: var(--accent);
}

.section-photo {
  border-radius: 14px;
  border: 1px solid rgba(8, 23, 40, 0.18);
  box-shadow: 0 14px 30px rgba(8, 23, 40, 0.16);
}

.hero-photo {
  max-height: 245px;
}

.hero-cta {
  margin: 20px 0 14px;
}

.btn {
  border-radius: 12px;
  padding: 0.74rem 1.08rem;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(128deg, var(--primary), var(--primary-deep));
  border-color: rgba(8, 23, 40, 0.9);
  box-shadow: 0 14px 25px rgba(8, 23, 40, 0.24);
}

.btn-outline {
  border-color: rgba(8, 23, 40, 0.65);
  background: rgba(255, 255, 255, 0.82);
}

.snapshot-grid article,
.trust-chip-row span {
  border-color: rgba(8, 23, 40, 0.16);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(247, 241, 231, 0.92));
}

.snapshot-grid strong {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: 1.62rem;
}

.trust-chip-row {
  gap: 9px;
}

.trust-chip-row span {
  border-radius: 8px;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

main > section {
  position: relative;
  padding: 56px 0;
  overflow: clip;
}

main > section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.8;
}

main > section:nth-of-type(odd)::before {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.45), transparent 45%),
    linear-gradient(15deg, rgba(17, 44, 69, 0.055), transparent 45%);
}

main > section:nth-of-type(even)::before {
  background:
    linear-gradient(25deg, rgba(173, 100, 49, 0.06), transparent 50%),
    linear-gradient(190deg, rgba(255, 255, 255, 0.42), transparent 48%);
}

main > section:nth-of-type(odd) {
  background: var(--section-tone-a);
}

main > section:nth-of-type(even) {
  background: var(--section-tone-b);
}

main > section + section {
  border-top: 1px solid rgba(8, 23, 40, 0.1);
}

.section-lead {
  max-width: 92ch;
  font-size: 1.03rem;
  margin-bottom: 22px;
}

.card-grid,
.track-grid {
  gap: 14px;
}

.track-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.info-card,
.track-card,
.contact-box,
.offer-card,
.supplement-card,
.promise-box,
.fit-form,
.consult-form,
.consult-launch {
  position: relative;
  border: 1px solid rgba(8, 23, 40, 0.18);
  background: linear-gradient(170deg, rgba(255, 252, 248, 0.92), rgba(244, 236, 225, 0.86));
  box-shadow: 0 12px 26px rgba(8, 23, 40, 0.1);
}

.info-card::after,
.track-card::after,
.contact-box::after,
.offer-card::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(17, 44, 69, 0.06), rgba(173, 100, 49, 0.42), rgba(17, 44, 69, 0.06));
}

.track-card h3,
.info-card h3,
.contact-box h3 {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: 1.18rem;
}

.track-card ul,
.snapshot-points,
.promise-box ul,
.standards-list,
.faq-list p,
.info-card p,
.track-card li,
.contact-box p {
  color: var(--ink-soft);
}

.track-card ul li::marker,
.snapshot-points li::marker {
  color: var(--accent);
}

.section-cta {
  border: 1px solid rgba(8, 23, 40, 0.16);
  background:
    linear-gradient(120deg, rgba(17, 44, 69, 0.94), rgba(8, 27, 45, 0.96)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.04) 0 7px,
      rgba(255, 255, 255, 0.01) 7px 14px
    );
  color: #f8f2e8;
  box-shadow: 0 20px 36px rgba(8, 23, 40, 0.24);
}

.section-cta h3,
.section-cta p {
  color: #f8f2e8;
}

.section-cta .btn-primary {
  background: linear-gradient(140deg, var(--accent), #8f5127);
  border-color: #7e4722;
}

.section-cta .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}

.supplement-card {
  border-style: solid;
}

.response-table {
  border: 1px solid rgba(8, 23, 40, 0.18);
  background: rgba(255, 255, 255, 0.8);
}

.response-table th {
  background: linear-gradient(135deg, rgba(17, 44, 69, 0.94), rgba(8, 27, 45, 0.9));
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.response-table td {
  background: rgba(255, 255, 255, 0.8);
}

details {
  border-color: rgba(8, 23, 40, 0.18);
  background: linear-gradient(170deg, rgba(255, 253, 250, 0.9), rgba(244, 237, 226, 0.82));
}

summary {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.map-shell {
  border-radius: 12px;
  border: 1px solid rgba(8, 23, 40, 0.2);
  background: rgba(255, 255, 255, 0.6);
}

.consult-overlay__backdrop {
  background: rgba(6, 15, 26, 0.66);
}

.consult-overlay__panel {
  border: 1px solid rgba(13, 39, 60, 0.35);
  background: linear-gradient(170deg, rgba(252, 247, 238, 0.98), rgba(239, 230, 216, 0.98));
  box-shadow: 0 30px 60px rgba(6, 15, 26, 0.35);
}

.consult-overlay__header {
  border-bottom: 1px solid rgba(8, 23, 40, 0.16);
  background: linear-gradient(135deg, rgba(17, 44, 69, 0.95), rgba(8, 27, 45, 0.96));
}

.consult-overlay__brand {
  font-family: "Fraunces", "Times New Roman", serif;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.consult-overlay__close {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
}

.consult-overlay__progress {
  background: rgba(8, 23, 40, 0.08);
}

.consult-overlay__progress-bar {
  background: linear-gradient(90deg, var(--accent), #cb8142);
}

.overlay-step__question {
  font-family: "Fraunces", "Times New Roman", serif;
}

.overlay-card {
  border-color: rgba(8, 23, 40, 0.16);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.86), rgba(247, 241, 230, 0.85));
}

.overlay-card.is-selected {
  border-color: rgba(138, 79, 36, 0.7);
  background: linear-gradient(145deg, rgba(173, 100, 49, 0.92), rgba(143, 81, 39, 0.92));
  box-shadow: 0 14px 26px rgba(122, 68, 30, 0.25);
}

.wiz-input {
  border-color: rgba(8, 23, 40, 0.22);
  background: rgba(255, 255, 255, 0.86);
}

.wiz-input:focus {
  outline: 2px solid rgba(173, 100, 49, 0.5);
  border-color: rgba(173, 100, 49, 0.75);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 8% 10%, rgba(173, 100, 49, 0.16), transparent 36%),
    linear-gradient(170deg, #071522, #03111d);
}

.site-footer h2,
.site-footer h3 {
  font-family: "Fraunces", "Times New Roman", serif;
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: rgba(243, 238, 228, 0.88);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
}

.footer-note {
  color: rgba(243, 238, 228, 0.78);
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(243, 238, 228, 0.74);
}

.reveal {
  transform: translateY(18px);
}

.reveal.visible {
  transform: translateY(0);
}

@media (max-width: 960px) {
  .top-header {
    background: rgba(243, 238, 230, 0.96);
  }

  .nav-panel {
    top: 68px;
    border-radius: 10px;
    border-color: rgba(8, 23, 40, 0.2);
    background: linear-gradient(170deg, rgba(255, 252, 247, 0.98), rgba(239, 232, 220, 0.98));
  }

  .nav-panel a {
    font-size: 0.84rem;
  }

  .hero-copy,
  .hero-panel {
    border-left-width: 4px;
  }

  .section-cta .form-actions {
    gap: 8px;
  }
}

@media (max-width: 640px) {
  main > section {
    padding: 46px 0;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-cta,
  .form-actions {
    display: grid;
    width: 100%;
  }

  .trust-chip-row span {
    width: 100%;
    text-align: center;
  }

}
