@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Roboto:wght@400;500;700;800&family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600;700&display=swap");


/* Blind Taste Test — Magazine Editorial Typography 3.6.2
 *
 * Editorial system:
 * - Cormorant Garamond: display/editorial headlines
 * - Source Serif 4: long-form article reading
 * - Roboto: navigation, metadata, labels
 *
 * The theme's established colors remain untouched.
 */

.btt-editorial-wrap {
	width: 100%;
}

.btt-editorial-article {
	margin: 0 auto;
	max-width: 1100px;
}

.btt-editorial-header {
	max-width: 900px;
	margin: 0 auto;
	padding: 3rem 4.6875% 2rem;
}

.btt-editorial-kicker {
	margin: 0 0 .85rem;
	font-family: "Roboto", Arial, sans-serif;
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.btt-editorial-kicker a {
	text-decoration: underline;
}

.btt-editorial-title {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.7rem, 6vw, 4.25rem);
	font-weight: 600;
	letter-spacing: -.02em;
	line-height: 1.02;
}

.btt-editorial-standfirst {
	max-width: 760px;
	margin: 1.2rem 0 0;
	font-family: "Source Serif 4", Georgia, serif;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	line-height: 1.5;
}

.btt-editorial-byline {
	margin: 1rem 0 0;
	font-family: "Roboto", Arial, sans-serif;
	font-size: .95rem;
	font-weight: 700;
	line-height: 1.5;
}

.btt-editorial-hero {
	margin: 0 auto 3rem;
	max-width: 1100px;
}

.btt-editorial-hero-image {
	display: block;
	width: 100%;
	height: auto;
}

.btt-editorial-hero figcaption {
	margin: .6rem 4.6875%;
	font-family: "Roboto", Arial, sans-serif;
	font-size: .85rem;
	line-height: 1.45;
}

.btt-editorial-content {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 4.6875%;
	font-family: "Source Serif 4", Georgia, serif;
	font-size: 1.28rem;
	line-height: 1.72;
}

.btt-editorial-content p {
	margin-top: 0;
	margin-bottom: 1.25em;
}

.btt-editorial-content h2,
.btt-editorial-content h3,
.btt-editorial-content h4 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	letter-spacing: -.01em;
	line-height: 1.2;
}

.btt-editorial-content h2 {
	font-size: clamp(1.9rem, 4vw, 2.55rem);
	margin-top: 2em;
	margin-bottom: .65em;
}

.btt-editorial-content h3 {
	font-size: clamp(1.55rem, 3vw, 2rem);
	margin-top: 1.75em;
	margin-bottom: .6em;
}

.btt-editorial-content h4 {
	font-size: 1.45rem;
	margin-top: 1.5em;
	margin-bottom: .5em;
}

.btt-editorial-content a {
	font-family: inherit;
	font-weight: 600;
	text-decoration: underline;
}

.btt-editorial-content img {
	max-width: 100%;
	height: auto;
}

.btt-editorial-content blockquote {
	margin: 2rem 0;
	padding: 0 0 0 1.25rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.55rem;
	line-height: 1.35;
}

.btt-editorial-pages {
	margin-top: 2rem;
	font-family: "Roboto", Arial, sans-serif;
}

.btt-editorial-footer {
	max-width: 720px;
	margin: 3.5rem auto 0;
	padding: 0 4.6875% 3.5rem;
	font-family: "Roboto", Arial, sans-serif;
}

.btt-editorial-filed {
	margin-bottom: 1.75rem;
}

.btt-editorial-filed ul {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.btt-editorial-filed a {
	font-weight: 700;
	text-decoration: underline;
}

.btt-editorial-footer h2 {
	margin: 0 0 .6rem;
	font-family: "Roboto", Arial, sans-serif;
	font-size: .95rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.btt-editorial-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	margin-top: 2.75rem;
	padding-top: 1.5rem;
	border-top: 1px solid currentColor;
}

.btt-editorial-nav-item {
	display: flex;
	flex-direction: column;
	gap: .35rem;
}

.btt-editorial-nav-item span {
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.btt-editorial-nav-item a {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: underline;
}

.btt-editorial-next {
	text-align: right;
}

@media (max-width: 700px) {
	.btt-editorial-header {
		padding-top: 2rem;
	}

	.btt-editorial-title {
		font-size: clamp(2.35rem, 12vw, 3.25rem);
	}

	.btt-editorial-content {
		font-size: 1.14rem;
		line-height: 1.7;
	}

	.btt-editorial-navigation {
		grid-template-columns: 1fr;
	}

	.btt-editorial-next {
		text-align: left;
	}
}

/* Load the editorial fonts without changing the theme globally. */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Roboto:wght@400;500;700;800&family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600;700&display=swap");

.btt-editorial-content a:focus-visible,
.btt-editorial-kicker a:focus-visible,
.btt-editorial-filed a:focus-visible,
.btt-editorial-navigation a:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.btt-editorial-hero-image {
	max-width: 100%;
}
