:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  --accent: #18212f;
  --surface: #ffffff;
  --page: #f6f7f9;
  --card: #ffffff;
  --ink: #18212f;
  --muted: #607086;
  --line: #dde3ec;
  --accent-deep: #18212f;
  --accent-pet: #f2b84b;
  --accent-soft: rgba(24, 33, 47, 0.08);
  --accent-warm-soft: rgba(242, 184, 75, 0.16);
  --premium-ink: #18212f;
  --premium-cream: #fbf8f1;
  --premium-teal: #0f8f73;
  --premium-gold: #b9860b;
  --premium-line: rgba(24, 33, 47, 0.14);
  --premium-shadow: 0 24px 70px rgba(24, 33, 47, 0.12);
  --brand-header-master-width: 230px;
  --brand-header-baby-width: 236px;
  --brand-header-mobile-master-width: 176px;
  --brand-header-mobile-baby-width: 184px;
  --brand-footer-master-width: 148px;
  --brand-footer-baby-width: 160px;
  --brand-home-width: 260px;
  --brand-vertical-icon-size: 42px;
  --brand-baby-welcome-width: 190px;
  --brand-baby-welcome-tablet-width: 176px;
  --brand-baby-welcome-mobile-width: 168px;
  --brand-baby-interview-width: 286px;
  --brand-baby-final-mobile-width: 220px;
  color: var(--ink);
  background: var(--page);
}

* {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.96) 0%, var(--page) 42%, rgba(238, 246, 238, 0.92) 100%),
    var(--page);
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 0;
}

.brand-logo-wordmark {
  width: min(var(--brand-header-master-width), 48vw);
  height: auto;
  max-height: 58px;
}

.vertical-baby .site-header .brand-logo-wordmark {
  width: min(var(--brand-header-baby-width), 50vw);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: 650;
}

.site-nav a {
  text-decoration: none;
  color: #566174;
}

main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 24px 72px;
}

.intro,
.intake-shell,
.results-shell {
  padding: 36px 0;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 36px;
  align-items: center;
  padding: 38px 0 42px;
}

.home-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 18px 0 0;
  color: #4d596b;
  font-size: 18px;
}

.home-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.home-brand-lockup .eyebrow {
  margin: 0;
}

.home-brand-logo {
  display: block;
  width: min(var(--brand-home-width), 58vw);
  height: auto;
}

.home-visual-panel {
  display: grid;
  gap: 16px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.9)),
    var(--surface);
  border: 1px solid rgba(24, 33, 47, 0.11);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(24, 33, 47, 0.11);
}

.home-panel-heading {
  display: grid;
  gap: 4px;
}

.home-panel-heading span {
  color: #687386;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-panel-heading strong {
  max-width: 320px;
  color: #18212f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1.12;
}

.home-signal-stack {
  display: grid;
  gap: 10px;
}

.home-signal-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 12px;
  text-decoration: none;
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--signal-name-color, var(--signal-accent)) 18%, white),
      color-mix(in srgb, var(--signal-name-color, var(--signal-accent)) 8%, white) 54%,
      rgba(255, 255, 255, 0.9)),
    #ffffff;
  border: 1px solid color-mix(in srgb, var(--signal-name-color, var(--signal-accent)) 22%, white);
  border-left: 4px solid var(--signal-accent);
  border-radius: 8px;
}

.home-signal-card img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.home-signal-card span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.home-signal-card strong {
  color: #18212f;
  font-size: 15px;
}

.home-signal-card small {
  color: #687386;
  font-size: 13px;
  font-weight: 700;
}

.home-signal-card em {
  padding: 7px 9px;
  color: #18212f;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
  background: color-mix(in srgb, var(--signal-warm) 24%, white);
  border-radius: 999px;
}

.home-verticals,
.home-system-panel {
  padding: 32px 0 0;
}

.section-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.section-heading .eyebrow {
  margin: 0;
}

.section-heading h2 {
  max-width: 620px;
  margin: 0;
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}

.section-heading .section-support {
  max-width: 620px;
  margin: 8px 0 0;
  color: #566174;
  font-size: 16px;
  line-height: 1.6;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--accent-deep);
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

.intro p:last-child,
.intake-heading p:last-child,
.results-heading p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: #4d596b;
  font-size: 18px;
}

.vertical-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.vertical-card {
  display: grid;
  min-height: 124px;
  align-content: end;
  gap: 6px;
  padding: 18px;
  text-decoration: none;
  background: var(--card);
  border: 1px solid #dde3ec;
  border-radius: 8px;
}

.vertical-card-logo {
  align-self: start;
  width: 38px;
  height: 38px;
  margin-bottom: 8px;
}

.vertical-card-logo-wordmark {
  width: min(138px, 100%);
  height: auto;
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
}

.vertical-card:hover {
  border-color: #aeb9c9;
}

.home-vertical-card {
  position: relative;
  min-height: 220px;
  align-content: start;
  gap: 14px;
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.95), var(--card-soft)),
    var(--card);
  border-color: rgba(24, 33, 47, 0.11);
}

.home-vertical-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--card-accent);
}

.home-vertical-card::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 34px;
  height: 34px;
  background:
    linear-gradient(135deg, var(--card-warm-soft), rgba(255, 255, 255, 0.6));
  border: 1px solid rgba(24, 33, 47, 0.08);
  border-radius: 8px;
  transform: rotate(8deg);
}

.home-vertical-card:hover {
  border-color: color-mix(in srgb, var(--card-accent) 48%, #dde3ec);
}

.home-vertical-card .vertical-card-logo {
  position: relative;
  z-index: 1;
  width: var(--brand-vertical-icon-size);
  height: var(--brand-vertical-icon-size);
  margin-bottom: 0;
  object-fit: contain;
}

.home-card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
}

.home-card-points {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: auto;
}

.home-card-points span {
  padding: 6px 8px;
  color: #18212f;
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(24, 33, 47, 0.09);
  border-radius: 999px;
}

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

.home-system-grid div {
  display: grid;
  gap: 7px;
  min-height: 146px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 33, 47, 0.1);
  border-radius: 8px;
}

.system-number {
  color: #687386;
  font-size: 12px;
  font-weight: 900;
}

.home-system-grid strong {
  color: #18212f;
  font-size: 16px;
}

.home-system-grid p {
  margin: 0;
  color: #607086;
  font-size: 14px;
  font-weight: 650;
}

.vertical-name {
  font-size: 22px;
  font-weight: 800;
}

.vertical-label {
  color: #687386;
}

.intake-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 36px;
  align-items: start;
}

.vertical-page-logo {
  display: block;
  width: min(300px, 72vw);
  height: auto;
  margin: 0 0 18px;
}

.vertical-page-logo.small {
  width: min(220px, 58vw);
  margin-bottom: 14px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.inline-action {
  margin-top: 18px;
}

.identity-preview {
  display: grid;
  gap: 10px;
  max-width: 520px;
  margin: 28px 0 0;
  padding: 22px;
  background:
    linear-gradient(135deg, var(--accent-warm-soft), var(--accent-soft)),
    var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(24, 33, 47, 0.08);
}

.identity-preview img {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.identity-preview-label {
  margin: 4px 0 0;
  color: #687386;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.identity-preview h2 {
  max-width: 430px;
  margin: 0;
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1.12;
}

.identity-preview-points {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.identity-preview-points span {
  padding: 7px 10px;
  color: #18212f;
  font-size: 13px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #dde3ec;
  border-radius: 999px;
}

.intake-form {
  display: grid;
  gap: 16px;
  padding: 18px;
  counter-reset: intake-section;
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(73, 49, 32, 0.08);
}

.intake-section {
  display: grid;
  gap: 14px;
  min-width: 0;
  margin: 0;
  padding: 18px;
  counter-increment: intake-section;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), var(--accent-soft)),
    var(--card);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
}

.intake-section:nth-of-type(2) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), var(--accent-warm-soft)),
    var(--card);
  border-left-color: var(--accent-pet);
}

.intake-section:nth-of-type(3) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(38, 54, 77, 0.08)),
    var(--card);
  border-left-color: var(--accent-deep);
}

.intake-section:last-of-type {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.intake-section legend {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 0 4px;
  padding: 0 0 4px;
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
}

.intake-section legend::before {
  content: counter(intake-section);
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
  background: var(--accent);
  border-radius: 999px;
}

.intake-section:nth-of-type(2) legend::before {
  color: var(--accent-deep);
  background: var(--accent-pet);
}

.intake-section:nth-of-type(3) legend::before {
  background: var(--accent-deep);
}

.field {
  display: grid;
  gap: 8px;
  font-weight: 750;
}

.field span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.field em {
  color: #7a8698;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: #18212f;
  font: inherit;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #cbd4e1;
  border-radius: 6px;
}

.field .other-choice-input {
  margin-top: 8px;
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.field small {
  color: #687386;
  font-weight: 500;
}

button {
  min-height: 48px;
  padding: 12px 16px;
  color: #ffffff;
  font: inherit;
  font-weight: 850;
  background: #18212f;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.button-link {
  display: inline-grid;
  min-height: 48px;
  align-items: center;
  padding: 12px 16px;
  color: #ffffff;
  font-weight: 850;
  text-decoration: none;
  background: #18212f;
  border-radius: 6px;
}

.home-hero .button-link.home-secondary-button {
  color: #18212f;
  background: #ffffff;
  border: 1px solid #cfd7e3;
}

.results-heading {
  margin-bottom: 22px;
}

.trust-cue {
  display: grid;
  gap: 4px;
  max-width: 720px;
  margin-top: 18px;
  padding: 14px 16px;
  background: var(--card);
  border: 1px solid #dde3ec;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
}

.trust-cue strong {
  color: #18212f;
}

.trust-cue span {
  color: #607086;
  font-size: 14px;
  font-weight: 700;
}

.vertical-pet .baby-results-framing {
  max-width: 720px;
  color: #465266;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.5;
}

.vertical-pet .baby-saved-progress,
.pet-premium-panel {
  max-width: 680px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(47, 148, 134, 0.16);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(24, 33, 47, 0.07);
}

.vertical-pet .baby-saved-progress {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 10px;
  margin-top: 18px;
  padding: 14px 16px;
}

.vertical-pet .baby-saved-progress > span {
  grid-row: 1 / 3;
  color: var(--accent-pet);
  font-size: 24px;
}

.vertical-pet .baby-saved-progress strong {
  color: #253246;
}

.vertical-pet .baby-saved-progress small {
  color: #607086;
}

.pet-premium-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  padding: 16px;
}

.pet-premium-panel .eyebrow,
.pet-premium-panel p {
  margin: 0;
}

.pet-premium-panel p:not(.eyebrow) {
  color: #334155;
  font-weight: 750;
}

.pet-premium-panel ul,
.pet-keepsake-checks,
.pet-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pet-premium-panel li,
.pet-keepsake-checks span,
.pet-result-tags span {
  padding: 7px 10px;
  color: #26364d;
  font-size: 12px;
  font-weight: 900;
  background: rgba(242, 184, 75, 0.14);
  border: 1px solid rgba(242, 184, 75, 0.26);
  border-radius: 999px;
}

.pet-result-tags {
  margin-top: 14px;
}

.pet-call-test,
.pet-premium-detail {
  border-left: 3px solid var(--accent-pet);
}

.pet-call-test {
  padding: 12px 14px;
  background: rgba(242, 184, 75, 0.1);
  border-radius: 12px;
}

.pet-keepsake-checks {
  margin-top: 14px;
}

@media (max-width: 760px) {
  .pet-premium-panel {
    grid-template-columns: 1fr;
  }
}

.decision-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 840px;
  margin-top: 16px;
}

.decision-strip div {
  min-height: 82px;
  padding: 12px 14px;
  background: var(--surface);
  border: 1px solid #dde3ec;
  border-radius: 8px;
}

.decision-strip strong,
.decision-strip span {
  display: block;
}

.decision-strip strong {
  color: #18212f;
  font-size: 14px;
}

.decision-strip span {
  margin-top: 3px;
  color: #607086;
  font-size: 13px;
  font-weight: 700;
}

.brief-summary {
  margin: 0 0 16px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid #dce2ea;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
}

.brief-summary h2 {
  margin: 0 0 12px;
  font-size: 18px;
}

.direction-disclosure {
  padding: 0;
}

.direction-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 14px 18px;
  color: var(--accent-deep);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

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

.direction-disclosure summary::after {
  content: "+";
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  color: #ffffff;
  background: var(--accent);
  border-radius: 999px;
}

.direction-disclosure[open] summary::after {
  content: "-";
}

.direction-disclosure summary strong {
  margin-left: auto;
  color: #687386;
  font-size: 13px;
  font-weight: 900;
}

.direction-disclosure-body {
  padding: 0 18px 18px;
}

.brief-summary dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.brief-summary-item {
  display: block;
  min-width: 0;
  padding: 10px 12px;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-left: 3px solid transparent;
  border-radius: 6px;
  transition: background 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.brief-summary-item:hover,
.brief-summary-item:focus-visible {
  background: linear-gradient(90deg, var(--accent-warm-soft), rgba(255, 255, 255, 0.82));
  border-color: rgba(47, 148, 134, 0.28);
  border-left-color: var(--accent);
  outline: none;
  transform: translateY(-1px);
}

.brief-summary dt,
.brief-summary-item dt {
  color: #687386;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.brief-summary dd,
.brief-summary-item dd {
  margin: 3px 0 0;
  font-weight: 700;
}

.field.is-edit-target {
  padding: 12px;
  background: linear-gradient(90deg, var(--accent-warm-soft), rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(47, 148, 134, 0.28);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
}

.field.is-required-missing {
  padding: 12px;
  background: #fff7ed;
  border: 1px solid rgba(213, 92, 50, 0.35);
  border-left: 4px solid #d55c32;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(213, 92, 50, 0.08);
}

.field.is-required-missing em {
  color: #9f341e;
}

.field-error {
  color: #9f341e;
  font-size: 13px;
  font-weight: 850;
}

.reaction-counts {
  margin: 14px 0 0;
  color: #4d596b;
  font-size: 14px;
  font-weight: 800;
}

.taste-profile {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #dde3ec;
}

.taste-profile h2,
.taste-profile h3 {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.taste-profile p {
  margin: 0;
  color: #465266;
}

.taste-profile p + p {
  margin-top: 6px;
}

.refine-panel {
  display: grid;
  grid-template-columns: 1fr minmax(180px, auto);
  gap: 10px;
  align-items: end;
  margin: 0 0 22px;
  padding: 16px;
  background: var(--card);
  border: 1px solid #dde3ec;
  border-radius: 8px;
}

.refine-panel label,
.refine-panel p {
  grid-column: 1 / -1;
  margin: 0;
  color: #4d596b;
  font-weight: 800;
}

.compare-link {
  justify-content: center;
  background: var(--accent);
}

.refine-panel input {
  min-height: 48px;
  padding: 11px 12px;
  color: #18212f;
  font: inherit;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #cbd4e1;
  border-radius: 6px;
}

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

.bottom-next-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: 16px;
  align-items: end;
  margin-top: 22px;
  padding: 20px;
  background:
    linear-gradient(135deg, var(--accent-warm-soft), rgba(255, 255, 255, 0.78)),
    var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(73, 49, 32, 0.08);
}

.bottom-next-panel h2,
.bottom-next-panel p {
  margin: 0;
}

.bottom-next-panel h2 {
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  line-height: 1.05;
}

.bottom-next-panel p:not(.eyebrow) {
  margin-top: 8px;
  color: #4d596b;
  font-weight: 750;
}

.bottom-refine-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, auto);
  gap: 10px;
  align-items: end;
}

.bottom-refine-form label {
  grid-column: 1 / -1;
  color: #4d596b;
  font-weight: 850;
}

.bottom-refine-form input {
  min-height: 48px;
  padding: 11px 12px;
  color: #18212f;
  font: inherit;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #cbd4e1;
  border-radius: 6px;
}

.bottom-refine-form button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.beta-refine-lock {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.beta-refine-lock .button-link {
  width: min(100%, 340px);
  justify-content: center;
  border-radius: 999px;
}

.paid-access-benefits {
  display: grid;
  gap: 8px;
  width: min(100%, 420px);
  margin: 12px 0 14px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.paid-access-benefits li {
  position: relative;
  padding: 9px 12px 9px 34px;
  color: #253246;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.28;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(41, 52, 79, 0.12);
  border-radius: 14px;
}

.paid-access-benefits li::before {
  position: absolute;
  top: 9px;
  left: 12px;
  color: var(--accent);
  font-weight: 950;
  content: "✓";
}

.paid-access-guarantee {
  max-width: 420px;
  margin: 0 0 14px;
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 900;
}

.bottom-next-actions .premium-locked-action {
  min-height: 44px;
  padding: 10px 16px;
  color: var(--accent-deep);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(41, 52, 79, 0.14);
  border-radius: 999px;
  box-shadow: none;
}

.bottom-next-actions .premium-locked-action:is(:hover, :focus-visible) {
  color: var(--accent-deep);
  background: rgba(255, 255, 255, 0.92);
}

.bottom-next-actions .premium-locked-action::after {
  background: rgba(41, 52, 79, 0.08);
}

.results-access-panel {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 20px 0 0;
  padding: clamp(18px, 3vw, 26px);
  background:
    radial-gradient(circle at 92% 0%, rgba(185, 134, 11, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(251, 248, 241, 0.94));
  border: 1px solid var(--premium-line);
  border-radius: 24px;
  box-shadow: var(--premium-shadow);
}

.results-access-panel h2 {
  margin: 0;
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1;
}

.results-access-panel p:not(.eyebrow) {
  margin: 0;
  color: #4d596b;
  font-size: 17px;
  line-height: 1.5;
}

.results-access-panel ul,
.access-gate-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.results-access-panel li,
.access-gate-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: var(--accent-deep);
  font-weight: 800;
}

.results-access-panel li::before,
.access-gate-list li::before {
  content: "✦";
  color: var(--premium-gold);
  font-weight: 900;
}

.premium-locked-action::after {
  content: none;
  display: none;
}

.premium-locked-row button {
  opacity: 0.86;
}

.access-gate-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9990;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(23, 32, 51, 0.62);
}

.access-gate-modal-backdrop[hidden] { display: none; }

.access-gate-open { overflow: hidden; }

.access-gate-modal {
  position: relative;
  display: grid;
  gap: 14px;
  width: min(560px, 100%);
  padding: clamp(22px, 5vw, 32px);
  color: var(--ink);
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 0%, rgba(185, 134, 11, 0.16), transparent 35%),
    radial-gradient(circle at 0% 12%, rgba(15, 143, 115, 0.11), transparent 36%),
    linear-gradient(145deg, #ffffff, #fbf8f1);
  border: 1px solid var(--premium-line);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(23, 32, 51, 0.28);
}

.access-gate-modal::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--premium-teal), var(--premium-gold), #d8b055);
}

.access-gate-modal h2 {
  margin: 0;
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 7vw, 48px);
  line-height: 0.98;
}

.access-gate-modal p:not(.eyebrow) {
  margin: 0;
  color: #4d596b;
  font-size: 17px;
  line-height: 1.5;
}

.access-gate-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  color: var(--accent-deep);
  background: rgba(24, 33, 47, 0.08);
  border: 0;
  border-radius: 999px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.access-gate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.access-gate-primary { justify-content: center; }

.refine-reaction-gate {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  color: #59667a;
  font-size: 13px;
  font-weight: 850;
}

.refine-reaction-gate.is-error {
  color: #9f341e;
}

.bottom-next-actions {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.result-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 20px;
  overflow: hidden;
  background: var(--card);
  border: 1px solid #dde3ec;
  border-radius: 8px;
}

.result-card-main {
  padding-bottom: 12px;
  border-bottom: 1px solid #eef1f5;
}

.result-card-meaning {
  margin: 7px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

.result-card-details {
  order: 1;
  display: grid;
  gap: 16px;
  min-height: 0;
}

.result-card-actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
}

.result-card-actions > * {
  flex: 1 1 190px;
  margin: 0;
}

.result-card-toggle {
  display: none;
}

.results-accordion-ready .result-card-toggle {
  display: flex;
}

.results-accordion-ready .result-card:not(.is-expanded) .result-card-details {
  display: none;
}

.results-accordion-ready .result-card.is-expanded .result-card-details {
  display: grid;
}

.result-index {
  margin: 0 0 4px;
  color: #687386;
  font-size: 13px;
  font-weight: 800;
}

.result-card h2 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 34px;
  letter-spacing: 0;
}

.result-name-link {
  color: inherit;
  text-decoration: none;
}

.result-name-link:is(:hover, :focus-visible) {
  color: var(--accent-deep);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  outline: none;
}

.result-explore-link {
  order: 4;
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 9px 12px;
  color: var(--accent-deep);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  background: var(--accent-soft);
  border: 1px solid color-mix(in srgb, var(--accent) 24%, #d8e0eb);
  border-radius: 12px;
}

.result-explore-link span {
  color: var(--accent);
  font-size: 18px;
  transition: transform 160ms ease;
}

.result-explore-link:is(:hover, :focus-visible) {
  color: var(--accent-deep);
  text-decoration: none;
  outline: 3px solid color-mix(in srgb, var(--accent) 40%, white);
  outline-offset: 3px;
}

.result-explore-link:hover span { transform: translateX(3px); }

.pronunciation,
.tagline {
  margin: 6px 0 0;
}

.pronunciation {
  color: #687386;
  font-weight: 800;
}

.tagline {
  color: #334155;
  font-size: 17px;
}

.result-card section h3 {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.result-card section p,
.result-card ul {
  margin: 0;
  color: #465266;
}

.result-card ul {
  padding-left: 20px;
}

.validation-list {
  display: grid;
  gap: 8px;
}

.domain-info {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  color: #18212f;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), var(--accent-soft)),
    var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent-pet);
  border-radius: 8px;
}

.domain-info-label {
  margin: 0;
  color: #687386;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.domain-primary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.domain-primary {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--accent-deep);
  font-size: 18px;
  font-weight: 900;
}

.domain-status {
  flex: 0 0 auto;
  padding: 5px 8px;
  color: #334155;
  font-size: 12px;
  font-weight: 900;
  background: #f8fafc;
  border: 1px solid #d8e0eb;
  border-radius: 999px;
}

.domain-status-available {
  color: #166534;
  background: #f0fdf4;
  border-color: #86efac;
}

.domain-status-taken {
  color: #7f1d1d;
  background: #fef2f2;
  border-color: #fecaca;
}

.domain-status-premium {
  color: #7c4a03;
  background: #fffbeb;
  border-color: #f1d48a;
}

.domain-status-not-checked,
.domain-status-unknown {
  color: #475569;
  background: #f8fafc;
  border-color: #d8e0eb;
}

.domain-note {
  margin: 0;
  color: #687386;
  font-size: 12px;
  font-weight: 750;
}

.validation-pill {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #d8e0eb;
  border-radius: 6px;
}

.validation-pill strong {
  font-size: 13px;
}

.validation-pill span {
  color: #5d697b;
  font-size: 13px;
}

.validation-pass {
  border-color: #9bd4b4;
  background: #f0fdf4;
}

.validation-warn {
  border-color: #f1d48a;
  background: #fffbeb;
}

.validation-fail {
  border-color: #f0a3a3;
  background: #fef2f2;
}

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

.reaction-row button {
  display: grid;
  min-height: 104px;
  align-content: center;
  justify-items: center;
  padding: 14px 10px;
  color: #18212f;
  background: #f8fafc;
  border: 1px solid #d8e0eb;
}

.reaction-icon {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 999px;
}

.reaction-row button span {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 850;
}

.reaction-row button:hover,
.reaction-row button:focus-visible {
  background: rgba(47, 148, 134, 0.1);
  color: #26364d;
  border-color: rgba(47, 148, 134, 0.42);
  box-shadow: 0 0 0 3px rgba(47, 148, 134, 0.12);
}

.reaction-row button.is-selected {
  background: rgba(47, 148, 134, 0.16);
  color: #26364d;
  border-color: rgba(47, 148, 134, 0.55);
  box-shadow: 0 0 0 3px rgba(252, 186, 118, 0.26);
}

.reaction-row button:disabled {
  cursor: wait;
  opacity: 0.76;
}

.reaction-status {
  order: 3;
  min-height: 20px;
  margin: -6px 0 0;
  color: #607086;
  font-size: 13px;
  font-weight: 750;
}

.choose-button {
  width: 100%;
}

.chosen-shell {
  max-width: 780px;
  padding: 48px 0;
}

.chosen-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.share-preview {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 30px 28px;
  overflow: hidden;
  color: #18212f;
  background:
    radial-gradient(circle at 92% 84%, rgba(47, 148, 134, 0.18) 0 78px, transparent 80px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 235, 0.9)),
    var(--surface);
  border: 1px solid rgba(47, 148, 134, 0.22);
  border-top: 4px solid var(--accent);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(73, 49, 32, 0.1);
}

.share-preview.has-portrait {
  grid-template-columns: minmax(180px, 250px) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.share-preview::before {
  position: absolute;
  inset: 12px;
  content: "";
  border: 1px solid rgba(47, 148, 134, 0.14);
  border-radius: 6px;
  pointer-events: none;
}

.share-preview::after {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 44px;
  height: 44px;
  content: "";
  background:
    radial-gradient(circle at 50% 18%, rgba(252, 186, 118, 0.72) 0 5px, transparent 6px),
    radial-gradient(circle at 23% 42%, rgba(252, 186, 118, 0.72) 0 5px, transparent 6px),
    radial-gradient(circle at 77% 42%, rgba(252, 186, 118, 0.72) 0 5px, transparent 6px),
    radial-gradient(circle at 50% 68%, rgba(252, 186, 118, 0.72) 0 11px, transparent 12px);
  border-radius: 999px;
  opacity: 0.58;
}

.share-preview:not(.vertical-pet)::after {
  display: none;
}

.share-preview-label,
.share-preview h1,
.share-preview p,
.share-preview figure,
.share-preview dl {
  position: relative;
  z-index: 1;
}

.share-preview-copy {
  min-width: 0;
}

.share-preview-label {
  justify-self: start;
  margin: 0 0 2px;
  padding: 7px 10px;
  color: #26364d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: rgba(252, 186, 118, 0.22);
  border: 1px solid rgba(252, 186, 118, 0.44);
  border-radius: 999px;
  text-transform: uppercase;
}

.share-preview h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.share-preview-pronunciation {
  margin: 2px 0 0;
  color: #687386;
  font-size: 21px;
  font-weight: 850;
}

.share-preview-tagline {
  max-width: 520px;
  margin: 4px 0 0;
  color: #334155;
  font-size: 20px;
  line-height: 1.45;
}

.pet-portrait-frame {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 12px 12px 10px;
  background: #fffaf2;
  border: 1px solid rgba(73, 49, 32, 0.18);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(73, 49, 32, 0.14);
}

.pet-portrait-frame img,
.pet-portrait-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f4e3cc;
  border: 1px solid rgba(73, 49, 32, 0.16);
  border-radius: 6px;
}

.business-image-placeholder {
  background:
    radial-gradient(circle at 72% 24%, var(--accent-soft), transparent 30%),
    linear-gradient(145deg, #f8f9fb, #e9edf2);
}

.portrait-retry {
  min-height: 42px;
  margin-top: 8px;
  padding: 9px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: var(--accent, #29344f);
  border: 0;
  border-radius: 12px;
  cursor: pointer;
}

.portrait-retry:disabled {
  cursor: wait;
  opacity: 0.68;
}

.pet-portrait-placeholder.is-failed {
  gap: 8px;
  padding: 16px 12px;
}

.pet-portrait-placeholder.is-failed .portrait-monogram {
  font-size: 48px;
}

.pet-portrait-placeholder.is-failed .portrait-status {
  max-width: 180px;
}

.pet-portrait-placeholder.is-failed .portrait-retry {
  position: relative;
  z-index: 2;
  min-height: 38px;
  margin-top: 0;
}

.baby-keepsake-placeholder.is-failed .portrait-status {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
}

.pet-portrait-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(38, 54, 77, 0.75);
  font-family: "Cormorant Garamond", Georgia, serif;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.88), rgba(230, 204, 169, 0.72)),
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.72), transparent 45%);
}

.pet-portrait-placeholder::before {
  position: absolute;
  inset: 12px;
  content: "";
  border: 1px solid rgba(73, 49, 32, 0.16);
  border-radius: 4px;
}

.pet-portrait-placeholder.business-image-placeholder {
  color: var(--accent-deep);
  background:
    radial-gradient(circle at 72% 24%, var(--accent-soft), transparent 30%),
    linear-gradient(145deg, #f8f9fb, #e9edf2);
}

.business-brand-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  margin: 0;
  padding: 18px;
  color: #0d2540;
  background:
    radial-gradient(circle at 86% 16%, rgba(217, 164, 65, 0.18), transparent 28%),
    linear-gradient(145deg, #ffffff 0%, #f5faf9 100%);
  border: 1px solid rgba(63, 166, 160, 0.24);
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(13, 37, 64, 0.12);
}

.business-brand-card-mark {
  display: grid;
  width: 82px;
  height: 82px;
  color: #fff;
  background: linear-gradient(145deg, #0d2540, #14385b);
  border: 3px solid rgba(217, 164, 65, 0.72);
  border-radius: 22px;
  place-items: center;
  box-shadow: 0 12px 24px rgba(13, 37, 64, 0.18);
}

.business-brand-card-mark span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
}

.business-brand-card-kicker {
  margin: 0 0 2px;
  color: #3f6f77;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.business-brand-card h2 {
  max-width: 100%;
  margin: 0;
  color: #0d2540;
  font-size: clamp(30px, 6vw, 46px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.business-brand-card-copy p:last-child {
  margin: 8px 0 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.35;
}

.business-brand-palette {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.7fr;
  gap: 8px;
  min-height: 18px;
}

.business-brand-swatch {
  display: block;
  border-radius: 999px;
}

.business-brand-swatch.navy { background: #0d2540; }
.business-brand-swatch.teal { background: #3fa6a0; }
.business-brand-swatch.gold { background: #d9a441; }

.business-brand-checks {
  display: grid;
  gap: 8px;
}

.business-brand-checks span {
  padding: 8px 10px;
  color: #0d2540;
  font-size: 12px;
  font-weight: 850;
  background: rgba(63, 166, 160, 0.1);
  border: 1px solid rgba(63, 166, 160, 0.18);
  border-radius: 999px;
  overflow-wrap: anywhere;
}

.business-brand-card figcaption {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.baby-keepsake-frame {
  background: linear-gradient(145deg, #fffaf2 0%, #f5ead9 100%);
}

.baby-keepsake-placeholder {
  background:
    linear-gradient(90deg, rgba(247, 198, 212, 0.92) 0 22%, transparent 22% 29%, rgba(219, 230, 255, 0.95) 29% 100%),
    linear-gradient(145deg, #fff9ef, #eadbc5);
  border-color: rgba(41, 52, 79, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.76);
  justify-content: center;
  padding: 28px 16px 56px;
}

.baby-keepsake-placeholder::before {
  inset: 14%;
  border-color: rgba(41, 52, 79, 0.1);
  border-radius: 10px;
}

.baby-keepsake-placeholder::after {
  position: absolute;
  inset: 18% 15% auto;
  height: 18%;
  content: "";
  border-top: 7px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px 999px 0 0;
}

.blanket-fold {
  position: absolute;
  inset: 14% 12%;
  border: 1px solid rgba(41, 52, 79, 0.1);
  border-radius: 11px;
}

.blanket-embroidered-name {
  color: #29344f;
  font-size: clamp(30px, 9vw, 46px);
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

.baby-keepsake-placeholder .portrait-status {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
}

.portrait-monogram {
  position: relative;
  z-index: 1;
  font-size: 74px;
  font-weight: 700;
  line-height: 0.9;
}

.baby-keepsake-placeholder .blanket-embroidered-name {
  display: block;
  max-width: calc(100% - 24px);
  font-size: clamp(30px, 10vw, 46px);
  line-height: 0.94;
  overflow-wrap: anywhere;
}

.portrait-progress {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border: 3px solid rgba(47, 148, 134, 0.18);
  border-top-color: #2f9486;
  border-radius: 50%;
  animation: portrait-spin 0.9s linear infinite;
}

.portrait-status {
  position: relative;
  z-index: 1;
  max-width: 150px;
  color: #465266;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

@keyframes portrait-spin {
  to {
    transform: rotate(360deg);
  }
}

.pet-portrait-frame figcaption {
  color: #26364d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.chosen-actions button,
.chosen-actions .button-link {
  min-width: 148px;
  justify-content: center;
}

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

.chosen-detail {
  min-height: 150px;
  padding: 18px;
  background: var(--card);
  border: 1px solid #dde3ec;
  border-radius: 8px;
}

.chosen-detail h2 {
  margin: 0 0 8px;
  font-size: 18px;
}

.chosen-detail p {
  margin: 0;
  color: #465266;
  font-size: 18px;
}

.compare-shell {
  padding: 36px 0;
}

.compare-lede {
  margin: 16px 0 24px;
  color: #4d596b;
  font-size: 18px;
  font-weight: 800;
}

.compare-taste {
  margin: 0 0 24px;
  padding: 16px;
  background: var(--card);
  border: 1px solid #dde3ec;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
}

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

.compare-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  background: var(--card);
  border: 1px solid #dde3ec;
  border-radius: 8px;
}

.compare-card h2 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 34px;
}

.compare-facts {
  display: grid;
  gap: 12px;
  margin: 0;
}

.compare-facts dt {
  color: #687386;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.compare-facts dd {
  margin: 3px 0 0;
  color: #465266;
}

.detail-link {
  justify-self: start;
}

.detail-shell {
  display: grid;
  gap: 24px;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  gap: 18px;
  align-items: stretch;
  padding: 26px;
  background: var(--card);
  border: 1px solid #dde3ec;
  border-left: 5px solid var(--accent);
  border-radius: 8px;
}

.detail-hero h1 {
  margin: 0;
  overflow-wrap: anywhere;
}

.detail-fit-card {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid #dde3ec;
  border-radius: 8px;
}

.detail-fit-card p {
  margin: 0;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.detail-actions form {
  margin: 0;
}

.detail-page-grid {
  align-items: stretch;
}

.detail-validation {
  display: grid;
  gap: 14px;
}

.taste-history-panel {
  grid-column: 2;
  display: grid;
  gap: 10px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent-pet);
  border-radius: 8px;
}

.taste-history-panel h2,
.taste-history-panel p {
  margin: 0;
}

.taste-history-panel h2 {
  font-size: 18px;
}

.taste-history-panel p,
.taste-history-panel span {
  color: #607086;
}

.taste-history-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.taste-history-panel li {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.taste-history-button {
  justify-self: start;
  margin-top: 4px;
  padding: 10px 14px;
  color: var(--accent-deep);
  background: rgba(47, 148, 134, 0.12);
  border: 1px solid rgba(47, 148, 134, 0.28);
  border-radius: 999px;
  font-weight: 900;
}

.taste-history-dialog {
  width: min(640px, calc(100vw - 28px));
  max-height: min(720px, calc(100vh - 36px));
  padding: 0;
  color: var(--ink);
  background: var(--page);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 28px 70px rgba(24, 32, 45, 0.28);
}

.taste-history-dialog::backdrop {
  background: rgba(28, 35, 45, 0.36);
}

.taste-history-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 22px 14px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.taste-history-dialog-header h2,
.taste-history-dialog-header p,
.taste-history-dialog-note {
  margin: 0;
}

.taste-history-dialog-header h2 {
  color: var(--accent-deep);
  font-family: var(--display-font);
  font-size: 30px;
  line-height: 1;
}

.icon-button {
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--accent-deep);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 23px;
  line-height: 1;
}

.taste-history-dialog-note {
  padding: 16px 22px 0;
  color: #607086;
}

.taste-history-searches {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 18px 22px 22px;
  list-style: none;
}

.taste-history-searches li {
  display: grid;
  gap: 7px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent-pet);
  border-radius: 8px;
}

.taste-history-searches strong {
  color: var(--accent-deep);
}

.taste-history-searches span,
.taste-history-searches p {
  margin: 0;
  color: #607086;
}

.taste-history-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.taste-history-dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 22px 22px;
}

.taste-history-dialog-footer p {
  margin: 0;
  color: #607086;
  font-size: 13px;
  font-weight: 800;
}

.taste-history-clear-button {
  min-height: 40px;
  padding: 9px 12px;
  color: #7f1d1d;
  background: #fff7f7;
  border: 1px solid #fecaca;
}

.taste-history-clear-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.results-header-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.empty-state {
  max-width: 560px;
  padding: 20px;
  background: var(--card);
  border: 1px solid #dde3ec;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
}

.empty-state h2 {
  margin: 0 0 8px;
}

.empty-state p {
  margin: 0 0 16px;
  color: #465266;
}

.site-footer {
  justify-content: flex-start;
  color: #748095;
  font-size: 13px;
}

.progress-overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(246, 247, 249, 0.96);
  backdrop-filter: blur(12px);
}

.progress-overlay[hidden] {
  display: none;
}

.progress-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.54fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  width: min(760px, 100%);
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 248, 239, 0.94), rgba(255, 255, 255, 0.98) 42%, rgba(238, 249, 246, 0.9)),
    var(--card);
  border: 1px solid #dce2ea;
  border-top: 4px solid var(--accent);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(24, 33, 47, 0.22);
}

/* Vertical-specific progress overlay colours — matches result card palette */
.vertical-baby .progress-panel {
  background:
    linear-gradient(148deg, #fff4ef 0%, #fde8dc 55%, #f8d4c2 100%),
    var(--card);
  border-top-color: #ff6b57;
  border-color: rgba(255, 107, 87, 0.20);
  box-shadow: 0 28px 90px rgba(16, 43, 84, 0.20);
}

.vertical-pet .progress-panel {
  background:
    linear-gradient(148deg, #fffbe0 0%, #fff0b0 55%, #ffe590 100%),
    var(--card);
  border-top-color: #f2b84b;
  border-color: rgba(242, 184, 75, 0.28);
  box-shadow: 0 28px 90px rgba(26, 32, 53, 0.20);
}

.vertical-business .progress-panel {
  background:
    linear-gradient(148deg, #dce8f8 0%, #c8d8f0 55%, #b4c8e6 100%),
    var(--card);
  border-top-color: #27476e;
  border-color: rgba(39, 71, 110, 0.24);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.24);
}

.progress-visual {
  position: relative;
  width: min(100%, 224px);
  aspect-ratio: 1;
  isolation: isolate;
  justify-self: center;
}

.progress-visual::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(47, 148, 134, 0.2), transparent 34%),
    radial-gradient(circle at 62% 76%, rgba(252, 186, 118, 0.28), transparent 28%);
  border-radius: 999px;
  filter: blur(1px);
}

.progress-visual::after {
  position: absolute;
  inset: 42px;
  z-index: 1;
  content: "";
  border: 1px solid rgba(47, 148, 134, 0.22);
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
}

.progress-orbit,
.progress-node,
.progress-signal-ring {
  position: absolute;
  border-radius: 999px;
}

.progress-orbit {
  inset: 20px;
  border: 1px solid rgba(47, 148, 134, 0.24);
}

.progress-orbit-two {
  inset: 56px;
  border-color: rgba(252, 186, 118, 0.34);
}

.progress-signal-ring {
  z-index: 1;
  border: 1px solid rgba(47, 148, 134, 0.18);
  opacity: 0;
  pointer-events: none;
}

.progress-signal-ring-one {
  inset: 52px;
}

.progress-signal-ring-two {
  inset: 34px;
  border-color: rgba(252, 186, 118, 0.22);
}

.progress-node {
  width: 15px;
  height: 15px;
  background: var(--accent-pet);
  box-shadow: 0 0 0 5px rgba(252, 186, 118, 0.24);
}

.progress-node-center {
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 82px;
  height: 82px;
  background: linear-gradient(135deg, var(--accent), #236f67);
  border: 3px solid #ffffff;
  box-shadow:
    0 0 0 14px rgba(47, 148, 134, 0.15),
    0 0 0 24px rgba(47, 148, 134, 0.08),
    0 16px 34px rgba(24, 33, 47, 0.2);
  transform: translate(-50%, -50%);
}

.progress-visual.is-pulsing::after,
.progress-visual.is-searching::after {
  animation: progress-signal-ripple 3.4s ease-out infinite;
}

.progress-visual.is-pulsing .progress-node-center {
  animation: progress-node-pulse 720ms ease-out;
}

.progress-visual.is-searching .progress-orbit-one {
  animation: progress-orbit-breathe 7.6s ease-in-out infinite;
}

.progress-visual.is-searching .progress-orbit-two {
  animation: progress-orbit-breathe 7.6s ease-in-out infinite reverse;
}

.progress-visual.is-searching .progress-signal-ring-one {
  animation: progress-signal-ripple 3.4s ease-out infinite 0.15s;
}

.progress-visual.is-searching .progress-signal-ring-two {
  animation: progress-signal-ripple 3.4s ease-out infinite 0.55s;
}

.progress-visual.is-searching .progress-node-one {
  animation: progress-signal-converge-one 4.6s cubic-bezier(0.42, 0, 0.22, 1.22) infinite;
}

.progress-visual.is-searching .progress-node-two {
  animation: progress-signal-converge-two 4.6s cubic-bezier(0.42, 0, 0.22, 1.22) infinite 0.18s;
}

.progress-visual.is-searching .progress-node-three {
  animation: progress-signal-converge-three 4.6s cubic-bezier(0.42, 0, 0.22, 1.22) infinite 0.36s;
}

.progress-visual.is-searching .progress-node-four {
  animation: progress-signal-converge-four 4.6s cubic-bezier(0.42, 0, 0.22, 1.22) infinite 0.54s;
}

.progress-visual.is-searching .progress-node-five {
  animation: progress-signal-converge-five 4.6s cubic-bezier(0.42, 0, 0.22, 1.22) infinite 0.72s;
}

.progress-visual.is-searching .progress-node-six {
  animation: progress-signal-converge-six 4.6s cubic-bezier(0.42, 0, 0.22, 1.22) infinite 0.9s;
}

.progress-node-one {
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.progress-node-two {
  right: 30px;
  bottom: 58px;
}

.progress-node-three {
  bottom: 36px;
  left: 42px;
  background: var(--accent-deep);
  box-shadow: 0 0 0 5px rgba(38, 54, 77, 0.12);
}

.progress-node-four {
  top: 72px;
  left: 28px;
  width: 12px;
  height: 12px;
  background: #f3a7b5;
  box-shadow: 0 0 0 5px rgba(243, 167, 181, 0.2);
}

.progress-node-five {
  top: 52px;
  right: 44px;
  width: 12px;
  height: 12px;
  background: #69b7ac;
  box-shadow: 0 0 0 5px rgba(105, 183, 172, 0.2);
}

.progress-node-six {
  right: 24px;
  top: 106px;
  width: 13px;
  height: 13px;
  background: #e8bf6a;
  box-shadow: 0 0 0 5px rgba(232, 191, 106, 0.2);
}

.progress-visual-label {
  position: absolute;
  right: 50%;
  bottom: 26px;
  z-index: 3;
  transform: translateX(50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  padding: 7px 12px;
  color: #18212f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  background: #fff8ef;
  border: 1px solid rgba(252, 186, 118, 0.78);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(24, 33, 47, 0.13);
}

.pet-progress-visual {
  width: min(100%, 230px);
}

.pet-progress-visual::before {
  background:
    radial-gradient(circle at 50% 54%, rgba(252, 186, 118, 0.28), transparent 36%),
    radial-gradient(circle at 45% 44%, rgba(47, 148, 134, 0.18), transparent 42%);
}

.pet-progress-companion,
.pet-progress-toe,
.pet-progress-pad,
.pet-progress-wave {
  position: absolute;
  display: block;
}

.pet-progress-companion {
  inset: 24px 40px 48px;
  transform-origin: 50% 64%;
}

.pet-progress-toe {
  top: 28px;
  width: 44px;
  height: 44px;
  background: linear-gradient(145deg, #fff8ef, #f7d7aa 74%);
  border: 4px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(24, 33, 47, 0.14);
}

.pet-progress-toe-one {
  left: 24px;
  transform: rotate(-10deg);
}

.pet-progress-toe-two {
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
}

.pet-progress-toe-three {
  right: 24px;
  transform: rotate(10deg);
}

.pet-progress-pad {
  left: 50%;
  bottom: 18px;
  z-index: 2;
  width: 120px;
  height: 92px;
  background: linear-gradient(145deg, #fff8ef, #f7d7aa 74%);
  border: 4px solid #ffffff;
  border-radius: 52% 52% 46% 46%;
  box-shadow: 0 0 0 14px rgba(252, 186, 118, 0.18), 0 18px 34px rgba(24, 33, 47, 0.18);
  transform: translateX(-50%);
}

.pet-progress-wave {
  right: 18px;
  width: 38px;
  height: 38px;
  border: 4px solid transparent;
  border-right-color: var(--accent);
  border-radius: 999px;
  opacity: 0.82;
}

.pet-progress-wave-one {
  top: 56px;
  transform: rotate(-12deg) scale(0.72);
}

.pet-progress-wave-two {
  top: 38px;
  right: 5px;
  transform: rotate(-12deg) scale(1.08);
}

.pet-progress-wave-three {
  top: 18px;
  right: -12px;
  transform: rotate(-12deg) scale(1.44);
  opacity: 0.54;
}

.pet-progress-visual .progress-visual-label {
  bottom: 14px;
  min-width: 104px;
}

.pet-progress-visual.is-pulsing .pet-progress-companion {
  animation: pet-progress-companion-pulse 720ms ease-out;
}

.pet-progress-visual.is-searching .pet-progress-wave-one {
  animation: pet-progress-wave-pop 1.8s ease-in-out infinite;
}

.pet-progress-visual.is-searching .pet-progress-wave-two {
  animation: pet-progress-wave-pop 1.8s ease-in-out 160ms infinite;
}

.pet-progress-visual.is-searching .pet-progress-wave-three {
  animation: pet-progress-wave-pop 1.8s ease-in-out 320ms infinite;
}

.progress-copy {
  min-width: 0;
  min-height: 280px;
}

.progress-panel h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.08;
}

.progress-note {
  margin: 10px 0 0;
  color: #4d596b;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.42;
}

.progress-patience-meter {
  position: relative;
  width: 100%;
  height: 14px;
  margin: 18px 0 0;
  overflow: hidden;
  background: rgba(24, 33, 47, 0.12);
  border: 1px solid rgba(24, 33, 47, 0.18);
  border-radius: 999px;
  box-shadow: inset 0 1px 3px rgba(24, 33, 47, 0.16), 0 10px 24px rgba(24, 33, 47, 0.1);
}

.progress-patience-fill {
  display: block;
  width: 8%;
  height: 100%;
  background: linear-gradient(90deg, #f2b84b 0%, #f08f66 54%, #5fb481 100%);
  border-radius: inherit;
  box-shadow: 0 0 18px rgba(242, 184, 75, 0.42);
  transition: width 360ms ease;
}

.progress-patience-meter.is-filling .progress-patience-fill {
  animation: progress-patience-fill var(--progress-patience-duration, 110s) linear forwards;
}

.progress-patience-meter.is-holding .progress-patience-fill {
  animation: progress-patience-hold 1.25s ease-in-out infinite alternate;
}

.progress-steps {
  display: grid;
  gap: 6px;
  margin: 22px 0 0;
  padding: 12px;
  list-style: none;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(216, 224, 235, 0.9);
  border-radius: 8px;
}

.progress-steps[hidden] {
  display: none;
}

.progress-steps li {
  position: relative;
  display: none;
  min-height: 34px;
  padding: 7px 8px 7px 30px;
  color: #687386;
  font-weight: 800;
  border-radius: 7px;
}

.progress-steps li.is-active {
  display: block;
}

.progress-steps li::before {
  position: absolute;
  top: 50%;
  left: 9px;
  width: 12px;
  height: 12px;
  content: "";
  background: #d8e0eb;
  border-radius: 999px;
  transform: translateY(-50%);
}

.progress-steps li.is-active {
  color: #18212f;
  background: #fff8ef;
}

.progress-steps li.is-active::before {
  background: #18212f;
}

.progress-steps li.is-complete::before {
  background: #5fb481;
}

@keyframes progress-patience-fill {
  from {
    width: 8%;
  }
  to {
    width: var(--progress-patience-fill, 100%);
  }
}

.progress-patience-meter.is-sparkling .progress-patience-fill {
  width: 100%;
  animation: progress-patience-sparkle 1.9s ease-in-out infinite;
  background:
    linear-gradient(105deg, transparent 28%, rgba(255, 255, 255, 0.5) 50%, transparent 72%) no-repeat,
    linear-gradient(90deg, #f2b84b 0%, #f08f66 54%, #5fb481 100%);
  background-size: 55% 100%, 100% 100%;
}

@keyframes progress-patience-sparkle {
  0%   { background-position: -55% 0, 0 0; }
  100% { background-position: 155% 0, 0 0; }
}

@keyframes progress-patience-hold {
  from {
    filter: brightness(1);
    transform: scaleX(1);
  }
  to {
    filter: brightness(1.08);
    transform: scaleX(1.015);
  }
}

@keyframes progress-node-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(47, 148, 134, 0.36), 0 0 0 16px rgba(47, 148, 134, 0.16), 0 16px 34px rgba(24, 33, 47, 0.2);
    transform: translate(-50%, -50%) scale(0.92);
  }
  100% {
    box-shadow: 0 0 0 42px rgba(47, 148, 134, 0), 0 0 0 16px rgba(47, 148, 134, 0.16), 0 16px 34px rgba(24, 33, 47, 0.2);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes progress-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes progress-orbit-breathe {
  0%, 100% {
    opacity: 0.72;
    transform: scale(1);
  }
  48% {
    opacity: 0.32;
    transform: scale(0.94);
  }
  68% {
    opacity: 0.78;
    transform: scale(1.035);
  }
}

@keyframes progress-signal-ripple {
  0%, 42% {
    opacity: 0;
    transform: scale(0.58);
  }
  50% {
    opacity: 0.58;
  }
  82%, 100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@keyframes progress-signal-converge-one {
  0%, 100% { transform: translateX(-50%) translateY(0) scale(1); }
  42% { transform: translateX(-50%) translateY(64px) scale(0.78); }
  55% { transform: translateX(-50%) translateY(52px) scale(1.12); }
  68% { transform: translateX(-50%) translateY(0) scale(1); }
}

@keyframes progress-signal-converge-two {
  0%, 100% { transform: translate(0, 0) scale(1); }
  42% { transform: translate(-52px, -35px) scale(0.78); }
  55% { transform: translate(-42px, -28px) scale(1.12); }
  68% { transform: translate(0, 0) scale(1); }
}

@keyframes progress-signal-converge-three {
  0%, 100% { transform: translate(0, 0) scale(1); }
  42% { transform: translate(50px, -56px) scale(0.78); }
  55% { transform: translate(40px, -45px) scale(1.12); }
  68% { transform: translate(0, 0) scale(1); }
}

@keyframes progress-signal-converge-four {
  0%, 100% { transform: translate(0, 0) scale(1); }
  42% { transform: translate(58px, 36px) scale(0.78); }
  55% { transform: translate(47px, 29px) scale(1.12); }
  68% { transform: translate(0, 0) scale(1); }
}

@keyframes progress-signal-converge-five {
  0%, 100% { transform: translate(0, 0) scale(1); }
  42% { transform: translate(-40px, 55px) scale(0.78); }
  55% { transform: translate(-32px, 44px) scale(1.12); }
  68% { transform: translate(0, 0) scale(1); }
}

@keyframes progress-signal-converge-six {
  0%, 100% { transform: translate(0, 0) scale(1); }
  42% { transform: translate(-55px, 1px) scale(0.78); }
  55% { transform: translate(-44px, 1px) scale(1.12); }
  68% { transform: translate(0, 0) scale(1); }
}

@keyframes pet-progress-companion-pulse {
  0% {
    transform: scale(0.96) rotate(-1deg);
  }
  45% {
    transform: scale(1.03) rotate(1deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes pet-progress-wave-pop {
  0%, 100% {
    opacity: 0.24;
    transform: rotate(-12deg) translateX(-3px) scale(0.72);
  }
  45% {
    opacity: 0.88;
    transform: rotate(-12deg) translateX(5px) scale(1.1);
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 14px;
    padding: 16px max(16px, env(safe-area-inset-right)) 16px max(16px, env(safe-area-inset-left));
  }

  .site-header .brand-logo-wordmark {
    width: min(var(--brand-header-mobile-master-width), 42vw);
  }

  .vertical-baby .site-header .brand-logo-wordmark {
    width: min(var(--brand-header-mobile-baby-width), 45vw);
  }

  .site-header .site-nav {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 12px;
    margin-left: auto;
    white-space: nowrap;
  }

  main {
    width: 100%;
    max-width: 100%;
    padding: 16px 14px 56px;
    overflow: hidden;
  }

  .home-hero,
  .vertical-grid,
  .home-system-grid,
  .intake-shell,
  .brief-summary dl,
  .decision-strip,
  .results-grid,
  .bottom-next-panel,
  .bottom-refine-form,
  .refine-panel,
  .compare-grid,
  .detail-hero,
  .chosen-detail-grid {
    grid-template-columns: 1fr;
  }

  .taste-history-panel {
    grid-column: auto;
  }

  .bottom-next-actions {
    grid-column: auto;
  }

  .progress-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(360px, 100%);
    max-height: calc(100vh - 28px);
    overflow-y: auto;
    padding: 26px 20px 22px;
  }

  .progress-visual {
    order: -1;
    width: min(218px, 68vw);
  }

  .progress-copy {
    text-align: center;
  }

  .progress-panel h2 {
    font-size: 29px;
  }

  .progress-note {
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }

  .progress-steps {
    gap: 6px;
    margin-top: 18px;
    text-align: left;
  }

  .progress-steps li {
    font-size: 14px;
    line-height: 1.25;
  }

  h1 {
    font-size: 40px;
  }

  .home-hero {
    gap: 22px;
    padding: 24px 0 28px;
    max-width: 100%;
    overflow: hidden;
  }

  .home-hero-copy,
  .home-visual-panel,
  .home-signal-stack,
  .home-signal-card,
  .home-card-copy,
  .home-card-points {
    min-width: 0;
    max-width: 100%;
  }

  .home-system-panel,
  .home-system-grid,
  .home-system-grid > div {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .home-system-panel {
    overflow: visible;
  }

  .home-system-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .home-system-grid strong,
  .home-system-grid p {
    min-width: 0;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .home-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .home-visual-panel {
    padding: 18px;
  }

  .home-panel-heading strong {
    font-size: 24px;
  }

  .home-signal-card {
    grid-template-columns: 42px minmax(0, 1fr);
    width: 100%;
    overflow: hidden;
  }

  .home-signal-card small,
  .home-card-copy p {
    overflow-wrap: anywhere;
  }

  .home-signal-card em {
    justify-self: start;
    grid-column: 2;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .home-card-points span {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .home-vertical-card {
    min-height: 178px;
  }

  .home-system-grid div {
    min-height: auto;
  }

  .intake-shell,
  .feelings-shell,
  .results-shell,
  .intake-form,
  .intake-section,
  .brief-summary,
  .direction-disclosure,
  .share-preview,
  .field,
  .field input,
  .field select,
  .field textarea {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .intake-form,
  .share-preview {
    padding: 14px;
  }

  .intake-section,
  .brief-summary {
    padding: 14px;
    overflow: hidden;
  }

  .brief-summary dl {
    width: 100%;
    gap: 10px;
  }

  .brief-summary-item,
  .brief-summary dt,
  .brief-summary dd,
  .brief-summary-item dt,
  .brief-summary-item dd,
  .field span,
  .field small {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .direction-disclosure summary {
    flex-wrap: wrap;
  }

  .direction-disclosure summary strong {
    margin-left: 0;
  }

  .share-preview.has-portrait {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vertical-business .share-preview {
    isolation: isolate;
    overflow: hidden;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 250, 0.96)),
      var(--surface);
  }

  .vertical-business .share-preview::before,
  .vertical-business .share-preview::after {
    z-index: 0;
    max-width: calc(100% - 24px);
    max-height: calc(100% - 24px);
    pointer-events: none;
  }

  .vertical-business .share-preview-copy,
  .vertical-business .business-image-frame {
    position: relative;
    z-index: 1;
    min-width: 0;
    max-width: 100%;
  }

  .pet-portrait-frame {
    max-width: 260px;
    margin: 0 auto;
  }

  .identity-preview {
    margin-top: 22px;
    padding: 18px;
  }

  .identity-preview h2 {
    font-size: 24px;
  }

  .share-preview h1 {
    font-size: 30px;
  }

  .decision-strip div {
    min-height: auto;
  }

  .result-card {
    gap: 10px;
    min-height: 0;
    padding: 14px;
  }

  .result-card-main {
    padding-bottom: 10px;
  }

  .result-card h2 {
    font-size: clamp(36px, 12vw, 48px);
    line-height: 1;
  }

  .result-card .pronunciation {
    margin-top: 4px;
    font-size: 14px;
  }

  .result-card-meaning {
    display: -webkit-box;
    margin-top: 5px;
    overflow: hidden;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .result-card .tagline {
    display: -webkit-box;
    margin-top: 5px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .results-accordion-ready .result-card:not(.is-expanded) .result-tags {
    display: none;
  }

  .result-card .reaction-row {
    order: 1;
    gap: 8px;
  }

  .result-card .reaction-row button,
  .vertical-baby .result-card .reaction-row button {
    min-height: 54px;
    grid-template-columns: auto auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 12px;
  }

  .result-card .reaction-icon,
  .vertical-baby .result-card .reaction-icon {
    width: 34px;
    height: 34px;
  }

  .result-card .reaction-row button span {
    margin-top: 0;
    font-size: 14px;
  }

  .result-card .reaction-status {
    order: 2;
    min-height: 0;
    margin: 0;
  }

  .result-card > .result-explore-link {
    order: 3;
    min-height: 42px;
    padding: 8px 12px;
  }

  .result-card-toggle {
    order: 4;
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 46px;
    padding: 10px 13px;
    color: var(--accent-deep);
    font-weight: 850;
    background: var(--accent-soft);
    border: 1px solid color-mix(in srgb, var(--accent) 24%, #d8e0eb);
    border-radius: 12px;
  }

  .results-accordion-ready .result-card-toggle {
    display: flex;
  }

  .result-card-toggle:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--accent) 55%, white);
    outline-offset: 2px;
  }

  .result-card-chevron {
    font-size: 22px;
    line-height: 1;
    transition: transform 160ms ease;
  }

  .result-card.is-expanded .result-card-chevron {
    transform: rotate(180deg);
  }

  .result-card-details {
    order: 5;
    gap: 13px;
    min-height: 0;
  }

  .results-accordion-ready .result-card:not(.is-expanded) .result-card-details {
    display: none;
  }

  .results-accordion-ready .result-card.is-expanded .result-card-details {
    display: grid;
  }

  .result-card-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .result-card-actions > * {
    min-width: 0;
  }

  .validation-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .validation-pill {
    min-height: 42px;
    align-content: center;
    padding: 8px;
  }

  .validation-pill span {
    display: none;
  }
}





/* ═══════════════════════════════════════════════════════════════════
   HOME PAGE  — matches landing page quality standard
   ═══════════════════════════════════════════════════════════════════ */

.home-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52vh;
  padding: 72px 24px 56px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
}

.home-hero-inner {
  max-width: 720px;
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  color: #12acc2;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}

.home-headline {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 700;
  line-height: 0.97;
  color: #07346d;
}

.home-sub {
  max-width: 560px;
  margin: 0 auto 36px;
  color: #536a7a;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.home-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  background: #07346d;
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(7, 52, 109, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.home-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(7, 52, 109, 0.22);
}

.home-verticals {
  padding: 64px 24px 96px;
  background: #f6fbfd;
}

.home-vertical-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 860px) {
  .home-vertical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .home-vertical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

/*
 * Mobile homepage hotfix.
 *
 * The legacy home-vertical-grid rules above are later in the cascade than the
 * shared mobile layout rules. They were restoring a two-column grid on phones,
 * while the section's nested horizontal padding reduced each card to a narrow
 * strip. Keep this rule after the legacy block so every phone/zoom rendering
 * gets one full-width column, including browsers using min-content sizing.
 */
@media (max-width: 760px) {
  main > .home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    margin: 0;
    padding: 24px 0 28px;
    overflow: visible;
    text-align: left;
    background: transparent;
    transform: none;
  }

  main > .home-hero > .home-hero-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    transform: none;
  }

  main > .home-verticals {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
    transform: none;
  }

  main > .home-verticals > .home-vertical-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    transform: none;
  }

  main > .home-verticals > .home-vertical-grid > .home-vertical-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    transform: none;
  }
}

/* Flagship homepage: make the main landing page feel like the product doorway. */
.home-hero.home-hero-flagship {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.86fr);
  gap: clamp(26px, 5vw, 56px);
  align-items: center;
  min-height: 0;
  padding: clamp(40px, 7vw, 86px) clamp(18px, 4vw, 42px) clamp(42px, 6vw, 72px);
  overflow: hidden;
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(248, 251, 255, 0.18)),
    url("/static/images/namengine-landing-background-softwaves.jpg") center / cover no-repeat;
  border: 1px solid rgba(24, 33, 47, 0.06);
  border-radius: 34px;
}

.home-hero.home-hero-flagship.home-hero-clean {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  gap: 24px;
}

.home-hero.home-hero-flagship::before {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 270px;
  aspect-ratio: 1;
  content: "";
  background: radial-gradient(circle, rgba(18, 172, 194, 0.12), transparent 68%);
  border-radius: 999px;
}

.home-flagship-lockup {
  gap: 10px;
  margin-bottom: 16px;
}

.home-hero-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #18212f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  background: #ffffff;
  border: 1px solid rgba(24, 33, 47, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(24, 33, 47, 0.08);
}

.home-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
}

.home-proof-strip span {
  padding: 8px 10px;
  color: #26364d;
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 33, 47, 0.08);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(24, 33, 47, 0.05);
}

.home-taste-panel {
  position: relative;
  z-index: 1;
  gap: 18px;
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(244, 248, 252, 0.92)),
    #ffffff;
  border-color: rgba(24, 33, 47, 0.1);
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(24, 33, 47, 0.13);
}

.home-taste-panel .home-panel-heading span {
  color: #5f6b7c;
  letter-spacing: 0.08em;
}

.home-taste-panel .home-panel-heading strong {
  max-width: 380px;
  font-size: clamp(26px, 3vw, 36px);
}

.home-taste-panel .home-panel-heading .home-panel-headline {
  max-width: 640px;
}

.home-panel-headline span {
  display: block;
  white-space: nowrap;
}

.home-hero-actions-only {
  align-self: end;
}

.home-hero-actions-only .hero-actions {
  margin-top: 0;
}

.home-hero-actions-only .button-link.home-secondary-button {
  width: 100%;
}

.home-taste-panel .home-signal-card {
  grid-template-columns: minmax(168px, 0.42fr) minmax(0, 1fr);
  min-height: 96px;
  padding: 18px 20px;
  border-radius: 18px;
  border-left-width: 5px;
  box-shadow: 0 12px 30px rgba(24, 33, 47, 0.06);
}

.home-taste-panel .home-signal-card img.home-signal-wordmark {
  width: min(190px, 100%);
  height: auto;
  max-height: 58px;
}

@media (max-width: 760px) {
  main > .home-hero.home-hero-flagship {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 30px 16px 36px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(248, 251, 255, 0.18)),
      url("/static/images/namengine-landing-background-softwaves.jpg") center / cover no-repeat;
    border-radius: 0 0 30px 30px;
  }

  .home-proof-strip {
    margin-top: 16px;
  }

  .home-taste-panel {
    padding: 16px;
    border-radius: 24px;
  }

  .home-taste-panel .home-signal-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .home-taste-panel .home-signal-card img.home-signal-wordmark {
    width: min(210px, 86%);
    max-height: 56px;
  }
}

.home-vert-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 28px 20px;
  border: 1px solid #d6e8ee;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-vert-card:hover {
  border-color: rgba(18, 172, 194, 0.42);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(7, 52, 109, 0.10);
}

.home-vert-card .home-vert-logo {
  width: 100%;
  height: 160px;
  object-fit: contain;
  mix-blend-mode: multiply;
  display: block;
}

/* Feelings Scale */
.feelings-shell {
  max-width: 720px;
  margin: 0 auto;
  padding: 36px 0;
}

.feelings-heading {
  margin-bottom: 18px;
}

.feelings-heading h1 {
  max-width: 720px;
}

.feelings-heading > p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
}

.feelings-form {
  display: grid;
  gap: 16px;
}

.feelings-card {
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(24, 33, 47, 0.09);
}

.feelings-orb {
  position: relative;
  min-height: 280px;
  margin-bottom: 16px;
  overflow: hidden;
  touch-action: none;
  cursor: grab;
  background:
    radial-gradient(circle at var(--x, 50%) var(--y, 47%), color-mix(in srgb, var(--accent) 40%, transparent), transparent 24%),
    linear-gradient(135deg, var(--accent-warm-soft), var(--accent-soft)),
    var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.feelings-orb:active {
  cursor: grabbing;
}

.feelings-orb::before {
  content: "";
  position: absolute;
  inset: 18px;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(24, 33, 47, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 33, 47, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  border-radius: 8px;
}

.feelings-orb-label {
  position: absolute;
  z-index: 2;
  max-width: 42%;
  padding: 8px 10px;
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(24, 33, 47, 0.11);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(24, 33, 47, 0.08);
}

.feelings-orb-label-1 {
  top: 12px;
  left: 12px;
}

.feelings-orb-label-2 {
  top: 12px;
  right: 12px;
  text-align: right;
}

.feelings-orb-label-3 {
  bottom: 12px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}

.feelings-orb-label-4 {
  right: 12px;
  bottom: 12px;
  text-align: right;
}

.feelings-center {
  position: absolute;
  z-index: 4;
  left: var(--x, 50%);
  top: var(--y, 47%);
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  background: linear-gradient(145deg, #ffffff, color-mix(in srgb, var(--page) 44%, #ffffff));
  border: 1px solid rgba(24, 33, 47, 0.13);
  border-radius: 999px;
  box-shadow: 0 20px 38px rgba(24, 33, 47, 0.2);
  transform: translate(-50%, -50%);
}

.feelings-move-arrow {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: rgba(24, 33, 47, 0.58);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 33, 47, 0.11);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(24, 33, 47, 0.08);
  animation: feelingsArrowPulse 2.8s ease-in-out infinite;
}

.feelings-move-arrow.nw { left: calc(var(--x, 50%) - 61px); top: calc(var(--y, 47%) - 61px); }
.feelings-move-arrow.ne { left: calc(var(--x, 50%) + 36px); top: calc(var(--y, 47%) - 61px); }
.feelings-move-arrow.sw { left: calc(var(--x, 50%) - 61px); top: calc(var(--y, 47%) + 36px); }
.feelings-move-arrow.se { left: calc(var(--x, 50%) + 36px); top: calc(var(--y, 47%) + 36px); }

@keyframes feelingsArrowPulse {
  0%, 100% { opacity: 0.42; transform: scale(0.94); }
  50% { opacity: 0.86; transform: scale(1.04); }
}

.feelings-icon {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
}

.feelings-center-baby .feelings-icon {
  border-radius: 50%;
  background: linear-gradient(145deg, #ffe7ec 0%, #fff2f5 52%, #f7fbff 100%);
  border: 1px solid rgba(240, 184, 200, 0.75);
  box-shadow: inset 0 -8px 16px rgba(125, 149, 199, 0.08);
}

.feelings-center-baby .feelings-icon::before {
  content: "";
  position: absolute;
  left: 17px;
  top: -7px;
  width: 21px;
  height: 17px;
  border-top: 4px solid var(--accent-deep);
  border-radius: 60% 40% 55% 45%;
  opacity: 0.64;
  transform: rotate(-14deg);
}

.feelings-center-baby .feelings-icon::after {
  content: "•  •";
  position: absolute;
  top: 17px;
  left: 15px;
  color: var(--accent-deep);
  font-size: 15px;
  letter-spacing: 8px;
}

.feelings-center-building .feelings-icon,
.feelings-center-product .feelings-icon {
  width: 50px;
  height: 54px;
  border: 2px solid var(--accent-deep);
  border-radius: 8px 8px 5px 5px;
  background: linear-gradient(180deg, #f9fbff, color-mix(in srgb, var(--accent-soft) 62%, #dfe7f5));
}

.feelings-center-building .feelings-icon::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 12px;
  width: 25px;
  height: 12px;
  background: var(--accent-pet);
  border: 2px solid var(--accent-deep);
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.feelings-center-building .feelings-icon::after {
  content: "";
  position: absolute;
  inset: 10px 9px 20px;
  background:
    linear-gradient(var(--accent) 0 0) 0 0 / 7px 7px,
    linear-gradient(var(--accent) 0 0) 14px 0 / 7px 7px,
    linear-gradient(var(--accent) 0 0) 28px 0 / 7px 7px,
    linear-gradient(var(--accent) 0 0) 0 14px / 7px 7px,
    linear-gradient(var(--accent) 0 0) 14px 14px / 7px 7px,
    linear-gradient(var(--accent) 0 0) 28px 14px / 7px 7px;
  background-repeat: no-repeat;
  opacity: 0.72;
}

.feelings-center-product .feelings-icon {
  border-radius: 10px;
  transform: perspective(80px) rotateX(2deg) rotateY(-8deg);
}

.feelings-center-product .feelings-icon::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid var(--accent);
  border-radius: 7px;
}

.feelings-center-namengine .feelings-icon::before,
.feelings-center-pet-other .feelings-icon::before {
  content: "?";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--accent-deep);
  font-size: 28px;
  font-weight: 900;
  background: linear-gradient(145deg, #ffffff, var(--accent-soft));
  border: 2px solid var(--accent-deep);
  border-radius: 999px;
}

.feelings-center-pet-dog .feelings-icon::before,
.feelings-center-pet-cat .feelings-icon::before,
.feelings-center-pet-horse .feelings-icon::before,
.feelings-center-pet-rabbit .feelings-icon::before,
.feelings-center-pet-reptile .feelings-icon::before {
  content: "";
  position: absolute;
  inset: 10px 6px 5px;
  background: linear-gradient(145deg, #fff7ef, #ffe0bd);
  border: 2px solid var(--accent-deep);
  border-radius: 48% 48% 44% 44%;
}

.feelings-center-pet-dog .feelings-icon::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 56px;
  height: 28px;
  background:
    radial-gradient(ellipse at 10px 14px, var(--accent-pet) 0 11px, transparent 12px),
    radial-gradient(ellipse at 46px 14px, var(--accent-pet) 0 11px, transparent 12px);
}

.feelings-center-pet-cat .feelings-icon::before {
  background: linear-gradient(145deg, #fff7ef, #ffd8ad);
}

.feelings-center-pet-cat .feelings-icon::after,
.feelings-center-pet-rabbit .feelings-icon::after,
.feelings-center-pet-horse .feelings-icon::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  width: 44px;
  height: 24px;
  background:
    linear-gradient(135deg, transparent 0 35%, #ffd8ad 36% 100%) left / 21px 24px no-repeat,
    linear-gradient(225deg, transparent 0 35%, #ffd8ad 36% 100%) right / 21px 24px no-repeat;
}

.feelings-center-pet-bird .feelings-icon::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  width: 42px;
  height: 39px;
  background: linear-gradient(145deg, #fff7ef, #c7eee6);
  border: 2px solid var(--accent-deep);
  border-radius: 52% 48% 48% 52%;
}

.feelings-center-pet-bird .feelings-icon::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 24px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 14px solid var(--accent-pet);
}

.feelings-center-pet-horse .feelings-icon::before {
  inset: 5px 12px 3px;
  border-radius: 48% 48% 58% 58%;
  background: linear-gradient(145deg, #fff7ef, #f1c489);
}

.feelings-center-pet-horse .feelings-icon::after {
  background:
    linear-gradient(#f1c489 0 0) left / 14px 30px no-repeat,
    linear-gradient(#f1c489 0 0) right / 14px 30px no-repeat;
  border-radius: 99px 99px 10px 10px;
}

.feelings-center-pet-rabbit .feelings-icon::before {
  inset: 17px 7px 4px;
  background: linear-gradient(145deg, #fff7ef, #ffe9ef);
}

.feelings-center-pet-rabbit .feelings-icon::after {
  top: 0;
  left: 13px;
  width: 30px;
  height: 35px;
  background:
    linear-gradient(#ffe9ef 0 0) left / 14px 35px no-repeat,
    linear-gradient(#ffe9ef 0 0) right / 14px 35px no-repeat;
  border-radius: 999px;
}

.feelings-center-pet-reptile .feelings-icon::before {
  background: linear-gradient(145deg, #e6fbdf, #bde7b3);
  border-radius: 45% 45% 50% 50%;
}

.feelings-center-pet-reptile .feelings-icon::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 43px;
  height: 8px;
  background: rgba(47, 148, 134, 0.28);
  border-radius: 999px;
}

.feelings-center[class*="pet-"] .feelings-icon {
  color: var(--accent-deep);
}

.feelings-center[class*="pet-"] .feelings-icon > * {
  display: none;
}

.feelings-rows {
  display: grid;
  gap: 12px;
}

.feelings-row {
  padding: 13px;
  background: color-mix(in srgb, var(--page) 46%, #ffffff);
  border: 1px solid rgba(24, 33, 47, 0.08);
  border-radius: 8px;
}

.feelings-row-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 850;
}

.feelings-row-head strong {
  color: var(--muted);
}

.feelings-bar {
  height: 12px;
  overflow: hidden;
  background: rgba(24, 33, 47, 0.08);
  border-radius: 999px;
}

.feelings-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-pet));
  border-radius: inherit;
}

.feelings-hint {
  margin: 16px 2px 14px;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 760px) {
  .feelings-shell {
    padding: 18px 0 32px;
  }

  .feelings-heading > p:not(.eyebrow) {
    font-size: 16px;
  }

  .feelings-orb {
    min-height: 244px;
  }
}


.engine-audit-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 20px 64px;
}

.engine-audit-heading {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(24, 33, 47, 0.08);
  margin-bottom: 20px;
}

.engine-audit-heading h1 {
  margin: 0;
  font-size: clamp(34px, 7vw, 64px);
  letter-spacing: -0.06em;
}

.engine-audit-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

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

.engine-audit-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 18px 46px rgba(24, 33, 47, 0.06);
  overflow: hidden;
}

.engine-audit-card-wide {
  grid-column: 1 / -1;
}

.engine-audit-card h2 {
  margin: 0 0 14px;
  font-size: 20px;
}

.engine-audit-card h3 {
  margin: 0 0 6px;
  font-size: 15px;
}

.engine-audit-kv {
  display: grid;
  grid-template-columns: minmax(110px, 0.3fr) 1fr;
  gap: 8px 14px;
  margin: 0;
}

.engine-audit-kv.compact {
  grid-template-columns: minmax(120px, 0.4fr) 1fr;
  font-size: 13px;
}

.engine-audit-kv dt {
  color: var(--muted);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.engine-audit-kv dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.engine-audit-thesis {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 18px;
}

.engine-audit-mini {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  margin-top: 12px;
}

.engine-audit-mini:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.engine-audit-mini p,
.engine-audit-mini small {
  margin: 0;
  color: var(--muted);
}

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

.engine-audit-name {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: rgba(246, 247, 249, 0.62);
}

.engine-audit-name p {
  margin: 0 0 10px;
  color: var(--muted);
}

.engine-audit-call {
  border-top: 1px solid var(--line);
  padding: 12px 0;
}

.engine-audit-call:first-of-type {
  border-top: 0;
}

.engine-audit-call summary {
  cursor: pointer;
  font-weight: 800;
}

.engine-audit-call pre {
  max-height: 460px;
  overflow: auto;
  background: #121826;
  color: #e9eef8;
  border-radius: 14px;
  padding: 14px;
  font-size: 12px;
}

.engine-audit-index-shell {
  max-width: 1480px;
}

.engine-audit-filters {
  display: flex;
  align-items: end;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.engine-audit-filters label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.engine-audit-filters select,
.engine-audit-filters input {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 10px;
  background: #fff;
}

.engine-audit-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.engine-audit-table {
  width: 100%;
  min-width: 1280px;
  border-collapse: collapse;
  font-size: 12px;
}

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

.engine-audit-table th {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.engine-audit-table pre {
  max-width: 420px;
  max-height: 260px;
  overflow: auto;
  white-space: pre-wrap;
}

.engine-audit-failures {
  margin-top: 16px;
}

.taste-evolution-shell {
  max-width: 1260px;
}

.taste-evolution-columns,
.taste-evolution-reactions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 14px 0 20px;
}

.taste-evolution-reactions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.taste-evolution-columns > section,
.taste-evolution-reactions > section {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(246, 247, 249, 0.62);
}

.taste-evolution-names {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}

.taste-evolution-names li {
  display: grid;
  gap: 3px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.taste-evolution-names span,
.taste-evolution-names small,
.taste-evolution-empty {
  color: var(--muted);
}

.taste-evolution-change-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 20px;
}

.taste-evolution-change {
  display: grid;
  grid-template-columns: 92px minmax(130px, 0.35fr) 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-left: 5px solid #8590a3;
  border-radius: 10px;
  background: rgba(246, 247, 249, 0.72);
}

.taste-evolution-status {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.change-added { border-left-color: #2f9486; background: rgba(47, 148, 134, 0.09); }
.change-removed { border-left-color: #b85c62; background: rgba(184, 92, 98, 0.09); }
.change-increased { border-left-color: #4e78bd; background: rgba(78, 120, 189, 0.1); }
.change-decreased { border-left-color: #c27b30; background: rgba(194, 123, 48, 0.1); }
.change-unchanged { border-left-color: #8590a3; }

.taste-evolution-summary {
  border-color: rgba(47, 148, 134, 0.36);
  background: linear-gradient(145deg, rgba(238, 249, 246, 0.94), rgba(255, 255, 255, 0.96));
}

.taste-evolution-summary > p:last-child {
  margin: 0;
  font-size: 19px;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .engine-audit-grid,
  .engine-audit-name-grid,
  .taste-evolution-columns,
  .taste-evolution-reactions,
  .taste-evolution-names {
    grid-template-columns: 1fr;
  }

  .engine-audit-kv,
  .engine-audit-kv.compact {
    grid-template-columns: 1fr;
  }

  .taste-evolution-change {
    grid-template-columns: 1fr;
  }
}


.eval-report-shell {
  max-width: 1320px;
}

.eval-summary-grid {
  margin-bottom: 16px;
}

.eval-table-wrap {
  overflow-x: auto;
}

.eval-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.eval-table th,
.eval-table td {
  text-align: left;
  border-bottom: 1px solid var(--line);
  padding: 10px 8px;
  vertical-align: top;
}

.eval-table th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eval-pass td:last-child {
  color: #167a4a;
  font-weight: 800;
}

.eval-fail td:last-child {
  color: #b35b00;
  font-weight: 800;
}

.eval-mode-banner {
  margin: 12px 0 20px;
  padding: 14px 18px;
  border: 1px solid #b35b00;
  border-radius: 8px;
  background: #fff4e8;
  color: #7a3f00;
  font-size: 14px;
  line-height: 1.5;
}

.eval-mode-banner a {
  color: #7a3f00;
  text-decoration: underline;
}

.eval-mode-fallback {
  color: #b35b00;
  font-weight: 800;
}

.eval-mode-ai {
  color: #167a4a;
  font-weight: 800;
}

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

.eval-fixture-card {
  min-width: 0;
}

.eval-fixture-heading h2 {
  margin-bottom: 4px;
}

.eval-fixture-id {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.eval-details {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  margin-top: 12px;
}

.eval-details summary {
  cursor: pointer;
  font-weight: 800;
}

.eval-details p {
  color: var(--muted);
  line-height: 1.45;
}

.eval-name-list {
  columns: 2;
  margin: 10px 0 0;
  padding-left: 22px;
}

.eval-name-list li {
  break-inside: avoid;
  margin-bottom: 6px;
}

@media (max-width: 900px) {
  .eval-fixture-grid {
    grid-template-columns: 1fr;
  }

  .eval-name-list {
    columns: 1;
  }
}


/* Paid beta + trust/legal launch wrapper */
.footer-brand-block {
  display: grid;
  gap: 3px;
  color: #566174;
  font-size: 13px;
}

.footer-brand-logo {
  display: block;
  width: min(var(--brand-footer-master-width), 42vw);
  height: auto;
  margin-bottom: 2px;
}

.vertical-baby .footer-brand-logo {
  width: min(var(--brand-footer-baby-width), 46vw);
}

.legal-brand-logo {
  display: block;
  width: min(220px, 62vw);
  height: auto;
  margin-bottom: 22px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: flex-end;
  font-size: 13px;
}

.footer-links a {
  color: #566174;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--ink);
  text-decoration: underline;
}

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

.trust-strip > div,
.legal-notice,
.beta-price-card,
.beta-trust-card,
.beta-grid article,
.results-disclaimer {
  border: 1px solid rgba(24, 33, 47, 0.09);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(24, 33, 47, 0.06);
}

.trust-strip > div {
  display: grid;
  gap: 3px;
  border-radius: 18px;
  padding: 14px;
}

.trust-strip strong {
  color: var(--ink);
  font-size: 14px;
}

.trust-strip span {
  color: #607086;
  font-size: 13px;
}

.legal-shell,
.beta-grid,
.beta-final-cta {
  max-width: 980px;
  margin: 0 auto;
}

.beta-hero {
  max-width: 1180px;
  margin: 0 auto;
}

.legal-heading,
.beta-hero-copy {
  max-width: 760px;
}

.legal-heading h1,
.beta-hero h1 {
  margin: 8px 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 8vw, 76px);
  line-height: 0.92;
}

.legal-heading p,
.beta-hero-copy > p,
.beta-final-cta p {
  color: #4d596b;
  font-size: 18px;
}

.legal-notice {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 24px 0;
  padding: 16px 18px;
  border-radius: 18px;
  color: #4d596b;
}

.legal-notice strong {
  color: var(--ink);
  white-space: nowrap;
}

.legal-content {
  display: grid;
  gap: 20px;
  border-radius: 28px;
  padding: clamp(22px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 33, 47, 0.08);
}

.legal-content h2 {
  margin: 0 0 -8px;
  font-size: 20px;
}

.legal-content p,
.legal-content li {
  color: #4d596b;
}

.beta-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
  padding: 24px 0 36px;
}

.beta-price-card {
  display: inline-grid;
  gap: 4px;
  margin: 22px 0;
  padding: 16px 18px;
  background:
    radial-gradient(circle at 92% 8%, rgba(185, 134, 11, 0.14), transparent 40%),
    linear-gradient(145deg, #ffffff, #fbf8f1);
  border-color: var(--premium-line);
  border-radius: 22px;
}

.beta-price-card span,
.beta-price-card small {
  color: #607086;
}

.beta-price-card strong {
  color: var(--premium-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  line-height: 1;
}

.beta-trust-card {
  border-radius: 28px;
  padding: clamp(24px, 3vw, 34px);
}

.beta-trust-card h2,
.beta-grid h2,
.beta-final-cta h2 {
  margin-top: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
}

.beta-trust-card li,
.beta-grid p {
  color: #4d596b;
}

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

.beta-grid article,
.beta-final-cta {
  border-radius: 24px;
  padding: 22px;
}

.beta-final-cta {
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 33, 47, 0.08);
}

.results-disclaimer {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  border-radius: 18px;
  padding: 14px 16px;
  color: #4d596b;
  font-size: 14px;
}

.results-disclaimer strong {
  color: var(--ink);
}

.results-disclaimer a {
  font-weight: 700;
  color: var(--ink);
}

@media (max-width: 760px) {
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .trust-strip,
  .beta-hero,
  .beta-grid {
    grid-template-columns: 1fr;
  }

  .legal-notice,
  .results-disclaimer {
    flex-direction: column;
    align-items: flex-start;
  }

  .beta-hero {
    padding-top: 8px;
  }
}

/* Paid beta visual QA polish pass */
@media (max-width: 760px) {
  .hero-actions {
    width: 100%;
    gap: 12px;
  }

  .hero-actions .button-link,
  .bottom-next-actions .button-link,
  .beta-final-cta .button-link {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    text-align: center;
  }

  .site-footer {
    padding-top: 24px;
    padding-right: max(24px, env(safe-area-inset-right));
    padding-bottom: max(28px, env(safe-area-inset-bottom));
    padding-left: max(24px, env(safe-area-inset-left));
  }

  .footer-brand-block {
    font-size: 14px;
    line-height: 1.45;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    width: 100%;
    font-size: 14px;
  }

  .footer-links a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
  }

  .legal-heading h1,
  .beta-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 0.96;
  }

  .beta-price-card {
    width: 100%;
  }

  .bottom-next-panel {
    gap: 18px;
  }

  .bottom-refine-form {
    gap: 12px;
  }

  .beta-refine-lock {
    grid-column: auto;
  }

  .beta-refine-lock .button-link {
    width: 100%;
  }

  .bottom-refine-form input,
  .bottom-refine-form button {
    min-height: 48px;
  }

  .bottom-next-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .results-disclaimer {
    font-size: 15px;
    line-height: 1.45;
  }
}

/* Premium access includes color pass */
.beta-trust-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 0%, rgba(185, 134, 11, 0.18), transparent 38%),
    radial-gradient(circle at 0% 14%, rgba(15, 143, 115, 0.13), transparent 38%),
    linear-gradient(145deg, #ffffff, #fbf8f1);
  border-color: var(--premium-line);
  box-shadow: var(--premium-shadow);
}

.beta-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, var(--premium-teal), var(--premium-gold), #d8b055);
}

.beta-trust-card h2 {
  color: var(--premium-ink);
}

.beta-includes-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.beta-includes-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  color: #3f4b63;
  border: 1px solid rgba(24, 33, 47, 0.06);
  line-height: 1.36;
}

.beta-includes-list li strong {
  color: var(--premium-ink);
  font-weight: 950;
}

.beta-includes-list .beta-include-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--premium-teal), var(--premium-gold));
  font-size: 13px;
  line-height: 1;
}

.beta-includes-list .beta-include-copy {
  min-width: 0;
}

/* Baby selected-name fact card */
.name-fact-card {
  margin: 28px 0;
  padding: clamp(20px, 4vw, 34px);
  border-radius: 32px;
  border: 1px solid rgba(125, 149, 199, 0.22);
  background:
    radial-gradient(circle at 8% 0%, rgba(240, 184, 200, 0.34), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 255, 0.9));
  box-shadow: 0 24px 60px rgba(24, 33, 47, 0.08);
}

.name-fact-card-heading {
  max-width: 760px;
  margin-bottom: 20px;
}

.name-fact-card-heading h2 {
  margin: 6px 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.98;
  color: #29344f;
}

.name-fact-card-heading p {
  margin: 0;
  color: #607086;
}

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

.name-fact-panel {
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 33, 47, 0.08);
}

.name-fact-panel-wide {
  grid-column: 1 / -1;
}

.name-fact-panel h3 {
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #7d5f78;
}

.name-fact-panel p,
.name-fact-panel li {
  color: #3f4b63;
  line-height: 1.55;
}

.name-fact-panel ul {
  margin: 0;
  padding-left: 18px;
}

.name-fact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.name-fact-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(240, 184, 200, 0.34);
  color: #29344f;
  font-weight: 700;
  font-size: 13px;
}

.name-fact-source-note {
  margin: 16px 0 0;
  color: #738096;
  font-size: 13px;
}

@media (max-width: 760px) {
  .name-fact-card {
    border-radius: 24px;
    padding: 18px;
  }

  .name-fact-grid {
    grid-template-columns: 1fr;
  }

  .name-fact-panel {
    padding: 16px;
  }
}

.popularity-snapshot-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.popularity-snapshot-list div {
  display: grid;
  gap: 3px;
}

.popularity-snapshot-list dt {
  color: #7d5f78;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.popularity-snapshot-list dd {
  margin: 0;
  color: #3f4b63;
  line-height: 1.45;
}

/* Baby flow polish v1 */
.vertical-baby .baby-flow-shell {
  grid-template-columns: minmax(0, 1fr);
  gap: 44px;
  padding-top: 18px;
}

.vertical-baby .baby-flow-shell > .intake-heading,
.vertical-baby .baby-flow-shell > .baby-intake-form,
.vertical-baby .baby-flow-shell > .taste-history-panel {
  grid-column: 1;
}

.vertical-baby .baby-welcome {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 520px;
  align-content: center;
  justify-items: start;
  overflow: hidden;
  padding: clamp(40px, 7vw, 76px);
  background:
    radial-gradient(circle at 88% 12%, rgba(240, 184, 200, 0.32), transparent 30%),
    radial-gradient(circle at 8% 100%, rgba(125, 149, 199, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(249, 246, 251, 0.96));
  border: 1px solid rgba(41, 52, 79, 0.12);
  border-radius: 34px;
  box-shadow: 0 30px 90px rgba(41, 52, 79, 0.09);
}

.vertical-baby .baby-welcome::after {
  position: absolute;
  z-index: -1;
  right: -6%;
  bottom: -38%;
  width: 46%;
  aspect-ratio: 1.15;
  content: "";
  background: linear-gradient(135deg, rgba(240, 184, 200, 0.24), rgba(190, 218, 208, 0.2));
  border-radius: 55% 45% 62% 38% / 42% 58% 42% 58%;
  filter: blur(9px);
  transform: rotate(-8deg);
}

.vertical-baby .baby-welcome::before {
  position: absolute;
  z-index: -1;
  top: 14%;
  right: 8%;
  width: min(360px, 34%);
  aspect-ratio: 1.35;
  content: "";
  border: 1px solid rgba(125, 149, 199, 0.16);
  border-radius: 48% 52% 42% 58% / 54% 42% 58% 46%;
  box-shadow:
    34px 28px 0 -1px rgba(240, 184, 200, 0.08),
    -24px 46px 0 -1px rgba(125, 149, 199, 0.06);
  transform: rotate(-12deg);
}

.vertical-baby .baby-welcome .vertical-page-logo {
  width: min(var(--brand-baby-welcome-width), 54vw);
  margin-bottom: 24px;
  mix-blend-mode: multiply;
}

.vertical-baby .baby-welcome > :not(.baby-welcome-decor) {
  position: relative;
  z-index: 2;
}

.vertical-baby .baby-welcome-decor {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.vertical-baby .baby-welcome-art {
  position: absolute;
  display: block;
  aspect-ratio: 1;
  background-image: url("../images/baby/intake/nursery-sprite-v1.png");
  background-repeat: no-repeat;
  background-size: 400% 200%;
  filter: drop-shadow(0 14px 24px rgba(61, 44, 48, 0.05));
  opacity: 0.54;
}

.vertical-baby .baby-welcome-cloud {
  top: clamp(30px, 7%, 58px);
  left: clamp(118px, 16%, 210px);
  width: clamp(78px, 8vw, 112px);
  background-position: 0 100%;
  transform: rotate(-7deg);
}

.vertical-baby .baby-welcome-mobile {
  top: clamp(34px, 8%, 66px);
  right: clamp(46px, 8%, 110px);
  width: clamp(112px, 12vw, 168px);
  background-position: 33.333% 100%;
  opacity: 0.58;
  transform: rotate(4deg);
}

.vertical-baby .baby-welcome-leaves {
  bottom: clamp(6px, 4%, 30px);
  left: clamp(190px, 24%, 330px);
  width: clamp(92px, 10vw, 136px);
  background-position: 100% 100%;
  opacity: 0.46;
  transform: rotate(5deg);
}

.vertical-baby .baby-welcome-teddy {
  right: clamp(26px, 5%, 74px);
  bottom: clamp(8px, 4%, 34px);
  width: clamp(92px, 10vw, 136px);
  background-position: 66.667% 100%;
  opacity: 0.5;
  transform: rotate(-3deg);
}

.vertical-baby .baby-welcome h1 {
  max-width: 720px;
  margin: 0;
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(50px, 7vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.vertical-baby .baby-welcome-copy {
  max-width: 690px;
  margin: 28px 0 0;
  color: #4e5b73;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.58;
}

.vertical-baby .baby-welcome-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 9px 12px;
  color: #45526a;
  font-size: 15px;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(125, 149, 199, 0.17);
  border-radius: 999px;
}

.vertical-baby .baby-welcome-time span {
  color: #b25f70;
  font-size: 18px;
  line-height: 1;
}

.vertical-baby .baby-lifetime-note {
  display: grid;
  gap: 7px;
  max-width: 680px;
  margin-top: 20px;
  padding: 18px 20px;
  color: #3f4d66;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 247, 249, 0.72)),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(240, 184, 200, 0.42);
  border-left: 5px solid #f0b8c8;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(41, 52, 79, 0.06);
}

.vertical-baby .baby-lifetime-note strong {
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.08;
}

.vertical-baby .baby-lifetime-note em {
  color: #53627b;
  font-size: clamp(15px, 1.5vw, 17px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.48;
}

.vertical-baby .baby-welcome .hero-actions {
  margin-top: 30px;
}

.vertical-baby .baby-begin-button {
  min-width: 150px;
  min-height: 58px;
  justify-content: center;
  padding: 15px 28px;
  background: linear-gradient(135deg, #29344f, #455a82);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(41, 52, 79, 0.2);
}

.vertical-baby .intake-trust-strip {
  margin-top: 24px;
  border-radius: 20px;
}

.vertical-baby .intake-trust-strip > div {
  gap: 7px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(249, 247, 251, 0.9));
  border-radius: 20px;
}

.vertical-baby .intake-trust-strip strong {
  color: #354158;
  font-size: 15px;
}

.vertical-baby .intake-trust-strip strong span {
  margin-right: 4px;
  color: #b25f70;
  font-size: 16px;
}

.vertical-baby .intake-trust-strip > div > span {
  line-height: 1.45;
}

.vertical-baby .baby-intake-form {
  gap: 22px;
  scroll-margin-top: 24px;
  padding: clamp(22px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(41, 52, 79, 0.11);
  border-top: 0;
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(41, 52, 79, 0.09);
}

.vertical-baby .baby-intake-intro {
  max-width: 700px;
  padding: 4px 4px 12px;
}

.vertical-baby .baby-intake-intro h2 {
  margin: 0;
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 50px);
  line-height: 1;
}

.vertical-baby .baby-intake-intro > p:last-child {
  margin: 15px 0 0;
  color: #617088;
  font-size: 16px;
}

.vertical-baby .baby-intake-form .intake-section {
  gap: 18px;
  padding: clamp(20px, 3vw, 28px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 253, 0.9));
  border: 1px solid rgba(41, 52, 79, 0.1);
  border-left: 1px solid rgba(41, 52, 79, 0.1);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(41, 52, 79, 0.045);
}

.vertical-baby .baby-intake-form .intake-section:nth-of-type(2) {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(253, 246, 249, 0.92));
}

.vertical-baby .baby-intake-form .intake-section legend {
  font-size: 29px;
}

.vertical-baby .baby-intake-form .intake-section legend::before {
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.vertical-baby .baby-intake-form .intake-section.is-complete legend::before {
  content: "✓";
  background: #5e8e7f;
  box-shadow: 0 0 0 5px rgba(94, 142, 127, 0.12);
  transform: scale(1.06);
}

.vertical-baby .baby-section-heading {
  display: grid;
  gap: 2px;
}

.vertical-baby .baby-section-heading small {
  color: #7d6c82;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vertical-baby .baby-section-heading > span {
  display: block;
}

.vertical-baby .baby-intake-form .field {
  gap: 10px;
  color: #344158;
}

.vertical-baby .baby-intake-form .field-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.vertical-baby .baby-intake-form .field-label-copy {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
}

.vertical-baby .baby-field-anchor {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  color: #7184ae;
  font-size: 13px;
  line-height: 1;
  background: rgba(125, 149, 199, 0.1);
  border: 1px solid rgba(125, 149, 199, 0.14);
  border-radius: 8px;
}

.vertical-baby .baby-intake-form .field em {
  flex: 0 0 auto;
  white-space: nowrap;
}

.vertical-baby .baby-intake-form .field.is-required .field-label-copy {
  color: #253149;
  font-weight: 900;
}

.vertical-baby .baby-intake-form .field.is-required em {
  padding: 4px 7px;
  color: #5d4d69;
  font-size: 11px;
  background: rgba(240, 184, 200, 0.18);
  border: 1px solid rgba(178, 95, 112, 0.12);
  border-radius: 999px;
}

.vertical-baby .baby-intake-form .field.is-required .baby-field-anchor {
  color: #ffffff;
  background: #7184ae;
  border-color: #7184ae;
}

.vertical-baby .baby-intake-form .field.is-required input,
.vertical-baby .baby-intake-form .field.is-required select,
.vertical-baby .baby-intake-form .field.is-required textarea {
  border-color: #bdc8dc;
  box-shadow: inset 0 1px 2px rgba(41, 52, 79, 0.025), 0 6px 18px rgba(41, 52, 79, 0.035);
}

.vertical-baby .baby-intake-form .field input,
.vertical-baby .baby-intake-form .field select,
.vertical-baby .baby-intake-form .field textarea {
  min-height: 56px;
  padding: 14px 16px;
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid #d5dce7;
  border-radius: 14px;
  box-shadow: inset 0 1px 2px rgba(41, 52, 79, 0.025);
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.vertical-baby .baby-intake-form .field select {
  padding-right: 48px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #6b7890 50%),
    linear-gradient(135deg, #6b7890 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 2px),
    calc(100% - 16px) calc(50% - 2px);
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
}

.vertical-baby .baby-intake-form .field input:focus,
.vertical-baby .baby-intake-form .field select:focus,
.vertical-baby .baby-intake-form .field textarea:focus {
  background-color: #ffffff;
  border-color: #7d95c7;
  outline: none;
  box-shadow: 0 0 0 4px rgba(125, 149, 199, 0.17), 0 10px 28px rgba(41, 52, 79, 0.06);
}

.vertical-baby .baby-intake-form > button {
  min-height: 58px;
  border-radius: 16px;
  font-size: 16px;
  box-shadow: 0 16px 34px rgba(41, 52, 79, 0.18);
}

.vertical-baby .baby-intake-form > button.is-priming {
  background: linear-gradient(135deg, #455a82, #7d95c7);
  cursor: wait;
  opacity: 1;
  animation: baby-profile-priming 650ms ease-in-out infinite alternate;
}

.vertical-baby .taste-history-panel {
  gap: 12px;
  padding: clamp(22px, 4vw, 30px);
  background:
    radial-gradient(circle at 92% 4%, rgba(240, 184, 200, 0.19), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(247, 249, 253, 0.92));
  border: 1px solid rgba(41, 52, 79, 0.1);
  border-left: 1px solid rgba(41, 52, 79, 0.1);
  border-radius: 24px;
  box-shadow: 0 18px 52px rgba(41, 52, 79, 0.06);
}

.vertical-baby .taste-history-panel h2 {
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
}

.vertical-baby .taste-history-panel p {
  max-width: 680px;
  font-size: 15px;
  line-height: 1.55;
}

.vertical-baby .taste-history-panel li {
  padding: 13px 15px;
  border-radius: 12px;
}

.vertical-baby .taste-history-button {
  width: fit-content;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 14px;
}

@keyframes baby-profile-priming {
  from { box-shadow: 0 14px 30px rgba(41, 52, 79, 0.16); }
  to { box-shadow: 0 18px 40px rgba(125, 149, 199, 0.32); }
}

/* Baby conversational intake */
.vertical-baby.baby-interview-enhanced .baby-conversation {
  display: none;
}

.vertical-baby.baby-interview-started {
  overflow-x: hidden;
}

.vertical-baby.baby-interview-started .site-footer,
.vertical-baby.baby-interview-started .baby-flow-shell > .intake-heading,
.vertical-baby.baby-interview-started .baby-flow-shell > .taste-history-panel {
  display: none;
}

.vertical-baby.baby-interview-started main {
  min-height: calc(100svh - 75px);
}

.vertical-baby.baby-interview-started .baby-flow-shell {
  width: 100%;
  max-width: none;
  min-height: calc(100svh - 75px);
  padding: 0;
}

.vertical-baby.baby-interview-started .baby-conversation {
  display: grid;
}

.vertical-baby .baby-conversation {
  position: relative;
  grid-template-rows: auto auto minmax(280px, 1fr) auto;
  gap: 0;
  width: min(100%, 920px);
  min-height: calc(100svh - 75px);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 44px) clamp(20px, 5vw, 62px) 34px;
  overflow: clip;
  background: rgba(255, 255, 255, 0.88);
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 90px rgba(41, 52, 79, 0.07);
}

.vertical-baby .baby-interview-header {
  display: grid;
  grid-template-columns: auto minmax(180px, 280px);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: clamp(22px, 4vh, 36px);
}

.vertical-baby .baby-interview-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #29344f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.vertical-baby .baby-interview-brand img {
  width: min(248px, 58vw);
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.vertical-baby .baby-question-progress {
  display: grid;
  gap: 9px;
}

/* Progress gauge inline within question (JS moves it inside active question) */
.vertical-baby .baby-conversation [data-baby-question] .baby-question-progress {
  margin-top: 16px;
}

.vertical-baby .baby-progress-count {
  color: #66728a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: right;
}

.vertical-baby .baby-final-form .baby-progress-title {
  display: flex;
  min-block-size: 2.5em;
  align-items: flex-end;
  justify-content: flex-end;
  color: #29344f;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  text-align: right;
  text-wrap: balance;
}

.vertical-baby .baby-progress-track {
  height: 4px;
  overflow: hidden;
  background: #e8ebf1;
  border-radius: 999px;
}

.vertical-baby .baby-progress-track span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #7186b2, #a7798c);
  border-radius: inherit;
  transition: width 240ms ease;
}

.vertical-baby .baby-answer-history {
  max-height: 116px;
  margin: 0 0 clamp(18px, 2.5vh, 26px);
  padding-bottom: 12px;
  overflow-y: auto;
  border-bottom: 1px solid #e5e7ed;
  scrollbar-width: thin;
}

.vertical-baby .baby-answer-history > p {
  margin: 0 0 5px;
  color: #8a91a1;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vertical-baby .baby-answer-history [data-baby-answer-list] {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.vertical-baby .baby-answer-chip {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  padding: 6px 9px;
  color: #4c5870;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  background: #f7f8fb;
  border: 1px solid #e4e7ee;
  border-radius: 999px;
  box-shadow: none;
}

.vertical-baby .baby-answer-chip > span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vertical-baby .baby-answer-chip > span:first-child {
  color: #568174;
}

.vertical-baby .baby-answer-chip small {
  color: #818a9b;
  font-size: 10px;
  opacity: 0;
  transition: opacity 160ms ease;
}

.vertical-baby .baby-answer-chip:is(:hover, :focus-visible) {
  color: #29344f;
  background: #fff;
  border-color: #bfc9dc;
  transform: none;
}

.vertical-baby .baby-answer-chip:is(:hover, :focus-visible) small {
  opacity: 1;
}

.vertical-baby .baby-question-stage {
  display: grid;
  align-items: start;
}

.vertical-baby .baby-question {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  animation: baby-question-enter 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vertical-baby .baby-question[hidden] {
  display: none;
}

.vertical-baby .baby-question-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #8c7080;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vertical-baby .baby-question-status,
:is(.vertical-pet, .vertical-business) .baby-question-status {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 3px 7px;
  color: #6f5868;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  background: rgba(240, 184, 200, 0.18);
  border: 1px solid rgba(178, 95, 112, 0.12);
  border-radius: 999px;
}

:is(.vertical-pet, .vertical-business) .baby-question-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vertical-baby .baby-question-heading {
  position: relative;
  display: block;
}

.vertical-baby .baby-question-heading h2,
.vertical-baby .baby-interview-complete h2 {
  max-width: 680px;
  margin: 0;
  color: #202a40;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.vertical-baby .baby-question-heading h2 {
  max-width: calc(100% - 94px);
}

.vertical-baby .baby-question-heading .baby-question-status {
  position: absolute;
  top: 0.25em;
  right: 0;
}

.vertical-baby .baby-optional-note {
  margin: 8px 0 0;
  color: #9399a7;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}

.vertical-baby .baby-question-help {
  max-width: 660px;
  margin: 14px 0 0;
  color: #69758a;
  font-size: 14px;
  line-height: 1.55;
}

.vertical-baby .baby-choice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-height: min(48vh, 420px);
  margin-top: clamp(24px, 4vh, 38px);
  padding: 2px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.vertical-baby .baby-choice {
  display: flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 17px;
  color: #354159;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dce1ea;
  border-radius: 15px;
  box-shadow: 0 5px 18px rgba(41, 52, 79, 0.035);
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vertical-baby .baby-choice:is(:hover, :focus-visible) {
  color: #222d45;
  background: #e7edf8;
  border-color: #7387b3;
  box-shadow: 0 9px 24px rgba(41, 52, 79, 0.12);
  transform: translateY(-1px);
}

.vertical-baby .baby-choice.is-selected {
  color: #26334e;
  background: #dfe7f5;
  border-color: #536b9c;
}

.vertical-baby .baby-choice-mark {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  font-size: 11px;
  background: #7186b2;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 160ms ease, transform 160ms ease;
}

.vertical-baby .baby-choice.is-selected .baby-choice-mark {
  opacity: 1;
  transform: scale(1);
}

.vertical-baby .baby-native-control,
.vertical-baby .baby-native-submit {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.vertical-baby .baby-question > :is(input, textarea),
.vertical-baby .baby-other-choice input {
  width: 100%;
  min-height: 58px;
  margin-top: clamp(24px, 4vh, 38px);
  padding: 16px 18px;
  color: #29344f;
  font: inherit;
  font-size: 16px;
  background: #fff;
  border: 1px solid #d6dce7;
  border-radius: 15px;
  outline: none;
  box-shadow: 0 6px 22px rgba(41, 52, 79, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.vertical-baby .baby-question > textarea {
  min-height: 128px;
  resize: vertical;
}

.vertical-baby .baby-question > :is(input, textarea):focus,
.vertical-baby .baby-other-choice input:focus {
  border-color: #8295bb;
  box-shadow: 0 0 0 4px rgba(125, 149, 199, 0.13), 0 9px 26px rgba(41, 52, 79, 0.06);
}

.vertical-baby .baby-other-choice {
  margin-top: 18px;
}

.vertical-baby .baby-other-choice label {
  display: block;
  color: #536078;
  font-size: 13px;
  font-weight: 700;
}

.vertical-baby .baby-other-choice input {
  margin-top: 8px;
}

.vertical-baby .baby-question-actions,
.vertical-baby .baby-other-choice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.vertical-baby .baby-other-choice label,
.vertical-baby .baby-other-choice input {
  flex-basis: 100%;
}

.vertical-baby .baby-question-actions {
  margin-top: 16px;
}

.vertical-baby .baby-back-inline {
  background: none;
  border: none;
  color: #8c7080;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  letter-spacing: 0.01em;
}
.vertical-baby .baby-back-inline:hover { color: #202a40; }

.vertical-baby .baby-text-continue,
.vertical-baby .baby-skip {
  min-height: 48px;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 13px;
}

.vertical-baby .baby-text-continue {
  background: #34415e;
  box-shadow: 0 10px 24px rgba(41, 52, 79, 0.14);
}

.vertical-baby .baby-skip {
  color: #69758a;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.vertical-baby .baby-skip:is(:hover, :focus-visible) {
  color: #354159;
  background: #f4f6f9;
  transform: none;
}

.vertical-baby .baby-answer-confirmation {
  min-height: 24px;
  padding-top: 16px;
  color: #638073;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.vertical-baby .baby-interview-complete {
  align-self: center;
  justify-self: center;
  max-width: 620px;
  padding: 54px 0;
  text-align: center;
  animation: baby-question-enter 240ms ease both;
}

.vertical-baby .baby-interview-complete > span {
  display: grid;
  width: 46px;
  height: 46px;
  margin: 0 auto 24px;
  place-items: center;
  color: #fff;
  background: #668477;
  border-radius: 50%;
}

.vertical-baby .baby-interview-complete p {
  margin: 18px 0 0;
  color: #657188;
  font-size: 17px;
  line-height: 1.6;
}

/* ─── Baby Direction Review ───────────────────────────────────────────────────── */
.vertical-baby .baby-direction-review {
  align-self: start;
  max-width: 680px;
  padding: 40px 0 48px;
  animation: baby-question-enter 240ms ease both;
}

.vertical-baby .baby-direction-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #8c7080;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vertical-baby .baby-direction-heading {
  max-width: 560px;
  margin: 0 0 10px;
  color: #202a40;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.vertical-baby .baby-direction-intro {
  margin: 0 0 32px;
  color: #657188;
  font-size: 16px;
  line-height: 1.55;
}

.vertical-baby .baby-direction-list {
  display: grid;
  gap: 0;
  margin: 0 0 36px;
  border-top: 1px solid rgba(140, 112, 128, 0.2);
}

.vertical-baby .baby-direction-list dt {
  padding: 14px 0 3px;
  color: #8c7080;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.vertical-baby .baby-direction-list dd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(140, 112, 128, 0.12);
  margin: 0;
}

.vertical-baby .baby-direction-answer {
  color: #202a40;
  font-size: 15px;
  line-height: 1.4;
}

.vertical-baby .baby-direction-blank {
  color: #9399a7;
  font-size: 15px;
  font-style: italic;
}

.vertical-baby .baby-direction-edit {
  flex-shrink: 0;
  padding: 0;
  background: none;
  border: none;
  color: #668477;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 120ms;
}
.vertical-baby .baby-direction-edit:hover { color: #202a40; }

.vertical-baby .baby-direction-actions { margin-top: 4px; }

.vertical-baby .baby-direction-find {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 40px;
  background: linear-gradient(135deg, #202a40, #334060);
  color: #fff;
  border: none;
  border-radius: 999px;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(32, 42, 64, 0.22);
  transition: background 160ms;
}
.vertical-baby .baby-direction-find:hover {
  background: linear-gradient(135deg, #18212f, #202a40);
}
.vertical-baby .baby-direction-find:focus-visible {
  outline: 3px solid rgba(102, 132, 119, 0.5);
  outline-offset: 3px;
}

@keyframes baby-question-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 680px) {
  .vertical-baby.baby-interview-started main,
  .vertical-baby.baby-interview-started .baby-flow-shell,
  .vertical-baby .baby-conversation {
    min-height: 100svh;
  }

  .vertical-baby .baby-conversation {
    width: 100%;
    padding: 18px 16px max(22px, env(safe-area-inset-bottom));
    box-shadow: none;
  }

  .vertical-baby .baby-interview-header {
    grid-template-columns: auto minmax(132px, 46%);
    gap: 14px;
    padding-bottom: 24px;
  }

  .vertical-baby .baby-interview-brand span {
    display: none;
  }

  .vertical-baby .baby-progress-count {
    font-size: 11px;
  }

  .vertical-baby .baby-answer-history {
    max-height: 112px;
    margin-bottom: 18px;
  }

  .vertical-baby .baby-answer-history [data-baby-answer-list] {
    flex-wrap: wrap;
    padding-bottom: 0;
    overflow-x: visible;
  }

  .vertical-baby .baby-answer-chip {
    flex: 0 1 auto;
    max-width: 100%;
  }

  .vertical-baby .baby-question-heading h2 {
    font-size: clamp(35px, 10vw, 44px);
  }

  .vertical-baby .baby-question-heading {
    display: grid;
    gap: 6px;
  }

  .vertical-baby .baby-choice-list {
    grid-template-columns: minmax(0, 1fr);
    max-height: min(53svh, 470px);
    margin-top: 24px;
  }

  .vertical-baby .baby-choice {
    min-height: 56px;
  }

  .vertical-baby .baby-question > :is(input, textarea) {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vertical-baby .baby-question,
  .vertical-baby .baby-interview-complete {
    animation: none;
  }

  .vertical-baby .baby-progress-track span,
  .vertical-baby .baby-choice,
  .vertical-baby .baby-choice-mark,
  .vertical-baby .baby-answer-chip small {
    transition-duration: 0.01ms;
  }
}

.vertical-baby .baby-final-step {
  width: 100%;
  min-height: calc(100svh - 75px);
}

.vertical-baby .baby-final-form {
  display: grid;
  grid-template-rows: auto minmax(420px, 1fr);
  width: min(100%, 920px);
  min-height: calc(100svh - 75px);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 44px) clamp(20px, 5vw, 62px) 34px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 90px rgba(41, 52, 79, 0.07);
}

.vertical-baby .baby-final-question {
  align-self: center;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  animation: baby-question-enter 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vertical-baby .baby-final-question[hidden] {
  display: none;
}

.vertical-baby .baby-final-question h1 {
  max-width: 680px;
  margin: 0;
  color: #202a40;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.vertical-baby .baby-final-question > p:not(.baby-question-kicker, .baby-answer-confirmation) {
  max-width: 620px;
  margin: 14px 0 0;
  color: #69758a;
  font-size: 15px;
  line-height: 1.6;
}

.vertical-baby .baby-final-form > .baby-interview-complete {
  align-self: center;
}

@media (max-width: 680px) {
  .vertical-baby .baby-final-step,
  .vertical-baby .baby-final-form {
    min-height: calc(100svh - 66px);
  }

  .vertical-baby .baby-final-form {
    padding: 18px 16px max(22px, env(safe-area-inset-bottom));
    box-shadow: none;
  }

  .vertical-baby .baby-final-form > .baby-interview-header,
  .vertical-baby .baby-final-form > .baby-final-question {
    width: 100%;
    min-width: 0;
  }

  .vertical-baby .baby-final-form > .baby-interview-header {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 18px;
    padding-bottom: 28px;
  }

  .vertical-baby .baby-final-form .baby-interview-brand {
    width: min(var(--brand-baby-final-mobile-width), 68vw);
  }

  .vertical-baby .baby-final-form .baby-interview-brand img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    object-position: center;
  }

  .vertical-baby .baby-final-form .baby-question-progress {
    width: min(78vw, 320px);
    max-width: 100%;
  }

  .vertical-baby .baby-final-form .baby-progress-title {
    min-block-size: 2.5em;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
  }

  .vertical-baby .baby-final-form .baby-progress-count {
    text-align: center;
  }

  .vertical-baby .baby-final-question h1 {
    font-size: clamp(35px, 10vw, 44px);
  }
}

/* Baby illustrated intake benchmark v1 */
.vertical-baby.baby-interview-started {
  --baby-coral: #ff6b57;
  --baby-navy: #102b54;
  --baby-cream: #fffaf5;
  --baby-blush: #fff0eb;
  --baby-blue: #eaf4ff;
  --baby-lavender: #f3edff;
  --baby-gold: #fff4dc;
  --baby-sage: #9eb497;
  min-width: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 188, 166, 0.24), transparent 25%),
    radial-gradient(circle at 92% 92%, rgba(184, 210, 174, 0.18), transparent 27%),
    #fff5ed;
}

.vertical-baby.baby-interview-started main,
.vertical-baby.baby-interview-started .baby-flow-shell {
  width: 100%;
  min-width: 0;
  min-height: 100svh;
}

.vertical-baby.baby-interview-started .baby-flow-shell {
  display: block;
  padding: clamp(16px, 2.2vw, 32px);
}

.vertical-baby .baby-conversation {
  isolation: isolate;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto;
  width: min(100%, 1230px);
  min-width: 0;
  min-height: calc(100svh - clamp(32px, 4.4vw, 64px));
  padding: clamp(24px, 3vw, 42px) clamp(28px, 5vw, 76px) clamp(22px, 3vw, 38px);
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 245, 0.96)),
    var(--baby-cream);
  border: 1px solid rgba(255, 107, 87, 0.08);
  border-radius: clamp(24px, 2.5vw, 36px);
  box-shadow: 0 28px 90px rgba(61, 44, 48, 0.1);
}

@media (max-width: 560px) {
  .vertical-baby .baby-conversation:has(.intake-tooltip[open]) {
    overflow: visible;
  }
}

.vertical-baby .baby-conversation > :not(.baby-nursery-scene) {
  position: relative;
  z-index: 2;
}

.vertical-baby .baby-nursery-scene {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.vertical-baby .baby-nursery-art,
.vertical-baby .baby-choice-art {
  display: block;
  aspect-ratio: 1;
  background-image: url("../images/baby/intake/nursery-sprite-v1.png");
  background-repeat: no-repeat;
  background-size: 400% 200%;
}

.vertical-baby .baby-nursery-cloud {
  position: absolute;
  top: 118px;
  left: 18px;
  width: 136px;
  background-position: 0 100%;
  opacity: 0.68;
}

.vertical-baby .baby-nursery-mobile {
  position: absolute;
  top: 74px;
  right: 14px;
  width: 188px;
  background-position: 33.333% 100%;
  opacity: 0.72;
}

.vertical-baby .baby-nursery-teddy {
  position: absolute;
  right: 22px;
  bottom: 14px;
  width: 164px;
  background-position: 66.667% 100%;
  opacity: 0.72;
}

.vertical-baby .baby-nursery-leaves {
  position: absolute;
  bottom: -8px;
  left: 12px;
  width: 190px;
  background-position: 100% 100%;
  opacity: 0.46;
  transform: rotate(7deg);
}

.vertical-baby .baby-nursery-heart {
  position: absolute;
  width: 14px;
  height: 14px;
  background: rgba(255, 107, 87, 0.58);
  border-radius: 3px 0 3px 3px;
  transform: rotate(-45deg);
}

.vertical-baby .baby-nursery-heart::before,
.vertical-baby .baby-nursery-heart::after {
  position: absolute;
  width: 14px;
  height: 14px;
  content: "";
  background: inherit;
  border-radius: 50%;
}

.vertical-baby .baby-nursery-heart::before { top: -7px; left: 0; }
.vertical-baby .baby-nursery-heart::after { top: 0; left: 7px; }
.vertical-baby .baby-nursery-heart-one { top: 33%; left: 3%; }
.vertical-baby .baby-nursery-heart-two { right: 4%; bottom: 35%; transform: rotate(-45deg) scale(0.72); }

.vertical-baby .baby-conversation .baby-interview-header {
  grid-template-columns: minmax(220px, 300px) minmax(250px, 340px);
  gap: 16px 36px;
  padding-bottom: clamp(24px, 3vh, 34px);
}

.vertical-baby .baby-interview-nav {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: flex-end;
  min-height: 42px;
  padding-bottom: 2px;
}

.vertical-baby .baby-interview-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 13px;
  color: #53627a;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 43, 84, 0.1);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(48, 43, 58, 0.045);
}

.vertical-baby .baby-interview-back {
  color: var(--baby-navy);
}

.vertical-baby .baby-interview-exit {
  color: #c96b78;
  background: rgba(255, 247, 248, 0.84);
  border-color: rgba(255, 107, 87, 0.16);
}

.vertical-baby .baby-conversation .baby-interview-brand {
  width: min(100%, var(--brand-baby-interview-width));
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.vertical-baby .baby-conversation .baby-interview-brand img {
  width: 100%;
  height: auto;
  max-height: 82px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.vertical-baby .baby-conversation .baby-question-progress {
  gap: 8px;
}

.vertical-baby .baby-conversation .baby-progress-title {
  display: flex;
  min-block-size: 2.5em;
  align-items: flex-end;
  justify-content: flex-end;
  color: var(--baby-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  text-align: right;
  text-wrap: balance;
}

.vertical-baby .baby-conversation .baby-progress-count {
  color: #718096;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.015em;
  text-align: right;
}

.vertical-baby .baby-conversation .baby-progress-track {
  height: 7px;
  background: rgba(16, 43, 84, 0.1);
}

.vertical-baby .baby-conversation .baby-progress-track span {
  background: var(--baby-coral);
}

.vertical-baby .baby-conversation .baby-question-stage {
  align-items: center;
}

.vertical-baby .baby-conversation .baby-question {
  max-width: 900px;
}

.vertical-baby .baby-conversation .baby-question-gender {
  max-width: 890px;
}

.vertical-baby .baby-conversation .baby-checkin {
  width: min(100%, 760px);
  margin: 0 auto;
  animation: baby-question-enter 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vertical-baby .baby-conversation .baby-checkin[hidden],
.vertical-baby .baby-conversation .baby-checkin-return[hidden] {
  display: none;
}

.vertical-baby .baby-conversation .baby-checkin h2 {
  max-width: 720px;
  margin: 0;
  color: var(--baby-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 4.8vw, 62px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
}

.vertical-baby .baby-conversation .baby-checkin-copy {
  max-width: 650px;
  margin: 18px 0 0;
  color: #5e6e86;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.5;
}

.vertical-baby .baby-conversation .baby-checkin-options {
  grid-template-columns: minmax(0, 1fr);
  max-height: none;
  overflow: visible;
}

.vertical-baby .baby-conversation .baby-checkin-back,
.vertical-baby .baby-conversation .baby-checkin-return {
  min-height: 44px;
  margin-top: 18px;
  padding: 8px 4px;
  color: #68758a;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  border: 0;
  text-decoration: underline;
  text-decoration-color: rgba(104, 117, 138, 0.35);
  text-underline-offset: 4px;
  cursor: pointer;
}

.vertical-baby .baby-conversation .baby-checkin-back:is(:hover, :focus-visible),
.vertical-baby .baby-conversation .baby-checkin-return:is(:hover, :focus-visible) {
  color: var(--baby-navy);
  text-decoration-color: var(--baby-coral);
}

.vertical-baby .baby-conversation .baby-checkin-return {
  justify-self: start;
  margin-top: 10px;
}

.vertical-baby .baby-conversation .baby-question-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--baby-coral);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.vertical-baby .baby-kicker-heart {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--baby-coral);
  border-radius: 2px 0 2px 2px;
  transform: rotate(-45deg);
}

.vertical-baby .baby-kicker-heart::before,
.vertical-baby .baby-kicker-heart::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: inherit;
  border-radius: 50%;
}

.vertical-baby .baby-kicker-heart::before { top: -5px; left: 0; }
.vertical-baby .baby-kicker-heart::after { top: 0; left: 5px; }

.vertical-baby .baby-conversation .baby-question-heading h2 {
  color: var(--baby-navy);
  font-size: clamp(48px, 5.2vw, 68px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.vertical-baby .baby-question-lede {
  max-width: 640px;
  margin: 18px 0 0;
  color: #5e6e86;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.5;
}

.vertical-baby .baby-conversation .baby-choice-list {
  gap: 18px;
  margin-top: clamp(24px, 3vh, 32px);
}

.vertical-baby .baby-conversation .baby-question-gender .baby-choice-list {
  max-height: none;
  overflow: visible;
}

.vertical-baby .baby-conversation .baby-choice {
  position: relative;
  min-height: 64px;
  padding-right: 52px;
  color: var(--baby-navy);
  border-radius: 20px;
}

.vertical-baby .baby-conversation .baby-choice:not(.baby-choice-illustrated) {
  min-height: 72px;
  padding: 17px 56px 17px 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.82));
  border: 1px solid rgba(16, 43, 84, 0.14);
  box-shadow: 0 8px 22px rgba(48, 43, 58, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.vertical-baby .baby-conversation .baby-choice:not(.baby-choice-illustrated):is(:hover, :focus-visible) {
  color: var(--baby-navy);
  background: linear-gradient(135deg, color-mix(in srgb, var(--baby-coral) 17%, white), color-mix(in srgb, var(--baby-coral) 42%, white));
  border-color: color-mix(in srgb, var(--baby-coral) 76%, white);
  box-shadow: 0 13px 30px rgba(48, 43, 58, 0.12), 0 0 0 1px rgba(255, 107, 87, 0.12);
  transform: translateY(-2px);
}

.vertical-baby .baby-conversation .baby-choice:not(.baby-choice-illustrated):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--baby-coral) 40%, white);
  outline-offset: 3px;
}

.vertical-baby .baby-conversation .baby-choice:not(.baby-choice-illustrated).is-selected {
  color: var(--baby-navy);
  background: linear-gradient(135deg, color-mix(in srgb, var(--baby-coral) 20%, white), color-mix(in srgb, var(--baby-coral) 50%, white));
  border-color: color-mix(in srgb, var(--baby-coral) 92%, white);
  box-shadow: 0 0 0 3px rgba(255, 107, 87, 0.16), 0 12px 28px rgba(48, 43, 58, 0.095);
}

.vertical-baby .baby-conversation .baby-choice-copy {
  display: grid;
  min-width: 0;
  gap: 5px;
  text-align: left;
}

.vertical-baby .baby-conversation .baby-choice-copy strong {
  overflow-wrap: anywhere;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  line-height: 1.05;
}

.vertical-baby .baby-conversation .baby-choice-copy small {
  color: #53627a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.vertical-baby .baby-conversation .baby-choice-chevron,
.vertical-baby .baby-conversation .baby-choice-mark {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.vertical-baby .baby-conversation .baby-choice-chevron {
  color: var(--card-accent, #7186b2);
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.vertical-baby .baby-conversation .baby-choice-mark {
  transform: translateY(-50%) scale(0.8);
}

.vertical-baby .baby-conversation .baby-choice.is-selected .baby-choice-chevron {
  opacity: 0;
}

.vertical-baby .baby-conversation .baby-choice.is-selected .baby-choice-mark {
  transform: translateY(-50%) scale(1);
}

.vertical-baby .baby-conversation .baby-choice-illustrated {
  --card-accent: #ff765f;
  --card-surface: rgba(255, 240, 235, 0.7);
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  min-height: 146px;
  align-items: center;
  gap: 18px;
  padding: 18px 56px 18px 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), var(--card-surface));
  border: 1.5px solid color-mix(in srgb, var(--card-accent) 38%, white);
  box-shadow: 0 12px 30px rgba(58, 43, 55, 0.055);
}

.vertical-baby .baby-conversation .baby-choice-sailboat {
  --card-accent: #428fe5;
  --card-surface: rgba(234, 244, 255, 0.78);
}

.vertical-baby .baby-conversation .baby-choice-rainbow {
  --card-accent: #9a67ce;
  --card-surface: rgba(243, 237, 255, 0.8);
}

.vertical-baby .baby-conversation .baby-choice-star {
  --card-accent: #eda72e;
  --card-surface: rgba(255, 244, 220, 0.8);
}

.vertical-baby .baby-conversation .baby-choice-illustrated:is(:hover, :focus-visible) {
  color: var(--baby-navy);
  background: linear-gradient(135deg, color-mix(in srgb, var(--card-accent) 18%, white), color-mix(in srgb, var(--card-accent) 48%, white));
  border-color: color-mix(in srgb, var(--card-accent) 82%, white);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--card-accent) 20%, transparent);
  transform: translateY(-2px);
}

.vertical-baby .baby-conversation .baby-choice-illustrated:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--card-accent) 48%, white);
  outline-offset: 3px;
}

.vertical-baby .baby-conversation .baby-choice-illustrated.is-selected {
  background: linear-gradient(135deg, color-mix(in srgb, var(--card-accent) 22%, white), color-mix(in srgb, var(--card-accent) 54%, white));
  border-color: var(--card-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--card-accent) 22%, transparent), 0 15px 32px rgba(58, 43, 55, 0.09);
}

.vertical-baby .baby-choice-art {
  width: 108px;
  background-color: color-mix(in srgb, var(--card-accent) 10%, white);
  border-radius: 50%;
}

.vertical-baby .baby-sprite-bow { background-position: 0 0; }
.vertical-baby .baby-sprite-sailboat { background-position: 33.333% 0; }
.vertical-baby .baby-sprite-rainbow { background-position: 66.667% 0; }
.vertical-baby .baby-sprite-star { background-position: 100% 0; }

.vertical-baby .baby-journey {
  width: min(100%, 700px);
  margin: clamp(20px, 3vh, 32px) auto 0;
}

.vertical-baby .baby-journey ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vertical-baby .baby-journey li {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: #9299a3;
}

.vertical-baby .baby-journey li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -21px;
  width: 14px;
  height: 1px;
  content: "";
  background: #d8d9db;
}

.vertical-baby .baby-journey li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  background: #d4d5d7;
  border-radius: 50%;
}

.vertical-baby .baby-journey li strong {
  min-width: 0;
  font-size: 13px;
  line-height: 1.2;
}

.vertical-baby .baby-journey li.is-active {
  color: var(--baby-navy);
}

.vertical-baby .baby-journey li.is-active > span {
  color: #fff;
  background: var(--baby-coral);
  box-shadow: 0 6px 16px rgba(255, 107, 87, 0.22);
}

.vertical-baby .baby-journey li.is-complete > span {
  color: #fff;
  background: #8da487;
}

.vertical-baby .baby-journey > p {
  margin: 17px 0 0;
  color: var(--baby-coral);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1080px) {
  .vertical-baby .baby-conversation {
    width: min(100%, 980px);
    padding-right: clamp(24px, 5vw, 54px);
    padding-left: clamp(24px, 5vw, 54px);
  }

  .vertical-baby .baby-conversation .baby-question-gender { max-width: 790px; }
  .vertical-baby .baby-conversation .baby-choice-illustrated {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 130px;
    gap: 14px;
  }
  .vertical-baby .baby-choice-art { width: 88px; }
  .vertical-baby .baby-nursery-cloud { left: 8px; }
  .vertical-baby .baby-nursery-mobile { right: 4px; }
  .vertical-baby .baby-nursery-teddy { right: 12px; }
}

@media (max-width: 820px) {
  .vertical-baby.baby-interview-started .baby-flow-shell { padding: 12px; }

  .vertical-baby .baby-conversation {
    min-height: calc(100svh - 24px);
    padding: 24px clamp(20px, 5vw, 40px) 28px;
    border-radius: 26px;
  }

  .vertical-baby .baby-conversation .baby-interview-header {
    grid-template-columns: minmax(180px, 240px) minmax(220px, 280px);
  }

  .vertical-baby .baby-interview-nav {
    padding-inline: 2px;
  }

  .vertical-baby .baby-conversation .baby-choice-list { gap: 12px; }
  .vertical-baby .baby-conversation .baby-choice:not(.baby-choice-illustrated) {
    min-height: 68px;
    padding: 15px 52px 15px 18px;
  }
  .vertical-baby .baby-conversation .baby-choice-illustrated {
    grid-template-columns: 76px minmax(0, 1fr);
    min-height: 116px;
    padding: 14px 48px 14px 14px;
  }
  .vertical-baby .baby-choice-art { width: 76px; }
  .vertical-baby .baby-conversation .baby-choice-copy strong { font-size: 19px; }
  .vertical-baby .baby-conversation .baby-choice-copy small { font-size: 12px; }
  .vertical-baby .baby-nursery-cloud,
  .vertical-baby .baby-nursery-mobile { opacity: 0.38; }
  .vertical-baby .baby-nursery-teddy,
  .vertical-baby .baby-nursery-leaves { opacity: 0.3; }
}

@media (max-width: 600px) {
  .vertical-baby.baby-interview-started .baby-flow-shell { padding: 0; }

  .vertical-baby .baby-conversation {
    width: 100%;
    min-height: 100svh;
    padding: 18px 16px max(24px, env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .vertical-baby .baby-conversation .baby-interview-header {
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
    gap: 18px;
    padding-bottom: 28px;
  }

  .vertical-baby .baby-interview-nav {
    width: 100%;
    min-height: 38px;
  }

  .vertical-baby .baby-interview-nav a {
    min-height: 34px;
    padding: 8px 11px;
    font-size: 12px;
  }

  .vertical-baby .baby-conversation .baby-interview-brand {
    width: min(70vw, 260px);
  }

  .vertical-baby .baby-conversation .baby-interview-brand img {
    max-height: 72px;
    object-position: center;
  }

  .vertical-baby .baby-conversation .baby-question-progress {
    width: min(78vw, 320px);
  }

  .vertical-baby .baby-conversation .baby-progress-title {
    min-block-size: 2.5em;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
  }

  .vertical-baby .baby-conversation .baby-progress-count {
    font-size: 11px;
    text-align: center;
  }

  .vertical-baby .baby-conversation .baby-progress-track { height: 6px; }

  .vertical-baby .baby-conversation .baby-question {
    width: 100%;
    max-width: 100%;
  }

  .vertical-baby .baby-conversation .baby-checkin h2 {
    font-size: clamp(40px, 12vw, 50px);
  }

  .vertical-baby .baby-conversation .baby-checkin-copy {
    margin-top: 14px;
    font-size: 16px;
  }

  .vertical-baby .baby-conversation .baby-question-kicker {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .vertical-baby .baby-conversation .baby-question-heading h2 {
    font-size: clamp(42px, 13vw, 54px);
    line-height: 0.98;
  }

  .vertical-baby .baby-question-lede {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.45;
  }

  .vertical-baby .baby-conversation .baby-choice-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: 24px;
  }

  .vertical-baby .baby-conversation .baby-question-gender .baby-choice-list {
    max-height: none;
  }

  .vertical-baby .baby-conversation .baby-choice-illustrated {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 122px;
    gap: 14px;
    padding: 14px 46px 14px 14px;
    border-radius: 20px;
  }

  .vertical-baby .baby-choice-art { width: 82px; }
  .vertical-baby .baby-conversation .baby-choice-copy strong { font-size: 25px; }
  .vertical-baby .baby-conversation .baby-choice-copy small {
    font-size: 14px;
    line-height: 1.35;
  }

  .vertical-baby .baby-conversation .baby-choice-chevron,
  .vertical-baby .baby-conversation .baby-choice-mark { right: 16px; }

  .vertical-baby .baby-journey {
    margin-top: 26px;
  }

  .vertical-baby .baby-journey ol { gap: 14px; }
  .vertical-baby .baby-journey li {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 7px;
    text-align: center;
  }
  .vertical-baby .baby-journey li:not(:last-child)::after {
    top: 17px;
    right: -10px;
    width: 7px;
  }
  .vertical-baby .baby-journey li strong {
    font-size: 12px;
    line-height: 1.15;
  }
  .vertical-baby .baby-journey > p {
    max-width: 310px;
    margin: 16px auto 0;
    font-size: 22px;
    line-height: 1.15;
  }

  .vertical-baby .baby-nursery-cloud {
    top: 120px;
    left: 4px;
    width: 78px;
    opacity: 0.34;
  }
  .vertical-baby .baby-nursery-mobile {
    top: 74px;
    right: 2px;
    width: 92px;
    opacity: 0.38;
  }
  .vertical-baby .baby-nursery-teddy {
    right: 4px;
    bottom: 10px;
    width: 104px;
    opacity: 0.34;
  }
  .vertical-baby .baby-nursery-leaves {
    bottom: -4px;
    left: 2px;
    width: 102px;
    opacity: 0.24;
  }

  .vertical-baby .baby-conversation.is-checkin-active .baby-nursery-teddy,
  .vertical-baby .baby-conversation.is-checkin-active .baby-nursery-heart {
    display: none;
  }
}

@media (max-width: 350px) {
  .vertical-baby .baby-conversation { padding-right: 12px; padding-left: 12px; }
  .vertical-baby .baby-conversation .baby-choice-illustrated {
    grid-template-columns: 68px minmax(0, 1fr);
    min-height: 108px;
    gap: 10px;
    padding: 12px 42px 12px 12px;
  }
  .vertical-baby .baby-choice-art { width: 68px; }
  .vertical-baby .baby-conversation .baby-choice-copy strong { font-size: 22px; }
  .vertical-baby .baby-conversation .baby-choice-copy small { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .vertical-baby .baby-conversation .baby-choice:is(:hover, :focus-visible) {
    transform: none;
  }
}

/* Shared launch-flow finish for Pet and Business. Voice and color remain vertical-specific. */
:is(.vertical-pet, .vertical-business) .polished-flow-shell {
  grid-template-columns: minmax(0, 1fr);
  gap: 44px;
  padding-top: 18px;
}

:is(.vertical-pet, .vertical-business) .polished-flow-shell > * {
  grid-column: 1;
}

:is(.vertical-pet, .vertical-business) .baby-welcome {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 500px;
  align-content: center;
  justify-items: start;
  overflow: hidden;
  padding: clamp(40px, 7vw, 76px);
  background:
    radial-gradient(circle at 88% 12%, var(--accent-soft), transparent 32%),
    radial-gradient(circle at 8% 100%, var(--accent-warm-soft), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 251, 0.95));
  border: 1px solid rgba(24, 33, 47, 0.12);
  border-radius: 34px;
  box-shadow: 0 30px 90px rgba(24, 33, 47, 0.09);
}

:is(.vertical-pet, .vertical-business) .baby-welcome::after {
  position: absolute;
  z-index: -1;
  right: -7%;
  bottom: -40%;
  width: 48%;
  aspect-ratio: 1.1;
  content: "";
  background: linear-gradient(135deg, var(--accent-warm-soft), var(--accent-soft));
  border-radius: 55% 45% 62% 38% / 42% 58% 42% 58%;
  filter: blur(10px);
  transform: rotate(-8deg);
}

:is(.vertical-pet, .vertical-business) .baby-welcome .vertical-page-logo {
  width: min(245px, 62vw);
  max-height: 76px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 22px;
  mix-blend-mode: multiply;
}

.vertical-baby .baby-welcome .vertical-page-logo {
  width: min(245px, 62vw);
  max-height: 76px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 22px;
}

:is(.vertical-pet, .vertical-business) .baby-welcome h1 {
  max-width: 760px;
  margin: 0;
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(50px, 7vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

:is(.vertical-pet, .vertical-business) .baby-welcome-copy {
  max-width: 700px;
  margin: 28px 0 0;
  color: #4e5b73;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.58;
}

:is(.vertical-pet, .vertical-business) .baby-welcome-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 9px 12px;
  color: #45526a;
  font-size: 15px;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(24, 33, 47, 0.14);
  border-radius: 999px;
}

:is(.vertical-pet, .vertical-business) .baby-welcome .hero-actions {
  margin-top: 30px;
}

:is(.vertical-pet, .vertical-business) .baby-begin-button {
  min-width: 150px;
  min-height: 58px;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(24, 33, 47, 0.2);
}

:is(.vertical-pet, .vertical-business) .intake-trust-strip {
  margin-top: 24px;
}

:is(.vertical-pet, .vertical-business) .intake-trust-strip > div {
  gap: 7px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
}

:is(.vertical-pet, .vertical-business) .polished-intake-form {
  gap: 22px;
  scroll-margin-top: 24px;
  padding: clamp(22px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(24, 33, 47, 0.11);
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(24, 33, 47, 0.09);
}

:is(.vertical-pet, .vertical-business) .baby-intake-intro h2 {
  margin: 0;
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 50px);
  line-height: 1;
}

:is(.vertical-pet, .vertical-business) .baby-intake-intro > p:last-child {
  margin: 15px 0 12px;
  color: #617088;
}

:is(.vertical-pet, .vertical-business) .polished-intake-form .intake-section {
  gap: 18px;
  padding: clamp(20px, 3vw, 28px);
  background: linear-gradient(145deg, #fff, rgba(247, 249, 253, 0.92));
  border: 1px solid rgba(24, 33, 47, 0.1);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(24, 33, 47, 0.045);
}

:is(.vertical-pet, .vertical-business) .polished-intake-form .intake-section.is-complete legend::before {
  content: "✓";
  color: #fff;
  background: #5e8e7f;
}

:is(.vertical-pet, .vertical-business) .baby-section-heading {
  display: grid;
  gap: 2px;
}

:is(.vertical-pet, .vertical-business) .baby-section-heading small {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

:is(.vertical-pet, .vertical-business) .field-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

:is(.vertical-pet, .vertical-business) .field-label-copy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

:is(.vertical-pet, .vertical-business) .baby-field-anchor {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--accent-deep);
  background: var(--accent-soft);
  border-radius: 8px;
}

:is(.vertical-pet, .vertical-business) .field.is-required .field-label-copy {
  color: var(--accent-deep);
  font-weight: 900;
}

:is(.vertical-pet, .vertical-business) .field.is-required em {
  padding: 4px 7px;
  font-size: 11px;
  background: var(--accent-soft);
  border-radius: 999px;
}

:is(.vertical-pet, .vertical-business) .field em {
  flex: 0 0 auto;
  white-space: nowrap;
}

.intake-tooltip {
  position: relative;
  flex: 0 0 auto;
  align-self: center;
  font-weight: 600;
}

.intake-tooltip summary {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--accent-deep);
  background: var(--accent-soft);
  border: 1px solid rgba(41, 52, 79, 0.1);
  border-radius: 999px;
  cursor: pointer;
  list-style: none;
}

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

.intake-tooltip summary span {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.intake-tooltip summary .intake-tooltip-label {
  display: none;
}

.vertical-baby .baby-question-heading .intake-tooltip summary {
  display: inline-flex;
  width: auto;
  min-width: 26px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 9px;
}

.vertical-baby .baby-question-heading .intake-tooltip summary .intake-tooltip-label {
  display: inline;
  font-size: 12px;
  font-weight: 850;
}

.intake-tooltip[open] summary {
  color: #ffffff;
  background: var(--accent-deep);
}

.intake-tooltip-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 20;
  width: min(280px, calc(100vw - 48px));
  padding: 14px 16px;
  color: var(--ink);
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(24, 33, 47, 0.16);
}

.intake-tooltip-panel strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 850;
}

.intake-tooltip-panel ul {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.intake-tooltip-panel li {
  position: relative;
  padding-left: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.intake-tooltip-panel li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "•";
}

.vertical-baby .baby-question-heading .intake-tooltip {
  position: absolute;
  top: 0.18em;
  right: 94px;
}

.vertical-baby .baby-question-heading .intake-tooltip-panel {
  right: -40px;
}

@media (max-width: 560px) {
  :is(.vertical-pet, .vertical-business) .field-heading {
    position: relative;
    flex-wrap: wrap;
    overflow: visible;
  }

  :is(.vertical-pet, .vertical-business) :is(.field-heading, .business-question-heading) .intake-tooltip {
    position: static;
    flex-basis: 100%;
  }

  :is(.vertical-pet, .vertical-business) :is(.field-heading, .business-question-heading) .intake-tooltip-panel {
    position: static;
    width: 100%;
    min-width: 0;
    max-width: calc(100vw - 32px);
    box-sizing: border-box;
    max-height: none;
    margin-top: 10px;
    overflow: visible;
    transform: none;
  }

  .vertical-baby .baby-question-heading .intake-tooltip {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 0.42em;
    overflow: visible;
  }

  .vertical-baby .baby-question-heading .intake-tooltip summary {
    width: fit-content;
  }

  .vertical-baby .baby-question-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 10px;
    padding-right: 82px;
    overflow: visible;
  }

  .vertical-baby .baby-question-heading h2 {
    max-width: 100%;
  }

  .vertical-baby .baby-question-heading .baby-question-status {
    right: 0;
  }

  .vertical-baby .baby-question-heading .intake-tooltip-panel {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: min(100%, calc(100vw - 48px));
    max-height: none;
    margin-top: 10px;
    overflow: visible;
    overflow-wrap: anywhere;
    white-space: normal;
    transform: none;
  }
}

body.vertical-business {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.98) 0%, rgba(243, 250, 249, 0.96) 40%, rgba(232, 247, 245, 0.9) 100%),
    var(--page);
}

.vertical-business .baby-welcome {
  background:
    radial-gradient(circle at 84% 14%, rgba(63, 166, 160, 0.18), transparent 33%),
    radial-gradient(circle at 10% 100%, rgba(217, 164, 65, 0.15), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(239, 249, 248, 0.96));
  border-color: rgba(63, 166, 160, 0.18);
  box-shadow: 0 30px 90px rgba(13, 37, 64, 0.1);
}

.vertical-business .baby-welcome::after {
  background: linear-gradient(135deg, rgba(63, 166, 160, 0.2), rgba(217, 164, 65, 0.13));
  filter: blur(14px);
  opacity: 0.92;
}

.vertical-business .baby-welcome .eyebrow {
  color: #385c69;
}

.vertical-business .baby-welcome-copy {
  color: #4d6374;
}

.vertical-business .baby-welcome-time {
  color: #35556a;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(63, 166, 160, 0.2);
  box-shadow: 0 10px 28px rgba(13, 37, 64, 0.055);
}

.vertical-business .baby-begin-button {
  background: linear-gradient(135deg, #0d2540, #153b54 58%, #2f8f89);
  box-shadow: 0 18px 38px rgba(13, 37, 64, 0.24), 0 0 0 1px rgba(63, 166, 160, 0.18);
}

.vertical-business .baby-begin-button:is(:hover, :focus-visible) {
  background: linear-gradient(135deg, #0f2b4a, #174760 58%, #339b94);
  transform: translateY(-1px);
}

.vertical-pet .baby-welcome .secondary-button {
  color: var(--accent-deep);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(24, 33, 47, 0.18);
  box-shadow: none;
}

.vertical-pet .baby-welcome > :not(.pet-welcome-decor) {
  position: relative;
  z-index: 2;
}

.vertical-pet .pet-welcome-decor,
.vertical-pet .pet-play-scene {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.vertical-pet .pet-welcome-art,
.vertical-pet .pet-play-art {
  position: absolute;
  display: block;
  filter: drop-shadow(0 14px 22px rgba(31, 36, 48, 0.08));
}

.vertical-pet .pet-welcome-paw,
.vertical-pet .pet-play-paw {
  width: clamp(32px, 4vw, 54px);
  height: clamp(28px, 3.4vw, 46px);
  background: rgba(47, 148, 134, 0.24);
  border-radius: 50% 50% 45% 45% / 58% 58% 42% 42%;
  transform: rotate(-18deg);
}

.vertical-pet .pet-welcome-paw::before,
.vertical-pet .pet-play-paw::before {
  position: absolute;
  top: -45%;
  left: 12%;
  width: 26%;
  aspect-ratio: 1;
  content: "";
  background: rgba(47, 148, 134, 0.24);
  border-radius: 50%;
  box-shadow:
    42% -18% 0 rgba(47, 148, 134, 0.24),
    84% 0 0 rgba(47, 148, 134, 0.24),
    124% 30% 0 rgba(47, 148, 134, 0.2);
}

.vertical-pet .pet-welcome-paw-one { top: 18%; right: 21%; opacity: 0.58; }
.vertical-pet .pet-welcome-paw-two { top: 31%; right: 13%; opacity: 0.38; transform: rotate(16deg) scale(0.74); }

.vertical-pet .pet-welcome-bone,
.vertical-pet .pet-play-bone {
  width: clamp(96px, 11vw, 152px);
  height: clamp(30px, 3.4vw, 44px);
  background: rgba(252, 186, 118, 0.36);
  border: 2px solid rgba(252, 186, 118, 0.28);
  border-radius: 999px;
  transform: rotate(-12deg);
}

.vertical-pet .pet-welcome-bone::before,
.vertical-pet .pet-welcome-bone::after,
.vertical-pet .pet-play-bone::before,
.vertical-pet .pet-play-bone::after {
  position: absolute;
  top: 50%;
  width: 34%;
  aspect-ratio: 1;
  content: "";
  background:
    radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.54) 0 18%, transparent 19%),
    rgba(252, 186, 118, 0.42);
  border: 2px solid rgba(252, 186, 118, 0.22);
  border-radius: 50%;
  transform: translateY(-50%);
}

.vertical-pet .pet-welcome-bone::before,
.vertical-pet .pet-play-bone::before { left: -15%; box-shadow: 0 24px 0 -3px rgba(252, 186, 118, 0.42); }
.vertical-pet .pet-welcome-bone::after,
.vertical-pet .pet-play-bone::after { right: -15%; box-shadow: 0 -24px 0 -3px rgba(252, 186, 118, 0.42); }
.vertical-pet .pet-welcome-bone { right: clamp(28px, 7%, 88px); bottom: clamp(30px, 8%, 72px); opacity: 0.64; }

.vertical-pet .pet-welcome-ball,
.vertical-pet .pet-play-ball {
  width: clamp(54px, 6vw, 86px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.6) 0 12%, transparent 13%),
    linear-gradient(135deg, rgba(252, 186, 118, 0.9), rgba(252, 186, 118, 0.46));
  border: 2px solid rgba(200, 132, 61, 0.18);
  border-radius: 50%;
}

.vertical-pet .pet-welcome-ball::after,
.vertical-pet .pet-play-ball::after {
  position: absolute;
  inset: 18% 48% 18% auto;
  width: 16%;
  content: "";
  border-left: 3px solid rgba(47, 148, 134, 0.45);
  border-radius: 50%;
  transform: rotate(24deg);
}

.vertical-pet .pet-welcome-ball { left: clamp(34px, 7%, 92px); bottom: clamp(28px, 9%, 80px); opacity: 0.62; transform: rotate(8deg); }

.vertical-pet .pet-welcome-tag,
.vertical-pet .pet-play-tag {
  width: clamp(58px, 6vw, 86px);
  aspect-ratio: 0.86;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.9) 0 8%, transparent 9%),
    linear-gradient(145deg, rgba(47, 148, 134, 0.84), rgba(47, 148, 134, 0.52));
  border: 2px solid rgba(20, 77, 72, 0.13);
  border-radius: 18px 18px 28px 28px;
  clip-path: polygon(50% 0, 100% 24%, 86% 100%, 14% 100%, 0 24%);
}

.vertical-pet .pet-welcome-tag::after,
.vertical-pet .pet-play-tag::after {
  position: absolute;
  inset: 42% 18% auto;
  height: 3px;
  content: "";
  background: rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.42);
}

.vertical-pet .pet-welcome-tag {
  top: clamp(118px, 20%, 178px);
  right: clamp(140px, 19%, 260px);
  left: auto;
  opacity: 0.34;
  transform: rotate(-10deg) scale(0.88);
}

.vertical-pet .pet-conversation {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.vertical-pet .pet-conversation > :not(.pet-play-scene) {
  position: relative;
  z-index: 2;
}

.vertical-pet .pet-play-scene { opacity: 0.72; }
.vertical-pet .pet-play-paw-one { top: 86px; right: 46px; opacity: 0.22; transform: rotate(18deg) scale(0.9); }
.vertical-pet .pet-play-paw-two { top: 158px; right: 94px; opacity: 0.18; transform: rotate(-12deg) scale(0.68); }
.vertical-pet .pet-play-ball { right: 28px; bottom: 42px; opacity: 0.32; transform: rotate(-18deg) scale(0.82); }
.vertical-pet .pet-play-bone { left: 28px; bottom: 54px; opacity: 0.28; transform: rotate(10deg) scale(0.86); }
.vertical-pet .pet-play-tag { left: clamp(22px, 6%, 72px); top: clamp(36px, 8%, 78px); opacity: 0.24; transform: rotate(9deg) scale(0.82); }

:is(.vertical-pet, .vertical-business) .polished-intake-form :is(input, select, textarea) {
  min-height: 56px;
  padding: 14px 16px;
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid #d5dce7;
  border-radius: 14px;
}

:is(.vertical-pet, .vertical-business) .polished-intake-form select {
  padding-right: 48px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6b7890 50%), linear-gradient(135deg, #6b7890 50%, transparent 50%);
  background-position: calc(100% - 22px) calc(50% - 2px), calc(100% - 16px) calc(50% - 2px);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

:is(.vertical-pet, .vertical-business) .polished-intake-form :is(input, select, textarea):focus {
  border-color: var(--accent);
  outline: none;
  box-shadow: 0 0 0 4px var(--accent-soft);
}

:is(.vertical-pet, .vertical-business) .polished-intake-form > button {
  min-height: 58px;
  border-radius: 16px;
  font-size: 16px;
  box-shadow: 0 16px 34px rgba(24, 33, 47, 0.18);
}

.vertical-baby .feelings-shell {
  max-width: 900px;
  margin: 0 auto;
}

.vertical-baby .feelings-heading {
  padding: clamp(28px, 5vw, 48px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 250, 0.94));
  border: 1px solid rgba(41, 52, 79, 0.1);
  border-radius: 30px;
  box-shadow: 0 22px 64px rgba(41, 52, 79, 0.07);
}

.vertical-baby .feelings-heading h1 {
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 6vw, 62px);
  line-height: 1;
}

.vertical-baby .feelings-card {
  border-radius: 28px;
  box-shadow: 0 26px 76px rgba(41, 52, 79, 0.09);
}

.vertical-baby .feelings-card > button {
  width: 100%;
  min-height: 56px;
  border-radius: 14px;
}

.vertical-baby .progress-panel {
  border-top: 0;
  border-radius: 28px;
  box-shadow: 0 30px 100px rgba(41, 52, 79, 0.2);
}

.vertical-baby .progress-copy h2 {
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 40px;
  line-height: 1.05;
}

.vertical-baby .progress-copy {
  min-height: 300px;
}

.vertical-baby .baby-results-framing {
  max-width: 760px;
  color: #46536b;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.28;
}

.vertical-baby .baby-saved-progress {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 10px;
  max-width: 520px;
  margin-top: 22px;
  padding: 15px 18px;
  color: #74475a;
  background: linear-gradient(135deg, rgba(255, 246, 249, 0.98), rgba(247, 249, 255, 0.96));
  border: 1px solid rgba(178, 95, 112, 0.18);
  border-radius: 18px;
}

.vertical-baby .baby-saved-progress > span {
  grid-row: 1 / 3;
  align-self: center;
  color: #b25f70;
  font-size: 25px;
}

.vertical-baby .baby-saved-progress strong {
  color: #3d4960;
  font-size: 16px;
}

.vertical-baby .baby-saved-progress small {
  color: #6b7589;
}

.vertical-baby .results-grid {
  gap: 22px;
}

.vertical-baby .result-card {
  gap: 18px;
  padding: clamp(22px, 3vw, 30px);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.99), rgba(250, 247, 251, 0.94));
  border: 1px solid rgba(41, 52, 79, 0.1);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(41, 52, 79, 0.065);
}

.vertical-baby .result-card-main {
  padding-bottom: 18px;
  border-bottom-color: rgba(41, 52, 79, 0.09);
}

.vertical-baby .result-card h2 {
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 6vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.025em;
}

.vertical-baby .baby-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.vertical-baby .baby-result-tags span {
  padding: 7px 10px;
  color: #58657c;
  font-size: 12px;
  font-weight: 800;
  background: rgba(125, 149, 199, 0.1);
  border: 1px solid rgba(125, 149, 199, 0.16);
  border-radius: 999px;
}

.vertical-baby .result-card section:first-of-type {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.68);
  border-left: 3px solid #f0b8c8;
  border-radius: 0 14px 14px 0;
}

.vertical-baby .result-card section:first-of-type h3 {
  color: #7d5f78;
}

.vertical-baby .result-card section:first-of-type p {
  color: #344158;
  font-size: 16px;
  line-height: 1.65;
}

.vertical-baby .reaction-row button {
  min-height: 92px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
}

.vertical-baby .reaction-icon {
  width: 58px;
  height: 58px;
}

@media (max-width: 760px) {
  :is(.vertical-pet, .vertical-business) .polished-flow-shell {
    gap: 28px;
    padding-top: max(18px, env(safe-area-inset-top));
  }

  :is(.vertical-pet, .vertical-business) .baby-welcome {
    min-height: calc(100svh - 150px);
    padding: max(44px, calc(env(safe-area-inset-top) + 34px)) 24px 34px;
    border-radius: 26px;
  }

  :is(.vertical-pet, .vertical-business) .baby-welcome .vertical-page-logo {
    width: min(var(--brand-baby-welcome-tablet-width), 52vw);
    margin-bottom: 20px;
  }

  :is(.vertical-pet, .vertical-business) .baby-welcome h1 {
    font-size: clamp(44px, 12vw, 58px);
  }

  :is(.vertical-pet, .vertical-business) .baby-welcome-copy {
    margin-top: 24px;
    font-size: 17px;
  }

  :is(.vertical-pet, .vertical-business) .baby-welcome .hero-actions,
  :is(.vertical-pet, .vertical-business) .baby-welcome .button-link {
    width: 100%;
  }

  :is(.vertical-pet, .vertical-business) .baby-welcome .button-link {
    justify-content: center;
  }

  :is(.vertical-pet, .vertical-business) .polished-intake-form {
    padding: 18px;
    border-radius: 24px;
  }

  :is(.vertical-pet, .vertical-business) .polished-intake-form .intake-section {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .vertical-baby .baby-flow-shell {
    gap: 28px;
    padding-top: 0;
  }

  .vertical-baby .baby-welcome {
    min-height: calc(100svh - 150px);
    padding: 34px 24px;
    border-radius: 26px;
  }

  .vertical-baby .baby-welcome .vertical-page-logo {
    width: min(var(--brand-baby-welcome-tablet-width), 52vw);
    margin-bottom: 20px;
  }

  .vertical-baby .baby-welcome-cloud {
    left: 18%;
    width: 76px;
  }

  .vertical-baby .baby-welcome-mobile {
    right: 22px;
    width: 118px;
  }

  .vertical-baby .baby-welcome-leaves {
    left: 25%;
    bottom: 18px;
    width: 88px;
  }

  .vertical-baby .baby-welcome-teddy {
    right: 10px;
    bottom: 16px;
    width: 94px;
  }

  .vertical-baby .baby-welcome h1 {
    font-size: clamp(46px, 13vw, 58px);
  }

  .vertical-baby .baby-welcome-copy {
    margin-top: 24px;
    font-size: 17px;
  }

  .vertical-baby .baby-welcome .hero-actions {
    width: 100%;
  }

  .vertical-baby .baby-welcome .button-link {
    width: 100%;
    justify-content: center;
  }

  .vertical-baby .intake-trust-strip {
    margin-top: 18px;
  }

  .vertical-baby .baby-intake-form {
    padding: 18px;
    border-radius: 24px;
  }

  .vertical-baby .baby-intake-form .intake-section {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .vertical-baby .baby-intake-form .intake-section legend {
    font-size: 26px;
  }

  .vertical-baby .feelings-heading {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .vertical-baby .progress-copy h2 {
    font-size: 31px;
  }

  .vertical-baby .baby-results-framing {
    font-size: 23px;
  }

  .vertical-baby .result-card {
    min-height: 0;
    padding: 14px;
    border-radius: 22px;
  }

  .vertical-baby .result-card h2 {
    font-size: 46px;
  }
}

@media (max-width: 390px) {
  :is(.vertical-pet, .vertical-business) .baby-welcome {
    min-height: 0;
    padding: max(40px, calc(env(safe-area-inset-top) + 28px)) 18px 24px;
  }

  :is(.vertical-pet, .vertical-business) .baby-welcome .vertical-page-logo {
    width: 112px;
    margin-bottom: 8px;
  }

  :is(.vertical-pet, .vertical-business) .baby-welcome h1 {
    font-size: 39px;
  }

  :is(.vertical-pet, .vertical-business) .baby-welcome-copy {
    margin-top: 14px;
    font-size: 16px;
  }

  :is(.vertical-pet, .vertical-business) .baby-welcome-time {
    margin-top: 8px;
    font-size: 14px;
  }

  :is(.vertical-pet, .vertical-business) .baby-welcome .hero-actions {
    margin-top: 16px;
  }

  .vertical-baby .baby-welcome {
    min-height: 0;
    padding: 24px 18px;
  }

  .vertical-baby .baby-welcome .vertical-page-logo {
    width: min(var(--brand-baby-welcome-mobile-width), 52vw);
    margin-bottom: 12px;
  }

  .vertical-baby .baby-welcome-art {
    opacity: 0.24;
  }

  .vertical-baby .baby-welcome-cloud,
  .vertical-baby .baby-welcome-mobile {
    width: 60px;
  }

  .vertical-baby .baby-welcome-cloud {
    top: 14px;
    left: 16px;
  }

  .vertical-baby .baby-welcome-mobile {
    top: 16px;
    right: 12px;
  }

  .vertical-baby .baby-welcome-leaves,
  .vertical-baby .baby-welcome-teddy {
    display: none;
  }

  .vertical-baby .baby-welcome h1 {
    font-size: 40px;
  }

  .vertical-baby .baby-welcome-copy {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.48;
  }

  .vertical-baby .baby-welcome-time {
    margin-top: 8px;
    padding: 7px 10px;
    font-size: 14px;
  }

  .vertical-baby .baby-lifetime-note {
    margin-top: 14px;
    padding: 15px 16px;
    border-radius: 15px;
  }

  .vertical-baby .baby-lifetime-note strong {
    font-size: 24px;
  }

  .vertical-baby .baby-lifetime-note em {
    font-size: 14px;
  }

  .vertical-baby .baby-welcome .hero-actions {
    margin-top: 16px;
  }
}

/* Baby conversation system: downstream states inherit the intake reference. */
.vertical-baby {
  --baby-ui-navy: #102b54;
  --baby-ui-coral: #ff6b57;
  --baby-ui-green: #8da487;
  --baby-ui-ink: #53627a;
  --baby-ui-chip: #f2f5fa;
  --baby-ui-paper: #fffdfb;
  --baby-ui-border: rgba(16, 43, 84, 0.14);
  --baby-ui-radius: 24px;
  --baby-ui-shadow: 0 18px 54px rgba(61, 44, 48, 0.075);
}

.vertical-baby:not(.baby-interview-started) {
  min-width: 0;
  overflow-x: hidden;
  color: var(--baby-ui-ink);
  background: #fff5ed;
}

.vertical-baby :is(
  .results-shell,
  .detail-shell,
  .compare-shell,
  .chosen-shell
) {
  position: relative;
  isolation: isolate;
  width: min(100%, 1120px);
  max-width: 1120px;
  margin-inline: auto;
  padding: clamp(28px, 4vw, 52px);
  overflow: hidden;
  background: rgba(255, 253, 251, 0.96);
  border: 1px solid rgba(255, 107, 87, 0.1);
  border-radius: clamp(24px, 2.5vw, 36px);
  box-shadow: var(--baby-ui-shadow);
}

.vertical-baby :is(
  .results-shell,
  .detail-shell,
  .compare-shell,
  .chosen-shell
)::before {
  position: absolute;
  z-index: -1;
  top: 12px;
  right: 12px;
  width: 132px;
  aspect-ratio: 1;
  content: "";
  pointer-events: none;
  background-image: url("../images/baby/intake/nursery-sprite-v1.png");
  background-repeat: no-repeat;
  background-position: 33.333% 100%;
  background-size: 400% 200%;
  opacity: 0.28;
}

.vertical-baby :is(
  .results-heading h1,
  .detail-hero h1,
  .compare-shell > h1,
  .share-preview-copy h1,
  .bottom-next-panel h2,
  .empty-state h2,
  .chosen-detail h2,
  .detail-fit-card p,
  .results-header-links + h2
) {
  color: var(--baby-ui-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.vertical-baby :is(.results-heading, .compare-shell, .chosen-shell, .detail-shell) > .vertical-page-logo,
.vertical-baby .detail-hero .vertical-page-logo {
  width: min(420px, 84vw);
  max-height: 116px;
  object-fit: contain;
  object-position: left center;
}

.vertical-baby :is(.results-heading, .detail-hero, .compare-shell, .chosen-shell) .eyebrow,
.vertical-baby .chosen-shell > .eyebrow {
  margin-top: 18px;
  color: var(--baby-ui-coral);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.055em;
}

.vertical-baby .results-heading h1 {
  max-width: 760px;
  margin: 10px 0 12px;
  font-size: clamp(48px, 6.4vw, 76px);
  line-height: 0.98;
}

.vertical-baby .results-heading > p:not(.eyebrow, .baby-results-framing) {
  color: #718096;
  font-size: 14px;
  font-weight: 700;
}

.vertical-baby .baby-results-framing {
  max-width: 720px;
  margin-top: 16px;
  color: var(--baby-ui-ink);
  font-family: inherit;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.55;
}

.vertical-baby .baby-saved-progress {
  max-width: 560px;
  color: var(--baby-ui-ink);
  background: #fff7f4;
  border-color: rgba(255, 107, 87, 0.18);
}

.vertical-baby .baby-saved-progress > span { color: var(--baby-ui-coral); }
.vertical-baby .baby-saved-progress strong { color: var(--baby-ui-navy); }

.vertical-baby :is(.trust-cue, .brief-summary, .direction-disclosure, .taste-profile) {
  color: var(--baby-ui-ink);
  background: var(--baby-ui-paper);
  border: 1px solid var(--baby-ui-border);
  border-radius: 18px;
  box-shadow: none;
}

.vertical-baby .direction-disclosure summary {
  min-height: 58px;
  color: var(--baby-ui-navy);
  background: var(--baby-ui-chip);
  border-radius: 17px;
}

.vertical-baby .brief-summary-item {
  min-width: 0;
  background: var(--baby-ui-chip);
  border-color: rgba(16, 43, 84, 0.1);
  border-radius: 14px;
}

.vertical-baby .results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.vertical-baby .result-card {
  min-width: 0;
  align-content: start;
  gap: 12px;
  padding: 18px;
  background: var(--baby-ui-paper);
  border: 1px solid var(--baby-ui-border);
  border-radius: var(--baby-ui-radius);
  box-shadow: 0 12px 34px rgba(61, 44, 48, 0.055);
}

.vertical-baby .result-card:is(:hover, :focus-within) {
  border-color: rgba(255, 107, 87, 0.3);
  box-shadow: var(--baby-ui-shadow);
}

.vertical-baby .result-index {
  color: var(--baby-ui-coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vertical-baby .result-card h2 {
  color: var(--baby-ui-navy);
  font-size: clamp(38px, 3.6vw, 48px);
}

.vertical-baby .result-name-link {
  color: inherit;
  text-decoration: none;
}

.vertical-baby .result-name-link:is(:hover, :focus-visible) {
  color: #173a6d;
  text-decoration: none;
  outline: none;
}

.vertical-baby .result-card-main {
  border-bottom-color: rgba(16, 43, 84, 0.1);
}

.vertical-baby .baby-result-tags span {
  min-height: 26px;
  padding: 5px 8px;
  color: var(--baby-ui-ink);
  font-size: 11px;
  background: var(--baby-ui-chip);
  border-color: rgba(16, 43, 84, 0.11);
}

.vertical-baby .reaction-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vertical-baby .reaction-row button {
  min-width: 0;
  min-height: 58px;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 0;
  padding: 6px 10px;
  color: var(--baby-ui-navy);
  background: var(--baby-ui-paper);
  border: 1px solid var(--baby-ui-border);
  border-radius: 15px;
  box-shadow: none;
}

.vertical-baby .reaction-label {
  display: none;
}

.vertical-baby .reaction-row button:is(:hover, :focus-visible) {
  border-color: var(--baby-ui-coral);
  outline: 3px solid rgba(255, 107, 87, 0.16);
  outline-offset: 2px;
}

.vertical-baby .reaction-row button.is-selected {
  color: var(--baby-ui-navy);
  background: #fff0eb;
  border-color: var(--baby-ui-coral);
  box-shadow: 0 0 0 3px rgba(255, 107, 87, 0.1);
}

.vertical-baby .reaction-row button:disabled { opacity: 0.62; }

.vertical-baby .reaction-icon,
.vertical-baby .result-card .reaction-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.vertical-baby .reaction-status {
  min-height: 1.4em;
  color: #68758a;
  font-size: 13px;
}

.vertical-baby .reaction-status:empty { display: none; }

.vertical-baby .result-explore-link {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  padding: 8px 2px;
  color: var(--baby-ui-navy);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.vertical-baby .result-explore-link span {
  color: var(--baby-ui-coral);
  font-size: 18px;
  transition: transform 160ms ease;
}

.vertical-baby .result-explore-link:is(:hover, :focus-visible) {
  color: #173a6d;
  text-decoration: none;
  outline: 3px solid rgba(255, 107, 87, 0.16);
  outline-offset: 3px;
}

.vertical-baby .result-explore-link:hover span { transform: translateX(3px); }

.vertical-baby .result-card-toggle {
  min-height: 48px;
  color: var(--baby-ui-navy);
  background: var(--baby-ui-chip);
  border: 1px solid rgba(16, 43, 84, 0.1);
  border-radius: 14px;
}

.vertical-baby .result-card section:first-of-type {
  background: #fff7f4;
  border-left-color: var(--baby-ui-coral);
}

.vertical-baby .result-card section:first-of-type h3 { color: var(--baby-ui-navy); }

.vertical-baby :is(.button-link, .choose-button, .bottom-refine-form button, .chosen-actions button, .portrait-retry) {
  min-height: 48px;
  padding: 12px 18px;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  background: var(--baby-ui-navy);
  border: 1px solid var(--baby-ui-navy);
  border-radius: 14px;
  box-shadow: none;
}

.vertical-baby :is(.button-link, .choose-button, .bottom-refine-form button, .chosen-actions button, .portrait-retry):is(:hover, :focus-visible) {
  color: #fff;
  background: #173a6d;
  outline: 3px solid rgba(255, 107, 87, 0.2);
  outline-offset: 3px;
  transform: none;
}

.vertical-baby :is(.secondary-button, .detail-link) {
  color: var(--baby-ui-navy);
  background: var(--baby-ui-chip);
  border-color: rgba(16, 43, 84, 0.14);
}

.vertical-baby :is(.secondary-button, .detail-link):is(:hover, :focus-visible) {
  color: var(--baby-ui-navy);
  background: #e8edf5;
}

.vertical-baby :is(button, .button-link, input, textarea, summary):focus-visible {
  outline: 3px solid rgba(255, 107, 87, 0.28);
  outline-offset: 3px;
}

.vertical-baby .bottom-next-panel {
  margin-top: 28px;
  padding: clamp(22px, 3vw, 30px);
  background: #fff7f4;
  border: 1px solid rgba(255, 107, 87, 0.18);
  border-radius: var(--baby-ui-radius);
  box-shadow: none;
}

.vertical-baby .bottom-next-panel h2 {
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1;
}

.vertical-baby .bottom-refine-form input {
  min-height: 50px;
  color: var(--baby-ui-navy);
  background: #fff;
  border: 1px solid var(--baby-ui-border);
  border-radius: 12px;
}

.vertical-baby .bottom-refine-form button:disabled {
  color: #7b8596;
  background: #e7e9ed;
  border-color: #e7e9ed;
}

.vertical-baby .results-disclaimer {
  margin-top: 22px;
  color: #68758a;
  background: transparent;
  border-top: 1px solid rgba(16, 43, 84, 0.1);
}

.vertical-baby .detail-hero {
  align-items: stretch;
  gap: 24px;
}

.vertical-baby .detail-hero h1,
.vertical-baby .compare-shell > h1 {
  margin: 8px 0 12px;
  font-size: clamp(54px, 7vw, 82px);
  line-height: 0.95;
}

.vertical-baby .detail-fit-card,
.vertical-baby :is(.chosen-detail, .name-fact-card, .compare-card, .empty-state) {
  color: var(--baby-ui-ink);
  background: var(--baby-ui-paper);
  border: 1px solid var(--baby-ui-border);
  border-radius: var(--baby-ui-radius);
  box-shadow: 0 10px 30px rgba(61, 44, 48, 0.05);
}

.vertical-baby .detail-fit-card {
  padding: 24px;
  background: #fff7f4;
  border-color: rgba(255, 107, 87, 0.18);
}

.vertical-baby .detail-actions,
.vertical-baby .chosen-actions,
.vertical-baby .results-header-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-block: 24px;
}

.vertical-baby .chosen-detail-grid,
.vertical-baby .name-fact-grid,
.vertical-baby .compare-grid {
  gap: 18px;
}

.vertical-baby :is(.chosen-detail, .name-fact-panel, .compare-card) {
  min-width: 0;
  padding: 22px;
}

.vertical-baby :is(.chosen-detail h2, .name-fact-card h2, .compare-card h2) {
  color: var(--baby-ui-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
}

.vertical-baby .compare-card h2 { font-size: clamp(42px, 5vw, 58px); }

.vertical-baby .compare-facts > div {
  background: var(--baby-ui-chip);
  border-radius: 12px;
}

.vertical-baby .share-preview {
  padding: clamp(22px, 4vw, 38px);
  overflow: hidden;
  background: #fff7f4;
  border: 1px solid rgba(255, 107, 87, 0.18);
  border-radius: var(--baby-ui-radius);
  box-shadow: none;
}

.vertical-baby .share-preview-copy h1 {
  font-size: clamp(54px, 7vw, 82px);
  line-height: 0.95;
}

.vertical-baby .share-preview-label { color: var(--baby-ui-coral); }

.vertical-baby .baby-keepsake-frame,
.vertical-baby .baby-keepsake-placeholder {
  border-radius: 22px;
}

.vertical-baby .baby-thinking-panel {
  max-width: 860px;
  color: var(--baby-ui-ink);
  background: var(--baby-ui-paper);
  border: 1px solid rgba(255, 107, 87, 0.16);
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(61, 44, 48, 0.16);
}

.vertical-baby .progress-overlay { background: #fff5ed; }

.vertical-baby .baby-thinking-panel .progress-visual {
  width: min(100%, 210px);
  aspect-ratio: 1;
  margin-inline: auto;
  background-image: url("../images/baby/intake/nursery-sprite-v1.png");
  background-repeat: no-repeat;
  background-position: 66.667% 100%;
  background-size: 400% 200%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.vertical-baby .baby-thinking-panel .progress-visual.is-searching {
  animation: baby-thinking-bear-breathe 1.8s ease-in-out infinite;
}

.vertical-baby .baby-thinking-panel .progress-visual.is-pulsing {
  animation: baby-thinking-bear-breathe 1.8s ease-in-out infinite,
    baby-thinking-bear-hop 720ms ease-out;
}

.vertical-baby .baby-thinking-panel .progress-visual::before,
.vertical-baby .baby-thinking-panel .progress-visual::after {
  position: absolute;
  aspect-ratio: 1;
  content: "";
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid rgba(255, 107, 87, 0.34);
  border-radius: 999px;
  filter: none;
  opacity: 0.78;
  animation: baby-thinking-bubble 2.2s ease-in-out infinite;
}

.vertical-baby .baby-thinking-panel .progress-visual::before {
  top: 7%;
  right: 4%;
  z-index: 1;
  width: 10%;
  box-shadow:
    -22px 14px 0 -5px rgba(255, 255, 255, 0.92),
    -22px 14px 0 -3px rgba(255, 107, 87, 0.24);
}

.vertical-baby .baby-thinking-panel .progress-visual::after {
  top: 18%;
  right: 11%;
  width: 15%;
  box-shadow:
    20px 19px 0 -5px rgba(255, 255, 255, 0.92),
    20px 19px 0 -3px rgba(255, 107, 87, 0.24),
    -13px 35px 0 -8px rgba(255, 255, 255, 0.88),
    -13px 35px 0 -6px rgba(255, 107, 87, 0.2);
}

.vertical-baby .baby-thinking-panel .progress-visual[data-progress-phase="1"]::before {
  opacity: 0;
}

.vertical-baby .baby-thinking-panel .progress-visual[data-progress-phase="3"]::before,
.vertical-baby .baby-thinking-panel .progress-visual[data-progress-phase="4"]::before,
.vertical-baby .baby-thinking-panel .progress-visual[data-progress-phase="5"]::before {
  opacity: 0.9;
  box-shadow:
    -22px 14px 0 -5px rgba(255, 255, 255, 0.94),
    -22px 14px 0 -3px rgba(255, 107, 87, 0.26),
    11px 34px 0 -7px rgba(255, 255, 255, 0.9),
    11px 34px 0 -5px rgba(255, 107, 87, 0.22);
}

.vertical-baby .baby-thinking-panel .progress-visual[data-progress-phase="4"]::after,
.vertical-baby .baby-thinking-panel .progress-visual[data-progress-phase="5"]::after {
  width: 16%;
  opacity: 0.95;
  box-shadow:
    21px 18px 0 -5px rgba(255, 255, 255, 0.95),
    21px 18px 0 -3px rgba(255, 107, 87, 0.28),
    -14px 36px 0 -8px rgba(255, 255, 255, 0.92),
    -14px 36px 0 -6px rgba(255, 107, 87, 0.24),
    12px 52px 0 -9px rgba(255, 255, 255, 0.88),
    12px 52px 0 -7px rgba(255, 107, 87, 0.18);
}

.vertical-baby .baby-thinking-panel .progress-visual > * { display: none; }

.vertical-baby .baby-thinking-panel .progress-copy h2 {
  color: var(--baby-ui-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
}

.vertical-baby .baby-thinking-panel .progress-steps {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.vertical-baby .baby-thinking-panel .progress-steps li.is-active { color: var(--baby-ui-green); }
.vertical-baby .baby-thinking-panel .progress-steps li.is-active::before { background: var(--baby-ui-green); }
.vertical-baby .baby-thinking-panel .progress-steps li.is-complete { color: var(--baby-ui-green); }

@keyframes baby-thinking-bear-breathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-5px) scale(1.025); }
}

@keyframes baby-thinking-bear-hop {
  0% { transform: translateY(0) scale(1); }
  45% { transform: translateY(-14px) scale(1.035); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes baby-thinking-bubble {
  0%, 100% { opacity: 0.42; transform: translate(0, 4px) scale(0.9); }
  50% { opacity: 0.9; transform: translate(6px, -7px) scale(1.08); }
}

.baby-recovery-page {
  min-width: 0;
  min-height: 100svh;
  overflow-x: hidden;
  color: #53627a;
  background: #fff5ed;
}

.baby-recovery-shell {
  width: min(calc(100% - 32px), 760px);
  padding: clamp(30px, 6vw, 64px);
  background: #fffdfb;
  border: 1px solid rgba(255, 107, 87, 0.14);
  border-radius: clamp(24px, 4vw, 36px);
  box-shadow: 0 24px 70px rgba(61, 44, 48, 0.1);
}

.baby-recovery-shell .legal-brand-logo {
  width: min(100%, 260px);
  height: auto;
}

.baby-recovery-shell .eyebrow {
  margin-top: 24px;
  color: #ff6b57;
}

.baby-recovery-shell h1 {
  color: #102b54;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 7vw, 70px);
  line-height: 0.98;
}

.baby-recovery-shell > p:not(.eyebrow) {
  max-width: 590px;
  font-size: 17px;
  line-height: 1.6;
}

.baby-recovery-shell .button-link {
  min-height: 48px;
  padding: 12px 18px;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  background: #102b54;
  border: 1px solid #102b54;
  border-radius: 14px;
  box-shadow: none;
}

.baby-recovery-shell .button-link:is(:hover, :focus-visible) {
  color: #fff;
  background: #173a6d;
  outline: 3px solid rgba(255, 107, 87, 0.2);
  outline-offset: 3px;
}

.vertical-baby .baby-optional-help {
  max-width: 620px;
  margin: 8px 0 0;
  color: #718096;
  font-size: 14px;
  line-height: 1.45;
}

.vertical-baby .results-accordion-ready .result-card-toggle {
  order: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.vertical-baby .results-accordion-ready .result-card-details { order: 5; }
.vertical-baby .results-accordion-ready .result-card:not(.is-expanded) .result-card-details { display: none; }
.vertical-baby .results-accordion-ready .result-card.is-expanded .result-card-details { display: grid; }

.vertical-baby .name-fact-secondary {
  align-self: start;
  padding: 0;
  overflow: hidden;
}

.vertical-baby .name-fact-secondary summary,
.vertical-baby .compare-card-details summary,
.vertical-baby .shared-result-details summary,
.vertical-baby .baby-secondary-disclosure summary {
  position: relative;
  min-height: 48px;
  padding: 14px 44px 14px 16px;
  color: var(--baby-ui-navy);
  font-size: 14px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.vertical-baby .name-fact-secondary summary::-webkit-details-marker,
.vertical-baby .compare-card-details summary::-webkit-details-marker,
.vertical-baby .shared-result-details summary::-webkit-details-marker,
.vertical-baby .baby-secondary-disclosure summary::-webkit-details-marker { display: none; }

.vertical-baby .name-fact-secondary summary::after,
.vertical-baby .compare-card-details summary::after,
.vertical-baby .shared-result-details summary::after,
.vertical-baby .baby-secondary-disclosure summary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "+";
  color: var(--baby-ui-coral);
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%);
}

.vertical-baby :is(.name-fact-secondary, .compare-card-details, .shared-result-details, .baby-secondary-disclosure)[open] > summary::after { content: "−"; }

.vertical-baby .name-fact-disclosure-body {
  margin: 0;
  padding: 0 18px 18px 34px;
}

.vertical-baby .compare-best-fit {
  margin-top: 16px;
  padding: 16px;
  background: #fff7f4;
  border-left: 3px solid var(--baby-ui-coral);
  border-radius: 0 14px 14px 0;
}

.vertical-baby .compare-best-fit strong {
  color: var(--baby-ui-coral);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vertical-baby .compare-best-fit p { margin: 6px 0 0; }

.vertical-baby .compare-card-details,
.vertical-baby .shared-result-details,
.vertical-baby .baby-secondary-disclosure {
  margin-top: 14px;
  overflow: hidden;
  background: var(--baby-ui-chip);
  border: 1px solid rgba(16, 43, 84, 0.1);
  border-radius: 14px;
}

.vertical-baby details.chosen-detail.baby-secondary-disclosure {
  min-height: 0;
  padding: 0;
}

.vertical-baby .compare-card-details .compare-facts {
  margin: 0;
  padding: 0 14px 14px;
}

.vertical-baby .shared-result-details-body,
.vertical-baby .baby-secondary-disclosure-body {
  padding: 0 16px 16px;
}

.vertical-baby .shared-result-details-body h3 {
  margin: 18px 0 6px;
  color: var(--baby-ui-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
}

.vertical-baby .shared-shortlist .result-card {
  align-content: start;
}

.vertical-baby .baby-name-detail .detail-hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: end;
}

.vertical-baby .baby-detail-hero-actions {
  display: grid;
  align-content: end;
  gap: 8px;
}

.vertical-baby .baby-detail-reactions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  border: 0;
}

.vertical-baby .baby-detail-reactions button {
  display: grid;
  min-height: 72px;
  place-items: center;
  gap: 6px;
  padding: 8px 10px;
  color: var(--baby-ui-navy);
  font-size: 12px;
  font-weight: 850;
  background: #fff;
  border: 1px solid var(--baby-ui-border);
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(61, 44, 48, 0.055);
}

.vertical-baby .baby-detail-reactions button:is(:hover, :focus-visible) {
  border-color: var(--baby-ui-coral);
  outline: 3px solid rgba(255, 107, 87, 0.16);
  outline-offset: 2px;
}

.vertical-baby .baby-detail-reactions button.is-selected {
  color: var(--baby-ui-navy);
  background: #fff7f4;
  border-color: var(--baby-ui-coral);
}

.vertical-baby .baby-detail-reactions .reaction-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.vertical-baby .baby-detail-reaction-label {
  display: block;
  line-height: 1.1;
  text-align: center;
}

.vertical-baby .baby-detail-return {
  justify-self: start;
  padding: 8px 2px;
  color: #596981;
  font-size: 13px;
  font-weight: 750;
}

.vertical-baby .baby-detail-return:is(:hover, :focus-visible) { color: var(--baby-ui-coral); }

.vertical-baby .baby-decision-section,
.vertical-baby .baby-learning-note,
.vertical-baby .baby-next-decision {
  max-width: 900px;
  margin-top: 18px;
}

.vertical-baby .baby-decision-section > h2 {
  margin: 4px 0 12px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.05;
}

.vertical-baby .baby-detail-primary {
  margin-top: 28px;
  padding: clamp(24px, 4vw, 38px);
  background: #fff7f4;
  border-color: rgba(255, 107, 87, 0.22);
}

.vertical-baby .baby-detail-primary .eyebrow {
  margin: 0 0 8px;
  color: var(--baby-ui-coral);
}

.vertical-baby .baby-detail-primary h2 {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: clamp(34px, 4.8vw, 52px);
  line-height: 1;
}

.vertical-baby .baby-detail-primary > p:last-child {
  max-width: 800px;
  margin: 0;
  color: #3f4f68;
  font-size: 17px;
  line-height: 1.65;
}

.vertical-baby .baby-decision-lead {
  max-width: 780px;
  margin: 0;
  color: #3f4f68;
  font-size: 17px;
  line-height: 1.65;
}

.vertical-baby .baby-strongest-fit,
.vertical-baby .baby-family-fit,
.vertical-baby .baby-nickname-note {
  margin-top: 18px;
  padding: 16px 18px;
  background: var(--baby-ui-chip);
  border-left: 3px solid var(--baby-ui-coral);
  border-radius: 0 14px 14px 0;
}

.vertical-baby .baby-strongest-fit > strong {
  color: var(--baby-ui-coral);
  font-size: 12px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.vertical-baby :is(.baby-strongest-fit, .baby-family-fit, .baby-nickname-note) p:last-child { margin-bottom: 0; }

.vertical-baby .baby-preference-matches,
.vertical-baby .baby-name-comparisons {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.vertical-baby :is(.baby-preference-matches, .baby-name-comparisons) li {
  display: grid;
  gap: 4px;
  padding: 15px 17px;
  background: #fff;
  border: 1px solid rgba(16, 43, 84, 0.1);
  border-radius: 14px;
}

.vertical-baby :is(.baby-preference-matches, .baby-name-comparisons) li strong { color: var(--baby-ui-navy); }
.vertical-baby .baby-name-comparisons li small { color: #718096; }

.vertical-baby .baby-real-life-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 0;
}

.vertical-baby .baby-real-life-grid > div {
  padding: 16px;
  background: var(--baby-ui-chip);
  border-radius: 14px;
}

.vertical-baby .baby-real-life-grid dt {
  color: var(--baby-ui-coral);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vertical-baby .baby-real-life-grid dd { margin: 8px 0 0; }

.vertical-baby .baby-tradeoffs ul {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
  padding-left: 22px;
}

.vertical-baby .baby-confidence-note {
  margin-top: 16px;
  color: #66758b;
  font-size: 14px;
  line-height: 1.55;
}

.vertical-baby .baby-learning-note {
  background: #f1f5fb;
  border-color: rgba(63, 102, 154, 0.16);
  box-shadow: none;
}

.vertical-baby .baby-learning-note h2,
.vertical-baby .baby-next-decision h2 {
  margin: 4px 0 10px;
  font-size: clamp(30px, 4vw, 42px);
}

.vertical-baby .baby-next-decision {
  padding: clamp(22px, 4vw, 32px);
  background: #fff7f4;
  border-color: rgba(255, 107, 87, 0.22);
}

.vertical-baby .baby-next-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.vertical-baby .baby-next-links form { margin: 0; }

.vertical-baby .name-fact-card[data-collapsible] {
  padding: 0;
  overflow: hidden;
}

.vertical-baby .name-fact-overview > summary {
  position: relative;
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  color: var(--baby-ui-navy);
  cursor: pointer;
  list-style: none;
}

.vertical-baby .name-fact-overview > summary::-webkit-details-marker { display: none; }

.vertical-baby .name-fact-overview > summary::after {
  flex: 0 0 auto;
  color: var(--baby-ui-coral);
  content: "+";
  font-size: 24px;
  font-weight: 800;
}

.vertical-baby .name-fact-overview[open] > summary::after { content: "−"; }

.vertical-baby .name-fact-overview > summary small {
  display: block;
  margin-bottom: 3px;
  color: var(--baby-ui-coral);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vertical-baby .name-fact-overview > summary strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
}

.vertical-baby .name-fact-summary-note {
  margin-left: auto;
  color: var(--baby-ui-ink);
  font-size: 13px;
  font-weight: 650;
}

.vertical-baby .name-fact-overview-body {
  padding: 0 24px 24px;
}

/* Baby results layout polish v2: fixed card regions and cohesive quick views. */
.vertical-baby .results-grid { align-items: start; }

.vertical-baby .result-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto auto auto;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vertical-baby .result-card-main {
  order: 1;
  display: grid;
  grid-template-rows: 18px minmax(82px, auto) minmax(108px, auto) 58px;
  gap: 6px;
  min-width: 0;
  padding-bottom: 14px;
}

.vertical-baby .result-index {
  min-height: 18px;
  margin: 0;
  white-space: nowrap;
}

.vertical-baby .result-index.is-quiet { visibility: hidden; }

.vertical-baby .result-card-identity,
.vertical-baby .result-card-summary {
  min-width: 0;
}

.vertical-baby .result-card-identity {
  align-self: start;
}

.vertical-baby .result-card-summary {
  align-self: stretch;
}

.vertical-baby .result-card-summary .tagline {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vertical-baby .result-card-main .baby-result-tags {
  align-content: start;
  min-height: 58px;
  margin-top: 0;
}

.vertical-baby .result-card > .reaction-row { order: 2; }
.vertical-baby .result-card > .reaction-status {
  order: 3;
  display: block;
  min-height: 20px;
}
.vertical-baby .result-card > .result-explore-link { order: 4; }
.vertical-baby .results-accordion-ready .result-card > .result-card-toggle { order: 5; }
.vertical-baby .results-accordion-ready .result-card > .result-card-details { order: 6; }

.vertical-baby .result-explore-link {
  width: 100%;
  justify-content: space-between;
  padding: 9px 12px;
  background: var(--baby-ui-chip);
  border: 1px solid rgba(16, 43, 84, 0.12);
  border-radius: 12px;
}

.vertical-baby .result-card-toggle {
  min-height: 38px;
  padding: 7px 2px;
  font-size: 12px;
  background: transparent;
  border-color: transparent;
}

.vertical-baby .result-card-toggle:is(:hover, :focus-visible) {
  color: #173a6d;
  background: #f7f9fc;
  border-color: rgba(16, 43, 84, 0.12);
  outline: 3px solid rgba(255, 107, 87, 0.14);
  outline-offset: 2px;
}

.vertical-baby .result-card.is-expanded {
  z-index: 4;
  transform: translateY(-6px);
  background: #fffdfb;
  border-color: rgba(255, 107, 87, 0.48);
  box-shadow: 0 24px 58px rgba(48, 39, 50, 0.18);
}

.vertical-baby .result-card.is-expanded .result-card-details {
  gap: 12px;
  margin-top: 2px;
  padding-top: 16px;
  background: transparent;
  border-top: 1px solid rgba(16, 43, 84, 0.12);
}

.vertical-baby .result-card.is-expanded .result-quick-fit {
  padding: 14px;
  background: #fff7f4;
  border: 1px solid rgba(255, 107, 87, 0.16);
  border-left: 3px solid var(--baby-ui-coral);
  border-radius: 12px;
}

.vertical-baby .result-card.is-expanded .result-quick-fit p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.vertical-baby .result-card-secondary-details {
  overflow: hidden;
  background: var(--baby-ui-chip);
  border: 1px solid rgba(16, 43, 84, 0.1);
  border-radius: 12px;
}

.vertical-baby .result-card-secondary-details > summary {
  position: relative;
  min-height: 42px;
  padding: 11px 38px 11px 13px;
  color: var(--baby-ui-navy);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.vertical-baby .result-card-secondary-details > summary::-webkit-details-marker { display: none; }

.vertical-baby .result-card-secondary-details > summary::after {
  position: absolute;
  right: 13px;
  color: var(--baby-ui-coral);
  content: "+";
}

.vertical-baby .result-card-secondary-details[open] > summary::after { content: "−"; }

.vertical-baby .result-card-secondary-details > div {
  padding: 0 13px 13px;
}

.vertical-baby .result-card-secondary-details p,
.vertical-baby .result-card-secondary-details ul {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

@media (min-width: 1180px) {
  :is(.vertical-baby, .vertical-pet, .vertical-business) .results-shell {
    width: min(calc(100% - 48px), 1320px);
    max-width: 1320px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .results-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .vertical-baby :is(.results-shell, .detail-shell, .compare-shell, .chosen-shell) {
    width: min(calc(100% - 24px), 720px);
    padding: 26px 22px;
    border-radius: 26px;
  }

  .vertical-baby .results-grid,
  .vertical-baby .compare-grid,
  .vertical-baby .chosen-detail-grid,
  .vertical-baby .detail-page-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vertical-baby :is(.results-shell, .detail-shell, .compare-shell, .chosen-shell)::before {
    width: 92px;
    opacity: 0.2;
  }

  .vertical-baby .detail-hero,
  .vertical-baby .baby-name-detail .detail-hero { grid-template-columns: minmax(0, 1fr); }
  .vertical-baby .baby-real-life-grid { grid-template-columns: minmax(0, 1fr); }
  .vertical-baby .result-card.is-expanded { transform: none; }
}

@media (max-width: 600px) {
  .vertical-baby :is(.results-shell, .detail-shell, .compare-shell, .chosen-shell) {
    width: 100%;
    padding: 24px 16px max(28px, env(safe-area-inset-bottom));
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .vertical-baby :is(.results-heading, .detail-hero, .compare-shell, .chosen-shell) > .vertical-page-logo,
  .vertical-baby .detail-hero .vertical-page-logo {
    width: min(78vw, 340px);
    max-height: 98px;
  }

  .vertical-baby .results-heading h1 { font-size: clamp(46px, 14vw, 58px); }
  .vertical-baby .detail-hero h1,
  .vertical-baby .compare-shell > h1,
  .vertical-baby .share-preview-copy h1 { font-size: clamp(48px, 15vw, 62px); }

  .vertical-baby .result-card {
    padding: 18px 16px;
    border-radius: 20px;
  }

  .vertical-baby .result-card h2 { font-size: 46px; }

  .vertical-baby .result-card {
    gap: 16px;
    padding: 20px 18px;
    transform: none;
  }

  .vertical-baby .result-card-main {
    grid-template-rows: auto;
  }

  .vertical-baby .result-index.is-quiet { display: none; }

  .vertical-baby .result-card-main .baby-result-tags {
    min-height: 0;
  }

  .vertical-baby .reaction-row button {
    min-height: 60px;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 0;
    padding: 6px 12px;
  }

  .vertical-baby .baby-detail-reactions { grid-template-columns: minmax(0, 1fr); }
  .vertical-baby .baby-detail-reactions button { width: 100%; }
  .vertical-baby .baby-next-links { display: grid; grid-template-columns: minmax(0, 1fr); }
  .vertical-baby .baby-next-links :is(form, .button-link, button) { width: 100%; }

  .vertical-baby .reaction-icon,
  .vertical-baby .result-card .reaction-icon {
    width: 52px;
    height: 52px;
  }

  .vertical-baby .name-fact-overview > summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 18px;
  }

  .vertical-baby .name-fact-overview > summary::after {
    position: absolute;
    right: 18px;
  }

  .vertical-baby .name-fact-summary-note { margin-left: 0; }
  .vertical-baby .name-fact-overview-body { padding: 0 18px 18px; }

  .vertical-baby .detail-actions,
  .vertical-baby .chosen-actions,
  .vertical-baby .results-header-links,
  .vertical-baby .bottom-next-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .vertical-baby :is(.detail-actions, .chosen-actions, .results-header-links, .bottom-next-actions) :is(.button-link, button) {
    width: 100%;
    justify-content: center;
  }

  .vertical-baby .share-preview { grid-template-columns: minmax(0, 1fr); }
  .vertical-baby .baby-keepsake-frame { width: min(100%, 340px); }
  .baby-recovery-shell { width: 100%; min-height: 100svh; border: 0; border-radius: 0; box-shadow: none; }
}

/* Baby final direction step: align with the illustrated conversation UI. */
.vertical-baby:has(.baby-final-step) {
  --baby-coral: #ff6b57;
  --baby-navy: #102b54;
  --baby-cream: #fffaf5;
  --baby-blush: #fff0eb;
  --baby-blue: #eaf4ff;
  --baby-lavender: #f3edff;
  --baby-gold: #fff4dc;
  --baby-sage: #9eb497;
  min-width: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 188, 166, 0.24), transparent 25%),
    radial-gradient(circle at 92% 92%, rgba(184, 210, 174, 0.18), transparent 27%),
    #fff5ed;
}

.vertical-baby:has(.baby-final-step) .site-header,
.vertical-baby:has(.baby-final-step) .site-footer {
  display: none;
}

.vertical-baby:has(.baby-final-step) main,
.vertical-baby .baby-final-step {
  width: 100%;
  min-width: 0;
  min-height: 100svh;
}

.vertical-baby .baby-final-conversation {
  --baby-coral: #ff6b57;
  --baby-navy: #102b54;
  --baby-cream: #fffaf5;
  --baby-blush: #fff0eb;
  --baby-blue: #eaf4ff;
  --baby-lavender: #f3edff;
  --baby-gold: #fff4dc;
  --baby-sage: #9eb497;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(calc(100% - clamp(28px, 4vw, 56px)), 1230px);
  min-height: calc(100svh - clamp(28px, 4vw, 56px));
  margin: clamp(14px, 2vw, 28px) auto;
  padding: clamp(24px, 3vw, 42px) clamp(28px, 5vw, 76px) clamp(22px, 3vw, 38px);
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 245, 0.96)),
    var(--baby-cream);
  border: 1px solid rgba(255, 107, 87, 0.08);
  border-radius: clamp(24px, 2.5vw, 36px);
  box-shadow: 0 28px 90px rgba(61, 44, 48, 0.1);
}

.vertical-baby .baby-final-conversation .baby-interview-header {
  grid-template-columns: minmax(220px, 300px);
  justify-content: end;
  padding-bottom: clamp(24px, 3vh, 34px);
}

.vertical-baby .baby-final-conversation .baby-progress-title {
  color: var(--baby-navy);
}

.vertical-baby .baby-final-conversation .baby-progress-track {
  height: 7px;
  background: rgba(16, 43, 84, 0.1);
}

.vertical-baby .baby-final-conversation .baby-progress-track span {
  background: var(--baby-coral);
}

.vertical-baby .baby-final-conversation .baby-final-question {
  align-self: center;
  max-width: 880px;
  margin-inline: auto;
}

.vertical-baby .baby-final-conversation .baby-question-heading h1 {
  max-width: 780px;
  margin: 0;
  color: var(--baby-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 5.2vw, 68px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.vertical-baby .baby-final-conversation .baby-question-lede {
  max-width: 680px;
}

.vertical-baby .baby-final-conversation .baby-choice-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: none;
  overflow: visible;
}

.vertical-baby .baby-final-conversation .baby-skip {
  margin-top: 16px;
  color: #53627a;
}

.vertical-baby .baby-final-conversation .baby-skip:is(:hover, :focus-visible) {
  color: var(--baby-navy);
  background: #fff7f4;
}

.vertical-baby .baby-final-conversation .baby-answer-confirmation {
  color: #6d8a65;
  text-align: left;
}

@media (max-width: 760px) {
  .vertical-baby .baby-final-conversation {
    width: 100%;
    min-height: 100svh;
    margin: 0;
    padding: 18px 16px max(22px, env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .vertical-baby .baby-final-conversation .baby-interview-header {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 18px;
    padding-bottom: 28px;
  }

  .vertical-baby .baby-final-conversation .baby-question-progress {
    width: min(78vw, 320px);
    max-width: 100%;
  }

  .vertical-baby .baby-final-conversation .baby-progress-title,
  .vertical-baby .baby-final-conversation .baby-progress-count {
    justify-content: center;
    text-align: center;
  }

  .vertical-baby .baby-final-conversation .baby-question-heading h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .vertical-baby .baby-final-conversation .baby-choice-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vertical-baby *,
  .vertical-baby *::before,
  .vertical-baby *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Reference header/footer shell v1 — isolated header/footer replacement. */
.site-header-reference {
  position: relative;
  z-index: 50;
  width: 100%;
  max-width: none;
  min-height: 84px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(24, 33, 47, 0.08);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 26px rgba(20, 30, 48, 0.08);
}

.site-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 96px));
  min-height: 84px;
  margin: 0 auto;
  gap: 32px;
}

.site-header-reference .brand {
  flex: 0 0 auto;
}

.site-header-reference .brand-logo-wordmark {
  width: 196px;
  max-height: 58px;
}

.site-nav-reference {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  margin-left: auto;
  white-space: nowrap;
}

.naming-menu {
  position: relative;
  flex: 0 0 auto;
}

.naming-menu-trigger,
.site-nav-signin {
  min-height: 44px;
  border: 1px solid rgba(24, 33, 47, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 18px rgba(20, 30, 48, 0.06);
  color: #18212f;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

.naming-menu-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 214px;
  padding: 0 20px;
  cursor: pointer;
}

.naming-menu-trigger svg {
  width: 14px;
  height: 14px;
  transition: transform 0.16s ease;
}

.naming-menu:not(.is-open) .naming-menu-trigger svg {
  transform: rotate(180deg);
}

.naming-menu-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: min(430px, calc(100vw - 32px));
  padding: 26px 26px 18px;
  transform: translateX(-50%);
  border: 1px solid rgba(24, 33, 47, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 22px 46px rgba(20, 30, 48, 0.14);
  white-space: normal;
  overflow-wrap: normal;
}

.naming-menu-panel[hidden] {
  display: none;
}

.naming-menu-title {
  display: block;
  margin: 0 0 28px;
  color: #18212f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.naming-menu-copy {
  margin: 0 0 20px;
  color: #535d6c;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.34;
  white-space: normal;
}

.naming-menu-live,
.naming-menu-coming {
  display: grid;
  gap: 6px;
}

.naming-menu-kicker {
  display: block;
  margin: 14px 0 12px;
  color: #7d8490;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.naming-menu-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 8px 10px;
  border-radius: 7px;
  color: #18212f;
  text-decoration: none;
  white-space: normal;
}

.naming-menu-row-baby {
  background: rgba(255, 107, 107, 0.09);
}

.naming-menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #758093;
  font-size: 22px;
  line-height: 1;
}

.naming-menu-wordmark {
  justify-content: flex-start;
  width: 76px;
  color: #0d2540;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}

.naming-menu-wordmark-baby { color: #ff6b6b; }
.naming-menu-wordmark-pets { color: #fcba76; }
.naming-menu-wordmark-biz { color: #3fa6a0; }

.naming-menu-row-baby .naming-menu-arrow { color: #cf6f80; }
.naming-menu-row-pet .naming-menu-arrow { color: #2f9486; }
.naming-menu-row-business .naming-menu-arrow { color: #27476e; }

.naming-menu-text {
  display: grid;
  min-width: 0;
  white-space: normal;
}

.naming-menu-text strong {
  color: #18212f;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.12;
}

.naming-menu-text small {
  margin-top: 0;
  color: #586271;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.22;
  white-space: normal;
  overflow-wrap: break-word;
}

.naming-menu-live .naming-menu-text small {
  display: block;
  padding-top: 1px;
}

.naming-menu-arrow {
  color: #748093;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.naming-menu-row-muted {
  grid-template-columns: 34px minmax(0, 1fr);
  color: #18212f;
}

.naming-menu-secondary {
  display: none;
}

.naming-menu-secondary-link {
  color: #18212f;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.3;
  text-decoration: none;
}

.site-nav-link,
.site-nav-signin {
  text-decoration: none;
}

.site-nav-link {
  align-self: center;
  color: #121824;
  font-size: 14px;
  font-weight: 850;
}

.site-nav-signin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  padding: 0 24px;
}

.site-footer-reference {
  display: block;
  max-width: none;
  margin: 0;
  padding: 30px 0 0;
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(24, 33, 47, 0.08);
}

.site-footer-inner {
  display: grid;
  grid-template-columns: 260px 1fr 1fr 1fr;
  gap: 78px;
  width: min(1040px, calc(100% - 96px));
  margin: 0 auto;
  padding: 0 0 36px;
}

.site-footer-reference .footer-brand-block {
  display: block;
  padding-right: 56px;
  border-right: 1px solid rgba(24, 33, 47, 0.12);
}

.site-footer-reference .footer-brand-logo {
  display: block;
  width: 148px;
  height: auto;
  margin: 0 0 22px;
}

.site-footer-reference .footer-brand-block p {
  margin: 0;
  color: #4f5968;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.footer-socials {
  display: flex;
  gap: 24px;
  margin-top: 22px;
  color: #6c7482;
  font-size: 15px;
  font-weight: 800;
}

.footer-column {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 5px;
}

.footer-column h2 {
  margin: 0 0 9px;
  color: #303644;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-transform: uppercase;
}

.footer-column .footer-subheading {
  margin: 5px 0 4px;
}

.footer-column a,
.footer-column span {
  color: #343b48;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.footer-bottom-line {
  width: min(1040px, calc(100% - 96px));
  margin: 0 auto;
  padding: 18px 0 0;
  border-top: 1px solid rgba(24, 33, 47, 0.08);
  color: #687180;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 900px) {
  .site-header-inner {
    width: min(100% - 32px, 820px);
    gap: 18px;
  }

  .site-header-reference .brand-logo-wordmark {
    width: 172px;
  }

  .site-nav-reference {
    gap: 14px;
  }

  .site-nav-link {
    display: none;
  }

  .site-nav-signin {
    min-width: 82px;
    padding: 0 16px;
  }

  .site-footer-inner {
    grid-template-columns: 1fr 1fr;
    width: min(100% - 40px, 720px);
    gap: 32px;
  }

  .site-footer-reference .footer-brand-block {
    border-right: 0;
    padding-right: 0;
  }

  .footer-bottom-line {
    width: min(100% - 40px, 720px);
  }
}

@media (max-width: 620px) {
  .site-header-reference {
    min-height: auto;
  }

  .site-header-inner {
    flex-wrap: nowrap;
    min-height: auto;
    padding: 14px 0;
    gap: 12px;
  }

  .site-header-reference .brand-logo-wordmark {
    width: 142px;
  }

  .site-nav-reference {
    flex: 1 1 auto;
    min-width: 0;
    gap: 10px;
  }

  .naming-menu {
    flex: 1 1 auto;
    min-width: 0;
  }

  .naming-menu-trigger {
    width: 100%;
    min-width: 0;
    padding: 0 12px;
    font-size: 12px;
  }

  .site-nav-signin {
    display: none;
  }

  .naming-menu-panel {
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    width: min(358px, calc(100vw - 32px));
    padding: 24px 22px 18px;
    transform: none;
  }

  .naming-menu-live .naming-menu-row {
    grid-template-columns: 68px minmax(0, 1fr) 16px;
    gap: 12px;
    padding-inline: 8px;
  }

  .naming-menu-wordmark {
    width: 68px;
    font-size: 17px;
  }

  .naming-menu-secondary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding: 2px 10px 4px;
  }

  .naming-menu-secondary .naming-menu-kicker {
    flex: 0 0 100%;
    margin-top: 12px;
    margin-bottom: 2px;
  }

  .naming-menu-secondary-signin {
    color: #cf6f80;
  }

  .site-footer-reference {
    padding-top: 18px;
  }

  .site-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100% - 32px, 420px);
    gap: 18px 22px;
    padding-bottom: 18px;
  }

  .site-footer-reference .footer-brand-block {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
  }

  .site-footer-reference .footer-brand-logo {
    width: 112px;
    margin: 0;
  }

  .site-footer-reference .footer-brand-block p {
    font-size: 12px;
    line-height: 1.35;
  }

  .footer-socials {
    display: none;
  }

  .footer-column {
    gap: 3px;
  }

  .footer-column h2 {
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .footer-column .footer-subheading {
    margin: 5px 0 2px;
  }

  .footer-column a,
  .footer-column span {
    font-size: 12px;
    line-height: 1.22;
  }

  .footer-bottom-line {
    width: min(100% - 32px, 420px);
    padding-top: 12px;
    font-size: 11px;
    line-height: 1.35;
  }
}


/* Pet logo placement: the approved Pet logo is the full NamEngine Pet wordmark with the soft peach paw/label, not legacy/bubble-only icons. */
.vertical-pet :is(.results-heading, .compare-shell, .chosen-shell, .detail-shell, .feedback-shell, .original-intake-shell) > .vertical-page-logo {
  width: min(360px, 82vw);
  max-height: 96px;
  object-fit: contain;
  object-position: left center;
}

.vertical-pet :is(.results-heading, .compare-shell, .chosen-shell, .detail-shell, .feedback-shell, .original-intake-shell) > .vertical-page-logo.small {
  width: min(300px, 72vw);
  max-height: 78px;
}

@media (max-width: 640px) {
  :is(.vertical-pet, .vertical-business) .baby-welcome .vertical-page-logo {
    width: min(var(--brand-baby-welcome-tablet-width), 52vw);
    max-height: 72px;
  }
}

@media (max-width: 390px) {
  :is(.vertical-pet, .vertical-business) .baby-welcome .vertical-page-logo {
    width: min(var(--brand-baby-welcome-mobile-width), 52vw);
    max-height: 64px;
    margin-bottom: 12px;
  }
}


/* Pet intake choice cards: Baby-style visible choices backed by hidden text inputs for form submission. */
.vertical-pet .pet-choice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.vertical-pet .pet-choice-list.compact {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.vertical-pet .pet-choice-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 17px;
  overflow: hidden;
  color: var(--accent-deep);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(250, 244, 235, 0.94)),
    var(--surface);
  border: 1px solid rgba(47, 148, 134, 0.24);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 12px 28px rgba(38, 54, 77, 0.07);
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.vertical-pet .pet-choice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 0%, rgba(252, 186, 118, 0.22), transparent 42%);
  opacity: 0.34;
  transition: opacity 180ms ease;
}

.vertical-pet .pet-choice-card:is(:hover, :focus-visible) {
  color: #172f42;
  background:
    linear-gradient(145deg, rgba(206, 239, 226, 0.99), rgba(229, 204, 164, 0.98)),
    var(--surface);
  border-color: rgba(47, 148, 134, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 16px 34px rgba(38, 54, 77, 0.14);
  outline: none;
  transform: translateY(-1px);
}

.vertical-pet .pet-choice-card:is(:hover, :focus-visible)::before {
  opacity: 0.68;
}

.vertical-pet .pet-choice-card:focus-visible {
  box-shadow:
    0 0 0 3px rgba(47, 148, 134, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 16px 34px rgba(38, 54, 77, 0.11);
}

.vertical-pet .pet-choice-card.is-selected {
  color: #122e3f;
  background:
    linear-gradient(145deg, rgba(178, 226, 208, 0.98), rgba(235, 208, 167, 0.96)),
    var(--surface);
  border-color: rgba(47, 148, 134, 0.96);
  box-shadow:
    0 0 0 2px rgba(47, 148, 134, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 16px 34px rgba(47, 148, 134, 0.18);
}

.vertical-pet .pet-choice-card.is-selected::before {
  opacity: 0.86;
}

.vertical-pet .pet-choice-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.vertical-pet .pet-choice-copy strong {
  overflow-wrap: anywhere;
}

.vertical-pet .pet-choice-mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  color: transparent;
  font-size: 12px;
  line-height: 1;
  background: rgba(47, 148, 134, 0.08);
  border: 1px solid rgba(47, 148, 134, 0.22);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0.94);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.vertical-pet .pet-choice-card:is(:hover, :focus-visible) .pet-choice-mark {
  border-color: rgba(47, 148, 134, 0.42);
  transform: scale(0.98);
}

.vertical-pet .pet-choice-card.is-selected .pet-choice-mark {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
  transform: scale(1);
}

.vertical-pet .pet-native-control {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Business intake choice cards: Baby/Pet-style visible choices backed by hidden text inputs. */
.vertical-business .business-choice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.vertical-business .business-choice-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 17px;
  overflow: hidden;
  color: var(--accent-deep);
  font: inherit;
  font-size: 15px;
  font-weight: 820;
  text-align: left;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(242, 250, 249, 0.95)),
    var(--surface);
  border: 1px solid rgba(63, 166, 160, 0.22);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 28px rgba(13, 37, 64, 0.07);
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.vertical-business .business-choice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 0%, rgba(63, 166, 160, 0.18), transparent 44%);
  opacity: 0.34;
  transition: opacity 180ms ease;
}

.vertical-business .business-choice-card:is(:hover, :focus-visible) {
  color: #0d2540;
  background:
    linear-gradient(145deg, rgba(202, 236, 232, 1), rgba(175, 220, 215, 0.98)),
    var(--surface);
  border-color: rgba(63, 166, 160, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 16px 34px rgba(13, 37, 64, 0.14);
  outline: none;
  transform: translateY(-1px);
}

.vertical-business .business-choice-card:is(:hover, :focus-visible)::before {
  opacity: 0.68;
}

.vertical-business .business-choice-card:focus-visible {
  box-shadow:
    0 0 0 3px rgba(63, 166, 160, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 16px 34px rgba(13, 37, 64, 0.11);
}

.vertical-business .business-choice-card.is-selected {
  color: #0d2540;
  background:
    linear-gradient(145deg, rgba(169, 220, 214, 0.98), rgba(229, 211, 178, 0.94)),
    var(--surface);
  border-color: rgba(63, 166, 160, 0.96);
  box-shadow:
    0 0 0 2px rgba(63, 166, 160, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 16px 34px rgba(63, 166, 160, 0.17);
}

.vertical-business .business-choice-card.is-selected::before {
  opacity: 0.84;
}

.vertical-business .business-choice-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.vertical-business .business-choice-copy strong {
  overflow-wrap: anywhere;
}

.vertical-business .business-choice-mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  color: transparent;
  font-size: 12px;
  line-height: 1;
  background: rgba(63, 166, 160, 0.08);
  border: 1px solid rgba(63, 166, 160, 0.22);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0.94);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.vertical-business .business-choice-card:is(:hover, :focus-visible) .business-choice-mark {
  border-color: rgba(63, 166, 160, 0.44);
  transform: scale(0.98);
}

.vertical-business .business-choice-card.is-selected .business-choice-mark {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
  transform: scale(1);
}

.vertical-business .business-native-control {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 620px) {
  .vertical-pet .pet-choice-list,
  .vertical-pet .pet-choice-list.compact,
  .vertical-business .business-choice-list {
    grid-template-columns: 1fr;
  }
}

/* ─── Business Guided Interview Flow ───────────────────────────────────── */

.vertical-business.business-interview-started .site-footer,
.vertical-business.business-interview-started .baby-flow-shell > .intake-heading,
.vertical-business.business-interview-started .baby-flow-shell > .taste-history-panel { display: none; }

.vertical-business.business-interview-started main { min-height: 100dvh; }

.vertical-business.business-interview-started .baby-flow-shell {
  padding: 0 20px 48px;
  max-width: none;
  margin: 0 auto;
}

.vertical-business.business-interview-started .business-question-stage {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.vertical-business .business-interview-header[hidden] { display: none; }
.vertical-business .business-interview-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 0 4px;
}

.vertical-business .business-interview-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vertical-business .business-interview-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 32px;
  border-radius: 999px;
  background: #3fa6a0;
  color: #fff;
  border: none;
  font: inherit;
  font-size: 0.97rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.01em;
}

.vertical-business .business-interview-back:hover { background: #2d8c87; }
.vertical-business .business-interview-back:focus-visible {
  outline: 3px solid rgba(63, 166, 160, 0.5);
  outline-offset: 2px;
}

.vertical-business .business-interview-exit {
  font-size: 0.8rem;
  color: #536879;
  text-decoration: none;
}

.vertical-business .business-interview-exit:hover { color: #3fa6a0; }

.vertical-business .business-progress-track {
  width: 100%;
  height: 3px;
  background: rgba(63, 166, 160, 0.15);
  border-radius: 2px;
  overflow: hidden;
}

.vertical-business [data-business-progress-fill] {
  display: block;
  height: 100%;
  background: #3fa6a0;
  border-radius: 2px;
  width: 0;
  transition: width 280ms ease;
}

.vertical-business .business-progress-count {
  font-size: 0.75rem;
  color: #536879;
  letter-spacing: 0.02em;
}

.vertical-business .business-question-stage { position: relative; }

.vertical-business .business-question {
  animation: business-question-enter 220ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vertical-business .business-question[hidden] { display: none; }

@keyframes business-question-enter {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.vertical-business .business-question-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #3fa6a0;
  margin: 0 0 10px;
}

.vertical-business .business-question-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.vertical-business .business-question-heading h2 {
  font-size: 1.22rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  color: #0d2540;
}

.vertical-business .business-question-status {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #536879;
  flex-shrink: 0;
  padding-top: 5px;
}

.vertical-business .business-optional-hint {
  font-size: 0.8rem;
  color: rgba(185, 218, 245, 0.85);
  font-style: italic;
  margin: 0 0 12px;
}

.vertical-business .business-question-help {
  font-size: 0.8rem;
  color: rgba(185, 218, 245, 0.85);
  margin: 0 0 12px;
}

.vertical-business .business-question > :is(input:not(.business-native-control):not([data-other-input]), textarea) {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  border: 1.5px solid rgba(13, 37, 64, 0.16);
  border-radius: 8px;
  font: inherit;
  font-size: 0.95rem;
  background: #fff;
  color: #0d2540;
  margin-bottom: 10px;
}

.vertical-business .business-question > :is(input:not(.business-native-control):not([data-other-input]), textarea):focus {
  outline: none;
  border-color: #3fa6a0;
  box-shadow: 0 0 0 3px rgba(63, 166, 160, 0.18);
}

.vertical-business .business-question > textarea { min-height: 100px; resize: vertical; }

.vertical-business .business-other-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  border: 1.5px solid rgba(13, 37, 64, 0.16);
  border-radius: 8px;
  font: inherit;
  font-size: 0.95rem;
  margin-top: 8px;
  margin-bottom: 10px;
  background: #fff;
}

.vertical-business .business-other-input:focus {
  outline: none;
  border-color: #3fa6a0;
  box-shadow: 0 0 0 3px rgba(63, 166, 160, 0.18);
}

.vertical-business .business-question-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

.vertical-business .business-back-inline {
  background: none;
  border: none;
  color: #536879;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  letter-spacing: 0.01em;
}
.vertical-business .business-back-inline:hover { color: #0d2540; }

.vertical-business .business-next-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 32px;
  border-radius: 999px;
  background: #3fa6a0;
  color: #fff;
  border: none;
  font: inherit;
  font-size: 0.97rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.01em;
}

.vertical-business .business-next-button:hover { background: #2d8c87; }
.vertical-business .business-next-button:focus-visible {
  outline: 3px solid rgba(63, 166, 160, 0.5);
  outline-offset: 2px;
}

.vertical-business .business-native-submit {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Override polished-intake-form > button min-height so the native-submit stays invisible */
.vertical-business .polished-intake-form .business-native-submit {
  min-height: 0 !important;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(50%);
}

.vertical-business .business-answer-confirmation {
  font-size: 0.82rem;
  color: #3fa6a0;
  font-style: italic;
  min-height: 1.3em;
  margin: 6px 0;
}

.vertical-business .business-direction-review { padding: 20px 0 32px; }

.vertical-business .business-direction-review .eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #3fa6a0;
  margin: 0 0 8px;
}

.vertical-business .business-direction-review h2 {
  font-size: 1.22rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: #0d2540;
  line-height: 1.3;
}

.vertical-business .business-direction-intro {
  font-size: 0.84rem;
  color: #536879;
  margin: 0 0 22px;
}

.vertical-business .business-direction-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 16px;
  margin: 0 0 28px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(13, 37, 64, 0.09);
}

.vertical-business .business-direction-list dt {
  font-size: 0.88rem;
  font-weight: 700;
  color: #536879;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-top: 3px;
  max-width: 130px;
}

.vertical-business .business-direction-list dd {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.vertical-business .business-direction-answer {
  font-size: 0.88rem;
  color: #0d2540;
  font-weight: 500;
}

.vertical-business .business-direction-blank { font-size: 0.88rem; color: #bbb; }

.vertical-business .business-direction-edit {
  background: none;
  border: none;
  padding: 1px 5px;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  color: #3fa6a0;
  cursor: pointer;
  border-radius: 3px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vertical-business .business-direction-edit:hover { background: rgba(63, 166, 160, 0.1); }

.vertical-business .business-direction-find {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  background: #3fa6a0;
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.vertical-business .business-direction-find:hover { background: #2d8c87; }

.vertical-business .business-interview-complete {
  text-align: center;
  padding: 36px 16px;
  animation: business-question-enter 220ms ease both;
}

.vertical-business .business-interview-complete > span {
  display: block;
  font-size: 2rem;
  color: #3fa6a0;
  margin-bottom: 14px;
}

.vertical-business .business-interview-complete h2 {
  font-size: 1.22rem;
  font-weight: 700;
  color: #0d2540;
  margin: 0 0 8px;
}

.vertical-business .business-interview-complete p {
  font-size: 0.84rem;
  color: #536879;
}

@media (prefers-reduced-motion: reduce) {
  .vertical-business .business-question,
  .vertical-business .business-interview-complete { animation: none; }
  .vertical-business [data-business-progress-fill] { transition: none; }
}

@media (max-width: 600px) {
  .vertical-business.business-interview-started .baby-flow-shell { padding: 0 12px 32px; }
  .vertical-business .business-question-heading h2 { font-size: 1.08rem; }
}

@media (max-width: 350px) {
  .vertical-business .business-question-heading h2 { font-size: 0.98rem; }
}



/* ─── Pet Guided Interview Flow ─────────────────────────────────────────── */

.vertical-pet.pet-interview-started .site-footer,
.vertical-pet.pet-interview-started .baby-flow-shell > .intake-heading,
.vertical-pet.pet-interview-started .baby-flow-shell > .taste-history-panel { display: none; }

.vertical-pet.pet-interview-started main { min-height: 100dvh; }

.vertical-pet.pet-interview-started .baby-flow-shell {
  padding: 0 20px 48px;
  max-width: none;
  margin: 0 auto;
}

.vertical-pet.pet-interview-started .pet-question-stage {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.vertical-pet .pet-interview-header[hidden] { display: none; }
.vertical-pet .pet-interview-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 0 4px;
}

.vertical-pet .pet-interview-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vertical-pet .pet-interview-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 32px;
  border-radius: 999px;
  background: #2f9486;
  color: #fff;
  border: none;
  font: inherit;
  font-size: 0.97rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.01em;
}

.vertical-pet .pet-interview-back:hover { background: #26836f; }
.vertical-pet .pet-interview-back:focus-visible {
  outline: 3px solid rgba(47, 148, 134, 0.5);
  outline-offset: 2px;
}

.vertical-pet .pet-interview-exit {
  font-size: 0.8rem;
  color: #656b75;
  text-decoration: none;
}

.vertical-pet .pet-interview-exit:hover { color: #2f9486; }

.vertical-pet .pet-progress-track {
  width: 100%;
  height: 3px;
  background: rgba(47, 148, 134, 0.15);
  border-radius: 2px;
  overflow: hidden;
}

.vertical-pet [data-pet-progress-fill] {
  display: block;
  height: 100%;
  background: #2f9486;
  border-radius: 2px;
  width: 0;
  transition: width 280ms ease;
}

.vertical-pet .pet-progress-count {
  font-size: 0.75rem;
  color: #656b75;
  letter-spacing: 0.02em;
}

/* Progress gauge area: solid background covers play-scene decorations;
   user-select/cursor prevent text cursor artifacts in the gauge text. */
.vertical-pet .pet-question-progress {
  background-color: rgb(255, 250, 220);
  padding: 12px 0 4px;
  user-select: none;
  cursor: default;
}

/* Hide progress gauge on landing page — only visible once interview starts */
.vertical-pet:not(.pet-interview-started) .pet-question-progress {
  display: none;
}

.vertical-pet .pet-question-stage { position: relative; }

.vertical-pet .pet-question {
  animation: pet-question-enter 220ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.vertical-pet .pet-question[hidden] { display: none; }

@keyframes pet-question-enter {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.vertical-pet .pet-question-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #2f9486;
  margin: 0 0 10px;
}

.vertical-pet .pet-question-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.vertical-pet .pet-question-heading h2 {
  font-size: 1.22rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  color: #1f2430;
}

.vertical-pet .pet-question-status {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #656b75;
  flex-shrink: 0;
  padding-top: 5px;
}

.vertical-pet .pet-optional-hint {
  font-size: 0.8rem;
  color: #656b75;
  font-style: italic;
  margin: 0 0 12px;
}

.vertical-pet .pet-question-help {
  font-size: 0.8rem;
  color: #656b75;
  margin: 0 0 12px;
}

.vertical-pet .pet-question > :is(input:not(.pet-native-control):not([data-other-input]), textarea) {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  border: 1.5px solid rgba(69, 48, 34, 0.18);
  border-radius: 8px;
  font: inherit;
  font-size: 0.95rem;
  background: #fff;
  color: #1f2430;
  margin-bottom: 10px;
}

.vertical-pet .pet-question > :is(input:not(.pet-native-control):not([data-other-input]), textarea):focus {
  outline: none;
  border-color: #2f9486;
  box-shadow: 0 0 0 3px rgba(47, 148, 134, 0.18);
}

.vertical-pet .pet-question > textarea { min-height: 88px; resize: vertical; }

.vertical-pet .pet-other-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  border: 1.5px solid rgba(69, 48, 34, 0.18);
  border-radius: 8px;
  font: inherit;
  font-size: 0.95rem;
  margin-top: 8px;
  margin-bottom: 10px;
  background: #fff;
}

.vertical-pet .pet-other-input:focus {
  outline: none;
  border-color: #2f9486;
  box-shadow: 0 0 0 3px rgba(47, 148, 134, 0.18);
}

.vertical-pet .pet-question-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

.vertical-pet .pet-back-inline {
  background: none;
  border: none;
  color: #656b75;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  letter-spacing: 0.01em;
}
.vertical-pet .pet-back-inline:hover { color: #1f2430; }

.vertical-pet .pet-next-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 32px;
  border-radius: 999px;
  background: #2f9486;
  color: #fff;
  border: none;
  font: inherit;
  font-size: 0.97rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.01em;
}

.vertical-pet .pet-next-button:hover { background: #26836f; }
.vertical-pet .pet-next-button:focus-visible {
  outline: 3px solid rgba(47, 148, 134, 0.5);
  outline-offset: 2px;
}

.vertical-pet .pet-native-submit {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Override polished-intake-form > button min-height so the native-submit stays invisible */
.vertical-pet .polished-intake-form .pet-native-submit {
  min-height: 0 !important;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(50%);
}

.vertical-pet .pet-answer-confirmation {
  font-size: 0.82rem;
  color: #2f9486;
  font-style: italic;
  min-height: 1.3em;
  margin: 6px 0;
}

.vertical-pet .pet-direction-review {
  padding: 20px 0 32px;
}

.vertical-pet .pet-direction-review .eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #2f9486;
  margin: 0 0 8px;
}

.vertical-pet .pet-direction-review h2 {
  font-size: 1.22rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: #1f2430;
  line-height: 1.3;
}

.vertical-pet .pet-direction-intro {
  font-size: 0.84rem;
  color: #656b75;
  margin: 0 0 22px;
}

.vertical-pet .pet-direction-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 16px;
  margin: 0 0 28px;
  padding: 0;
  border-top: 1px solid rgba(69, 48, 34, 0.09);
  padding-top: 16px;
}

.vertical-pet .pet-direction-list dt {
  font-size: 0.88rem;
  font-weight: 700;
  color: #656b75;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-top: 3px;
  max-width: 120px;
}

.vertical-pet .pet-direction-list dd {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.vertical-pet .pet-direction-answer {
  font-size: 0.88rem;
  color: #1f2430;
  font-weight: 500;
}

.vertical-pet .pet-direction-blank {
  font-size: 0.88rem;
  color: #bbb;
}

.vertical-pet .pet-direction-edit {
  background: none;
  border: none;
  padding: 1px 5px;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  color: #2f9486;
  cursor: pointer;
  border-radius: 3px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vertical-pet .pet-direction-edit:hover { background: rgba(47, 148, 134, 0.1); }

.vertical-pet .pet-direction-find {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  background: #2f9486;
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.vertical-pet .pet-direction-find:hover { background: #26836f; }

.vertical-pet .pet-interview-complete {
  text-align: center;
  padding: 36px 16px;
  animation: pet-question-enter 220ms ease both;
}

.vertical-pet .pet-interview-complete > span {
  display: block;
  font-size: 2rem;
  color: #2f9486;
  margin-bottom: 14px;
}

.vertical-pet .pet-interview-complete h2 {
  font-size: 1.22rem;
  font-weight: 700;
  color: #1f2430;
  margin: 0 0 8px;
}

.vertical-pet .pet-interview-complete p {
  font-size: 0.84rem;
  color: #656b75;
}

@media (prefers-reduced-motion: reduce) {
  .vertical-pet .pet-question,
  .vertical-pet .pet-interview-complete { animation: none; }
  .vertical-pet [data-pet-progress-fill] { transition: none; }
}

@media (max-width: 600px) {
  .vertical-pet.pet-interview-started .baby-flow-shell { padding: 0 12px 32px; }
  .vertical-pet .pet-question-heading h2 { font-size: 1.08rem; }
}

@media (max-width: 350px) {
  .vertical-pet .pet-question-heading h2 { font-size: 0.98rem; }
}

/* ─────────────────────────────────────────────────────────────────────────── */

/* Paywall preview: keep locked bottom actions polished without making access feel baby-only. */
.vertical-baby .beta-refine-lock .button-link,
.vertical-baby .access-gate-primary {
  width: min(100%, 320px);
  min-height: 46px;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--premium-ink), #26364d);
  border-color: rgba(24, 33, 47, 0.22);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(24, 33, 47, 0.16);
}

.vertical-baby .beta-refine-lock .button-link:is(:hover, :focus-visible),
.vertical-baby .access-gate-primary:is(:hover, :focus-visible) {
  color: #fff;
  background: linear-gradient(135deg, var(--premium-teal), #0b6654);
}

.vertical-baby .bottom-next-actions {
  align-items: center;
  justify-items: center;
}

.vertical-baby .bottom-next-actions .premium-locked-action {
  width: auto;
  min-height: 0;
  padding: 4px 6px;
  color: var(--baby-ui-navy);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.vertical-baby .bottom-next-actions .premium-locked-action:is(:hover, :focus-visible) {
  color: #173a6d;
  background: transparent;
  outline-offset: 4px;
}

.vertical-baby .bottom-next-actions .premium-locked-action::after {
  content: "Locked";
  margin-left: 7px;
  padding: 2px 6px;
  color: var(--baby-ui-navy);
  background: rgba(16, 43, 84, 0.08);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 720px) {
  .vertical-baby .beta-refine-lock .button-link {
    width: min(100%, 300px);
  }

  .vertical-baby .bottom-next-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
  }

  .vertical-baby .bottom-next-actions .premium-locked-action {
    width: auto;
    justify-content: center;
  }
}

/* Shared first-run results card contract: information structure only, no color changes. */
.results-grid .result-card {
  align-content: start;
}

.result-card > .result-card-main { order: 1; }
.result-card > .reaction-row { order: 2; }
.result-card > .reaction-status {
  order: 3;
  display: block;
  min-height: 20px;
}
.result-card > .result-explore-link { order: 4; }
.results-accordion-ready .result-card > .result-card-toggle { order: 5; }
.results-accordion-ready .result-card > .result-card-details { order: 6; }

.result-card-main {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.result-card-identity,
.result-card-summary {
  min-width: 0;
}

.result-card-summary .tagline {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 28px;
  margin-top: 8px;
  padding: 0;
  list-style: none;
}

.result-tags span {
  min-height: 24px;
  padding: 4px 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.results-accordion-ready .result-card:not(.is-expanded) .result-tags {
  display: flex;
}

.result-explore-link,
.result-card > .result-explore-link,
.vertical-baby .result-card > .result-explore-link,
.vertical-baby .result-explore-link {
  width: 100%;
  justify-content: space-between;
  text-decoration: none;
}

.result-explore-link:is(:hover, :focus-visible),
.result-card > .result-explore-link:is(:hover, :focus-visible),
.vertical-baby .result-card > .result-explore-link:is(:hover, :focus-visible),
.vertical-baby .result-explore-link:is(:hover, :focus-visible) {
  text-decoration: none;
}

@media (max-width: 600px) {
  .results-accordion-ready .result-card:not(.is-expanded) .result-tags {
    display: flex;
  }
}

/* Mobile results hierarchy pass: make every vertical scan like one product. */
@media (max-width: 600px) {
  /* Suppress all Unlock visual indicators inside result cards — modal handles access gating */
  .result-card .premium-locked-action::after {
    display: none;
    content: none;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .results-grid {
    gap: 18px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card {
    position: relative;
    gap: 14px;
    padding: 20px 18px 18px;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
      var(--card);
    border: 1px solid color-mix(in srgb, var(--accent) 13%, #e7edf5);
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(24, 33, 47, 0.09);
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card::before {
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent) 42%, white));
    content: "";
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card-main {
    gap: 10px;
    padding-bottom: 0;
    border-bottom: 0;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-index {
    display: inline-flex;
    width: fit-content;
    min-height: 26px;
    align-items: center;
    margin: 0;
    padding: 5px 9px;
    color: color-mix(in srgb, var(--accent-deep) 78%, #64748b);
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    background: color-mix(in srgb, var(--accent-soft) 72%, white);
    border-radius: 999px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card h2 {
    max-width: 100%;
    color: var(--accent-deep);
    font-size: clamp(42px, 14vw, 58px);
    line-height: 0.94;
    letter-spacing: -0.045em;
    overflow-wrap: normal;
    word-break: normal;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card-meaning,
  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card .tagline {
    display: -webkit-box;
    margin-top: 0;
    overflow: hidden;
    color: #36445a;
    line-height: 1.45;
    -webkit-box-orient: vertical;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card-meaning {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card .tagline {
    font-size: 15px;
    font-weight: 650;
    -webkit-line-clamp: 2;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-tags {
    gap: 7px;
    min-height: 0;
    margin-top: 0;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-tags span {
    min-height: 28px;
    padding: 6px 9px;
    color: color-mix(in srgb, var(--accent-deep) 84%, #475569);
    background: color-mix(in srgb, var(--accent-soft) 64%, white);
    border: 1px solid color-mix(in srgb, var(--accent) 18%, #dfe7f0);
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card > .reaction-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 3px;
    background: #f6f8fb;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card .reaction-row button,
  .vertical-baby .result-card .reaction-row button {
    min-height: 48px;
    padding: 7px 10px;
    gap: 7px;
    color: #334155;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 13px;
    box-shadow: none;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card .reaction-row button.is-selected {
    background: #ffffff;
    border-color: color-mix(in srgb, var(--accent) 22%, #dfe7f0);
    box-shadow: 0 8px 20px rgba(24, 33, 47, 0.08);
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card .reaction-icon,
  .vertical-baby .result-card .reaction-icon {
    width: 26px;
    height: 26px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card .reaction-row button span {
    display: inline;
    color: inherit;
    font-size: 13px;
    font-weight: 850;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card > .result-explore-link,
  .vertical-baby .result-card > .result-explore-link {
    min-height: 52px;
    padding: 12px 14px;
    color: #ffffff;
    font-size: 15px;
    background: linear-gradient(135deg, var(--accent-deep), color-mix(in srgb, var(--accent-deep) 84%, var(--accent)));
    border: 0;
    border-radius: 16px;
    box-shadow: 0 14px 28px color-mix(in srgb, var(--accent-deep) 18%, transparent);
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card > .result-explore-link span,
  .vertical-baby .result-card > .result-explore-link span {
    color: currentColor;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card-toggle,
  .vertical-baby .result-card-toggle {
    min-height: 44px;
    padding: 10px 12px;
    color: var(--accent-deep);
    font-size: 13px;
    background: transparent;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
  }
}

/* Mobile results premium pass v2: spacing, shadow, typography, reactions */
@media (max-width: 600px) {
  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card {
    gap: 20px;
    padding: 28px 22px 22px;
    background: #ffffff;
    border: none;
    border-radius: 28px;
    box-shadow:
      0 2px 4px rgba(24, 33, 47, 0.04),
      0 8px 24px rgba(24, 33, 47, 0.08),
      0 24px 48px rgba(24, 33, 47, 0.06);
  }

  /* Remove accent strip — looks like a loading bar */
  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card::before {
    display: none;
    content: none;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card-main {
    gap: 12px;
  }

  /* Badge: plain small-caps label, no pill */
  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-index {
    padding: 0;
    color: #8898aa;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: none;
    border-radius: 0;
    min-height: 0;
  }

  /* Name: more editorial, looser tracking */
  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card h2 {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 0.96;
    letter-spacing: -0.03em;
    font-weight: 800;
  }

  /* Meaning: subtler */
  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card-meaning {
    color: #64748b;
    font-size: 13px;
    font-weight: 400;
  }

  /* Tagline: readable, confident */
  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card .tagline {
    color: #334155;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
  }

  /* Tags: softer fill, no visible border */
  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-tags {
    gap: 6px;
    margin-top: 4px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-tags span {
    min-height: 0;
    padding: 5px 11px;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    background: #f1f5f9;
    border: none;
    border-radius: 999px;
  }

  /* Reaction row: no slab container, just two clean icon buttons */
  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card > .reaction-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card .reaction-row button,
  .vertical-baby .result-card .reaction-row button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 10px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: none;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card .reaction-row button.is-selected {
    background: #ffffff;
    border-color: #94a3b8;
    box-shadow: 0 4px 12px rgba(24, 33, 47, 0.1);
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card .reaction-icon,
  .vertical-baby .result-card .reaction-icon {
    width: 52px;
    height: 52px;
  }

  /* CTA: cleaner, less chunky */
  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card > .result-explore-link,
  .vertical-baby .result-card > .result-explore-link {
    min-height: 50px;
    padding: 13px 18px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 650;
    letter-spacing: 0.01em;
    background: var(--accent-deep);
    border: none;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(24, 33, 47, 0.18);
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card > .result-explore-link span,
  .vertical-baby .result-card > .result-explore-link span {
    color: rgba(255, 255, 255, 0.7);
  }

  /* Quick view: clearly secondary, ghost */
  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card-toggle,
  .vertical-baby .result-card-toggle {
    min-height: 40px;
    padding: 8px 12px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    background: transparent;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
  }
}

/* ── Vertical identity on mobile result cards ───────────────────────────── */
@media (max-width: 600px) {

  /* BABY — warm, intimate, cream/coral */
  .vertical-baby .result-card {
    background: #fffdfb;
    box-shadow:
      0 2px 4px rgba(16, 43, 84, 0.04),
      0 8px 24px rgba(16, 43, 84, 0.07),
      0 24px 48px rgba(16, 43, 84, 0.05);
  }

  .vertical-baby .result-index {
    color: #c07a6d;
  }

  .vertical-baby .result-card h2 {
    color: #102b54;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .vertical-baby .result-card .tagline {
    color: #53627a;
  }

  .vertical-baby .result-card .result-tags span {
    color: #a0523f;
    background: rgba(255, 107, 87, 0.07);
  }

  .vertical-baby .result-card > .reaction-row button {
    background: rgba(255, 107, 87, 0.04);
    border-color: rgba(255, 107, 87, 0.18);
  }

  .vertical-baby .result-card > .reaction-row button.is-selected {
    background: #fff7f5;
    border-color: rgba(255, 107, 87, 0.5);
    box-shadow: 0 4px 12px rgba(255, 107, 87, 0.12);
  }

  .vertical-baby .result-card > .result-explore-link,
  .vertical-baby .result-card > .result-explore-link {
    background: #9a6c10;
    box-shadow: 0 4px 16px rgba(154, 108, 16, 0.30);
  }

  /* PET — playful, warm, amber */
  .vertical-pet .result-card {
    background: #fffef9;
    box-shadow:
      0 2px 4px rgba(180, 120, 20, 0.04),
      0 8px 24px rgba(24, 33, 47, 0.07),
      0 24px 48px rgba(24, 33, 47, 0.05);
  }

  .vertical-pet .result-index {
    color: #b07e2a;
  }

  .vertical-pet .result-card h2 {
    color: #1a2035;
    font-weight: 850;
    letter-spacing: -0.025em;
  }

  .vertical-pet .result-card .tagline {
    color: #3d3d2e;
  }

  .vertical-pet .result-card .result-tags span {
    color: #7a5c1e;
    background: rgba(242, 184, 75, 0.12);
  }

  .vertical-pet .result-card > .reaction-row button {
    background: rgba(242, 184, 75, 0.06);
    border-color: rgba(242, 184, 75, 0.28);
  }

  .vertical-pet .result-card > .reaction-row button.is-selected {
    background: #fffbe8;
    border-color: rgba(242, 184, 75, 0.7);
    box-shadow: 0 4px 12px rgba(242, 184, 75, 0.18);
  }

  .vertical-pet .result-card > .result-explore-link {
    background: #2f9486;
    box-shadow: 0 4px 16px rgba(47, 148, 134, 0.30);
  }

  /* BUSINESS — strategic, clean, cool slate */
  .vertical-business .result-card {
    background: #fafbfc;
    box-shadow:
      0 2px 4px rgba(15, 23, 42, 0.05),
      0 8px 24px rgba(15, 23, 42, 0.09),
      0 24px 48px rgba(15, 23, 42, 0.06);
  }

  .vertical-business .result-index {
    color: #64748b;
  }

  .vertical-business .result-card h2 {
    color: #0f172a;
    font-size: clamp(26px, 8.5vw, 38px);
    font-weight: 750;
    letter-spacing: -0.025em;
    line-height: 1.08;
    word-break: break-word;
  }

  .vertical-business .result-card .tagline {
    color: #334155;
    font-weight: 500;
  }

  .vertical-business .result-card .result-tags span {
    color: #e8f0fa;
    background: rgba(63, 166, 160, 0.50);
    border: 1px solid rgba(63, 166, 160, 0.85);
  }

  .vertical-business .result-card > .reaction-row button {
    background: #f8fafc;
    border-color: #e2e8f0;
  }

  .vertical-business .result-card > .reaction-row button.is-selected {
    background: #ffffff;
    border-color: #64748b;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
  }

  .vertical-business .result-card > .result-explore-link {
    background: #29344f;
    box-shadow: 0 4px 16px rgba(41, 52, 79, 0.30);
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   Mobile result card graphics: deeper color + vertical-specific accents.
   Baby: keepsake warmth + dot-grid embroidery · Pet: amber energy + dot cluster
   Business: deep slate + grid texture + gold signal
   ══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 600px) {

  /* ── BABY: Richer blush gradient, coral depth, embroidery dot accent ── */

  .vertical-baby .result-card {
    background: linear-gradient(148deg, #fff4ef 0%, #fde8dc 52%, #f8d4c2 100%);
    box-shadow:
      inset 5px 0 0 #ff6b57,
      0 2px 8px rgba(255, 107, 87, 0.10),
      0 10px 30px rgba(16, 43, 84, 0.13),
      0 32px 64px rgba(16, 43, 84, 0.09);
  }

  /* Dot-grid embroidery decoration, top-right, fades inward */
  .vertical-baby .result-card::after {
    content: "";
    position: absolute;
    top: -12px;
    right: -12px;
    width: 140px;
    height: 140px;
    background-image: radial-gradient(circle, rgba(255, 107, 87, 0.30) 1.8px, transparent 1.8px);
    background-size: 13px 13px;
    border-radius: 50%;
    pointer-events: none;
    -webkit-mask-image: radial-gradient(circle at 85% 15%, black 20%, transparent 72%);
    mask-image: radial-gradient(circle at 85% 15%, black 20%, transparent 72%);
  }

  .vertical-baby .result-index {
    color: #b82c1c;
  }

  .vertical-baby .result-card h2 {
    color: #0e2248;
  }

  .vertical-baby .result-card .tagline {
    color: #3a4c68;
  }

  .vertical-baby .result-card-meaning {
    color: #8a5040;
  }

  .vertical-baby .result-card .result-tags span {
    background: rgba(255, 107, 87, 0.20);
    color: #a82818;
    border: 1.5px solid rgba(255, 107, 87, 0.40);
  }

  .vertical-baby .result-card > .reaction-row button {
    background: rgba(255, 107, 87, 0.09);
    border-color: rgba(255, 107, 87, 0.26);
  }

  .vertical-baby .result-card > .reaction-row button.is-selected {
    background: rgba(255, 107, 87, 0.16);
    border-color: #ff6b57;
    box-shadow: 0 4px 18px rgba(255, 107, 87, 0.26);
  }

  .vertical-baby .result-card > .result-explore-link {
    background: linear-gradient(135deg, #9a6c10 0%, #b88018 100%);
    box-shadow: 0 6px 22px rgba(154, 108, 16, 0.44);
  }


  /* ── PET: Richer amber gradient, dot cluster, vivid teal CTA ── */

  .vertical-pet .result-card {
    background: linear-gradient(148deg, #fffbe0 0%, #fff0b0 52%, #ffe590 100%);
    box-shadow:
      inset 5px 0 0 #f2b84b,
      0 2px 8px rgba(242, 184, 75, 0.14),
      0 10px 30px rgba(26, 32, 53, 0.12),
      0 32px 64px rgba(26, 32, 53, 0.07);
  }

  /* Warm dot cluster in bottom-right — playful energy cue */
  .vertical-pet .result-card::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, rgba(242, 148, 20, 0.50) 2.2px, transparent 2.2px);
    background-size: 15px 15px;
    border-radius: 50%;
    pointer-events: none;
    -webkit-mask-image: radial-gradient(circle at 80% 80%, black 22%, transparent 70%);
    mask-image: radial-gradient(circle at 80% 80%, black 22%, transparent 70%);
  }

  .vertical-pet .result-index {
    color: #7a5000;
  }

  .vertical-pet .result-card h2 {
    color: #141c30;
  }

  .vertical-pet .result-card .tagline {
    color: #382a0c;
  }

  .vertical-pet .result-card-meaning {
    color: #7a5818;
  }

  .vertical-pet .result-card .result-tags span {
    background: rgba(242, 184, 75, 0.34);
    color: #6a4800;
    border: 1.5px solid rgba(242, 184, 75, 0.58);
  }

  .vertical-pet .result-card > .reaction-row button {
    background: rgba(242, 184, 75, 0.14);
    border-color: rgba(242, 184, 75, 0.42);
  }

  .vertical-pet .result-card > .reaction-row button.is-selected {
    background: rgba(242, 184, 75, 0.26);
    border-color: #d4a030;
    box-shadow: 0 4px 18px rgba(242, 184, 75, 0.36);
  }

  .vertical-pet .result-card > .result-explore-link {
    background: linear-gradient(135deg, #207060 0%, #2f9486 100%);
    box-shadow: 0 6px 22px rgba(32, 112, 96, 0.46);
  }


  /* ── BUSINESS: Deep slate gradient, grid texture, gold signal ── */

  .vertical-business .result-card {
    background: linear-gradient(148deg, #dce8f8 0%, #c8d8f0 52%, #b4c8e6 100%);
    box-shadow:
      inset 5px 0 0 #27476e,
      0 2px 8px rgba(15, 23, 42, 0.12),
      0 10px 30px rgba(15, 23, 42, 0.16),
      0 32px 64px rgba(15, 23, 42, 0.10);
  }

  /* Grid lines: launch notes / gridded paper motif, fades from bottom-right */
  .vertical-business .result-card::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(39, 71, 110, 0.11) 1px, transparent 1px),
      linear-gradient(90deg, rgba(39, 71, 110, 0.11) 1px, transparent 1px);
    background-size: 30px 30px;
    -webkit-mask-image: linear-gradient(145deg, transparent 15%, rgba(0,0,0,0.7) 100%);
    mask-image: linear-gradient(145deg, transparent 15%, rgba(0,0,0,0.7) 100%);
    pointer-events: none;
    border-radius: 28px;
  }

  .vertical-business .result-index {
    color: #162c58;
  }

  /* Gold spark accent on the index label */
  .vertical-business .result-index::after {
    content: " ◆";
    color: #d9a441;
    font-size: 7px;
    letter-spacing: 0;
    vertical-align: middle;
    opacity: 0.90;
  }

  .vertical-business .result-card h2 {
    color: #080f1e;
  }

  .vertical-business .result-card .tagline {
    color: #162848;
    font-weight: 600;
  }

  .vertical-business .result-card-meaning {
    color: #30507a;
  }

  .vertical-business .result-card .result-tags span {
    color: #e8f0fa;
    background: rgba(63, 166, 160, 0.50);
    border: 1px solid rgba(63, 166, 160, 0.85);
  }

  .vertical-business .result-card > .reaction-row button {
    background: rgba(39, 71, 110, 0.10);
    border-color: rgba(39, 71, 110, 0.28);
  }

  .vertical-business .result-card > .reaction-row button.is-selected {
    background: rgba(39, 71, 110, 0.20);
    border-color: #27476e;
    box-shadow: 0 4px 18px rgba(39, 71, 110, 0.30);
  }

  .vertical-business .result-card > .result-explore-link {
    background: linear-gradient(135deg, #0e1c36 0%, #27476e 100%);
    box-shadow: 0 6px 22px rgba(14, 28, 54, 0.50);
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   Vertical intake page graphics: same vocabulary as result cards.
   Deeper page backgrounds + richer welcome hero gradients + accent colours.
   ══════════════════════════════════════════════════════════════════════════ */

/* ── BABY: Deep blush page + richer welcome hero ── */

body.vertical-baby {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 107, 87, 0.14), transparent 50%),
    radial-gradient(circle at 92% 100%, rgba(125, 149, 199, 0.12), transparent 50%),
    linear-gradient(180deg, #fdeee6 0%, #f8dece 100%);
}

.vertical-baby .baby-welcome {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 107, 87, 0.36), transparent 42%),
    radial-gradient(circle at 8% 92%, rgba(125, 149, 199, 0.24), transparent 44%),
    linear-gradient(148deg, #ffece0 0%, #fbdac6 100%);
  border-color: rgba(255, 107, 87, 0.24);
  box-shadow: 0 30px 90px rgba(255, 107, 87, 0.16);
}

.vertical-baby .baby-welcome::after {
  background: linear-gradient(135deg, rgba(255, 107, 87, 0.34), rgba(240, 184, 200, 0.24));
}

.vertical-baby .baby-welcome::before {
  border-color: rgba(255, 107, 87, 0.22);
}

.vertical-baby .baby-begin-button {
  background: linear-gradient(135deg, #9a6c10 0%, #b88018 100%);
  box-shadow: 0 16px 34px rgba(154, 108, 16, 0.36);
}

.vertical-baby .baby-intake-form .intake-section {
  background: linear-gradient(145deg, rgba(255, 248, 244, 0.96), rgba(255, 238, 230, 0.90));
  border-color: rgba(255, 107, 87, 0.14);
}

.vertical-baby .baby-intake-form .intake-section legend::before {
  background: rgba(255, 107, 87, 0.20);
  color: #b82c1c;
  border-color: rgba(255, 107, 87, 0.30);
}


/* ── PET: Deep amber page + richer warm welcome hero ── */

body.vertical-pet {
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 184, 75, 0.20), transparent 50%),
    radial-gradient(circle at 92% 100%, rgba(47, 148, 134, 0.10), transparent 50%),
    linear-gradient(180deg, #fff8d8 0%, #fff0a8 100%);
}

.vertical-pet .baby-welcome {
  background:
    radial-gradient(circle at 88% 10%, rgba(242, 184, 75, 0.44), transparent 44%),
    radial-gradient(circle at 8% 92%, rgba(47, 148, 134, 0.18), transparent 46%),
    linear-gradient(148deg, #fffce0 0%, #fff4b8 100%);
  border-color: rgba(242, 184, 75, 0.32);
  box-shadow: 0 30px 90px rgba(242, 184, 75, 0.18);
}

.vertical-pet .baby-welcome::after {
  background: linear-gradient(135deg, rgba(242, 184, 75, 0.40), rgba(47, 148, 134, 0.16));
}

.vertical-pet .baby-begin-button {
  background: linear-gradient(135deg, #207060 0%, #2f9486 100%);
  box-shadow: 0 16px 34px rgba(32, 112, 96, 0.34);
}

.vertical-pet .polished-intake-form .intake-section {
  background: linear-gradient(145deg, rgba(255, 252, 232, 0.96), rgba(255, 246, 200, 0.90));
  border-color: rgba(242, 184, 75, 0.18);
}

.vertical-pet .polished-intake-form {
  background: rgba(255, 250, 220, 0.82);
  border-color: rgba(242, 184, 75, 0.20);
}


/* ── BUSINESS: Deep slate page + grid texture welcome hero ── */

body.vertical-business {
  background:
    radial-gradient(circle at 12% 0%, rgba(39, 71, 110, 0.16), transparent 50%),
    radial-gradient(circle at 92% 100%, rgba(217, 164, 65, 0.10), transparent 50%),
    linear-gradient(180deg, #d8e8f8 0%, #c0d4ec 100%);
}

.vertical-business .baby-welcome {
  background:
    radial-gradient(circle at 88% 10%, rgba(39, 71, 110, 0.26), transparent 44%),
    radial-gradient(circle at 8% 92%, rgba(217, 164, 65, 0.16), transparent 46%),
    linear-gradient(148deg, #dce8f8 0%, #c8d8f0 100%);
  border-color: rgba(39, 71, 110, 0.30);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.20);
}

/* Grid texture inside business welcome hero */
.vertical-business .baby-welcome::before {
  background-image:
    linear-gradient(rgba(39, 71, 110, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(39, 71, 110, 0.10) 1px, transparent 1px);
  background-size: 30px 30px;
  border: none;
  border-radius: 34px;
  -webkit-mask-image: linear-gradient(145deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.65) 100%);
  mask-image: linear-gradient(145deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.65) 100%);
}

.vertical-business .baby-welcome::after {
  background: linear-gradient(135deg, rgba(39, 71, 110, 0.22), rgba(217, 164, 65, 0.14));
}

.vertical-business .baby-begin-button {
  background: linear-gradient(135deg, #0e1c36 0%, #27476e 100%);
  box-shadow: 0 16px 34px rgba(14, 28, 54, 0.40);
}

.vertical-business .polished-intake-form .intake-section {
  background: linear-gradient(145deg, rgba(224, 236, 252, 0.96), rgba(208, 224, 248, 0.90));
  border-color: rgba(39, 71, 110, 0.18);
}

.vertical-business .polished-intake-form {
  background: rgba(210, 228, 248, 0.80);
  border-color: rgba(39, 71, 110, 0.22);
}

/* Final mobile guardrail: keep baby Ideas examples inside the viewport. */
@media (max-width: 560px) {
  .vertical-baby .baby-conversation:has(.intake-tooltip[open]) {
    overflow: visible !important;
  }

  .vertical-baby .baby-conversation .baby-question-heading:has(.intake-tooltip) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 0 10px !important;
    overflow: visible !important;
  }

  .vertical-baby .baby-conversation .baby-question-heading .intake-tooltip {
    position: static !important;
    inset: auto !important;
    display: block !important;
    flex: 1 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0.42em !important;
    overflow: visible !important;
  }

  .vertical-baby .baby-conversation .baby-question-heading .intake-tooltip summary {
    width: fit-content !important;
  }

  .vertical-baby .baby-conversation .baby-question-heading .intake-tooltip-panel {
    position: static !important;
    inset: auto !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    margin-top: 10px !important;
    overflow: visible !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    transform: none !important;
  }
}

/* Business result names: keep generated brand names intact in desktop cards. */
.vertical-business .result-card h2 {
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

@media (max-width: 760px) {
  .vertical-business .result-card h2 {
    font-size: clamp(28px, 8vw, 36px);
  }
}

/* Local review: Business chosen-page brand preview refresh. */
.share-preview.has-brand-card {
  grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
}

.share-preview.has-brand-card .share-preview-label {
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 2;
  margin: 0;
}

.business-brand-card.palette-0 {
  --brand-primary: #0d2540;
  --brand-secondary: #3fa6a0;
  --brand-warm: #d9a441;
  --brand-paper: #f7fbfa;
  --brand-tint: rgba(63, 166, 160, 0.12);
}

.business-brand-card.palette-1 {
  --brand-primary: #24272e;
  --brand-secondary: #e36f58;
  --brand-warm: #f3d7b9;
  --brand-paper: #fff8f2;
  --brand-tint: rgba(227, 111, 88, 0.12);
}

.business-brand-card.palette-2 {
  --brand-primary: #17392f;
  --brand-secondary: #8fb89a;
  --brand-warm: #b88945;
  --brand-paper: #f4f8ef;
  --brand-tint: rgba(143, 184, 154, 0.16);
}

.business-brand-card.palette-3 {
  --brand-primary: #26316f;
  --brand-secondary: #63a7d8;
  --brand-warm: #f0b84b;
  --brand-paper: #f4f7ff;
  --brand-tint: rgba(99, 167, 216, 0.14);
}

.business-brand-card.palette-4 {
  --brand-primary: #44224e;
  --brand-secondary: #bf7899;
  --brand-warm: #ead0a9;
  --brand-paper: #fbf5fb;
  --brand-tint: rgba(191, 120, 153, 0.14);
}

.business-brand-card.palette-5 {
  --brand-primary: #26323f;
  --brand-secondary: #2670ca;
  --brand-warm: #a7c957;
  --brand-paper: #f3f8ff;
  --brand-tint: rgba(38, 112, 202, 0.13);
}

.business-brand-card {
  gap: 12px;
  max-width: 330px;
  padding: 16px;
  color: var(--brand-primary, #0d2540);
  background:
    radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--brand-warm, #d9a441) 22%, transparent), transparent 30%),
    linear-gradient(145deg, #ffffff 0%, var(--brand-paper, #f7fbfa) 100%);
  border-color: color-mix(in srgb, var(--brand-secondary, #3fa6a0) 32%, transparent);
  box-shadow: 0 18px 36px color-mix(in srgb, var(--brand-primary, #0d2540) 15%, transparent);
}

.business-brand-browser {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--brand-secondary, #3fa6a0) 22%, transparent);
  border-radius: 14px;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--brand-primary, #0d2540) 10%, transparent);
}

.business-brand-browser-bar {
  display: flex;
  gap: 5px;
  padding: 8px 10px;
  background: color-mix(in srgb, var(--brand-paper, #f7fbfa) 86%, #ffffff);
  border-bottom: 1px solid color-mix(in srgb, var(--brand-secondary, #3fa6a0) 16%, transparent);
}

.business-brand-browser-bar span {
  width: 7px;
  height: 7px;
  background: var(--brand-secondary, #3fa6a0);
  border-radius: 999px;
  opacity: 0.72;
}

.business-brand-site-header,
.business-brand-letterhead {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.business-brand-site-header {
  padding: 12px;
  background: linear-gradient(135deg, var(--brand-primary, #0d2540), color-mix(in srgb, var(--brand-primary, #0d2540) 72%, var(--brand-secondary, #3fa6a0)));
  color: #ffffff;
}

.business-brand-site-header strong,
.business-brand-letterhead strong {
  min-width: 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.business-brand-site-header small {
  grid-column: 2;
  min-width: 0;
  overflow: hidden;
  color: color-mix(in srgb, #ffffff 78%, var(--brand-warm, #d9a441));
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.business-brand-hero-lines {
  display: grid;
  gap: 8px;
  padding: 14px 12px 18px;
  background:
    radial-gradient(circle at 86% 72%, var(--brand-tint, rgba(63, 166, 160, 0.12)) 0 38px, transparent 40px),
    #ffffff;
}

.business-brand-hero-lines span {
  display: block;
  height: 10px;
  background: color-mix(in srgb, var(--brand-secondary, #3fa6a0) 28%, transparent);
  border-radius: 999px;
}

.business-brand-hero-lines span:first-child {
  width: 76%;
  height: 14px;
  background: color-mix(in srgb, var(--brand-primary, #0d2540) 18%, transparent);
}

.business-brand-letterhead {
  padding: 11px 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid color-mix(in srgb, var(--brand-secondary, #3fa6a0) 20%, transparent);
  border-radius: 12px;
}

.business-brand-letterhead span {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #475569;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.business-brand-card-mark {
  width: 46px;
  height: 46px;
  background: linear-gradient(145deg, var(--brand-primary, #0d2540), color-mix(in srgb, var(--brand-primary, #0d2540) 70%, var(--brand-secondary, #3fa6a0)));
  border-color: color-mix(in srgb, var(--brand-warm, #d9a441) 78%, #ffffff);
  border-radius: 14px;
}

.business-brand-card-mark.small {
  width: 38px;
  height: 38px;
  border-width: 2px;
  border-radius: 12px;
}

.business-brand-card-mark span {
  font-size: 27px;
}

.business-brand-card-mark.small span {
  font-size: 22px;
}

.business-brand-card-kicker {
  color: color-mix(in srgb, var(--brand-secondary, #3fa6a0) 72%, var(--brand-primary, #0d2540));
}

.business-brand-card h2 {
  color: var(--brand-primary, #0d2540);
  font-size: clamp(26px, 4.2vw, 36px);
  line-height: 0.98;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.business-brand-palette {
  grid-template-columns: 1.2fr 1fr 0.85fr;
}

.business-brand-swatch.primary { background: var(--brand-primary, #0d2540); }
.business-brand-swatch.accent { background: var(--brand-secondary, #3fa6a0); }
.business-brand-swatch.warm { background: var(--brand-warm, #d9a441); }

/* ── A: Circular SVG lettermark ── */
.business-brand-mark-svg {
  display: block;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  overflow: visible;
}
.business-brand-mark-svg.small {
  width: 30px;
  height: 30px;
}

/* ── A: Hero tagline replaces grey placeholder bars ── */
.business-brand-hero-content {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 13px 11px 16px;
  background:
    radial-gradient(circle at 86% 70%, var(--brand-tint, rgba(63,166,160,0.12)) 0 40px, transparent 42px),
    #ffffff;
}
.business-brand-hero-tagline {
  display: block;
  color: var(--brand-primary, #0d2540);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.38;
  opacity: 0.82;
}
.business-brand-hero-ghost {
  display: block;
  height: 9px;
  width: 54%;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-secondary, #3fa6a0) 22%, transparent);
}

/* ── B: Wordmark strip ── */
.business-brand-wordmarks {
  padding: 10px 14px 4px;
  border-top: 1px solid rgba(13, 37, 64, 0.08);
}
.business-brand-wordmarks-label {
  margin-bottom: 8px;
  color: rgba(63, 111, 119, 0.80);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.business-brand-wordmark-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.business-brand-wordmark-row:last-child {
  border-bottom: none;
  padding-bottom: 2px;
}
.bwm-sans {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--brand-primary, #0d2540);
}
.bwm-serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: var(--brand-primary, #0d2540);
  line-height: 1;
}
.bwm-display {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--brand-secondary, #3fa6a0);
}
.bwm-tag {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #94a3b8;
  white-space: nowrap;
}

.business-brand-checks span {
  color: var(--brand-primary, #0d2540);
  background: var(--brand-tint, rgba(63, 166, 160, 0.1));
  border-color: color-mix(in srgb, var(--brand-secondary, #3fa6a0) 22%, transparent);
}

@media (max-width: 760px) {
  .share-preview.has-brand-card {
    grid-template-columns: 1fr;
  }

  .share-preview.has-brand-card .share-preview-label {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 6px;
  }

  .business-brand-card {
    max-width: none;
  }
}

/* Local review: prevent baby desktop tag/reaction overlap and align baby desktop card colors with mobile. */
.vertical-baby .result-card-main {
  grid-template-rows: auto;
}

.vertical-baby .result-card-main .baby-result-tags {
  min-height: 0;
  padding-bottom: 2px;
}

@media (min-width: 601px) {
  .vertical-baby .result-card {
    background: linear-gradient(148deg, #fff4ef 0%, #fde8dc 52%, #f8d4c2 100%);
    box-shadow:
      inset 5px 0 0 #ff6b57,
      0 2px 8px rgba(255, 107, 87, 0.10),
      0 10px 30px rgba(16, 43, 84, 0.13),
      0 32px 64px rgba(16, 43, 84, 0.09);
  }

  .vertical-baby .result-card::after {
    content: "";
    position: absolute;
    top: -12px;
    right: -12px;
    width: 140px;
    height: 140px;
    background-image: radial-gradient(circle, rgba(255, 107, 87, 0.30) 1.8px, transparent 1.8px);
    background-size: 13px 13px;
    border-radius: 50%;
    pointer-events: none;
    -webkit-mask-image: radial-gradient(circle at 85% 15%, black 20%, transparent 72%);
    mask-image: radial-gradient(circle at 85% 15%, black 20%, transparent 72%);
  }

  .vertical-baby .result-index {
    color: #b82c1c;
  }

  .vertical-baby .result-card h2 {
    color: #0e2248;
  }

  .vertical-baby .result-card .tagline {
    color: #3a4c68;
  }

  .vertical-baby .result-card-meaning {
    color: #8a5040;
  }

  .vertical-baby .result-card .result-tags span {
    background: rgba(255, 107, 87, 0.20);
    color: #a82818;
    border: 1.5px solid rgba(255, 107, 87, 0.40);
  }

  .vertical-baby .result-card > .reaction-row button {
    background: rgba(255, 107, 87, 0.09);
    border-color: rgba(255, 107, 87, 0.26);
  }

  .vertical-baby .result-card > .reaction-row button.is-selected {
    background: rgba(255, 107, 87, 0.16);
    border-color: #ff6b57;
    box-shadow: 0 4px 18px rgba(255, 107, 87, 0.26);
  }

  .vertical-baby .result-card > .result-explore-link {
    background: linear-gradient(135deg, #9a6c10 0%, #b88018 100%);
    box-shadow: 0 6px 22px rgba(154, 108, 16, 0.44);
  }

  .vertical-pet .result-card {
    background: linear-gradient(148deg, #fffbe0 0%, #fff0b0 52%, #ffe590 100%);
    box-shadow:
      inset 5px 0 0 #f2b84b,
      0 2px 8px rgba(242, 184, 75, 0.14),
      0 10px 30px rgba(26, 32, 53, 0.12),
      0 32px 64px rgba(26, 32, 53, 0.07);
  }

  .vertical-pet .result-card::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, rgba(242, 148, 20, 0.50) 2.2px, transparent 2.2px);
    background-size: 15px 15px;
    border-radius: 50%;
    pointer-events: none;
    -webkit-mask-image: radial-gradient(circle at 80% 80%, black 22%, transparent 70%);
    mask-image: radial-gradient(circle at 80% 80%, black 22%, transparent 70%);
  }

  .vertical-pet .result-index {
    color: #7a5000;
  }

  .vertical-pet .result-card h2 {
    color: #141c30;
  }

  .vertical-pet .result-card .tagline {
    color: #382a0c;
  }

  .vertical-pet .result-card-meaning {
    color: #7a5818;
  }

  .vertical-pet .result-card .result-tags span {
    background: rgba(242, 184, 75, 0.34);
    color: #6a4800;
    border: 1.5px solid rgba(242, 184, 75, 0.58);
  }

  .vertical-pet .result-card > .reaction-row button {
    background: rgba(242, 184, 75, 0.14);
    border-color: rgba(242, 184, 75, 0.42);
  }

  .vertical-pet .result-card > .reaction-row button.is-selected {
    background: rgba(242, 184, 75, 0.26);
    border-color: #d4a030;
    box-shadow: 0 4px 18px rgba(242, 184, 75, 0.36);
  }

  .vertical-pet .result-card > .result-explore-link {
    background: linear-gradient(135deg, #207060 0%, #2f9486 100%);
    box-shadow: 0 6px 22px rgba(32, 112, 96, 0.46);
  }
}


/* Scoped UI/UX polish pass 2026-08-18: no broad redesign beyond review list. */
.hero-action-note {
  max-width: 520px;
  margin: 10px 0 0;
  color: #536176;
  font-size: 14px;
  font-weight: 750;
}

@media (max-width: 600px) {
  .hero-action-note {
    text-align: center;
  }
}

/* Balance the paid access panel: align both sides as one decision block. */
.bottom-next-panel {
  align-items: center;
}

.bottom-next-panel > div:first-child {
  align-self: center;
}

.beta-refine-lock {
  align-items: stretch;
  justify-content: center;
  text-align: left;
}

.beta-refine-lock .eyebrow,
.beta-refine-lock h3,
.beta-refine-lock > p:not(.paid-access-guarantee) {
  text-align: left;
}

.beta-refine-lock .button-link {
  align-self: start;
}

.paid-access-benefits li {
  font-weight: 760;
  line-height: 1.36;
}

/* Mobile results density: make collapsed cards easier to scan without changing content. */
@media (max-width: 600px) {
  :is(.vertical-baby, .vertical-pet, .vertical-business) .results-grid {
    gap: 16px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card {
    gap: 14px;
    padding: 22px 18px 18px;
    border-radius: 24px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card-main {
    gap: 8px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card h2 {
    margin-bottom: 1px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card-meaning {
    font-size: 12.5px;
    line-height: 1.35;
    -webkit-line-clamp: 1;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card .tagline {
    font-size: 14px;
    line-height: 1.38;
    -webkit-line-clamp: 2;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-tags {
    gap: 5px;
    margin-top: 1px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-tags span {
    padding: 4px 9px;
    font-size: 11.5px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card .reaction-row button,
  .vertical-baby .result-card .reaction-row button {
    min-height: 58px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card .reaction-icon,
  .vertical-baby .result-card .reaction-icon {
    width: 44px;
    height: 44px;
  }

  :is(.vertical-baby, .vertical-pet, .vertical-business) .result-card > .result-explore-link,
  .vertical-baby .result-card > .result-explore-link {
    min-height: 46px;
    padding: 11px 15px;
  }
}


/* Mobile results proposal approved 2026-08-18: tighten card/action rhythm and compact the unlock panel. */
@media (max-width: 640px) {
  .results-shell {
    gap: 1rem !important;
  }

  .results-grid {
    gap: 0.82rem !important;
  }

  .result-card {
    padding: 0.92rem 0.92rem 0.86rem !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 28px rgba(24, 33, 47, 0.10) !important;
  }

  .result-card h2,
  .result-card h3 {
    margin-bottom: 0.2rem !important;
    line-height: 1.05 !important;
  }

  .result-card .tagline {
    margin: 0.12rem 0 0.42rem !important;
    font-size: 0.92rem !important;
    line-height: 1.25 !important;
  }

  .result-card-meaning,
  .result-card p:not(.tagline) {
    margin-bottom: 0.54rem !important;
    font-size: 0.88rem !important;
    line-height: 1.32 !important;
  }

  .result-tags {
    gap: 0.34rem !important;
    margin: 0.42rem 0 0.58rem !important;
  }

  .result-tags span {
    padding: 0.22rem 0.48rem !important;
    font-size: 0.7rem !important;
    border-radius: 999px !important;
  }

  .reaction-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    margin-top: 0.64rem !important;
  }

  .reaction-row button {
    min-height: 38px !important;
    justify-content: center !important;
    padding: 0.42rem 0.32rem !important;
    font-size: 0.76rem !important;
    border-radius: 12px !important;
  }

  .reaction-row button svg,
  .reaction-row button .icon {
    width: 14px !important;
    height: 14px !important;
  }

  .result-explore-link,
  .result-card .button-link {
    min-height: 40px !important;
    padding: 0.55rem 0.72rem !important;
    font-size: 0.82rem !important;
    border-radius: 13px !important;
  }

  .bottom-next-panel {
    gap: 0.72rem !important;
    margin-top: 1rem !important;
    padding: 1rem !important;
    border-radius: 18px !important;
  }

  .bottom-next-panel h2,
  .bottom-next-panel h3 {
    font-size: 1.08rem !important;
    line-height: 1.12 !important;
  }

  .bottom-next-panel p,
  .bottom-next-panel li {
    font-size: 0.88rem !important;
    line-height: 1.35 !important;
  }

  .bottom-next-panel .button-link {
    width: 100% !important;
    justify-content: center !important;
  }
}


/* ══════════════════════════════════════════════════════════════════
   BUSINESS OPTION A: Deep strategic dark theme.
   — Dark navy page + dot-grid texture
   — Glassy question cards with geometric corner mark (Business voice)
   — Diamond kicker bullet, all text flipped to light
   — Choice cards and inputs dark
   — Unified Back/Next: same small pill weight, neither dominant
   2026-08-21
   ══════════════════════════════════════════════════════════════════ */

/* ── Page background: deep navy with teal dot-grid texture ── */
body.vertical-business {
  background:
    radial-gradient(circle, rgba(63, 166, 160, 0.11) 1px, transparent 1px) 0 0 / 28px 28px,
    radial-gradient(circle at 14% 0%, rgba(39, 71, 110, 0.65), transparent 50%),
    radial-gradient(circle at 88% 96%, rgba(217, 164, 65, 0.11), transparent 44%),
    #0e1c36;
}

/* ── Site header on dark ── */
.vertical-business .site-header-inner {
  background: transparent;
}
.vertical-business .brand-home-text {
  color: rgba(185, 218, 245, 0.85);
}
.vertical-business .naming-menu-trigger {
  color: rgba(165, 205, 235, 0.80);
}
.vertical-business .naming-menu-trigger svg path {
  stroke: rgba(165, 205, 235, 0.70);
}
.vertical-business .site-nav-link,
.vertical-business .site-nav-signin {
  color: rgba(145, 190, 225, 0.70);
}

/* ── Beta landing hero: dark theme text fix ── */
.vertical-business .beta-hero h1 {
  color: #e8f0fa;
}
.vertical-business .beta-hero-copy > p {
  color: rgba(172, 210, 240, 0.82);
}
.vertical-business .beta-email-capture h2,
.vertical-business .beta-email-capture p,
.vertical-business .beta-email-capture label {
  color: rgba(185, 218, 245, 0.85);
}
.vertical-business .beta-price-card {
  background:
    radial-gradient(circle at 92% 8%, rgba(63, 166, 160, 0.18), transparent 40%),
    linear-gradient(145deg, rgba(14, 28, 56, 0.92), rgba(11, 22, 46, 0.96));
  border-color: rgba(63, 166, 160, 0.28);
}
.vertical-business .beta-price-card span,
.vertical-business .beta-price-card small {
  color: rgba(148, 192, 228, 0.72);
}
.vertical-business .beta-price-card strong {
  color: #e8f0fa;
}
.vertical-business .site-footer {
  background: #0b1830;
  border-top-color: rgba(63, 166, 160, 0.22);
  color: rgba(148, 192, 228, 0.72);
}
.vertical-business .site-footer a {
  color: rgba(148, 192, 228, 0.72);
}
.vertical-business .footer-column span {
  color: rgba(148, 192, 228, 0.72);
}
/* Override light-theme divider and body text inside the brand block */
.vertical-business .site-footer-reference .footer-brand-block {
  border-right-color: rgba(63, 166, 160, 0.18);
}
.vertical-business .site-footer-reference .footer-brand-block p {
  color: rgba(148, 192, 228, 0.65);
}
.vertical-business .footer-column h2 {
  color: rgba(100, 160, 210, 0.55);
}
/* Invert dark wordmark so it reads on the dark footer background */
.vertical-business .footer-brand-logo {
  filter: brightness(0) invert(1);
  opacity: 0.72;
}
.vertical-business .footer-bottom-line {
  color: rgba(100, 150, 195, 0.50);
}

/* ── Welcome card: dark glassy, teal grid texture ── */
.vertical-business .baby-welcome {
  background:
    radial-gradient(circle at 90% 10%, rgba(63, 166, 160, 0.20), transparent 44%),
    radial-gradient(circle at 8% 90%, rgba(217, 164, 65, 0.10), transparent 46%),
    rgba(13, 26, 52, 0.90);
  border-color: rgba(63, 166, 160, 0.32);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
}
.vertical-business .baby-welcome::before {
  background-image:
    linear-gradient(rgba(63, 166, 160, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(63, 166, 160, 0.13) 1px, transparent 1px);
  background-size: 30px 30px;
}
.vertical-business .baby-welcome::after {
  background: linear-gradient(135deg, rgba(63, 166, 160, 0.26), rgba(217, 164, 65, 0.14));
  filter: blur(16px);
}
.vertical-business .baby-welcome h1 {
  color: #e8f0fa;
}
.vertical-business .baby-welcome .eyebrow {
  color: #5ec8c2;
}
.vertical-business .baby-welcome-copy {
  color: rgba(168, 205, 238, 0.85);
}
.vertical-business .baby-welcome-time {
  color: rgba(165, 205, 238, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(63, 166, 160, 0.24);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}
.vertical-business .baby-begin-button {
  background: linear-gradient(135deg, #0e1c36 0%, #27476e 100%);
  border: 1px solid rgba(63, 166, 160, 0.42);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(63, 166, 160, 0.18);
}
.vertical-business .baby-begin-button:is(:hover, :focus-visible) {
  background: linear-gradient(135deg, #152a4a 0%, #315588 100%);
  border-color: rgba(63, 166, 160, 0.65);
}
.vertical-business .hero-action-note {
  color: rgba(138, 182, 222, 0.68);
}

/* ── Intake trust strip on dark ── */
.vertical-business .intake-trust-strip > div {
  background: rgba(14, 28, 56, 0.55);
  border-color: rgba(63, 166, 160, 0.18);
}
.vertical-business .intake-trust-strip > div strong {
  color: #ddeefa;
}
.vertical-business .intake-trust-strip > div span {
  color: rgba(138, 182, 222, 0.72);
}

/* ── Polished intake form / fallback sections on dark ── */
.vertical-business .polished-intake-form {
  background: rgba(12, 24, 50, 0.75);
  border-color: rgba(63, 166, 160, 0.28);
  border-top-color: rgba(63, 166, 160, 0.62);
}
.vertical-business .polished-intake-form .intake-section {
  background: rgba(14, 28, 58, 0.82);
  border-color: rgba(63, 166, 160, 0.20);
  border-left-color: rgba(63, 166, 160, 0.60);
}

/* ── Business question stage: ambient glow + floating geometric ── */
.vertical-business .business-question-stage {
  position: relative;
}
/* Ambient glow behind cards */
.vertical-business .business-question-stage::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -80px;
  width: 340px;
  height: 340px;
  background:
    radial-gradient(circle at 62% 30%, rgba(63, 166, 160, 0.13), transparent 55%),
    radial-gradient(circle at 32% 72%, rgba(39, 71, 110, 0.22), transparent 50%);
  pointer-events: none;
  z-index: 0;
}
/* Floating geometric accent — lower-right quadrant */
.vertical-business .business-question-stage::after {
  content: "";
  position: absolute;
  bottom: 80px;
  right: 16px;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(63, 166, 160, 0.16);
  border-radius: 12px;
  transform: rotate(20deg);
  pointer-events: none;
  z-index: 0;
}

/* ── Question card: dark glassy with geometric corner mark ── */
.vertical-business .business-question {
  position: relative;
  padding: 24px 24px 22px;
  background: rgba(12, 24, 48, 0.82);
  border: 1px solid rgba(63, 166, 160, 0.24);
  border-top: 2px solid rgba(63, 166, 160, 0.62);
  border-radius: 16px;
  z-index: 1;
}
/* Geometric corner mark: rotated square with teal glow */
.vertical-business .business-question::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 26px;
  height: 26px;
  border: 1.5px solid rgba(63, 166, 160, 0.42);
  border-radius: 5px;
  transform: rotate(10deg);
  background: radial-gradient(circle at 50% 50%, rgba(63, 166, 160, 0.20), transparent 68%);
  pointer-events: none;
}

/* ── Question kicker: teal with diamond bullet ── */
.vertical-business .business-question-kicker {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #5ec8c2;
  margin: 0 0 12px;
}
.vertical-business .business-question-kicker::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  background: #3fa6a0;
  border-radius: 1px;
  transform: rotate(45deg);
}

/* ── Question heading + status + hints on dark ── */
.vertical-business .business-question-heading h2 {
  color: #e8f0fa;
}
.vertical-business .business-question-status {
  color: rgba(185, 218, 245, 0.85);
}
.vertical-business .business-optional-hint,
.vertical-business .business-question-help {
  color: rgba(185, 218, 245, 0.85);
}

/* ── Input fields: dark ── */
.vertical-business .business-question > :is(input:not(.business-native-control):not([data-other-input]), textarea) {
  background: rgba(14, 30, 60, 0.72);
  border-color: rgba(63, 166, 160, 0.28);
  color: #e8f0fa;
}
.vertical-business .business-question > :is(input:not(.business-native-control):not([data-other-input]), textarea)::placeholder {
  color: rgba(185, 218, 245, 0.60);
}
.vertical-business .business-question > :is(input:not(.business-native-control):not([data-other-input]), textarea):focus {
  background: rgba(14, 30, 60, 0.90);
  border-color: rgba(63, 166, 160, 0.68);
  box-shadow: 0 0 0 3px rgba(63, 166, 160, 0.14);
}
.vertical-business .business-other-input {
  background: rgba(14, 30, 60, 0.72);
  border-color: rgba(63, 166, 160, 0.28);
  color: #e8f0fa;
}
.vertical-business .business-other-input:focus {
  background: rgba(14, 30, 60, 0.90);
  border-color: rgba(63, 166, 160, 0.68);
  box-shadow: 0 0 0 3px rgba(63, 166, 160, 0.14);
}

/* ── Choice cards: dark with teal accent ── */
.vertical-business .business-choice-card {
  color: #cce0f5;
  background: rgba(14, 30, 60, 0.78);
  border-color: rgba(63, 166, 160, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 8px 20px rgba(0, 0, 0, 0.24);
}
.vertical-business .business-choice-card::before {
  background: radial-gradient(circle at 18% 0%, rgba(63, 166, 160, 0.10), transparent 44%);
}
.vertical-business .business-choice-card:is(:hover, :focus-visible) {
  color: #e8f0fa;
  background: rgba(20, 42, 80, 0.94);
  border-color: rgba(63, 166, 160, 0.65);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 28px rgba(0, 0, 0, 0.30);
}
.vertical-business .business-choice-card.is-selected {
  color: #e8f0fa;
  background: rgba(22, 50, 90, 0.92);
  border-color: rgba(63, 166, 160, 0.85);
  box-shadow:
    0 0 0 2px rgba(63, 166, 160, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 28px rgba(0, 0, 0, 0.26);
}
.vertical-business .business-choice-copy strong {
  color: inherit;
}
.vertical-business .business-choice-mark {
  background: rgba(63, 166, 160, 0.10);
  border-color: rgba(63, 166, 160, 0.30);
}
.vertical-business .business-choice-card.is-selected .business-choice-mark {
  background: #3fa6a0;
  border-color: #3fa6a0;
  color: #fff;
}

/* ── Progress bar + count on dark ── */
.vertical-business .business-progress-track {
  background: rgba(255, 255, 255, 0.10);
}
.vertical-business .business-progress-count {
  color: rgba(142, 188, 228, 0.68);
}

/* ── Unified Back/Next: same small pill, same visual weight ── */
.vertical-business .business-question-actions {
  gap: 12px;
  margin-top: 16px;
}
.vertical-business .business-back-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 5px 16px;
  background: transparent;
  border: 1px solid rgba(185, 218, 245, 0.35);
  border-radius: 999px;
  color: rgba(185, 218, 245, 0.85);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: border-color 130ms ease, color 130ms ease;
}
.vertical-business .business-back-inline:hover {
  border-color: rgba(110, 168, 208, 0.52);
  color: rgba(185, 218, 245, 0.92);
}
.vertical-business .business-next-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 5px 18px;
  background: rgba(63, 166, 160, 0.18);
  border: 1px solid rgba(63, 166, 160, 0.48);
  border-radius: 999px;
  color: rgba(130, 218, 212, 0.95);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 130ms ease, border-color 130ms ease, color 130ms ease;
}
.vertical-business .business-next-button:hover {
  background: rgba(63, 166, 160, 0.32);
  border-color: rgba(63, 166, 160, 0.72);
  color: #e8f8f7;
}
.vertical-business .business-next-button:focus-visible {
  outline: 2px solid rgba(63, 166, 160, 0.55);
  outline-offset: 3px;
}

/* ── Interview nav back + exit on dark ── */
.vertical-business .business-interview-back {
  min-height: 32px;
  padding: 5px 16px;
  background: rgba(63, 166, 160, 0.13);
  border: 1px solid rgba(63, 166, 160, 0.34);
  border-radius: 999px;
  color: rgba(130, 218, 212, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: none;
}
.vertical-business .business-interview-back:hover {
  background: rgba(63, 166, 160, 0.24);
  border-color: rgba(63, 166, 160, 0.58);
  color: #e8f8f7;
}
.vertical-business .business-interview-exit {
  color: rgba(130, 178, 215, 0.55);
}
.vertical-business .business-interview-exit:hover {
  color: rgba(130, 218, 212, 0.80);
}

/* ── Answer confirmation on dark ── */
.vertical-business .business-answer-confirmation {
  color: #5ec8c2;
}

/* ── Direction review on dark ── */
.vertical-business .business-direction-review .eyebrow {
  color: #5ec8c2;
}
.vertical-business .business-direction-review h2 {
  color: #e8f0fa;
}
.vertical-business .business-direction-intro {
  color: rgba(148, 192, 230, 0.72);
}
.vertical-business .business-direction-list dt {
  color: rgba(112, 172, 218, 0.68);
}
.vertical-business .business-direction-list dd {
  color: #cce0f5;
}
.vertical-business .business-direction-answer {
  color: #e8f0fa;
}
.vertical-business .business-direction-blank {
  color: rgba(132, 172, 212, 0.42);
}
.vertical-business .business-direction-edit {
  color: rgba(92, 198, 190, 0.85);
  background: rgba(63, 166, 160, 0.10);
  border-color: rgba(63, 166, 160, 0.32);
}
.vertical-business .business-direction-edit:hover {
  background: rgba(63, 166, 160, 0.20);
  color: rgba(140, 225, 218, 0.95);
}
.vertical-business .business-direction-find {
  background: linear-gradient(135deg, #0e1c36 0%, #27476e 100%);
  border: 1px solid rgba(63, 166, 160, 0.42);
  color: #e8f0fa;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.30), 0 0 0 1px rgba(63, 166, 160, 0.18);
}
.vertical-business .business-direction-find:hover {
  background: linear-gradient(135deg, #152a4a 0%, #315588 100%);
  border-color: rgba(63, 166, 160, 0.62);
}

/* ── Interview complete panel on dark ── */
.vertical-business .business-interview-complete > span {
  color: #3fa6a0;
}
.vertical-business .business-interview-complete h2 {
  color: #e8f0fa;
}
.vertical-business .business-interview-complete p {
  color: rgba(148, 192, 230, 0.72);
}

/* ── Mobile: ensure dark fills viewport on interview-started ── */
@media (max-width: 760px) {
  .vertical-business.business-interview-started main {
    background: transparent;
  }
  .vertical-business .business-question-stage::after {
    display: none;
  }
  .vertical-business .business-question::after {
    width: 20px;
    height: 20px;
    top: 14px;
    right: 14px;
  }
}


/* ══════════════════════════════════════════════════════════════════
   BUSINESS DARK: Remaining user-facing surfaces
   — Name generation progress overlay
   — Results shell: heading, brief, result cards, reactions, bottom panel
   — Name detail page
   — Chosen / brand kit page
   2026-08-21
   ══════════════════════════════════════════════════════════════════ */

/* ── Progress overlay: dark panel, navy bg, teal orbit/node accents ── */
.vertical-business .progress-overlay {
  background: rgba(8, 16, 36, 0.96);
  backdrop-filter: blur(18px);
}
.vertical-business .progress-panel {
  background:
    radial-gradient(circle at 14% 0%, rgba(39, 71, 110, 0.44), transparent 50%),
    radial-gradient(circle at 90% 100%, rgba(217, 164, 65, 0.08), transparent 44%),
    rgba(11, 22, 46, 0.96);
  border-top-color: rgba(63, 166, 160, 0.65);
  border-color: rgba(63, 166, 160, 0.22);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.54);
}
/* Dot-grid texture on progress panel */
.vertical-business .progress-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(63, 166, 160, 0.09) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  border-radius: inherit;
}
.vertical-business .progress-panel h2 {
  color: #e8f0fa;
}
.vertical-business .progress-note {
  color: rgba(142, 188, 228, 0.70);
}
/* Progress orbit/node: teal on dark */
.vertical-business .progress-orbit {
  border-color: rgba(63, 166, 160, 0.28);
}
.vertical-business .progress-orbit-two {
  border-color: rgba(217, 164, 65, 0.22);
}
.vertical-business .progress-node-center {
  background: linear-gradient(135deg, #27476e, #3fa6a0);
  border-color: rgba(14, 28, 56, 0.90);
  box-shadow:
    0 0 0 14px rgba(63, 166, 160, 0.12),
    0 0 0 24px rgba(63, 166, 160, 0.06),
    0 16px 34px rgba(0, 0, 0, 0.38);
}
/* node-three uses accent-deep on the base theme — invisible on the dark Business panel */
.vertical-business .progress-node-three {
  background: rgba(185, 218, 245, 0.88);
  box-shadow:
    0 0 0 5px rgba(185, 218, 245, 0.20),
    0 0 16px rgba(185, 218, 245, 0.28);
}
.vertical-business .progress-visual-label {
  background: rgba(14, 28, 56, 0.88);
  border-color: rgba(63, 166, 160, 0.52);
  color: rgba(140, 210, 208, 0.95);
}
.vertical-business .progress-patience-meter {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.10);
}
.vertical-business .progress-steps {
  background: rgba(14, 28, 56, 0.55);
  border-color: rgba(63, 166, 160, 0.18);
}
.vertical-business .progress-steps li.is-active {
  color: #e8f0fa;
  background: rgba(63, 166, 160, 0.10);
}
.vertical-business .progress-steps li.is-active::before {
  background: #3fa6a0;
}
.vertical-business .progress-steps li.is-complete::before {
  background: #5ec8c2;
}
.vertical-business .progress-steps li {
  color: rgba(185, 218, 245, 0.85);
}

/* ── Results shell: dark page, heading text ── */
.vertical-business .results-shell {
  background: transparent;
}
.vertical-business .results-heading .eyebrow {
  color: #5ec8c2;
}
.vertical-business .results-heading h1 {
  color: #e8f0fa;
}
.vertical-business .results-heading > p {
  color: rgba(148, 192, 228, 0.68);
}
.vertical-business .baby-results-framing {
  color: rgba(148, 192, 228, 0.72);
}
/* Saved count / trust strip on dark */
.vertical-business .trust-cue {
  background: rgba(12, 24, 50, 0.72);
  border-color: rgba(63, 166, 160, 0.20);
  border-left-color: rgba(63, 166, 160, 0.62);
}
.vertical-business .trust-cue strong {
  color: #e8f0fa;
}
.vertical-business .trust-cue span {
  color: rgba(148, 192, 228, 0.65);
}

/* ── Brief summary / direction disclosure: dark ── */
.vertical-business .brief-summary {
  background: rgba(12, 24, 50, 0.72);
  border-color: rgba(63, 166, 160, 0.18);
  border-left-color: rgba(63, 166, 160, 0.55);
}
.vertical-business .brief-summary h2 {
  color: #e8f0fa;
}
.vertical-business .direction-disclosure summary {
  color: #e8f0fa;
}
.vertical-business .direction-disclosure summary::after {
  background: rgba(63, 166, 160, 0.22);
  border: 1px solid rgba(63, 166, 160, 0.45);
  color: rgba(140, 210, 208, 0.90);
}
.vertical-business .brief-summary-item {
  background: rgba(14, 30, 60, 0.55);
  border-color: rgba(63, 166, 160, 0.14);
}
.vertical-business .brief-summary-item:is(:hover, :focus-visible) {
  background: rgba(63, 166, 160, 0.10);
  border-color: rgba(63, 166, 160, 0.36);
  border-left-color: rgba(63, 166, 160, 0.65);
}
.vertical-business .brief-summary dt,
.vertical-business .brief-summary-item dt {
  color: rgba(100, 165, 215, 0.62);
}
.vertical-business .brief-summary dd,
.vertical-business .brief-summary-item dd {
  color: #cce0f5;
}
.vertical-business .reaction-counts {
  color: rgba(148, 192, 228, 0.62);
}
.vertical-business .taste-profile h2,
.vertical-business .taste-profile h3 {
  color: rgba(92, 198, 190, 0.85);
}
.vertical-business .taste-profile p {
  color: rgba(148, 192, 228, 0.72);
}

/* ── Result cards: dark ── */
.vertical-business .result-card {
  background: rgba(12, 24, 50, 0.82);
  border: 1px solid rgba(63, 166, 160, 0.20);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.30),
    0 32px 56px rgba(0, 0, 0, 0.18);
}
.vertical-business .result-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(63, 166, 160, 0.72), rgba(217, 164, 65, 0.38));
  border-radius: 8px 8px 0 0;
  pointer-events: none;
}
.vertical-business .result-index {
  color: rgba(92, 198, 190, 0.75);
}
.vertical-business .result-card h2 {
  color: #e8f0fa;
}
.vertical-business .result-card .pronunciation {
  color: rgba(185, 218, 245, 0.82);
}
.vertical-business .result-card .result-card-meaning {
  color: rgba(185, 218, 245, 0.85);
}
.vertical-business .result-card .tagline {
  color: rgba(185, 218, 245, 0.78);
}
.vertical-business .result-card .result-tags span,
.vertical-business .result-tags span {
  color: #e8f0fa;
  background: rgba(63, 166, 160, 0.50);
  border: 1px solid rgba(63, 166, 160, 0.85);
}
/* Result card divider */
.vertical-business .result-card-main {
  border-bottom-color: rgba(63, 166, 160, 0.15);
}
/* Reaction buttons: dark */
.vertical-business .result-card > .reaction-row button {
  background: rgba(14, 30, 60, 0.70);
  border-color: rgba(63, 166, 160, 0.22);
  color: rgba(148, 192, 228, 0.85);
}
.vertical-business .result-card > .reaction-row button:is(:hover, :focus-visible) {
  background: rgba(63, 166, 160, 0.14);
  border-color: rgba(63, 166, 160, 0.50);
}
.vertical-business .result-card > .reaction-row button.is-selected {
  background: rgba(63, 166, 160, 0.20);
  border-color: rgba(63, 166, 160, 0.70);
  box-shadow: 0 0 0 3px rgba(63, 166, 160, 0.12), 0 4px 12px rgba(63, 166, 160, 0.18);
}
/* Explore / CTA link: navy-to-teal gradient */
.vertical-business .result-card > .result-explore-link {
  background: linear-gradient(135deg, #0e1c36 0%, #27476e 100%);
  border: 1px solid rgba(63, 166, 160, 0.36);
  color: rgba(140, 218, 215, 0.95);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}
.vertical-business .result-card > .result-explore-link:is(:hover, :focus-visible) {
  background: linear-gradient(135deg, #152a4a 0%, #315588 100%);
  border-color: rgba(63, 166, 160, 0.58);
}
.vertical-business .result-card > .result-explore-link span {
  color: #5ec8c2;
}
/* Result card toggle (accordion): dark */
.vertical-business .result-card-toggle {
  background: rgba(63, 166, 160, 0.10);
  border-color: rgba(63, 166, 160, 0.25);
  color: rgba(140, 210, 208, 0.90);
}
/* Inner sections in expanded card */
.vertical-business .result-card-details section h3 {
  color: rgba(92, 198, 190, 0.80);
}
.vertical-business .result-card-details section p,
.vertical-business .result-card-details ul {
  color: rgba(185, 218, 245, 0.85);
}
/* Domain info on dark */
.vertical-business .domain-info {
  background: rgba(14, 30, 60, 0.65);
  border-color: rgba(63, 166, 160, 0.20);
  border-left-color: rgba(63, 166, 160, 0.50);
}
.vertical-business .domain-info-label {
  color: rgba(92, 198, 190, 0.70);
}
.vertical-business .domain-primary {
  color: #e8f0fa;
}
.vertical-business .domain-note {
  color: rgba(185, 218, 245, 0.80);
}
/* Choose button: dark */
.vertical-business .choose-button {
  background: rgba(14, 28, 56, 0.90);
  border: 1px solid rgba(63, 166, 160, 0.40);
  color: rgba(140, 218, 215, 0.92);
}
.vertical-business .choose-button:is(:hover, :focus-visible) {
  background: rgba(63, 166, 160, 0.16);
  border-color: rgba(63, 166, 160, 0.65);
  color: #e8f8f7;
}

/* ── Bottom-next panel: dark ── */
.vertical-business .bottom-next-panel {
  background:
    linear-gradient(135deg, rgba(14, 28, 56, 0.88), rgba(20, 40, 74, 0.82)),
    rgba(12, 24, 50, 0.90);
  border-color: rgba(63, 166, 160, 0.22);
  border-left-color: rgba(63, 166, 160, 0.55);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.30);
}
.vertical-business .bottom-next-panel .eyebrow {
  color: #5ec8c2;
}
.vertical-business .bottom-next-panel h2 {
  color: #e8f0fa;
}
.vertical-business .bottom-next-panel p:not(.eyebrow) {
  color: rgba(185, 218, 245, 0.85);
}
.vertical-business .bottom-next-panel label {
  color: rgba(185, 218, 245, 0.85);
}
.vertical-business .bottom-refine-form h3 {
  color: #e8f0fa;
}
.vertical-business .bottom-refine-form input {
  background: rgba(14, 30, 60, 0.72);
  border-color: rgba(63, 166, 160, 0.28);
  color: #e8f0fa;
}
.vertical-business .bottom-refine-form input::placeholder {
  color: rgba(185, 218, 245, 0.60);
}
.vertical-business .refine-reaction-gate {
  color: rgba(185, 218, 245, 0.85);
}
.vertical-business .paid-access-benefits li {
  background: rgba(14, 30, 60, 0.65);
  border-color: rgba(63, 166, 160, 0.18);
  color: rgba(185, 218, 245, 0.82);
}
.vertical-business .paid-access-benefits li::before {
  color: #5ec8c2;
}
.vertical-business .paid-access-guarantee {
  color: rgba(185, 218, 245, 0.82);
}
/* Compare / Share buttons in results */
.vertical-business .compare-link {
  background: linear-gradient(135deg, #0e1c36 0%, #27476e 100%);
  border: 1px solid rgba(63, 166, 160, 0.36);
  color: rgba(140, 218, 215, 0.95);
}
.vertical-business .secondary-button {
  background: rgba(14, 30, 60, 0.72);
  border: 1px solid rgba(63, 166, 160, 0.26);
  color: rgba(148, 192, 228, 0.82);
}
/* Disclaimer */
.vertical-business .results-disclaimer {
  color: #2d3a4a;
}
.vertical-business .results-disclaimer a {
  color: #1e6460;
}

/* ── Name detail page: dark ── */
.vertical-business .detail-hero {
  background: rgba(12, 24, 50, 0.82);
  border-color: rgba(63, 166, 160, 0.20);
  border-left-color: rgba(63, 166, 160, 0.60);
}
.vertical-business .detail-hero .eyebrow {
  color: #5ec8c2;
}
.vertical-business .detail-hero h1 {
  color: #e8f0fa;
}
.vertical-business .chosen-pronunciation,
.vertical-business .chosen-tagline {
  color: rgba(148, 192, 228, 0.72);
}
.vertical-business .detail-fit-card {
  background: rgba(14, 30, 60, 0.72);
  border-color: rgba(63, 166, 160, 0.20);
}
.vertical-business .chosen-kicker {
  color: rgba(92, 198, 190, 0.78);
}
.vertical-business .detail-fit-card p {
  color: rgba(185, 218, 245, 0.78);
}
.vertical-business .detail-actions .button-link {
  background: linear-gradient(135deg, #0e1c36 0%, #27476e 100%);
  border: 1px solid rgba(63, 166, 160, 0.36);
  color: rgba(140, 218, 215, 0.95);
}
.vertical-business .detail-actions .secondary-button {
  background: rgba(14, 30, 60, 0.72);
  border: 1px solid rgba(63, 166, 160, 0.24);
  color: rgba(148, 192, 228, 0.80);
}
.vertical-business .chosen-detail {
  background: rgba(12, 24, 50, 0.72);
  border-color: rgba(63, 166, 160, 0.18);
}
.vertical-business .chosen-detail h2 {
  color: rgba(92, 198, 190, 0.85);
  font-size: 15px;
}
.vertical-business .chosen-detail p {
  color: rgba(185, 218, 245, 0.75);
}

/* ── Chosen page / brand kit: dark share preview ── */
.vertical-business .chosen-shell .eyebrow {
  color: #5ec8c2;
}
.vertical-business .chosen-shell h1 {
  color: #e8f0fa;
}
.vertical-business .share-preview {
  background:
    radial-gradient(circle at 90% 0%, rgba(63, 166, 160, 0.14), transparent 36%),
    rgba(12, 24, 50, 0.88);
  border-color: rgba(63, 166, 160, 0.24);
  border-top-color: rgba(63, 166, 160, 0.65);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36);
}
.vertical-business .share-preview::before {
  border-color: rgba(63, 166, 160, 0.12);
}
.vertical-business .share-preview-label {
  background: rgba(63, 166, 160, 0.14);
  border-color: rgba(63, 166, 160, 0.32);
  color: rgba(140, 210, 208, 0.90);
}
.vertical-business .share-preview h1 {
  color: #e8f0fa;
}
.vertical-business .share-preview-pronunciation {
  color: rgba(148, 192, 228, 0.68);
}
.vertical-business .share-preview-tagline {
  color: rgba(185, 218, 245, 0.75);
}
.vertical-business .chosen-actions button,
.vertical-business .chosen-actions .button-link {
  background: linear-gradient(135deg, #0e1c36 0%, #27476e 100%);
  border: 1px solid rgba(63, 166, 160, 0.36);
  color: rgba(140, 218, 215, 0.95);
}
/* Validation pills on dark */
.vertical-business .validation-pill {
  background: rgba(14, 30, 60, 0.65);
  border-color: rgba(63, 166, 160, 0.20);
  color: rgba(185, 218, 245, 0.75);
}
.vertical-business .validation-pill strong {
  color: rgba(140, 210, 208, 0.88);
}
.vertical-business .validation-pill span {
  color: rgba(148, 192, 228, 0.65);
}
.vertical-business .validation-pass {
  border-color: rgba(63, 166, 160, 0.40);
  background: rgba(63, 166, 160, 0.10);
}
.vertical-business .validation-warn {
  border-color: rgba(217, 164, 65, 0.35);
  background: rgba(217, 164, 65, 0.08);
}
.vertical-business .validation-fail {
  border-color: rgba(213, 92, 50, 0.30);
  background: rgba(213, 92, 50, 0.08);
}


/* ══════════════════════════════════════════════════════════════════
   PET VERTICAL: Graphical voice pass — concept-pet-v2 direction.
   — Warm cream page, paw-blob decorations in stage corners
   — Question card: white rounded panel with warm shadow + paw watermark
   — Section kicker: 🐾 paw bullet
   — pet_type choice cards: emoji icon tile + personality descriptor
   — Unified Back/Next: same small pill, neither dominant
   2026-08-21
   ══════════════════════════════════════════════════════════════════ */

/* ── Question card: white rounded panel, warm shadow, inner paw ── */
.vertical-pet .pet-question {
  position: relative;
  padding: 22px 20px 20px;
  background: rgba(255, 252, 247, 0.96);
  border: 1.5px solid rgba(242, 184, 75, 0.26);
  border-radius: 20px;
  box-shadow:
    0 2px 8px rgba(69, 48, 34, 0.06),
    0 12px 32px rgba(69, 48, 34, 0.10),
    0 32px 64px rgba(69, 48, 34, 0.06);
  overflow: hidden;
}

/* Faint paw watermark — top-right, decorative only */
.vertical-pet .pet-question::before {
  content: "🐾";
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 52px;
  line-height: 1;
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
  transform: rotate(10deg);
  z-index: 0;
}

/* All question content sits above the paw watermark */
.vertical-pet .pet-question > * {
  position: relative;
  z-index: 1;
}

/* ── Section kicker: paw bullet before text ── */
.vertical-pet .pet-question-kicker {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2f9486;
  margin: 0 0 12px;
}

.vertical-pet .pet-question-kicker::before {
  content: "🐾";
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  flex: 0 0 auto;
  opacity: 0.82;
}

/* ── pet_type choice cards: emoji icon tile + personality descriptor ── */
/* Icon tile */
.vertical-pet .pet-choice-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  background: rgba(255, 248, 235, 0.90);
  border: 1px solid rgba(242, 184, 75, 0.28);
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(69, 48, 34, 0.08);
}

/* Make choice copy area flex-column so descriptor sits below label */
.vertical-pet .pet-choice-card .pet-choice-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

/* Personality descriptor text */
.vertical-pet .pet-choice-descriptor {
  display: block;
  color: #8a7060;
  font-size: 0.72rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.3;
}

/* Horizontally reflow card to: icon | copy | check */
.vertical-pet .pet-choice-card {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ── Play-scene: warm paw blob in stage corners ── */
/* Large decorative paw shapes behind the question stage */
.vertical-pet .pet-question-stage::before {
  content: "🐾";
  position: absolute;
  top: -22px;
  right: -18px;
  font-size: 96px;
  line-height: 1;
  opacity: 0.055;
  transform: rotate(18deg);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.vertical-pet .pet-question-stage::after {
  content: "🐾";
  position: absolute;
  bottom: 40px;
  left: -28px;
  font-size: 80px;
  line-height: 1;
  opacity: 0.045;
  transform: rotate(-14deg);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Keep actual question cards above decorations */
.vertical-pet .pet-question-stage > * {
  position: relative;
  z-index: 1;
}

/* ── Unified Back/Next: same small pill, neither dominant ── */
.vertical-pet .pet-question-actions {
  gap: 10px;
  margin-top: 16px;
}

.vertical-pet .pet-back-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 5px 16px;
  background: transparent;
  border: 1px solid rgba(47, 148, 134, 0.28);
  border-radius: 999px;
  color: rgba(47, 148, 134, 0.72);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: border-color 130ms ease, color 130ms ease;
}

.vertical-pet .pet-back-inline:hover {
  border-color: rgba(47, 148, 134, 0.52);
  color: #2f9486;
}

.vertical-pet .pet-next-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 5px 18px;
  background: rgba(47, 148, 134, 0.12);
  border: 1px solid rgba(47, 148, 134, 0.38);
  border-radius: 999px;
  color: #2f9486;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 130ms ease, border-color 130ms ease, color 130ms ease;
}

.vertical-pet .pet-next-button:hover {
  background: rgba(47, 148, 134, 0.22);
  border-color: rgba(47, 148, 134, 0.58);
  color: #236f67;
}

.vertical-pet .pet-next-button:focus-visible {
  outline: 2px solid rgba(47, 148, 134, 0.45);
  outline-offset: 3px;
}

/* Nav back pill: same unified treatment */
.vertical-pet .pet-interview-back {
  min-height: 32px;
  padding: 5px 16px;
  background: rgba(47, 148, 134, 0.10);
  border: 1px solid rgba(47, 148, 134, 0.30);
  border-radius: 999px;
  color: #2f9486;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: none;
}

.vertical-pet .pet-interview-back:hover {
  background: rgba(47, 148, 134, 0.20);
  border-color: rgba(47, 148, 134, 0.52);
  color: #236f67;
}

/* Direction find button: warm rounded, teal — keeps prominence appropriate for CTA */
.vertical-pet .pet-direction-find {
  background: #2f9486;
  border: none;
  color: #fff;
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(47, 148, 134, 0.28);
}

.vertical-pet .pet-direction-find:hover {
  background: #236f67;
}

/* ── Mobile: clip oversized stage paw decorations ── */
@media (max-width: 760px) {
  .vertical-pet .pet-question-stage::before,
  .vertical-pet .pet-question-stage::after {
    font-size: 64px;
    opacity: 0.04;
  }
  .vertical-pet .pet-question::before {
    font-size: 40px;
  }
}


/* ══════════════════════════════════════════════════════════════════
   PET DIRECTION REVIEW: Full layout overhaul — 2026-08-21
   Replaces broken auto/1fr grid with clean card-row stacked layout.
   ══════════════════════════════════════════════════════════════════ */

/* Container: own white rounded card */
.vertical-pet .pet-direction-review {
  padding: 4px 0 28px;
}

.vertical-pet .pet-direction-review .eyebrow {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #2f9486;
  margin: 0 0 6px;
}

.vertical-pet .pet-direction-review h2 {
  font-size: 1.18rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: #1f2430;
  line-height: 1.25;
}

.vertical-pet .pet-direction-intro {
  font-size: 0.80rem;
  color: #8a7060;
  margin: 0 0 14px;
}

/* List: flex column, each dt/dd pair forms a natural stacked row
   inside a warm rounded card container */
.vertical-pet .pet-direction-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 20px;
  padding: 0;
  border-top: none;
  background: rgba(255, 252, 247, 0.94);
  border: 1.5px solid rgba(242, 184, 75, 0.24);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(69, 48, 34, 0.06);
}

/* Label row */
.vertical-pet .pet-direction-list dt {
  font-size: 0.88rem;
  font-weight: 800;
  color: rgba(47, 148, 134, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 11px 14px 2px;
  margin: 0;
  max-width: none;
  line-height: 1.3;
}

/* Answer + edit row */
.vertical-pet .pet-direction-list dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 2px 14px 11px;
  border-bottom: 1px solid rgba(242, 184, 75, 0.14);
  flex-wrap: nowrap;
}

.vertical-pet .pet-direction-list dd:last-child {
  border-bottom: none;
}

/* Answer text */
.vertical-pet .pet-direction-answer {
  font-size: 0.88rem;
  font-weight: 600;
  color: #1f2430;
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
}

.vertical-pet .pet-direction-blank {
  font-size: 0.82rem;
  color: rgba(101, 107, 117, 0.45);
  font-style: italic;
  flex: 1;
}

/* Edit button: small pill, consistent flush-right */
.vertical-pet .pet-direction-edit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 10px;
  font: inherit;
  font-size: 0.70rem;
  font-weight: 700;
  color: #2f9486;
  background: rgba(47, 148, 134, 0.08);
  border: 1px solid rgba(47, 148, 134, 0.24);
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 120ms ease;
}

.vertical-pet .pet-direction-edit:hover {
  background: rgba(47, 148, 134, 0.16);
  border-color: rgba(47, 148, 134, 0.42);
}


/* ══════════════════════════════════════════════════════════════════
   BUSINESS: Header + logo visibility fixes — 2026-08-21
   The site-header-reference has a white background (rgba(255,255,255,0.98)).
   Our dark-theme pass painted the header text light-blue, making it
   invisible on white. Restore to match Baby/Pet (dark text on white header).
   Also fix the Business logo being dark-on-dark in the welcome card.
   ══════════════════════════════════════════════════════════════════ */

/* ── Site header: dark text on white, same as other verticals ── */
.vertical-business .brand-home-text {
  color: #18212f;
}
.vertical-business .naming-menu-trigger {
  color: #18212f;
}
.vertical-business .naming-menu-trigger svg path {
  stroke: #18212f;
}
.vertical-business .site-nav-link,
.vertical-business .site-nav-signin {
  color: #566174;
}
.vertical-business .site-header-inner {
  background: transparent; /* header shell itself is white, no override needed */
}

/* ── Welcome card logo: light box wrapper — dark logo on light box = clear on dark card ── */
.vertical-business .baby-welcome .vertical-page-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 16px;
  padding: 10px 24px;
  background: rgba(220, 236, 250, 0.92);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.20);
}


/* ══════════════════════════════════════════════════════════════════
   PET: Remove empty form box on landing page — 2026-08-21
   Hiding the progress element exposed the polished-intake-form
   rendering as an empty white box. Strip its box styling before
   the interview starts; the individual question cards have their
   own styling so the form shell doesn't need it.
   ══════════════════════════════════════════════════════════════════ */

.vertical-pet:not(.pet-interview-started) .polished-intake-form {
  background: transparent;
  border: none;
  border-top: none;
  box-shadow: none;
  padding: 0;
  gap: 0;
  min-height: 0;
}

/* Also hide the empty confirmation placeholder on landing */
.vertical-pet:not(.pet-interview-started) .pet-answer-confirmation {
  display: none;
}

/* ══════════════════════════════════════════════════════════════════
   BUSINESS: Hide progress gauge and strip form box on landing page
   Same fix applied to Pet on 2026-08-21: the interview hasn't
   started so the progress element and form shell should be invisible.
   ══════════════════════════════════════════════════════════════════ */

/* Hide progress gauge on landing page — only visible once interview starts */
.vertical-business:not(.business-interview-started) .business-question-progress {
  display: none;
}

/* Strip box styling from polished-intake-form before interview starts */
.vertical-business:not(.business-interview-started) .polished-intake-form {
  background: transparent;
  border: none;
  border-top: none;
  box-shadow: none;
  padding: 0;
  gap: 0;
  min-height: 0;
}

/* Remove default logo bottom margin inside the business box wrapper */
.vertical-business .baby-welcome .vertical-page-logo-wrap .vertical-page-logo {
  margin: 0;
  display: block;
}

/* Invert the dark NamEngineBiz SVG on dark-background pages so it pops */
.vertical-business :is(
  .chosen-shell,
  .results-heading,
  .results-shell,
  .compare-shell,
  .detail-hero,
  .detail-shell,
  .feedback-shell
) > .vertical-page-logo {
  filter: brightness(0) invert(1);
  opacity: 0.90;
}

/* ══════════════════════════════════════════════════════════════════
   BUSINESS: AI brand concept image frame (chosen page)
   Shown above the static brand card when an AI concept is
   generating or ready after the user chooses a business name.
   ══════════════════════════════════════════════════════════════════ */

.business-concept-frame {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px 14px 10px;
  background: #ffffff;
  border: 1px solid rgba(63, 166, 160, 0.40);
  border-radius: 16px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(63, 166, 160, 0.12);
}

.business-concept-frame img,
.business-concept-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}

.business-concept-frame img {
  border: 1px solid rgba(63, 166, 160, 0.18);
}

.business-concept-frame figcaption {
  color: #607086;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.business-concept-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: rgba(148, 192, 228, 0.80);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 24%, rgba(63, 166, 160, 0.14), transparent 38%),
    radial-gradient(circle at 20% 78%, rgba(217, 164, 65, 0.08), transparent 36%),
    #0e1c36;
  border: 1px solid rgba(63, 166, 160, 0.18);
}

.business-concept-placeholder .portrait-monogram {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 64px;
  font-weight: 700;
  color: rgba(217, 164, 65, 0.72);
  line-height: 1;
}

.business-concept-placeholder .portrait-status {
  position: static;
  color: rgba(148, 192, 228, 0.65);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  max-width: 200px;
}

.business-concept-placeholder .portrait-progress {
  border-color: rgba(63, 166, 160, 0.30);
  border-top-color: #3fa6a0;
}

.business-concept-placeholder .portrait-retry {
  background: rgba(63, 166, 160, 0.80);
}

/* ── Intake textarea assist: starter chips + encouragement ── */
.textarea-starters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 8px 0 4px;
}

.textarea-starters[hidden] {
  display: none;
}

.textarea-starter-chip {
  min-height: auto;
  padding: 6px 12px;
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  transition: background 120ms ease, border-color 120ms ease;
}

.textarea-starter-chip:hover,
.textarea-starter-chip:focus-visible {
  background: var(--accent-warm-soft);
  border-color: var(--accent);
  outline: none;
}

.vertical-business .textarea-starter-chip {
  color: #e8f0fa;
  background: rgba(63, 166, 160, 0.12);
  border-color: rgba(63, 166, 160, 0.28);
}

.vertical-business .textarea-starter-chip:hover,
.vertical-business .textarea-starter-chip:focus-visible {
  background: rgba(63, 166, 160, 0.22);
  border-color: rgba(63, 166, 160, 0.55);
}

.textarea-encouragement {
  min-height: 18px;
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 800;
  transition: color 200ms ease, opacity 200ms ease;
  opacity: 0.82;
}

.textarea-encouragement[hidden] {
  display: none;
}

.textarea-encouragement[data-level="start"] { color: var(--muted); }
.textarea-encouragement[data-level="good"]  { color: #2f9486; }
.textarea-encouragement[data-level="strong"] { color: #2f9486; font-weight: 900; }

.vertical-business .textarea-encouragement[data-level="good"],
.vertical-business .textarea-encouragement[data-level="strong"] {
  color: rgba(92, 198, 190, 0.90);
}

/* ── Heritage search UI (baby intake Q3) ─────────────────────────────── */
.vertical-baby .heritage-search-wrap {
  position: relative;
  margin-top: clamp(22px, 4vh, 34px);
  margin-bottom: 12px;
}
.vertical-baby .heritage-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #9399a7;
  pointer-events: none;
  line-height: 1;
}
.vertical-baby .heritage-search-input {
  width: 100%;
  min-height: 56px;
  padding: 15px 44px 15px 46px;
  color: #29344f;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #d6dce7;
  border-radius: 15px;
  outline: none;
  box-shadow: 0 4px 14px rgba(41,52,79,.04);
  transition: border-color 180ms ease, box-shadow 180ms ease;
  -webkit-appearance: none;
}
.vertical-baby .heritage-search-input::placeholder { color: #b0b8c8; font-weight: 400; }
.vertical-baby .heritage-search-input:focus {
  border-color: #8295bb;
  box-shadow: 0 0 0 4px rgba(125,149,199,.13), 0 7px 20px rgba(41,52,79,.06);
}
.vertical-baby .heritage-clear-btn {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: none;
  align-items: center;
  justify-content: center;
  background: #eceef3;
  border: none;
  border-radius: 50%;
  color: #69758a;
  font-size: 15px;
  cursor: pointer;
  line-height: 1;
}
.vertical-baby .heritage-search-wrap.has-value .heritage-clear-btn { display: flex; }
.vertical-baby .heritage-no-results {
  grid-column: 1 / -1;
  padding: 6px 4px;
  color: #9399a7;
  font-size: 13px;
}
.vertical-baby .heritage-show-all {
  margin-top: 12px;
  background: none;
  border: none;
  color: #8c7080;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  display: inline-block;
}
.vertical-baby .heritage-show-all:hover { color: #202a40; }
.vertical-baby .heritage-custom-chip {
  border-style: dashed;
}
