/**
 * ARTBuilding Christmas 2026 lookbook
 * Loaded on /brazi-de-inchiriat (category 654) and the retired test route.
 * Rules scoped to .art-christmas-test; chrome fixes gated to
 * body.product-category-654 and body.information-brad_test.
 */

body.product-category-654,
body.information-brad_test {
	background: #164530;
}

body.product-category-654 main,
body.information-brad_test main {
	overflow-x: clip;
}

body.product-category-654 #content,
body.product-category-654 main,
body.product-category-654 .wrapper-main,
body.product-category-654 .main-container,
body.information-brad_test #content,
body.information-brad_test main,
body.information-brad_test .wrapper-main,
body.information-brad_test .main-container {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

body.information-brad_test .breadcrumb,
body.information-brad_test .breadcrumbs,
body.information-brad_test ul.breadcrumb {
	display: none;
}

body.product-category-654 footer,
body.product-category-654 .footer,
body.product-category-654 .footer-container,
body.information-brad_test footer,
body.information-brad_test .footer,
body.information-brad_test .footer-container {
	margin-top: 0;
}

body.product-category-654 .products-category {
	background: #fff;
	padding: 28px 16px 48px !important;
	margin: 0 !important;
}

.art-christmas-test {
	--act-navy: #052454;
	--act-navy-mid: #0a3a7a;
	--act-green: #56ad56;
	--act-beige: #ede5da;
	--act-ivory: #f7f4ef;
	--act-warm: #ffffff;
	--act-burgundy: #6a2033;
	--act-burgundy-deep: #491522;
	--act-evergreen: #173d2c;
	--act-fir: #164530;
	--act-fir-deep: #0f2f22;
	--act-ink: #0f2f22;
	--act-muted: #4a5563;
	--act-line: rgba(22, 69, 48, 0.14);
	--act-band: var(--act-evergreen);
	--act-radius: 12px;
	--act-max: 1440px;
	--act-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--act-sans: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
	box-sizing: border-box;
	position: relative;
	isolation: isolate;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	color: var(--act-ivory);
	font-family: var(--act-sans);
	background-color: var(--act-fir);
	background-image:
		linear-gradient(180deg, rgba(22, 69, 48, 0.38) 0%, rgba(15, 47, 34, 0.62) 42%, rgba(15, 47, 34, 0.78) 100%),
		url("/image/catalog/brazi/inchiriat/act-hero-bg.webp");
	background-size: cover;
	background-position: center 36%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow-x: clip;
}

@media (max-width: 900px) {
	.art-christmas-test {
		background-attachment: scroll;
		background-size: 140% auto;
		background-position: center top;
	}
}

.art-christmas-test .act-theme-forest {
	--act-band: var(--act-evergreen);
}

.art-christmas-test .act-theme-burgundy {
	--act-band: var(--act-burgundy);
}

.art-christmas-test *,
.art-christmas-test *::before,
.art-christmas-test *::after {
	box-sizing: border-box;
}

.art-christmas-test img {
	display: block;
	max-width: 100%;
	height: auto;
}

.art-christmas-test .act-shell {
	width: 100%;
	max-width: var(--act-max);
	margin: 0 auto;
	padding: 0 clamp(18px, 3.2vw, 48px);
}

.art-christmas-test .act-eyebrow {
	margin: 0 0 4px;
	font-family: var(--act-sans);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--act-green);
}

.art-christmas-test .act-name {
	margin: 0 0 12px;
	padding: 0 0 8px;
	font-family: var(--act-serif);
	font-size: clamp(28px, 3vw, 46px);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: 0.01em;
	color: #fff;
	border-bottom: 2px solid var(--act-band);
}

.art-christmas-test .act-name a {
	color: inherit;
	text-decoration: none;
}

.art-christmas-test .act-name a:hover {
	color: #fff;
	text-decoration: none;
}

.art-christmas-test .act-editorial {
	margin: 0 0 16px;
	max-width: 48ch;
}

.art-christmas-test .act-editorial p {
	margin: 0 0 12px;
	font-family: var(--act-sans);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.62;
	color: rgba(247, 244, 239, 0.92);
}

.art-christmas-test .act-editorial p:last-child {
	margin-bottom: 0;
}

.art-christmas-test .act-facts {
	display: grid;
	gap: 12px;
	margin: 0 0 16px;
	padding: 14px 0;
	border-top: 1px solid color-mix(in srgb, var(--act-band) 42%, transparent);
	border-bottom: 1px solid color-mix(in srgb, var(--act-band) 42%, transparent);
}

.art-christmas-test .act-facts dt {
	margin: 0 0 3px;
	font-family: var(--act-sans);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--act-green);
}

.art-christmas-test .act-facts dd {
	margin: 0;
	font-family: var(--act-sans);
	font-size: 13.5px;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
}

.art-christmas-test .act-facts > div:first-child dd {
	font-family: var(--act-serif);
	font-size: clamp(22px, 2.2vw, 32px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.art-christmas-test .act-brand-line {
	margin: 0 0 16px;
	max-width: 42ch;
	font-family: var(--act-serif);
	font-size: 17px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.45;
	color: rgba(247, 244, 239, 0.94);
}

.art-christmas-test .act-rule {
	display: block;
	width: min(100%, var(--act-max));
	max-width: var(--act-max);
	height: 0;
	margin: 8px auto 12px;
	padding: 0 clamp(18px, 3.2vw, 48px);
	border: 0;
	border-top: 1px solid rgba(247, 244, 239, 0.28);
	position: relative;
}

.art-christmas-test .act-rule::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -1px;
	width: min(28%, 180px);
	height: 2px;
	transform: translateX(-50%);
	background: linear-gradient(90deg, transparent, var(--act-green), transparent);
}

.art-christmas-test .act-story-copy {
	margin: 0 0 12px;
	max-width: 46ch;
	font-family: var(--act-sans);
	font-size: 13.5px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(247, 244, 239, 0.88);
}

.art-christmas-test .act-fig {
	margin: 0;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	background: #fff;
	cursor: zoom-in;
}

.art-christmas-test .act-zoom {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	color: #052454;
	box-shadow: 0 4px 14px rgba(5, 36, 84, 0.2);
	pointer-events: none;
}

.art-christmas-test .act-zoom svg {
	width: 15px;
	height: 15px;
	display: block;
}

.art-christmas-test .act-fig img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.art-christmas-test .act-fig--portrait {
	aspect-ratio: 4 / 5;
}

.art-christmas-test .act-fig--square {
	aspect-ratio: 1 / 1;
}

.art-christmas-test .act-fig--wide {
	aspect-ratio: 16 / 10;
}

.art-christmas-test .act-fig--tall {
	aspect-ratio: 3 / 4;
}

@media (hover: hover) and (pointer: fine) {
	.art-christmas-test .act-fig:hover img {
		transform: scale(1.045);
	}
}

.art-christmas-test .act-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0 0 12px;
	padding: 8px 0;
	border: 0;
	border-top: 1px solid color-mix(in srgb, var(--act-band) 42%, transparent);
	border-bottom: 1px solid color-mix(in srgb, var(--act-band) 42%, transparent);
}

.art-christmas-test .act-meta > div {
	min-width: 0;
	padding: 2px 16px 2px 0;
	position: relative;
}

.art-christmas-test .act-meta > div:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 10px;
	bottom: 4px;
	width: 1px;
	background: color-mix(in srgb, var(--act-band) 38%, transparent);
}

.art-christmas-test .act-meta span {
	display: block;
	margin: 0 0 2px;
	font-family: var(--act-sans);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--act-green);
}

.art-christmas-test .act-meta strong {
	display: block;
	font-family: var(--act-sans);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	color: #fff;
}

.art-christmas-test .act-duo-mid .act-meta,
.art-christmas-test .act-gtc-copy .act-meta {
	display: flex;
	flex-direction: column;
	grid-template-columns: none;
	margin: 0 0 10px;
	padding: 4px 0;
}

.art-christmas-test .act-duo-mid .act-meta > div,
.art-christmas-test .act-gtc-copy .act-meta > div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 5px 0;
	border-bottom: 1px solid color-mix(in srgb, var(--act-band) 32%, transparent);
}

.art-christmas-test .act-duo-mid .act-meta > div:last-child,
.art-christmas-test .act-gtc-copy .act-meta > div:last-child {
	border-bottom: 0;
}

.art-christmas-test .act-duo-mid .act-meta > div:not(:last-child)::after,
.art-christmas-test .act-gtc-copy .act-meta > div:not(:last-child)::after {
	display: none;
}

.art-christmas-test .act-duo-mid .act-meta span,
.art-christmas-test .act-gtc-copy .act-meta span {
	margin: 0;
	flex: 0 0 auto;
}

.art-christmas-test .act-duo-mid .act-meta strong,
.art-christmas-test .act-gtc-copy .act-meta strong {
	text-align: right;
	font-size: 12.5px;
}

.art-christmas-test .act-price {
	margin: 0;
}

.art-christmas-test .act-inquire {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 16px 0 0;
	padding: 8px 16px;
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font-family: var(--act-sans);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	line-height: 1.2;
}

.art-christmas-test .act-price__label {
	display: block;
	margin-bottom: 10px;
	font-family: var(--act-sans);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--act-green);
}

.art-christmas-test .act-price__value {
	margin: 0;
	font-family: var(--act-serif);
	font-size: clamp(28px, 2.6vw, 40px);
	font-weight: 600;
	line-height: 1.1;
	color: #fff;
}

.art-christmas-test .act-price__note {
	display: block;
	margin-top: 4px;
	font-family: var(--act-sans);
	font-size: 12px;
	color: rgba(247, 244, 239, 0.72);
}

.art-christmas-test .act-inquire:hover,
.art-christmas-test .act-inquire:focus-visible {
	background: #fff;
	color: var(--act-navy);
	border-color: #fff;
}

/* Photo behind copy, like the site footer */
.art-christmas-test .act-copy,
.art-christmas-test .act-config,
.art-christmas-test .act-duo-mid {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: 16px 16px 14px 18px;
	border-left: 4px solid var(--act-band);
	background: transparent;
	box-shadow: none;
}

.art-christmas-test .act-copy::before,
.art-christmas-test .act-config::before,
.art-christmas-test .act-duo-mid::before {
	content: "";
	position: absolute;
	inset: -14%;
	z-index: 0;
	background-image: var(--act-scene);
	background-size: cover;
	background-position: 50% 28%;
	filter: blur(11px) saturate(1.08);
	transform: scale(1.08);
	pointer-events: none;
}

.art-christmas-test .act-copy::after,
.art-christmas-test .act-config::after,
.art-christmas-test .act-duo-mid::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(15, 47, 34, 0.72) 0%, rgba(15, 47, 34, 0.84) 100%);
	pointer-events: none;
}

.art-christmas-test .act-copy > *,
.art-christmas-test .act-config > *,
.art-christmas-test .act-duo-mid > * {
	position: relative;
	z-index: 2;
}

.art-christmas-test .act-duo-mid .act-config {
	padding: 8px 0 10px;
	border-left: 0;
	background: transparent;
	box-shadow: none;
}

.art-christmas-test .act-duo-mid .act-config::before,
.art-christmas-test .act-duo-mid .act-config::after {
	display: none;
}

/* ---- Hero compact ---- */
.art-christmas-test .act-hero {
	position: relative;
	overflow: hidden;
	background: var(--act-fir) url("/image/catalog/brazi/inchiriat/act-hero-bg.webp") center / cover no-repeat;
	border-bottom: 0;
	color: #f7f4ef;
}

.art-christmas-test .act-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.art-christmas-test .act-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 70% 50%;
	animation: act-hero-pan 28s ease-in-out infinite alternate;
}

.art-christmas-test .act-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(15, 47, 34, 0.72) 0%, rgba(22, 69, 48, 0.38) 48%, rgba(22, 69, 48, 0.16) 100%);
}

.art-christmas-test .act-hero .act-shell {
	position: relative;
	z-index: 2;
}

.art-christmas-test .act-hero__copy {
	max-width: 36em;
	padding: 18px 0 16px;
}

.art-christmas-test .act-hero__copy--intro {
	max-width: 66rem;
	padding: 16px 0 18px;
}

.art-christmas-test .act-hero .act-eyebrow {
	color: #56ad56;
	font-size: 9px;
	letter-spacing: 0.16em;
}

.art-christmas-test .act-hero h1 {
	margin: 0 0 6px;
	font-family: var(--act-serif);
	font-size: clamp(22px, 2.2vw, 32px);
	font-weight: 600;
	line-height: 1.12;
	color: #fff;
}

.art-christmas-test .act-hero__statement {
	margin: 0 0 10px;
	font-family: var(--act-serif);
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.25;
	color: #fff;
}

.art-christmas-test .act-hero__lead {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.42;
	color: rgba(247, 244, 239, 0.86);
}

.art-christmas-test .act-hero__lead + .act-hero__cta {
	margin-top: 8px;
}

.art-christmas-test .act-hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	border: 1px solid #fff;
	border-radius: 999px;
	background: #fff;
	color: var(--act-navy);
	font-size: 12.5px;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-decoration: none;
	line-height: 1.3;
}

.art-christmas-test .act-hero__cta:hover {
	background: var(--act-ivory);
	border-color: var(--act-ivory);
	color: var(--act-navy);
	text-decoration: none;
}

@keyframes act-hero-pan {
	from { transform: scale(1.04) translate3d(0, 0, 0); }
	to { transform: scale(1.12) translate3d(-3%, 2%, 0); }
}

@keyframes act-hero-ken {
	from { transform: scale(1); }
	to { transform: scale(1.06); }
}

/* ---- SEO story toggle ---- */
.art-christmas-test .act-seo {
	position: relative;
	overflow: hidden;
	padding: 10px 0 14px;
	background: transparent url("/image/catalog/brazi/inchiriat/act-hero-bg.webp") center 72% / cover no-repeat;
}

.art-christmas-test .act-seo::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(15, 47, 34, 0.72);
	pointer-events: none;
}

.art-christmas-test .act-seo .act-shell {
	position: relative;
	z-index: 1;
}

.art-christmas-test .act-seo__box {
	max-width: none;
	margin: 0;
	padding: 0 0 0 16px;
	border: 0;
	border-left: 4px solid var(--act-evergreen);
	border-radius: 0;
	background: transparent;
	overflow: hidden;
}

.art-christmas-test .act-seo__toggle {
	appearance: none;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding: 8px 14px 8px 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-family: var(--act-sans);
	font-size: 13px;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}

.art-christmas-test .act-seo__toggle span:first-child {
	padding-bottom: 4px;
	border-bottom: 2px solid var(--act-evergreen);
}

.art-christmas-test .act-seo__icon {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	position: relative;
}

.art-christmas-test .act-seo__icon::before,
.art-christmas-test .act-seo__icon::after {
	content: "";
	position: absolute;
	background: #fff;
	transition: transform 400ms ease, opacity 400ms ease;
}

.art-christmas-test .act-seo__icon::before {
	top: 8px;
	left: 2px;
	width: 12px;
	height: 1px;
}

.art-christmas-test .act-seo__icon::after {
	top: 3px;
	left: 7px;
	width: 1px;
	height: 12px;
}

.art-christmas-test .act-seo__box.is-open .act-seo__icon::after {
	opacity: 0;
	transform: scaleY(0);
}

.art-christmas-test .act-seo__panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 620ms ease;
}

.art-christmas-test .act-seo__box.is-open .act-seo__panel {
	max-height: 720px;
}

.art-christmas-test .act-seo__inner {
	padding: 0 14px 12px;
	max-width: 78ch;
}

.art-christmas-test .act-seo__inner p {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(247, 244, 239, 0.86);
}

.art-christmas-test .act-seo__inner p:last-child {
	margin-bottom: 0;
}

.art-christmas-test .act-seo__inner em {
	font-family: var(--act-serif);
	font-style: italic;
	color: #dceee0;
}

/* ---- Portfolio intro ---- */
.art-christmas-test .act-intro {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
	min-height: 280px;
	background: var(--act-fir) url("/image/catalog/brazi/inchiriat/act-intro-bg.webp") center 55% / cover no-repeat;
	text-align: left;
}

.art-christmas-test .act-intro__visual {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.art-christmas-test .act-intro__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 55%;
}

.art-christmas-test .act-intro::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(15, 47, 34, 0.72) 0%, rgba(22, 69, 48, 0.38) 52%, rgba(22, 69, 48, 0.16) 100%);
}

.art-christmas-test .act-intro .act-shell {
	position: relative;
	z-index: 2;
}

.art-christmas-test .act-intro__frame {
	max-width: 560px;
	padding: 4px 0 4px 16px;
	border-left: 4px solid var(--act-evergreen);
	background: transparent;
	box-shadow: none;
}

.art-christmas-test .act-intro__line {
	margin: 0 0 8px;
	max-width: 36ch;
	font-family: var(--act-sans);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	color: rgba(247, 244, 239, 0.92);
}

.art-christmas-test .act-intro__quote {
	margin: 0 0 10px;
	max-width: 14ch;
	padding-bottom: 8px;
	font-family: var(--act-serif);
	font-size: clamp(26px, 3.2vw, 42px);
	font-style: italic;
	font-weight: 500;
	line-height: 1.12;
	color: #fff;
	border-bottom: 2px solid var(--act-evergreen);
}

.art-christmas-test .act-intro__line em {
	display: inline;
	margin: 0;
	font-family: var(--act-serif);
	font-style: italic;
	color: #dceee0;
}

.art-christmas-test .act-intro h2 {
	margin: 0 0 8px;
	max-width: 16ch;
	font-family: var(--act-serif);
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 600;
	line-height: 1.12;
	color: #fff;
}

.art-christmas-test .act-intro__sub {
	margin: 0;
	max-width: 42ch;
	font-family: var(--act-sans);
	font-size: 13px;
	line-height: 1.45;
	color: rgba(247, 244, 239, 0.78);
}

/* ---- Projects ---- */
.art-christmas-test .act-project {
	padding: 36px 0 32px;
	position: relative;
	background: transparent;
}

.art-christmas-test .act-project + .act-project {
	border-top: 1px solid rgba(247, 244, 239, 0.08);
}

.art-christmas-test .act-layout-a .act-project__grid,
.art-christmas-test .act-layout-b .act-project__grid {
	display: grid;
	gap: clamp(16px, 2.4vw, 36px);
	align-items: center;
}

.art-christmas-test .act-layout-a .act-project__grid {
	grid-template-columns: 1.38fr 1fr;
}

.art-christmas-test .act-layout-b .act-project__grid {
	grid-template-columns: 1fr 1.5fr;
}

.art-christmas-test .act-visual {
	position: relative;
	overflow: visible;
}

.art-christmas-test .act-gal-nav {
	display: none !important;
}

.art-christmas-test .act-visual > .act-fig {
	display: inline-block;
	max-width: min(100%, 440px);
	max-height: none;
	aspect-ratio: auto;
	border: 3px solid #fff;
	border-radius: 2px;
	box-shadow:
		0 1px 2px rgba(5, 36, 84, 0.06),
		0 14px 34px rgba(5, 36, 84, 0.16);
}

.art-christmas-test .act-visual > .act-fig img {
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: contain;
}

.art-christmas-test .act-spread {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	gap: 10px 12px;
	width: 100%;
	height: auto;
	overflow: visible;
	padding: 8px 2px 14px;
}

.art-christmas-test .act-spread .act-fig {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: auto;
	height: auto;
	flex: 0 1 auto;
	max-width: calc(50% - 8px);
	border: 3px solid #fff;
	border-radius: 2px;
	background: #fff;
	box-shadow:
		0 1px 2px rgba(5, 36, 84, 0.06),
		0 14px 34px rgba(5, 36, 84, 0.16);
	z-index: 1;
}

.art-christmas-test .act-spread .act-fig img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 340px;
	object-fit: contain;
}

.art-christmas-test .act-spread .s-b img,
.art-christmas-test .act-spread--eclat .s-a img,
.art-christmas-test .act-spread--vladimir .s-a img,
.art-christmas-test .act-spread--conte .s-a img,
.art-christmas-test .act-spread--enchante .s-a img,
.art-christmas-test .act-spread--gtc .s-b img {
	max-height: 380px;
}

@media (hover: hover) and (pointer: fine) {
	.art-christmas-test .act-spread .act-fig:hover {
		z-index: 6;
	}

	.art-christmas-test .act-spread .act-fig:hover img {
		transform: scale(1.045);
	}
}

.art-christmas-test .act-spread--foret .s-a { transform: rotate(-2deg); z-index: 3; }
.art-christmas-test .act-spread--foret .s-b { transform: none; z-index: 1; }
.art-christmas-test .act-spread--foret .s-c { transform: rotate(1.4deg); z-index: 2; }

.art-christmas-test .act-spread--art .s-a { transform: rotate(-1.2deg); z-index: 1; }
.art-christmas-test .act-spread--art .s-b { transform: rotate(1.6deg); z-index: 3; }

.art-christmas-test .act-spread--eva .s-a { transform: none; z-index: 1; }
.art-christmas-test .act-spread--eva .s-b { transform: rotate(1.2deg); z-index: 2; }
.art-christmas-test .act-spread--eva .s-c { transform: rotate(-1.8deg); z-index: 3; }

.art-christmas-test .act-spread--conte .s-a { transform: rotate(-1.2deg); z-index: 1; }
.art-christmas-test .act-spread--conte .s-b { transform: rotate(1.4deg); z-index: 2; }

.art-christmas-test .act-spread--eclat .s-a { transform: none; z-index: 1; }
.art-christmas-test .act-spread--eclat .s-b { transform: rotate(-1.4deg); z-index: 2; }
.art-christmas-test .act-spread--eclat .s-c { transform: rotate(1.8deg); z-index: 3; }

.art-christmas-test .act-spread--vladimir .s-a { transform: none; z-index: 1; }
.art-christmas-test .act-spread--vladimir .s-b { transform: rotate(2deg); z-index: 3; }

.art-christmas-test .act-spread--gtc {
	margin-bottom: 16px;
}
.art-christmas-test .act-spread--gtc .act-fig {
	max-width: calc(33.33% - 10px);
}
.art-christmas-test .act-spread--gtc .s-a { transform: rotate(-1.4deg); z-index: 2; }
.art-christmas-test .act-spread--gtc .s-b { transform: none; z-index: 1; }
.art-christmas-test .act-spread--gtc .s-c { transform: rotate(1.2deg); z-index: 3; }

.art-christmas-test .act-spread--enchante .act-fig {
	max-width: calc(25% - 10px);
}
.art-christmas-test .act-spread--enchante .s-a { max-width: calc(34% - 10px); transform: rotate(-1deg); z-index: 1; }
.art-christmas-test .act-spread--enchante .s-b { transform: rotate(-2deg); z-index: 3; }
.art-christmas-test .act-spread--enchante .s-c { transform: rotate(1.2deg); z-index: 2; }
.art-christmas-test .act-spread--enchante .s-d { transform: rotate(2.2deg); z-index: 4; }

.art-christmas-test .act-gtc-copy {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
	align-items: stretch;
}

.art-christmas-test .act-config {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 16px 14px 14px 16px;
	border: 0;
	border-left: 4px solid var(--act-band);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.art-christmas-test .act-config .act-eyebrow {
	font-size: 8px;
	letter-spacing: 0.14em;
	margin-bottom: 2px;
}

.art-christmas-test .act-config .act-name {
	margin: 0 0 8px;
	padding-bottom: 6px;
	font-size: clamp(18px, 1.6vw, 24px);
	line-height: 1.1;
}

.art-christmas-test .act-config .act-story-copy {
	margin: 0 0 6px;
	font-size: 12px;
	line-height: 1.3;
}

.art-christmas-test .act-config .act-meta {
	margin: 0 0 6px;
	padding: 0;
}

.art-christmas-test .act-config .act-meta > div {
	padding: 2px 0;
}

.art-christmas-test .act-config .act-meta span {
	font-size: 8px;
	letter-spacing: 0.14em;
}

.art-christmas-test .act-config .act-meta strong {
	font-size: 12px;
}

.art-christmas-test .act-config .act-price {
	margin: 0;
}

.art-christmas-test .act-config .act-price__label {
	margin-bottom: 12px;
	font-size: 8px;
}

.art-christmas-test .act-config .act-price__value {
	font-size: clamp(20px, 1.8vw, 26px);
	line-height: 1.05;
}

.art-christmas-test .act-config .act-inquire {
	margin-top: 16px;
}

.art-christmas-test .act-duo-mid .act-config {
	padding: 8px 0 10px;
	border-left: 0;
}

.art-christmas-test .act-layout-d .act-duo {
	display: grid;
	grid-template-columns: 1.05fr 0.9fr 1.05fr;
	gap: 0;
	align-items: center;
	margin-bottom: 0;
}
.art-christmas-test .act-layout-d .act-duo .act-fig {
	aspect-ratio: auto;
	border: 3px solid #fff;
	border-radius: 2px;
	background: #fff;
	box-shadow:
		0 1px 2px rgba(5, 36, 84, 0.06),
		0 14px 34px rgba(5, 36, 84, 0.16);
}
.art-christmas-test .act-layout-d .act-duo .act-fig img {
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: contain;
}
.art-christmas-test .act-layout-d .act-duo .act-fig:first-child {
	transform: translateX(36px) rotate(-1.8deg);
	z-index: 2;
}
.art-christmas-test .act-layout-d .act-duo .act-fig:last-child {
	transform: translateX(-36px) rotate(1.8deg);
	z-index: 2;
}
.art-christmas-test .act-layout-d .act-duo-mid {
	min-width: 0;
	z-index: 3;
	background: transparent;
	padding: 14px 14px 12px;
}

.art-christmas-test .act-duo-mid .act-name {
	font-size: clamp(22px, 2.2vw, 32px);
	margin-bottom: 6px;
}

.art-christmas-test .act-duo-mid .act-price__value {
	font-size: clamp(22px, 2vw, 32px);
}

.art-christmas-test .act-duo-mid .act-story-copy {
	margin-bottom: 10px;
	font-size: 12.5px;
}

.art-christmas-test .act-stack {
	margin-top: 10px;
}

.art-christmas-test .act-enchante-copy {
	max-width: 640px;
	margin: 18px auto 0;
	text-align: left;
}

.art-christmas-test .act-enchante-copy .act-facts {
	text-align: left;
}

.act-lb[data-act-lb] {
	--act-navy: #052454;
	--act-sans: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 56px 24px 48px;
	font-family: var(--act-sans);
}
.act-lb[data-act-lb].is-on {
	display: flex;
}
.act-lb[data-act-lb] .act-lb__blur {
	position: absolute;
	inset: 0;
	border: 0;
	padding: 0;
	background: rgba(15, 47, 34, 0.58);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	cursor: pointer;
}
.act-lb[data-act-lb] .act-lb__stage {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 1280px;
}
.act-lb[data-act-lb] .act-lb__img {
	position: relative;
	z-index: 2;
	max-width: min(58vw, 820px);
	max-height: 78vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 4px;
	box-shadow: 0 28px 80px rgba(5, 36, 84, 0.4);
	background: #111;
}
.act-lb[data-act-lb] .act-lb__side {
	flex: 0 0 auto;
	position: relative;
	z-index: 5;
	width: min(16vw, 180px);
	height: min(42vh, 320px);
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.42;
	box-shadow: 0 12px 32px rgba(5, 36, 84, 0.22);
}
.act-lb[data-act-lb] .act-lb__side:hover,
.act-lb[data-act-lb] .act-lb__side:focus-visible {
	opacity: 0.72;
}
.act-lb[data-act-lb] .act-lb__side img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.act-lb[data-act-lb] .act-lb__side[hidden] {
	display: none;
}
.act-lb[data-act-lb] .act-lb__nav {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	color: #052454;
	transform: translate(-50%, -50%);
	box-shadow: 0 8px 24px rgba(5, 36, 84, 0.22);
	pointer-events: none;
}
.act-lb[data-act-lb] .act-lb__nav svg {
	width: 20px;
	height: 20px;
	display: block;
}
.act-lb[data-act-lb] .act-lb__cap {
	position: relative;
	z-index: 3;
	margin: 12px 0 0;
	max-width: min(80vw, 720px);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.act-lb[data-act-lb] .act-lb__close {
	position: absolute;
	z-index: 4;
	top: 18px;
	right: 18px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #052454;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(5, 36, 84, 0.18);
	font-family: inherit;
	font-size: 28px;
	line-height: 42px;
	font-weight: 400;
	padding: 0;
}
body.act-lb-lock {
	overflow: hidden;
}

.art-christmas-test .act-visual--with-inset {
	padding-bottom: 48px;
}

.art-christmas-test .act-inset {
	position: absolute;
	right: -18px;
	bottom: -8px;
	width: min(38%, 220px);
	box-shadow: 0 18px 40px rgba(26, 23, 20, 0.16);
	z-index: 2;
}

.art-christmas-test .act-layout-c .act-project__grid {
	display: grid;
	grid-template-columns: 1.35fr 0.9fr;
	gap: clamp(28px, 4vw, 72px);
	align-items: center;
}

.art-christmas-test .act-collage {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 0.42fr;
	gap: 16px;
	align-items: end;
}

.art-christmas-test .act-collage__main {
	aspect-ratio: 16 / 10;
}

.art-christmas-test .act-collage__main--portrait {
	aspect-ratio: 3 / 4;
}

.art-christmas-test .act-collage__side {
	aspect-ratio: 1 / 1;
	margin-bottom: 28px;
	transform: translateY(18px);
}

.art-christmas-test .act-layout-d .act-duo-copy {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(24px, 3vw, 56px);
	align-items: start;
}

.art-christmas-test .act-layout-d .act-duo-story {
	grid-column: 1 / -1;
	max-width: 72ch;
	margin: 0 0 8px;
	font-family: var(--act-sans);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
}

.art-christmas-test .act-project--dramatic,
.art-christmas-test .act-project--warm {
	background: transparent;
}

.art-christmas-test .act-project--dramatic .act-name {
	color: #fff;
}

.art-christmas-test .act-project--enchante {
	position: relative;
	overflow: hidden;
	background: transparent;
}

.art-christmas-test .act-project--enchante::before,
.art-christmas-test .act-project--enchante::after {
	content: none;
}

.art-christmas-test .act-project--enchante .act-shell {
	position: relative;
	z-index: 1;
}

.art-christmas-test .act-project--enchante .act-name {
	color: #fff;
}

.art-christmas-test .act-fig--tree-top img,
.art-christmas-test .act-fig--tree-mid img,
.art-christmas-test .act-fig--detail img {
	object-position: center;
}

/* ---- Mid pause ---- */
.art-christmas-test .act-pause {
	padding: 40px 0;
	background: transparent;
	border-top: 1px solid rgba(247, 244, 239, 0.08);
	border-bottom: 1px solid rgba(247, 244, 239, 0.08);
}

.art-christmas-test .act-pause__grid {
	display: grid;
	grid-template-columns: 1.4fr 0.7fr;
	gap: 48px;
	align-items: center;
}

.art-christmas-test .act-pause h2 {
	margin: 0;
	max-width: 16ch;
	font-family: var(--act-serif);
	font-size: clamp(32px, 4vw, 56px);
	font-weight: 500;
	line-height: 1.12;
	color: #fff;
}

.art-christmas-test .act-pause .act-fig {
	max-width: 280px;
	margin-left: auto;
	aspect-ratio: auto;
	border: 3px solid #fff;
	background: #fff;
}

.art-christmas-test .act-pause .act-fig img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* ---- SEO FAQ ---- */
.art-christmas-test .act-seo-faq {
	padding: 28px 0 8px;
	background: transparent;
	border-top: 1px solid rgba(247, 244, 239, 0.1);
}

.art-christmas-test .act-seo-faq h2 {
	margin: 0 0 18px;
	font-family: var(--act-serif);
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 600;
	color: #fff;
}

.art-christmas-test .act-seo-faq__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 32px;
}

.art-christmas-test .act-seo-faq h3 {
	margin: 0 0 6px;
	font-family: var(--act-sans);
	font-size: 13px;
	font-weight: 600;
	color: var(--act-green);
}

.art-christmas-test .act-seo-faq p {
	margin: 0;
	max-width: 52ch;
	font-size: 13.5px;
	line-height: 1.5;
	color: rgba(247, 244, 239, 0.86);
}

@media (max-width: 768px) {
	.art-christmas-test .act-seo-faq__list {
		grid-template-columns: 1fr;
	}
}

/* ---- Final CTA ---- */
.art-christmas-test .act-cta {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #f7f4ef;
	background: transparent;
}

.art-christmas-test .act-cta__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.art-christmas-test .act-cta__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 18% 50%;
}

.art-christmas-test .act-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(15, 47, 34, 0.82) 0%, rgba(22, 69, 48, 0.58) 38%, rgba(22, 69, 48, 0.28) 68%, rgba(22, 69, 48, 0.16) 100%);
}

.art-christmas-test .act-cta__grid {
	position: relative;
	z-index: 2;
	display: block;
	min-height: 0;
	padding-top: 16px;
	padding-bottom: 12px;
}

.art-christmas-test .act-cta h2 {
	margin: 0 0 6px;
	max-width: 22ch;
	font-family: var(--act-serif);
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 600;
	line-height: 1.12;
	color: #fff;
}

.art-christmas-test .act-cta p {
	margin: 0 0 12px;
	max-width: 46ch;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(247, 244, 239, 0.84);
}

.art-christmas-test .act-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.art-christmas-test .act-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 16px;
	border-radius: 999px;
	font-size: 12.5px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.02em;
	line-height: 1.3;
}

.art-christmas-test .act-cta__btn--primary {
	background: #fff;
	color: var(--act-navy);
}

.art-christmas-test .act-cta__btn--primary:hover {
	background: var(--act-ivory);
	color: var(--act-navy);
	text-decoration: none;
}

.art-christmas-test .act-cta__btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #fff;
}

.art-christmas-test .act-cta__btn--ghost:hover {
	border-color: #fff;
	color: #fff;
	text-decoration: none;
}

.art-christmas-test .act-cta__scopes {
	margin: 0;
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(247, 244, 239, 0.62);
}

.art-christmas-test .act-cta__sign {
	position: relative;
	z-index: 2;
	padding: 8px 0 12px;
	border-top: 1px solid rgba(247, 244, 239, 0.12);
}

.art-christmas-test .act-cta__sign p {
	margin: 0;
	max-width: 52ch;
	font-family: var(--act-serif);
	font-size: clamp(15px, 1.6vw, 20px);
	font-style: italic;
	line-height: 1.35;
	color: #ede5da;
}

/* ---- Reveal ---- */
.art-christmas-test .act-reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 620ms ease, transform 620ms ease;
}

.art-christmas-test .act-reveal.is-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.art-christmas-test .act-fig img,
	.art-christmas-test .act-seo__panel,
	.art-christmas-test .act-seo__icon::before,
	.art-christmas-test .act-seo__icon::after,
	.art-christmas-test .act-reveal {
		transition: none;
	}

	.art-christmas-test .act-hero__bg img {
		animation: none;
	}

	.art-christmas-test .act-reveal {
		opacity: 1;
		transform: none;
	}

	.art-christmas-test .act-fig:hover img {
		transform: none;
	}
}

/* ---- Tablet ---- */
@media (max-width: 1024px) {
	.art-christmas-test .act-shell {
		padding-left: 32px;
		padding-right: 32px;
	}

	.art-christmas-test .act-cta .act-shell,
	.art-christmas-test .act-cta__grid,
	.art-christmas-test .act-cta__sign .act-shell {
		padding-left: 32px;
		padding-right: 32px;
	}

	.art-christmas-test .act-hero__copy {
		padding: 14px 0 12px;
	}

	.art-christmas-test .act-layout-a .act-project__grid,
	.art-christmas-test .act-layout-b .act-project__grid,
	.art-christmas-test .act-layout-c .act-project__grid {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}

	.art-christmas-test .act-inset {
		right: 8px;
		width: min(42%, 180px);
	}

	.art-christmas-test .act-collage {
		grid-template-columns: 1fr 0.5fr;
	}

	.art-christmas-test .act-collage__side {
		transform: none;
		margin-bottom: 0;
	}

	.art-christmas-test .act-pause__grid {
		grid-template-columns: 1.2fr 0.8fr;
		gap: 28px;
	}

	.art-christmas-test .act-gtc-copy {
		grid-template-columns: 1fr 1fr;
	}

	.art-christmas-test .act-layout-d .act-duo {
		grid-template-columns: 1fr 0.85fr 1fr;
	}

	.art-christmas-test .act-layout-d .act-duo .act-fig:first-child {
		transform: translateX(24px) rotate(-1.4deg);
	}

	.art-christmas-test .act-layout-d .act-duo .act-fig:last-child {
		transform: translateX(-24px) rotate(1.4deg);
	}
}

@media (max-width: 768px) {
	.art-christmas-test .act-hero__copy {
		padding: 14px 0 12px;
	}

	.art-christmas-test .act-layout-a .act-project__grid,
	.art-christmas-test .act-layout-b .act-project__grid,
	.art-christmas-test .act-layout-c .act-project__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.art-christmas-test .act-spread {
		height: auto;
		gap: 8px;
	}

	.art-christmas-test .act-spread .act-fig,
	.art-christmas-test .act-spread--gtc .act-fig,
	.art-christmas-test .act-spread--enchante .act-fig,
	.art-christmas-test .act-spread--enchante .s-a {
		max-width: calc(50% - 6px);
	}

	.art-christmas-test .act-spread .act-fig img,
	.art-christmas-test .act-spread .s-b img,
	.art-christmas-test .act-spread--eclat .s-a img,
	.art-christmas-test .act-spread--vladimir .s-a img,
	.art-christmas-test .act-spread--conte .s-a img,
	.art-christmas-test .act-spread--enchante .s-a img,
	.art-christmas-test .act-spread--gtc .s-b img {
		max-height: 240px;
	}

	.art-christmas-test .act-spread--eva,
	.art-christmas-test .act-spread--conte,
	.art-christmas-test .act-spread--eclat,
	.art-christmas-test .act-spread--vladimir,
	.art-christmas-test .act-spread--gtc,
	.art-christmas-test .act-spread--enchante {
		height: auto;
	}

	.art-christmas-test .act-gtc-copy {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.art-christmas-test .act-layout-d .act-duo {
		grid-template-columns: 1fr 1fr;
		gap: 0;
	}

	.art-christmas-test .act-layout-d .act-duo-mid {
		grid-column: 1 / -1;
		order: 3;
		padding: 14px 14px 12px;
	}

	.art-christmas-test .act-layout-d .act-duo .act-fig:first-child {
		transform: translate(10px, 8px) rotate(-2deg);
	}

	.art-christmas-test .act-layout-d .act-duo .act-fig:last-child {
		transform: translate(-10px, 12px) rotate(2deg);
	}

	.art-christmas-test .act-meta {
		grid-template-columns: 1fr;
		padding: 2px 0;
	}

	.art-christmas-test .act-meta > div {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 12px;
		padding: 6px 0;
		border-bottom: 1px solid color-mix(in srgb, var(--act-band) 32%, transparent);
	}

	.art-christmas-test .act-meta > div:last-child {
		border-bottom: 0;
	}

	.art-christmas-test .act-meta > div:not(:last-child)::after {
		display: none;
	}

	.art-christmas-test .act-meta span {
		margin: 0;
	}

	.art-christmas-test .act-facts {
		gap: 10px;
		padding: 10px 0;
	}

	.art-christmas-test .act-editorial {
		max-width: none;
	}

	.art-christmas-test .act-hero__copy--intro {
		max-width: 28rem;
		padding: 14px 0 16px;
	}

	.art-christmas-test .act-meta strong {
		text-align: right;
	}

	.act-lb[data-act-lb] {
		padding: 48px 10px 36px;
	}

	.act-lb[data-act-lb] .act-lb__side {
		width: 64px;
		height: min(28vh, 180px);
		opacity: 0.48;
	}

	.act-lb[data-act-lb] .act-lb__nav {
		width: 36px;
		height: 36px;
	}

	.act-lb[data-act-lb] .act-lb__nav svg {
		width: 16px;
		height: 16px;
	}

	.act-lb[data-act-lb] .act-lb__img {
		max-width: calc(100vw - 148px);
		max-height: 70vh;
	}

	.art-christmas-test .act-zoom {
		width: 26px;
		height: 26px;
		top: 6px;
		right: 6px;
	}

	.art-christmas-test .act-project {
		padding: 24px 0;
	}

	.art-christmas-test .act-spread,
	.art-christmas-test .act-visual {
		order: 1;
	}

	.art-christmas-test .act-layout-b .act-copy {
		order: 2;
	}

	.art-christmas-test .act-visual,
	.art-christmas-test .act-collage {
		order: 1;
	}

	.art-christmas-test .act-visual--with-inset {
		padding-bottom: 0;
	}

	.art-christmas-test .act-inset {
		position: static;
		width: 100%;
		max-width: none;
		margin-top: 12px;
		box-shadow: none;
	}

	.art-christmas-test .act-collage__main,
	.art-christmas-test .act-collage__side {
		aspect-ratio: 4 / 5;
		transform: none;
		margin: 0;
	}

	.art-christmas-test .act-pause {
		padding: 28px 0;
	}

	.art-christmas-test .act-pause .act-fig {
		margin: 0;
		max-width: none;
	}

	.art-christmas-test .act-cta__grid {
		padding-top: 20px;
		padding-bottom: 16px;
		padding-left: 32px;
		padding-right: 32px;
	}

	.art-christmas-test .act-cta h2 {
		max-width: 16ch;
	}

	.art-christmas-test .act-cta__sign {
		padding-top: 12px;
		padding-bottom: 14px;
	}
}

@media (max-width: 430px) {
	.art-christmas-test .act-hero h1 {
		font-size: 22px;
	}

	.art-christmas-test .act-hero__statement {
		font-size: 14px;
	}

	.art-christmas-test .act-hero__lead {
		font-size: 13px;
	}

	.art-christmas-test .act-name {
		font-size: 28px;
	}

	.art-christmas-test .act-story-copy {
		font-size: 15px;
	}
}

/* ---- Snow (this stylesheet loads on the lookbook) ---- */

.act-snow {
	position: fixed;
	inset: 0;
	z-index: 99990;
	pointer-events: none;
	overflow: hidden;
}

.act-snow__flake,
.act-snow__garland {
	position: absolute;
	top: -16px;
	animation-name: act-snow-fall;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.act-snow__flake {
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.55);
}

.act-snow__flake--gold {
	background: #c9a227;
	box-shadow: 0 0 8px rgba(201, 162, 39, 0.7);
}

.act-snow__garland {
	width: 18px;
	height: 5px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent 0%, #c9a227 18%, #e8d48a 50%, #c9a227 82%, transparent 100%);
	box-shadow:
		-6px 1px 0 0 rgba(201, 162, 39, 0.55),
		6px -1px 0 0 rgba(232, 212, 138, 0.5),
		0 0 8px rgba(201, 162, 39, 0.35);
	filter: blur(0.2px);
	transform-origin: center;
}

@keyframes act-snow-fall {
	0% {
		transform: translate3d(0, -8vh, 0) rotate(0deg);
	}
	100% {
		transform: translate3d(var(--act-drift, 24px), 110vh, 0) rotate(var(--act-spin, 18deg));
	}
}

@media (prefers-reduced-motion: reduce) {
	.act-snow {
		display: none;
	}
}
