.home a:focus-visible,.home button:focus-visible,.home select:focus-visible,.home input:focus-visible{outline:3px solid currentColor;outline-offset:4px}
.home h1,.home h2,.home h3{word-break:keep-all;overflow-wrap:anywhere}
.home img{max-width:100%}
@media(prefers-reduced-motion:reduce){.home *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
.home .hero{padding:32px 0;grid-template-columns:1.3fr 1fr;gap:40px;align-items:center}
.home .hero h1{font-size:38px;line-height:1.24;letter-spacing:-.045em}
.home .hero-sub{font-size:16px;line-height:1.7}
.home .hero-fig{aspect-ratio:16/10;border-radius:12px;overflow:hidden}
.home .hero-fig::after{display:none}
.home .hero-fig img{width:100%;height:100%;object-fit:cover}
.home .hero-badge{background:transparent;color:var(--peg-ink);padding:0}
.home .sec{padding-top:32px;padding-bottom:32px}
.home .sec h2{font-size:26px;letter-spacing:-.035em}
.home .sec-board{border-top:1px solid var(--line)}
.home .cat-grid{gap:24px}
.home .cat-card{box-shadow:none}
.home .home-bill-art{float:right;width:30%;height:160px;margin:0 0 24px 32px;overflow:hidden;border-radius:12px}
.home .home-bill-art img{width:100%;height:100%;object-fit:cover}
.home .peg-card{box-shadow:none}
@media(max-width:760px){.home .hero{padding:24px 0;gap:20px}
.home .hero h1{font-size:29px}
.home .hero-fig{width:100%;max-height:180px}
.home .home-bill-art{float:none;width:100%;height:140px;margin:16px 0}
.home .sec{padding-top:28px;padding-bottom:28px}
.home .sec h2{font-size:23px}
}


@media(max-width:760px){.home .hero{grid-template-columns:minmax(0,1fr)}.home .hero>div{grid-column:1;grid-row:1;min-width:0}.home .hero .hero-fig{grid-column:1;grid-row:2;margin:0;max-height:180px}.home .hero .hero-fig img{width:100%;height:100%;object-fit:cover}}
