.home-promotions{padding:28px 0 38px}
.home-promotions__wrap{width:100%;max-width:var(--max,1280px);margin:0 auto;padding:0 22px;box-sizing:border-box;display:grid;gap:24px}
.home-promotion{display:grid;grid-template-columns:1fr 1.05fr;overflow:hidden;border:1px solid #d6e2d7;border-radius:24px;background:#e5eee3;color:#193627}
.home-promotion__copy{padding:clamp(28px,4vw,58px);align-self:center;min-width:0}
.home-promotion__label{display:inline-block;margin-bottom:18px;font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#396144;overflow-wrap:anywhere}
.home-promotion .home-promotion__copy h2{font-family:var(--font-heading,inherit);font-size:clamp(28px,3.3vw,46px);font-weight:700;line-height:1.08;letter-spacing:-.035em;color:inherit;margin:0 0 18px;max-width:18ch;overflow-wrap:anywhere}
.home-promotion .home-promotion__copy p{font-size:16px;line-height:1.7;color:#425b4b;margin:0;max-width:52ch;white-space:pre-line;overflow-wrap:anywhere}
.home-promotion__button{display:inline-flex;align-items:center;gap:24px;margin-top:26px;padding:13px 20px;border-radius:999px;background:#244c35;color:#fff;text-decoration:none;font-size:14px;font-weight:600;line-height:1.4;max-width:100%;box-sizing:border-box;overflow-wrap:anywhere}
.home-promotion__button:hover{background:#153322;color:#fff}
.home-promotion__button:focus-visible{outline:3px solid #668d42;outline-offset:4px}
.home-promotion__media{display:flex;align-items:center;justify-content:center;min-width:0;background:#f3f5ef;padding:24px}
.home-promotion__media img,.home-promotion__media video,.home-promotion__media iframe{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;border:0;border-radius:12px}
.home-promotion__media video,.home-promotion__media iframe{background:#101b15}
.home-promotion--text{grid-template-columns:1fr}
.home-promotion--text .home-promotion__copy{max-width:840px}
.home-promotion--text .home-promotion__copy h2{max-width:26ch}
html[data-theme="dark"] .home-promotion{background:#172c21;border-color:#314637;color:#eef4e9}
html[data-theme="dark"] .home-promotion__label{color:#b5cd9a}
html[data-theme="dark"] .home-promotion .home-promotion__copy p{color:#c1cec1}
html[data-theme="dark"] .home-promotion__button{background:#c7dfa6;color:#183425}
html[data-theme="dark"] .home-promotion__media{background:#233a2c}
@media(max-width:720px){.home-promotions{padding:18px 0 28px}.home-promotions__wrap{padding:0 16px}.home-promotion{grid-template-columns:1fr;border-radius:20px}.home-promotion__media{padding:0 20px 20px;background:transparent}.home-promotion__copy{padding:28px}.home-promotion .home-promotion__copy h2{max-width:20ch}}
