#home { background:#fff; color:#23211f; padding:0 0 96px; }
#home a { color:inherit; text-decoration:none; }
#home p { line-height:1.7; }
.home-kicker { font-size:12px; font-weight:700; color:#9b765d; letter-spacing:0; }
.home-button { display:inline-flex; align-items:center; justify-content:center; width:126px; height:40px; margin-top:26px; border:1px solid #292522; background:#292522; color:#fff !important; font-size:13px; font-weight:700; }
.home-section-head { width:min(760px, 100%); margin:0 auto 28px; text-align:center; }
.home-section-head h2 { margin-top:10px; font-size:34px; line-height:1.28; font-weight:700; letter-spacing:0; }
.home-visual { width:min(1280px, calc(100% - 40px)); min-height:560px; margin:0 auto; padding:64px 0 40px; display:grid; grid-template-columns:0.86fr 1.14fr; align-items:center; gap:48px; }
.home-visual-copy h1 { margin-top:14px; font-size:56px; line-height:1.12; font-weight:700; letter-spacing:0; }
.home-visual-copy p:not(.home-kicker) { max-width:440px; margin-top:22px; color:#625b55; font-size:17px; }
.home-visual-frame { min-height:430px; display:flex; align-items:center; justify-content:center; background:url("../img/hcfgears.com_bg.png") center/cover no-repeat; border:1px solid #eadfd6; }
.home-visual-frame span, .home-season-frame span, .home-product-thumb span { color:#9a8d84; font-size:12px; font-weight:700; letter-spacing:0; }
.home-brand { width:min(1180px, calc(100% - 40px)); margin:64px auto 0; padding:58px 48px; background:#f8f7f3; }
.home-brand-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:1px; background:#ddd6cd; }
.home-brand-grid article { min-height:170px; padding:34px 28px; background:#fff; }
.home-brand-grid strong { display:block; font-size:22px; font-weight:700; }
.home-brand-grid p { margin-top:16px; color:#706861; font-size:15px; }
.home-bestseller { width:min(1180px, calc(100% - 40px)); margin:82px auto 0; }
.home-product-grid { display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); gap:20px; }
.home-product-card { display:block; border:1px solid #ebe7e1; padding:14px; background:#fff; transition:transform .2s, border-color .2s; }
.home-product-card:hover { transform:translateY(-4px); border-color:#c9b5a5; }
.home-product-thumb { aspect-ratio:1 / 1.08; display:flex; align-items:center; justify-content:center; background:#f2eee9; overflow:hidden; }
.home-product-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.home-product-name { margin-top:16px; font-size:15px; font-weight:700; color:#292522; }
.home-product-price { margin-top:6px; font-size:14px; font-weight:700; color:#9b765d; }
.home-season { width:min(1180px, calc(100% - 40px)); margin:88px auto 0; display:grid; grid-template-columns:0.9fr 1.1fr; align-items:stretch; background:#2f2b28; color:#fff; }
.home-season-copy { padding:58px 50px; }
.home-season-copy h2 { margin-top:12px; font-size:38px; line-height:1.28; letter-spacing:0; }
.home-season-copy p:not(.home-kicker) { max-width:430px; margin-top:18px; color:#ded7d0; }
.home-season .home-kicker { color:#d7b89d; }
.home-season .home-button { border-color:#fff; background:#fff; color:#2f2b28 !important; }
.home-season-frame { min-height:320px; display:flex; align-items:center; justify-content:center; background:#e7dbcf; overflow:hidden; }
.home-season-frame img { width:100%; height:100%; object-fit:cover; display:block; }
@media (max-width:900px){
	.home-visual { min-height:0; padding-top:42px; grid-template-columns:1fr; gap:28px; }
	.home-visual-copy h1 { font-size:42px; }
	.home-visual-frame { min-height:320px; }
	.home-brand { margin-top:52px; padding:42px 24px; }
	.home-brand-grid { grid-template-columns:1fr; }
	.home-product-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
	.home-season { grid-template-columns:1fr; }
}
@media (max-width:560px){
	#home { padding-bottom:64px; }
	.home-button { width:118px; height:38px; }
	.home-section-head h2 { font-size:26px; }
	.home-visual { width:calc(100% - 28px); padding-top:32px; }
	.home-visual-copy h1 { font-size:34px; }
	.home-visual-copy p:not(.home-kicker) { font-size:15px; }
	.home-visual-frame { min-height:240px; }
	.home-brand, .home-bestseller, .home-season { width:calc(100% - 28px); margin-top:54px; }
	.home-brand { padding:34px 18px; }
	.home-brand-grid article { min-height:auto; padding:26px 20px; }
	.home-product-grid { grid-template-columns:1fr; }
	.home-season-copy { padding:38px 24px; }
	.home-season-copy h2 { font-size:28px; }
	.home-season-frame { min-height:230px; }
}
