/* Tablet hero prototype — only the approved three-route comparison set. */
body.tablet-hero-prototype-page .tablet-hero-prototype {
  --tablet-hero-anchor: 148px;
  --tablet-hero-bottom: 66px;
  --tablet-hero-gap: 24px;
  position: relative;
  min-height: 690px;
  padding: var(--tablet-hero-anchor) 0 var(--tablet-hero-bottom);
  overflow: hidden;
  background: linear-gradient(115deg, var(--surface-dark) 0%, var(--surface-dark-alt) 100%);
}
body.tablet-hero-prototype-page .tablet-hero-prototype::before { content: none; }

body.tablet-hero-prototype-page.reach-hub-page .tablet-hero-prototype { margin-top: -24px; }
body.tablet-hero-prototype-page.method-mock-page .tablet-hero-prototype { margin-top: -100px; }

body.tablet-hero-prototype-page .tablet-hero-prototype .home-v2-hero-grid.shell {
  position: relative; z-index: 2; display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.7fr);
  gap: var(--tablet-hero-gap); align-items: start;
}
body.tablet-hero-prototype-page .tablet-hero-prototype .home-v2-hero-copy { width: 100%; max-width: 510px; margin: 0; padding: 0; }
body.tablet-hero-prototype-page .tablet-hero-prototype :is(.breadcrumbs, .rex-breadcrumbs) {
  display: flex; flex-wrap: wrap; align-items: center; min-height: 18px;
  margin: 0 0 14px; color: var(--border-light-strong); font-size: 0.7rem; line-height: 1.4;
}
body.tablet-hero-prototype-page .tablet-hero-prototype :is(.breadcrumbs, .rex-breadcrumbs) a { color: var(--text-inverse); }
body.tablet-hero-prototype-page .tablet-hero-prototype .eyebrow,
body.tablet-hero-prototype-page .tablet-hero-prototype .rex-eyebrow {
  min-height: 18px; margin: 0 0 14px; color: var(--orange-bright); font-size: 0.7rem;
  font-weight: 800; letter-spacing: 0.16em; line-height: 1.4; text-transform: uppercase;
}
body.tablet-hero-prototype-page .tablet-hero-prototype h1 {
  max-width: 510px; margin: 0; color: var(--text-inverse); font-size: clamp(3.15rem, 7.6vw, 4.5rem);
  font-weight: 500; line-height: 0.92; letter-spacing: -0.035em;
}
body.tablet-hero-prototype-page .tablet-hero-prototype h1 em { color: var(--orange-bright); font-weight: 500; }
body.tablet-hero-prototype-page .tablet-hero-prototype :is(.hero-text, .rex-hero-lead) {
  max-width: 490px; margin: 18px 0 0; color: var(--text-inverse-muted); font-size: 0.94rem; line-height: 1.68;
}
body.tablet-hero-prototype-page .tablet-hero-prototype :is(.home-v2-hero-actions, .rex-actions) {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 18px;
}
body.tablet-hero-prototype-page .tablet-hero-prototype .home-v2-trust-row { margin-top: 24px; }
body.tablet-hero-prototype-page .tablet-hero-prototype .canonical-hero-media {
  width: 100%; height: auto; aspect-ratio: 4 / 3; margin: 0; overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 14px; background: var(--surface-dark-alt);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
}
body.tablet-hero-prototype-page .tablet-hero-prototype .canonical-hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
body.tablet-hero-prototype-page.method-mock-page .tablet-hero-prototype .canonical-hero-media { display: grid; place-items: center; }
body.tablet-hero-prototype-page.method-mock-page .tablet-hero-prototype .canonical-hero-media img { width: min(100%, 455px); height: auto; max-height: 330px; object-fit: contain; }
body.tablet-hero-prototype-page.home-page .tablet-hero-prototype { background: var(--surface-dark); }
body.tablet-hero-prototype-page.home-page .tablet-hero-prototype::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(13, 13, 18, 0.97) 0%, rgba(13, 13, 18, 0.9) 48%, rgba(40, 19, 30, 0.68) 100%), url("../../../images/hero-online-coaching-background.webp") center / cover;
  pointer-events: none;
}
body.tablet-hero-prototype-page.home-page .tablet-hero-prototype .home-v2-hero-grid.shell { grid-template-columns: minmax(0, 1fr); }
body.tablet-hero-prototype-page.home-page .tablet-hero-prototype .home-v2-hero-copy { max-width: 620px; }
body.tablet-hero-prototype-page.home-page .tablet-hero-prototype .canonical-hero-media { display: none; }

@media (max-width: 768px) {
  body.tablet-hero-prototype-page.home-page .tablet-hero-prototype { margin-top: -14px; }
}

@media (min-width: 1000px) {
  body.tablet-hero-prototype-page.reach-hub-page .tablet-hero-prototype { margin-top: -64px; }
}
