/* ==========================================================================
   Afrifabs Collections – front end
   Brand: gold #B5701C · dark #1A1A1A · Poppins / Playfair Display
   Buttons are square (no border radius).
   ========================================================================== */

/* Full width page on collection templates (Hello Elementor limits .site-main). */
body.afc-page .site-main.afc-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.afc-scope {
	--afc-gold: #B5701C;
	--afc-dark: #1A1A1A;
	--afc-text: rgba(26, 26, 26, .72);
	--afc-muted: rgba(26, 26, 26, .6);
	--afc-line: rgba(181, 112, 28, .18);
	--afc-cream: #FBF6EF;
	--afc-ph: #FBF6EF;
	--afc-head: "Playfair Display", Georgia, "Times New Roman", serif;
	--afc-body: "Poppins", "Helvetica Neue", Arial, sans-serif;
	--afc-ease: cubic-bezier(.2, .7, .2, 1);
	font-family: var(--afc-body);
	color: var(--afc-text);
	-webkit-font-smoothing: antialiased;
}

.afc-scope *,
.afc-scope *::before,
.afc-scope *::after {
	box-sizing: border-box;
}

.afc-scope img {
	display: block;
	max-width: 100%;
	height: auto;
}

.afc-wrap {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}

.afc-band {
	padding: clamp(64px, 8vw, 110px) 0;
	background: #fff;
}

.afc-band--cream {
	background: var(--afc-cream);
}

.afc-band--related {
	padding-top: clamp(64px, 8vw, 100px);
}

/* ---------- Typography ---------- */

/* Same title style as the "Why Afrifabs" section: gold label (no line) + Playfair heading */
.afc-scope .afc-label {
	display: block;
	margin: 0 0 14px;
	font-family: var(--afc-body);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--afc-gold);
}

.afc-scope .afc-h2 {
	margin: 0 0 20px;
	font-family: var(--afc-head);
	font-size: 44px;
	font-weight: 600;
	line-height: 1.15;
	overflow-wrap: break-word;
	letter-spacing: 0;
	text-transform: none;
	color: var(--afc-dark);
}

.afc-scope .afc-h2 span {
	color: var(--afc-gold);
}

.afc-scope .afc-lead {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
	color: var(--afc-text);
}

/* ---------- Buttons (square) ----------
   Same as every Afrifabs button on the site:
   primary = gold fill, outline = gold border + text; both hover to black with white text.
   Both have a 1.5px border, so they are exactly the same size. */

.afc-scope .afc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 30px;
	border: 1.5px solid var(--afc-gold);
	border-radius: 0;
	background: var(--afc-gold);
	box-shadow: none;
	color: #fff;
	font-family: var(--afc-body);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
}

.afc-scope .afc-btn:hover,
.afc-scope .afc-btn:focus-visible {
	background: var(--afc-dark);
	border-color: var(--afc-dark);
	color: #fff;
	transform: translateY(-2px);
}

.afc-scope .afc-btn.afc-btn--outline {
	background: transparent;
	border-color: var(--afc-gold);
	color: var(--afc-gold);
}

.afc-scope .afc-btn.afc-btn--outline:hover,
.afc-scope .afc-btn.afc-btn--outline:focus-visible {
	background: var(--afc-dark);
	border-color: var(--afc-dark);
	color: #fff;
}

/* On the photo hero the outline button gets a white base so the gold text stays readable */
.afc-scope.afc-hero .afc-btn.afc-btn--outline {
	background: #fff;
}

.afc-scope.afc-hero .afc-btn.afc-btn--outline:hover,
.afc-scope.afc-hero .afc-btn.afc-btn--outline:focus-visible {
	background: var(--afc-dark);
}

.afc-scope .afc-btn svg {
	width: 18px;
	height: 18px;
	flex: none;
	transition: transform .3s ease;
}

.afc-scope .afc-btn:hover svg:last-child:not(:first-child) {
	transform: translateX(5px);
}

.afc-scope .afc-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

/* ---------- Section heading ---------- */

.afc-scope .afc-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px 48px;
	margin-bottom: clamp(32px, 4vw, 52px);
}

.afc-scope .afc-head__text {
	max-width: 660px;
}

.afc-scope .afc-head__text > :last-child {
	margin-bottom: 0;
}

.afc-scope .afc-head__action {
	flex: none;
}

.afc-scope .afc-head--center {
	justify-content: center;
	text-align: center;
}

.afc-scope .afc-head--center .afc-head__text {
	margin: 0 auto;
}

@media (max-width: 1366px) { .afc-scope .afc-h2 { font-size: 40px; } }
@media (max-width: 1024px) { .afc-scope .afc-h2 { font-size: 38px; } }
@media (max-width: 767px) {
	.afc-scope .afc-label { margin-bottom: 10px; letter-spacing: 2.4px; }
	.afc-scope .afc-h2 { font-size: 30px; margin-bottom: 16px; }
}

.afc-scope .afc-foot {
	display: flex;
	justify-content: center;
	margin-top: clamp(32px, 4vw, 48px);
}

.afc-scope .afc-foot--mobile {
	display: none;
}

/* ---------- Grid ---------- */

.afc-section {
	--afc-gap: clamp(16px, 2vw, 28px);
	width: 100%;
}

.afc-section .afc-grid {
	display: grid;
	grid-template-columns: repeat(var(--afc-cols, 4), minmax(0, 1fr));
	gap: var(--afc-gap);
}

/* ---------- Card ---------- */

.afc-scope .afc-card {
	position: relative;
	min-width: 0;
}

.afc-scope .afc-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--afc-card-bg, transparent);
	color: inherit;
	text-decoration: none;
	outline: none;
}

.afc-scope .afc-card__link:focus-visible {
	outline: 2px solid var(--afc-gold);
	outline-offset: 4px;
}

.afc-scope .afc-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: var(--afc-ratio, 4 / 5);
	background: var(--afc-ph);
}

.afc-scope .afc-card__media img,
.afc-scope .afc-card__media .afc-ph {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform .9s var(--afc-ease);
}

.afc-scope .afc-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0) 55%, rgba(26, 26, 26, .35) 100%);
	opacity: 0;
	transition: opacity .5s ease;
	pointer-events: none;
}

.afc-scope .afc-card__link:hover .afc-card__media::after {
	opacity: 1;
}

.afc-zoom .afc-card__link:hover .afc-card__media img {
	transform: scale(1.05);
}

.afc-scope .afc-ph {
	display: block;
	background:
		repeating-linear-gradient(45deg, rgba(181, 112, 28, .08) 0 12px, transparent 12px 24px),
		var(--afc-ph);
}

.afc-scope .afc-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 1;
	padding: 7px 11px;
	background: var(--afc-gold);
	color: #fff;
	font-family: var(--afc-body);
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.afc-scope .afc-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 20px 2px 4px;
}

.afc-scope .afc-card__num {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	font-family: var(--afc-body);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .12em;
	color: var(--afc-gold);
}

.afc-scope .afc-card__num::after {
	content: "";
	width: 24px;
	height: 1.5px;
	background: currentColor;
	transition: width .45s var(--afc-ease);
}

.afc-scope .afc-card__link:hover .afc-card__num::after {
	width: 46px;
}

.afc-scope .afc-card__title {
	margin: 0 0 8px;
	font-family: var(--afc-head);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
	color: var(--afc-dark);
	transition: color .3s ease;
}

.afc-scope .afc-card__link:hover .afc-card__title {
	color: var(--afc-gold);
}

.afc-scope .afc-card__excerpt {
	display: -webkit-box;
	margin: 0 0 14px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.65;
	color: var(--afc-text);
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.afc-scope .afc-card__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 6px;
	font-family: var(--afc-body);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--afc-dark);
	transition: color .3s ease;
}

.afc-scope .afc-card__more svg {
	width: 16px;
	height: 16px;
	flex: none;
	transition: transform .35s var(--afc-ease);
}

.afc-scope .afc-card__link:hover .afc-card__more {
	color: var(--afc-gold);
}

.afc-scope .afc-card__link:hover .afc-card__more svg {
	transform: translateX(6px);
}

.afc-empty {
	padding: 22px 24px;
	border: 1px dashed var(--afc-gold);
	background: var(--afc-cream);
	font-size: 14px;
	color: var(--afc-dark);
	text-align: center;
}

/* ---------- Collection hero ---------- */

.afc-scope.afc-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: clamp(400px, 60vh, 580px);
	overflow: hidden;
	isolation: isolate;
	background: var(--afc-dark);
	color: #fff;
}

.afc-scope .afc-hero__bg {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.afc-scope .afc-hero__bg img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 50% 15%; /* keep faces in view */
}

.afc-scope.afc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(18, 13, 8, .86) 0%, rgba(18, 13, 8, .55) 50%, rgba(18, 13, 8, .15) 100%),
		linear-gradient(0deg, rgba(18, 13, 8, .45) 0%, rgba(18, 13, 8, 0) 50%);
}

.afc-scope.afc-hero--plain::before {
	background:
		radial-gradient(circle at 88% 20%, rgba(181, 112, 28, .28) 0, rgba(181, 112, 28, 0) 42%),
		radial-gradient(circle at 8% 110%, rgba(181, 112, 28, .18) 0, rgba(181, 112, 28, 0) 40%);
}

.afc-scope.afc-hero--lite {
	min-height: 0;
}

.afc-scope .afc-hero__inner {
	padding-top: clamp(80px, 10vw, 130px);
	padding-bottom: clamp(52px, 7vw, 90px);
}

.afc-scope .afc-hero__content {
	max-width: 720px;
}

.afc-scope .afc-crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin-bottom: 26px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .04em;
	color: rgba(255, 255, 255, .72);
}

.afc-scope .afc-crumbs a {
	color: #fff;
	text-decoration: none;
	transition: color .3s ease;
}

.afc-scope .afc-crumbs a:hover {
	color: var(--afc-gold);
}

.afc-scope .afc-crumbs span[aria-hidden] {
	color: var(--afc-gold);
}

.afc-scope .afc-hero__line {
	display: block;
	width: 64px;
	height: 3px;
	margin-bottom: 22px;
	background: var(--afc-gold);
}

.afc-scope .afc-hero__title {
	margin: 0 0 16px;
	font-family: var(--afc-head);
	font-size: clamp(36px, 5.2vw, 66px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
}

.afc-scope .afc-hero__title span {
	color: var(--afc-gold);
}

.afc-scope .afc-hero__sub {
	max-width: 580px;
	margin: 0 0 32px;
	font-size: 17px;
	line-height: 1.7;
	color: rgba(255, 255, 255, .85);
}

.afc-scope.afc-hero--lite .afc-hero__sub {
	margin-bottom: 0;
}

/* ---------- Overview ---------- */

.afc-scope .afc-overview {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
	align-items: center;
	gap: clamp(36px, 5.5vw, 88px);
}

.afc-scope .afc-overview--nomedia {
	grid-template-columns: minmax(0, 1fr);
	max-width: 880px;
}

.afc-scope .afc-overview__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: var(--afc-ph);
}

.afc-scope .afc-overview__media img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.afc-scope .afc-content {
	font-size: 16px;
	line-height: 1.8;
	color: var(--afc-text);
}

.afc-scope .afc-content p {
	margin: 0 0 16px;
}

.afc-scope .afc-content > :last-child {
	margin-bottom: 0;
}

.afc-scope .afc-content a {
	color: var(--afc-gold);
}

.afc-scope .afc-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 32px;
	margin: 30px 0 34px;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--afc-line);
}

.afc-scope .afc-specs li {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0;
	padding: 16px 0;
	border-bottom: 1px solid var(--afc-line);
}

.afc-scope .afc-specs span {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--afc-muted);
}

.afc-scope .afc-specs strong {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--afc-dark);
}

.afc-scope .afc-content + .afc-btns {
	margin-top: 32px;
}

/* ---------- Gallery ---------- */

.afc-scope .afc-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(10px, 1.6vw, 20px);
}

.afc-scope .afc-gallery__item {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: var(--afc-ph);
	cursor: zoom-in;
}

.afc-scope .afc-gallery__item img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 50% 15%; /* portrait photos: keep the head in the square */
}

.afc-scope .afc-gallery__item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(26, 26, 26, .38);
	opacity: 0;
	transition: opacity .4s ease;
}

.afc-scope .afc-gallery__zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: var(--afc-gold);
	color: #fff;
	opacity: 0;
	transform: translate(-50%, -50%) scale(.7);
	transition: opacity .35s ease, transform .45s var(--afc-ease);
}

.afc-scope .afc-gallery__zoom svg {
	width: 22px;
	height: 22px;
}

.afc-scope .afc-gallery__item:hover::after,
.afc-scope .afc-gallery__item:focus-visible::after {
	opacity: 1;
}

.afc-scope .afc-gallery__item:hover .afc-gallery__zoom,
.afc-scope .afc-gallery__item:focus-visible .afc-gallery__zoom {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

/* ---------- Enquiry band ---------- */

.afc-scope.afc-cta {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: var(--afc-cream);
}

.afc-scope.afc-cta::before,
.afc-scope.afc-cta::after {
	content: "";
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(181, 112, 28, .35);
	border-radius: 50%;
	pointer-events: none;
}

.afc-scope.afc-cta::before {
	top: -140px;
	right: -80px;
	width: 380px;
	height: 380px;
}

.afc-scope.afc-cta::after {
	top: -60px;
	right: 0;
	width: 220px;
	height: 220px;
}

.afc-scope .afc-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px 60px;
	padding-top: clamp(56px, 7vw, 84px);
	padding-bottom: clamp(56px, 7vw, 84px);
}

.afc-scope .afc-cta__text {
	max-width: 640px;
}

.afc-scope.afc-cta .afc-h2 {
	color: var(--afc-dark);
	margin-bottom: 12px;
}

.afc-scope.afc-cta p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--afc-text);
}

.afc-scope.afc-cta .afc-btns {
	flex: none;
}

/* ---------- Scroll reveal (only when JS runs) ---------- */

.afc-anim {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .8s ease, transform .9s var(--afc-ease);
	transition-delay: calc(var(--afc-i, 0) * 90ms);
}

.afc-anim.is-in {
	opacity: 1;
	transform: none;
}

/* ---------- Lightbox ---------- */

.afc-lb {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 80px;
	background: rgba(14, 11, 8, .95);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease;
	font-family: "Poppins", Arial, sans-serif;
}

.afc-lb.is-open {
	opacity: 1;
	visibility: visible;
}

.afc-lb__figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin: 0;
	max-width: 100%;
	max-height: 100%;
}

.afc-lb__img {
	display: block;
	max-width: min(100%, 1100px);
	max-height: calc(100vh - 170px);
	width: auto;
	height: auto;
	object-fit: contain;
	transition: opacity .25s ease;
}

.afc-lb__img.is-loading {
	opacity: 0;
}

.afc-lb__caption {
	min-height: 20px;
	font-size: 14px;
	letter-spacing: .04em;
	color: rgba(255, 255, 255, .85);
	text-align: center;
}

.afc-lb__count {
	position: absolute;
	top: 26px;
	left: 26px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .12em;
	color: #B5701C;
}

.afc-lb .afc-lb__btn,
.afc-lb .afc-lb__btn:focus {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	transition: background-color .3s ease, border-color .3s ease;
}

.afc-lb .afc-lb__btn:hover,
.afc-lb .afc-lb__btn:focus-visible {
	background: #B5701C;
	border-color: #B5701C;
	color: #fff;
}

.afc-lb .afc-lb__btn svg {
	width: 22px;
	height: 22px;
}

.afc-lb .afc-lb__close {
	top: 16px;
	right: 16px;
}

.afc-lb .afc-lb__prev,
.afc-lb .afc-lb__next {
	top: 50%;
	transform: translateY(-50%);
}

.afc-lb .afc-lb__prev {
	left: 18px;
}

.afc-lb .afc-lb__next {
	right: 18px;
}

.afc-lb.is-single .afc-lb__prev,
.afc-lb.is-single .afc-lb__next,
.afc-lb.is-single .afc-lb__count {
	display: none;
}

html.afc-lb-lock,
html.afc-lb-lock body {
	overflow: hidden;
}

/* ==========================================================================
   Responsive (site breakpoints: 1200 / 1024 / 880 / 767)
   ========================================================================== */

@media (max-width: 1200px) {
	.afc-scope .afc-card__title {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.afc-section .afc-grid {
		grid-template-columns: repeat(var(--afc-cols-t, 2), minmax(0, 1fr));
	}

	.afc-scope .afc-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.afc-scope .afc-overview {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

@media (max-width: 880px) {
	.afc-scope .afc-overview {
		grid-template-columns: minmax(0, 1fr);
	}

	.afc-scope .afc-overview__media {
		aspect-ratio: 4 / 3;
	}

	.afc-scope .afc-cta__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.afc-wrap {
		padding: 0 16px;
	}

	.afc-scope .afc-btn {
		padding: 14px 24px;
	}

	.afc-scope .afc-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	.afc-scope .afc-head--center {
		align-items: center;
	}

	.afc-scope .afc-head__action {
		display: none;
	}

	.afc-scope .afc-foot--mobile {
		display: flex;
		margin-top: 30px;
	}

	.afc-scope .afc-foot .afc-btn {
		width: 100%;
	}

	.afc-scope .afc-lead {
		font-size: 15px;
	}

	.afc-section .afc-grid {
		grid-template-columns: repeat(var(--afc-cols-m, 2), minmax(0, 1fr));
	}

	.afc-section {
		--afc-gap: 14px;
	}

	.afc-scope .afc-card__body {
		padding: 14px 0 2px;
	}

	.afc-scope .afc-card__num {
		margin-bottom: 8px;
		font-size: 12px;
	}

	.afc-scope .afc-card__title {
		font-size: 19px;
	}

	.afc-scope .afc-card__more {
		font-size: 12px;
	}

	.afc-m-multi .afc-card__title {
		font-size: 16px;
	}

	.afc-m-multi .afc-card__excerpt {
		display: none;
	}

	.afc-m-multi .afc-card__more {
		font-size: 11px;
		letter-spacing: .06em;
	}

	.afc-m-multi .afc-card__badge {
		top: 10px;
		left: 10px;
		padding: 6px 8px;
		font-size: 10px;
	}

	/* Swipe slider on phones */
	.afc-mslider .afc-grid {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
	}

	.afc-mslider .afc-grid::-webkit-scrollbar {
		display: none;
	}

	.afc-mslider .afc-card {
		flex: 0 0 76%;
		scroll-snap-align: start;
	}

	.afc-scope .afc-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.afc-scope .afc-gallery__zoom {
		width: 40px;
		height: 40px;
	}

	.afc-scope.afc-hero {
		min-height: 440px;
	}

	.afc-scope .afc-hero__sub {
		font-size: 15px;
		margin-bottom: 26px;
	}

	.afc-scope.afc-hero::before {
		background:
			linear-gradient(0deg, rgba(18, 13, 8, .9) 0%, rgba(18, 13, 8, .55) 55%, rgba(18, 13, 8, .3) 100%);
	}

	.afc-scope.afc-hero--plain::before {
		background: radial-gradient(circle at 90% 10%, rgba(181, 112, 28, .3) 0, rgba(181, 112, 28, 0) 50%);
	}

	.afc-scope .afc-btns .afc-btn {
		flex: 1 1 100%;
	}

	.afc-scope .afc-specs {
		column-gap: 20px;
		margin: 24px 0 28px;
	}

	.afc-scope .afc-specs li {
		padding: 13px 0;
	}

	.afc-scope .afc-specs strong {
		font-size: 14px;
	}

	.afc-lb {
		padding: 70px 12px 90px;
	}

	.afc-lb__img {
		max-height: calc(100vh - 200px);
	}

	.afc-lb .afc-lb__prev,
	.afc-lb .afc-lb__next {
		top: auto;
		bottom: 22px;
		transform: none;
	}

	.afc-lb .afc-lb__prev {
		left: calc(50% - 58px);
	}

	.afc-lb .afc-lb__next {
		right: calc(50% - 58px);
	}
}

@media (max-width: 400px) {
	.afc-scope .afc-specs {
		grid-template-columns: minmax(0, 1fr);
	}

	.afc-m-multi .afc-card__num {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.afc-anim {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.afc-scope .afc-card__media img,
	.afc-scope .afc-card__more svg,
	.afc-scope .afc-gallery__zoom {
		transition: none;
	}
}
