.home-editorial main { background: var(--paper); }

.home-editorial .section--editorial {
  padding: clamp(48px, 5.6vw, 78px) 0;
  border-top: 1px solid rgba(32, 64, 56, 0.12);
}

.home-editorial .hero + .section--editorial {
  border-top: 0;
}

.home-editorial .section--mist {
  background: var(--paper);
}

.home-editorial .editorial-intro {
  max-width: 720px;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.home-editorial .editorial-intro p:not(.kicker),
.home-editorial .editorial-split > p,
.home-editorial .entry-copy p,
.home-editorial .about-copy p {
  color: var(--ink-soft);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.78;
}

.home-editorial .editorial-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
}

.home-editorial .editorial-route {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: 28px auto;
  gap: 12px;
  min-height: 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(15, 74, 67, 0.26);
  background: transparent;
  color: var(--ink-soft);
  text-decoration: none;
  transition:
    border-color 220ms ease,
    color 220ms ease;
}

.home-editorial .editorial-route__panel {
  position: relative;
  isolation: isolate;
  z-index: 0;
  display: grid;
  grid-template-rows: 54px 116px auto;
  gap: 12px;
}

.home-editorial .editorial-route__panel::before {
  content: "";
  position: absolute;
  inset: -10px -14px -12px;
  z-index: 0;
  border-radius: 11px;
  background: var(--teal-deep);
  opacity: 0;
  transform: scale(0.985);
  transition:
    opacity 220ms ease,
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-editorial .editorial-route__panel > * {
  position: relative;
  z-index: 1;
}

.home-editorial .editorial-route:hover,
.home-editorial .editorial-route:focus-visible {
  border-top-color: rgba(15, 74, 67, 0.34);
  color: var(--paper-on-dark);
  outline: none;
  text-decoration: none;
}

.home-editorial .editorial-route:hover .editorial-route__panel::before,
.home-editorial .editorial-route:focus-visible .editorial-route__panel::before {
  opacity: 1;
  transform: scale(1);
}

.home-editorial .editorial-route strong {
  display: block;
  color: var(--ink);
  font-family: var(--cn-serif);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 500;
  line-height: 1.34;
  transition: color 220ms ease;
}

.home-editorial .editorial-route span {
  color: var(--ink-soft);
  line-height: 1.72;
  transition: color 220ms ease;
}

.home-editorial .editorial-route__num {
  display: block;
  line-height: 1.72;
}

.home-editorial .editorial-route em,
.home-editorial .text-arrow {
  color: var(--teal);
  font-family: var(--sans);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color var(--t-fast), transform var(--t-fast);
}

.home-editorial .editorial-route em {
  transform: translateY(3px);
}

.home-editorial .editorial-route:hover .editorial-route__panel strong,
.home-editorial .editorial-route:focus-visible .editorial-route__panel strong {
  color: rgba(247, 245, 239, 0.96);
}

.home-editorial .editorial-route:hover .editorial-route__panel span,
.home-editorial .editorial-route:focus-visible .editorial-route__panel span {
  color: rgba(247, 245, 239, 0.76);
}

.home-editorial .editorial-route:hover .editorial-route__num,
.home-editorial .editorial-route:focus-visible .editorial-route__num {
  color: rgba(15, 74, 67, 0.72);
}

.home-editorial .editorial-route:hover .editorial-route__panel em,
.home-editorial .editorial-route:focus-visible .editorial-route__panel em {
  color: rgba(247, 245, 239, 0.96);
  transform: translate(3px, 3px);
  text-decoration: none;
}

.home-editorial .text-arrow:hover {
  color: var(--teal-strong);
  transform: translateX(3px);
  text-decoration: none;
}

.home-editorial .editorial-split {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(320px, 1fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: end;
  margin-bottom: clamp(34px, 4.4vw, 52px);
}

.home-editorial .editorial-split h2,
.home-editorial .entry-copy h2,
.home-editorial .about-copy h2,
.home-editorial .faq-editorial h2 {
  margin-bottom: 0;
}

.home-editorial .issue-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(42px, 5vw, 76px);
  border-top: 1px solid rgba(15, 74, 67, 0.18);
}

.home-editorial .issue-row {
  display: grid;
  grid-template-columns: 9.5em 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(15, 74, 67, 0.14);
}

.home-editorial .issue-row strong {
  color: var(--teal-deep);
  font-family: var(--cn-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.home-editorial .issue-row span {
  color: var(--ink-soft);
  line-height: 1.72;
}

.home-editorial .entry-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.home-editorial .entry-copy {
  position: static;
}

.home-editorial .toolbox-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  grid-auto-rows: 112px;
  gap: 14px;
  min-height: 352px;
}

.home-editorial .toolbox-frame {
  display: flex;
  align-items: flex-end;
  min-height: 0;
  padding: 16px;
  border: 1px solid rgba(15, 74, 67, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(252, 251, 247, 0.78), rgba(230, 238, 233, 0.32)),
    repeating-linear-gradient(0deg, rgba(15, 74, 67, 0.08) 0, rgba(15, 74, 67, 0.08) 1px, transparent 1px, transparent 22px);
}

.home-editorial .toolbox-frame--tall {
  grid-row: span 3;
}

.home-editorial .toolbox-frame--soft {
  grid-row: span 2;
  background:
    linear-gradient(155deg, rgba(15, 74, 67, 0.08), rgba(247, 245, 239, 0.82)),
    repeating-linear-gradient(0deg, rgba(15, 74, 67, 0.07) 0, rgba(15, 74, 67, 0.07) 1px, transparent 1px, transparent 24px);
}

.home-editorial .toolbox-frame span {
  color: rgba(15, 74, 67, 0.76);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-editorial .about-editorial {
  display: block;
  max-width: none;
}

.home-editorial .about-consulting {
  min-height: clamp(420px, 42vw, 620px);
}

.home-editorial .about-copy {
  max-width: 720px;
}

.home-editorial #about-brief {
  max-width: 720px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.24;
}

.home-editorial .boundary-note {
  display: grid;
  grid-template-columns: 7.5em 1fr;
  gap: 20px;
  max-width: 1180px;
  margin-top: clamp(46px, 5.5vw, 72px);
  padding: 10px 18px 10px 16px;
  border: 1px solid rgba(15, 74, 67, 0.16);
  border-left: 4px solid var(--teal-deep);
  border-radius: 8px;
  background: var(--surface);
}

.home-editorial .boundary-note span {
  display: block;
  margin-bottom: 0;
  color: var(--teal-deep);
  font-family: var(--cn-serif);
  font-size: 18px;
  line-height: 1.35;
}

.home-editorial .boundary-note p {
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.68;
  margin-bottom: 0;
}

.home-editorial .about-consulting .about-copy p {
  color: var(--muted-on-dark);
}

.home-editorial .about-consulting .boundary-note {
  border-color: var(--line-on-dark);
  border-left-color: var(--clay-2);
  background: rgba(238, 241, 233, 0.05);
}

.home-editorial .about-consulting .boundary-note span {
  color: var(--paper-on-dark);
}

.home-editorial .about-consulting .boundary-note p {
  color: var(--muted-on-dark);
}

.home-editorial .faq-editorial {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.home-editorial .section--faq-compact {
  padding-top: clamp(32px, 4vw, 52px);
  padding-bottom: clamp(34px, 4.2vw, 56px);
}

.home-editorial .compact-qa {
  border-top: 1px solid rgba(15, 74, 67, 0.18);
}

.home-editorial .compact-qa__item {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1.2fr);
  gap: 22px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(15, 74, 67, 0.13);
}

.home-editorial .compact-qa__item h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.home-editorial .compact-qa__item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 1.72;
}

.home-editorial .compact-qa > .text-arrow {
  display: inline-flex;
  margin-top: 14px;
}

.home-editorial .section--faq-compact .text-nowrap {
  white-space: nowrap;
}

.home-editorial #next-step {
  font-size: clamp(22px, 2.4vw, 30px);
}

.home-editorial .section[aria-labelledby="next-step"] {
  padding-top: clamp(34px, 4.2vw, 56px);
  padding-bottom: clamp(34px, 4.2vw, 56px);
}

.home-editorial .final {
  background: var(--surface);
  box-shadow: none;
  margin-right: -3px;
  padding: clamp(30px, 5vw, 52px);
}

.home-editorial .final.reveal {
  opacity: 1;
  transform: none;
}

.home-editorial .final h2 {
  margin-bottom: 12px;
}

.home-editorial .final p {
  max-width: 88ch;
  margin-bottom: 0;
  line-height: 1.68;
}

.home-editorial .final .actions {
  margin-top: 22px;
}

.home-editorial .site-footer {
  margin-top: 0;
}

@media (max-width: 980px) {
  .home-editorial .editorial-routes,
  .home-editorial .editorial-split,
  .home-editorial .entry-layout,
  .home-editorial .about-editorial,
  .home-editorial .faq-editorial {
    grid-template-columns: 1fr;
  }

  .home-editorial .entry-copy {
    position: static;
  }

  .home-editorial .issue-list,
  .home-editorial .toolbox-showcase {
    grid-template-columns: 1fr;
  }

  .home-editorial .toolbox-showcase {
    grid-auto-rows: 92px;
    min-height: 0;
  }

  .home-editorial .toolbox-frame,
  .home-editorial .toolbox-frame--tall,
  .home-editorial .toolbox-frame--soft {
    grid-row: auto;
    min-height: 112px;
  }
}

@media (max-width: 760px) {
  .home-editorial .section--editorial {
    padding: 38px 0;
  }

  .home-editorial .editorial-intro {
    margin-bottom: 28px;
  }

  .home-editorial .editorial-route {
    grid-template-rows: auto;
    min-height: 0;
    padding-top: 16px;
    gap: 9px;
  }

  .home-editorial .editorial-route__panel {
    grid-template-rows: auto;
    gap: 9px;
  }

  .home-editorial .editorial-route__panel br {
    display: none;
  }

  .home-editorial .editorial-route__panel::before {
    inset: -12px 0 -14px;
    border-radius: 11px;
    display: none;
  }

  .home-editorial .editorial-route:hover,
  .home-editorial .editorial-route:focus-visible {
    border-top-color: rgba(15, 74, 67, 0.26);
    color: var(--ink-soft);
  }

  .home-editorial .editorial-route:hover .editorial-route__panel strong,
  .home-editorial .editorial-route:focus-visible .editorial-route__panel strong {
    color: var(--ink);
  }

  .home-editorial .editorial-route:hover .editorial-route__panel span,
  .home-editorial .editorial-route:focus-visible .editorial-route__panel span {
    color: var(--ink-soft);
  }

  .home-editorial .editorial-route:hover .editorial-route__num,
  .home-editorial .editorial-route:focus-visible .editorial-route__num {
    color: var(--ink-soft);
  }

  .home-editorial .editorial-route:hover .editorial-route__panel em,
  .home-editorial .editorial-route:focus-visible .editorial-route__panel em {
    color: var(--teal);
    transform: translateY(3px);
  }

  .home-editorial .issue-row,
  .home-editorial .compact-qa__item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-editorial .issue-row {
    padding: 18px 0;
  }

  .home-editorial .compact-qa__item {
    padding: 14px 0;
  }

  .home-editorial .section--faq-compact .text-nowrap {
    white-space: normal;
  }

  .home-editorial .entry-card {
    min-height: 0;
    padding: 22px 20px;
  }

  .home-editorial .boundary-note {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 13px 0 13px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-editorial .editorial-route,
  .home-editorial .editorial-route__panel,
  .home-editorial .editorial-route strong,
  .home-editorial .editorial-route span,
  .home-editorial .editorial-route em {
    transition-duration: 1ms;
  }

  .home-editorial .editorial-route:hover,
  .home-editorial .editorial-route:focus-visible {
    transform: none;
  }

  .home-editorial .editorial-route__panel::before {
    transition-duration: 1ms;
  }
}
