/* Approved editorial hero. Scoped so service pages retain their existing layout. */
.hero:not(.hero--editorial) .hero-editorial-intro { display: contents; }
.hero:not(.hero--editorial) .hero-editorial-benefit,
.hero:not(.hero--editorial) .hero-current-industry { display: none; }
.landing-page .hero--editorial {
  --hero-inset: max(32px, calc((100vw - 1120px) / 2));
  width: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 530px auto auto;
  padding: 0;
  background: #f7f6f1;
  isolation: isolate;
}
.landing-page .hero--editorial .hero-copy,
.landing-page .hero--editorial .hero-media:not(.is-ai-campaign) { display: contents; }
.landing-page .hero--editorial .hero-copy > * { margin: 0; }
.landing-page .hero--editorial .hero-media .hero-photo {
  position: relative;
  inset: auto;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #173b2a;
  z-index: 0;
}
.hero--editorial .hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4,31,20,.87), rgba(4,31,20,.68) 45%, rgba(4,31,20,.10));
  z-index: 2;
}
.landing-page .hero--editorial .hero-slide img { object-position: center 45%; }
.landing-page .hero--editorial .hero-editorial-intro {
  grid-area: 1 / 1;
  z-index: 2;
  align-self: center;
  padding: 0 var(--hero-inset) 40px;
  pointer-events: none;
}
.landing-page .hero--editorial .eyebrow { color: #fff; font-size: 11px; letter-spacing: .09em; margin: 0 0 22px; }
.landing-page .hero--editorial h1 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(48px, 4.5vw, 64px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.045em;
  max-width: 850px;
  text-wrap: balance;
  margin: 0 0 24px;
}
.landing-page .hero--editorial .hero-lead { color: #fff; max-width: 640px; font-size: 19px; line-height: 1.5; margin: 0; }
.landing-page .hero--editorial .hero-report-card { display: none; }
.landing-page .hero--editorial .hero-media .hero-slider-dots {
  grid-area: 1 / 1;
  z-index: 3;
  position: relative;
  inset: auto;
  align-self: end;
  justify-self: start;
  display: flex;
  width: auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
  margin: 0 0 20px var(--hero-inset);
  padding: 0;
  transform: none;
  max-width: 400px;
}
.hero--editorial .hero-current-industry { width: 100%; font-size: 12px; color: white; }
.landing-page .hero--editorial .hero-slider-dots button {
  position: relative;
  width: 44px;
  height: 44px;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.hero--editorial .hero-slider-dots button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.hero--editorial .hero-slider-dots button::after { content: ""; display: block; width: 32px; height: 3px; background: #b9c6bc; opacity: .6; border-radius: 3px; }
.hero--editorial .hero-slider-dots button.is-active::after { background: #fff; opacity: 1; }
.hero--editorial .hero-slider-dots button:focus-visible { outline: 2px solid #f4c433; outline-offset: -3px; }
.landing-page .hero--editorial .hero-rotation-control { top: auto; bottom: 28px; right: var(--hero-inset); }
.landing-page .hero--editorial .hero-rotation-control button { color: #fff; background: rgba(4,31,20,.75); border: 1px solid rgba(255,255,255,.5); }
.landing-page .hero--editorial .hero-offer {
  grid-area: 2 / 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 32px;
  padding: 32px var(--hero-inset) 22px;
}
.landing-page .hero--editorial .hero-price { border-right: 1px solid #d8ddd6; padding: 0 24px 0 0; min-width: 0; gap: 6px; }
.landing-page .hero--editorial .hero-price span,
.hero--editorial .hero-editorial-benefit > span { font-size: 14px; font-weight: 700; text-transform: none; color: #17271e; }
.landing-page .hero--editorial .hero-price strong { font-size: 44px; }
.landing-page .hero--editorial .hero-price small { font-size: 11px; font-weight: 500; text-transform: none; }
.hero-editorial-benefit p { display: flex; align-items: baseline; gap: 10px; margin: 4px 0 0; font-size: 16px; }
.hero-editorial-benefit strong { font: bold 44px Georgia, serif; color: #0b5f3b; }
.landing-page .hero--editorial .hero-actions { gap: 10px; text-align: center; }
.landing-page .hero--editorial .hero-actions .button { min-height: 54px; width: 100%; padding: 16px 18px; }
.landing-page .hero--editorial .hero-actions .text-link { font-size: 13px; justify-self: center; }
.landing-page .hero--editorial .hero-assurances { grid-area: 3 / 1; max-width: none; justify-content: center; padding: 0 24px 24px; border: 0; gap: 12px 28px; }
.landing-page:has(.hero--editorial) .proof-band { display: none; }
.landing-page:has(.hero--editorial) .customer-goals .section-head { text-align: center; margin-inline: auto; }
.landing-page:has(.hero--editorial) .customer-goals h2 { font-family: Arial, Helvetica, sans-serif; font-weight: 700; letter-spacing: -.035em; text-wrap: balance; }
@media (max-width: 900px) {
  .landing-page .hero--editorial { grid-template-rows: clamp(240px, 58vw, 390px) auto auto auto; --hero-inset: 24px; }
  .hero--editorial .hero-photo::after { background: linear-gradient(0deg, rgba(4,31,20,.6), transparent 38%); }
  .landing-page .hero--editorial .hero-editorial-intro { grid-area: 2 / 1; padding: 28px var(--hero-inset) 0; }
  .landing-page .hero--editorial .eyebrow { color: #0b5f3b; margin: 0 0 16px; font-size: 10px; }
  .landing-page .hero--editorial h1 { color: #111713; font-size: clamp(36px, 6vw, 52px); max-width: 660px; margin: 0 0 20px; text-wrap: initial; }
  .landing-page .hero--editorial .hero-lead { color: #303a34; font-size: 17px; }
  .landing-page .hero--editorial .hero-offer { grid-area: 3 / 1; grid-template-columns: 1fr; gap: 20px; padding: 26px var(--hero-inset) 22px; }
  .landing-page .hero--editorial .hero-price { border: 0; border-radius: 0; border-top: 1px solid #d8ddd6; padding: 20px 0 0; display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .landing-page .hero--editorial .hero-price span { grid-area: 1 / 1; }
  .landing-page .hero--editorial .hero-price strong { grid-area: 1 / 2; font-size: 40px; }
  .landing-page .hero--editorial .hero-price small { grid-area: 2 / 1 / 3 / 3; }
  .hero--editorial .hero-editorial-benefit { display: none; }
  .landing-page .hero--editorial .hero-assurances { grid-area: 4 / 1; gap: 10px 20px; justify-content: flex-start; padding: 0 var(--hero-inset) 28px; }
  .landing-page .hero--editorial .hero-assurances span { font-size: 11px; }
  .landing-page .hero--editorial .hero-assurances span:first-child { display: none; }
  .landing-page .hero--editorial .hero-media .hero-slider-dots { margin-bottom: 0; max-width: calc(100% - 48px); }
  .landing-page .hero--editorial .hero-slider-dots button { width: 36px; min-width: 36px; }
  .hero--editorial .hero-slider-dots button::after { width: 26px; }
  .landing-page .hero--editorial .hero-rotation-control { display: none; }
}
@media (max-width: 360px) {
  .landing-page .hero--editorial { --hero-inset: 20px; }
  .landing-page .hero--editorial h1 { font-size: 34px; }
  .landing-page .hero--editorial .hero-slider-dots button { min-width: 32px; width: 32px; }
}
