#home { background:#fff; color:#171717; padding-bottom:90px; }
#home h1, #home h2, #home h3, #home p { margin:0; letter-spacing:0; }
#home p { line-height:1.7; color:#666; word-break:keep-all; }
.home-kicker { font-size:12px; font-weight:700; color:#7d8f73; text-transform:uppercase; }
.home-link { display:inline-flex; align-items:center; justify-content:center; height:38px; margin-top:26px; padding:0 22px; border:1px solid #171717; color:#171717; font-size:13px; font-weight:700; }
.home-link:hover { background:#171717; color:#fff; }
.home-visual { width:min(1360px, calc(100% - 40px)); min-height:560px; margin:0 auto; display:grid; grid-template-columns:.82fr 1.18fr; align-items:center; gap:42px; border-bottom:1px solid #e8e8e8; }
.home-visual-copy h1 { max-width:520px; margin-top:16px; font-size:56px; line-height:1.08; font-weight:700; }
.home-visual-copy p:not(.home-kicker) { max-width:430px; margin-top:18px; font-size:16px; }
.home-visual-stage { position:relative; min-height:420px; overflow:hidden; background:url("../img/solveshoes_bg.png") center / cover no-repeat #f3f4f1; }
.home-section { width:min(1180px, calc(100% - 40px)); margin:86px auto 0; }
.home-section-head { max-width:620px; margin:0 auto 34px; text-align:center; }
.home-section-head h2, .home-split-copy h2 { margin-top:10px; font-size:34px; line-height:1.2; }
.home-section-head p:not(.home-kicker), .home-split-copy p:not(.home-kicker) { margin-top:12px; font-size:15px; }
.home-product-grid { display:grid; gap:22px; }
.best-grid { grid-template-columns:repeat(3, minmax(0, 1fr)); }
.sandals-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
.home-product-card { min-width:0; }
.home-product-card h3 { margin-top:16px; font-size:19px; line-height:1.35; }
.home-product-card p { margin-top:7px; font-size:14px; }
.home-product-image { display:block; aspect-ratio:1 / .78; overflow:hidden; border:1px solid #e0e0dc; background:#f3f4f1; }
.home-product-image img { width:100%; height:100%; object-fit:cover; display:block; }
.home-product-card.wide .home-product-image { aspect-ratio:1 / .52; }
.home-split { display:grid; grid-template-columns:.72fr 1fr; align-items:center; gap:56px; padding:64px; background:#f6f4ef; }
.home-split-copy { max-width:390px; }
.home-split-grid { overflow:hidden; border:1px solid #d8d4ca; background:#fff; }
.home-split-grid img { width:100%; aspect-ratio:1 / .64; object-fit:cover; display:block; }
@media (max-width:760px){
	#home { padding-bottom:60px; }
	.home-visual { width:100%; min-height:0; padding:46px 20px 0; grid-template-columns:1fr; gap:32px; }
	.home-visual-copy h1 { font-size:38px; }
	.home-visual-stage { min-height:300px; }
	.home-section { width:calc(100% - 40px); margin-top:62px; }
	.home-section-head { margin-bottom:24px; }
	.home-section-head h2, .home-split-copy h2 { font-size:28px; }
	.best-grid, .sandals-grid { grid-template-columns:1fr; }
	.home-split { grid-template-columns:1fr; gap:30px; padding:38px 20px; }
}
