/* ================================================================
   site-polish.css — shared architectural-detail layer
   Adds: wave dividers, roof scroll progress, count-up stats,
   texture-hover, dim-lines, stamp success, margin sketches,
   blueprint loader, breathing trees.
   Typography, layout, palette untouched.
   ================================================================ */

/* --- 01. Wave divider (Eternit 8-wave profile echo) -------------- */
.sp-wave {
	display: block;
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #201614;
	opacity: 0;
	transform: translateY(8px);
	transition:
		opacity 0.9s ease-out,
		transform 0.9s ease-out;
	pointer-events: none;
	background: transparent;
	overflow: hidden;
}
.sp-wave.is-vis {
	opacity: 1;
	transform: none;
}
.sp-wave svg {
	display: block;
	width: 100%;
	height: 100%;
}
.sp-wave--red {
	color: #c0392b;
}
.sp-wave--on-dark {
	color: #fdfbf7;
}
.sp-wave--on-sand {
	color: #c0392b;
}

/* --- 02. Roof scroll progress (fixed top) ------------------------ */
.sp-roof-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 200;
	pointer-events: none;
	background: rgba(32, 22, 20, 0.12);
	overflow: hidden;
}
.sp-roof-progress__fill {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0%;
	background: linear-gradient(90deg, #c0392b 0%, #e85a44 60%, #c0392b 100%);
	transition: width 0.08s linear;
	box-shadow: 0 1px 4px rgba(192, 57, 43, 0.5);
}
.sp-roof-progress__fill::after {
	content: "";
	position: absolute;
	top: 0;
	right: -6px;
	bottom: 0;
	width: 12px;
	background: radial-gradient(
		ellipse at left center,
		rgba(255, 180, 160, 0.9),
		transparent 70%
	);
}

/* --- 03. Count-up stats ------------------------------------------ */
[data-countup] {
	font-variant-numeric: tabular-nums;
}

/* --- 04. Dim lines (product detail) ------------------------------ */
.sp-dim-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	color: rgba(32, 22, 20, 0.72);
}
.sp-dim-overlay svg {
	width: 100%;
	height: 100%;
	display: block;
	overflow: visible;
}
.sp-dim-overlay .sp-dim-path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.25;
	stroke-dasharray: 360;
	stroke-dashoffset: 360;
	animation: sp-dim-draw 1.6s ease-out 0.4s forwards;
}
.sp-dim-overlay .sp-dim-label {
	font:
		600 11px / 1 "Inter",
		sans-serif;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	fill: #201614;
	opacity: 0;
	animation: sp-dim-fade 0.4s ease-out 1.4s forwards;
}
.sp-dim-overlay .sp-dim-bg {
	fill: #fdfbf7;
	opacity: 0;
	animation: sp-dim-fade 0.4s ease-out 1.4s forwards;
}
@keyframes sp-dim-draw {
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes sp-dim-fade {
	to {
		opacity: 1;
	}
}

/* --- 05. Material texture hover ---------------------------------- */
.sp-tex-wrap {
	position: relative;
	overflow: hidden;
}
.sp-tex {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.4s ease-out;
	pointer-events: none;
	background:
		radial-gradient(
			60% 80% at 30% 40%,
			rgba(253, 251, 247, 0.18),
			transparent 60%
		),
		repeating-radial-gradient(circle at 22% 28%, #b4a48f 0 2px, #8f7d65 2px 4px),
		repeating-radial-gradient(
			circle at 72% 66%,
			#a08770 0 2.5px,
			#6e5a46 2.5px 5px
		);
	background-size:
		40% 40%,
		14px 14px,
		22px 22px;
	background-blend-mode: overlay, multiply, normal;
	filter: contrast(1.05) brightness(1.02);
}
.sp-tex-wrap:hover .sp-tex,
.sp-tex-wrap:focus-within .sp-tex {
	opacity: 0.92;
	transition-duration: 0.4s;
}
.sp-tex-wrap:not(:hover) .sp-tex {
	transition-duration: 0.3s;
}
.sp-tex-label {
	position: absolute;
	left: 12px;
	bottom: 12px;
	font:
		700 10px / 1 "Inter",
		sans-serif;
	letter-spacing: 0.14em;
	color: #201614;
	background: #fdfbf7;
	padding: 4px 8px;
	opacity: 0;
	transition: opacity 0.3s ease-out 0.1s;
	pointer-events: none;
}
.sp-tex-wrap:hover .sp-tex-label {
	opacity: 1;
}

/* --- 06. Stamp success ------------------------------------------- */
.sp-stamp {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 160px;
	height: 160px;
	transform: translate(30%, -10%) scale(2.4) rotate(-14deg);
	opacity: 0;
	pointer-events: none;
	z-index: 10;
}
.sp-stamp.is-on {
	animation: sp-stamp-drop 1s cubic-bezier(0.2, 0.9, 0.4, 1.2) forwards;
}
@keyframes sp-stamp-drop {
	0% {
		transform: translate(30%, -10%) scale(2.4) rotate(-14deg);
		opacity: 0;
	}
	45% {
		transform: translate(10%, 0) scale(1.12) rotate(-10deg);
		opacity: 0.85;
	}
	60% {
		transform: translate(8%, 1%) scale(0.96) rotate(-9deg);
		opacity: 0.95;
	}
	100% {
		transform: translate(8%, 1%) scale(1) rotate(-9deg);
		opacity: 1;
	}
}
.sp-stamp svg {
	width: 100%;
	height: 100%;
}
.sp-stamp__ink {
	color: #c0392b;
	filter: drop-shadow(0 0 0 transparent);
	mix-blend-mode: multiply;
}

/* --- 07. Margin sketches (desktop only, subtle) ------------------ */
.sp-sketch {
	position: absolute;
	width: 180px;
	height: 180px;
	opacity: 0.12;
	color: #3a2e29;
	pointer-events: none;
	transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
	display: none;
}
@media (min-width: 1200px) {
	.sp-sketch {
		display: block;
	}
}
.sp-sketch svg {
	width: 100%;
	height: 100%;
}
.sp-sketch--tl {
	top: 40px;
	left: -80px;
}
.sp-sketch--tr {
	top: 80px;
	right: -80px;
}
.sp-sketch--bl {
	bottom: 40px;
	left: -100px;
}
.sp-sketch--br {
	bottom: 60px;
	right: -80px;
}

/* --- 08. Blueprint loader ---------------------------------------- */
.sp-blueprint {
	display: inline-block;
	width: 64px;
	height: 64px;
	position: relative;
}
.sp-blueprint svg {
	width: 100%;
	height: 100%;
}
.sp-blueprint .bp-paper {
	stroke: #c0392b;
	fill: #fdfbf7;
	stroke-width: 1.5;
	stroke-dasharray: 260;
	stroke-dashoffset: 260;
	animation: sp-bp-unroll 1.4s ease-out forwards;
}
.sp-blueprint .bp-line {
	stroke: #7a6b60;
	stroke-width: 1;
	stroke-dasharray: 4 4;
	opacity: 0;
	animation: sp-bp-lines 0.6s ease-out 1s forwards;
}
@keyframes sp-bp-unroll {
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes sp-bp-lines {
	to {
		opacity: 0.6;
	}
}

/* --- 09. Forest scene (footer) ---------------------------------- */
.sp-scene {
	width: 100%;
	max-width: 280px;
	margin-top: 18px;
	color: rgba(253, 251, 247, 0.55);
	position: relative;
}
.sp-scene svg {
	width: 100%;
	height: auto;
	overflow: visible;
}
.sp-scene .t-pine-1 {
	transform-origin: 32px 118px;
	animation: sp-sway-a 7.5s ease-in-out infinite;
}
.sp-scene .t-birch-1 {
	transform-origin: 66px 120px;
	animation: sp-sway-b 11s ease-in-out infinite;
}
.sp-scene .t-pine-2 {
	transform-origin: 98px 118px;
	animation: sp-sway-a 9s ease-in-out infinite reverse;
}
.sp-scene .t-oak {
	transform-origin: 168px 120px;
	animation: sp-sway-c 13s ease-in-out infinite;
}
.sp-scene .t-spruce {
	transform-origin: 212px 118px;
	animation: sp-sway-b 8.4s ease-in-out infinite reverse;
}
.sp-scene .t-birch-2 {
	transform-origin: 248px 120px;
	animation: sp-sway-a 10.5s ease-in-out infinite;
}
.sp-scene .cottage-group {
	transform-origin: 130px 118px;
	animation: sp-house-breathe 12s ease-in-out infinite;
}
.sp-scene .smoke {
	transform-origin: 142px 62px;
	animation: sp-smoke 6s ease-in-out infinite;
	opacity: 0;
}
.sp-scene .smoke-2 {
	transform-origin: 142px 58px;
	animation: sp-smoke 8s ease-in-out infinite 2s;
	opacity: 0;
}
@keyframes sp-sway-a {
	0%,
	100% {
		transform: rotate(-1.4deg);
	}
	50% {
		transform: rotate(1.8deg);
	}
}
@keyframes sp-sway-b {
	0%,
	100% {
		transform: rotate(1.6deg);
	}
	50% {
		transform: rotate(-1.8deg);
	}
}
@keyframes sp-sway-c {
	0%,
	100% {
		transform: rotate(-0.8deg) translateY(0);
	}
	50% {
		transform: rotate(1.1deg) translateY(-0.4px);
	}
}
@keyframes sp-house-breathe {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.004);
	}
}
@keyframes sp-smoke {
	0% {
		opacity: 0;
		transform: translate(0, 0) scale(0.6);
	}
	30% {
		opacity: 0.55;
	}
	100% {
		opacity: 0;
		transform: translate(-4px, -22px) scale(1.4);
	}
}
.sp-scene .cottage-roof {
	fill: #8b2a1e;
	opacity: 0.85;
}
.sp-scene .cottage-roof-line {
	stroke: rgba(253, 251, 247, 0.3);
	stroke-width: 0.6;
	fill: none;
}
.sp-scene .cottage-wall {
	fill: rgba(253, 251, 247, 0.08);
	stroke: rgba(253, 251, 247, 0.42);
	stroke-width: 1;
}
.sp-scene .cottage-door {
	fill: rgba(192, 57, 43, 0.55);
	stroke: rgba(253, 251, 247, 0.4);
	stroke-width: 0.6;
}
.sp-scene .cottage-win {
	fill: rgba(253, 251, 247, 0.16);
	stroke: rgba(253, 251, 247, 0.4);
	stroke-width: 0.6;
}
.sp-scene .cottage-chim {
	fill: rgba(253, 251, 247, 0.2);
	stroke: rgba(253, 251, 247, 0.4);
	stroke-width: 0.6;
}
.sp-scene .ground {
	stroke: rgba(253, 251, 247, 0.22);
	stroke-width: 1;
	stroke-dasharray: 3 4;
	fill: none;
}
.sp-scene .ground-fog {
	fill: rgba(253, 251, 247, 0.04);
}
.sp-scene .pine-body {
	fill: currentColor;
	opacity: 0.55;
}
.sp-scene .pine-trunk {
	stroke: currentColor;
	stroke-width: 1.1;
	opacity: 0.7;
}
.sp-scene .birch-body {
	fill: currentColor;
	opacity: 0.35;
}
.sp-scene .birch-trunk {
	stroke: rgba(253, 251, 247, 0.75);
	stroke-width: 1.2;
	fill: none;
}
.sp-scene .birch-mark {
	stroke: currentColor;
	stroke-width: 1;
	opacity: 0.7;
}
.sp-scene .oak-body {
	fill: currentColor;
	opacity: 0.48;
}
.sp-scene .oak-trunk {
	stroke: currentColor;
	stroke-width: 1.4;
	opacity: 0.75;
}
.sp-scene .spruce-body {
	fill: currentColor;
	opacity: 0.6;
}

/* --- 10. Seasonal hero ------------------------------------------- */
.sp-seasonal {
	position: relative;
}
.sp-seasonal__layer {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1.2s ease-out;
	background-size: cover;
	background-position: center;
	pointer-events: none;
}
.sp-seasonal[data-season="spring"] .sp-seasonal__layer--spring,
.sp-seasonal[data-season="summer"] .sp-seasonal__layer--summer,
.sp-seasonal[data-season="autumn"] .sp-seasonal__layer--autumn,
.sp-seasonal[data-season="winter"] .sp-seasonal__layer--winter {
	opacity: 1;
}
.sp-seasonal__badge {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 3;
	font:
		600 10px / 1 "Inter",
		sans-serif;
	letter-spacing: 0.14em;
	color: rgba(253, 251, 247, 0.75);
	padding: 6px 10px;
	border: 1px dashed rgba(253, 251, 247, 0.4);
}
/* placeholder atmospheres (user will drop real photos on top) */
.sp-seasonal__layer--spring {
	background:
		linear-gradient(160deg, rgba(140, 180, 120, 0.18) 0%, transparent 50%),
		radial-gradient(
			600px 300px at 70% 30%,
			rgba(192, 57, 43, 0.12),
			transparent 65%
		);
}
.sp-seasonal__layer--summer {
	background:
		linear-gradient(160deg, rgba(240, 200, 120, 0.2) 0%, transparent 55%),
		radial-gradient(
			600px 300px at 30% 60%,
			rgba(192, 57, 43, 0.1),
			transparent 65%
		);
}
.sp-seasonal__layer--autumn {
	background:
		linear-gradient(160deg, rgba(200, 120, 60, 0.22) 0%, transparent 55%),
		radial-gradient(
			600px 300px at 70% 40%,
			rgba(192, 57, 43, 0.16),
			transparent 65%
		);
}
.sp-seasonal__layer--winter {
	background:
		linear-gradient(160deg, rgba(200, 210, 220, 0.18) 0%, transparent 55%),
		radial-gradient(
			600px 300px at 50% 30%,
			rgba(180, 180, 200, 0.12),
			transparent 65%
		);
}

/* --- reduced motion respect -------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	.sp-wave,
	.sp-dim-overlay .sp-dim-path,
	.sp-dim-overlay .sp-dim-label,
	.sp-dim-overlay .sp-dim-bg,
	.sp-stamp.is-on,
	.sp-blueprint .bp-paper,
	.sp-blueprint .bp-line,
	.sp-scene .t-pine-1,
	.sp-scene .t-pine-2,
	.sp-scene .t-birch-1,
	.sp-scene .t-birch-2,
	.sp-scene .t-oak,
	.sp-scene .t-spruce,
	.sp-scene .cottage-group,
	.sp-scene .smoke,
	.sp-scene .smoke-2,
	.sp-seasonal__layer {
		animation: none;
		transition: none;
	}
	.sp-wave {
		opacity: 1;
		transform: none;
	}
	.sp-dim-overlay .sp-dim-path {
		stroke-dashoffset: 0;
	}
	.sp-dim-overlay .sp-dim-label,
	.sp-dim-overlay .sp-dim-bg {
		opacity: 1;
	}
	.sp-blueprint .bp-paper {
		stroke-dashoffset: 0;
	}
	.sp-blueprint .bp-line {
		opacity: 0.6;
	}
	.sp-stamp.is-on {
		transform: translate(8%, 1%) scale(1) rotate(-9deg);
		opacity: 1;
	}
}

/* --- CD-1. Article-detail editorial polish ------------------------------
   Strengthens existing template typography without restructuring layout.
   Targets: drop-cap reliability, H4 rhythm, pull-quote feel, share-card
   copy-success state, related-card body excerpt + read-time, embedded img
   migrated from WP.
   ------------------------------------------------------------------------ */

/* Drop-cap — defensive: WP-converted prose may start with <figure> before
   the first <p>, so :first-of-type would skip the cap. Ensure the FIRST
   paragraph in .prose gets the cap, regardless of preceding figures. */
.prose > p:first-of-type::first-letter,
.prose > figure + p::first-letter {
	font-family: "Fraunces", serif;
	font-weight: 500;
	font-size: 64px;
	float: left;
	line-height: 0.9;
	padding: 6px 14px 0 0;
	color: #c0392b;
}

/* H3 / H4 rhythm — WP articles lead with H3/H4, no H2. Give them air. */
.prose h3 {
	font-family: "Inter", system-ui, sans-serif;
	font-size: clamp(20px, 0.6vw + 16px, 24px);
	font-weight: 700;
	letter-spacing: -0.012em;
	line-height: 1.25;
	color: #201614;
	margin: 48px 0 14px;
	scroll-margin-top: 120px;
}
.prose h4 {
	font-family: "Inter", system-ui, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.005em;
	line-height: 1.3;
	color: #201614;
	margin: 32px 0 8px;
}

/* Pull-quote — Fraunces italic, brand-red accent. Applied to any blockquote
   inside .prose that doesn't already carry the canonical template styling. */
.prose blockquote {
	font-style: italic;
}
.prose blockquote::before {
	content: "\201C"; /* curly opening quote */
	display: block;
	font-family: "Fraunces", serif;
	font-style: normal;
	font-weight: 500;
	font-size: 56px;
	line-height: 0.4;
	color: #c0392b;
	margin: 8px 0 16px -4px;
	opacity: 0.55;
}

/* WP-migrated inline figures (size-large) — give them breathing room. */
.prose figure.size-large,
.prose figure {
	margin: 36px 0;
}
.prose figure img {
	width: 100%;
	height: auto;
	display: block;
}
.prose figure figcaption {
	margin-top: 10px;
	font-size: 13px;
	color: #7a6b60;
	font-style: italic;
	line-height: 1.5;
}

/* Share-card — copy-success flash. */
.share-card__btn.is-copied {
	color: #fdfbf7 !important;
	background: #c0392b !important;
	border-color: #c0392b !important;
}
.share-card__btn[type="button"] {
	font: inherit;
	cursor: pointer;
}

/* Related-card — when generator injects an excerpt + read-time, render them. */
.related-card__excerpt {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #7a6b60;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.related-card__meta {
	margin-top: 14px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #7a6b60;
}

/* ==========================================================
   Specs sparse-data fallback (CD-2)
   Shown on accessory products where < 3 spec rows are filled.
   Replaces the ugly 1-row spec table with a friendly badge.
   ========================================================== */
.specs__pending {
	background: #f4ede2;
	border-left: 3px solid #c0392b;
	padding: 24px 28px;
	margin: 0;
	max-width: 720px;
}
.specs__pending-eyebrow {
	display: block;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #c0392b;
	margin-bottom: 10px;
}
.specs__pending-body {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.55;
	color: #3a2d26;
	max-width: 56ch;
}
.specs__pending-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.specs__pending-actions .btn {
	min-height: 44px;
	padding: 0 20px;
}

/* ----------------------------------------------------------------
   v15-phase7.1 — Homepage "Kuidas kaasaegne katus koostatakse" howto
   2-column layout inside .xsect__stage. Mobile stacks (video on top),
   desktop puts numbered list left + smaller video right.
   ---------------------------------------------------------------- */
.xsect-howto {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: start;
}
@media (min-width: 900px) {
	.xsect-howto {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
		gap: 48px;
	}
}
.xsect-howto__steps {
	min-width: 0;
}
.xsect-howto__eyebrow {
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #c0392b;
	margin-bottom: 12px;
}
.xsect-howto__title {
	font-family: "Fraunces", serif;
	font-weight: 500;
	font-size: clamp(22px, 1.2vw + 14px, 28px);
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: #201614;
	margin: 0 0 24px;
}
.xsect-howto__list {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.xsect-howto__list li {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 14px 16px;
	background: #fdfbf7;
	border: 1px solid #e6ddc9;
	border-left: 3px solid #c0392b;
	border-radius: 4px;
}
.xsect-howto__num {
	font-family: "JetBrains Mono", monospace;
	font-size: 13px;
	font-weight: 600;
	color: #c0392b;
	letter-spacing: 0.04em;
	flex-shrink: 0;
	padding-top: 1px;
	min-width: 24px;
}
.xsect-howto__text {
	font-size: 15px;
	line-height: 1.5;
	color: #2d201b;
}
.xsect-howto__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 0 22px;
	background: #c0392b;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-decoration: none;
	border-radius: 4px;
	transition:
		background 0.2s ease,
		transform 0.2s ease;
}
.xsect-howto__cta:hover {
	background: #9c2c20;
	transform: translateX(2px);
}
.xsect-howto__video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 12px 30px -16px rgba(32, 22, 20, 0.25);
	background: #201614;
}
.xsect-howto__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ----------------------------------------------------------------
   v15-phase7.1 — Article: video embed + ordered list inside .prose
   wpToCleanProse strips inline styles, so responsive iframe wrappers
   must be class-based.
   ---------------------------------------------------------------- */
.prose .article-embed {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	margin: 8px 0 32px;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 12px 30px -16px rgba(32, 22, 20, 0.25);
	background: #201614;
}
.prose .article-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.prose ol {
	padding-left: 24px;
	margin: 0 0 20px;
}
.prose ol li {
	font-size: 17px;
	line-height: 1.65;
	color: #2d201b;
	margin-bottom: 8px;
	padding-left: 6px;
}
.prose ol li::marker {
	color: #c0392b;
	font-weight: 600;
}

/* v17cp.5 — editorial article tables (opt-in via class="article-table")
   Survives wp-to-clean's table-strip. Used for material comparison +
   spec lookup tables in /nouanded/ articles. */
.prose .article-table,
.article-body .article-table,
.article-table {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin: 28px 0 32px;
	font-size: 14.5px;
	line-height: 1.5;
	background: var(--cream-warm, #f4ede2);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(32, 22, 20, 0.08);
}
.article-table caption {
	caption-side: top;
	text-align: left;
	font-weight: 600;
	padding: 14px 16px 6px;
	color: var(--charcoal, #201614);
	font-size: 13px;
	letter-spacing: 0.01em;
}
.article-table th,
.article-table td {
	padding: 11px 14px;
	border-bottom: 1px solid rgba(32, 22, 20, 0.1);
	text-align: left;
	vertical-align: top;
	color: var(--charcoal, #201614);
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.article-table thead th {
	background: rgba(192, 57, 43, 0.08);
	font-weight: 700;
	color: var(--charcoal, #201614);
	font-size: 13.5px;
	letter-spacing: 0.005em;
	border-bottom: 1.5px solid rgba(192, 57, 43, 0.18);
}
.article-table tbody th[scope="row"] {
	font-weight: 600;
	color: var(--red, #c0392b);
	background: rgba(255, 255, 255, 0.35);
}
.article-table tbody td:first-child,
.article-table tbody tr > td:first-child {
	font-weight: 600;
	color: var(--red, #c0392b);
}
.article-table tbody td:first-child a {
	color: var(--red, #c0392b);
	text-decoration: none;
	border-bottom: 1px solid rgba(192, 57, 43, 0.3);
}
.article-table tbody td:first-child a:hover {
	border-bottom-color: var(--red, #c0392b);
}
.article-table tbody tr:last-child th,
.article-table tbody tr:last-child td {
	border-bottom: 0;
}
.article-table strong {
	color: var(--charcoal, #201614);
	font-weight: 700;
}
@media (max-width: 720px) {
	.article-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		font-size: 13.5px;
		-webkit-overflow-scrolling: touch;
	}
	.article-table th,
	.article-table td {
		padding: 9px 11px;
	}
}
