#home { background:#f7f7f4; color:#181818; padding-bottom:86px; }
#home a { color:inherit; text-decoration:none; }
#home p { line-height:1.75; }
.home-visual { width:min(1280px, calc(100% - 40px)); min-height:620px; margin:0 auto; display:grid; grid-template-columns:.95fr 1.05fr; align-items:center; gap:56px; }
.home-visual__copy h1 { max-width:560px; margin-top:16px; font-size:68px; font-weight:500; line-height:1.05; letter-spacing:0; }
.home-visual__copy p:not(.home-kicker) { max-width:440px; margin-top:22px; color:#555; font-size:18px; word-break:keep-all; }
.home-visual__media { min-height:520px; padding:38px; background:url('../img/silverestwatches_bg.png') center/cover no-repeat; }
.home-kicker { color:#85735e; font-size:12px; font-weight:700; letter-spacing:0; }
.home-link { display:inline-flex; align-items:center; height:42px; margin-top:30px; padding:0 22px; border:1px solid #181818; font-size:14px; }
.home-link--light { border-color:#f1eee8; color:#f1eee8; }
.home-watch-placeholder { position:relative; overflow:hidden; display:flex; align-items:center; justify-content:center; min-height:430px; background:repeating-linear-gradient(135deg, #f4f2ee 0, #f4f2ee 14px, #ebe7df 14px, #ebe7df 28px); color:#938a7f; font-size:13px; font-weight:700; letter-spacing:0; }
.home-watch-placeholder--dark { min-height:420px; background:repeating-linear-gradient(135deg, #2a2926 0, #2a2926 14px, #34322e 14px, #34322e 28px); color:#b9ac99; }
.home-collection { width:min(1280px, calc(100% - 40px)); margin:96px auto 0; }
.home-section-head { max-width:560px; margin-bottom:28px; }
.home-section-head h2, .home-limited__copy h2 { margin-top:10px; font-size:42px; font-weight:500; line-height:1.2; letter-spacing:0; }
.home-section-head p:not(.home-kicker), .home-limited__copy p:not(.home-kicker) { margin-top:14px; color:#626262; word-break:keep-all; }
.home-product-row { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:18px; }
.home-product { padding:18px; background:#fff; border:1px solid #e5e1d8; }
.home-product__image { position:relative; overflow:hidden; display:flex; align-items:flex-end; justify-content:flex-start; height:260px; padding:18px; background:#efede8; color:#9b9183; font-size:13px; font-weight:700; }
.tool-thumb { position:absolute; inset:0; display:block; background:center/cover no-repeat; }
.home-product__image > span:not(.tool-thumb), .home-watch-placeholder > span:not(.tool-thumb) { position:relative; z-index:1; }
.home-product h3 { margin-top:18px; font-size:22px; font-weight:500; letter-spacing:0; }
.home-product p { margin-top:8px; color:#68645e; font-size:15px; word-break:keep-all; }
.home-limited { width:min(1280px, calc(100% - 40px)); margin:96px auto 0; display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:0; background:#1f1f1d; color:#f1eee8; }
.home-limited__media { padding:28px; }
.home-limited__copy { padding:52px; }
.home-limited__copy p:not(.home-kicker) { color:#cfc8bd; }
@media (max-width:900px){
	.home-visual { min-height:auto; padding-top:52px; grid-template-columns:1fr; gap:28px; }
	.home-visual__copy h1 { font-size:48px; }
	.home-visual__media { padding:22px; }
	.home-watch-placeholder { min-height:320px; }
	.home-product-row { grid-template-columns:1fr; }
	.home-limited { grid-template-columns:1fr; }
	.home-limited__copy { padding:34px 28px 42px; }
}
@media (max-width:560px){
	#home { padding-bottom:56px; }
	.home-visual, .home-collection, .home-limited { width:calc(100% - 28px); }
	.home-visual__copy h1 { font-size:38px; }
	.home-visual__copy p:not(.home-kicker) { font-size:16px; }
	.home-section-head h2, .home-limited__copy h2 { font-size:32px; }
	.home-product__image { height:210px; }
	.home-collection, .home-limited { margin-top:64px; }
}
