/* FORTHEA – Kontakt: oprava ořezu hlavičky a textu hero */
@media (min-width:761px){
  .header{overflow:visible}
  .nav{overflow:visible}
  .brand{display:flex;align-items:center;height:68px;overflow:visible;flex:0 0 auto}
  .brand img{width:265px;height:53px;object-fit:contain;object-position:left center;overflow:visible}

  /* Hero nesmí useknout spodní část úvodního textu. */
  .page-hero{height:auto;min-height:220px;padding:42px 0 34px;overflow:hidden}
  .page-hero .container{position:relative;z-index:2}
  .page-hero h1{margin:4px 0 14px}
  .page-hero p{margin:0;line-height:1.55}
}

@media (min-width:761px) and (max-height:700px){
  .header{height:60px}
  .nav{height:60px}
  .brand{height:60px}
  .brand img{width:265px;height:53px}
  .page-hero{min-height:205px;padding:32px 0 28px}
}
