/* Consultation-first homepage */
.consultation-home {
  --consult-navy: #16283f;
  --consult-ink: #26384d;
  --consult-muted: #687386;
  --consult-rose: #c56577;
  --consult-rose-soft: #f8e7e8;
  --consult-gold: #d2a553;
  --consult-sage: #819568;
  --consult-cream: #fffaf6;
  --consult-paper: #fffefd;
  --consult-line: rgba(22, 40, 63, .12);
  --consult-shadow: 0 22px 58px rgba(56, 41, 43, .09);
}

.consultation-home .consult-header .v2-header-inner {
  grid-template-columns: 330px 1fr auto;
}

.consultation-home .consult-header .v2-nav {
  justify-content: flex-end;
}

.consultation-home [id] {
  scroll-margin-top: 105px;
}

.consultation-home .consult-anchor-alias {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* Hero: the price map is intentionally visible without a second page. */
.consultation-home .consult-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 5vw, 76px) 0 clamp(54px, 6vw, 86px);
  background:
    radial-gradient(circle at 4% 4%, rgba(255,255,255,.96), transparent 32%),
    radial-gradient(circle at 95% 10%, rgba(217,133,147,.18), transparent 28%),
    linear-gradient(145deg, #fffdfb 0%, #fff7f1 62%, #f8eeee 100%);
}

.consultation-home .consult-hero::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -240px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(210,165,83,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(255,255,255,.14), 0 0 0 108px rgba(210,165,83,.06);
  pointer-events: none;
}

.consultation-home .consult-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.consultation-home .consult-hero-copy h1 {
  max-width: 760px;
  margin-top: 16px;
  font-size: clamp(52px, 5.6vw, 78px);
  line-height: .92;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.consultation-home .consult-hero-copy h1 span {
  display: block;
  color: var(--consult-rose);
}

.consultation-home .consult-hero-copy > p {
  max-width: 720px;
  margin-top: 22px;
  color: var(--consult-muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.consultation-home .consult-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 27px;
}

.consultation-home .consult-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
}

.consultation-home .consult-trust-row span {
  padding: 2px 17px;
  border-left: 1px solid var(--consult-line);
  color: var(--consult-muted);
  font-size: 11px;
  line-height: 1.35;
}

.consultation-home .consult-trust-row span:first-child {
  padding-left: 0;
  border-left: 0;
}

.consultation-home .consult-trust-row b {
  display: block;
  margin-bottom: 2px;
  color: var(--consult-navy);
  font-size: 14px;
}

.consultation-home .consult-quick-card {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 30px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 28px 80px rgba(77,47,50,.13);
  backdrop-filter: blur(18px);
}

.consultation-home .consult-quick-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--consult-line);
}

.consultation-home .consult-quick-head small {
  color: var(--consult-rose);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.consultation-home .consult-quick-head strong {
  color: var(--consult-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}

.consultation-home .consult-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}

.consultation-home .consult-quick-grid a {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 13px 14px;
  border: 1px solid var(--consult-line);
  border-radius: 16px;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.consultation-home .consult-quick-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(197,101,119,.42);
  box-shadow: 0 10px 25px rgba(56,41,43,.08);
}

.consultation-home .consult-quick-grid span {
  color: var(--consult-muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.3;
}

.consultation-home .consult-quick-grid b {
  color: var(--consult-navy);
  font-size: 17px;
  line-height: 1.1;
}

.consultation-home .consult-quick-card > p {
  margin-top: 14px;
  color: var(--consult-muted);
  font-size: 11px;
  line-height: 1.55;
}

/* Shared section headings */
.consultation-home .consult-section-head {
  max-width: 840px;
  margin-bottom: 38px;
}

.consultation-home .consult-section-head h2 {
  margin-top: 10px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .98;
}

.consultation-home .consult-section-head > p {
  max-width: 760px;
  margin-top: 17px;
  color: var(--consult-muted);
  font-size: 16px;
  line-height: 1.65;
}

/* Service cards */
.consultation-home .consult-formats {
  background: linear-gradient(180deg, #fffaf6 0%, #fffefd 48%, #f9f3ed 100%);
}

.consultation-home .consult-group-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 34px 0 18px;
}

.consultation-home .consult-group-head > span {
  display: grid;
  place-items: center;
  width: 49px;
  height: 49px;
  flex: 0 0 49px;
  border-radius: 50%;
  color: #fff;
  background: var(--consult-rose);
  font-size: 12px;
  font-weight: 800;
}

.consultation-home .consult-group-head small {
  display: block;
  color: var(--consult-rose);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.consultation-home .consult-group-head h3 {
  margin-top: 1px;
  font-size: 31px;
}

.consultation-home .consult-group-head-support {
  margin-top: 62px;
}

.consultation-home .consult-group-head-support > span {
  background: var(--consult-sage);
}

.consultation-home .consult-cards {
  display: grid;
  gap: 18px;
}

.consultation-home .consult-cards-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.consultation-home .consult-format-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 590px;
  padding: 25px;
  border: 1px solid var(--consult-line);
  border-radius: 27px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--consult-shadow);
  overflow: hidden;
}

.consultation-home .consult-format-card.is-featured {
  border: 1.5px solid rgba(197,101,119,.5);
  background: linear-gradient(180deg, #fff9fa, #fff);
}

.consultation-home .consult-format-card.is-long {
  border-color: rgba(129,149,104,.35);
  background: linear-gradient(180deg, #fbfcf7, #fff);
}

.consultation-home .consult-format-card.is-annual {
  border-color: rgba(210,165,83,.46);
  background: linear-gradient(180deg, #fffaf0, #fff);
}

.consultation-home .consult-ribbon {
  margin: -25px -25px 19px;
  padding: 8px 20px;
  color: #fff;
  background: linear-gradient(90deg, var(--consult-rose), #ab4f64);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-align: center;
  text-transform: uppercase;
}

.consultation-home .consult-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--consult-line);
}

.consultation-home .consult-card-top span {
  color: var(--consult-rose);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.consultation-home .consult-card-top strong {
  flex: 0 0 auto;
  color: var(--consult-navy);
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}

.consultation-home .consult-format-card > h3 {
  margin-top: 21px;
  font-size: 35px;
  line-height: .98;
}

.consultation-home .consult-card-lead {
  margin-top: 14px;
  color: var(--consult-muted);
  font-size: 14px;
  line-height: 1.6;
}

.consultation-home .consult-format-card ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.consultation-home .consult-format-card li {
  position: relative;
  padding-left: 22px;
  color: var(--consult-ink);
  font-size: 13px;
  line-height: 1.45;
}

.consultation-home .consult-format-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--consult-sage);
  font-weight: 900;
}

.consultation-home .consult-best {
  margin-top: auto;
  padding: 16px;
  border-radius: 16px;
  color: var(--consult-muted);
  background: #faf6f2;
  font-size: 11.5px;
  line-height: 1.5;
}

.consultation-home .consult-best b {
  color: var(--consult-navy);
}

.consultation-home .consult-card-button {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 13px;
  padding: 13px 16px;
  border-radius: 15px;
  color: #fff;
  background: var(--consult-navy);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  transition: transform .2s ease, box-shadow .2s ease;
}

.consultation-home .consult-card-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(22,40,63,.18);
}

.consultation-home .consult-card-button span {
  color: #f5d7da;
  font-size: 19px;
}

.consultation-home .consult-medical-note {
  margin-top: 24px;
  padding: 17px 20px;
  border: 1px solid rgba(210,165,83,.28);
  border-radius: 17px;
  color: #73654e;
  background: #fffaf0;
  font-size: 12px;
  line-height: 1.55;
}

/* Selection guide */
.consultation-home .consult-choice {
  background:
    radial-gradient(circle at 8% 20%, rgba(217,133,147,.13), transparent 24%),
    #fffaf7;
}

.consultation-home .consult-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.consultation-home .consult-choice-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  box-shadow: var(--consult-shadow);
}

.consultation-home .consult-choice-grid article > span {
  color: var(--consult-rose);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.consultation-home .consult-choice-grid h3 {
  margin-top: 11px;
  font-size: 32px;
}

.consultation-home .consult-choice-grid p {
  margin-top: 12px;
  color: var(--consult-muted);
  font-size: 13px;
  line-height: 1.55;
}

.consultation-home .consult-choice-grid a {
  display: inline-block;
  margin-top: 24px;
  color: var(--consult-rose);
  font-size: 13px;
  font-weight: 800;
}

.consultation-home .consult-unsure {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 28px 30px;
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(135deg, var(--consult-navy), #263e59);
  box-shadow: 0 22px 55px rgba(22,40,63,.18);
}

.consultation-home .consult-unsure small {
  color: #f0c9cf;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.consultation-home .consult-unsure h3 {
  margin-top: 5px;
  color: #fff;
  font-size: 31px;
}

.consultation-home .consult-unsure p {
  margin-top: 5px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
}

/* Process */
.consultation-home .consult-how {
  background: #fff;
}

.consultation-home .consult-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 10px;
  border: 1px solid var(--consult-line);
  border-radius: 28px;
  background: #f7f1ec;
}

.consultation-home .consult-steps article {
  min-height: 220px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 27px;
  border-radius: 21px;
  background: #fff;
}

.consultation-home .consult-steps article > b {
  color: var(--consult-rose);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  line-height: .9;
}

.consultation-home .consult-steps h3 {
  font-size: 29px;
  line-height: 1;
}

.consultation-home .consult-steps p {
  margin-top: 11px;
  color: var(--consult-muted);
  font-size: 13px;
  line-height: 1.6;
}

/* About */
.consultation-home .consult-about {
  background: linear-gradient(145deg, #f6eee8, #fffaf7 55%, #f7eeee);
}

.consultation-home .consult-about-grid {
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 7vw, 96px);
}

.consultation-home .consult-about-photo {
  position: relative;
  height: 520px;
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255,255,255,.72);
  border-radius: 40% 40% 26px 26px;
  background: #eee2dc;
  box-shadow: 0 30px 75px rgba(67,48,49,.14);
}

.consultation-home .consult-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.consultation-home .consult-about-copy h2 {
  margin-top: 10px;
  font-size: clamp(52px, 6vw, 78px);
  line-height: .9;
}

.consultation-home .consult-about-copy > p {
  max-width: 700px;
  margin-top: 21px;
  color: var(--consult-muted);
  font-size: 17px;
  line-height: 1.7;
}

.consultation-home .consult-credentials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 25px;
}

.consultation-home .consult-credentials span {
  padding: 16px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 18px;
  color: var(--consult-muted);
  background: rgba(255,255,255,.72);
  font-size: 11px;
  line-height: 1.45;
}

.consultation-home .consult-credentials b {
  display: block;
  margin-bottom: 5px;
  color: var(--consult-navy);
  font-size: 14px;
}

/* Product and editorial routes live only at the bottom. */
.consultation-home .consult-bottom-links {
  padding: clamp(62px, 8vw, 105px) 0;
  background: #fff;
}

.consultation-home .consult-bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.consultation-home .consult-bottom-grid > a {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--consult-line);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #fbf7f3);
  box-shadow: 0 14px 38px rgba(56,41,43,.07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.consultation-home .consult-bottom-grid > a:hover {
  transform: translateY(-4px);
  border-color: rgba(197,101,119,.35);
  box-shadow: 0 20px 48px rgba(56,41,43,.11);
}

.consultation-home .consult-bottom-grid small {
  color: var(--consult-rose);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.consultation-home .consult-bottom-grid strong {
  color: var(--consult-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1;
}

.consultation-home .consult-bottom-grid span {
  color: var(--consult-rose);
  font-size: 13px;
  font-weight: 800;
}

.consultation-home .consult-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 60px;
}

.consultation-home .consult-footer-grid > div:not(.v2-footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.consultation-home .consult-footer-grid strong {
  margin-bottom: 5px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
}

.consultation-home .consult-footer-grid a {
  font-size: 11.5px;
  transition: color .2s ease;
}

.consultation-home .consult-footer-grid a:hover {
  color: #fff;
}

.consultation-home .consult-mobile-cta a {
  color: #fff !important;
  background: linear-gradient(135deg, #d87989, #b9586c) !important;
}

@media (max-width: 1120px) {
  .consultation-home .consult-header .v2-header-inner { grid-template-columns: 250px 1fr auto; }
  .consultation-home .consult-hero-grid { grid-template-columns: minmax(0, 1fr) 420px; gap: 30px; }
  .consultation-home .consult-cards-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .consultation-home .consult-format-card { min-height: 555px; }
  .consultation-home .consult-format-card:last-child { grid-column: 1 / -1; min-height: 0; }
  .consultation-home .consult-bottom-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .consultation-home .consult-header .v2-header-inner { grid-template-columns: 1fr auto; }
  .consultation-home .consult-header .v2-nav { justify-content: stretch; }
  .consultation-home .consult-hero-grid { grid-template-columns: 1fr; }
  .consultation-home .consult-hero-copy h1 { max-width: 840px; font-size: clamp(50px, 9vw, 76px); }
  .consultation-home .consult-quick-card { max-width: 760px; }
  .consultation-home .consult-choice-grid { grid-template-columns: 1fr; }
  .consultation-home .consult-choice-grid article { min-height: 0; }
  .consultation-home .consult-steps { grid-template-columns: 1fr; gap: 8px; }
  .consultation-home .consult-steps article { min-height: 0; }
  .consultation-home .consult-about-grid { grid-template-columns: minmax(270px, 360px) minmax(0, 1fr); gap: 40px; }
  .consultation-home .consult-credentials { grid-template-columns: 1fr; }
  .consultation-home .consult-mobile-cta { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .consultation-home .consult-cards-three { grid-template-columns: 1fr; }
  .consultation-home .consult-format-card,
  .consultation-home .consult-format-card:last-child { grid-column: auto; min-height: 0; }
  .consultation-home .consult-best { margin-top: 24px; }
  .consultation-home .consult-about-grid { grid-template-columns: 1fr; }
  .consultation-home .consult-about-photo { width: min(100%, 430px); height: 470px; }
}

@media (max-width: 640px) {
  body.consultation-home { padding-bottom: 74px; }
  .consultation-home .v2-kicker { font-size: 13px; line-height: 1.35; }
  .consultation-home .consult-hero { padding: 25px 0 43px; }
  .consultation-home .consult-hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .consultation-home .consult-hero-copy { display: contents; }
  .consultation-home .consult-hero-copy > .v2-kicker { order: 1; }
  .consultation-home .consult-hero-copy > h1 { order: 2; }
  .consultation-home .consult-hero-copy > p { order: 3; }
  .consultation-home .consult-quick-card { order: 4; margin-top: 22px; }
  .consultation-home .consult-hero-actions { order: 5; }
  .consultation-home .consult-trust-row { order: 6; }
  .consultation-home .consult-hero-copy h1 { margin-top: 12px; font-size: 42px; line-height: .96; }
  .consultation-home .consult-hero-copy > p { margin-top: 17px; font-size: 16px; line-height: 1.55; }
  .consultation-home .consult-hero-actions { display: grid; margin-top: 21px; }
  .consultation-home .consult-trust-row { margin-top: 22px; }
  .consultation-home .consult-trust-row span { padding-inline: 8px; font-size: 12px; }
  .consultation-home .consult-trust-row b { font-size: 14px; }
  .consultation-home .consult-quick-card { padding: 17px; border-radius: 22px; box-shadow: 0 17px 44px rgba(77,47,50,.11); }
  .consultation-home .consult-quick-head { align-items: flex-start; }
  .consultation-home .consult-quick-head strong { max-width: 150px; font-size: 21px; }
  .consultation-home .consult-quick-grid { gap: 7px; margin-top: 11px; }
  .consultation-home .consult-quick-grid a { min-height: 76px; padding: 11px; border-radius: 13px; }
  .consultation-home .consult-quick-grid span { font-size: 12.5px; }
  .consultation-home .consult-quick-grid b { font-size: 17px; }
  .consultation-home .consult-quick-card > p { font-size: 13px; }
  .consultation-home .consult-section-head { margin-bottom: 28px; }
  .consultation-home .consult-section-head h2 { font-size: 43px; }
  .consultation-home .consult-section-head > p { font-size: 15px; }
  .consultation-home .consult-group-head { margin: 27px 0 14px; }
  .consultation-home .consult-group-head-support { margin-top: 45px; }
  .consultation-home .consult-group-head > span { width: 43px; height: 43px; flex-basis: 43px; }
  .consultation-home .consult-group-head small { font-size: 11px; }
  .consultation-home .consult-group-head h3 { font-size: 27px; }
  .consultation-home .consult-cards { gap: 12px; }
  .consultation-home .consult-format-card { padding: 20px 17px 17px; border-radius: 22px; box-shadow: 0 13px 34px rgba(56,41,43,.08); }
  .consultation-home .consult-ribbon { margin: -20px -17px 17px; }
  .consultation-home .consult-card-top span { font-size: 11.5px; }
  .consultation-home .consult-card-top strong { font-size: 18px; }
  .consultation-home .consult-format-card > h3 { margin-top: 18px; font-size: 32px; }
  .consultation-home .consult-card-lead { font-size: 15.5px; }
  .consultation-home .consult-format-card li { font-size: 14.5px; }
  .consultation-home .consult-best { font-size: 13.5px; }
  .consultation-home .consult-card-button { min-height: 56px; font-size: 14px; }
  .consultation-home .consult-medical-note { font-size: 13px; }
  .consultation-home .consult-choice-grid { gap: 10px; }
  .consultation-home .consult-choice-grid article { padding: 21px; }
  .consultation-home .consult-choice-grid p { font-size: 15px; }
  .consultation-home .consult-choice-grid a { font-size: 14px; }
  .consultation-home .consult-unsure { grid-template-columns: 1fr; gap: 19px; padding: 22px 18px; border-radius: 21px; }
  .consultation-home .consult-unsure h3 { font-size: 28px; }
  .consultation-home .consult-unsure p { font-size: 14px; }
  .consultation-home .consult-steps { padding: 7px; border-radius: 22px; }
  .consultation-home .consult-steps article { grid-template-columns: 46px 1fr; padding: 20px 16px; }
  .consultation-home .consult-steps article > b { font-size: 32px; }
  .consultation-home .consult-steps h3 { font-size: 26px; }
  .consultation-home .consult-steps p { font-size: 14.5px; }
  .consultation-home .consult-about-photo { height: 390px; border-width: 7px; }
  .consultation-home .consult-about-copy h2 { font-size: 51px; }
  .consultation-home .consult-about-copy > p { font-size: 16px; }
  .consultation-home .consult-credentials span { font-size: 13px; }
  .consultation-home .consult-bottom-links { padding: 58px 0; }
  .consultation-home .consult-bottom-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .consultation-home .consult-bottom-grid > a { min-height: 166px; padding: 17px 14px; border-radius: 19px; }
  .consultation-home .consult-bottom-grid small { font-size: 11px; }
  .consultation-home .consult-bottom-grid strong { font-size: 25px; }
  .consultation-home .consult-bottom-grid span { font-size: 13px; }
  .consultation-home .consult-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .consultation-home .consult-mobile-cta { grid-template-columns: 1fr !important; }
  .consultation-home .consult-mobile-cta a { min-height: 48px; font-size: 13px; }
}

@media (max-width: 380px) {
  .consultation-home .consult-hero-copy h1 { font-size: 38px; }
  .consultation-home .consult-quick-grid b { font-size: 14px; }
  .consultation-home .consult-bottom-grid { grid-template-columns: 1fr; }
  .consultation-home .consult-bottom-grid > a { min-height: 145px; }
}

@media (prefers-reduced-motion: reduce) {
  .consultation-home * { scroll-behavior: auto !important; }
  .consultation-home .consult-card-button,
  .consultation-home .consult-quick-grid a,
  .consultation-home .consult-bottom-grid > a { transition: none; }
}

/* October: readable service directory, independent of legacy page styles. */
body.consultation-home.menu-open { overflow: hidden; }
.consultation-home .consult-hero { padding-block: 38px 52px; }
.consultation-home .consult-hero-grid { align-items: start; }
.consultation-home .consult-hero-copy { padding-top: 30px; }
.consultation-home .consult-hero-copy h1 { line-height: 1.03; font-size: clamp(50px, 5.5vw, 74px); }
.consultation-home .consult-hero-copy > p { max-width: 530px; }
.consultation-home .consult-quick-card { padding: 22px; }
.consultation-home .consult-quick-head { padding-bottom: 12px; }
.consultation-home .consult-quick-head strong { font: 700 18px/1.3 "Onest", sans-serif; text-align: left; max-width: none; }
.consultation-home .consult-quick-grid { grid-template-columns: 1fr; gap: 7px; }
.consultation-home .consult-quick-grid a { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; min-height: 70px; padding: 12px 14px; gap: 12px; }
.consultation-home .consult-quick-grid span { color: var(--consult-navy); font-size: 15px; font-weight: 700; line-height: 1.35; }
.consultation-home .consult-quick-grid small { display: block; margin-top: 3px; font-size: 14px; line-height: 1.35; color: #566276; font-weight: 400; }
.consultation-home .consult-quick-grid b { font-size: 16px; white-space: nowrap; }
.consultation-home .consult-quick-card > p { font-size: 14px; }
.consultation-home .consult-card-top { flex-wrap: wrap; gap: 8px; }
.consultation-home .consult-card-top span,
.consultation-home .consult-group-head small,
.consultation-home .consult-ribbon,
.consultation-home .consult-choice-grid article > span,
.consultation-home .consult-unsure small,
.consultation-home .consult-bottom-grid small { font-size: 14px; letter-spacing: .02em; text-transform: none; }
.consultation-home .consult-format-card > h3 { font-size: 34px; line-height: 1.08; }
.consultation-home .consult-card-lead,
.consultation-home .consult-format-card li,
.consultation-home .consult-choice-grid p,
.consultation-home .consult-steps p { font-size: 16px; line-height: 1.6; }
.consultation-home .consult-best { font-size: 15px; margin-top: 22px; }
.consultation-home .consult-card-button { font-size: 15px; margin-top: auto; }
.consultation-home .consult-best + .consult-card-button { margin-top: 16px; }
.consultation-home .consult-medical-note,
.consultation-home .consult-credentials span,
.consultation-home .consult-unsure p,
.consultation-home .consult-trust-row span { font-size: 14px; line-height: 1.5; }
.consultation-home .consult-bottom-grid span,
.consultation-home .consult-footer-grid a,
.consultation-home .v2-footer-brand p { font-size: 14px; }
.consultation-home .v2-footer-bottom { font-size: 13px; }
.consultation-home .consult-hero-actions .v2-button { font-size: 16px; }
.consultation-home .consult-format-card { min-height: 0; }
.consultation-home a:focus-visible,
.consultation-home button:focus-visible { outline: 3px solid #9d445a; outline-offset: 3px; }

@media (max-width: 960px) {
  .consultation-home .consult-hero-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
  .consultation-home .consult-hero-copy { display: contents; }
  .consultation-home .consult-hero-copy > .v2-kicker { order: 1; }
  .consultation-home .consult-hero-copy > h1 { order: 2; margin: 0; }
  .consultation-home .consult-hero-copy > p { order: 3; margin: 0; max-width: 680px; }
  .consultation-home .consult-quick-card { order: 4; width: 100%; max-width: none; margin: 0; }
  .consultation-home .consult-hero-actions { order: 5; margin: 0; }
  .consultation-home .consult-trust-row { order: 6; margin: 0; }
  .consultation-home .consult-hero-copy h1 span { display: inline; }
}
@media (max-width: 640px) {
  body.consultation-home { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .consultation-home .consult-hero { padding-block: 18px 30px; }
  .consultation-home .consult-hero-grid { gap: 12px; }
  .consultation-home .consult-hero-copy > .v2-kicker { font-size: 14px; letter-spacing: 0; text-transform: none; }
  .consultation-home .consult-hero-copy h1 { font-size: 37px; line-height: 1.04; }
  .consultation-home .consult-hero-copy > p { font-size: 16px; line-height: 1.45; }
  .consultation-home .consult-quick-card { padding: 12px; border-radius: 20px; }
  .consultation-home .consult-quick-head { padding-bottom: 9px; }
  .consultation-home .consult-quick-head strong { font-size: 15px; }
  .consultation-home .consult-quick-grid { margin-top: 9px; gap: 6px; }
  .consultation-home .consult-quick-grid a { min-height: 65px; padding: 10px; gap: 8px; }
  .consultation-home .consult-quick-grid span { font-size: 14px; }
  .consultation-home .consult-quick-grid small { font-size: 14px; }
  .consultation-home .consult-quick-grid b { font-size: 14px; }
  .consultation-home .consult-quick-card > p { margin-top: 10px; }
  .consultation-home .consult-hero-actions { margin-top: 5px; }
  .consultation-home .consult-trust-row { margin-top: 6px; }
  .consultation-home .consult-section-head > p { font-size: 16px; }
  .consultation-home .consult-cards { gap: 18px; }
  .consultation-home .consult-card-top strong { font-size: 22px; }
  .consultation-home .consult-bottom-grid { grid-template-columns: 1fr; }
  .consultation-home .consult-bottom-grid > a { min-height: 132px; }
  .consultation-home .consult-mobile-cta a { font-size: 16px; }
}
