/* Landing marki (front-page.php) — port ekranu screen-landing z makiety. */

.home .site-main{padding:0}
.home .footer{margin-top:0}

.lhero{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-xl);overflow:hidden;margin:32px 0}
.lhero-art{background:var(--black);display:flex;align-items:center;justify-content:center;padding:48px;min-height:380px}
.lhero-art .brand-logo{display:block;color:var(--on-black)}
.lhero-art .brand-logo svg{width:300px;height:70px;max-width:100%}
.lhero-copy{padding:52px 46px;display:flex;flex-direction:column;justify-content:center}
.lhero-copy h1{font-family:var(--fh);font-weight:600;font-size:38px;line-height:1.14;letter-spacing:-.028em;color:var(--ink);margin-top:16px}
.lhero-copy p{color:var(--ink-2);font-size:16px;line-height:1.6;margin:16px 0 0;max-width:34em}
.lhero-cta{display:flex;gap:11px;margin-top:26px;flex-wrap:wrap}
.lhero-note{margin-top:22px}

@media(max-width:1080px){
  .lhero{grid-template-columns:1fr}
  .lhero-art{min-height:220px;padding:36px}
}
@media(max-width:640px){
  .lhero-copy{padding:32px 24px}
  .lhero-copy h1{font-size:30px}
}
