/*
 * Lothis website system
 * Functional glass, quiet content surfaces and the same semantic atmosphere as
 * the native app. Motion never communicates essential information.
 */

:root {
	color-scheme: light dark;
	--lothis-canvas: var(--wp--preset--color--canvas, #f6fdfb);
	--lothis-canvas-raised: #fbfdfc;
	--lothis-surface: rgba(255, 255, 255, 0.76);
	--lothis-surface-solid: var(--wp--preset--color--surface, #ffffff);
	--lothis-ink: var(--wp--preset--color--ink, #10211f);
	--lothis-muted: #60706d;
	--lothis-faint: color-mix(in srgb, var(--lothis-muted) 97%, var(--lothis-canvas));
	--lothis-line: rgba(16, 33, 31, 0.11);
	--lothis-line-strong: rgba(16, 33, 31, 0.19);
	--lothis-accent: var(--wp--preset--color--accent, #057a6e);
	--lothis-accent-hover: #046b61;
	--lothis-accent-soft: var(--wp--preset--color--accent-soft, #ddf6ee);
	--lothis-on-accent: #ffffff;
	--lothis-atmosphere-one: var(--wp--custom--lothis--atmosphere-one, rgba(74, 220, 169, 0.20));
	--lothis-atmosphere-two: var(--wp--custom--lothis--atmosphere-two, rgba(60, 155, 237, 0.13));
	--lothis-atmosphere-three: var(--wp--custom--lothis--atmosphere-three, rgba(139, 220, 84, 0.10));
	--lothis-user-bubble: #07675e;
	--lothis-shadow-soft: 0 22px 70px rgba(8, 45, 40, 0.08);
	--lothis-shadow-control: 0 8px 28px rgba(10, 45, 40, 0.09);
	--lothis-radius-control: 999px;
	--lothis-radius-card: 28px;
	--lothis-reading: 720px;
	--lothis-wide: 1180px;
	--lothis-header-height: 76px;
}

@media (prefers-color-scheme: dark) {
	:root:not([data-lothis-theme="light"]) {
		--lothis-canvas: var(--wp--custom--lothis--canvas-dark, #060b0f);
		--lothis-canvas-raised: #091419;
		--lothis-surface: rgba(17, 28, 33, 0.76);
		--lothis-surface-solid: var(--wp--custom--lothis--surface-dark, #101b20);
		--lothis-ink: var(--wp--custom--lothis--ink-dark, #edf6f3);
		--lothis-muted: var(--wp--custom--lothis--muted-dark, #a5b2ae);
		--lothis-faint: color-mix(in srgb, var(--lothis-muted) 80%, var(--lothis-canvas));
		--lothis-line: rgba(229, 244, 239, 0.12);
		--lothis-line-strong: rgba(229, 244, 239, 0.22);
		--lothis-accent: var(--wp--custom--lothis--accent-dark, #59dbc4);
		--lothis-accent-hover: #80e5d3;
		--lothis-accent-soft: #102e2b;
		--lothis-on-accent: #06201c;
		--lothis-atmosphere-one: var(--wp--custom--lothis--atmosphere-one-dark, rgba(55, 209, 167, 0.12));
		--lothis-atmosphere-two: var(--wp--custom--lothis--atmosphere-two-dark, rgba(56, 129, 225, 0.11));
		--lothis-atmosphere-three: var(--wp--custom--lothis--atmosphere-three-dark, rgba(125, 213, 64, 0.07));
		--lothis-user-bubble: #07564f;
		--lothis-shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.28);
		--lothis-shadow-control: 0 10px 32px rgba(0, 0, 0, 0.24);
	}
}

:root[data-lothis-theme="dark"] {
	--lothis-canvas: var(--wp--custom--lothis--canvas-dark, #060b0f);
	--lothis-canvas-raised: #091419;
	--lothis-surface: rgba(17, 28, 33, 0.76);
	--lothis-surface-solid: var(--wp--custom--lothis--surface-dark, #101b20);
	--lothis-ink: var(--wp--custom--lothis--ink-dark, #edf6f3);
	--lothis-muted: var(--wp--custom--lothis--muted-dark, #a5b2ae);
	--lothis-faint: color-mix(in srgb, var(--lothis-muted) 80%, var(--lothis-canvas));
	--lothis-line: rgba(229, 244, 239, 0.12);
	--lothis-line-strong: rgba(229, 244, 239, 0.22);
	--lothis-accent: var(--wp--custom--lothis--accent-dark, #59dbc4);
	--lothis-accent-hover: #80e5d3;
	--lothis-accent-soft: #102e2b;
	--lothis-on-accent: #06201c;
	--lothis-atmosphere-one: var(--wp--custom--lothis--atmosphere-one-dark, rgba(55, 209, 167, 0.12));
	--lothis-atmosphere-two: var(--wp--custom--lothis--atmosphere-two-dark, rgba(56, 129, 225, 0.11));
	--lothis-atmosphere-three: var(--wp--custom--lothis--atmosphere-three-dark, rgba(125, 213, 64, 0.07));
	--lothis-user-bubble: #07564f;
	--lothis-shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.28);
	--lothis-shadow-control: 0 10px 32px rgba(0, 0, 0, 0.24);
}

:root[data-lothis-theme="light"] {
	color-scheme: light;
}

:root[data-lothis-theme="dark"] {
	color-scheme: dark;
}

/* A visitor's atmosphere choice is cosmetic and local to this browser. These
 * selectors intentionally never recolour the six-leaf Lothis mark. */
:root[data-lothis-palette="dew"] {
	--lothis-canvas: #f6fdfb;
	--lothis-canvas-raised: #fbfefc;
	--lothis-surface-solid: #ffffff;
	--lothis-ink: #10211f;
	--lothis-muted: #60706d;
	--lothis-line: rgba(16, 33, 31, 0.11);
	--lothis-accent: #057a6e;
	--lothis-accent-soft: #ddf6ee;
	--lothis-atmosphere-one: rgba(74, 220, 169, 0.20);
	--lothis-atmosphere-two: rgba(60, 155, 237, 0.13);
	--lothis-atmosphere-three: rgba(139, 220, 84, 0.10);
}

:root[data-lothis-palette="tide"] {
	--lothis-canvas: #f6f9ff;
	--lothis-canvas-raised: #fbfcff;
	--lothis-surface-solid: #ffffff;
	--lothis-ink: #111a2e;
	--lothis-muted: #5d687d;
	--lothis-line: rgba(17, 26, 46, 0.11);
	--lothis-accent: #2e63c9;
	--lothis-accent-soft: #e3ecff;
	--lothis-atmosphere-one: rgba(82, 135, 236, 0.19);
	--lothis-atmosphere-two: rgba(67, 201, 209, 0.13);
	--lothis-atmosphere-three: rgba(126, 100, 231, 0.09);
}

:root[data-lothis-palette="blossom"] {
	--lothis-canvas: #fff7fb;
	--lothis-canvas-raised: #fffbfd;
	--lothis-surface-solid: #ffffff;
	--lothis-ink: #2a1420;
	--lothis-muted: #77616c;
	--lothis-line: rgba(42, 20, 32, 0.11);
	--lothis-accent: #a64070;
	--lothis-accent-soft: #fbe4ef;
	--lothis-atmosphere-one: rgba(233, 107, 163, 0.17);
	--lothis-atmosphere-two: rgba(139, 116, 233, 0.12);
	--lothis-atmosphere-three: rgba(249, 164, 121, 0.09);
}

:root[data-lothis-palette="glow"] {
	--lothis-canvas: #fff9f1;
	--lothis-canvas-raised: #fffcf8;
	--lothis-surface-solid: #ffffff;
	--lothis-ink: #2a1b13;
	--lothis-muted: #78695f;
	--lothis-line: rgba(42, 27, 19, 0.11);
	--lothis-accent: #ab5221;
	--lothis-accent-soft: #fbe8d5;
	--lothis-atmosphere-one: rgba(245, 148, 75, 0.18);
	--lothis-atmosphere-two: rgba(232, 193, 68, 0.11);
	--lothis-atmosphere-three: rgba(226, 93, 80, 0.08);
}

:root[data-lothis-palette] {
	--lothis-surface: rgba(255, 255, 255, 0.76);
	--lothis-faint: color-mix(in srgb, var(--lothis-muted) 97%, var(--lothis-canvas));
	--lothis-line-strong: color-mix(in srgb, var(--lothis-ink) 19%, transparent);
	--lothis-accent-hover: color-mix(in srgb, var(--lothis-accent) 86%, black);
	--lothis-on-accent: #ffffff;
	--lothis-user-bubble: color-mix(in srgb, var(--lothis-accent) 84%, black);
	--lothis-shadow-soft: 0 22px 70px rgba(8, 45, 40, 0.08);
	--lothis-shadow-control: 0 8px 28px rgba(10, 45, 40, 0.09);
}

@media (prefers-color-scheme: dark) {
	:root[data-lothis-palette="dew"]:not([data-lothis-theme="light"]) {
		--lothis-canvas: #060b0f; --lothis-canvas-raised: #091419; --lothis-surface-solid: #101b20; --lothis-ink: #edf6f3; --lothis-muted: #a5b2ae; --lothis-accent: #59dbc4; --lothis-atmosphere-one: rgba(55, 209, 167, 0.12); --lothis-atmosphere-two: rgba(56, 129, 225, 0.11); --lothis-atmosphere-three: rgba(125, 213, 64, 0.07);
	}
	:root[data-lothis-palette="tide"]:not([data-lothis-theme="light"]) {
		--lothis-canvas: #070a16; --lothis-canvas-raised: #0b1020; --lothis-surface-solid: #111727; --lothis-ink: #f0f4ff; --lothis-muted: #aab5cc; --lothis-accent: #85b3ff; --lothis-atmosphere-one: rgba(76, 130, 239, 0.14); --lothis-atmosphere-two: rgba(53, 199, 209, 0.09); --lothis-atmosphere-three: rgba(134, 105, 239, 0.07);
	}
	:root[data-lothis-palette="blossom"]:not([data-lothis-theme="light"]) {
		--lothis-canvas: #160812; --lothis-canvas-raised: #1c0c17; --lothis-surface-solid: #24121e; --lothis-ink: #fff2f8; --lothis-muted: #ceadbd; --lothis-accent: #f59cc2; --lothis-atmosphere-one: rgba(240, 100, 165, 0.12); --lothis-atmosphere-two: rgba(140, 112, 236, 0.08); --lothis-atmosphere-three: rgba(248, 151, 111, 0.06);
	}
	:root[data-lothis-palette="glow"]:not([data-lothis-theme="light"]) {
		--lothis-canvas: #160c06; --lothis-canvas-raised: #1c1009; --lothis-surface-solid: #24170f; --lothis-ink: #fff5eb; --lothis-muted: #d0b7a5; --lothis-accent: #ffb56e; --lothis-atmosphere-one: rgba(244, 139, 69, 0.12); --lothis-atmosphere-two: rgba(230, 187, 61, 0.08); --lothis-atmosphere-three: rgba(229, 82, 72, 0.06);
	}

	:root[data-lothis-palette]:not([data-lothis-theme="light"]) {
		--lothis-surface: color-mix(in srgb, var(--lothis-surface-solid) 76%, transparent);
		--lothis-faint: color-mix(in srgb, var(--lothis-muted) 80%, var(--lothis-canvas));
		--lothis-line: color-mix(in srgb, var(--lothis-ink) 12%, transparent);
		--lothis-line-strong: color-mix(in srgb, var(--lothis-ink) 22%, transparent);
		--lothis-accent-hover: color-mix(in srgb, var(--lothis-accent) 84%, white);
		--lothis-accent-soft: color-mix(in srgb, var(--lothis-accent) 17%, var(--lothis-canvas));
		--lothis-on-accent: var(--lothis-canvas);
		--lothis-user-bubble: color-mix(in srgb, var(--lothis-accent) 42%, var(--lothis-canvas));
		--lothis-shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.28);
		--lothis-shadow-control: 0 10px 32px rgba(0, 0, 0, 0.24);
	}
}

:root[data-lothis-palette="dew"][data-lothis-theme="dark"] {
	--lothis-canvas: #060b0f; --lothis-canvas-raised: #091419; --lothis-surface-solid: #101b20; --lothis-ink: #edf6f3; --lothis-muted: #a5b2ae; --lothis-accent: #59dbc4; --lothis-atmosphere-one: rgba(55, 209, 167, 0.12); --lothis-atmosphere-two: rgba(56, 129, 225, 0.11); --lothis-atmosphere-three: rgba(125, 213, 64, 0.07);
}

:root[data-lothis-palette="tide"][data-lothis-theme="dark"] {
	--lothis-canvas: #070a16; --lothis-canvas-raised: #0b1020; --lothis-surface-solid: #111727; --lothis-ink: #f0f4ff; --lothis-muted: #aab5cc; --lothis-accent: #85b3ff; --lothis-atmosphere-one: rgba(76, 130, 239, 0.14); --lothis-atmosphere-two: rgba(53, 199, 209, 0.09); --lothis-atmosphere-three: rgba(134, 105, 239, 0.07);
}

:root[data-lothis-palette="blossom"][data-lothis-theme="dark"] {
	--lothis-canvas: #160812; --lothis-canvas-raised: #1c0c17; --lothis-surface-solid: #24121e; --lothis-ink: #fff2f8; --lothis-muted: #ceadbd; --lothis-accent: #f59cc2; --lothis-atmosphere-one: rgba(240, 100, 165, 0.12); --lothis-atmosphere-two: rgba(140, 112, 236, 0.08); --lothis-atmosphere-three: rgba(248, 151, 111, 0.06);
}

:root[data-lothis-palette="glow"][data-lothis-theme="dark"] {
	--lothis-canvas: #160c06; --lothis-canvas-raised: #1c1009; --lothis-surface-solid: #24170f; --lothis-ink: #fff5eb; --lothis-muted: #d0b7a5; --lothis-accent: #ffb56e; --lothis-atmosphere-one: rgba(244, 139, 69, 0.12); --lothis-atmosphere-two: rgba(230, 187, 61, 0.08); --lothis-atmosphere-three: rgba(229, 82, 72, 0.06);
}

:root[data-lothis-palette][data-lothis-theme="dark"] {
	--lothis-surface: color-mix(in srgb, var(--lothis-surface-solid) 76%, transparent);
	--lothis-faint: color-mix(in srgb, var(--lothis-muted) 80%, var(--lothis-canvas));
	--lothis-line: color-mix(in srgb, var(--lothis-ink) 12%, transparent);
	--lothis-line-strong: color-mix(in srgb, var(--lothis-ink) 22%, transparent);
	--lothis-accent-hover: color-mix(in srgb, var(--lothis-accent) 84%, white);
	--lothis-accent-soft: color-mix(in srgb, var(--lothis-accent) 17%, var(--lothis-canvas));
	--lothis-on-accent: var(--lothis-canvas);
	--lothis-user-bubble: color-mix(in srgb, var(--lothis-accent) 42%, var(--lothis-canvas));
	--lothis-shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.28);
	--lothis-shadow-control: 0 10px 32px rgba(0, 0, 0, 0.24);
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--lothis-header-height) + 24px);
}

body,
.editor-styles-wrapper {
	background: var(--lothis-canvas);
	color: var(--lothis-ink);
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	min-height: 100vh;
	overflow-x: clip;
}

::selection {
	background: color-mix(in srgb, var(--lothis-accent) 23%, transparent);
}

:where(a, button, summary, input, textarea, select):focus-visible {
	outline: 3px solid color-mix(in srgb, var(--lothis-accent) 72%, white);
	outline-offset: 4px;
}

:root a {
	color: var(--lothis-accent);
	text-decoration-line: underline;
	text-decoration-color: color-mix(in srgb, currentColor 72%, transparent);
	text-decoration-thickness: max(1px, 0.075em);
	text-underline-offset: 0.2em;
}

:root a:hover {
	color: var(--lothis-accent-hover);
	text-decoration-color: currentColor;
	text-decoration-thickness: max(2px, 0.1em);
}

/* Navigation, brand links and button-shaped controls communicate their role
 * through placement and shape. Ordinary text links remain underlined so their
 * meaning never depends on colour alone. */
:root :where(.wp-block-navigation, .wp-block-site-title, .wp-block-button) a,
:root a.wp-element-button {
	text-decoration: none;
}

.lothis-shell {
	position: relative;
}

/* Header: glass is intentionally limited to this functional layer. */
.lothis-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	min-height: var(--lothis-header-height);
	border-bottom: 1px solid transparent;
	background: color-mix(in srgb, var(--lothis-canvas) 74%, transparent);
	-webkit-backdrop-filter: saturate(145%) blur(20px);
	backdrop-filter: saturate(145%) blur(20px);
}

.lothis-site-header::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--lothis-line), transparent);
}

.lothis-header-inner,
.lothis-footer-inner {
	width: min(100%, calc(var(--lothis-wide) + 5rem));
	margin-inline: auto;
}

.lothis-header-inner {
	min-height: var(--lothis-header-height);
}

.lothis-brand .wp-block-site-title {
	margin: 0;
	font-size: 1.08rem;
	font-weight: 680;
	letter-spacing: -0.025em;
}

.lothis-brand .wp-block-site-title a {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	color: var(--lothis-ink);
}

.lothis-brand .wp-block-site-title a::before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	flex: 0 0 auto;
	background: url("../images/lothis-mark.svg") center / contain no-repeat;
}

.lothis-header-actions {
	gap: 0.45rem;
}

.lothis-site-header .wp-block-navigation-item__content {
	position: relative;
	padding: 0.6rem 0.45rem;
	color: var(--lothis-muted);
}

.lothis-site-header .wp-block-navigation-item__content:hover {
	color: var(--lothis-ink);
}

.lothis-theme-toggle {
	display: inline-grid;
	width: 2.75rem;
	height: 2.75rem;
	place-items: center;
	padding: 0;
	border: 1px solid var(--lothis-line);
	border-radius: 50%;
	background: var(--lothis-surface);
	box-shadow: var(--lothis-shadow-control);
	color: var(--lothis-ink);
	cursor: pointer;
	-webkit-backdrop-filter: saturate(130%) blur(16px);
	backdrop-filter: saturate(130%) blur(16px);
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.lothis-theme-toggle:hover {
	border-color: var(--lothis-line-strong);
	transform: translateY(-1px);
}

.lothis-theme-icon {
	position: relative;
	display: block;
	width: 1.05rem;
	height: 1.05rem;
	border: 1.8px solid currentColor;
	border-radius: 50%;
	overflow: hidden;
}

.lothis-theme-icon::after {
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	width: 52%;
	background: currentColor;
	transition: width 180ms ease;
}

.lothis-theme-toggle[data-mode="light"] .lothis-theme-icon::after {
	width: 0;
}

.lothis-theme-toggle[data-mode="dark"] .lothis-theme-icon::after {
	width: calc(100% + 4px);
}

.lothis-site-header .wp-block-navigation__responsive-container.is-menu-open {
	background: var(--lothis-canvas);
	color: var(--lothis-ink);
}

/* Shared editorial primitives. */
.lothis-section {
	position: relative;
	padding-top: clamp(5.5rem, 10vw, 9rem);
	padding-bottom: clamp(5.5rem, 10vw, 9rem);
}

.lothis-section--compact {
	padding-top: clamp(3.5rem, 7vw, 6rem);
	padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.lothis-section-heading {
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}

.lothis-overline,
.lothis-status-pill {
	font-size: 0.76rem;
	font-weight: 690;
	letter-spacing: 0.095em;
	line-height: 1.2;
	text-transform: uppercase;
}

.lothis-overline {
	color: var(--lothis-accent);
}

.lothis-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.46rem 0.72rem;
	border: 1px solid var(--lothis-line);
	border-radius: var(--lothis-radius-control);
	background: var(--lothis-surface);
	color: var(--lothis-muted);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.lothis-status-pill::before {
	content: "";
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background: var(--lothis-accent);
}

.lothis-section-title {
	margin-top: 1rem;
	margin-bottom: 1.2rem;
	font-size: clamp(2.1rem, 5vw, 4.2rem);
	letter-spacing: -0.052em;
}

.lothis-section-intro {
	max-width: 650px;
	margin-inline: auto;
	color: var(--lothis-muted);
	font-size: clamp(1.05rem, 1.7vw, 1.26rem);
	line-height: 1.62;
}

.is-style-lothis-surface,
.lothis-surface {
	border: 1px solid var(--lothis-line);
	border-radius: var(--lothis-radius-card);
	background: var(--lothis-surface-solid);
	box-shadow: var(--lothis-shadow-soft);
}

/* Hero. */
.lothis-hero {
	isolation: isolate;
	min-height: min(860px, calc(100svh - var(--lothis-header-height)));
	display: grid;
	align-content: center;
	padding-top: clamp(5rem, 12vh, 8.5rem);
	padding-bottom: clamp(5rem, 12vh, 8.5rem);
	overflow: hidden;
}

.lothis-hero::before,
.lothis-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.lothis-hero::before {
	top: -26rem;
	left: 50%;
	width: min(92vw, 980px);
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		radial-gradient(circle at 37% 45%, var(--lothis-atmosphere-one), transparent 45%),
		radial-gradient(circle at 65% 51%, var(--lothis-atmosphere-two), transparent 48%),
		radial-gradient(circle at 52% 63%, var(--lothis-atmosphere-three), transparent 52%);
	transform: translateX(-50%);
}

.lothis-hero::after {
	right: 8%;
	bottom: 8%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--lothis-accent);
	box-shadow:
		-73vw -7vh 0 color-mix(in srgb, var(--lothis-accent) 28%, transparent),
		-63vw 13vh 0 color-mix(in srgb, #398ee0 24%, transparent),
		-11vw -42vh 0 color-mix(in srgb, #75cf49 26%, transparent);
	opacity: 0.6;
}

.lothis-hero-content {
	max-width: 1000px;
	margin-inline: auto;
	text-align: center;
}

.lothis-mark {
	display: block;
	background: url("../images/lothis-mark.svg") center / contain no-repeat;
}

.lothis-mark--hero {
	width: clamp(5.25rem, 10vw, 7.5rem);
	aspect-ratio: 1;
	margin: 1.7rem auto 1.9rem;
	animation: lothis-breathe 5.28s ease-in-out infinite;
	transform-origin: 50% 52%;
}

@keyframes lothis-breathe {
	0%, 100% { opacity: 0.965; transform: scale(0.985); }
	40% { opacity: 1; transform: scale(1.026); }
	47% { opacity: 1; transform: scale(1.028); }
	85% { opacity: 0.985; transform: scale(0.995); }
}

.lothis-hero h1 {
	max-width: 930px;
	margin: 0 auto;
	font-size: clamp(2.8rem, 8vw, 6.35rem);
	font-weight: 680;
	letter-spacing: -0.068em;
	line-height: 0.98;
	text-wrap: balance;
}

.lothis-hero-lead {
	max-width: 660px;
	margin: 1.55rem auto 0;
	color: var(--lothis-muted);
	font-size: clamp(1.08rem, 2vw, 1.34rem);
	line-height: 1.55;
	text-wrap: balance;
}

.lothis-hero-actions {
	justify-content: center;
	margin-top: 2rem;
}

.wp-block-button .wp-block-button__link,
.wp-element-button {
	border: 1px solid transparent;
	box-shadow: 0 8px 22px color-mix(in srgb, var(--lothis-accent) 18%, transparent);
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wp-block-button .wp-block-button__link:hover,
.wp-element-button:hover {
	background: var(--lothis-accent-hover);
	color: var(--lothis-on-accent);
	transform: translateY(-1px);
}

.wp-block-button.is-style-lothis-quiet .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
	border-color: var(--lothis-line);
	background: var(--lothis-surface);
	box-shadow: var(--lothis-shadow-control);
	color: var(--lothis-ink);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.wp-block-button.is-style-lothis-quiet .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: var(--lothis-line-strong);
	background: var(--lothis-surface-solid);
	color: var(--lothis-ink);
}

.lothis-hero-note {
	margin-top: 1rem;
	color: var(--lothis-faint);
	font-size: 0.82rem;
}

/* App preview — visually familiar, deliberately non-interactive. */
.lothis-app-showcase {
	padding-top: 1.5rem;
	padding-bottom: clamp(6rem, 12vw, 10rem);
}

.lothis-app-stage {
	position: relative;
	isolation: isolate;
	max-width: 940px;
	min-height: 670px;
	margin-inline: auto;
	overflow: hidden;
	border: 1px solid var(--lothis-line);
	border-radius: clamp(2rem, 5vw, 3.75rem);
	background: var(--lothis-canvas-raised);
	box-shadow: 0 35px 110px rgba(5, 53, 47, 0.12);
}

.lothis-app-stage::before {
	content: "";
	position: absolute;
	top: -16rem;
	left: -10rem;
	width: 32rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, var(--lothis-atmosphere-one), transparent 68%);
	pointer-events: none;
}

.lothis-app-chrome {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 1.35rem clamp(1.25rem, 4vw, 2.5rem);
	border-bottom: 1px solid var(--lothis-line);
	background: color-mix(in srgb, var(--lothis-surface) 72%, transparent);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.lothis-app-chrome-label {
	color: var(--lothis-faint);
	font-size: 0.76rem;
	font-weight: 650;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.lothis-app-chrome-title {
	font-size: 1rem;
	font-weight: 680;
	letter-spacing: -0.025em;
}

.lothis-app-chrome-dot {
	justify-self: end;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--lothis-accent);
	box-shadow: 0 0 0 5px color-mix(in srgb, var(--lothis-accent) 12%, transparent);
}

.lothis-conversation-preview {
	position: relative;
	display: flex;
	min-height: 580px;
	flex-direction: column;
	padding: clamp(2rem, 6vw, 4.5rem);
}

.lothis-preview-center {
	display: flex;
	max-width: 610px;
	flex: 1;
	align-self: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.lothis-preview-center .lothis-mark {
	width: 5.2rem;
	aspect-ratio: 1;
	margin-inline: auto;
	animation: lothis-breathe 5.28s ease-in-out infinite;
}

.lothis-preview-center h2 {
	margin: 1.35rem 0 0.55rem;
	font-size: clamp(2rem, 5vw, 3.25rem);
	letter-spacing: -0.052em;
}

.lothis-preview-center p {
	margin: 0;
	color: var(--lothis-muted);
	font-size: clamp(1rem, 2vw, 1.18rem);
}

.lothis-composer-preview {
	display: flex;
	width: min(100%, 720px);
	min-height: 4.25rem;
	align-items: center;
	align-self: center;
	gap: 1rem;
	padding: 0.5rem 0.55rem 0.5rem 1.35rem;
	border: 1px solid var(--lothis-line);
	border-radius: 2.25rem;
	background: var(--lothis-surface-solid);
	box-shadow: var(--lothis-shadow-control);
	color: var(--lothis-faint);
}

.lothis-composer-preview span:first-child {
	flex: 1;
}

.lothis-composer-send {
	display: grid;
	width: 3.15rem;
	height: 3.15rem;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: color-mix(in srgb, var(--lothis-muted) 13%, transparent);
	color: var(--lothis-faint);
	font-size: 1.25rem;
	font-weight: 650;
}

.lothis-preview-disclaimer {
	margin: 0.8rem 0 0;
	color: var(--lothis-faint);
	font-size: 0.78rem;
	text-align: center;
}

/* Editorial product story, not a generic feature-card grid. */
.lothis-manifesto {
	max-width: 1040px;
	margin-inline: auto;
	font-size: clamp(2rem, 5.2vw, 4.9rem);
	font-weight: 610;
	letter-spacing: -0.058em;
	line-height: 1.06;
	text-align: center;
	text-wrap: balance;
}

.lothis-manifesto em {
	color: var(--lothis-accent);
	font-style: normal;
}

.lothis-editorial-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(3rem, 9vw, 8rem);
	align-items: start;
}

.lothis-editorial-sticky {
	position: sticky;
	top: calc(var(--lothis-header-height) + 3rem);
}

.lothis-editorial-sticky h2 {
	margin-top: 0.8rem;
	font-size: clamp(2.1rem, 4.8vw, 4rem);
}

.lothis-editorial-sticky p {
	color: var(--lothis-muted);
	font-size: 1.08rem;
}

.lothis-principles {
	border-top: 1px solid var(--lothis-line);
}

.lothis-principle {
	display: grid;
	grid-template-columns: 3rem 1fr;
	gap: 1rem;
	padding: 2rem 0;
	border-bottom: 1px solid var(--lothis-line);
}

.lothis-principle-number {
	color: var(--lothis-accent);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.lothis-principle h3 {
	margin: 0 0 0.55rem;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	letter-spacing: -0.035em;
}

.lothis-principle p {
	margin: 0;
	color: var(--lothis-muted);
}

/* Example conversation. */
.lothis-dialogue-stage {
	position: relative;
	max-width: 840px;
	margin: 3.5rem auto 0;
	padding: clamp(1.5rem, 5vw, 3.25rem);
	overflow: hidden;
}

.lothis-dialogue-label {
	margin: 0 0 2.2rem;
	color: var(--lothis-faint);
	font-size: 0.76rem;
	font-weight: 670;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.lothis-dialogue-row {
	display: flex;
	margin: 1.1rem 0;
}

.lothis-dialogue-row--user {
	justify-content: flex-end;
}

.lothis-dialogue-row p {
	max-width: 620px;
	margin: 0;
	font-size: clamp(1rem, 1.8vw, 1.14rem);
}

.lothis-dialogue-row--user p {
	padding: 0.9rem 1.15rem;
	border-radius: 1.4rem 1.4rem 0.35rem 1.4rem;
	background: var(--lothis-user-bubble);
	color: #ffffff;
}

.lothis-dialogue-row--lothis {
	position: relative;
	padding: 1.2rem 0 0 3.1rem;
}

.lothis-dialogue-row--lothis::before {
	content: "";
	position: absolute;
	top: 1.1rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	background: url("../images/lothis-mark.svg") center / contain no-repeat;
}

.lothis-dialogue-context {
	margin-top: 2.3rem;
	padding-top: 1.2rem;
	border-top: 1px solid var(--lothis-line);
	color: var(--lothis-faint);
	font-size: 0.78rem;
}

/* Atmospheres echo the app while the mark always stays unchanged. */
.lothis-atmospheres {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin-top: 3.25rem;
}

.lothis-atmosphere {
	position: relative;
	min-height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.4rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 1.75rem;
	color: #10211f;
	font: inherit;
	text-align: left;
	cursor: pointer;
	box-shadow: none;
	transition: transform 180ms ease, box-shadow 180ms ease, outline-color 180ms ease;
}

.lothis-atmosphere:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 35px rgba(19, 50, 46, 0.10);
}

.lothis-atmosphere[aria-pressed="true"] {
	outline: 3px solid var(--lothis-accent);
	outline-offset: 3px;
}

.lothis-atmosphere[aria-pressed="true"] .lothis-atmosphere-name::after {
	content: "✓";
	display: inline-grid;
	width: 1.35rem;
	height: 1.35rem;
	margin-left: 0.5rem;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.68);
	font-size: 0.72rem;
	vertical-align: 0.1em;
}

.lothis-atmosphere::before,
.lothis-atmosphere::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.lothis-atmosphere::before {
	top: -35%;
	right: -42%;
	width: 110%;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.42);
}

.lothis-atmosphere::after {
	bottom: -42%;
	left: -37%;
	width: 100%;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.20);
}

.lothis-atmosphere--dew { background: linear-gradient(145deg, #dff8ee, #b9eade 58%, #b8dff1); }
.lothis-atmosphere--tide { background: linear-gradient(145deg, #e0eaff, #bfcff5 55%, #bee9e8); }
.lothis-atmosphere--blossom { background: linear-gradient(145deg, #fbe4ee, #efbed4 58%, #dad1f6); }
.lothis-atmosphere--glow { background: linear-gradient(145deg, #fcedd9, #f6cfaa 58%, #f1df9f); }

.lothis-atmosphere-name,
.lothis-atmosphere-copy {
	position: relative;
	z-index: 1;
}

.lothis-atmosphere-status {
	margin: 1.25rem 0 0;
	color: var(--lothis-faint);
	font-size: 0.8rem;
	text-align: center;
}

.lothis-atmosphere-name {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 680;
	letter-spacing: -0.025em;
}

.lothis-atmosphere-copy {
	margin: 0.15rem 0 0;
	font-size: 0.84rem;
	opacity: 0.72;
}

/* Product boundary and safety. */
.lothis-boundary-wrap {
	position: relative;
	overflow: hidden;
	border-radius: clamp(2rem, 5vw, 4rem);
	background: #07171b;
	color: #f0f8f5;
}

.lothis-boundary-wrap::before {
	content: "";
	position: absolute;
	top: -21rem;
	right: -14rem;
	width: 40rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(68, 209, 176, 0.19), transparent 66%);
}

.lothis-boundary-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: clamp(3rem, 8vw, 7rem);
	padding: clamp(2rem, 7vw, 6rem);
}

.lothis-boundary-inner .lothis-overline {
	color: #72dac8;
}

.lothis-boundary-inner h2 {
	margin: 1rem 0;
	color: #f0f8f5;
	font-size: clamp(2.3rem, 5.5vw, 4.8rem);
}

.lothis-boundary-inner p {
	color: #b8c8c4;
	font-size: 1.08rem;
}

.lothis-boundary-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lothis-boundary-list li {
	position: relative;
	padding: 1rem 0 1rem 2rem;
	border-bottom: 1px solid rgba(238, 248, 245, 0.12);
	color: #dbe8e4;
}

.lothis-boundary-list li::before {
	content: "";
	position: absolute;
	top: 1.48rem;
	left: 0.2rem;
	width: 0.52rem;
	height: 0.52rem;
	border: 1px solid #72dac8;
	border-radius: 50%;
}

.lothis-trust-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 4vw, 3rem);
	margin-top: 3.25rem;
}

.lothis-trust-panel {
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

.lothis-trust-panel h3 {
	margin: 0 0 0.8rem;
	font-size: 1.55rem;
}

.lothis-trust-panel p {
	margin: 0;
	color: var(--lothis-muted);
}

/* FAQ uses native details for keyboard and screen-reader behaviour. */
.lothis-faq {
	max-width: 860px;
	margin: 3rem auto 0;
	border-top: 1px solid var(--lothis-line);
}

.lothis-faq .wp-block-details {
	margin: 0;
	padding: 1.45rem 0;
	border-bottom: 1px solid var(--lothis-line);
}

.lothis-faq summary {
	position: relative;
	padding-right: 3rem;
	cursor: pointer;
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	font-weight: 650;
	letter-spacing: -0.02em;
	list-style: none;
}

.lothis-faq summary::-webkit-details-marker {
	display: none;
}

.lothis-faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0.4rem;
	color: var(--lothis-accent);
	font-size: 1.45rem;
	font-weight: 430;
	transform: translateY(-50%);
}

.lothis-faq details[open] summary::after {
	content: "−";
}

.lothis-faq .wp-block-details > :not(summary) {
	max-width: 700px;
	margin: 1rem 0 0;
	color: var(--lothis-muted);
}

/* Closing statement. */
.lothis-final-cta {
	position: relative;
	max-width: 1000px;
	margin-inline: auto;
	padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 6vw, 5rem);
	overflow: hidden;
	text-align: center;
}

.lothis-final-cta::before {
	content: "";
	position: absolute;
	top: -18rem;
	left: 50%;
	width: 42rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, var(--lothis-atmosphere-one), transparent 67%);
	transform: translateX(-50%);
	pointer-events: none;
}

.lothis-final-cta > * {
	position: relative;
}

.lothis-final-cta .lothis-mark {
	width: 4.8rem;
	aspect-ratio: 1;
	margin-inline: auto;
}

.lothis-final-cta h2 {
	max-width: 700px;
	margin: 1.1rem auto;
	font-size: clamp(2.2rem, 5vw, 4rem);
}

.lothis-final-cta p {
	max-width: 620px;
	margin-inline: auto;
	color: var(--lothis-muted);
	font-size: 1.08rem;
}

.lothis-final-cta .wp-block-buttons {
	justify-content: center;
	margin-top: 1.7rem;
}

/* Footer. */
.lothis-site-footer {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	border-top: 1px solid var(--lothis-line);
	color: var(--lothis-muted);
}

.lothis-site-footer .wp-block-site-title {
	font-size: 1rem;
}

.lothis-footer-meta {
	font-size: 0.78rem;
}

.lothis-site-footer .wp-block-navigation a {
	color: var(--lothis-muted);
	text-decoration: none;
}

.lothis-site-footer .wp-block-navigation a:hover {
	color: var(--lothis-ink);
}

/* Standard post and page templates. */
.lothis-content-shell {
	padding-top: clamp(4rem, 8vw, 7rem);
	padding-bottom: clamp(5rem, 10vw, 9rem);
}

.lothis-content-header {
	max-width: var(--lothis-reading);
	margin: 0 auto 3rem;
}

.lothis-content-header .wp-block-post-title {
	font-size: clamp(2.5rem, 6vw, 5rem);
}

.lothis-content-shell .wp-block-post-content {
	color: var(--lothis-ink);
}

.lothis-content-shell .wp-block-post-content :where(p, li) {
	font-size: 1.05rem;
}

.lothis-query-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.lothis-query-card {
	height: 100%;
	padding: 1.6rem;
}

/* Responsive behaviour. */
@media (max-width: 900px) {
	.lothis-editorial-grid,
	.lothis-boundary-inner {
		grid-template-columns: 1fr;
	}

	.lothis-editorial-sticky {
		position: static;
	}

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

@media (max-width: 700px) {
	:root {
		--lothis-header-height: 68px;
		--lothis-radius-card: 24px;
	}

	/* A backdrop-filter creates a containing block for fixed descendants in
	 * WebKit and Chromium. WordPress Core places its mobile dialog inside this
	 * header, so glass is deliberately made opaque on small screens. This keeps
	 * the navigation attached to the viewport instead of the 68px header. */
	.lothis-site-header {
		background: color-mix(in srgb, var(--lothis-canvas) 96%, transparent);
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.lothis-site-header .wp-block-navigation__responsive-container-open,
	.lothis-site-header .wp-block-navigation__responsive-container-close {
		width: 2.75rem;
		height: 2.75rem;
		min-width: 2.75rem;
		min-height: 2.75rem;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 1px solid var(--lothis-line);
		border-radius: 50%;
		background: var(--lothis-surface-solid);
		box-shadow: var(--lothis-shadow-control);
		color: var(--lothis-ink);
		cursor: pointer;
	}

	.lothis-site-header .wp-block-navigation__responsive-container-open {
		display: flex;
	}

	.lothis-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.lothis-site-header .wp-block-navigation__responsive-container.is-menu-open {
		position: fixed !important;
		inset: 0 !important;
		z-index: 100000 !important;
		width: 100vw !important;
		max-width: none !important;
		height: 100vh !important;
		height: 100dvh !important;
		min-height: 100vh;
		min-height: 100dvh;
		display: flex !important;
		box-sizing: border-box;
		flex-direction: column;
		overflow-x: hidden;
		overflow-y: auto;
		padding:
			max(1rem, env(safe-area-inset-top))
			max(1.25rem, env(safe-area-inset-right))
			max(1.5rem, env(safe-area-inset-bottom))
			max(1.25rem, env(safe-area-inset-left)) !important;
		background: var(--lothis-canvas) !important;
		color: var(--lothis-ink) !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
	}

	.lothis-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
		position: relative;
		width: 100%;
		min-height: calc(100dvh - 2rem);
		display: flex;
		box-sizing: border-box;
		flex: 1;
		flex-direction: column;
	}

	.lothis-site-header .wp-block-navigation__responsive-container-close {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		display: flex;
	}

	.lothis-site-header .wp-block-navigation__responsive-container-open svg,
	.lothis-site-header .wp-block-navigation__responsive-container-close svg {
		width: 1.35rem;
		height: 1.35rem;
		fill: currentColor;
	}

	.lothis-site-header .wp-block-navigation__responsive-container-content {
		width: 100%;
		min-height: 100%;
		display: flex !important;
		box-sizing: border-box;
		flex: 1;
		flex-direction: column;
		align-items: stretch !important;
		justify-content: center;
		padding: 5.75rem 0 3rem !important;
	}

	.lothis-site-header .wp-block-navigation__responsive-container-content::before {
		content: "Lothis";
		display: flex;
		min-height: 2.75rem;
		align-items: center;
		align-self: center;
		margin-bottom: clamp(2.25rem, 8vh, 4.5rem);
		padding-left: 3.35rem;
		background: url("../images/lothis-mark.svg") left center / 2.75rem 2.75rem no-repeat;
		color: var(--lothis-ink);
		font-size: 1.25rem;
		font-weight: 680;
		letter-spacing: -0.03em;
	}

	.lothis-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
		width: min(100%, 32rem);
		display: flex !important;
		flex: 0 0 auto;
		flex-direction: column !important;
		align-items: stretch !important;
		align-self: center;
		gap: 0 !important;
	}

	.lothis-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
		width: 100%;
		display: block !important;
		border-bottom: 1px solid var(--lothis-line);
	}

	.lothis-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item:first-child {
		border-top: 1px solid var(--lothis-line);
	}

	.lothis-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
		width: 100%;
		min-height: 3.75rem;
		display: flex !important;
		box-sizing: border-box;
		align-items: center;
		justify-content: space-between;
		padding: 0.9rem 0.25rem !important;
		color: var(--lothis-ink) !important;
		font-size: clamp(1.35rem, 6vw, 1.75rem);
		font-weight: 610;
		letter-spacing: -0.035em;
		line-height: 1.2;
		text-decoration: none;
	}

	.lothis-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content::after {
		content: "↗";
		margin-left: 1rem;
		color: var(--lothis-accent);
		font-size: 1rem;
		font-weight: 500;
	}

	.lothis-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:hover {
		color: var(--lothis-accent) !important;
	}

	.lothis-header-inner {
		min-height: var(--lothis-header-height);
	}

	.lothis-hero {
		min-height: auto;
		padding-top: 4.5rem;
		padding-bottom: 5rem;
	}

	.lothis-hero h1 {
		font-size: clamp(2.9rem, 14vw, 4.6rem);
	}

	.lothis-app-stage {
		min-height: 570px;
		border-radius: 2.3rem;
	}

	.lothis-app-chrome {
		padding: 1.1rem 1.25rem;
	}

	.lothis-conversation-preview {
		min-height: 510px;
		padding: 1.5rem;
	}

	.lothis-composer-preview {
		min-height: 3.8rem;
		padding-left: 1rem;
		font-size: 0.93rem;
	}

	.lothis-composer-send {
		width: 2.85rem;
		height: 2.85rem;
	}

	.lothis-principle {
		grid-template-columns: 2.25rem 1fr;
	}

	.lothis-trust-grid,
	.lothis-query-grid {
		grid-template-columns: 1fr;
	}

	.lothis-footer-inner {
		align-items: flex-start !important;
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.lothis-atmospheres {
		grid-template-columns: 1fr;
	}

	.lothis-atmosphere {
		min-height: 190px;
	}

	.lothis-header-actions {
		gap: 0.25rem;
	}

	.lothis-theme-toggle {
		width: 2.75rem;
		height: 2.75rem;
		min-width: 2.75rem;
		min-height: 2.75rem;
	}
}

/* Accessibility variants are first-class, not a later visual patch. */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.lothis-mark--hero,
	.lothis-preview-center .lothis-mark {
		animation: none !important;
		transform: none;
	}
}

@media (prefers-reduced-transparency: reduce) {
	.lothis-site-header,
	.lothis-theme-toggle,
	.lothis-status-pill,
	.wp-block-button.is-style-lothis-quiet .wp-block-button__link,
	.wp-block-button.is-style-outline .wp-block-button__link,
	.lothis-app-chrome {
		background: var(--lothis-surface-solid);
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.lothis-hero::before,
	.lothis-app-stage::before,
	.lothis-final-cta::before {
		display: none;
	}
}

@media (prefers-contrast: more) {
	:root {
		--lothis-line: currentColor;
		--lothis-line-strong: currentColor;
		--lothis-muted: var(--lothis-ink);
	}

	.lothis-theme-toggle,
	.lothis-app-stage,
	.lothis-composer-preview,
	.is-style-lothis-surface,
	.lothis-surface {
		border-width: 2px;
	}
}

@media (forced-colors: active) {
	.lothis-mark,
	.lothis-brand .wp-block-site-title a::before,
	.lothis-dialogue-row--lothis::before {
		forced-color-adjust: none;
	}

	.lothis-status-pill::before,
	.lothis-app-chrome-dot {
		background: CanvasText;
	}
}

@media print {
	.lothis-site-header,
	.lothis-hero-actions,
	.lothis-app-showcase,
	.lothis-final-cta,
	.lothis-site-footer {
		display: none;
	}

	body {
		background: #ffffff;
		color: #000000;
	}
}
