:root {
	--twd-black: #0b0b0c;
	--twd-carbon: #101013;
	--twd-ink: #141416;
	--twd-white: #fff;
	--twd-grey-100: #f7f7f7;
	--twd-grey-700: #3a3a3a;
	--twd-grey-500: #555;
	--twd-grey-400: #6e6e6e;
	--twd-grey-300: #666;
	--twd-silver: #9a9da4;
	--twd-line-dark: rgba(255,255,255,.12);
	--twd-line-light: rgba(20,20,22,.14);
	--twd-font-display: "Bodoni Moda", serif;
	--twd-font-ui: "Jost", sans-serif;
	--twd-track-eyebrow: .32em;
	--twd-track-button: .24em;
	--twd-gutter: clamp(20px, 4vw, 56px);
	--twd-section: clamp(72px, 9vw, 128px);
	--twd-max: 1440px;
	--twd-home-max: 1560px;
	--twd-ease: cubic-bezier(.22,1,.36,1);
	--twd-fast: .45s;
	--twd-slow: 1.5s;
	--twd-reveal: 1.1s;
	--twd-radius: 0;
}

html:has(.twd-site) {
	scroll-behavior: smooth;
}

body.twd-body {
	margin: 0;
	background: var(--twd-white);
	color: var(--twd-ink);
	font-family: var(--twd-font-ui);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.twd-site,
.twd-site * {
	box-sizing: border-box;
}

body.twd-body .ht-ctc,
body.twd-body .ht_ctc_chat_data,
body.twd-body .ctc_greetings,
body.twd-body [class*="ctc_greetings"],
body.twd-body.twd-hide-floating-whatsapp .ht-ctc,
body.twd-body.twd-hide-floating-whatsapp .ctc_greetings {
	display: none !important;
}

.twd-site {
	background: var(--twd-white);
	color: var(--twd-ink);
	font-family: var(--twd-font-ui);
	letter-spacing: 0;
}

.twd-site img,
.twd-site video {
	display: block;
	max-width: 100%;
}

.twd-site a {
	color: inherit;
	text-decoration: none;
}

.twd-site button,
.twd-site input,
.twd-site select,
.twd-site textarea {
	font: inherit;
	border-radius: 0;
}

.twd-site a:focus-visible,
.twd-site button:focus-visible,
.twd-site input:focus-visible,
.twd-site select:focus-visible,
.twd-site textarea:focus-visible {
	outline: 1px solid currentColor;
	outline-offset: 4px;
}

.twd-main {
	min-height: 60vh;
}

body.admin-bar {
	--twd-admin-bar-height: var(--wp-admin--admin-bar--height, 32px);
}

.twd-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--twd-black);
	border-bottom: 1px solid var(--twd-line-dark);
}

body.admin-bar .twd-header {
	top: var(--twd-admin-bar-height);
}

.twd-header__desktop {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 78px;
	padding: 0 var(--twd-gutter);
	gap: 24px;
}

.twd-header__nav {
	display: flex;
	align-items: center;
	gap: clamp(14px, 1.9vw, 30px);
}

.twd-header__nav--right {
	justify-content: flex-end;
}

.twd-header__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.twd-header__logo img {
	height: 40px;
	width: auto;
}

.twd-nav-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: rgba(255,255,255,.68);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .2em;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color var(--twd-fast);
}

.twd-nav-link:hover,
.twd-nav-link.is-active {
	color: var(--twd-white);
}

.twd-nav-link small {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -8px;
	color: rgba(255,255,255,.45);
	font-size: 7.5px;
	font-weight: 400;
	letter-spacing: .18em;
	white-space: nowrap;
}

.twd-nav__icon::before,
.twd-nav__ai::before {
	content: "";
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
	margin-right: 8px;
	background: currentColor;
	opacity: .72;
	transition: opacity var(--twd-fast);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.twd-nav__icon::before,
.twd-menu__exchange::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M7%207h11l-3-3'%2F%3E%3Cpath%20d='M18%207l-3%203'%2F%3E%3Cpath%20d='M17%2017H6l3%203'%2F%3E%3Cpath%20d='M6%2017l3-3'%2F%3E%3C%2Fsvg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M7%207h11l-3-3'%2F%3E%3Cpath%20d='M18%207l-3%203'%2F%3E%3Cpath%20d='M17%2017H6l3%203'%2F%3E%3Cpath%20d='M6%2017l3-3'%2F%3E%3C%2Fsvg%3E");
}

.twd-nav__ai::before,
.twd-menu__grade::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.7'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%203l1.8%205.2L19%2010l-5.2%201.8L12%2017l-1.8-5.2L5%2010l5.2-1.8L12%203z'%2F%3E%3Cpath%20d='M19%2015l.8%202.2L22%2018l-2.2.8L19%2021l-.8-2.2L16%2018l2.2-.8L19%2015z'%2F%3E%3C%2Fsvg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.7'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%203l1.8%205.2L19%2010l-5.2%201.8L12%2017l-1.8-5.2L5%2010l5.2-1.8L12%203z'%2F%3E%3Cpath%20d='M19%2015l.8%202.2L22%2018l-2.2.8L19%2021l-.8-2.2L16%2018l2.2-.8L19%2015z'%2F%3E%3C%2Fsvg%3E");
}

.twd-nav__icon:hover::before,
.twd-nav__ai:hover::before,
.twd-nav__icon.is-active::before,
.twd-nav__ai.is-active::before {
	opacity: 1;
}

.twd-nav__external::after {
	content: "\2197";
	margin-left: 6px;
	font-size: 10px;
}

.twd-header__wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid rgba(255,255,255,.35);
	color: var(--twd-white);
	font-size: 10.5px;
	letter-spacing: .22em;
	text-transform: uppercase;
	transition: border-color var(--twd-fast), background var(--twd-fast);
}

.twd-header__wa:hover {
	border-color: var(--twd-white);
	background: rgba(255,255,255,.06);
}

.twd-header__mobile {
	display: none;
	grid-template-columns: 44px 1fr 44px;
	align-items: center;
	min-height: 64px;
	padding: 0 14px;
}

.twd-header__mobile .twd-header__logo img {
	height: 30px;
}

.twd-menu-toggle,
.twd-mobile-wa {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	color: var(--twd-white);
	cursor: pointer;
}

.twd-menu-toggle span {
	display: block;
	width: 18px;
	height: 1px;
	background: var(--twd-white);
	transition: transform var(--twd-fast), opacity var(--twd-fast);
}

.twd-menu-toggle span + span {
	margin-left: -18px;
	transform: translateY(6px);
}

.twd-menu-toggle--close span:first-child {
	transform: rotate(45deg);
}

.twd-menu-toggle--close span + span {
	transform: rotate(-45deg);
}

.twd-mobile-wa {
	font-size: 10px;
	letter-spacing: .12em;
}

.twd-menu {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding: 14px 20px 32px;
	background: var(--twd-black);
	color: var(--twd-white);
	min-height: 100dvh;
	overflow-y: auto;
}

body.admin-bar .twd-menu {
	top: var(--twd-admin-bar-height);
	min-height: calc(100dvh - var(--twd-admin-bar-height));
}

.twd-menu[hidden] {
	display: none;
}

.twd-menu__bar {
	display: grid;
	grid-template-columns: 44px 1fr 44px;
	align-items: center;
}

.twd-menu__bar img {
	justify-self: center;
	height: 30px;
}

.twd-menu__links {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin: auto 0;
	text-align: center;
	transform: translateY(-4svh);
}

.twd-menu__links a {
	font-family: var(--twd-font-display);
	font-size: 34px;
	line-height: 1.1;
}

.twd-menu__with-icon {
	display: inline-grid;
	grid-template-columns: 22px auto 22px;
	align-items: center;
	justify-items: center;
	justify-content: center;
	gap: 14px;
}

.twd-menu__with-icon::before {
	content: "";
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	background: currentColor;
	opacity: .78;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.twd-menu__with-icon::after {
	content: "";
	width: 22px;
	height: 22px;
}

.twd-menu p {
	margin: 0;
	color: rgba(255,255,255,.5);
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .08em;
	text-align: center;
}

.twd-menu > .twd-btn--inverse,
.twd-menu > .twd-btn--inverse:hover {
	background: var(--twd-white);
	color: var(--twd-black);
	border-color: var(--twd-white);
}

.twd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 16px 32px;
	border: 1px solid var(--twd-ink);
	background: var(--twd-ink);
	color: var(--twd-white);
	font-size: 11.5px;
	font-weight: 400;
	letter-spacing: var(--twd-track-button);
	text-transform: uppercase;
	text-align: center;
	transition: background var(--twd-fast), color var(--twd-fast), border-color var(--twd-fast);
}

.twd-btn:hover {
	background: transparent;
	color: var(--twd-ink);
}

.twd-btn--ghost {
	background: transparent;
	color: var(--twd-ink);
	border-color: rgba(20,20,22,.35);
}

.twd-btn--ghost:hover {
	border-color: var(--twd-ink);
	background: rgba(20,20,22,.04);
}

.twd-btn--inverse {
	background: var(--twd-white);
	color: var(--twd-black);
	border-color: var(--twd-white);
}

.twd-btn--inverse:hover {
	background: transparent;
	color: var(--twd-white);
}

.twd-btn--ghost-dark {
	background: transparent;
	color: var(--twd-white);
	border-color: rgba(255,255,255,.35);
}

.twd-btn--ghost-dark:hover {
	border-color: var(--twd-white);
	background: rgba(255,255,255,.06);
	color: var(--twd-white);
}

body.twd-body .twd-site .twd-btn {
	color: var(--twd-white) !important;
}

body.twd-body .twd-site .twd-btn:hover {
	color: var(--twd-ink) !important;
}

body.twd-body .twd-site .twd-btn--ghost,
body.twd-body .twd-site .twd-btn--ghost:hover {
	color: var(--twd-ink) !important;
}

body.twd-body .twd-site .twd-btn--inverse {
	color: var(--twd-black) !important;
}

body.twd-body .twd-site .twd-btn--inverse:hover {
	color: var(--twd-white) !important;
}

body.twd-body .twd-site .twd-btn--ghost-dark,
body.twd-body .twd-site .twd-btn--ghost-dark:hover,
body.twd-body .twd-site .twd-section--dark .twd-btn:hover {
	color: var(--twd-white) !important;
}

body.twd-body .twd-site .twd-menu > .twd-btn--inverse,
body.twd-body .twd-site .twd-menu > .twd-btn--inverse:hover {
	background: var(--twd-white);
	color: var(--twd-black) !important;
	border-color: var(--twd-white);
}

body.twd-body .twd-site .twd-header__mobile .twd-mobile-wa,
body.twd-body .twd-site .twd-ticker {
	color: var(--twd-white) !important;
}

body.twd-body .twd-site .twd-header .twd-nav-link,
body.twd-body .twd-site .twd-header .twd-header__wa,
body.twd-body .twd-site .twd-header .twd-mobile-wa,
body.twd-body .twd-site .twd-header .twd-header__logo {
	color: var(--twd-white) !important;
}

body.twd-body .twd-site .twd-header .twd-nav-link small {
	color: rgba(255,255,255,.55) !important;
}

.twd-text-link {
	display: inline-flex;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(20,20,22,.3);
	color: var(--twd-ink);
	font-size: 11px;
	letter-spacing: .24em;
	text-transform: uppercase;
	transition: border-color var(--twd-fast);
}

.twd-text-link:hover {
	border-bottom-color: var(--twd-ink);
}

.twd-eyebrow,
.twd-section-label {
	margin: 0;
	color: var(--twd-grey-300);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: var(--twd-track-eyebrow);
	text-transform: uppercase;
}

.twd-section-label {
	color: var(--twd-silver);
}

.twd-section--light .twd-section-label,
.twd-section--grey .twd-section-label {
	color: var(--twd-grey-500);
}

.twd-hero {
	position: relative;
	height: clamp(560px, calc(100svh - 118px), 780px);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: var(--twd-black);
	color: var(--twd-white);
}

.twd-hero__media,
.twd-hero__media video,
.twd-hero__media img,
.twd-hero__scrim {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.twd-hero__media video,
.twd-hero__media img {
	object-fit: cover;
}

.twd-hero__scrim {
	background:
		linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.35) 42%, rgba(0,0,0,.08)),
		linear-gradient(0deg, rgba(0,0,0,.74), transparent 46%);
}

.twd-hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: var(--twd-home-max);
	margin: auto auto 0;
	padding: clamp(80px, 12vw, 180px) var(--twd-gutter) clamp(36px, 5vw, 68px);
}

.twd-hero h1 {
	max-width: 12ch;
	margin: 0;
	font-family: var(--twd-font-display);
	font-size: clamp(58px, 10vw, 138px);
	font-weight: 400;
	line-height: .96;
	letter-spacing: 0;
	text-wrap: balance;
}

.twd-hero h1 em {
	font-style: italic;
}

.twd-hero__bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-top: clamp(44px, 6vw, 78px);
}

.twd-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.twd-hero__note {
	margin: 0;
	color: rgba(255,255,255,.6);
	font-size: 10.5px;
	letter-spacing: .3em;
	line-height: 1.8;
	text-align: right;
	text-transform: uppercase;
}

.twd-ticker {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	background: var(--twd-black);
	border-top: 1px solid rgba(255,255,255,.14);
	border-bottom: 1px solid rgba(255,255,255,.14);
}

.twd-ticker__track {
	display: inline-flex;
	animation: twdTicker 140s linear infinite;
	will-change: transform;
}

.twd-ticker:hover .twd-ticker__track {
	animation-play-state: paused;
}

.twd-ticker span {
	display: inline-block;
	padding: 15px 0 15px 40px;
	color: rgba(255,255,255,.66);
	font-size: 11px;
	letter-spacing: .26em;
	text-transform: uppercase;
}

@keyframes twdTicker {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@keyframes twdKen {
	from { transform: scale(1); }
	to { transform: scale(1.06); }
}

.twd-section {
	padding: var(--twd-section) var(--twd-gutter);
}

.twd-section--light {
	background: var(--twd-white);
	color: var(--twd-ink);
}

.twd-section--grey {
	background: var(--twd-grey-100);
	color: var(--twd-ink);
}

.twd-section--dark {
	background: var(--twd-black);
	color: var(--twd-white);
}

.twd-wrap {
	max-width: var(--twd-max);
	margin: 0 auto;
}

.twd-wrap--home {
	max-width: var(--twd-home-max);
}

.twd-section-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: clamp(40px, 5vw, 72px);
}

.twd-section-head h2 {
	margin: 0;
	font-family: var(--twd-font-display);
	font-size: clamp(34px, 4.4vw, 66px);
	font-weight: 400;
	line-height: 1.05;
}

.twd-section-head p + h2 {
	margin-top: 12px;
}

.twd-section-copy {
	max-width: 58ch;
	margin: 16px 0 0;
	color: var(--twd-grey-500);
	font-size: 15.5px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.8;
}

.twd-edit-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
	align-items: stretch;
	gap: clamp(20px, 2.4vw, 36px);
}

.twd-feature-card,
.twd-editorial-card {
	--twd-card-copy: clamp(182px, 16vw, 244px);
	--twd-card-pad: clamp(24px, 3.4vw, 54px);
	--twd-image-scale: 1.82;
	--twd-image-hover-scale: 1.9;
	--twd-image-y: -8%;
	position: relative;
	min-height: clamp(560px, 48vw, 700px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: #070708;
	border: 1px solid rgba(20,20,22,.16);
	color: var(--twd-white);
	box-shadow: 0 26px 90px rgba(20,20,22,.11);
}

.twd-editorial-stack {
	display: grid;
	gap: clamp(20px, 2.4vw, 36px);
}

.twd-editorial-card {
	--twd-card-copy: clamp(140px, 10vw, 174px);
	--twd-card-pad: clamp(20px, 2.5vw, 36px);
	--twd-image-scale: 1.94;
	--twd-image-hover-scale: 2.02;
	--twd-image-y: -9%;
	min-height: clamp(270px, 22.5vw, 332px);
}

.twd-feature-card img,
.twd-editorial-card img {
	position: absolute;
	inset: var(--twd-card-pad) var(--twd-card-pad) var(--twd-card-copy);
	width: auto;
	height: auto;
	max-width: calc(100% - var(--twd-card-pad) - var(--twd-card-pad));
	max-height: calc(100% - var(--twd-card-pad) - var(--twd-card-copy));
	margin: auto;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 28px 26px rgba(0,0,0,.36));
	transform-origin: center center;
	transform: translateY(var(--twd-image-y)) scale(var(--twd-image-scale));
	transition: transform var(--twd-slow) var(--twd-ease), filter var(--twd-slow) var(--twd-ease);
}

.twd-feature-card:hover img,
.twd-editorial-card:hover img {
	filter: drop-shadow(0 34px 30px rgba(0,0,0,.42));
	transform: translateY(var(--twd-image-y)) scale(var(--twd-image-hover-scale));
}

.twd-feature-card::before,
.twd-editorial-card::before {
	content: "";
	position: absolute;
	inset: clamp(12px, 1.5vw, 22px);
	z-index: 1;
	border: 1px solid rgba(255,255,255,.08);
	pointer-events: none;
}

.twd-feature-card::after,
.twd-editorial-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(3,3,4,.98), rgba(3,3,4,.9) 34%, rgba(3,3,4,.22) 68%, rgba(3,3,4,0));
}

.twd-feature-card__body,
.twd-editorial-card__body {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: clamp(28px, 4vw, 52px);
	border-top: 1px solid rgba(255,255,255,.08);
}

.twd-feature-card__body {
	background: rgba(3,3,4,.96);
}

.twd-feature-card h3,
.twd-editorial-card h3 {
	margin: 10px 0 8px;
	color: var(--twd-white);
	font-family: var(--twd-font-display);
	font-size: clamp(30px, 3vw, 48px);
	font-weight: 400;
	line-height: 1.06;
	max-width: 20ch;
}

.twd-editorial-card h3 {
	font-size: clamp(23px, 2vw, 32px);
	max-width: 18ch;
}

.twd-feature-card p,
.twd-editorial-card p {
	margin: 0;
	color: rgba(255,255,255,.68);
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .05em;
}

body.twd-body .twd-site .twd-feature-card,
body.twd-body .twd-site .twd-editorial-card,
body.twd-body .twd-site .twd-feature-card *,
body.twd-body .twd-site .twd-editorial-card * {
	color: var(--twd-white) !important;
}

body.twd-body .twd-site .twd-feature-card p,
body.twd-body .twd-site .twd-editorial-card p {
	color: rgba(255,255,255,.72) !important;
}

body.twd-body .twd-site .twd-feature-card[data-reveal],
body.twd-body .twd-site .twd-editorial-card[data-reveal] {
	opacity: 1;
	transform: none;
}

.twd-trust-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: clamp(28px, 4vw, 48px);
	border-top: 1px solid var(--twd-line-light);
	border-bottom: 1px solid var(--twd-line-light);
}

.twd-trust-row span {
	padding: 18px 14px;
	border-right: 1px solid var(--twd-line-light);
	color: var(--twd-grey-500);
	font-size: 10.5px;
	letter-spacing: .24em;
	text-align: center;
	text-transform: uppercase;
}

.twd-trust-row span:last-child {
	border-right: 0;
}

.twd-film {
	overflow: hidden;
	padding: clamp(76px, 8vw, 118px) 0 clamp(64px, 7vw, 108px);
	border-top: 1px solid rgba(255,255,255,.08);
}

.twd-film__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	max-width: var(--twd-home-max);
	margin: 0 auto clamp(40px, 5vw, 64px);
	padding: 0 var(--twd-gutter);
}

.twd-film__header h2 {
	margin: 12px 0 0;
	font-family: var(--twd-font-display);
	font-size: clamp(34px, 4.2vw, 64px);
	font-weight: 400;
}

.twd-film__hint {
	margin: 0;
	color: rgba(255,255,255,.52);
	font-size: 10px;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.twd-film__track {
	display: flex;
	width: max-content;
	padding: 4px 0 18px;
	animation: twdTicker 240s linear infinite;
	cursor: pointer;
	will-change: transform;
}

.twd-film__track:hover,
.twd-film__track.is-paused {
	animation-play-state: paused;
}

.twd-film-card {
	width: min(360px, 74vw);
	flex-shrink: 0;
	margin: 0 clamp(20px, 2.4vw, 36px) 0 0;
	color: var(--twd-white);
}

.twd-film-card__img {
	--twd-film-pad: clamp(18px, 2.2vw, 34px);
	--twd-film-scale: 1.78;
	--twd-film-hover-scale: 1.86;
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	background: #0a0a0b;
	border: 1px solid rgba(255,255,255,.14);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

.twd-film-card__img img {
	position: absolute;
	inset: var(--twd-film-pad);
	width: auto;
	height: auto;
	max-width: calc(100% - var(--twd-film-pad) - var(--twd-film-pad));
	max-height: calc(100% - var(--twd-film-pad) - var(--twd-film-pad));
	margin: auto;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 22px 22px rgba(0,0,0,.38));
	transform: scale(var(--twd-film-scale));
	transition: transform var(--twd-slow) var(--twd-ease), filter var(--twd-slow) var(--twd-ease);
}

.twd-film-card:hover .twd-film-card__img img {
	filter: drop-shadow(0 28px 28px rgba(0,0,0,.45));
	transform: scale(var(--twd-film-hover-scale));
}

.twd-film-card__caption {
	display: grid;
	gap: 8px;
	margin-top: 18px;
	min-height: 112px;
	align-content: start;
}

.twd-film-card strong {
	display: block;
	min-height: 3.35em;
	color: var(--twd-white);
	font-family: var(--twd-font-display);
	font-size: 23px;
	font-weight: 400;
	line-height: 1.12;
}

.twd-film-card span {
	display: block;
	margin-top: 0;
	color: rgba(255,255,255,.56);
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .08em;
}

.twd-film-card__img {
	margin-top: 0;
}

body.twd-body .twd-site .twd-film-card,
body.twd-body .twd-site .twd-film-card strong {
	color: var(--twd-white) !important;
}

body.twd-body .twd-site .twd-film-card__caption > span {
	color: rgba(255,255,255,.62) !important;
}

.twd-marques {
	position: relative;
}

.twd-marque-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(22px, 3vw, 40px) 0;
	border-top: 1px solid rgba(255,255,255,.14);
	color: var(--twd-white);
	transition: padding-left .6s var(--twd-ease), opacity var(--twd-fast);
}

.twd-marque-row:hover {
	padding-left: clamp(12px, 2vw, 32px);
}

.twd-marque-row strong {
	font-family: var(--twd-font-display);
	font-size: clamp(42px, 6.4vw, 104px);
	font-weight: 400;
	line-height: 1;
}

.twd-marque-row span {
	color: var(--twd-silver);
	font-size: 11px;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.twd-marques:has(.twd-marque-row:hover) .twd-marque-row:not(:hover) {
	opacity: .28;
}

.twd-sell-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 34px;
}

.twd-sell-step {
	padding-top: 22px;
	border-top: 1px solid var(--twd-line-light);
}

.twd-sell-step span {
	color: var(--twd-grey-300);
	font-size: 11px;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.twd-sell-step h3 {
	margin: 12px 0 8px;
	font-family: var(--twd-font-display);
	font-size: 24px;
	font-weight: 400;
}

.twd-sell-step p {
	margin: 0;
	color: var(--twd-grey-500);
	font-size: 14.5px;
	font-weight: 300;
	line-height: 1.7;
}

.twd-split {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(480px,100%),1fr));
}

.twd-dark-panel {
	background: var(--twd-black);
	color: var(--twd-white);
	padding: clamp(56px, 7vw, 104px) clamp(24px, 5vw, 88px);
}

.twd-light-panel {
	background: var(--twd-white);
	color: var(--twd-ink);
	padding: clamp(56px, 7vw, 104px) clamp(24px, 5vw, 88px);
}

.twd-page-hero {
	background: var(--twd-black);
	color: var(--twd-white);
	padding: clamp(74px, 9vw, 144px) var(--twd-gutter);
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.twd-page-hero__inner {
	max-width: var(--twd-max);
	margin: 0 auto;
}

.twd-page-hero h1,
.twd-dark-panel h1,
.twd-light-panel h1 {
	max-width: 16ch;
	margin: 16px 0 0;
	font-family: var(--twd-font-display);
	font-size: clamp(42px, 5.4vw, 88px);
	font-weight: 400;
	line-height: 1.05;
	text-wrap: balance;
}

.twd-page-hero p:not(.twd-eyebrow),
.twd-dark-panel p:not(.twd-eyebrow),
.twd-light-panel p:not(.twd-eyebrow) {
	max-width: 56ch;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.75;
}

.twd-page-hero p:not(.twd-eyebrow),
.twd-dark-panel p:not(.twd-eyebrow) {
	color: rgba(255,255,255,.66);
}

.twd-page-hero .twd-section--light p:not(.twd-eyebrow),
.twd-page-hero .twd-light-panel p:not(.twd-eyebrow),
.twd-page-hero .twd-form-actions p {
	color: var(--twd-grey-500) !important;
}

.twd-page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 40px;
}

.twd-stock-head {
	background: var(--twd-black);
	color: var(--twd-white);
	padding: clamp(64px, 9vw, 126px) var(--twd-gutter);
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.twd-stock-head h1 {
	margin: 14px 0 0;
	font-family: var(--twd-font-display);
	font-size: clamp(42px, 5vw, 80px);
	font-weight: 400;
	line-height: 1.05;
}

.twd-stock-head p:last-child {
	max-width: 62ch;
	margin: 24px 0 0;
	color: rgba(255,255,255,.62);
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.75;
}

.twd-stock-filters {
	background: var(--twd-white);
	border-bottom: 1px solid var(--twd-line-light);
	padding: 0 var(--twd-gutter);
}

.twd-stock-filters__inner {
	max-width: var(--twd-max);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.twd-stock-tabs {
	display: flex;
	gap: clamp(18px, 2.4vw, 34px);
	overflow-x: auto;
	scrollbar-width: none;
}

.twd-stock-tabs button,
.twd-stock-sort select {
	background: transparent;
	border: 0;
	color: var(--twd-grey-300);
	cursor: pointer;
	font-size: 11.5px;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.twd-stock-tabs button {
	padding: 20px 2px 18px;
	border-bottom: 1px solid transparent;
}

.twd-stock-tabs button.is-active {
	color: var(--twd-ink);
	border-bottom-color: var(--twd-ink);
}

.twd-stock-sort {
	display: flex;
	align-items: center;
	gap: 16px;
	color: var(--twd-grey-400);
	font-size: 10.5px;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.twd-stock-sort select {
	color: var(--twd-ink);
	border-bottom: 1px solid rgba(20,20,22,.3);
	padding: 8px 2px;
	outline: none;
}

.twd-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(270px,100%),1fr));
	gap: 56px 32px;
}

.twd-grid--related {
	grid-template-columns: repeat(auto-fill, minmax(min(300px,100%),1fr));
}

.twd-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.twd-card[hidden] {
	display: none;
}

.twd-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--twd-carbon);
}

.twd-card__media::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.twd-card__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--twd-slow) var(--twd-ease), opacity .9s var(--twd-ease);
}

.twd-card__media .twd-card__hover {
	opacity: 0;
}

.twd-card__media:hover img {
	transform: scale(1.035);
}

.twd-card__media:hover .twd-card__hover {
	opacity: 1;
}

.twd-card__body {
	padding-top: 18px;
}

.twd-card__brand {
	margin: 0;
	color: var(--twd-grey-300);
	font-size: 10.5px;
	font-weight: 400;
	letter-spacing: .3em;
	text-transform: uppercase;
}

.twd-card h3 {
	margin: 9px 0 7px;
	font-family: var(--twd-font-display);
	font-size: 23px;
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: 0;
}

.twd-card__meta {
	min-height: 20px;
	margin: 0;
	color: var(--twd-grey-400);
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.5;
}

.twd-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--twd-line-light);
}

.twd-card__footer > span:first-child {
	color: var(--twd-ink);
	font-size: 12.5px;
	font-weight: 400;
	letter-spacing: .18em;
	white-space: nowrap;
}

.twd-card__footer > span:last-child {
	display: flex;
	gap: 20px;
}

.twd-card__footer a {
	color: var(--twd-grey-400);
	font-size: 10.5px;
	letter-spacing: .2em;
	text-transform: uppercase;
	transition: color var(--twd-fast);
}

.twd-card__footer a:hover {
	color: var(--twd-ink);
}

.twd-empty {
	display: none;
	max-width: 720px;
	margin: 0 auto;
	padding: clamp(42px, 5vw, 68px);
	border: 1px solid rgba(20,20,22,.18);
	text-align: center;
}

.twd-empty.is-visible {
	display: block;
}

.twd-empty h2 {
	margin: 0;
	font-family: var(--twd-font-display);
	font-size: clamp(26px, 2.8vw, 38px);
	font-weight: 400;
}

.twd-empty p {
	max-width: 48ch;
	margin: 18px auto 0;
	color: var(--twd-grey-500);
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.75;
}

.twd-journal-hero {
	background: var(--twd-black);
	color: var(--twd-white);
	padding: clamp(64px, 8vw, 116px) var(--twd-gutter) clamp(72px, 9vw, 132px);
}

.twd-journal-hero__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: clamp(28px, 4vw, 64px);
	flex-wrap: wrap;
}

.twd-journal-hero h1 {
	margin: 14px 0 0;
	font-family: var(--twd-font-display);
	font-size: clamp(48px, 6.6vw, 104px);
	font-weight: 400;
	line-height: 1;
	text-wrap: balance;
}

.twd-journal-hero h1 em {
	font-style: italic;
}

.twd-journal-hero__head > p {
	max-width: 42ch;
	margin: 0;
	color: rgba(255,255,255,.62);
	font-size: 15.5px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.8;
}

.twd-journal-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	margin-top: clamp(42px, 5vw, 72px);
	background: #0a0a0b;
	border: 1px solid rgba(255,255,255,.16);
	color: var(--twd-white);
	overflow: hidden;
}

.twd-journal-feature__media {
	position: relative;
	min-height: min(54svh, 500px);
	overflow: hidden;
	background: var(--twd-carbon);
}

.twd-journal-feature__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--twd-slow) var(--twd-ease);
}

.twd-journal-feature:hover .twd-journal-feature__media img {
	transform: scale(1.035);
}

.twd-journal-feature__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(32px, 4.8vw, 72px);
}

.twd-journal-feature__body .twd-eyebrow {
	color: rgba(255,255,255,.72);
}

.twd-journal-feature__body strong {
	display: block;
	margin-top: 18px;
	font-family: var(--twd-font-display);
	font-size: clamp(30px, 3.2vw, 50px);
	font-weight: 400;
	line-height: 1.12;
	text-wrap: balance;
}

.twd-journal-feature__body > span:not(.twd-eyebrow) {
	display: block;
	max-width: 56ch;
	margin-top: 18px;
	color: rgba(255,255,255,.64);
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.75;
}

.twd-journal-feature__body small {
	margin-top: 24px;
	color: rgba(255,255,255,.48);
	font-size: 10.5px;
	letter-spacing: .26em;
	text-transform: uppercase;
}

.twd-journal-feature__body em {
	align-self: flex-start;
	margin-top: 26px;
	border-bottom: 1px solid rgba(255,255,255,.35);
	color: var(--twd-white);
	font-size: 11px;
	font-style: normal;
	letter-spacing: .24em;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.twd-journal-filters {
	display: flex;
	gap: clamp(18px, 2.3vw, 34px);
	overflow-x: auto;
	scrollbar-width: none;
	border-bottom: 1px solid var(--twd-line-light);
	margin-bottom: clamp(44px, 5vw, 72px);
}

.twd-journal-filters button {
	background: transparent;
	border: 0;
	border-bottom: 1px solid transparent;
	color: var(--twd-grey-400);
	cursor: pointer;
	margin-bottom: -1px;
	padding: 22px 2px 18px;
	font-size: 11.5px;
	letter-spacing: .22em;
	text-transform: uppercase;
	white-space: nowrap;
}

.twd-journal-filters button.is-active {
	border-bottom-color: var(--twd-ink);
	color: var(--twd-ink);
}

.twd-journal-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(300px,100%),1fr));
	gap: clamp(46px, 5vw, 68px) 32px;
}

.twd-journal-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.twd-journal-card[hidden] {
	display: none;
}

.twd-journal-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--twd-carbon);
	aspect-ratio: 1;
}

.twd-journal-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--twd-slow) var(--twd-ease);
}

.twd-journal-card:hover .twd-journal-card__media img {
	transform: scale(1.035);
}

.twd-journal-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 20px;
}

.twd-journal-card__body p {
	margin: 0;
	color: var(--twd-grey-300);
	font-size: 10.5px;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.twd-journal-card__body h2 {
	margin: 10px 0 0;
	font-family: var(--twd-font-display);
	font-size: clamp(24px, 2vw, 30px);
	font-weight: 400;
	line-height: 1.2;
}

.twd-journal-card__body > span {
	margin-top: 13px;
	color: var(--twd-grey-500);
	font-size: 14.5px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.7;
}

.twd-journal-card__body small {
	margin-top: auto;
	padding-top: 18px;
	color: var(--twd-grey-300);
	font-size: 10.5px;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.twd-journal-cta {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.twd-journal-cta h2 {
	margin: 14px 0 0;
	font-family: var(--twd-font-display);
	font-size: clamp(32px, 4vw, 56px);
	font-weight: 400;
	line-height: 1.12;
}

.twd-journal-cta .twd-page-hero__actions {
	justify-content: center;
}

.twd-article-progress {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2100;
	width: 0;
	height: 2px;
	background: var(--twd-white);
	box-shadow: 0 0 0 1px rgba(255,255,255,.2);
}

.twd-article-head {
	background: var(--twd-black);
	color: var(--twd-white);
	padding: clamp(62px, 8vw, 118px) var(--twd-gutter) clamp(42px, 5vw, 76px);
	text-align: center;
}

.twd-article-head__inner {
	max-width: 940px;
	margin: 0 auto;
}

.twd-article-breadcrumb {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-bottom: 26px;
	color: rgba(255,255,255,.42);
	font-size: 10.5px;
	letter-spacing: .26em;
	text-transform: uppercase;
}

.twd-article-breadcrumb a:hover {
	color: var(--twd-white);
}

.twd-article-head h1 {
	margin: 0;
	font-family: var(--twd-font-display);
	font-size: clamp(38px, 5vw, 78px);
	font-weight: 400;
	line-height: 1.06;
	text-wrap: balance;
}

.twd-article-head p {
	max-width: 62ch;
	margin: 24px auto 0;
	color: rgba(255,255,255,.64);
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.8;
}

.twd-article-head small {
	display: block;
	margin-top: 28px;
	color: rgba(255,255,255,.45);
	font-size: 10.5px;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.twd-article-hero {
	background: var(--twd-black);
	padding: 0 var(--twd-gutter) clamp(64px, 8vw, 106px);
}

.twd-article-hero > div {
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	background: var(--twd-carbon);
	border: 1px solid rgba(255,255,255,.14);
}

.twd-article-hero img {
	width: 100%;
	aspect-ratio: 2.1 / 1;
	object-fit: cover;
}

.twd-article-body {
	background: var(--twd-white);
	padding: clamp(64px, 8vw, 112px) var(--twd-gutter);
}

.twd-article-body__inner {
	max-width: 720px;
	margin: 0 auto;
}

.twd-article-body p,
.twd-article-content p {
	margin: 0 0 26px;
	color: var(--twd-grey-700);
	font-size: 17px;
	font-weight: 300;
	letter-spacing: .02em;
	line-height: 1.9;
}

.twd-article-lede::first-letter {
	float: left;
	padding: 8px 12px 0 0;
	color: var(--twd-ink);
	font-family: var(--twd-font-display);
	font-size: 74px;
	line-height: .78;
}

.twd-article-body h2,
.twd-article-content h2 {
	margin: 46px 0 18px;
	color: var(--twd-ink);
	font-family: var(--twd-font-display);
	font-size: 31px;
	font-weight: 400;
	line-height: 1.18;
}

.twd-article-body blockquote {
	margin: 42px 0;
	padding: 0 0 0 28px;
	border-left: 1px solid rgba(20,20,22,.34);
}

.twd-article-body blockquote p {
	color: var(--twd-ink);
	font-family: var(--twd-font-display);
	font-size: clamp(24px, 2.6vw, 32px);
	font-style: italic;
	font-weight: 400;
	line-height: 1.45;
}

.twd-article-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	background: var(--twd-white);
	border-top: 1px solid var(--twd-line-light);
}

.twd-article-nav a {
	display: block;
	padding: clamp(32px, 4vw, 56px) var(--twd-gutter);
	border-right: 1px solid var(--twd-line-light);
	transition: background var(--twd-fast);
}

.twd-article-nav a:last-child {
	border-right: 0;
	text-align: right;
}

.twd-article-nav a:hover {
	background: var(--twd-grey-100);
}

.twd-article-nav span {
	display: block;
	color: var(--twd-grey-300);
	font-size: 10.5px;
	letter-spacing: .26em;
	text-transform: uppercase;
}

.twd-article-nav strong {
	display: block;
	margin-top: 12px;
	color: var(--twd-ink);
	font-family: var(--twd-font-display);
	font-size: clamp(22px, 2.3vw, 32px);
	font-weight: 400;
	line-height: 1.18;
}

.twd-product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
	min-height: calc(100svh - 78px);
}

.twd-product__gallery {
	background: var(--twd-black);
	padding: clamp(24px, 4vw, 64px);
}

.twd-product__frame {
	position: sticky;
	top: 104px;
}

.twd-gallery-main {
	position: relative;
	width: 100%;
	height: min(68svh, 720px);
	overflow: hidden;
	background: var(--twd-carbon);
	border: 1px solid rgba(255,255,255,.1);
}

.twd-gallery-main img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	transition: opacity .7s var(--twd-ease);
}

.twd-gallery-main img.is-active {
	opacity: 1;
}

.twd-gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.twd-gallery-thumbs button {
	min-height: 42px;
	background: transparent;
	border: 1px solid rgba(255,255,255,.22);
	color: rgba(255,255,255,.62);
	cursor: pointer;
	padding: 0 14px;
	font-size: 10px;
	letter-spacing: .22em;
	text-transform: uppercase;
	transition: border-color var(--twd-fast), color var(--twd-fast);
}

.twd-gallery-thumbs button.is-active,
.twd-gallery-thumbs button:hover {
	color: var(--twd-white);
	border-color: var(--twd-white);
}

.twd-product__summary {
	background: var(--twd-white);
	padding: clamp(32px, 5vw, 84px);
}

.twd-product__summary h1 {
	margin: 12px 0 18px;
	font-family: var(--twd-font-display);
	font-size: clamp(36px, 3.6vw, 62px);
	font-weight: 400;
	line-height: 1.04;
	text-wrap: balance;
	overflow-wrap: anywhere;
}

.twd-product__meta {
	margin: 0;
	color: var(--twd-grey-400);
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .08em;
}

.twd-product__price {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid var(--twd-line-light);
}

.twd-product__price strong {
	display: block;
	color: var(--twd-ink);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.twd-product__price p {
	margin: 10px 0 0;
	color: var(--twd-grey-300);
	font-size: 13.5px;
	font-weight: 300;
	letter-spacing: .04em;
}

.twd-product__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 440px;
	margin-top: 32px;
}

.twd-product__trust {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 30px;
	border-top: 1px solid var(--twd-line-light);
	border-left: 1px solid var(--twd-line-light);
}

.twd-product__trust span {
	padding: 16px;
	border-right: 1px solid var(--twd-line-light);
	border-bottom: 1px solid var(--twd-line-light);
	color: var(--twd-grey-500);
	font-size: 11px;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.twd-file-teaser {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 34px;
	padding: 18px 0;
	border-top: 1px solid var(--twd-line-light);
	border-bottom: 1px solid var(--twd-line-light);
}

.twd-file-teaser small {
	display: block;
	color: var(--twd-grey-300);
	font-size: 10px;
	letter-spacing: .26em;
	text-transform: uppercase;
}

.twd-file-teaser strong {
	display: block;
	margin-top: 6px;
	font-family: var(--twd-font-display);
	font-size: 18px;
	font-weight: 400;
}

.twd-file-teaser__label {
	color: var(--twd-grey-400);
	font-size: 10.5px;
	letter-spacing: .22em;
	text-transform: uppercase;
	white-space: nowrap;
}

.twd-details {
	margin-top: 48px;
}

.twd-details h2,
.twd-copy-block h2 {
	margin: 0 0 6px;
	font-family: var(--twd-font-display);
	font-size: 24px;
	font-weight: 400;
}

.twd-details dl {
	margin: 0;
}

.twd-details div {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 18px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(20,20,22,.1);
}

.twd-details dt {
	color: var(--twd-grey-300);
	font-size: 10.5px;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.twd-details dd {
	margin: 0;
	color: var(--twd-grey-700);
	font-size: 14.5px;
	font-weight: 300;
	letter-spacing: .04em;
}

.twd-copy-block {
	margin-top: 44px;
}

.twd-copy-block p {
	margin: 14px 0 0;
	color: var(--twd-grey-700);
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.8;
}

.twd-sticky-enquiry {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 900;
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
	background: var(--twd-black);
	color: var(--twd-white);
	border-top: 1px solid var(--twd-line-dark);
}

.twd-sticky-enquiry strong {
	display: block;
	font-family: var(--twd-font-display);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.twd-sticky-enquiry span {
	display: block;
	margin-top: 3px;
	color: rgba(255,255,255,.55);
	font-size: 10px;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.twd-sticky-enquiry a {
	flex-shrink: 0;
	padding: 14px 22px;
	background: var(--twd-white);
	color: var(--twd-black);
	font-size: 10.5px;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.twd-form {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.twd-form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(220px,100%),1fr));
	gap: 30px 32px;
}

.twd-field {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.twd-field span,
.twd-choice-label {
	color: var(--twd-grey-400);
	font-size: 10.5px;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.twd-field input,
.twd-field select,
.twd-field textarea {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(20,20,22,.3);
	color: var(--twd-ink);
	outline: none;
	padding: 11px 0;
	font-size: 15px;
	font-weight: 300;
}

.twd-field textarea {
	resize: vertical;
}

.twd-field input:focus,
.twd-field select:focus,
.twd-field textarea:focus {
	border-bottom-color: var(--twd-ink);
}

.twd-form-actions {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.twd-form-actions p {
	max-width: 46ch;
	margin: 0;
	color: var(--twd-grey-300);
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.7;
}

.twd-segment {
	display: inline-flex;
	border: 1px solid rgba(20,20,22,.3);
}

.twd-segment button {
	border: 0;
	border-left: 1px solid rgba(20,20,22,.3);
	background: transparent;
	color: var(--twd-grey-400);
	cursor: pointer;
	padding: 13px 26px;
	font-size: 10.5px;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.twd-page-hero .twd-segment button {
	color: rgba(255,255,255,.74);
}

.twd-segment button:first-child {
	border-left: 0;
}

.twd-segment button.is-active {
	background: var(--twd-ink);
	color: var(--twd-white);
}

.twd-checks {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.twd-checks label {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--twd-ink);
	cursor: pointer;
	font-size: 14.5px;
	font-weight: 300;
}

.twd-checks input {
	width: 15px;
	height: 15px;
	accent-color: var(--twd-ink);
}

.twd-confirmation {
	display: none;
	padding: clamp(36px, 4vw, 56px);
	background: var(--twd-white);
	border: 1px solid rgba(20,20,22,.2);
}

.twd-confirmation.is-visible {
	display: block;
}

.twd-confirmation h2 {
	margin: 0;
	font-family: var(--twd-font-display);
	font-size: clamp(26px, 2.6vw, 36px);
	font-weight: 400;
}

.twd-confirmation p {
	max-width: 52ch;
	margin: 18px 0 0;
	color: var(--twd-grey-500);
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.75;
}

.twd-assurance-list {
	margin-top: 28px;
	border-top: 1px solid rgba(20,20,22,.2);
}

.twd-assurance-list p {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid rgba(20,20,22,.1);
	color: var(--twd-grey-500);
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.twd-express-steps {
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: clamp(44px, 5vw, 64px);
}

.twd-step-title {
	display: flex;
	align-items: baseline;
	gap: 18px;
}

.twd-step-title span {
	color: var(--twd-grey-300);
	font-size: 11px;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.twd-step-title h2 {
	margin: 0;
	font-family: var(--twd-font-display);
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 400;
}

.twd-photo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(130px,1fr));
	gap: 14px;
	margin-top: 22px;
}

.twd-photo-tile {
	position: relative;
	display: flex;
	min-height: 170px;
	align-items: flex-end;
	overflow: hidden;
	background: var(--twd-grey-100);
	border: 1px dashed rgba(20,20,22,.28);
	cursor: pointer;
}

.twd-photo-tile input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.twd-photo-tile span {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	padding: 14px;
	background: linear-gradient(to top, rgba(255,255,255,.92), rgba(255,255,255,0));
	color: var(--twd-grey-700);
	font-size: 9px;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.twd-photo-tile.has-image {
	background-size: cover;
	background-position: center;
	border-style: solid;
}

.twd-photo-tile.has-image span {
	background: linear-gradient(to top, rgba(5,5,6,.8), rgba(5,5,6,0));
	color: var(--twd-white);
}

.twd-watch-preview {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 18px;
	padding: 14px;
	background: linear-gradient(135deg, #fff, #f7f7f7);
	border: 1px solid var(--twd-line-light);
	color: var(--twd-ink);
	box-shadow: 0 18px 54px rgba(10,10,12,.08);
}

.twd-watch-preview[hidden] {
	display: none;
}

.twd-watch-preview__media {
	position: relative;
	width: 96px;
	aspect-ratio: 1;
	flex: 0 0 96px;
	overflow: hidden;
	background: var(--twd-black);
	border: 1px solid rgba(20,20,22,.12);
}

.twd-watch-preview__media::after {
	content: "";
	position: absolute;
	inset: 8px;
	border: 1px solid rgba(255,255,255,.13);
	pointer-events: none;
}

.twd-watch-preview__media--empty::before {
	content: "TWD";
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: rgba(255,255,255,.58);
	font-family: var(--twd-font-display);
	font-size: 20px;
	letter-spacing: .16em;
}

.twd-watch-preview__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1.22);
}

.twd-watch-preview__media img[hidden] {
	display: none;
}

.twd-watch-preview__body {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.twd-watch-preview__body small {
	color: var(--twd-grey-400);
	font-size: 9.5px;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.twd-watch-preview__body strong {
	font-family: var(--twd-font-display);
	font-size: clamp(21px, 2vw, 28px);
	font-weight: 400;
	line-height: 1.08;
}

.twd-watch-preview__body span {
	color: var(--twd-grey-500);
	font-size: 12.5px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.6;
}

.twd-grade-result {
	display: none;
	grid-template-columns: minmax(260px, .75fr) minmax(280px, 1fr);
	gap: clamp(28px, 4vw, 58px);
	align-items: stretch;
}

.twd-grade-result.is-visible {
	display: grid;
}

.twd-grade-card {
	background: var(--twd-black);
	color: var(--twd-white);
	padding: clamp(28px, 4vw, 44px);
	text-align: center;
}

.twd-grade-card img {
	width: 132px;
	margin: 0 auto;
}

.twd-grade-card strong {
	display: block;
	margin-top: 20px;
	font-family: var(--twd-font-display);
	font-size: clamp(60px, 7vw, 84px);
	font-weight: 400;
	line-height: 1;
}

.twd-grade-card em {
	display: block;
	margin-top: 8px;
	font-family: var(--twd-font-display);
	font-size: 21px;
	font-style: italic;
}

.twd-grade-card span {
	display: block;
	margin-top: 18px;
	color: rgba(255,255,255,.7);
	font-size: 10px;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.twd-grade-card a {
	color: inherit;
	text-decoration-color: rgba(255,255,255,.28);
	text-underline-offset: 3px;
}

.twd-grade-card a:hover {
	color: #d8c7a0;
	text-decoration-color: currentColor;
}

.twd-grade-card [data-grade-confidence] {
	margin-top: 10px;
	color: rgba(255,255,255,.45);
}

.twd-cortex-notes {
	padding: clamp(22px, 3vw, 30px);
	background: #fff;
	border: 1px solid var(--twd-line-light);
	color: var(--twd-ink);
	box-shadow: 0 18px 58px rgba(10,10,12,.08);
}

.twd-cortex-notes[hidden] {
	display: none;
}

.twd-cortex-notes p {
	margin: 0;
	color: var(--twd-grey-700);
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.75;
}

.twd-cortex-notes dl {
	display: grid;
	gap: 18px;
	margin: 22px 0 0;
}

.twd-cortex-notes div {
	border-top: 1px solid rgba(20,20,22,.1);
	padding-top: 16px;
}

.twd-cortex-notes dt {
	color: var(--twd-grey-400);
	font-size: 10px;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.twd-cortex-notes dd {
	margin: 8px 0 0;
	color: var(--twd-grey-700);
	font-size: 13.5px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.7;
}

.twd-card-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 26px;
}

.twd-card-actions .twd-btn {
	margin-top: 0;
}

.twd-btn:disabled {
	cursor: wait;
	opacity: .62;
}

.twd-labs-note {
	background: var(--twd-grey-100);
	padding: clamp(36px, 4.4vw, 56px) var(--twd-gutter);
}

.twd-labs-note > div {
	max-width: var(--twd-home-max);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.twd-labs-note p {
	margin: 0;
	color: var(--twd-grey-500);
	font-size: 12.5px;
	font-weight: 300;
	letter-spacing: .04em;
	line-height: 1.7;
}

.twd-labs-note p:last-child {
	color: var(--twd-grey-500);
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.twd-instagram {
	background: var(--twd-white);
	color: var(--twd-ink);
	border-top: 1px solid var(--twd-line-light);
}

.twd-instagram .twd-section-head {
	align-items: flex-end;
}

.twd-instagram .twd-section-head h2 {
	color: var(--twd-ink);
}

.twd-instagram__hint {
	max-width: 28ch;
	margin: 0;
	color: var(--twd-grey-500);
	font-size: 10px;
	letter-spacing: .24em;
	line-height: 1.7;
	text-align: right;
	text-transform: uppercase;
}

.twd-instagram-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.twd-instagram-tile {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--twd-carbon);
	color: var(--twd-white);
	aspect-ratio: 1;
}

.twd-instagram-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--twd-slow) var(--twd-ease), opacity var(--twd-fast);
}

.twd-instagram-tile::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: 2;
	height: 46%;
	background: linear-gradient(0deg, rgba(0,0,0,.68), rgba(0,0,0,0));
	opacity: 0;
	transition: opacity var(--twd-fast);
}

.twd-instagram-tile::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	border: 1px solid rgba(20,20,22,.18);
	pointer-events: none;
}

.twd-instagram-tile span {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	z-index: 3;
	color: var(--twd-white);
	font-size: 10px;
	letter-spacing: .16em;
	line-height: 1.35;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity var(--twd-fast), transform var(--twd-fast);
}

.twd-instagram-tile:hover img {
	transform: scale(1.035);
	opacity: .86;
}

.twd-instagram-tile:hover::after,
.twd-instagram-tile:hover span {
	opacity: 1;
	transform: translateY(0);
}

.twd-instagram__note {
	margin: 26px 0 0;
	color: var(--twd-grey-500);
	font-family: var(--twd-font-display);
	font-size: 17px;
	font-style: italic;
}

.twd-instagram-feed {
	background: var(--twd-white);
	color: var(--twd-ink);
}

body.twd-body .twd-instagram #sb_instagram,
body.twd-body .twd-instagram .sb_instagram_header,
body.twd-body .twd-instagram .sbi_photo_wrap,
body.twd-body .twd-instagram .sbi_caption {
	background: transparent !important;
	color: var(--twd-ink) !important;
}

body.twd-body .twd-site .twd-instagram-tile,
body.twd-body .twd-site .twd-instagram-tile span {
	color: var(--twd-white) !important;
}

body.twd-body .twd-site .sbi-critical-error-notice,
body.twd-body .twd-site .sbi-admin-notices,
body.twd-body .twd-site .sbi_notice,
body.twd-body .twd-site .sbi_error,
body.twd-body .twd-site .sb_instagram_error,
body.twd-body .twd-site #sbi_mod_error {
	display: none !important;
}

.twd-cta-band {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	flex-wrap: wrap;
	background: var(--twd-black);
	color: var(--twd-white);
	padding: clamp(38px, 5vw, 64px);
}

.twd-cta-band h2 {
	max-width: 16ch;
	margin: 12px 0 0;
	font-family: var(--twd-font-display);
	font-size: clamp(28px, 3.6vw, 48px);
	font-weight: 400;
	line-height: 1.08;
}

.twd-cta-band p:not(.twd-eyebrow) {
	max-width: 54ch;
	margin: 16px 0 0;
	color: rgba(255,255,255,.62);
	font-size: 14.5px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.7;
}

.twd-cta-band__actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.twd-info-rows {
	margin: 48px 0 0;
	border-top: 1px solid rgba(255,255,255,.14);
}

.twd-info-rows div {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 18px;
	align-items: baseline;
	padding: 17px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.twd-info-rows dt {
	color: rgba(255,255,255,.45);
	font-size: 10.5px;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.twd-info-rows dd {
	margin: 0;
	color: var(--twd-white);
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .04em;
}

.twd-legal-tabs {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 36px;
}

.twd-legal-panel {
	max-width: 860px;
}

.twd-legal-panel h2 {
	margin: 32px 0 12px;
	font-family: var(--twd-font-display);
	font-size: 30px;
	font-weight: 400;
}

.twd-legal-panel p,
.twd-legal-panel li {
	color: var(--twd-grey-700);
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .03em;
	line-height: 1.8;
}

.twd-footer {
	background: var(--twd-black);
	color: var(--twd-white);
	padding: clamp(48px, 6vw, 86px) var(--twd-gutter) 28px;
}

.twd-footer__newsletter {
	max-width: var(--twd-max);
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 34px;
	padding-bottom: clamp(42px, 5vw, 64px);
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.twd-footer__newsletter h2 {
	margin: 0;
	font-family: var(--twd-font-display);
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 400;
}

.twd-footer__newsletter p {
	max-width: 46ch;
	margin: 10px 0 0;
	color: rgba(255,255,255,.6);
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .04em;
	line-height: 1.7;
}

.twd-newsletter {
	display: flex;
	align-items: flex-end;
	gap: 14px;
	min-width: min(420px, 100%);
}

.twd-newsletter label {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.twd-newsletter span {
	color: rgba(255,255,255,.45);
	font-size: 10px;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.twd-newsletter input {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.35);
	color: var(--twd-white);
	outline: none;
	padding: 11px 0;
}

.twd-newsletter button {
	min-height: 42px;
	padding: 0 22px;
	background: var(--twd-white);
	border: 1px solid var(--twd-white);
	color: var(--twd-black);
	cursor: pointer;
	font-size: 10.5px;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.twd-footer__logo {
	display: flex;
	justify-content: center;
	padding: clamp(34px, 5vw, 58px) 0;
}

.twd-footer__logo img {
	width: min(190px, 42vw);
}

.twd-footer__cols {
	max-width: var(--twd-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 34px;
}

.twd-footer__cols nav {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.twd-footer__cols h3 {
	margin: 0 0 6px;
	color: var(--twd-silver);
	font-size: 10.5px;
	font-weight: 400;
	letter-spacing: .32em;
	text-transform: uppercase;
}

.twd-footer__cols a,
.twd-footer__cols span {
	color: rgba(255,255,255,.66);
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.5;
}

.twd-footer__cols a:hover {
	color: var(--twd-white);
}

.twd-footer__disclaimer {
	max-width: 900px;
	margin: clamp(34px, 4vw, 52px) auto 0;
	color: rgba(255,255,255,.42);
	font-size: 11.5px;
	font-weight: 300;
	letter-spacing: .08em;
	line-height: 1.8;
	text-align: center;
}

.twd-footer__legal {
	max-width: var(--twd-max);
	margin: 28px auto 0;
	padding-top: 22px;
	border-top: 1px solid rgba(255,255,255,.12);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
}

.twd-footer__legal p,
.twd-footer__legal a {
	margin: 0;
	color: rgba(255,255,255,.55);
	font-size: 11px;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.twd-footer__legal nav {
	display: flex;
	gap: 24px;
}

[data-reveal] {
	opacity: 1;
	transform: none;
	transition: opacity var(--twd-reveal) var(--twd-ease), transform var(--twd-reveal) var(--twd-ease);
}

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

@media (max-width: 1340px) {
	.twd-header__desktop {
		display: none;
	}

	.twd-header__mobile {
		display: grid;
	}
}

@media (max-width: 782px) {
	body.admin-bar {
		--twd-admin-bar-height: var(--wp-admin--admin-bar--height, 46px);
	}
}

@media (max-width: 920px) {
	.twd-hero {
		height: clamp(520px, calc(100svh - 92px), 680px);
	}

	.twd-hero__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.twd-hero__note {
		text-align: left;
	}

	.twd-edit-grid,
	.twd-product,
	.twd-grade-result,
	.twd-journal-feature {
		grid-template-columns: 1fr;
	}

	.twd-product__frame {
		position: static;
	}

	.twd-gallery-main {
		height: min(74svh, 620px);
	}

	.twd-sticky-enquiry {
		display: flex;
	}

	.twd-product__summary {
		padding-bottom: 112px;
	}

	.twd-footer__newsletter,
	.twd-newsletter {
		align-items: stretch;
		flex-direction: column;
	}

	.twd-footer__cols {
		grid-template-columns: repeat(2, 1fr);
	}

	.twd-trust-row,
	.twd-sell-steps {
		grid-template-columns: 1fr;
	}

	.twd-trust-row span {
		border-right: 0;
		border-bottom: 1px solid var(--twd-line-light);
	}

	.twd-instagram-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.twd-article-nav {
		grid-template-columns: 1fr;
	}

	.twd-article-nav a,
	.twd-article-nav a:last-child {
		border-right: 0;
		border-bottom: 1px solid var(--twd-line-light);
		text-align: left;
	}
}

@media (max-width: 640px) {
	.twd-hero h1 {
		font-size: clamp(52px, 16vw, 84px);
	}

	.twd-section-head {
		margin-bottom: 32px;
	}

	.twd-journal-hero__head {
		align-items: flex-start;
	}

	.twd-journal-feature__media {
		min-height: 300px;
	}

	.twd-journal-feature__body {
		padding: 28px;
	}

	.twd-article-head {
		text-align: left;
	}

	.twd-article-breadcrumb {
		justify-content: flex-start;
	}

	.twd-article-hero img {
		aspect-ratio: 1.25 / 1;
	}

	.twd-article-body p,
	.twd-article-content p {
		font-size: 16px;
	}

	.twd-instagram .twd-section-head {
		align-items: flex-start;
	}

	.twd-instagram__hint {
		text-align: left;
	}

	.twd-instagram-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.twd-feature-card,
	.twd-editorial-card {
		--twd-card-copy: 208px;
		--twd-card-pad: 22px;
		min-height: 460px;
	}

	.twd-editorial-card {
		--twd-card-copy: 164px;
		min-height: 360px;
	}

	.twd-feature-card__body,
	.twd-editorial-card__body {
		padding: 24px;
	}

	.twd-feature-card h3 {
		font-size: clamp(26px, 8vw, 34px);
	}

	.twd-editorial-card h3 {
		font-size: clamp(23px, 7vw, 30px);
	}

	.twd-film {
		padding: 64px 0 72px;
	}

	.twd-stock-filters__inner {
		align-items: stretch;
		flex-direction: column;
		padding-bottom: 16px;
	}

	.twd-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.twd-product__trust,
	.twd-details div,
	.twd-info-rows div {
		grid-template-columns: 1fr;
	}

	.twd-watch-preview {
		align-items: flex-start;
		gap: 14px;
	}

	.twd-watch-preview__media {
		width: 82px;
		flex-basis: 82px;
	}

	.twd-watch-preview__body strong {
		font-size: 21px;
	}

	.twd-footer__cols {
		grid-template-columns: 1fr;
	}

	.twd-footer__legal {
		align-items: flex-start;
		flex-direction: column;
	}
}

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

	[data-reveal] {
		opacity: 1;
		transform: none;
	}
}
