/*
 * OnlyCat homepage.
 *
 * Loaded only on pages using template-home.php (inc/home.php) and scoped
 * under body.onlycat-home, so nothing here reaches another page and two-class
 * selectors outrank the Elementor kit's element rules while the kit is still
 * loaded. Colours, type and the one radius come from assets/tokens.css,
 * shared with every page off Elementor (ADR 0014).
 *
 * Ported from the concept's stylesheet (onlycat-homepage-concept
 * src/styles.css) section for section, minus its own header, footer and the
 * sections the concept had already removed. Breakpoints kept: 1600, 1150,
 * 850, 640, 360.
 */

body.onlycat-home {
	background: var(--oc-paper);
	color: var(--oc-ink);
	font-family: var(--oc-sans);
	-webkit-font-smoothing: antialiased;
}

body.onlycat-home .site-main.onlycat-home {
	margin: 0;
	padding: 0;
	max-width: none;
	font-family: var(--oc-sans);
	font-size: 16px;
	line-height: 1.5;
	color: var(--oc-ink);
	font-synthesis: none;
}

/* Element rules at zero extra specificity (:where), so the class rules that
   follow win regardless of tag: a hero photo's height must beat `img`. */
body.onlycat-home .onlycat-home :where(*) {
	box-sizing: border-box;
}

body.onlycat-home .onlycat-home :where(img) {
	display: block;
	max-width: 100%;
	height: auto;
}

/* The Elementor kit rounds every image on the site (`.elementor-kit-136 img`,
   16px) for as long as it is loaded; this page's photography is square and
   full-bleed, so say so at a specificity the kit cannot beat. */
body.onlycat-home .onlycat-home img {
	border-radius: 0;
}

body.onlycat-home .onlycat-home :where(p) {
	line-height: 1.65;
	margin: 0 0 22px;
}

body.onlycat-home .onlycat-home :where(h1, h2, h3) {
	margin: 0;
	font-family: var(--oc-sans);
	font-weight: 550;
	letter-spacing: -0.035em;
	color: inherit;
}

body.onlycat-home .onlycat-home__heading {
	font-size: 48px;
	line-height: 1.12;
}

body.onlycat-home .onlycat-home__heading span {
	color: var(--oc-blue);
}

body.onlycat-home .onlycat-home :where(a) {
	color: inherit;
	text-decoration: none;
}

body.onlycat-home .onlycat-home :where(a, button, summary):focus-visible {
	outline: 3px solid var(--oc-blue-bright);
	outline-offset: 5px;
}

body.onlycat-home .onlycat-home__icon {
	flex-shrink: 0;
}

body.onlycat-home .onlycat-home :where(section[id]) {
	scroll-margin-top: 90px;
}

/* ---- Shared pieces ---------------------------------------------------- */

body.onlycat-home .onlycat-home__shell {
	width: min(100%, var(--oc-shell));
	margin-inline: auto;
	padding-inline: 64px;
}

body.onlycat-home .onlycat-home__eyebrow {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	margin: 0 0 22px;
	color: var(--oc-blue);
}

body.onlycat-home .onlycat-home__lede {
	font-size: 18px;
	color: var(--oc-ink-soft);
	max-width: 450px;
	margin-top: 24px;
}

body.onlycat-home .onlycat-home__button {
	display: inline-flex;
	gap: 14px;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 15px 25px;
	border: 1px solid var(--oc-blue);
	border-radius: var(--oc-radius);
	background: var(--oc-blue);
	color: var(--oc-white);
	font-family: var(--oc-sans);
	font-size: 15px;
	font-weight: 550;
	line-height: 1.35;
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

body.onlycat-home .onlycat-home__button:hover,
body.onlycat-home .onlycat-home__button:focus-visible {
	background: var(--oc-blue-deep);
	border-color: var(--oc-blue-deep);
	color: var(--oc-white);
	transform: translateY(-1px);
}

body.onlycat-home .onlycat-home__text-link {
	border: 0;
	padding: 0;
	background: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--oc-blue);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	min-height: 40px;
	text-decoration: none;
}

body.onlycat-home .onlycat-home__text-link:hover {
	color: var(--oc-blue);
	text-decoration: underline;
	text-underline-offset: 5px;
}

body.onlycat-home .onlycat-home__icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

/* ---- Hero -------------------------------------------------------------- */

body.onlycat-home .onlycat-home__hero {
	position: relative;
	isolation: isolate;
	background: #0b151a;
	color: var(--oc-white);
	min-height: 790px;
	display: flex;
	align-items: center;
}

body.onlycat-home .onlycat-home__hero-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

body.onlycat-home .onlycat-home__hero-inner {
	position: relative;
	width: min(100%, var(--oc-shell));
	margin: auto;
	padding: 70px 110px;
	min-height: 790px;
	display: flex;
	align-items: center;
}

body.onlycat-home .onlycat-home__hero-copy {
	width: 540px;
	max-width: 48%;
}

body.onlycat-home .onlycat-home__hero .onlycat-home__eyebrow {
	color: var(--oc-white);
	margin-bottom: 24px;
	font-size: 13px;
	letter-spacing: 0.08em;
}

body.onlycat-home .onlycat-home__title {
	font-size: clamp(54px, 5.3vw, 78px);
	line-height: 1.02;
	letter-spacing: -0.055em;
	font-weight: 550;
	margin: 0 0 26px;
	color: var(--oc-white);
}

body.onlycat-home .onlycat-home__title span {
	color: var(--oc-blue-bright);
}

body.onlycat-home .onlycat-home__hero-promise {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
	letter-spacing: -0.025em;
}

body.onlycat-home .onlycat-home__hero-description {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 32px;
	max-width: 400px;
}

body.onlycat-home .onlycat-home__hero-actions {
	display: flex;
	align-items: center;
	gap: 25px;
	flex-wrap: wrap;
}

body.onlycat-home .onlycat-home__hero .onlycat-home__button {
	min-height: 58px;
	padding: 17px 29px;
}

body.onlycat-home .onlycat-home__play {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 0;
	background: transparent;
	color: var(--oc-white);
	padding: 6px 0;
	font-size: 14px;
	line-height: 1.35;
}

body.onlycat-home .onlycat-home__play-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--oc-white);
	border-radius: 50%;
}

body.onlycat-home .onlycat-home__play:hover .onlycat-home__play-circle {
	background: rgba(255, 255, 255, 0.15);
}

body.onlycat-home .onlycat-home__price {
	margin-top: 31px;
}

body.onlycat-home .onlycat-home__price-range {
	display: flex;
	align-items: baseline;
	gap: 13px;
	line-height: 1.2;
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.035em;
}

body.onlycat-home .onlycat-home__price-range .amount {
	color: inherit;
	font-weight: inherit;
}

body.onlycat-home .onlycat-home__price small {
	display: block;
	font-size: 13px;
}

/* Price Based on Country marks a price "loading" until its refresh lands;
   the base-currency figure is shown meanwhile rather than dots. */
body.onlycat-home .onlycat-home .wcpbc-price.loading {
	visibility: visible;
}

body.onlycat-home .onlycat-home .wcpbc-placeholder {
	display: none;
}

/* ---- Benefits ---------------------------------------------------------- */

body.onlycat-home .onlycat-home__benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	padding-top: 48px;
	padding-bottom: 57px;
}

body.onlycat-home .onlycat-home__benefit {
	min-width: 0;
}

body.onlycat-home .onlycat-home__benefit-card {
	display: block;
	height: 100%;
	border-radius: var(--oc-radius);
	outline-offset: 6px;
	transition: background-color 0.22s ease;
}

body.onlycat-home .onlycat-home__benefit-image {
	overflow: hidden;
}

body.onlycat-home .onlycat-home__benefit img {
	width: 100%;
	aspect-ratio: 1.05;
	object-fit: cover;
	transition: transform 0.32s ease;
}

body.onlycat-home .onlycat-home__benefit-copy {
	text-align: center;
	padding: 27px 10px 15px;
}

body.onlycat-home .onlycat-home__benefit-title {
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	margin-bottom: 12px;
	transition: color 0.22s ease;
}

body.onlycat-home .onlycat-home__benefit-card:focus-visible {
	outline: 2px solid var(--oc-blue);
	background: var(--oc-blue-tint);
}

body.onlycat-home .onlycat-home__benefit-card:focus-visible .onlycat-home__benefit-title {
	color: var(--oc-blue);
}

body.onlycat-home .onlycat-home__benefit-card:focus-visible .onlycat-home__rule {
	width: 58px;
}

@media (hover: hover) {
	body.onlycat-home .onlycat-home__benefit-card:hover {
		background: var(--oc-blue-tint);
	}

	body.onlycat-home .onlycat-home__benefit-card:hover .onlycat-home__benefit-title {
		color: var(--oc-blue);
	}

	body.onlycat-home .onlycat-home__benefit-card:hover .onlycat-home__rule {
		width: 58px;
	}
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
	body.onlycat-home .onlycat-home__benefit-card:hover img {
		transform: scale(1.025);
	}
}

body.onlycat-home .onlycat-home__benefit p {
	font-size: 16px;
	color: var(--oc-ink-soft);
	line-height: 1.5;
	margin-bottom: 21px;
}

body.onlycat-home .onlycat-home__rule {
	display: block;
	width: 34px;
	height: 2px;
	background: var(--oc-blue);
	margin: auto;
	transition: width 0.22s ease;
}

/* ---- Owners' words: three voices on desktop, the original leading ------ */

body.onlycat-home .onlycat-home__testimonial {
	background: var(--oc-night);
	padding: 56px 24px 42px;
	text-align: center;
	color: var(--oc-white);
	display: flex;
	flex-direction: column;
	align-items: center;
}

body.onlycat-home .onlycat-home__reviews {
	display: grid;
	grid-template-columns: 1fr 1.35fr 1fr;
	align-items: center;
	gap: 44px;
	margin-bottom: 28px;
}

body.onlycat-home .onlycat-home__review {
	margin: 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

body.onlycat-home .onlycat-home__review > .onlycat-home__icon {
	color: #70afe7;
	margin-bottom: 17px;
}

body.onlycat-home .onlycat-home__review--featured > .onlycat-home__icon {
	color: var(--oc-blue-bright);
}

body.onlycat-home .onlycat-home__review--featured {
	border-inline: 1px solid rgba(217, 233, 240, 0.16);
	padding-inline: 34px;
}

body.onlycat-home .onlycat-home__quote {
	margin: 0 auto 22px;
	padding: 0;
	border: 0;
	background: none;
	font-size: clamp(30px, 2.5vw, 40px);
	line-height: 1.18;
	font-weight: 500;
	letter-spacing: -0.035em;
	max-width: 430px;
	color: inherit;
	font-style: normal;
}

body.onlycat-home .onlycat-home__review--supporting .onlycat-home__quote {
	font-size: 21px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #d8e1e6;
	max-width: 290px;
}

body.onlycat-home .onlycat-home__quote-cite {
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
	color: var(--oc-white);
}

body.onlycat-home .onlycat-home__quote-cite span {
	display: block;
	font-size: 11px;
	color: #98aebc;
	margin-top: 2px;
}

body.onlycat-home .onlycat-home__testimonial .onlycat-home__text-link {
	color: #33b2f7;
}

/* ---- How it works ------------------------------------------------------ */

body.onlycat-home .onlycat-home__demo {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 100px;
	padding-top: 110px;
	padding-bottom: 110px;
	align-items: center;
}

body.onlycat-home .onlycat-home__steps {
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
}

body.onlycat-home .onlycat-home__steps li {
	display: flex;
	gap: 23px;
	margin: 0 0 22px;
}

body.onlycat-home .onlycat-home__step-number {
	font-size: 15px;
	color: var(--oc-blue);
	padding-top: 3px;
}

body.onlycat-home .onlycat-home__step-title {
	font-size: 17px;
	letter-spacing: -0.015em;
	margin-bottom: 5px;
}

body.onlycat-home .onlycat-home__steps p {
	font-size: 14px;
	line-height: 1.4;
	color: var(--oc-ink-soft);
	margin: 0;
}

body.onlycat-home .onlycat-home__poster {
	position: relative;
	display: block;
	background: var(--oc-oat);
	width: 100%;
	overflow: hidden;
}

body.onlycat-home .onlycat-home__poster img {
	width: 100%;
	aspect-ratio: 1.2;
	object-fit: cover;
	transition: transform 0.35s;
}

body.onlycat-home .onlycat-home__poster:hover img {
	transform: scale(1.02);
}

body.onlycat-home .onlycat-home__poster-play {
	width: 78px;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid var(--oc-white);
	border-radius: 50%;
	color: var(--oc-white);
	background: rgba(18, 26, 34, 0.35);
}

body.onlycat-home .onlycat-home__caption {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid var(--oc-line);
	font-size: 14px;
	font-weight: 500;
	gap: 10px;
}

body.onlycat-home .onlycat-home__caption .onlycat-home__text-link {
	font-size: 14px;
}

body.onlycat-home .onlycat-home__fineprint {
	font-size: 12px;
	color: var(--oc-ink-soft);
	line-height: 1.65;
	margin: 19px 0 5px;
}

body.onlycat-home .onlycat-home__demo-media > .onlycat-home__text-link {
	font-size: 13px;
}

/* ---- Installation ------------------------------------------------------ */

body.onlycat-home .onlycat-home__fit {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--oc-oat);
}

body.onlycat-home .onlycat-home__fit-photo {
	position: relative;
	align-self: stretch;
	min-height: 640px;
}

body.onlycat-home .onlycat-home__fit-photo picture {
	display: block;
	position: absolute;
	inset: 0;
}

body.onlycat-home .onlycat-home__fit-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 80% 72%;
}

body.onlycat-home .onlycat-home__fit-copy {
	padding: 68px clamp(35px, 6vw, 88px);
	max-width: 730px;
	align-self: center;
}

body.onlycat-home .onlycat-home__fit-copy .onlycat-home__eyebrow {
	font-size: 11px;
}

body.onlycat-home .onlycat-home__fit-copy .onlycat-home__lede {
	margin-top: 22px;
}

body.onlycat-home .onlycat-home__fit-questions {
	margin: 18px 0 24px;
}

body.onlycat-home .onlycat-home__fit-helper {
	font-size: 13px;
	margin: 0 0 20px;
}

body.onlycat-home .onlycat-home__fit-copy > .onlycat-home__text-link {
	display: flex;
	font-size: 13px;
	margin-top: 15px;
}

/* ---- Accordions (details) --------------------------------------------- */

body.onlycat-home .onlycat-home__accordion {
	border-bottom: 1px solid var(--oc-line);
}

body.onlycat-home .onlycat-home__accordion-summary {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 18px;
	border: 0;
	background: none;
	text-align: left;
	padding: 22px 0;
	font-size: 16px;
	font-weight: 450;
	line-height: 1.5;
	cursor: pointer;
	list-style: none;
}

body.onlycat-home .onlycat-home__accordion-summary::-webkit-details-marker,
body.onlycat-home .onlycat-home__accordion-summary::marker {
	display: none;
	content: "";
}

body.onlycat-home .onlycat-home__accordion-title {
	flex: 1;
}

body.onlycat-home .onlycat-home__accordion-summary .onlycat-home__icon--door-open,
body.onlycat-home .onlycat-home__accordion-summary .onlycat-home__icon--ruler,
body.onlycat-home .onlycat-home__accordion-summary .onlycat-home__icon--plug {
	color: var(--oc-blue);
}

body.onlycat-home .onlycat-home__accordion-summary:hover {
	color: var(--oc-blue);
}

body.onlycat-home .onlycat-home__accordion[open] .onlycat-home__icon--plus,
body.onlycat-home .onlycat-home__accordion:not([open]) .onlycat-home__icon--minus {
	display: none;
}

body.onlycat-home .onlycat-home__accordion-body {
	padding: 0 0 23px;
	color: var(--oc-ink-soft);
	font-size: 15px;
	line-height: 1.7;
}

body.onlycat-home .onlycat-home__accordion-body p {
	margin: 0;
}

body.onlycat-home .onlycat-home__accordion-body .onlycat-home__text-link {
	margin-top: 12px;
}

/* ---- The app ----------------------------------------------------------- */

body.onlycat-home .onlycat-home__app {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 90px;
	align-items: center;
	padding-block: 64px;
	background: #e9eff0;
	width: 100%;
	max-width: none;
	padding-inline: max(64px, calc((100% - var(--oc-shell)) / 2 + 64px));
}

body.onlycat-home .onlycat-home__app-copy {
	min-width: 0;
}

body.onlycat-home .onlycat-home__app-copy .onlycat-home__lede {
	margin-top: 25px;
	max-width: 420px;
}

body.onlycat-home .onlycat-home__app-copy .onlycat-home__text-link {
	margin-top: 8px;
}

/* The iOS asset carries the genuine iPhone frame and its rounded corners. */
body.onlycat-home .onlycat-home__app-screen {
	width: 270px;
	max-width: 100%;
	height: auto;
	margin: auto;
	justify-self: center;
	filter: drop-shadow(0 14px 20px rgba(16, 30, 39, 0.13));
}

/* ---- FAQ --------------------------------------------------------------- */

body.onlycat-home .onlycat-home__faq {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 110px;
	padding-top: 84px;
	padding-bottom: 112px;
	border-top: 1px solid var(--oc-line);
}

body.onlycat-home .onlycat-home__faq-heading .onlycat-home__heading {
	max-width: 420px;
}

body.onlycat-home .onlycat-home__faq-heading .onlycat-home__lede {
	font-size: 17px;
	margin: 25px 0 12px;
	max-width: 280px;
}

body.onlycat-home .onlycat-home__faq-heading .onlycat-home__text-link {
	font-size: 14px;
}

body.onlycat-home .onlycat-home__faq-list {
	border-top: 1px solid var(--oc-line);
}

body.onlycat-home .onlycat-home__faq-list .onlycat-home__accordion-summary {
	padding: 25px 0;
	font-size: 17px;
}

body.onlycat-home .onlycat-home__faq-all {
	margin-top: 22px;
	font-size: 14px;
}

/* ---- Closing ----------------------------------------------------------- */

body.onlycat-home .onlycat-home__closing {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--oc-night);
	color: var(--oc-white);
	min-height: 400px;
}

body.onlycat-home .onlycat-home__closing > img {
	width: 100%;
	height: 440px;
	object-fit: cover;
	object-position: center 62%;
}

body.onlycat-home .onlycat-home__closing > div {
	padding: 65px 12%;
	align-self: center;
}

body.onlycat-home .onlycat-home__closing .onlycat-home__eyebrow {
	color: #4abbf5;
}

body.onlycat-home .onlycat-home__closing .onlycat-home__heading {
	font-size: 58px;
	margin-bottom: 28px;
	max-width: 480px;
}

/* ---- Buy bar (small screens) ------------------------------------------ */

body.onlycat-home .onlycat-home__buybar {
	display: none;
}

/* ---- The film ---------------------------------------------------------- */

body.onlycat-home .onlycat-home__dialog {
	border: 0;
	border-radius: var(--oc-radius);
	padding: 0;
	background: var(--oc-paper);
	color: var(--oc-ink);
	font-family: var(--oc-sans);
	width: min(980px, calc(100% - 40px));
	max-height: calc(100dvh - 40px);
	overflow-y: auto;
	box-shadow: 0 30px 100px rgba(0, 0, 0, 0.25);
}

body.onlycat-home .onlycat-home__dialog::backdrop {
	background: rgba(7, 20, 27, 0.78);
}

body.onlycat-home .onlycat-home__dialog-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 26px;
	border-bottom: 1px solid var(--oc-line);
	gap: 18px;
	background: var(--oc-paper);
	position: sticky;
	top: 0;
	z-index: 1;
}

body.onlycat-home .onlycat-home__dialog-header h2 {
	font-size: 23px;
	letter-spacing: -0.025em;
	line-height: 1.3;
}

body.onlycat-home .onlycat-home__film {
	padding: 24px;
}

body.onlycat-home .onlycat-home__film video {
	display: block;
	max-height: 65dvh;
	width: 100%;
	background: var(--oc-ink);
}

body.onlycat-home .onlycat-home__film > p {
	font-size: 12px;
	margin: 16px 0 5px;
	color: var(--oc-ink-soft);
}

/* ---- Responsive -------------------------------------------------------- */

@media (min-width: 1600px) {
	body.onlycat-home .onlycat-home__hero,
	body.onlycat-home .onlycat-home__hero-inner {
		min-height: 900px;
	}

	body.onlycat-home .onlycat-home__hero-copy {
		max-width: 46%;
	}
}

@media (min-width: 1151px) and (max-width: 1599px) {
	body.onlycat-home .onlycat-home__hero,
	body.onlycat-home .onlycat-home__hero-inner {
		min-height: 860px;
	}

	body.onlycat-home .onlycat-home__title {
		font-size: clamp(68px, 5.9vw, 86px);
	}

	body.onlycat-home .onlycat-home__hero-copy {
		width: 575px;
		max-width: 48%;
	}
}

@media (max-width: 1150px) {
	body.onlycat-home .onlycat-home__shell {
		padding-inline: 40px;
	}

	body.onlycat-home .onlycat-home__hero-inner {
		padding: 65px 60px;
	}

	body.onlycat-home .onlycat-home__hero-copy {
		max-width: 49%;
		width: 510px;
	}

	body.onlycat-home .onlycat-home__hero-promise {
		font-size: 20px;
	}

	body.onlycat-home .onlycat-home__hero-description {
		font-size: 18px;
	}

	body.onlycat-home .onlycat-home__hero-actions {
		gap: 18px;
	}

	body.onlycat-home .onlycat-home__hero .onlycat-home__button {
		padding-inline: 24px;
	}

	body.onlycat-home .onlycat-home__play {
		font-size: 12px;
	}

	body.onlycat-home .onlycat-home__play-circle {
		width: 35px;
		height: 35px;
	}

	body.onlycat-home .onlycat-home__demo {
		gap: 60px;
	}

	body.onlycat-home .onlycat-home__fit-copy {
		padding: 52px 40px;
	}

	body.onlycat-home .onlycat-home__fit-copy .onlycat-home__heading {
		font-size: 40px;
	}

	body.onlycat-home .onlycat-home__fit-photo {
		min-height: 620px;
	}

	body.onlycat-home .onlycat-home__faq {
		gap: 60px;
	}

	body.onlycat-home .onlycat-home__reviews {
		gap: 25px;
		grid-template-columns: 1fr 1.2fr 1fr;
	}

	body.onlycat-home .onlycat-home__review--featured {
		padding-inline: 25px;
	}

	body.onlycat-home .onlycat-home__review--supporting .onlycat-home__quote {
		font-size: 18px;
	}

	body.onlycat-home .onlycat-home__app {
		gap: 50px;
		padding-inline: 40px;
	}

	body.onlycat-home .onlycat-home__closing .onlycat-home__heading {
		font-size: 49px;
	}

	body.onlycat-home .onlycat-home__benefits {
		gap: 28px;
	}

	body.onlycat-home .onlycat-home__benefit-title {
		font-size: 22px;
	}

	body.onlycat-home .onlycat-home__benefit p {
		font-size: 14px;
	}
}

@media (max-width: 850px) {
	body.onlycat-home .onlycat-home__hero,
	body.onlycat-home .onlycat-home__hero-inner {
		min-height: 650px;
	}

	body.onlycat-home .onlycat-home__hero-inner {
		padding: 48px 36px;
	}

	body.onlycat-home .onlycat-home__title {
		font-size: 53px;
	}

	body.onlycat-home .onlycat-home__hero-copy {
		max-width: 53%;
	}

	body.onlycat-home .onlycat-home__hero-promise,
	body.onlycat-home .onlycat-home__hero-description {
		font-size: 17px;
	}

	body.onlycat-home .onlycat-home__hero-actions {
		gap: 12px;
	}

	body.onlycat-home .onlycat-home__hero .onlycat-home__button {
		font-size: 13px;
		min-height: 48px;
		padding: 13px 20px;
	}

	body.onlycat-home .onlycat-home__hero-actions .onlycat-home__play {
		min-height: 44px;
	}

	body.onlycat-home .onlycat-home__price {
		margin-top: 20px;
	}

	body.onlycat-home .onlycat-home__price-range {
		font-size: 21px;
	}

	body.onlycat-home .onlycat-home__price small {
		font-size: 11px;
	}

	body.onlycat-home .onlycat-home__hero .onlycat-home__eyebrow {
		font-size: 10px;
	}

	body.onlycat-home .onlycat-home__benefits {
		padding-inline: 28px;
		gap: 22px;
	}

	body.onlycat-home .onlycat-home__benefit-title {
		font-size: 19px;
	}

	body.onlycat-home .onlycat-home__benefit p {
		font-size: 12px;
	}

	body.onlycat-home .onlycat-home__demo {
		gap: 40px;
		padding-block: 75px;
	}

	body.onlycat-home .onlycat-home__heading {
		font-size: 37px;
	}

	body.onlycat-home .onlycat-home__lede {
		font-size: 15px;
	}

	body.onlycat-home .onlycat-home__eyebrow {
		font-size: 10px;
	}

	body.onlycat-home .onlycat-home__caption,
	body.onlycat-home .onlycat-home__caption .onlycat-home__text-link {
		font-size: 12px;
	}

	body.onlycat-home .onlycat-home__steps p {
		font-size: 12px;
	}

	body.onlycat-home .onlycat-home__fit-copy {
		padding: 40px 28px;
	}

	body.onlycat-home .onlycat-home__fit-copy .onlycat-home__heading {
		font-size: 34px;
	}

	body.onlycat-home .onlycat-home__fit-copy .onlycat-home__eyebrow {
		font-size: 9px;
	}

	body.onlycat-home .onlycat-home__accordion-summary {
		font-size: 14px;
		padding-block: 19px;
		gap: 12px;
	}

	body.onlycat-home .onlycat-home__fit-photo {
		min-height: 550px;
	}

	body.onlycat-home .onlycat-home__faq {
		gap: 42px;
		padding-block: 70px;
	}

	body.onlycat-home .onlycat-home__testimonial {
		padding-block: 43px 37px;
	}

	body.onlycat-home .onlycat-home__reviews {
		display: block;
		margin-bottom: 20px;
	}

	body.onlycat-home .onlycat-home__review--supporting {
		display: none;
	}

	body.onlycat-home .onlycat-home__review--featured {
		border: 0;
		padding: 0;
	}

	body.onlycat-home .onlycat-home__review--featured .onlycat-home__quote {
		font-size: 36px;
		max-width: 550px;
	}

	body.onlycat-home .onlycat-home__review--featured > .onlycat-home__icon {
		width: 36px;
		height: 36px;
	}

	body.onlycat-home .onlycat-home__app {
		gap: 35px;
		padding-block: 45px;
		padding-inline: 28px;
	}

	body.onlycat-home .onlycat-home__app-screen {
		width: 240px;
	}

	body.onlycat-home .onlycat-home__faq-heading .onlycat-home__heading {
		font-size: 36px;
	}

	body.onlycat-home .onlycat-home__faq-list .onlycat-home__accordion-summary {
		font-size: 15px;
	}

	body.onlycat-home .onlycat-home__closing {
		min-height: 350px;
	}

	body.onlycat-home .onlycat-home__closing > img {
		height: 350px;
	}

	body.onlycat-home .onlycat-home__closing .onlycat-home__heading {
		font-size: 42px;
	}

	body.onlycat-home .onlycat-home__closing > div {
		padding: 45px 10%;
	}
}

@media (max-width: 640px) {
	body.onlycat-home .onlycat-home__hero {
		display: flex;
		flex-direction: column;
		min-height: 0;
		align-items: stretch;
		background: #0c1a22;
	}

	body.onlycat-home .onlycat-home__hero-inner {
		order: 0;
		padding: 35px 24px 26px;
		min-height: 0;
		width: 100%;
		display: block;
	}

	body.onlycat-home .onlycat-home__hero-photo {
		position: relative;
		order: 1;
		height: 245px;
		object-fit: cover;
		object-position: 80% 60%;
		width: 100%;
	}

	body.onlycat-home .onlycat-home__hero-copy {
		max-width: 100%;
		width: 100%;
	}

	body.onlycat-home .onlycat-home__hero .onlycat-home__eyebrow {
		font-size: 10px;
		letter-spacing: 0.095em;
		margin: 0 0 17px;
	}

	body.onlycat-home .onlycat-home__title {
		font-size: 48px;
		line-height: 1.025;
		letter-spacing: -0.045em;
		margin: 0 0 18px;
	}

	body.onlycat-home .onlycat-home__hero-promise {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 6px;
	}

	body.onlycat-home .onlycat-home__hero-description {
		font-size: 15px;
		max-width: 330px;
		line-height: 1.5;
		margin: 0 0 22px;
		color: #e6e9eb;
	}

	body.onlycat-home .onlycat-home__hero-actions {
		gap: 16px;
		flex-wrap: nowrap;
	}

	body.onlycat-home .onlycat-home__hero .onlycat-home__button {
		font-size: 13px;
		padding: 13px 21px;
		min-height: 47px;
	}

	body.onlycat-home .onlycat-home__hero-actions .onlycat-home__play {
		font-size: 11px;
		gap: 8px;
	}

	body.onlycat-home .onlycat-home__play-circle {
		width: 32px;
		height: 32px;
	}

	body.onlycat-home .onlycat-home__play-circle .onlycat-home__icon {
		width: 15px;
	}

	body.onlycat-home .onlycat-home__price {
		margin-top: 23px;
	}

	body.onlycat-home .onlycat-home__price-range {
		gap: 10px;
		margin-bottom: 7px;
		font-size: 20px;
	}

	body.onlycat-home .onlycat-home__price small {
		font-size: 11px;
		color: #e4e8ea;
	}

	body.onlycat-home .onlycat-home__shell {
		padding-inline: 24px;
	}

	body.onlycat-home .onlycat-home__benefits {
		display: flex;
		flex-direction: column;
		padding-block: 33px;
		gap: 24px;
	}

	body.onlycat-home .onlycat-home__benefit-card {
		display: grid;
		grid-template-columns: 135px minmax(0, 1fr);
		gap: 21px;
		align-items: center;
	}

	body.onlycat-home .onlycat-home__benefit img {
		aspect-ratio: auto;
		width: 100%;
		height: 141px;
		object-fit: cover;
	}

	body.onlycat-home .onlycat-home__benefit-copy {
		text-align: left;
		padding: 8px 0;
	}

	body.onlycat-home .onlycat-home__app {
		grid-template-columns: 1fr;
		gap: 30px;
		padding-block: 40px;
		padding-inline: 24px;
	}

	body.onlycat-home .onlycat-home__app-screen {
		width: 230px;
	}

	body.onlycat-home .onlycat-home__benefit-title {
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: -0.035em;
		margin-bottom: 9px;
	}

	body.onlycat-home .onlycat-home__benefit p {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 14px;
	}

	body.onlycat-home .onlycat-home__rule {
		width: 27px;
		height: 2px;
		margin: 0;
	}

	body.onlycat-home .onlycat-home__testimonial {
		padding: 37px 27px 34px;
	}

	body.onlycat-home .onlycat-home__testimonial > .onlycat-home__icon {
		width: 33px;
		height: 33px;
		margin-bottom: 13px;
	}

	body.onlycat-home .onlycat-home__review--featured .onlycat-home__quote {
		font-size: 32px;
		line-height: 1.19;
		max-width: 350px;
		margin-bottom: 18px;
	}

	body.onlycat-home .onlycat-home__quote-cite {
		font-size: 12px;
	}

	body.onlycat-home .onlycat-home__testimonial .onlycat-home__text-link {
		font-size: 13px;
	}

	body.onlycat-home .onlycat-home__demo {
		display: flex;
		flex-direction: column;
		gap: 30px;
		padding-block: 56px;
		align-items: stretch;
	}

	body.onlycat-home .onlycat-home__eyebrow {
		font-size: 10px;
		margin-bottom: 16px;
		letter-spacing: 0.11em;
	}

	body.onlycat-home .onlycat-home__heading {
		font-size: 36px;
		line-height: 1.12;
	}

	body.onlycat-home .onlycat-home__lede {
		font-size: 16px;
		line-height: 1.65;
		margin: 21px 0 25px;
		max-width: 100%;
	}

	body.onlycat-home .onlycat-home__steps {
		margin: 0;
	}

	body.onlycat-home .onlycat-home__steps li {
		gap: 16px;
		margin-bottom: 18px;
	}

	body.onlycat-home .onlycat-home__steps li:last-child {
		margin-bottom: 0;
	}

	body.onlycat-home .onlycat-home__step-title {
		font-size: 15px;
	}

	body.onlycat-home .onlycat-home__steps p,
	body.onlycat-home .onlycat-home__step-number {
		font-size: 13px;
	}

	body.onlycat-home .onlycat-home__poster img {
		aspect-ratio: 1.42;
	}

	body.onlycat-home .onlycat-home__poster-play {
		height: 62px;
		width: 62px;
	}

	body.onlycat-home .onlycat-home__poster-play .onlycat-home__icon {
		height: 27px;
		width: 27px;
	}

	body.onlycat-home .onlycat-home__caption {
		font-size: 12px;
		padding: 10px 0;
		gap: 8px;
	}

	body.onlycat-home .onlycat-home__fineprint {
		font-size: 11px;
		margin-top: 15px;
	}

	body.onlycat-home .onlycat-home__demo-media > .onlycat-home__text-link {
		font-size: 12px;
	}

	body.onlycat-home .onlycat-home__fit {
		display: flex;
		flex-direction: column;
	}

	body.onlycat-home .onlycat-home__fit-photo {
		min-height: 0;
		height: auto;
	}

	body.onlycat-home .onlycat-home__fit-photo picture {
		position: static;
	}

	body.onlycat-home .onlycat-home__fit-photo img {
		height: auto;
		object-fit: contain;
		object-position: center;
	}

	body.onlycat-home .onlycat-home__fit-copy {
		padding: 36px 24px 42px;
		width: 100%;
		max-width: none;
	}

	body.onlycat-home .onlycat-home__fit-copy .onlycat-home__heading {
		font-size: 37px;
	}

	body.onlycat-home .onlycat-home__fit-copy .onlycat-home__lede {
		font-size: 16px;
		margin: 17px 0;
	}

	body.onlycat-home .onlycat-home__fit-questions {
		margin: 17px 0 22px;
	}

	body.onlycat-home .onlycat-home__fit-questions .onlycat-home__accordion-summary {
		font-size: 15px;
		padding-block: 19px;
		gap: 16px;
	}

	body.onlycat-home .onlycat-home__accordion-summary .onlycat-home__icon--door-open,
	body.onlycat-home .onlycat-home__accordion-summary .onlycat-home__icon--ruler,
	body.onlycat-home .onlycat-home__accordion-summary .onlycat-home__icon--plug {
		width: 27px;
		height: 27px;
	}

	body.onlycat-home .onlycat-home__fit-copy .onlycat-home__button {
		width: 100%;
		min-height: 51px;
		font-size: 14px;
	}

	body.onlycat-home .onlycat-home__fit-copy > .onlycat-home__text-link {
		justify-content: center;
		font-size: 12px;
		margin-top: 11px;
		min-height: 44px;
	}

	body.onlycat-home .onlycat-home__fit-helper {
		font-size: 12px;
		margin-bottom: 20px;
	}

	body.onlycat-home .onlycat-home__accordion-body {
		font-size: 14px;
		line-height: 1.6;
		padding-bottom: 20px;
	}

	body.onlycat-home .onlycat-home__faq {
		display: block;
		padding-block: 45px 55px;
	}

	body.onlycat-home .onlycat-home__faq-heading .onlycat-home__heading {
		font-size: 35px;
		max-width: 330px;
	}

	body.onlycat-home .onlycat-home__faq-heading .onlycat-home__lede {
		font-size: 14px;
		margin: 18px 0 6px;
	}

	body.onlycat-home .onlycat-home__faq-heading .onlycat-home__text-link {
		font-size: 13px;
		min-height: 44px;
	}

	body.onlycat-home .onlycat-home__faq-list {
		margin-top: 25px;
	}

	body.onlycat-home .onlycat-home__faq-list .onlycat-home__accordion-summary {
		font-size: 15px;
		padding-block: 21px;
		line-height: 1.5;
	}

	body.onlycat-home .onlycat-home__closing {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	body.onlycat-home .onlycat-home__closing > img {
		width: 100%;
		height: 235px;
		object-position: center 57%;
	}

	body.onlycat-home .onlycat-home__closing > div {
		padding: 37px 24px 43px;
		width: 100%;
	}

	body.onlycat-home .onlycat-home__closing .onlycat-home__eyebrow {
		font-size: 10px;
		margin-bottom: 16px;
	}

	body.onlycat-home .onlycat-home__closing .onlycat-home__heading {
		font-size: 43px;
		margin-bottom: 23px;
	}

	body.onlycat-home .onlycat-home__closing .onlycat-home__button {
		min-height: 50px;
		font-size: 14px;
	}

	/* The buy bar exists on small screens only, and only once the hero has
	   scrolled away (home.js). It floats over whatever footer the site has. */
	body.onlycat-home .onlycat-home__buybar {
		display: flex;
		position: fixed;
		z-index: 4;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(247, 245, 241, 0.98);
		border-top: 1px solid var(--oc-line);
		box-shadow: 0 -3px 18px rgba(0, 0, 0, 0.03);
		padding: 12px 21px calc(12px + env(safe-area-inset-bottom));
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		transform: translateY(120%);
		visibility: hidden;
		transition: transform 0.2s, visibility 0.2s;
	}

	/* Crisp's launcher sits bottom-right, 54px plus a 14px margin, over the
	   bar's button. Leave it room rather than move it: Crisp's class names are
	   generated per build. Browsers without :has() see the bar as before. */
	body.onlycat-home:has(.crisp-client) .onlycat-home__buybar {
		padding-right: 84px;
	}

	body.onlycat-home .onlycat-home__buybar.is-visible {
		transform: translateY(0);
		visibility: visible;
	}

	body.onlycat-home--film-open .onlycat-home__buybar {
		transform: translateY(120%);
		visibility: hidden;
	}

	body.onlycat-home .onlycat-home__buybar > div {
		line-height: 1.5;
	}

	body.onlycat-home .onlycat-home__buybar-price {
		display: block;
		font-size: 13px;
		font-weight: 550;
		letter-spacing: -0.025em;
	}

	body.onlycat-home .onlycat-home__buybar-price .amount {
		color: inherit;
		font-weight: inherit;
	}

	body.onlycat-home .onlycat-home__buybar small {
		display: block;
		font-size: 10px;
		color: var(--oc-ink-soft);
	}

	body.onlycat-home .onlycat-home__buybar .onlycat-home__button {
		min-height: 43px;
		padding: 11px 17px;
		font-size: 12px;
		gap: 8px;
	}

	body.onlycat-home .onlycat-home__dialog {
		width: calc(100% - 20px);
		max-height: calc(100dvh - 24px);
		border-radius: var(--oc-radius);
	}

	body.onlycat-home .onlycat-home__dialog-header {
		padding: 12px 17px;
		gap: 10px;
	}

	body.onlycat-home .onlycat-home__dialog-header h2 {
		font-size: 20px;
	}

	body.onlycat-home .onlycat-home__film {
		padding: 14px;
	}

	body.onlycat-home .onlycat-home__film > p {
		font-size: 11px;
	}

	body.onlycat-home .onlycat-home__film video {
		max-height: 50dvh;
	}

	body.onlycat-home .onlycat-home :where(section[id]) {
		scroll-margin-top: 18px;
	}
}

@media (max-width: 360px) {
	body.onlycat-home .onlycat-home__hero-inner {
		padding-inline: 20px;
	}

	body.onlycat-home .onlycat-home__title {
		font-size: 43px;
	}

	body.onlycat-home .onlycat-home__hero-promise {
		font-size: 15px;
	}

	body.onlycat-home .onlycat-home__hero-description {
		font-size: 14px;
	}

	body.onlycat-home .onlycat-home__hero-actions {
		gap: 11px;
	}

	body.onlycat-home .onlycat-home__hero .onlycat-home__button {
		font-size: 12px;
		padding-inline: 17px;
	}

	body.onlycat-home .onlycat-home__hero-actions .onlycat-home__play {
		font-size: 10px;
	}

	body.onlycat-home .onlycat-home__shell {
		padding-inline: 20px;
	}

	body.onlycat-home .onlycat-home__benefit-card {
		grid-template-columns: 115px 1fr;
		gap: 17px;
	}

	body.onlycat-home .onlycat-home__benefit img {
		height: 130px;
	}

	body.onlycat-home .onlycat-home__benefit-title {
		font-size: 18px;
	}

	body.onlycat-home .onlycat-home__benefit p {
		font-size: 12px;
	}

	body.onlycat-home .onlycat-home__hero-photo {
		height: 225px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.onlycat-home .onlycat-home *,
	body.onlycat-home .onlycat-home *::before,
	body.onlycat-home .onlycat-home *::after {
		transition: none !important;
		animation: none !important;
	}
}

@media print {
	body.onlycat-home .onlycat-home__buybar,
	body.onlycat-home .onlycat-home__dialog {
		display: none;
	}

	body.onlycat-home .onlycat-home__hero,
	body.onlycat-home .onlycat-home__benefits,
	body.onlycat-home .onlycat-home__testimonial,
	body.onlycat-home .onlycat-home__fit {
		break-inside: avoid;
	}
}
