/* ============================================================
   CANHEAL V9.1 · FINAL HERO POLISH
   Final desktop proportion pass: calmer, tighter, more premium.
   ============================================================ */

@media (min-width: 921px){
  .v9-premium .hero{
    min-height:clamp(790px,88svh,920px);
    justify-content:center;
    padding:124px 0 34px;
  }

  .v9-premium .hero-layout{
    grid-template-columns:minmax(0,1.18fr) minmax(410px,.82fr);
    gap:72px;
    align-items:center;
  }

  .v9-premium .hero-copy{
    align-self:center;
    padding-top:2px;
  }

  .v9-premium .hero h1{
    font-size:clamp(3.85rem,5.45vw,6.65rem);
    line-height:.985;
    letter-spacing:-.05em;
    margin:22px 0 24px;
    max-width:940px;
  }

  .v9-premium .hero h1 em:after{
    right:3%;
    left:24%;
    bottom:-5px;
    height:4px;
    opacity:.48;
  }

  .v9-premium .hero-lead{
    max-width:735px;
    font-size:1.12rem;
    line-height:1.76;
    color:#4e6259;
    margin-bottom:29px;
  }

  .v9-premium .hero-actions{
    gap:11px;
  }

  .v9-premium .hero-actions .button{
    min-height:52px;
    padding-inline:23px;
  }

  .v9-premium .hero-trust{
    margin-top:25px;
    color:#6f7f77;
  }

  .v9-premium .hero-system{
    min-height:598px;
    padding:28px;
    border-radius:28px;
    box-shadow:0 30px 78px rgba(9,40,31,.145);
  }

  .v9-premium .system-topline{
    padding-bottom:15px;
  }

  .v9-premium .system-core{
    height:236px;
  }

  .v9-premium .r1{width:102px;height:102px}
  .v9-premium .r2{width:174px;height:174px}
  .v9-premium .r3{width:238px;height:238px}

  .v9-premium .core-center b{
    font-size:2.05rem;
  }

  .v9-premium .system-steps li{
    grid-template-columns:44px 1fr;
    gap:13px;
    padding:16px 0;
  }

  .v9-premium .system-steps b{font-size:.92rem}
  .v9-premium .system-steps small{font-size:.75rem}

  .v9-premium .hero-bottom{
    margin-top:24px;
    padding-top:0;
    min-height:18px;
    align-items:center;
    opacity:.8;
  }

  .v9-premium .hero-bottom span,
  .v9-premium .hero-bottom a{
    letter-spacing:.16em;
  }

  .v9-premium .hero-bottom a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#52675d;
    font-weight:500;
  }

  .v9-premium .hero-bottom a b{
    color:var(--gold);
    font-size:.82rem;
  }

  .v9-premium .header-cta{
    min-height:46px;
    display:inline-flex;
    align-items:center;
    padding:0 22px;
    border-radius:999px;
    border-width:1px;
    font-size:.86rem;
    box-shadow:0 8px 22px rgba(91,71,41,.055);
  }

  .v9-premium .kicker{
    font-size:.65rem;
    letter-spacing:.21em;
  }
}

@media (min-width: 921px) and (max-width: 1180px){
  .v9-premium .hero{
    min-height:820px;
    padding-top:116px;
  }
  .v9-premium .hero-layout{
    grid-template-columns:minmax(0,1fr) 410px;
    gap:42px;
  }
  .v9-premium .hero h1{
    font-size:clamp(3.65rem,5.8vw,5.35rem);
  }
  .v9-premium .hero-system{
    min-height:575px;
  }
  .v9-premium .system-core{height:220px}
}
