.breentrucks-home { background:#fbfaf7; color:#241f1c; padding-bottom:90px; }
.breentrucks-home section { width:min(1280px, calc(100% - 40px)); margin:0 auto; }
.breentrucks-home h1, .breentrucks-home h2, .breentrucks-home h3, .breentrucks-home p { margin:0; word-break:keep-all; }
.breentrucks-home h1 { font-size:58px; line-height:1.08; font-weight:700; }
.breentrucks-home h2 { font-size:42px; line-height:1.2; font-weight:700; }
.breentrucks-home h3 { font-size:20px; line-height:1.35; font-weight:700; }
.breentrucks-home p { font-size:17px; line-height:1.75; color:#685f58; }
.breentrucks-home ul { margin:24px 0 0; padding:0; list-style:none; }
.breentrucks-home li { position:relative; padding-left:16px; font-size:16px; line-height:1.8; color:#4d4640; }
.breentrucks-home li::before { content:""; position:absolute; top:13px; left:0; width:5px; height:5px; border-radius:50%; background:#8c6d4f; }
.home-kicker { display:block; margin-bottom:14px !important; font-size:12px !important; font-weight:700; line-height:1.2 !important; color:#9b6f45 !important; text-transform:uppercase; }
.home-placeholder { min-height:260px; background:#eee7dd center/cover no-repeat; border:1px solid #d4c4b2; }
.home-btn { display:inline-flex; align-items:center; justify-content:center; height:46px; margin-top:30px; padding:0 26px; background:#241f1c; color:#fff; font-size:15px; font-weight:700; }
.home-visual { min-height:620px; display:grid; grid-template-columns:1fr 1.08fr; align-items:center; gap:48px; padding:70px 0 86px; }
.home-visual__copy { max-width:540px; }
.home-visual__copy p:not(.home-kicker) { margin-top:24px; max-width:480px; }
.home-visual__image { min-height:520px; }
.home-visual__image.home-placeholder { background-image:url('/img/breentrucks_bg.png'); }
.home-gift { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:54px; margin-top:70px !important; padding:42px; background:#fff; border:1px solid #eadfd3; }
.home-gift__image { min-height:420px; }
.home-gift__copy { padding:20px 10px; }
.home-gift__copy p:not(.home-kicker) { margin-top:18px; max-width:500px; }
.home-gift--wedding { background:#fffaf4; }
.home-gift--wedding .home-gift__image { background-image:url('/img/items-1.jpg'); }
.home-gift--house { background:#f7faf8; }
.home-gift--house .home-gift__image { background-image:url('/img/items-2.png'); }
.home-custom { margin-top:70px !important; padding:62px 42px; background:#fff; border:1px solid #eadfd3; text-align:center; }
.home-custom__head { max-width:680px; margin:0 auto; }
.home-custom__head p:not(.home-kicker) { margin-top:18px; }
.home-custom__grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:24px; margin-top:40px; text-align:left; }
.home-custom__item { background:#fbfaf7; border:1px solid #eadfd3; padding:18px; }
.home-custom__item .home-placeholder { min-height:190px; }
.home-custom__item:nth-child(1) .home-placeholder { background-image:url('/img/items-3.jpg'); }
.home-custom__item:nth-child(2) .home-placeholder { background-image:url('/img/items-4.jpg'); }
.home-custom__item:nth-child(3) .home-placeholder { background-image:url('/img/items-5.jpg'); }
.home-custom__item h3 { margin-top:20px !important; }
.home-custom__item p { margin-top:8px !important; font-size:15px !important; }
@media (max-width:560px){
	.breentrucks-home { padding-bottom:54px; }
	.breentrucks-home section { width:calc(100% - 28px); }
	.breentrucks-home h1 { font-size:38px; }
	.breentrucks-home h2 { font-size:30px; }
	.breentrucks-home p { font-size:15px; }
	.home-visual { min-height:auto; grid-template-columns:1fr; gap:30px; padding:46px 0 54px; }
	.home-visual__image { min-height:330px; }
	.home-gift { grid-template-columns:1fr; gap:28px; margin-top:44px !important; padding:24px; }
	.home-gift--house .home-gift__copy { order:2; }
	.home-gift--house .home-gift__image { order:1; }
	.home-gift__image { min-height:270px; }
	.home-custom { margin-top:44px !important; padding:34px 20px; }
	.home-custom__grid { grid-template-columns:1fr; gap:16px; margin-top:28px; }
	.home-custom__item .home-placeholder { min-height:160px; }
}
