/* Praxoria Startseite – v515 hero copy + visual tuning
   Scope: index.html only. Goal: reduce copy redundancy and make the hero read as one composed opening. */

body.homeRefinedV515{
  --home-v515-rule: color-mix(in oklab, var(--border) 48%, transparent);
  --home-v515-rule-soft: color-mix(in oklab, var(--border) 24%, transparent);
  --home-v515-ink: color-mix(in oklab, var(--text) 84%, var(--muted));
  --home-v515-muted: color-mix(in oklab, var(--text) 58%, var(--muted));
  --home-v515-accent: color-mix(in oklab, var(--accent) 64%, var(--text));
}

body.homeRefinedV515 .hero.heroPanel{
  grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
  column-gap: clamp(42px, 5.6vw, 86px);
  row-gap: clamp(18px, 2.2vw, 28px);
  padding: clamp(30px, 3.6vw, 44px) clamp(28px, 3.7vw, 46px) clamp(20px, 2.4vw, 30px);
  background:
    radial-gradient(780px 480px at 0% 4%, color-mix(in oklab, var(--accent) 10%, transparent), transparent 63%),
    radial-gradient(620px 420px at 78% 6%, color-mix(in oklab, var(--accent3) 7%, transparent), transparent 68%),
    linear-gradient(180deg,
      color-mix(in oklab, var(--surface) 96%, white 4%),
      color-mix(in oklab, var(--surface2) 78%, transparent)
    );
}

body.homeRefinedV515 .hero.heroPanel::after{
  right: -210px;
  top: 46px;
  width: 620px;
  opacity: .38;
  filter: blur(.35px);
}

body.homeRefinedV515 .hero.heroPanel > div:first-child{
  align-self: center;
  padding-top: 0;
}

body.homeRefinedV515 .hero h1{
  max-width: 11.8ch;
  margin-bottom: clamp(14px, 1.8vw, 22px);
}

body.homeRefinedV515 .subline{
  max-width: 58ch;
  margin-top: 0;
  color: var(--home-v515-ink);
  font-size: clamp(1.08rem, 1.18vw, 1.22rem);
  line-height: 1.58;
  letter-spacing: -.012em;
}

body.homeRefinedV515 .heroEditorialNote{
  max-width: 61ch;
  margin-top: clamp(16px, 1.9vw, 22px);
  padding-left: clamp(14px, 1.6vw, 19px);
  border-left: 2px solid color-mix(in oklab, var(--accent) 38%, var(--border));
  color: var(--home-v515-muted);
  line-height: 1.68;
  font-size: clamp(.98rem, 1.04vw, 1.06rem);
}

body.homeRefinedV515 .heroProductStage{
  max-width: 500px;
  align-self: center;
  margin-top: 0;
  padding: clamp(9px, 1vw, 12px);
  background:
    linear-gradient(180deg, color-mix(in oklab, var(--surface) 92%, white 8%), color-mix(in oklab, var(--surface2) 76%, transparent));
  box-shadow: 0 24px 72px rgba(15,23,42,.075);
}

body.homeRefinedV515 .heroProductImage{
  max-height: 252px;
  aspect-ratio: 1.55 / 1;
}

body.homeRefinedV515 .heroCockpitSheet{
  margin-top: clamp(-20px, -2vw, -14px);
  box-shadow: 0 15px 34px rgba(15,23,42,.076);
}

body.homeRefinedV515 .previewKicker,
body.homeRefinedV515 .heroBenefitEyebrow{
  letter-spacing: .19em;
}

body.homeRefinedV515 .heroBenefitBand{
  margin-top: clamp(16px, 2.2vw, 28px);
  padding: clamp(17px, 2.05vw, 24px) 0 0;
  border-top: 1px solid var(--home-v515-rule);
}

body.homeRefinedV515 .heroBenefitItem{
  padding-inline: clamp(20px, 2.6vw, 34px);
  gap: 6px;
}

body.homeRefinedV515 .heroBenefitItem + .heroBenefitItem{
  border-left-color: var(--home-v515-rule-soft);
}

body.homeRefinedV515 .heroBenefitEyebrow{
  color: color-mix(in oklab, var(--accent) 52%, var(--muted));
}

body.homeRefinedV515 .heroBenefitItem strong{
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  letter-spacing: -.018em;
}

body.homeRefinedV515 .heroBenefitItem span:last-child{
  max-width: 35ch;
  color: color-mix(in oklab, var(--text) 62%, var(--muted));
  font-size: .88rem;
  line-height: 1.42;
}

body.homeRefinedV515 .band.startBand{
  margin-top: clamp(8px, 1.3vw, 18px) !important;
}

body.homeRefinedV515 .band.startBand .sectionTitle{
  margin-bottom: clamp(14px, 1.8vw, 22px);
}

@media (max-width: 1080px){
  body.homeRefinedV515 .hero.heroPanel{
    grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr);
    column-gap: clamp(28px, 4vw, 48px);
  }
  body.homeRefinedV515 .heroBenefitItem{
    padding-inline: clamp(16px, 2.2vw, 24px);
  }
}

@media (max-width: 900px){
  body.homeRefinedV515 .hero.heroPanel{
    grid-template-columns: 1fr;
  }
  body.homeRefinedV515 .heroProductStage{
    max-width: min(100%, 620px);
    justify-self: start;
  }
  body.homeRefinedV515 .heroProductImage{
    max-height: none;
  }
}

@media (max-width: 760px){
  body.homeRefinedV515 .hero.heroPanel{
    padding: 24px 18px 18px;
  }
  body.homeRefinedV515 .heroEditorialNote{
    padding-left: 13px;
  }
  body.homeRefinedV515 .heroBenefitBand{
    margin-top: 14px;
    padding-top: 6px;
  }
  body.homeRefinedV515 .heroBenefitItem,
  body.homeRefinedV515 .heroBenefitItem:first-child{
    padding: 12px 0 12px 14px;
  }
}
