/*
Theme Name: LuckyToKnow Editorial
Theme URI: https://luckytoknow.com/
Author: LuckyToKnow
Description: Original Signal & Ledger block theme for LuckyToKnow AI.
Version: 1.1.1
Requires at least: 7.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
Text Domain: luckytoknow-editorial
*/

:root {
	--ltk-ink: #101828;
	--ltk-paper: #f7f4ee;
	--ltk-teal: #007c78;
	--ltk-teal-dark: #005f5c;
	--ltk-amber: #9a5900;
	--ltk-white: #fff;
	--ltk-muted: #536174;
	--ltk-surface: #fffdf9;
	--ltk-raised: #fff;
	--ltk-border: #cbd1d8;
	--ltk-focus: #005fcc;
	--ltk-success: #176b4d;
	--ltk-warning: #855000;
	--ltk-error: #a32121;
	--ltk-serif: "Source Serif 4", "Iowan Old Style", Charter, Georgia, serif;
	--ltk-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ltk-reading: 72ch;
	--ltk-wide: 1180px;
	--ltk-radius: 0.4rem;
	--ltk-radius-large: 1rem;
	--ltk-shadow: 0 10px 30px rgb(16 24 40 / 7%);
	--ltk-shadow-raised: 0 24px 60px rgb(16 24 40 / 12%);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--ltk-paper);
	color: var(--ltk-ink);
	font-family: var(--ltk-sans);
	font-size: 1rem;
	line-height: 1.68;
	margin: 0;
	overflow-wrap: break-word;
}

a {
	color: var(--ltk-teal-dark);
	text-decoration-thickness: 0.09em;
	text-underline-offset: 0.16em;
}

a:hover {
	color: var(--ltk-ink);
}

:where(a, button, input, textarea, select, summary):focus-visible {
	border-radius: 0.15rem;
	outline: 3px solid var(--ltk-focus);
	outline-offset: 3px;
}

.wp-site-blocks {
	min-width: 0;
}

.ltk-skip-link {
	background: var(--ltk-ink);
	color: var(--ltk-white);
	font-weight: 700;
	left: 1rem;
	padding: 0.75rem 1rem;
	position: fixed;
	top: 1rem;
	transform: translateY(-200%);
	transition: transform 100ms ease;
	z-index: 99999;
}

.ltk-skip-link:focus {
	color: var(--ltk-white);
	transform: translateY(0);
}

.ltk-header {
	background: rgb(247 244 238 / 96%);
	border-bottom: 1px solid var(--ltk-border);
	backdrop-filter: blur(12px);
	position: sticky;
	top: 0;
	z-index: 50;
}

.ltk-header__inner,
.ltk-footer__inner,
.ltk-shell {
	margin-inline: auto;
	max-width: var(--ltk-wide);
	padding-inline: clamp(1rem, 3vw, 2rem);
}

.ltk-header__inner {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	min-height: 4.6rem;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin-left: 0.15rem;
	min-height: 2.75rem;
	min-width: 2rem;
	padding: 0.65rem;
}

.ltk-brand {
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	gap: 0.75rem;
	min-width: 0;
}

.ltk-brand .wp-block-site-logo img {
	border-radius: 0.6rem;
	box-shadow: 0 5px 15px rgb(16 24 40 / 16%);
	height: 2.85rem;
	width: auto;
}

.ltk-brand .wp-block-site-title {
	font-family: var(--ltk-serif);
	font-size: clamp(1.18rem, 2vw, 1.55rem);
	font-weight: 650;
	letter-spacing: -0.025em;
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}

.ltk-brand .wp-block-site-title a {
	color: var(--ltk-ink);
	text-decoration: none;
}

.ltk-nav {
	font-size: 0.9rem;
	font-weight: 650;
}

.ltk-nav .wp-block-navigation-item__content {
	color: var(--ltk-ink);
	padding-block: 0.65rem;
	text-decoration: none;
}

.ltk-nav .wp-block-navigation-item__content:hover {
	color: var(--ltk-teal-dark);
}

.ltk-nav .wp-block-navigation__responsive-container-open,
.ltk-nav .wp-block-navigation__responsive-container-close {
	min-height: 44px;
	min-width: 44px;
}

.ltk-main {
	min-height: 55vh;
}

.ltk-hero {
	background:
		radial-gradient(circle at 88% 18%, rgb(0 124 120 / 9%), transparent 27rem),
		linear-gradient(135deg, #f9f6f0 0%, #f1eee7 100%);
	border-bottom: 1px solid var(--ltk-border);
	overflow: hidden;
	padding-block: clamp(3rem, 7vw, 6.5rem);
}

.ltk-kicker,
.ltk-eyebrow {
	color: var(--ltk-teal-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ltk-hero h1,
.ltk-page-title,
.ltk-article-header h1 {
	font-family: var(--ltk-serif);
	font-weight: 620;
	letter-spacing: -0.035em;
	line-height: 1.04;
	text-wrap: balance;
}

.ltk-hero h1 {
	font-size: clamp(2.7rem, 6.3vw, 5.6rem);
	margin: 0.55rem 0 1.25rem;
	max-width: 12ch;
}

.ltk-hero p {
	color: var(--ltk-muted);
	font-size: clamp(1.08rem, 2vw, 1.35rem);
	max-width: 62ch;
}

.ltk-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
}

.ltk-hero__copy {
	margin: 0;
}

.ltk-hero .wp-block-buttons {
	gap: 0.75rem;
	margin-top: 1.7rem;
}

.ltk-hero .is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--ltk-ink);
}

.ltk-hero .is-style-outline .wp-block-button__link:hover {
	background: var(--ltk-ink);
	color: var(--ltk-white);
}

.ltk-proof-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 1.4rem;
	list-style: none;
	margin: 2rem 0 0;
	padding: 1.1rem 0 0;
	border-top: 1px solid var(--ltk-border);
}

.ltk-proof-list li {
	color: var(--ltk-muted);
	font-size: 0.82rem;
	letter-spacing: 0.025em;
}

.ltk-proof-list strong {
	color: var(--ltk-ink);
	font-size: 1.05rem;
}

.ltk-hero-visual {
	aspect-ratio: 6 / 5;
	background: var(--ltk-ink);
	border: 1px solid #25354c;
	border-radius: 1.5rem;
	box-shadow: 0 35px 80px rgb(16 24 40 / 20%);
	isolation: isolate;
	min-height: 26rem;
	overflow: hidden;
	position: relative;
	transform: rotate(1.2deg);
}

.ltk-hero-visual::before,
.ltk-hero-visual::after {
	content: "";
	position: absolute;
}

.ltk-hero-visual::before {
	background: radial-gradient(circle, rgb(255 255 255 / 18%) 1px, transparent 1.5px);
	background-size: 24px 24px;
	inset: 0;
	opacity: 0.35;
	z-index: -1;
}

.ltk-hero-visual::after {
	background: #d9e8e5;
	border-radius: 50%;
	height: 16rem;
	opacity: 0.08;
	right: -4rem;
	top: -5rem;
	width: 16rem;
}

.ltk-hero-visual__rail {
	background: var(--ltk-teal);
	height: 0.35rem;
	left: 11%;
	position: absolute;
	right: 11%;
	top: 52%;
	transform: rotate(-8deg);
}

.ltk-hero-visual__card {
	background: #fffaf2;
	border-radius: 0.7rem;
	box-shadow: 0 16px 26px rgb(0 0 0 / 26%);
	color: var(--ltk-ink);
	padding: 1rem;
	position: absolute;
	width: 27%;
}

.ltk-hero-visual__card span {
	color: var(--ltk-teal-dark);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.ltk-hero-visual__card strong {
	display: block;
	font-family: var(--ltk-serif);
	font-size: clamp(1rem, 2vw, 1.3rem);
	margin: 0.35rem 0 0.8rem;
}

.ltk-hero-visual__card i {
	background: #dbe1e5;
	display: block;
	height: 0.35rem;
	margin-top: 0.38rem;
	width: 90%;
}

.ltk-hero-visual__card i:last-child {
	width: 62%;
}

.ltk-hero-visual__card b {
	background: var(--ltk-teal);
	border-radius: 0.2rem;
	display: inline-block;
	height: 1.1rem;
	margin: 0 0.18rem 0.18rem 0;
	width: 1.1rem;
}

.ltk-hero-visual__card--question {
	left: 8%;
	top: 12%;
	transform: rotate(-5deg);
}

.ltk-hero-visual__card--source {
	left: 36%;
	top: 31%;
	transform: rotate(3deg);
}

.ltk-hero-visual__card--test {
	right: 8%;
	top: 13%;
	transform: rotate(-2deg);
}

.ltk-hero-visual__gate {
	align-items: center;
	background: var(--ltk-amber);
	border: 0.32rem solid #e7b562;
	border-radius: 50%;
	bottom: 8%;
	color: var(--ltk-white);
	display: flex;
	flex-direction: column;
	height: 7.2rem;
	justify-content: center;
	position: absolute;
	right: 17%;
	text-align: center;
	width: 7.2rem;
}

.ltk-hero-visual__gate span {
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
}

.ltk-hero-visual__gate strong {
	font-size: 0.72rem;
	line-height: 1.2;
	margin-top: 0.35rem;
	max-width: 7ch;
}

.ltk-section {
	padding-block: clamp(2.8rem, 6vw, 5rem);
}

.ltk-shell > :where(.ltk-section-heading, .wp-block-query, .ltk-topic-grid, .ltk-method-steps, .wp-block-buttons) {
	max-width: none;
	width: 100%;
}

.ltk-shell > .wp-block-query > .wp-block-post-template {
	max-width: none;
	width: 100%;
}

.ltk-section + .ltk-section {
	border-top: 1px solid var(--ltk-border);
}

.ltk-section h2,
.ltk-card h2,
.ltk-card h3 {
	font-family: var(--ltk-serif);
	line-height: 1.16;
	text-wrap: balance;
}

.ltk-section-heading {
	align-items: baseline;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1.75rem;
}

.ltk-section-heading h2 {
	font-size: clamp(1.8rem, 4vw, 3rem);
	margin: 0;
}

.ltk-section-heading > div > :first-child {
	margin-top: 0;
}

.ltk-grid {
	display: grid;
	gap: clamp(1.1rem, 2.5vw, 2rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ltk-card {
	background: var(--ltk-surface);
	border: 1px solid var(--ltk-border);
	border-radius: var(--ltk-radius-large);
	box-shadow: var(--ltk-shadow);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.ltk-card:hover {
	box-shadow: var(--ltk-shadow-raised);
	transform: translateY(-3px);
}

.ltk-card__image {
	aspect-ratio: 16 / 9;
	background: #dce4e5;
	flex: 0 0 auto;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.ltk-card__image a {
	display: block;
	height: 100%;
	width: 100%;
}

.ltk-card__image img,
.ltk-featured-story__image img,
.ltk-article-hero img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ltk-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin: 0;
	padding: clamp(1.15rem, 2vw, 1.65rem);
}

.ltk-card .wp-block-post-title {
	font-size: clamp(1.3rem, 2.2vw, 1.75rem);
	margin: 0.55rem 0 0.75rem;
}

.ltk-card .wp-block-post-title a {
	color: var(--ltk-ink);
	text-decoration: none;
}

.ltk-card .wp-block-post-title a:hover {
	color: var(--ltk-teal-dark);
	text-decoration: underline;
}

.ltk-card .wp-block-post-excerpt {
	color: var(--ltk-muted);
}

.ltk-card__type {
	color: var(--ltk-teal-dark);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ltk-featured-story {
	background: var(--ltk-ink);
	border-radius: 1.25rem;
	box-shadow: var(--ltk-shadow-raised);
	color: var(--ltk-white);
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
	overflow: hidden;
}

.ltk-featured-story__image {
	margin: 0;
	min-height: 100%;
	min-width: 0;
	overflow: hidden;
	width: 100%;
}

.ltk-featured-story__image a {
	display: block;
	height: 100%;
}

.ltk-featured-story__image img {
	aspect-ratio: auto;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.ltk-featured-story__body {
	align-self: center;
	margin: 0;
	min-width: 0;
	padding: clamp(1.5rem, 4vw, 3rem);
}

.ltk-featured-story__body .ltk-card__type,
.ltk-featured-story__body .ltk-card__type a {
	color: #8fddd7;
}

.ltk-featured-story h3 {
	font-family: var(--ltk-serif);
	font-size: clamp(1.75rem, 3vw, 2.45rem);
	line-height: 1.08;
	margin: 0.75rem 0 1rem;
}

.ltk-featured-story h3 a {
	color: var(--ltk-white);
	text-decoration: none;
}

.ltk-featured-story h3 a:hover {
	text-decoration: underline;
}

.ltk-featured-story .wp-block-post-excerpt {
	color: #d3dbe6;
}

.ltk-featured-story .wp-block-post-excerpt__more-link {
	color: var(--ltk-white);
	font-weight: 750;
}

.ltk-topics-band {
	background: #e8eeeb;
	border-block: 1px solid var(--ltk-border);
}

.ltk-topic-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ltk-topic-card {
	background: var(--ltk-surface);
	border: 1px solid var(--ltk-border);
	border-top: 5px solid var(--topic-color, var(--ltk-teal));
	border-radius: 0.8rem;
	color: var(--ltk-ink);
	display: flex;
	flex-direction: column;
	grid-column: span 4;
	min-height: 10.5rem;
	padding: 1.3rem;
	text-decoration: none;
	transition: border-color 140ms ease, transform 140ms ease;
}

.ltk-topic-card:nth-child(n + 5) {
	grid-column: span 3;
}

.ltk-topic-card:hover {
	border-color: var(--topic-color, var(--ltk-teal));
	color: var(--ltk-ink);
	transform: translateY(-2px);
}

.ltk-topic-card span {
	color: var(--topic-color, var(--ltk-teal-dark));
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.1em;
}

.ltk-topic-card strong {
	font-family: var(--ltk-serif);
	font-size: 1.35rem;
	line-height: 1.16;
	margin: 0.8rem 0 0.6rem;
}

.ltk-topic-card small {
	color: var(--ltk-muted);
	font-size: 0.87rem;
	line-height: 1.45;
}

.ltk-topic-card--tools { --topic-color: #007c78; }
.ltk-topic-card--money { --topic-color: #2f6c8f; }
.ltk-topic-card--markets { --topic-color: #7a5d91; }
.ltk-topic-card--operations { --topic-color: #49653a; }
.ltk-topic-card--institutions { --topic-color: #9a5900; }
.ltk-topic-card--builders { --topic-color: #8c4653; }
.ltk-topic-card--context { --topic-color: #3f638c; }

.ltk-method-band {
	background: var(--ltk-surface);
	border: 1px solid var(--ltk-border);
	border-radius: 1.25rem;
	box-shadow: var(--ltk-shadow);
	margin-top: clamp(3rem, 6vw, 5rem);
	padding-inline: clamp(1.25rem, 4vw, 3.5rem);
}

.ltk-method-band > h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	max-width: 18ch;
}

.ltk-method-steps {
	counter-reset: none;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 2.2rem 0;
	padding: 0;
}

.ltk-method-steps li {
	border-top: 2px solid var(--ltk-ink);
	display: grid;
	gap: 0.9rem;
	grid-template-columns: auto 1fr;
	padding-top: 1rem;
}

.ltk-method-steps > li > span {
	color: var(--ltk-teal-dark);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.08em;
}

.ltk-method-steps strong {
	font-family: var(--ltk-serif);
	font-size: 1.25rem;
}

.ltk-method-steps p {
	color: var(--ltk-muted);
	font-size: 0.9rem;
	line-height: 1.55;
	margin-bottom: 0;
}

.ltk-article-header,
.ltk-page-header {
	border-bottom: 1px solid var(--ltk-border);
	padding-block: clamp(2.8rem, 7vw, 5.7rem);
}

.ltk-article-header h1,
.ltk-page-title {
	font-size: clamp(2.4rem, 6.5vw, 5.2rem);
	margin: 0.6rem 0 1.15rem;
	max-width: 18ch;
}

.ltk-article-hero {
	background: #dce4e5;
	border-radius: 1rem;
	box-shadow: var(--ltk-shadow-raised);
	margin: clamp(2rem, 4vw, 3.5rem) 0 -8rem;
	overflow: hidden;
}

.ltk-article-header + .ltk-article {
	padding-top: clamp(7rem, 12vw, 10rem);
}

.ltk-dek {
	color: var(--ltk-muted);
	font-family: var(--ltk-serif);
	font-size: clamp(1.1rem, 2vw, 1.42rem);
	line-height: 1.45;
	max-width: 56ch;
}

.ltk-byline,
.ltk-post-meta {
	color: var(--ltk-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
	gap: 0.45rem 1rem;
	margin-top: 1.4rem;
}

.ltk-article-dates {
	color: var(--ltk-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.84rem;
	gap: 0.35rem 1rem;
	margin: 0.65rem 0 0;
}

.ltk-article-dates span + span::before {
	content: "•";
	margin-right: 1rem;
}

.ltk-disclosure {
	background: #e9f4f2;
	border-left: 4px solid var(--ltk-teal);
	margin-block: 1.75rem;
	padding: 1rem 1.15rem;
}

.ltk-disclosure strong {
	display: block;
}

.ltk-article {
	margin-inline: auto;
	max-width: var(--ltk-reading);
	padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
}

.ltk-article > .ltk-category-query {
	left: 50%;
	max-width: none;
	position: relative;
	transform: translateX(-50%);
	width: min(var(--ltk-wide), calc(100vw - 2rem));
}

.ltk-article :where(h2, h3, h4) {
	font-family: var(--ltk-serif);
	line-height: 1.2;
	scroll-margin-top: 6rem;
	text-wrap: balance;
}

.ltk-article h2 {
	font-size: clamp(1.75rem, 4vw, 2.55rem);
	margin: 2.8rem 0 0.9rem;
}

.ltk-article h3 {
	font-size: clamp(1.3rem, 3vw, 1.75rem);
	margin: 2rem 0 0.7rem;
}

.ltk-article p,
.ltk-article li {
	font-size: clamp(1rem, 1.25vw, 1.075rem);
}

.ltk-article :where(figure, table, pre, .wp-block-group) {
	max-width: 100%;
}

.ltk-article :where(pre, .wp-block-code) {
	background: var(--ltk-ink);
	border-radius: var(--ltk-radius);
	color: #f8fafc;
	overflow: auto;
	padding: 1.1rem;
}

.ltk-article blockquote {
	border-left: 4px solid var(--ltk-amber);
	font-family: var(--ltk-serif);
	font-size: 1.18rem;
	margin-inline: 0;
	padding-left: 1.2rem;
}

.ltk-article table {
	border-collapse: collapse;
	font-variant-numeric: tabular-nums;
	width: 100%;
}

.ltk-article th,
.ltk-article td {
	border-bottom: 1px solid var(--ltk-border);
	padding: 0.75rem;
	text-align: left;
	vertical-align: top;
}

.ltk-article th {
	background: #ece9e2;
	font-weight: 750;
}

.ltk-evidence,
.ltk-method,
.ltk-limitations,
.ltk-prompt,
.ltk-sources {
	border: 1px solid var(--ltk-border);
	border-radius: var(--ltk-radius);
	margin-block: 1.8rem;
	padding: clamp(1rem, 3vw, 1.5rem);
}

.ltk-evidence {
	background: #edf7f5;
	border-color: #8ebfba;
}

.ltk-limitations {
	background: #fff5df;
	border-color: #d4a55a;
}

.ltk-method,
.ltk-prompt,
.ltk-sources {
	background: var(--ltk-surface);
}

.ltk-evidence > :first-child,
.ltk-method > :first-child,
.ltk-limitations > :first-child,
.ltk-prompt > :first-child,
.ltk-sources > :first-child {
	margin-top: 0;
}

.ltk-article figure {
	margin: 2rem 0;
}

.ltk-article .ltk-article-visual {
	background: var(--ltk-surface);
	border: 1px solid var(--ltk-border);
	border-radius: 0.8rem;
	box-shadow: var(--ltk-shadow);
	overflow: hidden;
}

.ltk-article .ltk-article-visual img {
	display: block;
	width: 100%;
}

.ltk-article .ltk-article-visual figcaption {
	margin: 0;
	padding: 0.9rem 1rem 1rem;
}

.ltk-library-intro {
	color: var(--ltk-muted);
	font-family: var(--ltk-serif);
	font-size: clamp(1.08rem, 2vw, 1.3rem);
	line-height: 1.5;
	max-width: 66ch;
}

.ltk-article figcaption {
	color: var(--ltk-muted);
	font-size: 0.86rem;
	line-height: 1.45;
	margin-top: 0.55rem;
}

.ltk-article img {
	height: auto;
	max-width: 100%;
}

.ltk-cta,
.wp-element-button,
button,
input[type="submit"] {
	background: var(--ltk-ink);
	border: 2px solid var(--ltk-ink);
	border-radius: var(--ltk-radius);
	color: var(--ltk-white);
	cursor: pointer;
	font: inherit;
	font-weight: 750;
	min-height: 44px;
	padding: 0.65rem 1rem;
}

.ltk-cta:hover,
.wp-element-button:hover,
button:hover,
input[type="submit"]:hover {
	background: var(--ltk-teal-dark);
	border-color: var(--ltk-teal-dark);
	color: var(--ltk-white);
}

.ltk-form {
	background: var(--ltk-surface);
	border-top: 3px solid var(--ltk-teal);
	box-shadow: var(--ltk-shadow);
	padding: clamp(1rem, 4vw, 2rem);
}

.ltk-form label {
	display: block;
	font-weight: 700;
	margin-bottom: 0.35rem;
}

.ltk-form input,
.ltk-form textarea,
.ltk-form select {
	background: var(--ltk-white);
	border: 1px solid #758296;
	border-radius: 0.25rem;
	box-sizing: border-box;
	color: var(--ltk-ink);
	font: inherit;
	margin-bottom: 1rem;
	max-width: 100%;
	min-height: 44px;
	padding: 0.65rem;
	width: 100%;
}

.ltk-form textarea {
	min-height: 11rem;
	resize: vertical;
}

.ltk-form__hint,
.ltk-form__status {
	color: var(--ltk-muted);
	font-size: 0.9rem;
}

.ltk-form__status--error {
	color: var(--ltk-error);
	font-weight: 700;
}

.ltk-form__status--success {
	color: var(--ltk-success);
	font-weight: 700;
}

.ltk-honeypot {
	left: -10000px !important;
	position: absolute !important;
}

.ltk-consent {
	background: var(--ltk-white);
	border: 1px solid var(--ltk-border);
	border-radius: var(--ltk-radius);
	bottom: 1rem;
	box-shadow: 0 20px 60px rgb(16 24 40 / 24%);
	left: 1rem;
	max-width: 42rem;
	padding: 1rem;
	position: fixed;
	right: 1rem;
	z-index: 1000;
}

.ltk-consent[hidden] {
	display: none;
}

.ltk-consent h2 {
	font-family: var(--ltk-serif);
	font-size: 1.35rem;
	margin: 0 0 0.4rem;
}

.ltk-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.ltk-consent__secondary {
	background: var(--ltk-white);
	color: var(--ltk-ink);
}

.ltk-consent-settings {
	background: transparent;
	border: 0;
	color: #a9e6e3;
	min-height: 44px;
	padding: 0;
	text-decoration: underline;
}

.ltk-consent-settings:hover {
	color: var(--ltk-white);
}

.ltk-footer {
	background: var(--ltk-ink);
	color: #e6ebf2;
	margin-top: clamp(3rem, 7vw, 6rem);
	padding-block: clamp(2.5rem, 6vw, 4.5rem);
}

.ltk-footer a {
	color: var(--ltk-white);
}

.ltk-footer__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
}

.ltk-footer h2,
.ltk-footer h3 {
	color: var(--ltk-white);
	font-family: var(--ltk-serif);
	margin-top: 0;
}

.ltk-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ltk-footer li + li {
	margin-top: 0.45rem;
}

.ltk-footer__small {
	border-top: 1px solid #465267;
	color: #c8d0dd;
	font-size: 0.82rem;
	margin-top: 2.5rem;
	padding-top: 1.2rem;
}

@media (max-width: 880px) {
	.ltk-hero__grid,
	.ltk-featured-story {
		grid-template-columns: 1fr;
	}

	.ltk-hero-visual {
		justify-self: center;
		max-width: 38rem;
		min-height: 0;
		width: 100%;
	}

	.ltk-featured-story__image {
		aspect-ratio: 16 / 9;
		min-height: 0;
	}

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

	.ltk-topic-card,
	.ltk-topic-card:nth-child(n + 5) {
		grid-column: span 6;
	}

	.ltk-method-steps {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 600px) {
	.ltk-header__inner {
		min-height: 4rem;
	}

	.ltk-brand .wp-block-site-logo img {
		height: 2.35rem;
	}

	.ltk-grid,
	.ltk-footer__grid {
		grid-template-columns: 1fr;
	}

	.ltk-topic-card,
	.ltk-topic-card:nth-child(n + 5) {
		grid-column: 1 / -1;
		min-height: 0;
	}

	.ltk-hero-visual {
		border-radius: 1rem;
	}

	.ltk-hero-visual__card {
		padding: 0.7rem;
		width: 30%;
	}

	.ltk-hero-visual__card strong {
		font-size: 0.8rem;
	}

	.ltk-hero-visual__card--source {
		left: 34%;
	}

	.ltk-hero-visual__gate {
		height: 5.6rem;
		right: 14%;
		width: 5.6rem;
	}

	.ltk-article-header h1,
	.ltk-page-title {
		font-size: clamp(2.1rem, 11vw, 3.15rem);
	}

	.ltk-article-hero {
		margin-bottom: -5rem;
	}

	.ltk-article-header + .ltk-article {
		padding-top: 5rem;
	}

	.ltk-article-dates {
		flex-direction: column;
	}

	.ltk-article-dates span + span::before {
		content: none;
	}

	.ltk-article table {
		display: block;
		overflow-x: auto;
	}

	.ltk-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.ltk-card:hover,
	.ltk-topic-card:hover {
		transform: none;
	}
}

@media (forced-colors: active) {
	.ltk-card,
	.ltk-disclosure,
	.ltk-evidence,
	.ltk-method,
	.ltk-limitations,
	.ltk-prompt,
	.ltk-sources,
	.ltk-form {
		border: 1px solid CanvasText;
	}
}
