.home{
	background:var(--site-bg);
	color:#1A1A1A;
}
.home a{text-decoration:none;color:inherit;}
.home a:hover{color:var(--site-accent);}
.home-wrap{
	padding:0 24px;
	box-sizing:border-box;
}
.home-sec{padding:72px 0;}
.home-sec-cream{background:var(--home-cream);}
.home-head{
	max-width:640px;
	margin:0 0 36px;
}
.home-head h2,
.home-hub-copy h2,
.home-trust h2{
	margin:0 0 10px;
	font-size:32px;
	font-weight:700;
	letter-spacing:-.03em;
	line-height:1.15;
	color:var(--site-ink);
}
.home-head p,
.home-hub-copy>p{
	margin:0;
	font-size:17px;
	line-height:1.55;
	color:#5C5C5C;
}
.home-card{
	background:#fff;
	border:1px solid var(--home-line);
	border-radius:24px;
	box-sizing:border-box;
}
.home-ico{
	display:flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	flex:0 0 auto;
	border-radius:50%;
	background:#ECECEF;
	color:var(--site-accent);
}
.home-ico svg{
	width:22px;
	height:22px;
	stroke-width:1.75;
}
.home-tag{
	display:inline-block;
	margin:0 0 8px;
	font-size:11px;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:var(--site-accent);
}
.home-btn{
	display:inline-flex;
	align-items:center;
	gap:8px;
	margin-top:16px;
	padding:12px 18px;
	border-radius:999px;
	background:var(--site-accent);
	color:#fff;
	font-size:14px;
	font-weight:700;
}
.home-btn:hover{color:#fff;background:var(--site-accent);}
.home-btn::after,
.home-more::after{
	content:"";
	width:6px;
	height:6px;
	border-right:1.5px solid currentColor;
	border-bottom:1.5px solid currentColor;
	transform:rotate(-45deg);
}
.home-more{
	display:inline-flex;
	align-items:center;
	gap:8px;
	margin-top:14px;
	font-size:14px;
	font-weight:700;
	color:var(--site-accent);
}
.home-more:hover{color:var(--site-accent);}
.home-foot{
	display:flex;
	justify-content:center;
	margin-top:28px;
}
.home-hero{
	background:
		radial-gradient(circle at 8% 18%,rgba(250,123,38,.1),transparent 26%),
		radial-gradient(circle at 92% 12%,rgba(107,76,154,.08),transparent 22%),
		var(--home-cream);
	padding:64px 0 56px;
}
.home-hero-grid{
	display:grid;
	grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
	gap:48px;
	align-items:center;
}
.home-hero-copy h1{
	margin:0 0 16px;
	font-size:48px;
	font-weight:700;
	letter-spacing:-.035em;
	line-height:1.08;
	color:var(--site-ink);
}
.home-hero-copy>p{
	margin:0 0 28px;
	max-width:46ch;
	font-size:18px;
	line-height:1.55;
	color:#5C5C5C;
}
.home-search{
	display:flex;
	align-items:stretch;
	max-width:560px;
	background:#fff;
	border:1px solid var(--home-line);
	border-radius:999px;
	overflow:hidden;
}
.home-search input{
	flex:1 1 auto;
	min-width:0;
	border:0;
	padding:16px 22px;
	font:inherit;
	font-size:15px;
	color:#1A1A1A;
	background:transparent;
}
.home-search input:focus{outline:none;}
.home-search button{
	margin:6px;
	padding:0 22px;
	border:0;
	border-radius:999px;
	background:var(--site-accent);
	color:#fff;
	font:inherit;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
}
.home-quick{
	display:flex;
	flex-wrap:wrap;
	gap:10px 18px;
	margin:22px 0 0;
	padding:0;
	list-style:none;
}
.home-quick a{
	display:flex;
	align-items:center;
	gap:8px;
	color:#3A3A3A;
	font-size:13px;
	font-weight:600;
}
.home-quick .home-ico{
	width:34px;
	height:34px;
	background:#fff;
	border:1px solid var(--home-line);
}
.home-quick .home-ico svg{
	width:16px;
	height:16px;
}
.home-hero-media{
	margin:0;
	border-radius:28px;
	overflow:hidden;
	background:#E8E8EC;
	aspect-ratio:4/3;
}
.home-hero-media img,
.home-pet-media img,
.home-pop-photo img,
.home-pop-thumb img,
.home-hub-media img,
.home-article-media img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.home-pets,
.home-topics,
.home-tools{
	display:grid;
	gap:20px;
}
.home-pets{grid-template-columns:repeat(4,minmax(0,1fr));}
.home-pet{overflow:hidden;}
.home-pet-media{
	height:168px;
	background:#ECECEF;
	display:flex;
	align-items:center;
	justify-content:center;
}
.home-pet.is-dogs .home-pet-media{background:#E8E8EC;}
.home-pet.is-cats .home-pet-media{background:#EDE4F4;}
.home-pet.is-birds .home-pet-media{background:#E3F0E4;}
.home-pet.is-small .home-pet-media{background:#EFE6DC;}
.home-pet-media .home-ico{
	width:64px;
	height:64px;
	background:#fff;
}
.home-pet-media .home-ico svg{
	width:30px;
	height:30px;
}
.home-pet-body{padding:20px 20px 22px;}
.home-pet-body h3,
.home-topic h3,
.home-tool h3,
.home-article h3,
.home-pop-copy h3,
.home-pop-row strong{
	margin:0;
	font-size:20px;
	font-weight:700;
	letter-spacing:-.02em;
	color:var(--site-ink);
	line-height:1.25;
}
.home-pet-body ul{
	margin:12px 0 0;
	padding:0;
	list-style:none;
}
.home-pet-body li{margin:0;}
.home-pet-body li a{
	display:block;
	padding:6px 0;
	color:#4A4A4A;
	font-size:14px;
	font-weight:500;
	border-bottom:1px solid var(--home-line);
}
.home-pet-body li:last-child a{border:0;}
.home-pop{
	display:grid;
	grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);
	gap:20px;
	align-items:stretch;
}
.home-pop-feat{overflow:hidden;}
.home-pop-photo{
	display:block;
	aspect-ratio:16/10;
	background:#E8E8EC;
}
.home-pop-copy{padding:24px 24px 28px;}
.home-pop-copy h3{font-size:28px;margin:0 0 10px;}
.home-pop-copy h3 a:hover{color:var(--site-accent);}
.home-pop-copy p{
	margin:0 0 12px;
	font-size:16px;
	line-height:1.55;
	color:#5C5C5C;
}
.home-pop-copy small,
.home-article small{
	display:block;
	color:#7A7A7A;
	font-size:13px;
}
.home-pop-side{
	display:flex;
	flex-direction:column;
	gap:12px;
}
.home-pop-row{
	display:grid;
	grid-template-columns:96px minmax(0,1fr);
	gap:14px;
	align-items:center;
	padding:12px;
	flex:1 1 auto;
}
.home-pop-thumb{
	display:block;
	height:84px;
	border-radius:12px;
	overflow:hidden;
	background:#E8E8EC;
}
.home-pop-row strong{
	display:block;
	font-size:16px;
}
.home-topics{grid-template-columns:repeat(6,minmax(0,1fr));}
.home-topic,
.home-tool{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	padding:22px 20px 24px;
	min-height:100%;
}
.home-topic p,
.home-tool p{
	margin:8px 0 0;
	font-size:14px;
	line-height:1.5;
	color:#5C5C5C;
}
.home-topic h3,
.home-tool h3{margin-top:14px;font-size:17px;}
.home-topic.is-health .home-ico{background:#E4F0FA;color:#2F6FA8;}
.home-topic.is-food .home-ico{background:#FDE6D8;color:#D4652F;}
.home-topic.is-behavior .home-ico{background:#F8EFC8;color:#B08912;}
.home-topic.is-training .home-ico{background:#E4F3E4;color:#3E8A45;}
.home-topic.is-grooming .home-ico{background:#DFF3EF;color:#2C8A80;}
.home-topic.is-gear .home-ico{background:#EEE4F6;color:#6B4C9A;}
.home-hubs{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:20px;
}
.home-hub{
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(0,.9fr);
	gap:8px;
	overflow:hidden;
	min-height:320px;
}
.home-hub.is-cat{grid-template-columns:minmax(0,.9fr) minmax(0,1fr);}
.home-hub-copy{padding:28px 24px 28px 28px;}
.home-hub-copy ul{
	margin:16px 0 4px;
	padding:0;
	list-style:none;
}
.home-hub-copy li a{
	display:block;
	padding:7px 0;
	font-size:15px;
	font-weight:600;
	color:#3A3A3A;
	border-bottom:1px solid var(--home-line);
}
.home-hub-copy li:last-child a{border:0;}
.home-hub-media{
	min-height:100%;
	background:#E8E8EC;
}
.home-hub.is-dog .home-hub-media{background:#E8E8EC;}
.home-hub.is-cat .home-hub-media{background:#EDE4F4;}
.home-tools{grid-template-columns:repeat(3,minmax(0,1fr));}
.home-gear{
	display:grid;
	grid-template-columns:repeat(8,minmax(0,1fr));
	gap:16px;
}
.home-gear a{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:10px;
	text-align:center;
	font-size:13px;
	font-weight:600;
	color:#3A3A3A;
}
.home-gear .home-ico{
	width:84px;
	height:84px;
	background:#fff;
	border:1px solid var(--home-line);
	color:#3A3A3A;
}
.home-gear .home-ico svg{
	width:28px;
	height:28px;
}
.home-latest{
	display:grid;
	grid-template-columns:repeat(5,minmax(0,1fr));
	gap:18px;
}
.home-article{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	overflow:hidden;
	padding:0 0 18px;
	min-width:0;
}
.home-article-media{
	display:block;
	width:100%;
	aspect-ratio:4/3;
	margin:0 0 14px;
	background:#E8E8EC;
}
.home-article .home-tag,
.home-article h3,
.home-article small{padding:0 14px;}
.home-article h3{
	font-size:16px;
	margin:0 0 10px;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.home-trust{
	display:grid;
	grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
	gap:20px;
}
.home-trust-steps,
.home-trust-why{padding:28px;}
.home-trust ol,
.home-trust ul{
	margin:20px 0 0;
	padding:0;
	list-style:none;
}
.home-trust-steps li{
	display:flex;
	gap:14px;
	padding:14px 0;
	border-bottom:1px solid var(--home-line);
}
.home-trust-steps li:last-child{border:0;}
.home-trust-steps b{
	display:block;
	margin:0 0 4px;
	font-size:16px;
	color:var(--site-ink);
}
.home-trust-steps em{
	font-style:normal;
	color:var(--site-accent);
	margin-right:6px;
}
.home-trust-steps p{
	margin:0;
	font-size:14px;
	line-height:1.5;
	color:#5C5C5C;
}
.home-trust-why li{
	position:relative;
	padding:10px 0 10px 28px;
	border-bottom:1px solid var(--home-line);
	font-size:15px;
	font-weight:600;
	color:#2A2A2A;
}
.home-trust-why li:last-child{border:0;}
.home-trust-why li::before{
	content:"";
	position:absolute;
	left:2px;
	top:16px;
	width:8px;
	height:5px;
	border-left:2px solid var(--site-accent);
	border-bottom:2px solid var(--site-accent);
	transform:rotate(-45deg);
}
@media(max-width:1100px){
	.home-hero-copy h1{font-size:40px;}
	.home-pets,
	.home-topics{grid-template-columns:repeat(2,minmax(0,1fr));}
	.home-tools{grid-template-columns:repeat(2,minmax(0,1fr));}
	.home-latest{grid-template-columns:repeat(3,minmax(0,1fr));}
	.home-gear{grid-template-columns:repeat(4,minmax(0,1fr));}
	.home-hubs,
	.home-trust,
	.home-hero-grid,
	.home-pop{grid-template-columns:1fr;}
	.home-hub,
	.home-hub.is-cat{grid-template-columns:1fr;}
	.home-hub-media{min-height:220px;aspect-ratio:16/10;}
}
@media(max-width:767px){
	.home-wrap{padding:0 16px;}
	.home-sec{padding:48px 0;}
	.home-hero{padding:36px 0 32px;}
	.home-hero-copy h1{font-size:32px;}
	.home-head h2,
	.home-hub-copy h2,
	.home-trust h2{font-size:26px;}
	.home-pop-copy h3{font-size:22px;}
	.home-pets,
	.home-topics,
	.home-tools,
	.home-latest,
	.home-gear{grid-template-columns:1fr 1fr;}
	.home-search{flex-direction:column;border-radius:18px;}
	.home-search button{margin:0 10px 10px;padding:12px;}
	.home-pop-row{grid-template-columns:76px minmax(0,1fr);}
	.home-hub-copy{padding:22px 20px;}
	.home-trust-steps,
	.home-trust-why{padding:22px 20px;}
}
@media(max-width:520px){
	.home-pets,
	.home-topics,
	.home-tools,
	.home-latest{grid-template-columns:1fr;}
	.home-gear{grid-template-columns:repeat(2,minmax(0,1fr));}
}
