/*
 * Compact section docks.
 * Intentionally loaded after main.css to replace oversized inner-page heroes.
 */
.page-hero,
.budget-hero,
.guide-hero,
.compare-hero,
.audio-hero {
  display: none !important;
}

.page-hero,
.budget-hero,
.guide-hero,
.compare-hero,
.audio-hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--light-line);
  background: linear-gradient(90deg,rgba(0,175,202,.055),transparent 34%),#fff;
  color: var(--ink);
}
.page-hero::after,
.budget-hero::after,
.guide-hero::after,
.compare-hero::after,
.audio-hero::after {
  position: absolute;
  top: 0;
  right: clamp(18px,4vw,72px);
  width: 104px;
  height: 7px;
  content: "";
  background: repeating-linear-gradient(90deg,var(--blue) 0 3px,transparent 3px 7px);
}
.page-hero .kicker,
.budget-hero .kicker,
.guide-hero .kicker,
.compare-hero .kicker,
.audio-hero .kicker {
  padding-left: 11px;
  border-left: 3px solid var(--blue);
  color: #087d91;
  font-family: ui-monospace,SFMono-Regular,Consolas,monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.5;
}
.page-hero h1,
.budget-hero h1,
.guide-hero h1,
.compare-hero h1,
.audio-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px,4.2vw,62px);
  font-weight: 690;
  letter-spacing: -.025em;
  line-height: 1.08;
  text-transform: none;
}
.page-hero h1 br,
.budget-hero h1 br,
.guide-hero h1 br,
.compare-hero h1 br,
.audio-hero h1 br { display: none; }
.page-hero h1 em,
.guide-hero h1 em,
.compare-hero h1 em {
  color: inherit;
  font-style: italic;
  font-weight: 620;
}
.page-hero p,
.budget-hero p,
.guide-hero-grid > div > p,
.compare-hero-row > div > p,
.audio-hero-grid > div:first-child > p {
  margin: 0;
  color: #52676f;
  font-size: 11px;
  line-height: 1.6;
}

.page-hero,
.page-hero.compact { padding: 0; }
.page-hero .container {
  display: grid;
  min-height: 158px;
  grid-template-columns: 125px minmax(260px,.7fr) minmax(260px,1fr);
  gap: clamp(24px,4vw,65px);
  align-items: center;
  padding-block: 30px;
}
.page-hero .container > h1:last-child { grid-column: 2 / -1; }
.picker-hero,
.setups-hero {
  display: block;
  min-height: 0;
}

.budget-hero { padding: 36px 0; }
.budget-hero-grid {
  grid-template-columns: minmax(0,1fr) minmax(300px,390px);
  gap: clamp(30px,5vw,75px);
  align-items: stretch;
}
.budget-hero-grid > div:first-child {
  display: grid;
  grid-template-columns: 115px minmax(220px,.7fr) minmax(270px,1fr);
  gap: 24px;
  align-items: center;
}
.budget-hero-grid > div:first-child .budget-price-notes { grid-column: 2 / -1; }
.budget-hero h1 { font-size: clamp(44px,5vw,68px); }
.budget-price-notes { margin-top: 0; }
.budget-price-notes span { min-height: 34px; font-size: 8px; }
.budget-honesty { padding: 20px 22px; }
.budget-honesty::after { display: none; }
.budget-honesty h2 {
  margin: 18px 0 9px;
  font-size: 22px;
  font-weight: 720;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.budget-honesty p { color: #b7cbd0; font-size: 10px; }

.guide-hero::before,
.compare-hero::before { display: none; }
.guide-hero-grid {
  display: block;
  min-height: 0;
  padding-block: 38px;
}
.guide-hero-grid > div:first-child {
  display: grid;
  grid-template-columns: 145px minmax(310px,.8fr) minmax(320px,1fr);
  gap: clamp(24px,4vw,64px);
  align-items: center;
}
.guide-hero-actions {
  grid-column: 2 / -1;
  margin-top: -4px;
}
.guide-hero-actions .button {
  min-height: 38px;
  border-radius: 2px;
  font-size: 9px;
}
.guide-map-card { display: none; }

.compare-hero { padding: 34px 0; }
.compare-hero > .container > .kicker {
  display: block;
  width: fit-content;
  margin-bottom: 18px;
}
.compare-hero-row {
  grid-template-columns: minmax(0,1fr) minmax(390px,.7fr);
  gap: clamp(35px,6vw,90px);
  align-items: center;
}
.compare-hero-row > div:first-child {
  display: grid;
  grid-template-columns: minmax(280px,.85fr) minmax(300px,1fr);
  gap: 32px;
  align-items: center;
}
.compare-hero h1 { margin: 0; }
.compare-steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--light-line);
  border-left: 1px solid var(--light-line);
}
.compare-steps span {
  display: block;
  min-height: 74px;
  padding: 12px;
  border-right: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
  font-size: 8px;
  line-height: 1.35;
}
.compare-steps b { display: block; margin-bottom: 7px; }

.audio-hero { padding: 0; }
.audio-hero-grid { display: block; }
.audio-hero-grid > div:first-child {
  display: grid;
  min-height: 168px;
  grid-template-columns: 125px minmax(290px,.75fr) minmax(300px,1fr);
  gap: clamp(24px,4vw,65px);
  align-items: center;
  padding-block: 30px;
}
.audio-signal { display: none; }

@media (max-width: 960px) {
  .page-hero .container,
  .audio-hero-grid > div:first-child {
    grid-template-columns: 105px minmax(230px,.8fr) 1fr;
    gap: 24px;
  }
  .budget-hero-grid { grid-template-columns: 1fr 330px; }
  .budget-hero-grid > div:first-child { grid-template-columns: 95px 1fr; }
  .budget-hero-grid > div:first-child > p { grid-column: 1 / -1; }
  .guide-hero-grid > div:first-child { grid-template-columns: 120px 1fr; }
  .guide-hero-grid > div:first-child > p { grid-column: 1 / -1; }
  .compare-hero-row { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .page-hero::after,
  .budget-hero::after,
  .guide-hero::after,
  .compare-hero::after,
  .audio-hero::after {
    right: 12px;
    width: 68px;
    height: 5px;
  }
  .page-hero .container,
  .audio-hero-grid > div:first-child,
  .guide-hero-grid > div:first-child,
  .budget-hero-grid > div:first-child,
  .compare-hero-row > div:first-child {
    display: block;
    min-height: 0;
    padding-block: 27px;
  }
  .page-hero .kicker,
  .audio-hero .kicker,
  .guide-hero .kicker,
  .budget-hero .kicker,
  .compare-hero .kicker {
    display: block;
    width: fit-content;
    margin-bottom: 14px;
  }
  .page-hero h1,
  .budget-hero h1,
  .guide-hero h1,
  .compare-hero h1,
  .audio-hero h1 {
    font-size: clamp(34px,11vw,46px);
  }
  .page-hero p,
  .budget-hero-grid > div:first-child > p,
  .guide-hero-grid > div:first-child > p,
  .compare-hero-row > div:first-child > p,
  .audio-hero-grid > div:first-child > p {
    margin-top: 13px;
    font-size: 10px;
  }
  .budget-hero,
  .compare-hero { padding: 0; }
  .budget-hero-grid { display: block; }
  .budget-price-notes { margin-top: 18px; }
  .budget-honesty { margin-bottom: 27px; padding: 18px; }
  .guide-hero-grid { padding-block: 0; }
  .guide-hero-actions { display: flex; margin: 18px 0 27px; }
  .guide-hero-actions .button { width: auto; }
  .compare-hero > .container > .kicker { margin: 27px 0 0; }
  .compare-hero-row > div:first-child { padding-top: 18px; }
  .compare-steps { margin-bottom: 27px; }
  .compare-steps span { min-height: 68px; padding: 9px; font-size: 7px; }
}
