.editorial-page {
  --accent: #2458e8;
  --accent-dark: #173ca9;
  --accent-soft: #edf3ff;
  --accent-wash: rgba(36, 88, 232, 0.1);
  --mint: #78cdb7;
  --warm: #ef835f;
  --editorial-line: rgba(10, 25, 48, 0.12);
  background: #f7f8fb;
}

.clinic-page {
  --accent: #087f8c;
  --accent-dark: #075f69;
  --accent-soft: #e8f7f5;
  --accent-wash: rgba(8, 127, 140, 0.11);
  --mint: #4eb49e;
  --warm: #e88969;
}

.editorial-page .skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  min-height: 44px;
  padding: 12px 16px;
  transform: translateY(-150%);
  border-radius: 4px;
  background: #fff;
  color: #091221;
  font-weight: 800;
  box-shadow: 0 12px 35px rgba(7, 20, 40, 0.22);
  transition-property: transform;
  transition-duration: 160ms;
}

.editorial-page .skip-link:focus {
  transform: translateY(0);
}

.editorial-page .brand,
.editorial-page .main-nav a {
  min-width: 44px;
  min-height: 44px;
}

.editorial-page .brand img {
  width: 128px;
  height: 35px;
  object-fit: contain;
}

.editorial-page .main-nav a::after {
  background: var(--accent);
}

.editorial-page .header-cta:hover,
.editorial-page .button-dark:hover {
  background: var(--accent);
}

.editorial-page .button-primary {
  background: var(--accent);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--accent) 28%, transparent);
}

.editorial-page .button-primary:hover {
  background: var(--accent-dark);
  box-shadow: 0 22px 46px color-mix(in srgb, var(--accent) 34%, transparent);
}

.editorial-page .button-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.editorial-page .button svg,
.editorial-page .text-arrow svg,
.editorial-page .mobile-cta svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.editorial-page .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 22px;
  color: var(--muted);
  font-size: 0.75rem;
}

.editorial-page .breadcrumbs a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.editorial-page .hero {
  padding-top: clamp(42px, 5vw, 70px);
  background:
    radial-gradient(circle at 82% 14%, var(--accent-wash), transparent 31%),
    radial-gradient(circle at 22% 92%, rgba(120, 205, 183, 0.08), transparent 28%),
    #f7f8fb;
}

.editorial-page .hero::after {
  right: -280px;
  background: radial-gradient(circle, var(--accent-wash), transparent 67%);
}

.editorial-page .hero h1 {
  max-width: 760px;
  letter-spacing: -0.047em;
}

.editorial-page .hero-grid {
  align-items: start;
}

.editorial-page .hero-lead {
  max-width: 690px;
}

.editorial-page .hero-lead strong {
  color: var(--ink-deep);
}

.editorial-page .hero-eyebrow {
  color: #43516a;
}

.editorial-page .hero-eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px var(--accent-wash);
}

.editorial-page .assurances li::before {
  background: var(--mint);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--mint) 16%, transparent);
}

.founder-editorial {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.18;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #121d2d;
  box-shadow:
    0 0 0 1px rgba(10, 25, 48, 0.09),
    0 46px 90px -48px rgba(10, 25, 48, 0.58);
}

.founder-editorial picture,
.founder-editorial img {
  display: block;
  width: 100%;
  height: 100%;
}

.founder-editorial img {
  object-fit: cover;
  object-position: 57% center;
}

.clinic-page .founder-editorial img {
  object-position: 56% center;
}

.founder-editorial::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(transparent, rgba(5, 14, 27, 0.9));
  pointer-events: none;
}

.founder-status {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(8, 18, 32, 0.66);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.founder-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--mint) 18%, transparent);
}

.founder-editorial figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 23px;
  left: 24px;
  color: #fff;
}

.founder-editorial figcaption small,
.founder-editorial figcaption strong,
.founder-editorial figcaption b {
  display: block;
}

.founder-editorial figcaption small {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-editorial figcaption strong {
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
}

.founder-editorial figcaption b {
  max-width: 440px;
  margin-top: 8px;
  color: #dce8ff;
  font-size: 0.76rem;
  line-height: 1.45;
}

.clinic-page .founder-editorial figcaption b {
  color: #d9f7f2;
}

.editorial-trust {
  background: #fff;
  border-top: 1px solid var(--editorial-line);
  border-bottom: 1px solid var(--editorial-line);
}

.editorial-trust .trust-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.editorial-trust p {
  min-width: 0;
  margin: 0;
  padding: 26px 22px;
  border-left: 1px solid var(--editorial-line);
}

.editorial-trust p:last-child {
  border-right: 1px solid var(--editorial-line);
}

.editorial-trust strong,
.editorial-trust span {
  display: block;
}

.editorial-trust strong {
  color: var(--ink-deep);
  font-family: var(--font-display);
  font-size: 1.08rem;
}

.editorial-trust span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.answer-block {
  background: #0c1422;
  color: #fff;
}

.answer-grid {
  display: grid;
  grid-template-columns: minmax(170px, 0.36fr) minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
  padding-block: clamp(62px, 7vw, 92px);
}

.answer-grid h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 1.07;
}

.answer-grid > div > p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.answer-grid dl {
  margin: 0;
}

.answer-grid dl div {
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.answer-grid dt {
  color: color-mix(in srgb, var(--mint) 88%, white);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.answer-grid dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.45;
}

.editorial-page .eyebrow {
  color: var(--accent);
}

.clinic-page .eyebrow,
.clinic-page .risk-row span {
  color: var(--accent-dark);
}

.editorial-page .eyebrow-light {
  color: color-mix(in srgb, var(--mint) 88%, white);
}

.process-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.process-map::before {
  content: "";
  position: absolute;
  top: 37px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), var(--mint));
  opacity: 0.34;
}

.process-step {
  position: relative;
  z-index: 1;
  min-height: 360px;
  padding: 24px 21px;
  border-top: 2px solid color-mix(in srgb, var(--accent) 32%, transparent);
  border-radius: 8px;
  background: #fff;
  box-shadow:
    0 0 0 1px var(--editorial-line),
    0 18px 45px -38px rgba(10, 25, 48, 0.5);
  transition-property: transform, box-shadow, border-color;
  transition-duration: 220ms;
  transition-timing-function: var(--ease);
}

.process-step:hover {
  transform: translateY(-5px);
  border-color: var(--accent);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--accent) 20%, transparent),
    0 30px 58px -40px rgba(10, 25, 48, 0.56);
}

.process-step > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 58px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 0.78rem;
}

.process-step h3 {
  margin-bottom: 13px;
  font-size: 1.1rem;
}

.process-step p {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.62;
}

.process-step ul {
  margin: 20px 0 0;
  padding: 17px 0 0;
  border-top: 1px solid var(--editorial-line);
  list-style: none;
}

.process-step li {
  position: relative;
  margin-top: 8px;
  padding-left: 15px;
  color: #42506a;
  font-size: 0.73rem;
}

.process-step li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
}

.scenario-section {
  background: #eef1f6;
  box-shadow: inset 0 1px var(--editorial-line), inset 0 -1px var(--editorial-line);
}

.scenario-shell {
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
  gap: 16px;
}

.scenario-tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.scenario-tabs button {
  display: grid;
  grid-template-columns: 46px 1fr 24px;
  gap: 13px;
  align-items: center;
  width: 100%;
  min-height: 74px;
  padding: 12px 14px;
  border: 1px solid var(--editorial-line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink-deep);
  cursor: pointer;
  text-align: left;
  transition-property: transform, border-color, background-color, box-shadow;
  transition-duration: 180ms;
  transition-timing-function: var(--ease);
}

.scenario-tabs button:hover {
  transform: translateX(3px);
  border-color: color-mix(in srgb, var(--accent) 36%, transparent);
}

.scenario-tabs button[aria-selected="true"] {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 14px 30px -26px rgba(10, 25, 48, 0.45);
}

.scenario-tabs button svg {
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scenario-tabs button strong,
.scenario-tabs button small {
  display: block;
}

.scenario-tabs button small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
}

.scenario-tabs button > i {
  width: 9px;
  height: 9px;
  border: solid currentColor;
  border-width: 1.5px 1.5px 0 0;
  transform: rotate(45deg);
  color: #8994a8;
}

.scenario-panel {
  min-height: 510px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 9px;
  background: #0d1726;
  color: #fff;
  box-shadow: 0 30px 65px -45px rgba(5, 18, 38, 0.68);
}

.scenario-panel-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 35px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.scenario-panel-top svg {
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 22%, transparent);
  color: color-mix(in srgb, var(--mint) 86%, white);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scenario-panel-top strong,
.scenario-panel-top small {
  display: block;
}

.scenario-panel-top strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.scenario-panel-top small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
}

.scenario-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.scenario-flow article {
  position: relative;
  min-width: 0;
  padding: 20px 17px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
}

.scenario-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: solid var(--mint);
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(45deg);
}

.scenario-flow span {
  color: var(--accent-dark);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-page .split-intro > p {
  color: #566173;
}

.scenario-flow strong {
  display: block;
  margin-top: 12px;
  font-size: 0.86rem;
  line-height: 1.36;
}

.scenario-flow p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  line-height: 1.45;
}

.scenario-outcome {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.scenario-outcome div {
  padding: 17px 19px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
}

.scenario-outcome small,
.scenario-outcome strong {
  display: block;
}

.scenario-outcome small {
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.scenario-outcome strong {
  margin-top: 6px;
  font-size: 0.79rem;
  line-height: 1.4;
}

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

.content-card {
  min-height: 310px;
  padding: 27px 24px;
  border-top: 2px solid color-mix(in srgb, var(--accent) 28%, transparent);
  border-radius: 8px;
  background: #fff;
  box-shadow:
    0 0 0 1px var(--editorial-line),
    0 18px 45px -38px rgba(10, 25, 48, 0.5);
}

.content-card svg {
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.content-card small {
  display: block;
  margin-top: 52px;
  color: var(--accent);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.content-card h3 {
  margin-top: 9px;
}

.content-card p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.proof-band {
  background: #0c1422;
  color: #fff;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(380px, 0.7fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: center;
}

.proof-layout h2 {
  color: #fff;
}

.proof-layout p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.72;
}

.proof-card {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.proof-card > small {
  color: color-mix(in srgb, var(--mint) 88%, white);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-card h3 {
  margin: 12px 0 22px;
  color: #fff;
  font-size: 1.5rem;
}

.proof-card dl {
  margin: 0;
}

.proof-card dl div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.proof-card dt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-card dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.8rem;
  line-height: 1.5;
}

.proof-card .text-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 20px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.proof-card .text-arrow:hover {
  color: color-mix(in srgb, var(--mint) 88%, white);
}

.risk-table {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--editorial-line);
  border-radius: 8px;
  background: var(--editorial-line);
}

.risk-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.5fr) minmax(0, 1fr) minmax(170px, 0.56fr);
  gap: 0;
  background: #fff;
}

.risk-row > * {
  min-width: 0;
  padding: 20px 22px;
}

.risk-row > * + * {
  border-left: 1px solid var(--editorial-line);
}

.risk-row strong {
  font-size: 0.86rem;
}

.risk-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.risk-row span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
}

.editorial-page .faq-layout {
  gap: clamp(46px, 8vw, 100px);
}

.editorial-page .faq-item button span {
  background: var(--accent-soft);
  color: var(--accent);
}

.editorial-page .faq-item button[aria-expanded="true"] span {
  background: var(--accent);
  color: #fff;
}

.editorial-page .faq-answer a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.editorial-meta-bar {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid var(--editorial-line);
  color: var(--muted);
  font-size: 0.73rem;
}

.editorial-meta-bar strong {
  margin-right: auto;
  color: var(--ink-deep);
}

.editorial-meta-bar time {
  white-space: nowrap;
}

.editorial-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.5fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: center;
}

.editorial-page .brief-section {
  background: var(--accent);
}

.editorial-page .brief-section .eyebrow {
  color: #fff;
}

.editorial-page .brief-section .brief-copy > p:not(.eyebrow) {
  color: #fff;
}

.editorial-page .brief-action {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.08);
}

.editorial-page .brief-action p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.79rem;
  line-height: 1.6;
}

.editorial-page .reveal {
  opacity: 1;
  transform: none;
  filter: none;
}

.js .editorial-page .reveal {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(4px);
}

.js .editorial-page .reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

.editorial-page .site-footer.footer-directory {
  padding: 0;
  background: #0e111a;
  color: #fff;
}

.editorial-page .footer-main {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 2fr);
  gap: 70px;
  padding-block: 64px 50px;
}

.editorial-page .footer-logo {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.editorial-page .footer-logo img {
  filter: brightness(0) invert(1);
}

.editorial-page .footer-brand-block > p {
  max-width: 290px;
  margin: 22px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.62;
}

.editorial-page .footer-contact {
  display: flex;
  align-items: center;
  min-height: 40px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.editorial-page .footer-directory-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.45fr 0.9fr 0.8fr;
  gap: 34px;
}

.editorial-page .footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.editorial-page .footer-column > strong,
.editorial-page .footer-insights > strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-page .footer-column a,
.editorial-page .footer-insights a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.73rem;
  line-height: 1.44;
}

.editorial-page .footer-column a:hover,
.editorial-page .footer-insights a:hover {
  color: #fff;
}

.editorial-page .footer-column a[aria-current="page"],
.editorial-page .footer-insights a[aria-current="page"] {
  color: color-mix(in srgb, var(--mint) 86%, white);
}

.editorial-page .footer-secondary {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.editorial-page .footer-insights {
  display: grid;
  grid-template-columns: 1.1fr repeat(6, minmax(0, 1fr));
  gap: 18px 24px;
  align-items: start;
  padding-block: 26px;
}

.editorial-page .footer-insights > strong {
  margin: 0;
}

.editorial-page .footer-bottom {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding-block: 23px;
  border: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.69rem;
}

.editorial-page .footer-bottom > span {
  margin-right: auto;
}

.editorial-page .footer-bottom > div {
  display: flex;
  gap: 24px;
}

.editorial-page .footer-bottom a {
  display: flex;
  align-items: center;
  min-height: 36px;
}

.editorial-page .mobile-cta {
  background: var(--accent);
}

@media (max-width: 1100px) {
  .editorial-page .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
    gap: 42px;
  }

  .process-map {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-map::before {
    display: none;
  }

  .scenario-flow {
    grid-template-columns: 1fr 1fr;
  }

  .scenario-flow article:not(:last-child)::after {
    display: none;
  }

  .editorial-page .footer-main {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 900px) {
  .editorial-page .main-nav {
    display: none;
  }

  .editorial-page .header-inner {
    grid-template-columns: 1fr auto;
  }

  .editorial-page .hero-grid,
  .answer-grid,
  .proof-layout,
  .editorial-brief {
    grid-template-columns: 1fr;
  }

  .founder-editorial {
    max-width: 700px;
    aspect-ratio: 1.34;
  }

  .editorial-trust .trust-inner {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-trust p:nth-child(3) {
    border-top: 1px solid var(--editorial-line);
  }

  .editorial-trust p:nth-child(4) {
    border-top: 1px solid var(--editorial-line);
  }

  .scenario-shell,
  .editorial-page .faq-layout {
    grid-template-columns: 1fr;
  }

  .scenario-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .content-grid {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-page .footer-directory-grid {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-page .footer-insights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .editorial-page .header-cta {
    display: none;
  }

  .editorial-page .header-inner {
    min-height: 66px;
  }

  .editorial-page .breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .editorial-page .breadcrumbs::-webkit-scrollbar {
    display: none;
  }

  .editorial-page .hero {
    padding-top: 32px;
  }

  .editorial-page .hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.65rem);
  }

  .editorial-page .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .editorial-page .hero-actions .button {
    width: 100%;
  }

  .founder-editorial {
    aspect-ratio: 0.94;
  }

  .founder-editorial img,
  .clinic-page .founder-editorial img {
    object-position: 58% center;
  }

  .founder-editorial figcaption {
    right: 17px;
    bottom: 17px;
    left: 17px;
  }

  .founder-status {
    top: 14px;
    left: 14px;
  }

  .editorial-trust .trust-inner,
  .process-map,
  .scenario-tabs,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .editorial-trust p,
  .editorial-trust p:last-child {
    border: 0;
    border-top: 1px solid var(--editorial-line);
  }

  .answer-grid {
    padding-block: 60px;
  }

  .scenario-panel {
    min-height: 0;
    padding: 24px 18px;
  }

  .scenario-flow,
  .scenario-outcome {
    grid-template-columns: 1fr;
  }

  .scenario-flow article {
    min-height: 128px;
  }

  .risk-row {
    grid-template-columns: 1fr;
  }

  .risk-row > * + * {
    border-top: 1px solid var(--editorial-line);
    border-left: 0;
  }

  .proof-card {
    padding: 24px 20px;
  }

  .proof-card dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .editorial-page .footer-main {
    padding-block: 50px 42px;
  }

  .editorial-meta-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .editorial-meta-bar strong {
    margin-right: 0;
  }

  .editorial-page .footer-directory-grid,
  .editorial-page .footer-insights {
    grid-template-columns: 1fr;
  }

  .editorial-page .footer-bottom,
  .editorial-page .footer-bottom > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-page *,
  .editorial-page *::before,
  .editorial-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .editorial-page .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
