/* ══════════════════════════════════════════════════════════════════
   TIMELESS VAULT — precision storefront
   Modern yet classic: white surfaces, hairline rules, signal orange.
   ══════════════════════════════════════════════════════════════════ */

:root {
	--tv-white:    #FFFFFF;
	--tv-cream:    #F7EFE7;
	--tv-sand:     #EFE2D4;
	--tv-line:     #E6D8CB;
	--tv-ink:      #1A1210;
	--tv-ink-soft: #4A3A31;
	--tv-muted:    #8C7360;
	--tv-orange:   #E8501F;
	--tv-red:      #B3261E;
	--tv-espresso: #1D0F08;
	--tv-font:     'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	--tv-serif:    'Playfair Display', Georgia, serif;
	--tv-ease:     cubic-bezier(0.4, 0, 0.2, 1);
}

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }

::selection { background: var(--tv-orange); color: #fff; }

/* ── Utility: eyebrow labels ──────────────────────────────────────── */
.tv-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--tv-ink-soft);
}
.tv-eyebrow::before {
	content: '';
	width: 9px; height: 9px;
	background: var(--tv-orange);
	flex: none;
}
.tv-eyebrow--light { color: rgba(255,255,255,0.85); }

/* section head: number + rule + label */
.tv-section-head {
	display: flex;
	align-items: baseline;
	gap: 1.25rem;
	border-top: 1px solid var(--tv-line);
	padding-top: 1.1rem;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.tv-section-head__num {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: var(--tv-orange);
	font-variant-numeric: tabular-nums;
}
.tv-section-head__label {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--tv-muted);
}
.tv-section-head__title {
	margin-left: auto;
	text-align: right;
	font-size: clamp(1.6rem, 3.2vw, 2.6rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: var(--tv-ink);
}
@media (max-width: 700px) {
	.tv-section-head { flex-wrap: wrap; }
	.tv-section-head__title { margin-left: 0; text-align: left; width: 100%; margin-top: 0.5rem; }
}

/* ── Header ───────────────────────────────────────────────────────── */
.tv-header {
	position: sticky;
	top: 0;
	z-index: 200;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--tv-line);
}
.tv-header__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0.8rem clamp(1rem, 3vw, 2rem);
	display: flex;
	align-items: center;
	gap: 2rem;
}
.tv-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	text-decoration: none;
	margin-right: auto;
}
.tv-brand__emblem { height: 52px; width: auto; display: block; }
.tv-brand__name {
	font-family: var(--tv-font);
	font-size: 1.02rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--tv-ink);
	white-space: nowrap;
}
.tv-brand__name em { font-style: normal; color: var(--tv-orange); }

.tv-nav { display: flex; align-items: center; gap: 1.9rem; }
.tv-nav a {
	font-size: 0.78rem;
	font-weight: 550;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--tv-ink-soft);
	text-decoration: none;
	transition: color 0.2s var(--tv-ease);
}
.tv-nav a:hover { color: var(--tv-orange); }

.tv-btn {
	display: inline-block;
	padding: 0.85rem 1.9rem;
	background: var(--tv-orange);
	color: #fff !important;
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid var(--tv-orange);
	border-radius: 2px;
	transition: background 0.2s var(--tv-ease), border-color 0.2s var(--tv-ease), transform 0.2s var(--tv-ease);
}
.tv-btn:hover { background: var(--tv-red); border-color: var(--tv-red); transform: translateY(-1px); }
.tv-btn--ghost {
	background: transparent;
	color: var(--tv-ink) !important;
	border-color: rgba(26, 18, 16, 0.35);
}
.tv-btn--ghost:hover { background: transparent; color: var(--tv-orange) !important; border-color: var(--tv-orange); }
.tv-btn--ghost-light {
	background: transparent;
	color: #fff !important;
	border-color: rgba(255,255,255,0.6);
}
.tv-btn--ghost-light:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

@media (max-width: 900px) {
	.tv-nav { display: none; }
	.tv-brand__emblem { height: 42px; }
	.tv-brand__name { font-size: 0.85rem; }
}

/* ── Hero ─────────────────────────────────────────────────────────── */
.tv-hero {
	position: relative;
	min-height: min(100vh, 1200px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--tv-espresso);
}
.tv-hero__media,
.tv-hero__media video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tv-hero__scrim {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(75deg, rgba(20, 6, 2, 0.72) 0%, rgba(20, 6, 2, 0.25) 55%, rgba(20, 6, 2, 0.05) 100%),
		linear-gradient(0deg, rgba(20, 6, 2, 0.65) 0%, transparent 40%);
}
.tv-hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 3vw, 2rem);
}
.tv-hero__eyebrow { margin-bottom: 1.4rem; }
.tv-hero h1 {
	font-size: clamp(2.9rem, 7.2vw, 6.4rem);
	font-weight: 640;
	letter-spacing: -0.04em;
	line-height: 0.98;
	color: #fff;
	margin: 0 0 1.4rem;
	max-width: 15ch;
}
.tv-hero h1 em {
	font-family: var(--tv-serif);
	font-style: italic;
	font-weight: 500;
	color: #FF9C6B;
	letter-spacing: -0.01em;
}
.tv-hero__sub {
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	line-height: 1.7;
	color: rgba(255, 236, 224, 0.92);
	max-width: 52ch;
	margin: 0 0 2.4rem;
}
.tv-hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.tv-hero__rule {
	width: 72px; height: 3px;
	background: var(--tv-orange);
	margin-bottom: 2rem;
}
.tv-hero__scroll {
	position: absolute;
	right: clamp(1rem, 3vw, 2rem);
	bottom: 2rem;
	z-index: 2;
	writing-mode: vertical-rl;
	font-size: 0.68rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
}

/* ── Brand strip ──────────────────────────────────────────────────── */
.tv-strip {
	background: var(--tv-orange);
	color: #fff;
	overflow: hidden;
	padding: 0.85rem 0;
	white-space: nowrap;
}
.tv-strip__track {
	display: inline-block;
	animation: tv-marquee 36s linear infinite;
}
.tv-strip span {
	display: inline-block;
	margin: 0 1.6rem;
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.32em;
	text-transform: uppercase;
}
.tv-strip i {
	font-style: normal;
	opacity: 0.55;
	font-size: 0.6rem;
	vertical-align: 1px;
}
@keyframes tv-marquee {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}

/* ── Sections base ────────────────────────────────────────────────── */
.tv-section {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1rem, 3vw, 2rem);
}
.tv-section--full { max-width: none; padding-left: 0; padding-right: 0; }

/* ── Vault grid (cards) ───────────────────────────────────────────── */
.tv-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
@media (max-width: 980px) { .tv-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .tv-grid { grid-template-columns: 1fr; } }

.tv-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--tv-line);
	border-radius: 2px;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.25s var(--tv-ease), border-color 0.25s var(--tv-ease), box-shadow 0.25s var(--tv-ease);
}
.tv-card:hover {
	transform: translateY(-4px);
	border-color: var(--tv-orange);
	box-shadow: 0 18px 40px rgba(60, 20, 5, 0.10);
}
.tv-card__media {
	position: relative;
	aspect-ratio: 4 / 3.4;
	background: var(--tv-cream);
	overflow: hidden;
}
.tv-card__media img.tv-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s var(--tv-ease);
}
.tv-card:hover .tv-card__media img.tv-card__img { transform: scale(1.045); }
.tv-card__placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(160deg, var(--tv-cream), var(--tv-sand));
}
.tv-card__placeholder img { width: 42%; height: auto; opacity: 0.9; }
.tv-card__flag {
	position: absolute;
	top: 0.9rem; left: 0.9rem;
	background: var(--tv-espresso);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 650;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	padding: 0.4rem 0.75rem;
	border-radius: 2px;
}
.tv-card__flag--sold { background: var(--tv-red); }
.tv-card__body { padding: 1.2rem 1.25rem 1.35rem; display: flex; flex-direction: column; gap: 0.35rem; }
.tv-card__brand {
	font-size: 0.68rem;
	font-weight: 650;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--tv-orange);
}
.tv-card__title {
	margin: 0;
	font-size: 1.06rem;
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.3;
	color: var(--tv-ink);
}
.tv-card__meta {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	margin-top: 0.5rem;
	padding-top: 0.75rem;
	border-top: 1px solid var(--tv-line);
}
.tv-card__ref { font-size: 0.75rem; color: var(--tv-muted); letter-spacing: 0.04em; }
.tv-card__price { font-size: 0.8rem; font-weight: 650; color: var(--tv-ink); letter-spacing: 0.02em; white-space: nowrap; }
.tv-card--soon .tv-card__price { color: var(--tv-orange); }

/* ── About ────────────────────────────────────────────────────────── */
.tv-about { background: var(--tv-cream); }
.tv-about__grid {
	display: grid;
	grid-template-columns: minmax(300px, 460px) 1fr;
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
}
@media (max-width: 900px) { .tv-about__grid { grid-template-columns: 1fr; } }
.tv-about__photo { position: relative; }
.tv-about__photo::before {
	content: '';
	position: absolute;
	inset: 1.4rem -1.4rem -1.4rem 1.4rem;
	border: 1px solid var(--tv-orange);
	border-radius: 2px;
	pointer-events: none;
}
.tv-about__photo img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 2px;
	background: linear-gradient(170deg, #FFF7F0 0%, var(--tv-sand) 100%);
}
.tv-about h2 {
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 640;
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 1.1rem 0 0.4rem;
}
.tv-about__role {
	font-family: var(--tv-serif);
	font-style: italic;
	font-size: 1.15rem;
	color: var(--tv-orange);
	margin: 0 0 1.6rem;
}
.tv-about__bio { color: var(--tv-ink-soft); line-height: 1.75; margin: 0 0 1.1rem; max-width: 60ch; }
.tv-about__stats {
	display: flex;
	gap: clamp(1.5rem, 4vw, 3rem);
	margin: 2rem 0 2.2rem;
	padding-top: 1.6rem;
	border-top: 1px solid var(--tv-line);
}
.tv-stat__num {
	display: block;
	font-size: 1.7rem;
	font-weight: 650;
	letter-spacing: -0.02em;
	color: var(--tv-orange);
}
.tv-stat__label {
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--tv-muted);
}
.tv-about__actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.tv-link {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tv-ink);
	text-decoration: none;
	border-bottom: 2px solid var(--tv-orange);
	padding-bottom: 0.2rem;
	transition: color 0.2s var(--tv-ease);
}
.tv-link:hover { color: var(--tv-orange); }

/* ── Services (numbered editorial rows) ───────────────────────────── */
.tv-services__row {
	display: grid;
	grid-template-columns: 5rem 1fr 2fr auto;
	gap: clamp(1rem, 3vw, 2.5rem);
	align-items: center;
	padding: 1.9rem 0;
	border-top: 1px solid var(--tv-line);
	text-decoration: none;
	transition: background 0.2s var(--tv-ease);
}
.tv-services__row:last-child { border-bottom: 1px solid var(--tv-line); }
.tv-services__row:hover { background: rgba(232, 80, 31, 0.035); }
.tv-services__num {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--tv-orange);
	font-variant-numeric: tabular-nums;
}
.tv-services__name {
	font-size: clamp(1.3rem, 2.4vw, 1.9rem);
	font-weight: 620;
	letter-spacing: -0.025em;
	color: var(--tv-ink);
	margin: 0;
}
.tv-services__desc { color: var(--tv-muted); font-size: 0.95rem; line-height: 1.6; margin: 0; }
.tv-services__arrow {
	font-size: 1.4rem;
	color: var(--tv-orange);
	transition: transform 0.2s var(--tv-ease);
}
.tv-services__row:hover .tv-services__arrow { transform: translateX(6px); }
@media (max-width: 760px) {
	.tv-services__row { grid-template-columns: 3rem 1fr auto; }
	.tv-services__desc { display: none; }
}

/* ── Quote band ───────────────────────────────────────────────────── */
.tv-quote {
	background: var(--tv-espresso);
	color: #fff;
	text-align: center;
	padding: clamp(4rem, 8vw, 7rem) 1.5rem;
	position: relative;
	overflow: hidden;
}
.tv-quote::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 50% 120%, rgba(232, 80, 31, 0.28) 0%, transparent 60%);
}
.tv-quote blockquote {
	position: relative;
	margin: 0 auto;
	max-width: 820px;
	font-family: var(--tv-serif);
	font-style: italic;
	font-weight: 480;
	font-size: clamp(1.4rem, 3vw, 2.2rem);
	line-height: 1.4;
	color: #FFF3EA;
}
.tv-quote cite {
	display: block;
	margin-top: 1.6rem;
	font-family: var(--tv-font);
	font-style: normal;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #FF9C6B;
}

/* ── Contact / inquiry form ───────────────────────────────────────── */
.tv-contact { background: #fff; }
.tv-contact__grid {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) 1.4fr;
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: start;
}
@media (max-width: 880px) { .tv-contact__grid { grid-template-columns: 1fr; } }
.tv-contact__lede { font-size: 1.05rem; line-height: 1.7; color: var(--tv-ink-soft); margin: 0 0 1.6rem; }
.tv-contact__points { list-style: none; margin: 0 0 2rem; padding: 0; }
.tv-contact__points li {
	padding: 0.65rem 0;
	border-bottom: 1px solid var(--tv-line);
	font-size: 0.92rem;
	color: var(--tv-ink-soft);
}
.tv-contact__points li::before { content: '— '; color: var(--tv-orange); font-weight: 600; }
.tv-contact__direct h4 {
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--tv-muted);
	margin: 0 0 0.7rem;
}
.tv-contact__direct a {
	display: block;
	font-size: 0.95rem;
	color: var(--tv-ink);
	text-decoration: none;
	margin-bottom: 0.5rem;
	border-bottom: none;
}
.tv-contact__direct a:hover { color: var(--tv-orange); }

.tv-form {
	background: var(--tv-cream);
	border: 1px solid var(--tv-line);
	border-top: 3px solid var(--tv-orange);
	border-radius: 2px;
	padding: clamp(1.4rem, 3vw, 2.4rem);
}
.tv-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.tv-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}
@media (max-width: 560px) { .tv-form__row { grid-template-columns: 1fr; } }
.tv-field { display: block; margin-bottom: 1.1rem; }
.tv-field span {
	display: block;
	font-size: 0.7rem;
	font-weight: 650;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--tv-muted);
	margin-bottom: 0.4rem;
}
.tv-field input,
.tv-field select,
.tv-field textarea {
	width: 100%;
	background: #fff;
	border: 1px solid var(--tv-line);
	border-radius: 2px;
	padding: 0.8rem 0.95rem;
	font-family: var(--tv-font);
	font-size: 0.95rem;
	color: var(--tv-ink);
	transition: border-color 0.2s var(--tv-ease), box-shadow 0.2s var(--tv-ease);
}
.tv-field input:focus,
.tv-field select:focus,
.tv-field textarea:focus {
	outline: none;
	border-color: var(--tv-orange);
	box-shadow: 0 0 0 3px rgba(232, 80, 31, 0.12);
}
.tv-field textarea { resize: vertical; }
.tv-consent {
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
	font-size: 0.8rem;
	color: var(--tv-muted);
	margin: 0.4rem 0 1.4rem;
	cursor: pointer;
}
.tv-consent input { margin-top: 0.2rem; accent-color: var(--tv-orange); }
.tv-form__submit { width: 100%; padding: 1.05rem; font-size: 0.85rem; cursor: pointer; }
.tv-form__submit[disabled] { opacity: 0.6; cursor: wait; }
.tv-form__feedback { margin: 0.9rem 0 0; font-size: 0.9rem; min-height: 1.2em; }
.tv-form__feedback.is-ok { color: #1D7A3C; font-weight: 550; }
.tv-form__feedback.is-err { color: var(--tv-red); font-weight: 550; }

/* ── Footer ───────────────────────────────────────────────────────── */
.tv-footer {
	background: var(--tv-espresso);
	color: rgba(255, 240, 230, 0.75);
	padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 3vw, 2rem) 2rem;
}
.tv-footer__grid {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: clamp(2rem, 5vw, 4rem);
	padding-bottom: 2.5rem;
	border-bottom: 1px solid rgba(255, 240, 230, 0.14);
}
@media (max-width: 760px) { .tv-footer__grid { grid-template-columns: 1fr; } }
.tv-footer__brand { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1.1rem; }
.tv-footer__brand img { height: 56px; width: auto; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4)); }
.tv-footer__brand span {
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #fff;
}
.tv-footer__brand span em { font-style: normal; color: var(--tv-orange); }
.tv-footer p { font-size: 0.9rem; line-height: 1.7; max-width: 42ch; }
.tv-footer h4 {
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #FF9C6B;
	margin: 0 0 1.1rem;
}
.tv-footer ul { list-style: none; margin: 0; padding: 0; }
.tv-footer li { margin-bottom: 0.6rem; }
.tv-footer a {
	color: rgba(255, 240, 230, 0.75);
	text-decoration: none;
	font-size: 0.9rem;
	transition: color 0.2s var(--tv-ease);
}
.tv-footer a:hover { color: var(--tv-orange); }
.tv-footer__legal {
	max-width: 1280px;
	margin: 1.6rem auto 0;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	font-size: 0.75rem;
	color: rgba(255, 240, 230, 0.45);
}

/* ── Single timepiece ─────────────────────────────────────────────── */
.tv-product {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: start;
}
@media (max-width: 900px) { .tv-product { grid-template-columns: 1fr; } }
.tv-product__gallery img { width: 100%; height: auto; display: block; border-radius: 2px; border: 1px solid var(--tv-line); }
.tv-product__thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.7rem;
	margin-top: 0.7rem;
}
.tv-product__thumbs img {
	aspect-ratio: 1;
	object-fit: cover;
	cursor: pointer;
	opacity: 0.85;
	transition: opacity 0.2s, border-color 0.2s;
}
.tv-product__thumbs img:hover { opacity: 1; border-color: var(--tv-orange); }
.tv-product__brand {
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--tv-orange);
}
.tv-product h1 {
	font-size: clamp(1.8rem, 3.6vw, 2.8rem);
	font-weight: 640;
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin: 0.6rem 0 0.9rem;
}
.tv-product__price {
	font-size: 1.25rem;
	font-weight: 650;
	color: var(--tv-ink);
	margin-bottom: 1.6rem;
}
.tv-product__desc { color: var(--tv-ink-soft); line-height: 1.75; margin-bottom: 1.8rem; }
.tv-specs { border-top: 1px solid var(--tv-line); margin-bottom: 2rem; }
.tv-specs__row {
	display: flex;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--tv-line);
	font-size: 0.92rem;
}
.tv-specs__row dt { color: var(--tv-muted); }
.tv-specs__row dd { margin: 0; font-weight: 550; color: var(--tv-ink); text-align: right; }
.tv-product__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.tv-product__assurance {
	display: flex;
	gap: 1.6rem;
	flex-wrap: wrap;
	font-size: 0.78rem;
	color: var(--tv-muted);
	letter-spacing: 0.05em;
}
.tv-product__assurance span::before { content: '— '; color: var(--tv-orange); }

/* ── Archive ──────────────────────────────────────────────────────── */
.tv-archive-head {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem) 0;
}

/* ── Reveal animations (JS-gated: no JS = fully visible) ──────────── */
html.tv-js .tv-reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--tv-ease), transform 0.7s var(--tv-ease); }
html.tv-js .tv-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.tv-reveal { opacity: 1; transform: none; transition: none; }
	.tv-strip__track { animation: none; }
}
