.arf-homepage {
	--arf-accent: #d8352a;
	--arf-border: #e6e1d8;
	--arf-control-border: #d8d8d1;
	--arf-ink: #000;
	--arf-muted: #000;
	--arf-paper: #fcfcfa;
	--arf-star: #e8b23a;
	background: var(--arf-paper);
	color: var(--arf-ink);
	font-family: "Bricolage Grotesque", Arial, sans-serif;
}

.arf-homepage--wpbakery > .vc_row {
	margin-right: 0;
	margin-left: 0;
}

.arf-homepage--wpbakery > .vc_row > .vc_column_container > .vc_column-inner {
	padding-right: 0;
	padding-left: 0;
}

.arf-homepage--wpbakery .wpb_content_element {
	margin-bottom: 0;
}

.arf-review-hero {
	box-sizing: border-box;
	display: grid;
	align-items: stretch;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.8fr);
	width: min(calc(100% - 88px), 1200px);
	height: 520px;
	max-height: 520px;
	margin: 36px auto 0;
	overflow: hidden;
	border: 1px solid var(--arf-border);
	background: var(--arf-paper);
	color: var(--arf-ink);
}

.arf-homepage--standard .arf-review-hero {
	width: 100%;
	max-width: none;
	margin: 0;
	border: 1px solid var(--arf-border);
}

.arf-review-hero *,
.arf-review-hero *::before,
.arf-review-hero *::after {
	box-sizing: border-box;
}

.arf-review-hero__media a {
	display: block;
	height: 100%;
	min-height: 0;
}

.arf-review-hero__media {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	background: #e9e4dc;
}

.arf-review-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center;
}

.arf-review-hero__image.arf-hero-focus--top-left,
.arf-wpbakery-featured-review__image.arf-hero-focus--top-left {
	object-position: left top;
}

.arf-review-hero__image.arf-hero-focus--top-center,
.arf-wpbakery-featured-review__image.arf-hero-focus--top-center {
	object-position: center top;
}

.arf-review-hero__image.arf-hero-focus--top-right,
.arf-wpbakery-featured-review__image.arf-hero-focus--top-right {
	object-position: right top;
}

.arf-review-hero__image.arf-hero-focus--center-left,
.arf-wpbakery-featured-review__image.arf-hero-focus--center-left {
	object-position: left center;
}

.arf-review-hero__image.arf-hero-focus--center,
.arf-wpbakery-featured-review__image.arf-hero-focus--center {
	object-position: center center;
}

.arf-review-hero__image.arf-hero-focus--center-right,
.arf-wpbakery-featured-review__image.arf-hero-focus--center-right {
	object-position: right center;
}

.arf-review-hero__image.arf-hero-focus--bottom-left,
.arf-wpbakery-featured-review__image.arf-hero-focus--bottom-left {
	object-position: left bottom;
}

.arf-review-hero__image.arf-hero-focus--bottom-center,
.arf-wpbakery-featured-review__image.arf-hero-focus--bottom-center {
	object-position: center bottom;
}

.arf-review-hero__image.arf-hero-focus--bottom-right,
.arf-wpbakery-featured-review__image.arf-hero-focus--bottom-right {
	object-position: right bottom;
}

.arf-review-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 0;
	padding: 36px clamp(28px, 3vw, 44px);
	overflow: hidden;
}

.arf-review-hero__eyebrow {
	margin: 0 0 22px;
	color: var(--arf-muted);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.arf-review-hero__genres {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.arf-review-hero__genres a {
	color: inherit;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.arf-review-hero__genres a:hover,
.arf-review-hero__genres a:focus-visible {
	color: #000;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.arf-review-hero h1 {
	margin: 0;
	color: inherit;
	font-size: 52px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
}

.arf-review-hero h1 a {
	display: -webkit-box;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.arf-review-hero__rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
	color: var(--arf-muted);
	font-size: 13px;
}

.arf-review-hero .arf-star {
	width: 16px;
	height: 16px;
}

.arf-review-hero__excerpt {
	display: -webkit-box;
	margin: 24px 0 0;
	overflow: hidden;
	color: #000;
	font-family: "Bricolage Grotesque", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.arf-review-hero__link {
	align-self: flex-start;
	margin-top: 26px;
	border-bottom: 2px solid var(--arf-accent);
	color: var(--arf-accent);
	font-family: "Bricolage Grotesque", Arial, sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
}

.arf-review-hero__link::after {
	content: " →";
}

.arf-review-hero a:focus-visible {
	outline: 3px solid rgba(216, 53, 42, 0.55);
	outline-offset: 4px;
}

.arf-wpbakery-featured-review {
	--arf-accent: #d8352a;
	--arf-border: #e6e1d8;
	--arf-ink: #000;
	--arf-muted: #000;
	--arf-paper: #fcfcfa;
	--arf-star: #e8b23a;
	display: grid;
	align-items: stretch;
	grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
	height: 520px;
	max-height: 520px;
	margin: 34px 0 64px;
	overflow: hidden;
	border: 1px solid var(--arf-border);
	background: var(--arf-paper);
	color: var(--arf-ink);
}

.arf-wpbakery-featured-review *,
.arf-wpbakery-featured-review *::before,
.arf-wpbakery-featured-review *::after {
	box-sizing: border-box;
}

.arf-wpbakery-featured-review__media {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	background: #e9e4dc;
}

.arf-wpbakery-featured-review__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center;
	transition: transform 450ms ease;
}

.arf-wpbakery-featured-review__media:hover .arf-wpbakery-featured-review__image {
	transform: scale(1.015);
}

.arf-wpbakery-featured-review__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 0;
	padding: 36px clamp(28px, 3vw, 44px);
	overflow: hidden;
}

.arf-wpbakery-featured-review__eyebrow {
	margin: 0 0 20px;
	color: var(--arf-muted);
	font-family: "Bricolage Grotesque", Arial, sans-serif !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.arf-wpbakery-featured-review h2 {
	margin: 0;
	font-family: "Bricolage Grotesque", Arial, sans-serif !important;
	font-size: clamp(2.5rem, 4vw, 4.25rem);
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 0.98;
}

.arf-wpbakery-featured-review h2 a {
	display: -webkit-box;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.arf-wpbakery-featured-review__rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
	color: var(--arf-muted);
	font-size: 14px;
}

.arf-wpbakery-featured-review .arf-stars {
	display: inline-flex;
	gap: 2px;
}

.arf-wpbakery-featured-review .arf-star {
	width: 18px;
	height: 18px;
}

.arf-wpbakery-featured-review .arf-star__base {
	fill: #d3d3cc;
}

.arf-wpbakery-featured-review .arf-star__fill {
	fill: var(--arf-star);
}

.arf-wpbakery-featured-review__excerpt {
	display: -webkit-box;
	margin: 26px 0 0;
	overflow: hidden;
	color: #000;
	font-family: "Bricolage Grotesque", Arial, sans-serif !important;
	font-size: 17px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.arf-wpbakery-featured-review__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 18px;
	margin: 26px 0 0;
	padding: 0;
	color: var(--arf-muted);
	font-family: "Bricolage Grotesque", Arial, sans-serif !important;
	font-size: 12px;
	letter-spacing: normal;
	list-style: none;
	text-transform: none;
}

.arf-wpbakery-featured-review__meta li + li::before {
	margin-right: 18px;
	content: "·";
}

.arf-wpbakery-featured-review__link {
	align-self: flex-start;
	margin-top: 30px;
	border-bottom: 2px solid var(--arf-accent);
	color: var(--arf-accent);
	font-family: "Bricolage Grotesque", Arial, sans-serif !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
}

.arf-wpbakery-featured-review__link::after {
	content: " →";
}

.arf-wpbakery-featured-review a:focus-visible {
	outline: 3px solid rgba(216, 53, 42, 0.5);
	outline-offset: 4px;
}

.arf-watch-sections {
	--arf-accent: #d8352a;
	--arf-border: #e6e1d8;
	--arf-ink: #000;
	--arf-muted: #000;
	--arf-paper: #fcfcfa;
	box-sizing: border-box;
	width: min(calc(100% - 88px), 1200px);
	margin: 56px auto 80px;
	padding: clamp(42px, 5vw, 66px);
	border: 1px solid #ddd9d0;
	border-radius: 18px;
	background: #faf9f6;
	color: var(--arf-ink);
}

.arf-watch-sections *,
.arf-watch-sections *::before,
.arf-watch-sections *::after {
	box-sizing: border-box;
}

.arf-watch-sections__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 38px;
	padding-bottom: 24px;
	border-bottom: 1px solid #d8d8d1;
}

.arf-watch-sections__header p {
	margin: 0;
	color: var(--arf-muted);
	font-family: "Newsreader", Georgia, serif;
	font-size: 1rem;
	font-weight: 400;
}

.arf-watch-sections__header h2 {
	margin: 0;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.arf-watch-sections__columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}

.arf-watch-section {
	display: flex;
	min-width: 0;
	padding: 0 clamp(12px, 1vw, 14px);
	flex-direction: column;
}

.arf-watch-section:first-child {
	padding-left: 0;
	padding-right: clamp(24px, 2vw, 28px);
}

.arf-watch-section:last-child {
	padding-left: clamp(24px, 2vw, 28px);
	padding-right: 0;
}

.arf-watch-section + .arf-watch-section {
	border-left: 1px solid #e6e1d8;
}

.arf-watch-section > header {
	margin-bottom: 24px;
}

.arf-watch-section > header h3 {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0;
	font-size: 0.82rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.arf-watch-section__dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--arf-accent);
}

.arf-watch-section--coming-soon .arf-watch-section__dot {
	background: #e8b23a;
}

.arf-watch-section--on-streaming .arf-watch-section__dot {
	background: #7d9b76;
}

.arf-watch-section__grid {
	display: grid;
	flex: 1;
	gap: 20px;
	align-content: start;
}

.arf-watch-card {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	align-items: start;
	gap: 16px;
	min-height: 100px;
	min-width: 0;
}

.arf-watch-card__media {
	display: block;
	overflow: hidden;
	width: 120px;
	aspect-ratio: 16 / 9;
	align-self: start;
	border-radius: 5px;
	background: #e5dfd5;
	box-shadow: 0 6px 16px rgba(43, 43, 43, 0.14);
}

.arf-watch-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 350ms ease;
}

.arf-watch-card__media:hover .arf-watch-card__image {
	transform: scale(1.02);
}

.arf-watch-card__body {
	min-width: 0;
}

.arf-watch-card h3 {
	margin: 0;
	font-family: "Bricolage Grotesque", Arial, sans-serif;
	font-size: 1.06rem;
	font-weight: 650;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.arf-watch-card h3 a {
	color: inherit;
	text-decoration: none;
}

.arf-watch-card h3 a:hover,
.arf-watch-card h3 a:focus-visible {
	color: var(--arf-accent);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.arf-watch-card__rating {
	display: flex;
	align-items: center;
	margin-top: 0;
}

.arf-watch-card__rating .arf-stars {
	display: inline-flex;
	gap: 1px;
}

.arf-watch-card__rating .arf-star {
	width: 13px;
	height: 13px;
}

.arf-watch-card__rating .arf-star__base {
	fill: #d3d3cc;
}

.arf-watch-card__rating .arf-star__fill {
	fill: #e8b23a;
}

.arf-watch-card__meta {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 0;
	margin: 4px 0 0;
	color: var(--arf-muted);
	font-family: "Newsreader", Georgia, serif;
	font-size: 0.84rem;
	font-style: italic;
	line-height: 1.25;
}

.arf-watch-card__genre {
	flex: 0 0 auto;
}

.arf-watch-card__date {
	display: flex;
	min-width: 0;
	align-items: flex-start;
}

.arf-watch-card__meta--release {
	flex-direction: column;
}

.arf-watch-card__meta--release .arf-watch-card__date {
	display: block;
	white-space: nowrap;
}

.arf-watch-card__separator {
	flex: 0 0 auto;
	margin: 0 8px;
}

.arf-watch-section__empty {
	margin: 0;
	padding: 16px;
	border: 1px dashed var(--arf-border);
	color: var(--arf-muted);
	font-size: 0.82rem;
	line-height: 1.45;
}

.arf-watch-section__all {
	display: inline-block;
	margin-top: 24px;
	padding-top: 17px;
	border-top: 1px solid #e6e1d8;
	color: var(--arf-accent);
	font-family: "Bricolage Grotesque", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}

.arf-watch-section__all:hover,
.arf-watch-section__all:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.arf-homepage-sidebar-layout {
	width: min(calc(100% - 88px), 1200px);
	margin-top: 36px;
	margin-inline: auto;
}

.arf-homepage-sidebar {
	position: fixed;
	z-index: 1000;
	inset: 0 auto 0 0;
	width: 270px;
	height: 100vh;
	min-width: 0;
	overflow: hidden;
	border-right: 1px solid var(--arf-border);
	background: var(--arf-paper);
}

.arf-homepage-sidebar__inner {
	height: 100%;
	padding: 32px 28px 40px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.admin-bar .arf-homepage-sidebar {
	top: 32px;
	height: calc(100vh - 32px);
}

.arf-homepage-sidebar__content {
	min-width: 0;
}

.arf-homepage--sidebar .arf-review-hero {
	width: 100%;
	margin-top: 0;
}

.arf-homepage--sidebar .arf-review-filter {
	width: 100%;
}

.arf-sidebar__close {
	display: none;
}

.arf-sidebar__logo {
	margin-bottom: 38px;
}

.arf-sidebar__logo a,
.arf-sidebar__logo img {
	display: block;
}

.arf-sidebar__logo a {
	width: fit-content;
}

.arf-sidebar__logo img {
	width: 145px;
	height: auto;
}

.arf-sidebar__section {
	margin-bottom: 32px;
}

.arf-sidebar__section h2 {
	margin: 0 0 13px;
	color: var(--arf-muted);
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.arf-sidebar__section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.arf-sidebar__section li {
	margin: 0;
}

.arf-sidebar__section a,
.arf-sidebar__empty-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 7px 0;
	color: var(--arf-ink);
	font-family: "Bricolage Grotesque", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.25;
	text-decoration: none;
}

.arf-sidebar__section a:hover,
.arf-sidebar__section a:focus-visible {
	color: var(--arf-ink);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.arf-sidebar__section a[aria-current="page"] {
	color: var(--arf-accent);
}

.arf-sidebar__section a[aria-current="page"] {
	font-weight: 700;
}

.arf-sidebar__empty-link {
	color: var(--arf-muted);
}

.arf-sidebar__count {
	flex: 0 0 auto;
	color: var(--arf-muted);
	font-size: 0.82rem;
	font-variant-numeric: tabular-nums;
}

.arf-sidebar__more-genres {
	margin-top: 6px;
}

.arf-sidebar__more-genres summary {
	padding: 8px 0;
	color: var(--arf-accent);
	cursor: pointer;
	font-family: "Bricolage Grotesque", Arial, sans-serif;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: normal;
}

.arf-sidebar__more-genres[open] summary {
	margin-bottom: 3px;
}

.arf-sidebar__socials .arf-site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.arf-sidebar__socials .arf-site-footer__socials a {
	border-color: var(--arf-accent, #d8352a);
	background: var(--arf-accent, #d8352a);
	color: #fff;
}

.arf-sidebar__socials .arf-site-footer__socials a:hover,
.arf-sidebar__socials .arf-site-footer__socials a:focus-visible {
	border-color: #000;
	background: #000;
	color: #fff;
}

.arf-sidebar__section a:focus-visible,
.arf-sidebar__more-genres summary:focus-visible,
.arf-sidebar__socials a:focus-visible,
.arf-sidebar__close:focus-visible {
	outline: 3px solid rgba(216, 53, 42, 0.4);
	outline-offset: 3px;
}

.arf-sidebar-overlay[hidden] {
	display: none;
}

body.page-template-front-page-sidebar {
	--arf-sidebar-header-width: 270px;
	scrollbar-gutter: stable;
}

.page-template-front-page-sidebar .header.fixed {
	display: none !important;
}

@media screen and (min-width: 1024px) {
	.page-template-front-page-sidebar .header.thb-main-header,
	.page-template-front-page-sidebar .subheader {
		display: none !important;
	}

	/*
	 * Boxed mode nests the main role inside `.thb-boxed-wrapper`. Offset that
	 * real canvas, then keep WPBakery's full-width rows inside the remaining
	 * content area so they cannot slide beneath the fixed sidebar.
	 */
	.page-template-front-page-sidebar #wrapper .thb-boxed-wrapper > [role="main"],
	.page-template-front-page-sidebar #wrapper > .footer,
	.page-template-front-page-sidebar #wrapper > .subfooter,
	.page-template-front-page-sidebar #wrapper > .arf-watch-sections,
	.page-template-front-page-sidebar #wrapper > .arf-site-footer {
		box-sizing: border-box;
		width: calc(100% - var(--arf-sidebar-header-width));
		margin-left: var(--arf-sidebar-header-width);
	}

	.page-template-front-page-sidebar #wrapper .thb-boxed-wrapper > [role="main"] {
		max-width: none;
		margin-right: 0;
	}

	.page-template-front-page-sidebar .arf-homepage-sidebar__content .full-width-row {
		left: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		transform: none !important;
	}
}

@media screen and (max-width: 1023px) {
	.arf-review-hero {
		width: min(calc(100% - 56px), 1200px);
	}

	.arf-homepage-sidebar-layout {
		display: block;
		width: 100%;
		margin-top: 0;
	}

	.arf-homepage-sidebar {
		position: fixed;
		z-index: 100002;
		inset: 0 auto 0 0;
		display: block;
		width: min(88vw, 360px);
		height: 100dvh;
		background: var(--arf-paper);
		box-shadow: 18px 0 45px rgba(0, 0, 0, 0.2);
		transform: translateX(-105%);
		visibility: hidden;
		transition: transform 260ms ease, visibility 260ms step-end;
	}

	.arf-homepage-sidebar__inner,
	.admin-bar .arf-homepage-sidebar__inner {
		position: static;
		height: 100%;
		max-height: none;
		padding: 30px 24px 42px;
		overflow-y: auto;
		border: 0;
	}

	.arf-sidebar__close {
		position: sticky;
		z-index: 2;
		top: 0;
		display: inline-flex;
		float: right;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		margin: -10px -8px 10px 10px;
		border: 1px solid var(--arf-border);
		border-radius: 50%;
		background: var(--arf-paper);
		color: var(--arf-ink);
		cursor: pointer;
		font-size: 1.8rem;
		line-height: 1;
	}

	.arf-sidebar__logo {
		padding-top: 6px;
		clear: both;
	}

	.arf-sidebar-overlay {
		position: fixed;
		z-index: 100001;
		inset: 0;
		background: rgba(18, 18, 18, 0.58);
	}

	body.page-template-front-page-sidebar.is-sidebar-open .arf-homepage-sidebar {
		transform: translateX(0);
		visibility: visible;
		transition: transform 260ms ease, visibility 0s step-start;
	}

	body.arf-sidebar-drawer-open {
		overflow: hidden;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .arf-homepage-sidebar {
		top: 46px;
		height: calc(100dvh - 46px);
	}
}

@media screen and (max-width: 900px) {
	.arf-watch-sections__columns {
		grid-template-columns: minmax(0, 1fr);
	}

	.arf-watch-sections {
		width: min(calc(100% - 56px), 1200px);
	}

	.arf-watch-section {
		padding-right: 0;
		padding-bottom: 26px;
		padding-left: 0;
		border-left: 0;
		border-bottom: 1px solid #d8d8d1;
	}

	.arf-watch-section:first-child,
	.arf-watch-section:last-child {
		padding-right: 0;
		padding-left: 0;
	}

	.arf-watch-section + .arf-watch-section {
		padding-top: 32px;
		border-left: 0;
	}

	.arf-watch-section > header {
		margin: 0 0 24px;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.arf-review-hero,
	.arf-wpbakery-featured-review {
		grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
		height: 420px;
		max-height: 420px;
	}

	.arf-review-hero__content,
	.arf-wpbakery-featured-review__content {
		padding: 20px 24px;
	}

	.arf-review-hero__eyebrow,
	.arf-wpbakery-featured-review__eyebrow {
		margin-bottom: 12px;
	}

	.arf-review-hero__genres {
		margin-bottom: 10px;
	}

	.arf-review-hero h1,
	.arf-wpbakery-featured-review h2 {
		font-size: clamp(2rem, 5vw, 2.625rem);
	}

	.arf-review-hero__rating,
	.arf-wpbakery-featured-review__rating {
		margin-top: 14px;
	}

	.arf-review-hero__excerpt,
	.arf-wpbakery-featured-review__excerpt {
		margin-top: 14px;
		-webkit-line-clamp: 2;
	}

	.arf-review-hero__link,
	.arf-wpbakery-featured-review__link {
		margin-top: 16px;
	}
}

@media screen and (max-width: 639px) {
	.arf-watch-card {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.arf-watch-card__media {
		width: 96px;
	}

	.arf-review-hero {
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
		height: auto;
		max-height: none;
		margin-top: 0;
	}

	.arf-review-hero__media,
	.arf-wpbakery-featured-review__media {
		height: auto;
	}

	.arf-review-hero__content {
		padding: 34px 20px 40px;
		overflow: visible;
	}

	.arf-wpbakery-featured-review {
		grid-template-columns: minmax(0, 1fr);
		height: auto;
		max-height: none;
		margin: 20px 0 44px;
	}

	.arf-wpbakery-featured-review__content {
		padding: 34px 20px 40px;
		overflow: visible;
	}

	.arf-review-hero h1 a,
	.arf-wpbakery-featured-review h2 a,
	.arf-review-hero__excerpt,
	.arf-wpbakery-featured-review__excerpt {
		display: block;
		overflow: visible;
		-webkit-line-clamp: unset;
	}

	.arf-wpbakery-featured-review h2 {
		font-size: clamp(2.25rem, 12vw, 3.4rem);
	}

	.arf-wpbakery-featured-review__meta li + li::before {
		margin-right: 12px;
	}

	.arf-review-hero h1 {
		font-size: clamp(2.35rem, 13vw, 52px);
	}

	.arf-watch-sections {
		width: 100%;
		margin-bottom: 44px;
		padding: 36px 20px 42px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.arf-watch-sections__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.arf-homepage-sidebar {
		transition: none;
	}
}
