/* 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}
/* Prawa kolumna hero to zdjęcie (było: czarny panel z logo). */
.lhero-art{background:var(--surface-2);min-height:380px;position:relative;overflow:hidden}
.lhero-art img{width:100%;height:100%;object-fit:cover;display:block}
.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}
}
@media(max-width:640px){
  .lhero-copy{padding:32px 24px}
  .lhero-copy h1{font-size:30px}
}
