:root {
	--pet-orange: #d94815;
	--pet-orange-dark: #b9360d;
	--pet-slate: #536171;
	--pet-ink: #1e1e20;
	--pet-muted: #64686d;
	--pet-line: #e5e1dc;
	--pet-warm: #f7f4ef;
	--pet-green: #167b50;
}

/* Other Pets pages own the photograph below the header, just like Home. The
 * masthead is therefore only the floating navigation pill, not a second band. */
body.petland-other-hero-surface .petland-masthead {
	background: transparent;
	left: 0;
	min-height: 0;
	padding-top: 14px;
	position: absolute;
	right: 0;
	top: 0;
}
body.admin-bar.petland-other-hero-surface .petland-masthead { top: 32px; }

.petland-other { color: var(--pet-ink); background: #fff; }
.petland-other *, .petland-other *::before, .petland-other *::after { box-sizing: border-box; }
.petland-other img { display: block; width: 100%; }
.petland-other__eyebrow { display: block; margin: 0 0 14px; color: var(--pet-orange); font-size: .78rem; font-weight: 800; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.petland-other h1, .petland-other h2, .petland-other h3, .petland-other p { margin-top: 0; }
.petland-other h1 { max-width: 820px; margin-bottom: 18px; letter-spacing: -.055em; line-height: .98; }
.petland-other h2 { font-size: clamp(2rem, 3.4vw, 3.45rem); letter-spacing: -.045em; line-height: 1.02; }
.petland-other p { color: var(--pet-muted); font-size: clamp(1rem, 1.2vw, 1.12rem); line-height: 1.65; }

.petland-other__intro { max-width: 1500px; margin: 0 auto; padding: clamp(92px, 10vw, 160px) max(36px, 6vw) 70px; }
.petland-other__intro p { max-width: 720px; }
.petland-other-hub { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 1500px; margin: 0 auto; padding: 0 max(36px, 6vw) clamp(90px, 10vw, 150px); }
.petland-other-hub__card { position: relative; min-height: clamp(360px, 42vw, 620px); overflow: hidden; border-radius: 26px; color: #fff; text-decoration: none; }
.petland-other-hub__card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .5s ease; }
.petland-other-hub__shade { position: absolute; inset: 0; background: rgba(18, 22, 27, .28); transition: background .3s ease; }
.petland-other-hub__copy { position: absolute; right: 92px; bottom: 36px; left: 36px; display: grid; gap: 8px; }
.petland-other-hub__copy strong { font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.04em; line-height: 1; }
.petland-other-hub__copy span { max-width: 520px; color: rgba(255,255,255,.88); line-height: 1.45; }
.petland-other-hub__card i { position: absolute; right: 30px; bottom: 30px; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: #fff; color: var(--pet-ink); font-size: 1.5rem; font-style: normal; transition: color .25s ease, transform .25s ease; }
.petland-other-hub__card:hover img { transform: scale(1.035); }
.petland-other-hub__card:hover .petland-other-hub__shade { background: rgba(18, 22, 27, .48); }
.petland-other-hub__card:hover i { color: var(--pet-orange); transform: translateX(4px); }

.petland-species__hero { position: relative; min-height: clamp(480px, 66vh, 720px); display: flex; align-items: flex-end; padding: clamp(54px, 7vw, 108px) max(36px, 7vw); background-image: var(--pet-image); background-position: center; background-size: cover; isolation: isolate; }
.petland-species__hero::before { position: absolute; z-index: -1; inset: 0; background: rgba(12, 17, 22, .42); content: ""; }
.petland-species__hero > div { max-width: 780px; }
.petland-species__hero h1, .petland-species__hero p { color: #fff; }
.petland-species__hero p { max-width: 620px; margin-bottom: 0; color: rgba(255,255,255,.9); }
.petland-species__intro { max-width: 900px; margin: 0 auto; padding: clamp(84px, 9vw, 140px) 36px 54px; text-align: center; }
.petland-species__intro p { max-width: 760px; margin-right: auto; margin-bottom: 0; margin-left: auto; }
.petland-species__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; max-width: 1500px; margin: 0 auto; padding: 0 max(36px, 6vw) clamp(90px, 10vw, 150px); }
.petland-species-card { overflow: hidden; border: 1px solid var(--pet-line); border-radius: 22px; background: #fff; }
.petland-species-card img { aspect-ratio: 4 / 3; object-fit: cover; }
.petland-species-card > div { padding: 24px; }
.petland-species-card h3 { margin-bottom: 8px; font-size: 1.18rem; }
.petland-species-card p { margin-bottom: 0; font-size: .94rem; line-height: 1.52; }

.petland-other-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; max-width: 1360px; margin: 0 auto clamp(90px, 10vw, 150px); padding: clamp(42px, 5vw, 72px); border-radius: 28px; background: var(--pet-slate); color: #fff; }
.petland-other-cta h2 { max-width: 680px; margin-bottom: 12px; color: #fff; font-size: clamp(1.85rem, 3vw, 3rem); }
.petland-other-cta p { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.78); }
.petland-other-cta > div:last-child { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 12px; }
.petland-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; border: 1px solid var(--pet-orange); border-radius: 999px; background: var(--pet-orange); color: #fff !important; cursor: pointer; font: inherit; font-weight: 750; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.petland-button:hover { border-color: var(--pet-orange-dark); background: var(--pet-orange-dark); transform: translateY(-2px); }
.petland-button--secondary { border-color: rgba(255,255,255,.42); background: #fff; color: var(--pet-orange) !important; }

.petland-kittens__catalog { max-width: 1500px; margin: 0 auto; padding: clamp(80px, 9vw, 130px) max(36px, 6vw); }
.petland-kittens__catalog > header { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 42px; }
.petland-kittens__catalog h2 { margin-bottom: 8px; }
.petland-kittens__catalog header p { margin-bottom: 0; }
.petland-kittens__catalog form { display: flex; width: min(520px, 100%); padding: 6px; border: 1px solid var(--pet-line); border-radius: 999px; background: #fff; }
.petland-kittens__catalog input { min-width: 0; flex: 1; padding: 12px 18px; border: 0; outline: 0; font: inherit; }
.petland-kittens__catalog button { padding: 12px 24px; border: 0; border-radius: 999px; background: var(--pet-orange); color: #fff; font: inherit; font-weight: 750; cursor: pointer; }
.petland-kittens__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.petland-kitten-card { overflow: hidden; border: 1px solid var(--pet-line); border-radius: 24px; background: #fff; }
.petland-kitten-card__image { position: relative; display: block; overflow: hidden; }
.petland-kitten-card__image img { aspect-ratio: 4 / 3; object-fit: cover; transition: transform .4s ease; }
.petland-kitten-card__image > span { position: absolute; top: 18px; left: 18px; padding: 8px 12px; border-radius: 999px; background: #eff8f3; color: var(--pet-green); font-size: .8rem; font-weight: 800; }
.petland-kitten-card:hover .petland-kitten-card__image img { transform: scale(1.025); }
.petland-kitten-card > div { padding: 25px; }
.petland-kitten-card__breed { margin-bottom: 9px !important; color: var(--pet-orange) !important; font-size: .78rem !important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.petland-kitten-card h3 { margin-bottom: 8px; font-size: 1.65rem; letter-spacing: -.035em; }
.petland-kitten-card > div > p:not(.petland-kitten-card__breed) { margin-bottom: 22px; }
.petland-kitten-card > div > a { display: flex; min-height: 50px; align-items: center; justify-content: space-between; padding: 12px 17px; border-radius: 14px; background: var(--pet-orange); color: #fff; font-weight: 750; text-decoration: none; }
.petland-kittens__empty { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(260px, 1fr) minmax(280px, 1fr); overflow: hidden; border: 1px solid var(--pet-line); border-radius: 24px; }
.petland-kittens__empty img { height: 100%; min-height: 360px; object-fit: cover; }
.petland-kittens__empty > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 6vw, 80px); background: var(--pet-warm); }

/* Kittens use the same discovery shell, controls, cards, and mobile filter
 * drawer as puppies. Only the underlying post type and notification action differ. */
.petland-kittens-discover { padding-top: clamp(48px, 6vw, 78px); }
.petland-kittens-discover .petland-discover__layout {
	margin-inline: auto;
	max-width: var(--petland-shell, 1440px);
	width: calc(100% - (2 * var(--petland-gutter, clamp(20px, 4vw, 56px))));
}
.petland-kittens__notice {
	align-items: flex-start;
	background: var(--pet-warm);
	display: flex;
	flex-direction: column;
	margin: clamp(64px, 8vw, 112px) auto;
	max-width: 1120px;
	padding: clamp(44px, 7vw, 88px);
}
.petland-kittens__notice h2,
.petland-kittens__no-results h2 { margin-bottom: 14px; }
.petland-kittens__notice p { max-width: 700px; }
.petland-kittens__no-results {
	align-items: flex-start;
	background: var(--pet-warm);
	border: 1px solid var(--pet-line);
	border-radius: 22px;
	display: flex;
	flex-direction: column;
	grid-column: 1 / -1;
	list-style: none;
	padding: clamp(34px, 6vw, 72px);
}
.petland-kittens__no-results p { max-width: 680px; }
.petland-kittens__no-results > div { display: flex; flex-wrap: wrap; gap: 12px; }
.petland-kittens__no-results .petland-button--secondary { border-color: var(--pet-line); color: var(--pet-ink) !important; }
.petland-feed__cell--kitten .petland-card__cta {
	font-family: inherit;
	text-decoration: none;
}

.petland-kitten-detail { padding: clamp(58px, 7vw, 100px) max(30px, 5vw) 0; }
.petland-kitten-detail__layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(330px, .7fr); gap: 28px; max-width: 1500px; margin: 0 auto; align-items: start; }
.petland-kitten-detail figure { margin: 0; overflow: hidden; border-radius: 26px; }
.petland-kitten-detail figure img { width: 100%; max-height: 900px; object-fit: cover; }
.petland-kitten-detail aside { position: sticky; top: 118px; padding: 30px; border: 1px solid var(--pet-line); border-radius: 24px; background: #fff; }
.petland-kitten-detail__title { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding-bottom: 24px; border-bottom: 1px solid var(--pet-line); }
.petland-kitten-detail__title h1 { margin-bottom: 5px; font-size: clamp(2rem, 3.2vw, 3.3rem); }
.petland-kitten-detail__title p { margin-bottom: 0; color: var(--pet-orange); font-weight: 750; }
.petland-kitten-detail__title > span { padding: 8px 12px; border-radius: 999px; background: #eff8f3; color: var(--pet-green); font-size: .8rem; font-weight: 800; }
.petland-kitten-detail dl { margin: 0; }
.petland-kitten-detail dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--pet-line); }
.petland-kitten-detail dt { color: var(--pet-muted); }
.petland-kitten-detail dd { margin: 0; font-weight: 750; text-align: right; }
.petland-kitten-detail__note { margin: 22px 0; padding: 22px; border-radius: 18px; background: var(--pet-warm); }
.petland-kitten-detail__note h2 { margin-bottom: 8px; font-size: 1.15rem; letter-spacing: -.02em; }
.petland-kitten-detail__note p { margin-bottom: 0; font-size: .94rem; }
.petland-kitten-detail aside > .petland-button { width: 100%; }
.petland-kitten-detail__story { max-width: 920px; margin: clamp(80px, 9vw, 135px) auto; text-align: center; }
.petland-kitten-detail__story > div { color: var(--pet-muted); line-height: 1.75; }

.petland-other-nav { position: relative; }
.petland-other-nav summary { display: flex; align-items: center; gap: 6px; color: inherit; font-weight: 650; cursor: pointer; list-style: none; }
.petland-other-nav summary::-webkit-details-marker { display: none; }
.petland-other-nav summary::marker { content: ""; }
.petland-other-nav__menu { position: absolute; z-index: 100; top: calc(100% + 18px); right: 0; width: 270px; padding: 10px; border: 1px solid var(--pet-line); border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgba(20, 24, 28, .14); }
.petland-other-nav__menu a { display: flex; align-items: center; justify-content: space-between; padding: 13px 14px; border-radius: 11px; color: var(--pet-ink); text-decoration: none; }
.petland-other-nav__menu a:hover { background: var(--pet-warm); color: var(--pet-orange); }
.petland-other-drawer { display: grid; gap: 4px; margin: 8px 0 14px; padding: 10px 0 10px 20px; border-left: 2px solid var(--pet-line); }
.petland-other-drawer a { padding: 8px 4px; color: var(--pet-muted); text-decoration: none; }
.petland-other-drawer__parent { color: var(--pet-ink) !important; font-weight: 800; }

@media (max-width: 1100px) {
	.petland-species__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.petland-kittens__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.petland-other-cta { margin-right: 32px; margin-left: 32px; }
}

@media (max-width: 800px) {
	.petland-masthead__right > .petland-other-nav { display: none; }
	.petland-other-hub { grid-template-columns: 1fr; }
	.petland-other-hub__card { min-height: 430px; }
	.petland-species__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.petland-other-cta { align-items: flex-start; flex-direction: column; }
	.petland-kittens__catalog > header { align-items: flex-start; flex-direction: column; }
	.petland-kittens__catalog form { width: 100%; }
	.petland-kitten-detail__layout { grid-template-columns: 1fr; }
	.petland-kitten-detail aside { position: static; }
	.petland-kittens__empty { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
	body.admin-bar.petland-other-hero-surface .petland-masthead { top: 46px; }
}

@media (max-width: 560px) {
	.petland-other__intro, .petland-species__hero, .petland-species__intro, .petland-kittens__catalog, .petland-kitten-detail { padding-right: 20px; padding-left: 20px; }
	.petland-other-hub, .petland-species__grid { padding-right: 20px; padding-left: 20px; }
	.petland-species__hero { min-height: 520px; background-position: center; }
	.petland-other-hub__card { min-height: 380px; }
	.petland-other-hub__copy { right: 76px; bottom: 24px; left: 24px; }
	.petland-other-hub__card i { right: 20px; bottom: 20px; width: 48px; height: 48px; }
	.petland-species__grid, .petland-kittens__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.petland-species-card { border-radius: 16px; }
	.petland-species-card > div { padding: 15px; }
	.petland-species-card h3 { font-size: 1rem; }
	.petland-species-card p { display: none; }
	.petland-kitten-card { border-radius: 17px; }
	.petland-kitten-card > div { padding: 15px; }
	.petland-kitten-card h3 { font-size: 1.25rem; }
	.petland-kitten-card > div > a { min-height: 44px; padding: 10px 12px; font-size: .88rem; }
	.petland-other-cta { margin-right: 20px; margin-left: 20px; padding: 32px 24px; border-radius: 22px; }
	.petland-other-cta > div:last-child, .petland-other-cta .petland-button { width: 100%; }
	.petland-kittens__notice { margin: 42px 20px; padding: 34px 24px; }
}

/* ==========================================================================
   Split-hero headlines — one definition
   ==========================================================================
   This is the final-loaded stylesheet, so it owns the last word on split-hero
   type. Every split hero uses the shared tokens from airy.css; otherwise source
   order leaves some pages on an older 36px mobile minimum while newer pages use
   39.2px, making equivalent headers look unrelated.

   Adding a split hero? Add its selector here rather than introducing another
   page-specific font size.
   ========================================================================== */

:is(
	.petland-whyhero__title,
	.petland-producthero__title,
	.petland-financing__hero h1,
	.petland-guides-hero h1,
	.petland-claims-hero h1,
	.petland-cares-hero h1,
	.petland-bp__title,
	.petland-other h1
) {
	font-size: var(--petland-split-hero-title-size);
	font-weight: 700;
	letter-spacing: var(--petland-split-hero-title-tracking);
	line-height: var(--petland-split-hero-title-leading);
	text-transform: none;
}

@media (max-width: 700px) {
	:is(
		.petland-whyhero__title,
		.petland-producthero__title,
		.petland-financing__hero h1,
		.petland-guides-hero h1,
		.petland-claims-hero h1,
		.petland-cares-hero h1,
		.petland-bp__title,
		.petland-other h1
	) {
		font-size: var(--petland-split-hero-title-size-mobile);
	}
}

/* About Petland's stored content predates the newer editorial wrapper on some
   franchise sites. Keep both content shapes on the same left-aligned mobile
   rhythm without changing the centered treatment used by other standard pages. */
@media (max-width: 768px) {
	.petland-about-surface .petland-whyhero__inner,
	.petland-about-surface .petland-about-page,
	.petland-about-surface .petland-why__body .entry-content > h2,
	.petland-about-surface .petland-why__body .entry-content > p {
		text-align: left;
	}

	.petland-about-surface .petland-why__body .entry-content > h2,
	.petland-about-surface .petland-why__body .entry-content > p {
		margin-left: 0;
		margin-right: 0;
	}
}
