/*
 * TH — CDV Real Estate 2026
 * Mobile-first campaign interface.
 */

.th-cdv-site {
	--th-wine: #b40b20;
	--th-red: #ff0011;
	--th-red-readable: #ff4652;
	--th-gray: #7d7679;
	--th-gray-dark: #474747;
	--th-white: #ffffff;
	--th-off-white: #f5f5f5;
	--th-black: #121212;
	--th-black-soft: #171717;
	--th-graphite: #202020;
	--th-line: rgba(255, 255, 255, 0.13);
	--th-line-strong: rgba(255, 255, 255, 0.23);
	--th-text-muted: #b9b4b6;
	--th-font-display: "Montserrat", "Arial Narrow", Arial, sans-serif;
	--th-font-body: "Inter", Arial, sans-serif;
	--th-shell: 76rem;
	--th-gutter: clamp(1.125rem, 4.8vw, 2.5rem);
	--th-section-y: clamp(5rem, 12vw, 8.75rem);
	--th-radius: 0.25rem;
	margin: 0;
	background: var(--th-black);
	color: var(--th-white);
	font-family: var(--th-font-body);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.th-cdv-site *,
.th-cdv-site *::before,
.th-cdv-site *::after {
	box-sizing: border-box;
}

.th-cdv-site ::selection {
	background: var(--th-red);
	color: var(--th-white);
}

.th-cdv-site a {
	color: inherit;
}

.th-cdv-site p,
.th-cdv-site h1,
.th-cdv-site h2,
.th-cdv-site h3,
.th-cdv-site ol,
.th-cdv-site ul,
.th-cdv-site fieldset {
	margin-top: 0;
}

.th-cdv-site button,
.th-cdv-site input {
	font: inherit;
}

.th-cdv-site button,
.th-cdv-site a {
	-webkit-tap-highlight-color: transparent;
}

.th-cdv-site :focus-visible {
	outline: 0.1875rem solid var(--th-white);
	outline-offset: 0.25rem;
}

.th-cdv-shell {
	width: min(100% - (var(--th-gutter) * 2), var(--th-shell));
	margin-inline: auto;
}

.th-cdv-section {
	position: relative;
	padding-block: var(--th-section-y);
}

.th-cdv h1,
.th-cdv h2,
.th-cdv strong,
.th-cdv b {
	font-family: var(--th-font-display);
}

.th-cdv h1,
.th-cdv h2 {
	margin-bottom: 0;
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.th-cdv h2 {
	font-size: clamp(2rem, 8.5vw, 3.9rem);
}

.th-cdv-skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 1000;
	padding: 0.75rem 1rem;
	background: var(--th-white);
	color: var(--th-black);
	font-size: 0.875rem;
	font-weight: 700;
	transform: translateY(-160%);
	transition: transform 180ms ease;
}

.th-cdv-skip-link:focus {
	transform: translateY(0);
}

.th-cdv-section-marker {
	margin-bottom: 1.25rem;
	color: #aaa5a7;
	font-family: var(--th-font-display);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.th-cdv-section-heading {
	display: grid;
	gap: 1.25rem;
	margin-bottom: 3.25rem;
}

.th-cdv-section-heading h2 span {
	color: var(--th-red);
}

.th-cdv-section-heading > p {
	max-width: 25rem;
	margin-bottom: 0;
	color: var(--th-text-muted);
	font-size: 1rem;
}

/* Header */
.th-cdv-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 4.75rem;
	border-bottom: 0.0625rem solid transparent;
	transition: background-color 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.th-cdv-header.is-scrolled {
	position: fixed;
	background: rgba(18, 18, 18, 0.88);
	border-color: var(--th-line);
	-webkit-backdrop-filter: blur(1rem);
	backdrop-filter: blur(1rem);
}

.admin-bar .th-cdv-header.is-scrolled {
	top: 2.875rem;
}

.th-cdv-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.th-cdv-wordmark {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.th-cdv-wordmark picture,
.th-cdv-wordmark__logo {
	display: block;
}

.th-cdv-wordmark__logo {
	width: clamp(8.5rem, 32vw, 10rem);
	height: auto;
}

.th-cdv-header__context {
	display: none;
	margin-bottom: 0;
	color: #d2ced0;
	font-family: var(--th-font-display);
	font-size: 0.64rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.th-cdv-header__context > span {
	width: 1.75rem;
	height: 0.0625rem;
	margin-right: 0.75rem;
	background: var(--th-red);
}

.th-cdv-header__context b {
	margin-inline: 0.25rem;
	color: var(--th-red);
}

/* Shared button */
.th-cdv-button {
	display: inline-flex;
	min-height: 3.75rem;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	width: 100%;
	padding: 1rem 1.15rem;
	border: 0;
	border-radius: var(--th-radius);
	font-family: var(--th-font-display);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.th-cdv-button > span[aria-hidden="true"]:last-child {
	font-family: var(--th-font-body);
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1;
	transition: transform 180ms ease;
}

.th-cdv-button:hover > span[aria-hidden="true"]:last-child {
	transform: translateX(0.2rem);
}

.th-cdv-button--primary {
	background: var(--th-wine);
	box-shadow: inset 0 0.125rem 0 rgba(255, 0, 17, 0.65), 0 0.75rem 2.5rem rgba(180, 11, 32, 0.2);
	color: var(--th-white);
}

.th-cdv-button--primary:hover {
	background: #910919;
	box-shadow: inset 0 0.125rem 0 rgba(255, 0, 17, 0.72), 0 1rem 3rem rgba(180, 11, 32, 0.28);
	transform: translateY(-0.125rem);
}

.th-cdv-button--disabled {
	justify-content: center;
	background: #343434;
	color: #aaa;
	cursor: not-allowed;
}

/* Hero */
.th-cdv-hero {
	position: relative;
	min-height: min(59rem, 100svh);
	padding-top: 6.5rem;
	padding-bottom: 3.75rem;
	background:
		radial-gradient(circle at 75% 22%, rgba(180, 11, 32, 0.19), transparent 31rem),
		linear-gradient(135deg, #111 0%, #151313 52%, #110e0f 100%);
	overflow: hidden;
}

.th-cdv-hero::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 49.85%, rgba(255, 255, 255, 0.026) 50%, transparent 50.15%);
	content: "";
	pointer-events: none;
}

.th-cdv-hero__grid,
.th-cdv-form-section__grid,
.th-cdv-thanks__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.032) 0.0625rem, transparent 0.0625rem),
		linear-gradient(90deg, rgba(255, 255, 255, 0.032) 0.0625rem, transparent 0.0625rem);
	background-position: center;
	background-size: 3.75rem 3.75rem;
	-webkit-mask-image: linear-gradient(to bottom, black, transparent 90%);
	mask-image: linear-gradient(to bottom, black, transparent 90%);
	pointer-events: none;
}

.th-cdv-hero__orb {
	position: absolute;
	top: 20%;
	right: -11rem;
	width: 22rem;
	height: 22rem;
	border: 0.0625rem solid rgba(255, 0, 17, 0.22);
	border-radius: 50%;
	box-shadow: 0 0 7rem rgba(180, 11, 32, 0.14), inset 0 0 5rem rgba(180, 11, 32, 0.08);
}

.th-cdv-hero__orb::before,
.th-cdv-hero__orb::after {
	position: absolute;
	border: 0.0625rem solid rgba(255, 255, 255, 0.08);
	border-radius: inherit;
	content: "";
}

.th-cdv-hero__orb::before {
	inset: 2.8rem;
}

.th-cdv-hero__orb::after {
	inset: 6rem;
}

.th-cdv-hero__watermark {
	position: absolute;
	top: 25%;
	right: -2rem;
	z-index: 1;
	display: block;
	width: clamp(12rem, 30vw, 25rem);
	opacity: 0.065;
	pointer-events: none;
	transform: rotate(-8deg);
}

.th-cdv-hero__watermark img {
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: screen;
}

.th-cdv-hero__layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-areas: "intro" "offer" "action";
	gap: 1.75rem;
}

.th-cdv-hero__intro,
.th-cdv-hero-offer,
.th-cdv-hero__action {
	min-width: 0;
}

.th-cdv-hero__intro {
	grid-area: intro;
}

.th-cdv-kicker {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-bottom: 1.25rem;
	color: #dedadc;
	font-family: var(--th-font-display);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.45;
	text-transform: uppercase;
}

.th-cdv-kicker > span {
	flex: 0 0 1.4rem;
	height: 0.125rem;
	background: var(--th-red);
}

.th-cdv-kicker b {
	color: var(--th-red);
}

.th-cdv-hero h1 {
	max-width: 48rem;
	font-size: clamp(2.2rem, 10.6vw, 4.9rem);
	line-height: 1.02;
}

.th-cdv-hero h1 em {
	display: inline;
	color: var(--th-red);
	font-style: normal;
}

.th-cdv-hero__lead {
	max-width: 41rem;
	margin: 1.25rem 0 0;
	color: #c5c0c2;
	font-size: 0.96rem;
	line-height: 1.65;
}

.th-cdv-hero-offer {
	position: relative;
	grid-area: offer;
	padding: 1rem;
	border: 0.0625rem solid rgba(255, 255, 255, 0.18);
	border-top-color: rgba(255, 255, 255, 0.32);
	background: linear-gradient(140deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025));
	box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3);
	-webkit-backdrop-filter: blur(0.75rem);
	backdrop-filter: blur(0.75rem);
}

.th-cdv-hero-offer::before {
	position: absolute;
	top: -0.0625rem;
	left: -0.0625rem;
	width: 35%;
	height: 0.125rem;
	background: var(--th-red);
	box-shadow: 0 0 1.75rem rgba(255, 0, 17, 0.6);
	content: "";
}

.th-cdv-hero-offer__topline {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 0.8rem;
	border-bottom: 0.0625rem solid var(--th-line);
	color: #aaa5a7;
	font-family: var(--th-font-display);
	font-size: 0.55rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.th-cdv-hero-offer__main {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	align-items: stretch;
}

.th-cdv-hero-offer__quantity,
.th-cdv-hero-offer__price {
	min-width: 0;
	padding-block: 1rem;
}

.th-cdv-hero-offer__quantity {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding-right: 0.6rem;
	border-right: 0.0625rem solid var(--th-line);
}

.th-cdv-hero-offer__quantity strong {
	font-size: clamp(3.3rem, 17vw, 5.5rem);
	font-weight: 700;
	letter-spacing: -0.085em;
	line-height: 0.8;
}

.th-cdv-hero-offer__quantity span {
	color: #c8c4c5;
	font-family: var(--th-font-display);
	font-size: 0.52rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.th-cdv-hero-offer__price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 0.75rem;
}

.th-cdv-hero-offer__price > span,
.th-cdv-hero-offer__price > em {
	color: #aaa5a7;
	font-family: var(--th-font-display);
	font-size: 0.5rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1.35;
	text-transform: uppercase;
}

.th-cdv-hero-offer__price strong {
	margin-block: 0.2rem;
	font-size: clamp(1.45rem, 7.2vw, 2.2rem);
	font-weight: 700;
	letter-spacing: -0.055em;
	line-height: 1;
	white-space: nowrap;
}

.th-cdv-hero-offer__price strong small {
	color: var(--th-red-readable);
	font-size: 0.52em;
	letter-spacing: -0.025em;
}

.th-cdv-hero-offer__benefit {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	padding: 0.75rem;
	background: rgba(180, 11, 32, 0.17);
	border-left: 0.125rem solid var(--th-red);
}

.th-cdv-hero-offer__benefit > strong {
	flex: 0 0 auto;
	font-size: clamp(1.8rem, 9vw, 2.5rem);
	letter-spacing: -0.06em;
	line-height: 1;
}

.th-cdv-hero-offer__benefit > strong span {
	color: var(--th-red);
	font-size: 0.6em;
}

.th-cdv-hero-offer__benefit p {
	margin-bottom: 0;
	color: #cbc6c8;
	font-size: 0.57rem;
	letter-spacing: 0.06em;
	line-height: 1.45;
	text-transform: uppercase;
}

.th-cdv-hero-offer__benefit b {
	color: var(--th-white);
}

.th-cdv-hero__action {
	grid-area: action;
}

.th-cdv-hero__action > p {
	margin: 0.75rem 0 0;
	color: #8f898b;
	font-size: 0.67rem;
	line-height: 1.45;
}

.th-cdv-hero__index {
	display: none;
	position: absolute;
	right: 2rem;
	bottom: 1.5rem;
	color: #777173;
	font-family: var(--th-font-display);
	font-size: 0.58rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}

/* Context */
.th-cdv-context {
	background: var(--th-off-white);
	color: var(--th-black);
}

.th-cdv-context__layout {
	display: grid;
	gap: 2rem;
}

.th-cdv-context .th-cdv-section-marker {
	color: #686264;
}

.th-cdv-context__statement h2 {
	max-width: 58rem;
}

.th-cdv-context__copy {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 0.0625rem solid rgba(18, 18, 18, 0.18);
}

.th-cdv-context__copy p {
	margin-bottom: 0;
	color: #514d4f;
	font-size: 0.98rem;
}

.th-cdv-context__figure {
	display: flex;
	align-items: flex-end;
	gap: 1rem;
	padding-top: 1rem;
	border-top: 0.25rem solid var(--th-red);
}

.th-cdv-context__figure > span {
	font-family: var(--th-font-display);
	font-size: clamp(5rem, 26vw, 8rem);
	font-weight: 700;
	letter-spacing: -0.09em;
	line-height: 0.72;
}

.th-cdv-context__figure small {
	color: #6e686b;
	font-family: var(--th-font-display);
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-transform: uppercase;
}

/* Included */
.th-cdv-included {
	background: #171717;
}

.th-cdv-included__list {
	display: grid;
	gap: 0;
	margin-bottom: 0;
	padding-left: 0;
	border-top: 0.0625rem solid var(--th-line-strong);
	list-style: none;
}

.th-cdv-included__list li {
	display: grid;
	grid-template-columns: 2.4rem 1fr;
	align-items: start;
	gap: 0.5rem;
	padding-block: 1.15rem;
	border-bottom: 0.0625rem solid var(--th-line);
}

.th-cdv-included__list li > span {
	padding-top: 0.15rem;
	color: var(--th-red-readable);
	font-family: var(--th-font-display);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.th-cdv-included__list p {
	margin-bottom: 0;
	color: #e1ddde;
	font-size: 0.9rem;
	line-height: 1.5;
}

.th-cdv-deadline {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
	padding: 1.15rem;
	border: 0.0625rem solid rgba(255, 0, 17, 0.35);
	background: linear-gradient(110deg, rgba(180, 11, 32, 0.18), rgba(180, 11, 32, 0.03));
}

.th-cdv-deadline > span {
	color: var(--th-red);
	font-family: var(--th-font-display);
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: -0.07em;
	line-height: 1;
}

.th-cdv-deadline p {
	margin-bottom: 0;
	color: #bdb8ba;
	font-size: 0.72rem;
	line-height: 1.55;
}

.th-cdv-deadline strong {
	display: block;
	margin-bottom: 0.15rem;
	color: var(--th-white);
	font-size: 0.8rem;
}

/* Offer */
.th-cdv-offer {
	background: #0e0e0e;
	overflow: hidden;
}

.th-cdv-offer__glow {
	position: absolute;
	top: 15%;
	left: -15rem;
	width: 30rem;
	height: 30rem;
	background: rgba(180, 11, 32, 0.2);
	border-radius: 50%;
	filter: blur(8rem);
	pointer-events: none;
}

.th-cdv-offer__panel {
	position: relative;
	display: grid;
	gap: 2.75rem;
	padding: 1.35rem;
	border: 0.0625rem solid var(--th-line-strong);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
		#141414;
	box-shadow: 0 3rem 8rem rgba(0, 0, 0, 0.4);
}

.th-cdv-offer__panel::before,
.th-cdv-offer__panel::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.th-cdv-offer__panel::before {
	top: -0.0625rem;
	left: 0;
	width: 45%;
	height: 0.1875rem;
	background: var(--th-red);
	box-shadow: 0 0 2.5rem rgba(255, 0, 17, 0.6);
}

.th-cdv-offer__panel::after {
	top: 0;
	right: 0;
	width: 9rem;
	height: 9rem;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 0.0625rem, transparent 0.0625rem),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0.0625rem, transparent 0.0625rem);
	background-size: 1.5rem 1.5rem;
}

.th-cdv-offer__intro,
.th-cdv-offer__pricing {
	position: relative;
	z-index: 1;
}

.th-cdv-offer__intro h2 {
	font-size: clamp(2.8rem, 13vw, 5.2rem);
}

.th-cdv-offer__intro h2 span {
	color: var(--th-red);
}

.th-cdv-offer__specs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	margin-top: 2rem;
	border-block: 0.0625rem solid var(--th-line);
}

.th-cdv-offer__specs p {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0;
	padding: 1rem 0.5rem 1rem 0;
}

.th-cdv-offer__specs p + p {
	padding-left: 0.8rem;
	border-left: 0.0625rem solid var(--th-line);
}

.th-cdv-offer__specs strong {
	font-size: clamp(2rem, 10vw, 3rem);
	letter-spacing: -0.07em;
	line-height: 1;
}

.th-cdv-offer__specs span {
	color: #a8a2a4;
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.th-cdv-offer__anchor,
.th-cdv-offer__annual {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1rem;
	border-bottom: 0.0625rem solid var(--th-line);
}

.th-cdv-offer__anchor > span,
.th-cdv-offer__annual > span {
	max-width: 8.5rem;
	color: #999395;
	font-family: var(--th-font-display);
	font-size: 0.58rem;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1.4;
	text-transform: uppercase;
}

.th-cdv-offer__anchor s {
	color: #bbb6b8;
	font-family: var(--th-font-display);
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration-color: var(--th-red);
	text-decoration-thickness: 0.125rem;
}

.th-cdv-offer__event-price {
	padding-block: 1.5rem;
}

.th-cdv-offer__event-price > span {
	display: block;
	margin-bottom: 0.55rem;
	color: var(--th-red-readable);
	font-family: var(--th-font-display);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.th-cdv-offer__event-price strong {
	display: block;
	font-size: clamp(2.65rem, 13vw, 4.75rem);
	letter-spacing: -0.075em;
	line-height: 0.95;
	white-space: nowrap;
}

.th-cdv-offer__event-price small {
	display: block;
	margin-bottom: 0.35rem;
	color: #b2adaf;
	font-size: 0.28em;
	letter-spacing: 0.01em;
	line-height: 1;
}

.th-cdv-offer__annual {
	padding-block: 1rem;
	border-top: 0.0625rem solid var(--th-line);
}

.th-cdv-offer__annual strong {
	font-size: clamp(1.65rem, 8vw, 2.6rem);
	letter-spacing: -0.055em;
	line-height: 1;
	white-space: nowrap;
}

.th-cdv-offer__use {
	margin: 1.3rem 0 0;
	color: #d4cfd1;
	font-size: 0.9rem;
}

.th-cdv-offer__clarity {
	margin: 0.8rem 0 1.5rem;
	padding-left: 0.8rem;
	border-left: 0.125rem solid var(--th-red);
	color: #aaa5a7;
	font-size: 0.72rem;
	line-height: 1.55;
}

.th-cdv-offer__clarity strong {
	color: var(--th-white);
}

/* Dossier */
.th-cdv-dossier {
	background: var(--th-off-white);
	color: var(--th-black);
}

.th-cdv-dossier .th-cdv-section-marker {
	color: #686264;
}

.th-cdv-dossier__intro {
	display: grid;
	gap: 2rem;
}

.th-cdv-dossier__copy {
	padding-top: 1.25rem;
	border-top: 0.0625rem solid rgba(18, 18, 18, 0.2);
}

.th-cdv-dossier__copy p {
	margin-bottom: 1rem;
	color: #565153;
}

.th-cdv-dossier__copy > strong {
	display: block;
	max-width: 30rem;
	font-size: clamp(1.25rem, 5.5vw, 2rem);
	letter-spacing: -0.035em;
	line-height: 1.3;
}

.th-cdv-dossier__copy > strong span {
	color: var(--th-red);
	font-size: 1.35em;
}

.th-cdv-dossier__comparison {
	display: grid;
	gap: 0;
	margin-top: 3rem;
	border: 0.0625rem solid rgba(18, 18, 18, 0.18);
}

.th-cdv-dossier__comparison > div {
	display: grid;
	gap: 0.4rem;
	padding: 1.25rem;
}

.th-cdv-dossier__comparison > div > span {
	color: #6c6769;
	font-family: var(--th-font-display);
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.th-cdv-dossier__comparison s,
.th-cdv-dossier__comparison strong {
	font-family: var(--th-font-display);
	font-size: clamp(2rem, 10vw, 3.4rem);
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 1;
}

.th-cdv-dossier__comparison s {
	color: #6c6769;
	text-decoration-color: var(--th-red);
}

.th-cdv-dossier__comparison .th-cdv-dossier__active {
	background: var(--th-black);
	color: var(--th-white);
}

.th-cdv-dossier__active > span {
	color: #c8c3c5;
}

.th-cdv-dossier__active strong {
	color: var(--th-red);
}

.th-cdv-dossier__comparison > p {
	margin-bottom: 0;
	padding: 0.85rem 1.25rem;
	border-top: 0.0625rem solid rgba(18, 18, 18, 0.16);
	color: #6c6769;
	font-size: 0.7rem;
}

.th-cdv-dossier__answers {
	display: grid;
	margin-top: 3.5rem;
	border-block: 0.0625rem solid rgba(18, 18, 18, 0.2);
}

.th-cdv-dossier__answers > div {
	min-width: 0;
	padding-block: 1.75rem;
}

.th-cdv-dossier__answers > div + div {
	border-top: 0.0625rem solid rgba(18, 18, 18, 0.2);
}

.th-cdv-dossier__answers span {
	display: block;
	margin-bottom: 0.65rem;
	color: #746f71;
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.th-cdv-dossier__answers strong {
	display: block;
	font-size: clamp(2rem, 6vw, 4rem);
	letter-spacing: -0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.th-cdv-dossier__answers > div:last-child strong {
	color: var(--th-wine);
}

/* Journey */
.th-cdv-journey {
	background: #121212;
}

.th-cdv-journey__steps {
	position: relative;
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.th-cdv-journey__steps::before {
	position: absolute;
	top: 1.5rem;
	bottom: 1.5rem;
	left: 1.35rem;
	width: 0.0625rem;
	background: linear-gradient(var(--th-red), rgba(255, 255, 255, 0.16));
	content: "";
}

.th-cdv-journey__steps li {
	position: relative;
	display: grid;
	grid-template-columns: 2.8rem 1fr;
	column-gap: 1rem;
	padding-block: 1.5rem;
}

.th-cdv-journey__number {
	position: relative;
	z-index: 1;
	display: grid;
	grid-row: span 2;
	width: 2.8rem;
	height: 2.8rem;
	place-items: center;
	border: 0.0625rem solid rgba(255, 255, 255, 0.26);
	background: var(--th-black);
	color: var(--th-red-readable);
	font-family: var(--th-font-display);
	font-size: 0.65rem;
	font-weight: 700;
}

.th-cdv-journey__steps p {
	margin-bottom: 0.3rem;
	color: #8e888a;
	font-size: 0.66rem;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.th-cdv-journey__steps strong {
	font-size: 1.05rem;
	line-height: 1.35;
}

.th-cdv-journey__caption {
	max-width: 45rem;
	margin: 2.5rem 0 0;
	padding: 1.25rem 0 0 1rem;
	border-top: 0.0625rem solid var(--th-line);
	border-left: 0.125rem solid var(--th-red);
	color: #c4bfc1;
}

/* Audience */
.th-cdv-audience {
	background: #1a1a1a;
}

.th-cdv-audience__layout {
	display: grid;
	gap: 3rem;
}

.th-cdv-audience__list {
	margin-bottom: 0;
	padding-left: 0;
	border-top: 0.0625rem solid var(--th-line-strong);
	list-style: none;
}

.th-cdv-audience__list li {
	display: grid;
	grid-template-columns: 2.4rem 1fr;
	gap: 0.75rem;
	padding-block: 1.2rem;
	border-bottom: 0.0625rem solid var(--th-line);
	color: #dedadc;
	font-size: 0.92rem;
	line-height: 1.5;
}

.th-cdv-audience__list span {
	padding-top: 0.15rem;
	color: var(--th-red-readable);
	font-family: var(--th-font-display);
	font-size: 0.6rem;
	font-weight: 700;
}

/* Authority */
.th-cdv-authority {
	background: var(--th-off-white);
	color: var(--th-black);
}

.th-cdv-authority .th-cdv-section-marker {
	color: #686264;
}

.th-cdv-authority__layout {
	display: grid;
	gap: 3rem;
}

.th-cdv-authority__visual {
	position: relative;
	min-width: 0;
	background: var(--th-black);
	overflow: hidden;
}

.th-cdv-authority__portrait-frame {
	position: relative;
	aspect-ratio: 1066 / 1600;
	min-height: 20rem;
	overflow: hidden;
}

.th-cdv-authority__portrait-frame::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, transparent 48%, rgba(18, 18, 18, 0.08) 62%, rgba(18, 18, 18, 0.92) 100%),
		linear-gradient(145deg, rgba(180, 11, 32, 0.08), transparent 45%);
	content: "";
	pointer-events: none;
}

.th-cdv-authority__portrait-frame::after {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 4rem;
	height: 4rem;
	border-top: 0.0625rem solid var(--th-red);
	border-right: 0.0625rem solid var(--th-red);
	content: "";
}

.th-cdv-authority__portrait-frame picture,
.th-cdv-authority__portrait-frame img {
	display: block;
	width: 100%;
	height: 100%;
}

.th-cdv-authority__portrait-frame img {
	object-fit: cover;
	object-position: center 18%;
}

.th-cdv-authority__portrait-label {
	position: relative;
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	left: 1.25rem;
	z-index: 2;
	color: var(--th-white);
	font-family: var(--th-font-display);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.th-cdv-authority__portrait-label::before {
	display: block;
	width: 2.5rem;
	height: 0.125rem;
	margin-bottom: 0.65rem;
	background: var(--th-red);
	content: "";
}

.th-cdv-authority__portrait-label small {
	display: block;
	margin-top: 0.35rem;
	color: #d0cbcd;
	font-size: 0.56rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.th-cdv-authority__content h2 {
	font-size: clamp(2.6rem, 11vw, 5rem);
}

.th-cdv-authority__role {
	margin: 0.7rem 0 2rem;
	color: var(--th-wine);
	font-family: var(--th-font-display);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.th-cdv-authority__facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 0.0625rem solid rgba(18, 18, 18, 0.2);
	border-left: 0.0625rem solid rgba(18, 18, 18, 0.2);
}

.th-cdv-authority__facts p {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0;
	padding: 1rem 0.75rem;
	border-right: 0.0625rem solid rgba(18, 18, 18, 0.2);
	border-bottom: 0.0625rem solid rgba(18, 18, 18, 0.2);
}

.th-cdv-authority__facts strong {
	font-size: clamp(1.25rem, 5.5vw, 2rem);
	letter-spacing: -0.045em;
	line-height: 1.15;
}

.th-cdv-authority__facts span {
	margin-top: 0.25rem;
	color: #6a6567;
	font-size: 0.62rem;
	line-height: 1.4;
}

.th-cdv-authority__copy {
	max-width: 39rem;
	margin: 2rem 0 0;
	color: #4f4b4c;
	font-size: 0.95rem;
}

/* Project proof */
.th-cdv-projects {
	background: #111111;
	overflow: hidden;
}

.th-cdv-projects__grid {
	display: grid;
	gap: 1rem;
}

.th-cdv-project-card {
	position: relative;
	min-width: 0;
	margin: 0;
	background: #202020;
	overflow: hidden;
}

.th-cdv-project-card picture,
.th-cdv-project-card img {
	display: block;
	width: 100%;
	height: 100%;
}

.th-cdv-project-card img {
	object-fit: cover;
	transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 400ms ease;
}

.th-cdv-project-card:hover img {
	filter: saturate(1.08);
	transform: scale(1.035);
}

.th-cdv-project-card--blue-park {
	aspect-ratio: 0.82;
}

.th-cdv-project-card--arboratto {
	aspect-ratio: 941 / 1672;
	background: #d9e5e8;
}

.th-cdv-project-card--arboratto img {
	object-fit: contain;
	object-position: center top;
}

.th-cdv-project-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 52%, rgba(18, 18, 18, 0.9) 100%);
	content: "";
	pointer-events: none;
}

.th-cdv-project-card figcaption {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	color: var(--th-white);
}

.th-cdv-project-card figcaption span {
	color: #d0cbcd;
	font-family: var(--th-font-display);
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.th-cdv-project-card figcaption strong {
	font-size: clamp(1.4rem, 6vw, 2rem);
	letter-spacing: -0.04em;
	line-height: 1;
}

/* Form */
.th-cdv-form-section {
	background:
		radial-gradient(circle at 20% 20%, rgba(180, 11, 32, 0.2), transparent 30rem),
		#101010;
	scroll-margin-top: 4.75rem;
	overflow: hidden;
}

.th-cdv-form-section__grid {
	-webkit-mask-image: linear-gradient(to right, black, transparent 70%);
	mask-image: linear-gradient(to right, black, transparent 70%);
}

.th-cdv-form-section__layout {
	position: relative;
	display: grid;
	gap: 3rem;
}

.th-cdv-form-section__intro > p:not(.th-cdv-section-marker) {
	max-width: 34rem;
	margin: 1.5rem 0 0;
	color: #b9b4b6;
}

.th-cdv-form-section__seal {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: fit-content;
	margin-top: 2rem;
	padding-top: 0.9rem;
	border-top: 0.125rem solid var(--th-red);
}

.th-cdv-form-section__seal span {
	font-family: var(--th-font-display);
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: -0.07em;
	line-height: 1;
}

.th-cdv-form-section__seal small {
	color: #9d9799;
	font-family: var(--th-font-display);
	font-size: 0.55rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.th-cdv-form {
	position: relative;
	padding: 1.25rem;
	border: 0.0625rem solid var(--th-line-strong);
	background: rgba(29, 29, 29, 0.95);
	box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, 0.38);
}

.th-cdv-form::before {
	position: absolute;
	top: -0.0625rem;
	left: -0.0625rem;
	width: 35%;
	height: 0.1875rem;
	background: var(--th-red);
	content: "";
}

.th-cdv-form__fields {
	display: grid;
	gap: 1rem;
}

.th-cdv-field {
	position: relative;
}

.th-cdv-field label,
.th-cdv-choice-group legend {
	display: block;
	margin-bottom: 0.45rem;
	color: #d7d2d4;
	font-family: var(--th-font-display);
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.07em;
}

.th-cdv-field input {
	width: 100%;
	min-height: 3.45rem;
	padding: 0.85rem 0.9rem;
	border: 0.0625rem solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: none;
	color: var(--th-white);
	font-size: 1rem;
	line-height: 1.3;
	outline: 0;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
	-webkit-appearance: none;
	appearance: none;
}

.th-cdv-field input:hover {
	border-color: rgba(255, 255, 255, 0.32);
}

.th-cdv-field input:focus {
	border-color: var(--th-red);
	background: rgba(255, 255, 255, 0.065);
	box-shadow: 0 0 0 0.1875rem rgba(255, 0, 17, 0.11);
}

.th-cdv-field.is-invalid input {
	border-color: #ff5360;
}

.th-cdv-field__error {
	display: block;
	min-height: 1.15rem;
	margin-top: 0.25rem;
	color: #ff8f97;
	font-size: 0.68rem;
	line-height: 1.35;
}

.th-cdv-choice-group {
	min-width: 0;
	margin: 1.25rem 0 0;
	padding: 0;
	border: 0;
}

.th-cdv-choice-group legend {
	width: 100%;
	margin-bottom: 0.7rem;
	line-height: 1.5;
}

.th-cdv-choice-group__options {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
}

.th-cdv-choice-group__options label {
	position: relative;
	display: block;
	min-width: 0;
	cursor: pointer;
}

.th-cdv-choice-group__options input {
	position: absolute;
	width: 0.0625rem;
	height: 0.0625rem;
	opacity: 0;
}

.th-cdv-choice-group__options span {
	display: grid;
	min-height: 3rem;
	place-items: center;
	padding: 0.5rem 0.35rem;
	border: 0.0625rem solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.025);
	color: #bbb6b8;
	font-size: 0.73rem;
	line-height: 1.25;
	text-align: center;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.th-cdv-choice-group__options label:hover span {
	border-color: rgba(255, 255, 255, 0.32);
	color: var(--th-white);
}

.th-cdv-choice-group__options input:checked + span {
	border-color: var(--th-red);
	background: rgba(180, 11, 32, 0.2);
	color: var(--th-white);
}

.th-cdv-choice-group__options input:focus-visible + span {
	outline: 0.1875rem solid var(--th-white);
	outline-offset: 0.1875rem;
}

.th-cdv-choice-group.is-invalid .th-cdv-choice-group__options span {
	border-color: rgba(255, 83, 96, 0.72);
}

.th-cdv-form__status {
	display: none;
	margin-top: 1rem;
	padding: 0.75rem 0.9rem;
	border-left: 0.1875rem solid #ff8f97;
	background: rgba(255, 83, 96, 0.1);
	color: #ffd4d7;
	font-size: 0.78rem;
	line-height: 1.5;
}

.th-cdv-form__status:not(:empty) {
	display: block;
}

.th-cdv-form__status.is-success {
	border-color: #66d89a;
	background: rgba(102, 216, 154, 0.1);
	color: #bdf2d3;
}

.th-cdv-form__submit {
	margin-top: 1.25rem;
}

.th-cdv-form__submit:disabled {
	background: #92101e;
	cursor: wait;
	opacity: 0.86;
	transform: none;
}

.th-cdv-form__spinner {
	display: none;
	width: 1rem;
	height: 1rem;
	margin-left: auto;
	border: 0.125rem solid rgba(255, 255, 255, 0.4);
	border-top-color: var(--th-white);
	border-radius: 50%;
	animation: th-cdv-spin 700ms linear infinite;
}

.th-cdv-form.is-loading .th-cdv-form__spinner {
	display: block;
}

.th-cdv-form.is-loading [data-button-arrow] {
	display: none;
}

.th-cdv-honeypot {
	position: absolute !important;
	left: -10000rem !important;
	width: 0.0625rem !important;
	height: 0.0625rem !important;
	overflow: hidden !important;
}

@keyframes th-cdv-spin {
	to { transform: rotate(360deg); }
}

/* Rules */
.th-cdv-rules {
	background: #181818;
}

.th-cdv-rules__layout {
	display: grid;
	gap: 2.5rem;
}

.th-cdv-rules__list {
	display: grid;
	gap: 0;
	margin-bottom: 0;
	padding-left: 0;
	border-top: 0.0625rem solid var(--th-line-strong);
	list-style: none;
	counter-reset: rules;
}

.th-cdv-rules__list li {
	position: relative;
	padding: 1rem 0 1rem 2.25rem;
	border-bottom: 0.0625rem solid var(--th-line);
	color: #bdb8ba;
	font-size: 0.82rem;
	line-height: 1.55;
	counter-increment: rules;
}

.th-cdv-rules__list li::before {
	position: absolute;
	top: 1.1rem;
	left: 0;
	color: var(--th-red-readable);
	font-family: var(--th-font-display);
	font-size: 0.58rem;
	font-weight: 700;
	content: counter(rules, decimal-leading-zero);
}

/* Closing */
.th-cdv-closing {
	background:
		linear-gradient(115deg, rgba(180, 11, 32, 0.22), transparent 42%),
		#0f0f0f;
	text-align: center;
	overflow: hidden;
}

.th-cdv-closing::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40rem;
	height: 40rem;
	border: 0.0625rem solid rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	content: "";
	transform: translate(-50%, -50%);
}

.th-cdv-closing__inner {
	position: relative;
}

.th-cdv-closing h2 {
	max-width: 61rem;
	margin-inline: auto;
}

.th-cdv-closing h2 span {
	color: var(--th-red);
}

.th-cdv-closing .th-cdv-button {
	margin-top: 2.25rem;
}

/* Sticky mobile CTA */
.th-cdv-sticky-cta {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 90;
	padding: 0.65rem var(--th-gutter) calc(0.65rem + env(safe-area-inset-bottom));
	background: rgba(18, 18, 18, 0.92);
	border-top: 0.0625rem solid rgba(255, 255, 255, 0.16);
	opacity: 0;
	pointer-events: none;
	transform: translateY(110%);
	transition: opacity 180ms ease, transform 220ms ease;
	-webkit-backdrop-filter: blur(1rem);
	backdrop-filter: blur(1rem);
}

.th-cdv-sticky-cta.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.th-cdv-sticky-cta a {
	display: flex;
	min-height: 3.2rem;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.75rem 1rem;
	background: var(--th-wine);
	color: var(--th-white);
	font-family: var(--th-font-display);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-decoration: none;
	text-transform: uppercase;
}

/* Footer */
.th-cdv-footer {
	padding-block: 2rem;
	background: #0b0b0b;
	border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
	color: #a39d9f;
}

.th-cdv-footer__inner {
	display: grid;
	gap: 0.2rem;
	text-align: center;
}

.th-cdv-footer p {
	margin-bottom: 0;
	font-size: 0.64rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.th-cdv-footer strong {
	color: #aaa5a7;
}

/* Thank-you page */
.th-cdv-thanks__section {
	position: relative;
	display: grid;
	min-height: max(43rem, 100svh);
	place-items: center;
	padding-block: 8rem 5rem;
	background: #111;
	overflow: hidden;
}

.th-cdv-thanks__glow {
	position: absolute;
	top: 15%;
	left: 50%;
	width: 25rem;
	height: 25rem;
	background: rgba(180, 11, 32, 0.2);
	border-radius: 50%;
	filter: blur(7rem);
	transform: translateX(-50%);
}

.th-cdv-thanks__content {
	position: relative;
	z-index: 2;
	max-width: 46rem;
	text-align: center;
}

.th-cdv-thanks__mark {
	display: grid;
	width: 4.25rem;
	height: 4.25rem;
	margin: 0 auto 1.75rem;
	place-items: center;
	border: 0.0625rem solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.04);
}

.th-cdv-thanks__mark span {
	width: 1.7rem;
	height: 0.85rem;
	border-bottom: 0.125rem solid var(--th-red);
	border-left: 0.125rem solid var(--th-red);
	transform: translateY(-0.2rem) rotate(-45deg);
}

.th-cdv-thanks .th-cdv-kicker {
	justify-content: center;
}

.th-cdv-thanks h1 {
	font-size: clamp(2.8rem, 13vw, 5.75rem);
}

.th-cdv-thanks__lead {
	margin: 1.5rem 0 0.65rem;
	color: var(--th-white);
	font-size: clamp(1.1rem, 4.5vw, 1.4rem);
}

.th-cdv-thanks__content > p:last-of-type {
	max-width: 39rem;
	margin-inline: auto;
	color: #aaa5a7;
}

.th-cdv-thanks .th-cdv-button {
	max-width: 27rem;
	margin: 2rem auto 0;
}

/* Reveal states only when JavaScript is active. */
.th-cdv-js [data-reveal] {
	opacity: 0;
	transform: translateY(1rem);
	transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1), transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.th-cdv-js [data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Tablet */
@media (min-width: 40rem) {
	.th-cdv-button {
		width: auto;
		min-width: 22rem;
		padding-inline: 1.35rem;
	}

	.th-cdv-header__context {
		display: flex;
		align-items: center;
	}

	.th-cdv-hero {
		padding-top: 8rem;
		padding-bottom: 5rem;
	}

	.th-cdv-hero__layout {
		gap: 2.25rem;
	}

	.th-cdv-hero__lead {
		font-size: 1.05rem;
	}

	.th-cdv-hero-offer {
		max-width: 38rem;
		padding: 1.35rem;
	}

	.th-cdv-hero__action > p {
		max-width: 28rem;
	}

	.th-cdv-section-heading {
		grid-template-columns: minmax(0, 1fr) 16rem;
		align-items: end;
		justify-content: space-between;
	}

	.th-cdv-section-heading > p {
		padding-bottom: 0.25rem;
	}

	.th-cdv-context__copy {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}

	.th-cdv-included__list {
		grid-template-columns: 1fr 1fr;
		border-left: 0.0625rem solid var(--th-line);
	}

	.th-cdv-included__list li {
		padding-inline: 1rem;
		border-right: 0.0625rem solid var(--th-line);
	}

	.th-cdv-deadline {
		grid-template-columns: 5rem 1fr;
		padding: 1.35rem 1.5rem;
	}

	.th-cdv-offer__panel {
		padding: 2rem;
	}

	.th-cdv-dossier__comparison {
		grid-template-columns: 0.85fr 1.15fr;
	}

	.th-cdv-dossier__comparison > div {
		padding: 1.75rem;
	}

	.th-cdv-dossier__comparison > p {
		grid-column: 1 / -1;
	}

	.th-cdv-dossier__answers {
		grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	}

	.th-cdv-dossier__answers > div {
		padding: 2rem 1.5rem;
	}

	.th-cdv-dossier__answers > div + div {
		border-top: 0;
		border-left: 0.0625rem solid rgba(18, 18, 18, 0.2);
	}

	.th-cdv-form {
		padding: 2rem;
	}

	.th-cdv-form__fields {
		grid-template-columns: 1fr 1fr;
		column-gap: 1rem;
	}

	.th-cdv-choice-group__options--three {
		grid-template-columns: repeat(3, 1fr);
	}

	.th-cdv-form__submit {
		width: 100%;
	}

	.th-cdv-rules__list {
		grid-template-columns: 1fr 1fr;
		border-left: 0.0625rem solid var(--th-line);
	}

	.th-cdv-rules__list li {
		padding-inline: 3rem 1rem;
		border-right: 0.0625rem solid var(--th-line);
	}

	.th-cdv-rules__list li::before {
		left: 1rem;
	}

	.th-cdv-closing .th-cdv-button {
		min-width: 24rem;
	}

	.th-cdv-footer__inner {
		grid-template-columns: 1fr auto auto;
		align-items: center;
		gap: 1.5rem;
		text-align: left;
	}

	.th-cdv-footer__inner p:not(:first-child) {
		text-align: right;
	}
}

/* Desktop */
@media (min-width: 64rem) {
	.th-cdv-site {
		--th-gutter: 2.5rem;
	}

	.th-cdv-header {
		height: 5.5rem;
	}

	.admin-bar .th-cdv-header.is-scrolled {
		top: 2rem;
	}

	.th-cdv-wordmark__logo {
		width: 10rem;
	}

	.th-cdv-hero {
		display: grid;
		min-height: 47rem;
		align-items: center;
		padding-top: 8.5rem;
		padding-bottom: 6rem;
	}

	.th-cdv-hero__layout {
		grid-template-areas:
			"intro offer"
			"action offer";
		grid-template-columns: minmax(0, 1.15fr) minmax(25rem, 0.85fr);
		grid-template-rows: auto 1fr;
		column-gap: clamp(3rem, 7vw, 6.5rem);
		row-gap: 2.2rem;
		align-items: center;
	}

	.th-cdv-hero__intro {
		align-self: end;
	}

	.th-cdv-hero h1 {
		font-size: clamp(3.65rem, 5.4vw, 5.35rem);
	}

	.th-cdv-hero__lead {
		max-width: 35rem;
	}

	.th-cdv-hero-offer {
		align-self: center;
		padding: 1.5rem;
	}

	.th-cdv-hero-offer__quantity strong {
		font-size: 5.75rem;
	}

	.th-cdv-hero-offer__price strong {
		font-size: 2.5rem;
	}

	.th-cdv-hero__action {
		align-self: start;
	}

	.th-cdv-hero__index {
		display: block;
	}

	.th-cdv-context__layout {
		grid-template-columns: 8rem minmax(0, 1fr) 15rem;
		gap: 3rem;
		align-items: start;
	}

	.th-cdv-context__statement h2 {
		font-size: clamp(2.8rem, 4.3vw, 4.35rem);
	}

	.th-cdv-context__copy {
		margin-top: 3rem;
	}

	.th-cdv-context__figure {
		margin-top: 2.5rem;
		flex-direction: column;
		align-items: flex-start;
	}

	.th-cdv-context__figure > span {
		font-size: 8rem;
	}

	.th-cdv-included__list li {
		grid-template-columns: 3rem 1fr;
		padding: 1.4rem;
	}

	.th-cdv-included__list p {
		font-size: 0.98rem;
	}

	.th-cdv-deadline {
		max-width: 57rem;
		margin: 2.75rem 0 0 auto;
	}

	.th-cdv-offer__panel {
		grid-template-columns: minmax(0, 0.82fr) minmax(25rem, 1.18fr);
		gap: clamp(3rem, 8vw, 7rem);
		padding: clamp(2.5rem, 5vw, 4.5rem);
	}

	.th-cdv-offer__intro {
		display: flex;
		flex-direction: column;
	}

	.th-cdv-offer__intro h2 {
		font-size: clamp(4.1rem, 6.5vw, 6.2rem);
	}

	.th-cdv-offer__specs {
		margin-top: auto;
		padding-top: 4rem;
		border-top: 0;
	}

	.th-cdv-offer__event-price {
		padding-block: 1.75rem;
	}

	.th-cdv-offer__event-price strong {
		font-size: clamp(4rem, 6vw, 5.65rem);
	}

	.th-cdv-dossier__intro {
		grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
		gap: 5rem;
		align-items: end;
	}

	.th-cdv-dossier__copy {
		padding-top: 1.75rem;
	}

	.th-cdv-dossier__comparison {
		max-width: 57rem;
		margin: 4.5rem 0 0 auto;
	}

	.th-cdv-dossier__answers {
		margin-top: 6rem;
	}

	.th-cdv-dossier__answers > div {
		padding: 3rem;
	}

	.th-cdv-dossier__answers strong {
		font-size: clamp(3rem, 4.5vw, 4.6rem);
	}

	.th-cdv-journey__steps {
		grid-template-columns: repeat(3, 1fr);
		margin-top: 4rem;
	}

	.th-cdv-journey__steps::before {
		top: 1.4rem;
		right: 3rem;
		bottom: auto;
		left: 1.4rem;
		width: auto;
		height: 0.0625rem;
		background: linear-gradient(90deg, var(--th-red), rgba(255, 255, 255, 0.16));
	}

	.th-cdv-journey__steps li {
		display: block;
		padding: 0 4rem 0 0;
	}

	.th-cdv-journey__number {
		margin-bottom: 2.25rem;
	}

	.th-cdv-journey__steps p {
		margin-bottom: 0.6rem;
	}

	.th-cdv-journey__steps strong {
		display: block;
		max-width: 16rem;
		font-size: 1.2rem;
	}

	.th-cdv-journey__caption {
		margin-top: 4rem;
	}

	.th-cdv-audience__layout {
		grid-template-columns: minmax(20rem, 0.75fr) minmax(0, 1.25fr);
		gap: 6rem;
	}

	.th-cdv-audience__layout h2 {
		position: sticky;
		top: 8rem;
	}

	.th-cdv-audience__list li {
		grid-template-columns: 3rem 1fr;
		padding-block: 1.5rem;
		font-size: 1rem;
	}

	.th-cdv-authority__layout {
		grid-template-columns: minmax(20rem, 0.8fr) minmax(0, 1.2fr);
		gap: clamp(4rem, 8vw, 8rem);
		align-items: start;
	}

	.th-cdv-authority__portrait-frame {
		min-height: 0;
	}

	.th-cdv-authority__portrait-label {
		right: 1.5rem;
		bottom: 1.5rem;
		left: 1.5rem;
	}

	.th-cdv-projects__grid {
		grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
		gap: 1.5rem;
		align-items: end;
	}

	.th-cdv-project-card--blue-park {
		aspect-ratio: 1.05;
	}

	.th-cdv-project-card--arboratto {
		aspect-ratio: 941 / 1672;
	}

	.th-cdv-authority__facts p {
		min-height: 7rem;
		padding: 1.25rem;
	}

	.th-cdv-form-section {
		scroll-margin-top: 5.5rem;
	}

	.th-cdv-form-section__layout {
		grid-template-columns: minmax(0, 0.82fr) minmax(31rem, 1.18fr);
		gap: clamp(4rem, 8vw, 8rem);
		align-items: start;
	}

	.th-cdv-form-section__intro {
		position: sticky;
		top: 8rem;
	}

	.th-cdv-form {
		padding: 2.5rem;
	}

	.th-cdv-rules__layout {
		grid-template-columns: minmax(15rem, 0.55fr) minmax(0, 1.45fr);
		gap: 5rem;
	}

	.th-cdv-rules__list li {
		font-size: 0.86rem;
	}

	.th-cdv-sticky-cta {
		display: none;
	}
}

@media (min-width: 90rem) {
	.th-cdv-hero__orb {
		right: -2rem;
		width: 31rem;
		height: 31rem;
	}
}

@media (max-width: 22rem) {
	.th-cdv-site {
		--th-gutter: 1rem;
	}

	.th-cdv-hero h1 {
		font-size: 2rem;
	}

	.th-cdv-hero-offer {
		padding: 0.8rem;
	}

	.th-cdv-hero-offer__quantity strong {
		font-size: 3rem;
	}

	.th-cdv-hero-offer__price strong {
		font-size: 1.32rem;
	}

	.th-cdv-offer__event-price strong {
		font-size: 2.4rem;
	}

	.th-cdv-choice-group__options {
		grid-template-columns: 1fr;
	}

	.th-cdv-authority__facts {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.th-cdv-site *,
	.th-cdv-site *::before,
	.th-cdv-site *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.th-cdv-js [data-reveal] {
		opacity: 1;
		transform: none;
	}
}
