/*
Theme Name: WordTypingOnline Lite
Description: Minimal block child theme for the WordTypingOnline typing platform.
Author: WordTypingOnline
Version: 1.8.47
Template: twentytwentyfive
Text Domain: wordtypingonline-lite
*/

/* Lightweight editorial shell: no page-builder assets or client-side rendering. */
.wto-editorial-header,
.wto-editorial-footer {
	padding: 1.15rem clamp(1.1rem, 4vw, 4rem);
	background: var(--wto-bg, #f3f7f8);
	color: var(--wto-text, #133247);
}

.wto-editorial-header { border-bottom: 1px solid color-mix(in srgb, currentColor 14%, transparent); }
.wto-editorial-footer { border-top: 1px solid color-mix(in srgb, currentColor 14%, transparent); margin-top: 4rem; }
.wto-editorial-header__inner,
.wto-editorial-footer__inner,
.wto-editorial { max-width: 76rem; margin-inline: auto; }
.wto-editorial-brand { display: inline-flex; align-items: center; gap: .65rem; color: inherit; text-decoration: none; min-width: max-content; }
.wto-editorial-brand__mark { display: grid; place-items: center; flex: 0 0 2.25rem; box-sizing: border-box; width: 2.25rem; min-width: 2.25rem; height: 2.25rem; min-height: 2.25rem; margin: 0; padding: 0; overflow: hidden; border: 0; border-radius: 0; background: transparent; color: #168bd1; font-size: 1.2rem; line-height: 0; }
.wto-editorial-brand__mark .wto-brand-logo-svg { display: block; box-sizing: border-box; width: 100%; height: 100%; margin: 0; padding: 0; aspect-ratio: 1 / 1; object-fit: contain; }
.wto-editorial-brand__text { display: grid; line-height: 1; }
.wto-editorial-brand__text small { color: #58829a; font-size: .7rem; margin-bottom: .18rem; }
.wto-editorial-brand__text strong { font-size: clamp(1.2rem, 2.3vw, 1.75rem); font-weight: 800; letter-spacing: -.055em; }
.wto-editorial-brand--footer .wto-editorial-brand__mark { flex-basis: 2rem; width: 2rem; min-width: 2rem; height: 2rem; min-height: 2rem; font-size: 1rem; }
.wto-editorial-brand--footer .wto-editorial-brand__text strong { font-size: 1.05rem; }
.wto-editorial-header a,
.wto-editorial-footer a { color: inherit; text-decoration: none; }
.wto-editorial-social-links { display: inline-flex; align-items: center; gap: .55rem; }
.wto-editorial-social { display: inline-grid; width: 1.05rem; height: 1.05rem; place-items: center; }
.wto-editorial-social svg { width: 100%; height: 100%; fill: currentColor; }
.wto-footer-social-links { flex: 0 0 auto; }
.wto-app-footer .wto-editorial-social { color: var(--wto-muted) !important; }
.wto-app-footer .wto-editorial-social:hover { color: var(--wto-accent) !important; }
.wto-app-footer .wto-footer-links { display: flex; flex-wrap: wrap; min-width: 0; }
.wto-editorial-nav,
.wto-editorial-footer__links,
.wto-article-byline { display: flex; flex-wrap: wrap; gap: .9rem; font-size: .9rem; }
.wto-editorial-nav a:hover,
.wto-editorial-footer a:hover { text-decoration: underline; }
.wto-editorial-nav .wto-directory-submenu { position: relative; }
.wto-editorial-nav .wto-directory-submenu summary { display: flex; align-items: center; gap: .3rem; cursor: pointer; list-style: none; }
.wto-editorial-nav .wto-directory-submenu summary::-webkit-details-marker { display: none; }
.wto-editorial-nav .wto-directory-submenu summary span { font-size: 1.1em; line-height: 1; transition: transform .15s ease; }
.wto-editorial-nav .wto-directory-submenu[open] summary span { transform: rotate(90deg); }
.wto-editorial-nav .wto-directory-submenu__panel { position: absolute; z-index: 30; top: calc(100% + .55rem); left: 50%; display: grid; width: max-content; min-width: 11.5rem; max-height: min(60vh, 27rem); overflow: auto; padding: .45rem; border: 1px solid #e6ddd4; border-radius: .45rem; background: #fff; box-shadow: 0 1rem 2rem rgba(31, 38, 49, .16); transform: translateX(-50%); }
.wto-editorial-nav .wto-directory-submenu__panel a { padding: .55rem .65rem; border-radius: .25rem; font-size: .84rem; white-space: nowrap; }
.wto-editorial-nav .wto-directory-submenu__panel a:hover { background: #f3e6de; }

.wto-editorial { width: min(100% - 2rem, 76rem); padding-top: clamp(2.75rem, 7vw, 6rem); color: var(--wto-text, #133247); }
.wto-editorial-hero { max-width: 48rem; margin-bottom: 3rem; }
.wto-editorial h1 { font-size: clamp(2.4rem, 6vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; margin-block: .55rem 1.1rem; }
.wto-editorial h2 { letter-spacing: -.03em; }
.wto-editorial p,
.wto-editorial li { line-height: 1.7; }
.wto-editorial-eyebrow,
.wto-post-card__category { color: #168bd1; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.wto-blog-archive .wp-block-query { max-width: none; }
.wto-post-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 1.25rem; width: 100%; }
.wto-post-card { box-sizing: border-box; min-width: 0; height: 100%; padding: 1.25rem; border: 1px solid color-mix(in srgb, currentColor 15%, transparent); border-radius: 1rem; background: color-mix(in srgb, var(--wto-bg, #f3f7f8) 90%, white); transition: transform .18s ease, box-shadow .18s ease; }
.wto-post-card:hover { transform: translateY(-3px); box-shadow: 0 1rem 2.25rem rgba(17, 50, 71, .12); }
.wto-post-card .wp-block-post-featured-image { margin: -1.25rem -1.25rem 1.2rem; overflow: hidden; border-radius: 1rem 1rem 0 0; }
.wto-post-card h2 { margin-block: .4rem .55rem; font-size: 1.35rem; }
.wto-post-card h2 a { color: inherit; text-decoration: none; }
.wto-post-card__date,
.wto-article-byline { color: #577589; font-size: .9rem; }
.wto-single-article { max-width: 76rem; }
.wto-single-article > .wp-block-post-featured-image { margin-block: 2rem; border-radius: 1rem; overflow: hidden; }
.wto-single-article .wp-block-post-content > * + * { margin-top: 1.3rem; }
.wto-standard-page { max-width: 52rem; min-height: 48vh; }
.wto-not-found { max-width: 44rem; min-height: 52vh; }

/* Gutenberg content inside the application shell, used for trust and legal pages. */
.wto-structural-page { display: flex; flex-direction: column; min-height: 100vh; }
.wto-structural-page .wto-structural-main { width: min(100% - 2.5rem, 1230px) !important; max-width: 1230px !important; box-sizing: border-box; margin: 0 auto !important; padding: clamp(1.25rem, 3vw, 2.5rem) 0 2rem !important; flex: 0 0 auto; text-align: left !important; }
.wto-structural-page .wto-structural-content { width: 100% !important; max-width: none !important; margin: 0 !important; text-align: left !important; }
.wto-structural-page .wto-structural-content .wp-block-group { width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; padding-inline: 0 !important; flex: 0 0 auto !important; text-align: left !important; }
.wto-structural-page .wto-structural-content .wp-block-group.is-layout-constrained > * { max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
.wto-structural-page .wto-structural-content .wto-standard-page { min-height: 0; }
.wto-structural-page .wto-structural-content > .wp-block-group > p.wto-editorial-eyebrow { position: relative; left: 50%; width: 100vw; max-width: 100vw !important; margin: 0 0 .8rem !important; transform: translateX(-50%); text-align: center !important; }
.wto-structural-page .wto-structural-content h1 { max-width: none; margin: 0 0 2rem !important; font-size: clamp(2.35rem, 5vw, 4.5rem); line-height: 1.04; letter-spacing: -.055em; text-align: center !important; }
.wto-structural-page .wto-structural-content h1::after { content: ""; display: block; width: 3rem; height: .18rem; margin: 1.25rem auto 0; border-radius: 99px; background: var(--wto-accent); }
.wto-structural-page .wto-structural-content h2 { position: relative; margin: 2.5rem 0 1.25rem !important; padding-bottom: .75rem; border-bottom: 1px solid color-mix(in srgb, var(--wto-text) 18%, transparent); font-size: clamp(1.35rem, 2.5vw, 2rem); letter-spacing: -.035em; text-align: left !important; }
.wto-structural-page .wto-structural-content h2::after { content: ""; position: absolute; bottom: -1px; left: 0; width: 2.5rem; height: .18rem; border-radius: 99px; background: var(--wto-accent); }
.wto-structural-page .wto-structural-content :is(p, li, ul, ol) { max-width: 74ch; line-height: 1.72; text-align: left !important; }
.wto-structural-page .wto-structural-content .wp-block-buttons { justify-content: flex-start !important; }
.wto-structural-page--contact .wp-block-buttons { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(100%, 48rem); gap: .75rem !important; margin: 1.15rem 0 2.15rem !important; }
.wto-structural-page--contact .wp-block-button { width: 100%; }
.wto-structural-page--contact .wp-block-button__link { display: flex; align-items: center; justify-content: flex-start; min-height: 3.5rem; width: 100%; box-sizing: border-box; padding: .8rem 1rem; border: 1px solid color-mix(in srgb, var(--wto-accent) 66%, transparent); border-radius: .75rem; background: color-mix(in srgb, var(--wto-accent) 14%, var(--wto-bg)) !important; color: var(--wto-text) !important; font-weight: 700; text-align: left; transition: transform .16s ease, background .16s ease; }
.wto-structural-page--contact .wp-block-button__link:hover { background: var(--wto-accent) !important; color: #fff !important; transform: translateY(-2px); }
.wto-learning-footer { display: grid !important; grid-template-columns: auto minmax(0, 1fr) auto auto auto; column-gap: 1rem; row-gap: .6rem; }
.wto-learning-footer .wto-footer-links { gap: .45rem .75rem; }
.wto-learning-footer .wto-footer-social-links { display: inline-flex; gap: .4rem; white-space: nowrap; }
.wto-learning-footer .wto-editorial-social { width: 1.45rem; height: 1.45rem; border: 1px solid color-mix(in srgb, var(--wto-muted) 42%, transparent); border-radius: 50%; }
.wto-learning-footer button, .wto-learning-footer > span:last-child { white-space: nowrap; }
.wto-structural-footer { width: min(1230px, calc(100% - 2.5rem)) !important; max-width: 1230px !important; }
.wto-learning-footer.wto-structural-footer { display: flex !important; align-items: center; justify-content: space-between; gap: 1rem; }
.wto-learning-footer.wto-structural-footer .wto-footer-links { flex: 1 1 auto; margin-right: 0; }
.wto-structural-footer__meta { display: flex; flex: 0 0 auto; align-items: center; gap: .7rem; white-space: nowrap; }
.wto-structural-footer__meta > span:last-child { white-space: nowrap; }
.wto-structural-footer a { text-decoration: none !important; }
.wto-structural-footer__meta button { white-space: nowrap; }
.wto-structural-footer__year { font: inherit; font-weight: 400; }
.wto-learning-footer .wto-footer-social-links .wto-editorial-social { display: inline-grid; place-items: center; font-family: Arial, sans-serif; font-size: .68rem; font-weight: 800; line-height: 1; }
.wto-learning-footer .wto-footer-social-links .wto-editorial-social svg { display: none; }
.wto-learning-footer .wto-editorial-social--facebook::after { content: "f"; }
.wto-learning-footer .wto-editorial-social--instagram::after { content: "IG"; font-size: .53rem; }
.wto-learning-footer .wto-editorial-social--linkedin::after { content: "in"; font-size: .57rem; }
.wto-learning-footer .wto-editorial-social--x::after { content: "X"; }
.wto-learning-footer .wto-editorial-social--pinterest::after { content: "P"; }
/* One clear, consistent social treatment across the homepage and all app footers. */
body .wto-app-footer .wto-footer-social-links .wto-editorial-social { display: inline-grid !important; width: 1.45rem !important; height: 1.45rem !important; place-items: center !important; box-sizing: border-box; border: 1px solid color-mix(in srgb, var(--wto-muted) 42%, transparent) !important; border-radius: 50% !important; background: transparent !important; color: var(--wto-muted) !important; font-family: Arial, sans-serif !important; font-size: .68rem !important; font-weight: 800 !important; line-height: 1 !important; text-decoration: none !important; }
body .wto-app-footer .wto-footer-social-links .wto-editorial-social svg { display: none !important; }
body .wto-app-footer .wto-footer-social-links .wto-editorial-social--instagram::after { font-size: .53rem; }
body .wto-app-footer .wto-footer-social-links .wto-editorial-social--linkedin::after { font-size: .57rem; }
body .wto-editorial-footer .wto-editorial-social-links { display: inline-flex; align-items: center; gap: .4rem; }
body .wto-editorial-footer .wto-editorial-social { display: inline-grid !important; width: 1.45rem !important; height: 1.45rem !important; place-items: center !important; box-sizing: border-box; border: 1px solid color-mix(in srgb, currentColor 28%, transparent) !important; border-radius: 50% !important; background: transparent !important; color: var(--wto-muted, #6f7f8b) !important; font-family: Arial, sans-serif !important; font-size: .68rem !important; font-weight: 800 !important; line-height: 1 !important; text-decoration: none !important; }
body .wto-editorial-footer .wto-editorial-social svg { display: none !important; }
body .wto-editorial-footer .wto-editorial-social--facebook::after { content: "f"; }
body .wto-editorial-footer .wto-editorial-social--instagram::after { content: "IG"; font-size: .53rem; }
body .wto-editorial-footer .wto-editorial-social--linkedin::after { content: "in"; font-size: .57rem; }
body .wto-editorial-footer .wto-editorial-social--x::after { content: "X"; }
body .wto-editorial-footer .wto-editorial-social--pinterest::after { content: "P"; }
/* Social buttons use the original vector marks, not text substitutes. */
body .wto-app-footer .wto-footer-social-links .wto-editorial-social::after,
body .wto-editorial-footer .wto-editorial-social::after { content: none !important; display: none !important; }
body .wto-app-footer .wto-footer-social-links .wto-editorial-social svg,
body .wto-editorial-footer .wto-editorial-social svg { display: block !important; width: .88rem !important; height: .88rem !important; fill: currentColor !important; }
/* Footer Pinterest uses the same plain icon treatment as the other footer links. */
body .wto-app-footer .wto-footer-social-links .wto-editorial-social--pinterest,
body .wto-editorial-footer .wto-editorial-social--pinterest { position: relative; }
body .wto-app-footer .wto-footer-social-links .wto-editorial-social--pinterest svg,
body .wto-editorial-footer .wto-editorial-social--pinterest svg { display: none !important; }
body .wto-app-footer .wto-footer-social-links .wto-editorial-social--pinterest::before,
body .wto-editorial-footer .wto-editorial-social--pinterest::before { display: none !important; }
body .wto-app-footer .wto-footer-social-links .wto-editorial-social--pinterest::after,
body .wto-editorial-footer .wto-editorial-social--pinterest::after { content: "" !important; position: absolute; inset: 0; display: block !important; width: .72rem; height: .72rem; margin: auto; background: currentColor; -webkit-mask: url("assets/images/pinterest-mark.png") center / contain no-repeat; mask: url("assets/images/pinterest-mark.png") center / contain no-repeat; }
.wto-structural-content a { color: var(--wto-accent); }
.wto-structural-content .wp-block-button__link { border-radius: .6rem; background: var(--wto-accent); color: #fff; font-weight: 700; }

/* First-party preference prompt; it contains no external assets or blocking code. */
.wto-consent[hidden], .wto-consent-reopen[hidden] { display: none !important; }
.wto-consent { position: fixed; z-index: 1000; right: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); width: min(32rem, calc(100% - 2rem)); color: #17344a; }
.wto-consent__panel { padding: 1.25rem; border: 1px solid #c8d4da; border-radius: 1rem; background: #fffdf8; box-shadow: 0 1.1rem 3rem rgba(14, 37, 53, .24); }
.wto-consent__eyebrow { margin: 0; color: #d05d31; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.wto-consent h2 { margin: .35rem 0 .5rem; font-size: 1.35rem; }
.wto-consent p { margin: 0; line-height: 1.55; font-size: .9rem; }
.wto-consent a { color: inherit; font-weight: 700; }
.wto-consent__choices { display: grid; gap: .55rem; margin-top: .9rem; padding: .8rem; border-radius: .65rem; background: #f0f5f5; }
.wto-consent__choices label { display: grid; grid-template-columns: auto 1fr; gap: .25rem .55rem; align-items: baseline; font-size: .88rem; font-weight: 700; }
.wto-consent__choices small { grid-column: 2; color: #5b6c76; font-weight: 400; }
.wto-consent__actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.wto-consent button, .wto-consent-reopen { min-height: 2.5rem; padding: .55rem .75rem; border: 1px solid #9bb0ba; border-radius: .5rem; background: #fff; color: #17344a; font: inherit; font-size: .84rem; font-weight: 700; cursor: pointer; }
.wto-consent button.is-primary { border-color: #d75b2a; background: #d75b2a; color: #fff; }
.wto-consent-reopen { position: fixed; z-index: 999; right: 1rem; bottom: 1rem; border-color: #d75b2a; background: #fffdf8; box-shadow: 0 .5rem 1.5rem rgba(14, 37, 53, .16); }

/* Keep the footer deliberately ordered on laptops and tablets. */
@media (max-width: 1125px) {
	.wto-learning-footer.wto-structural-footer { flex-wrap: wrap; justify-content: center; gap: .65rem 1rem; }
	.wto-learning-footer.wto-structural-footer .wto-structural-footer__meta { order: -1; width: 100%; justify-content: center; }
	.wto-learning-footer.wto-structural-footer .wto-footer-links { flex: 0 0 100%; width: 100%; justify-content: center; }
}

@media (max-width: 640px) {
	/* Keep the Gutenberg structural pages inside the phone viewport. */
	.wto-structural-page { max-width: 100%; overflow-x: hidden; }
	.wto-app-footer { position: static !important; width: 100% !important; max-width: 100% !important; min-width: 0; box-sizing: border-box; flex-direction: column; align-items: flex-start !important; gap: .65rem !important; }
	.wto-app-footer .wto-footer-links { width: 100%; min-width: 0; gap: .45rem .75rem; margin-right: 0 !important; }
	.wto-app-footer a { overflow-wrap: anywhere; }
	.wto-structural-page .wto-structural-main { width: calc(100% - 2rem) !important; max-width: calc(100% - 2rem) !important; min-width: 0; padding: 1.15rem 0 1.5rem !important; }
	.wto-structural-page .wto-structural-content,
	.wto-structural-page .wto-structural-content .wp-block-group,
	.wto-structural-page .wto-structural-content .wp-block-group.is-layout-constrained > * { width: 100% !important; max-width: 100% !important; min-width: 0; box-sizing: border-box; }
	.wto-structural-page .wto-structural-content > .wp-block-group > p.wto-editorial-eyebrow { left: auto; width: 100% !important; max-width: 100% !important; transform: none; }
	.wto-structural-page .wto-structural-content h1 { font-size: clamp(2rem, 10vw, 2.45rem); }
	.wto-structural-page .wto-structural-content p,
	.wto-structural-page .wto-structural-content li { overflow-wrap: anywhere; }
	.wto-structural-page--contact .wp-block-buttons { grid-template-columns: 1fr; width: 100%; max-width: 100%; }
	.wto-learning-footer { display: flex !important; }
	.wto-learning-footer.wto-structural-footer { align-items: center !important; text-align: center; }
	.wto-learning-footer.wto-structural-footer .wto-footer-links { justify-content: center; width: 100%; text-align: center; }
	.wto-learning-footer.wto-structural-footer .wto-structural-footer__meta { justify-content: center; width: 100%; flex-wrap: nowrap; white-space: nowrap; text-align: center; }
	.wto-consent { right: 1rem; bottom: 1rem; }
	.wto-editorial-header__inner { align-items: flex-start !important; }
	.wto-editorial-nav { justify-content: flex-start !important; gap: .65rem; }
	.wto-editorial { width: min(100% - 1.5rem, 76rem); }
	.wto-post-grid { grid-template-columns: 1fr !important; }
}

/* Article reading experience: the sidebar is deliberately desktop-only. */
.wto-breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; color: #627f91; font-size: .84rem; margin-bottom: 1.8rem; }
.wto-breadcrumbs a { color: inherit; text-decoration: none; }
.wto-breadcrumbs a:hover { color: #168bd1; text-decoration: underline; }
.wto-article-meta { display: flex; flex-wrap: wrap; gap: .8rem 1rem; color: #5c788b; font-size: .9rem; margin-bottom: 2rem; }
.wto-article-meta span + span::before { content: "•"; margin-right: 1rem; color: #9aabb6; }
.wto-article-layout { align-items: flex-start; gap: clamp(2rem, 5vw, 5rem); }
.wto-article-body { min-width: 0; flex: 1 1 0; max-width: 46rem; }
.wto-article-body > *:first-child { margin-top: 0; }
.wto-article-body h2 { scroll-margin-top: 2rem; margin-top: 3rem; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.wto-article-body h3 { scroll-margin-top: 2rem; margin-top: 2.25rem; }
.wto-article-body a { color: #087cc2; text-underline-offset: .15em; }
.wto-article-sidebar { width: min(18rem, 31%); flex: 0 0 min(18rem, 31%); position: sticky; top: 1.25rem; display: grid; gap: 1rem; }
.wto-sidebar-card,
.wto-article-toc { margin: 0; padding: 1.2rem; border: 1px solid color-mix(in srgb, currentColor 15%, transparent); border-radius: .9rem; background: color-mix(in srgb, var(--wto-bg, #f3f7f8) 88%, white); }
.wto-sidebar-card h2 { font-size: 1.15rem; margin: .4rem 0 .5rem; }
.wto-sidebar-card p { font-size: .92rem; margin-block: .4rem 1rem; }
.wto-sidebar-card ul { list-style: none; padding: 0; margin: 0; }
.wto-sidebar-card li + li { border-top: 1px solid color-mix(in srgb, currentColor 12%, transparent); margin-top: .65rem; padding-top: .65rem; }
.wto-sidebar-card li a { color: inherit; font-size: .92rem; text-decoration: none; }
.wto-sidebar-card li a:hover { color: #087cc2; }
.wto-sidebar-cta { border-color: color-mix(in srgb, #168bd1 42%, transparent); background: linear-gradient(145deg, color-mix(in srgb, #168bd1 11%, var(--wto-bg, #f3f7f8)), var(--wto-bg, #f3f7f8)); }
.wto-sidebar-button { display: inline-block; padding: .65rem .85rem; border-radius: .55rem; background: #168bd1; color: #fff !important; font-weight: 700; text-decoration: none !important; }
.wto-article-toc summary { cursor: pointer; font-weight: 750; }
.wto-article-toc ol { margin: .8rem 0 0; padding-left: 1.2rem; }
.wto-article-toc li { line-height: 1.42; font-size: .9rem; }
.wto-article-toc li + li { margin-top: .45rem; }
.wto-article-toc .wto-toc-level-3 { margin-left: .7rem; }
.wto-article-toc a { color: inherit; text-decoration: none; }
.wto-article-toc a:hover { color: #087cc2; }

@media (max-width: 820px) {
	.wto-article-layout { display: block; }
	.wto-article-sidebar { display: none; }
}

/* Dedicated editorial palette: never inherit the interactive tool theme. */
body.wto-editorial-page {
	--wto-bg: #f4f7fa;
	--wto-text: #18364d;
	background: #f4f7fa !important;
	color: #18364d !important;
}
body.wto-editorial-page .wto-editorial-header,
body.wto-editorial-page .wto-editorial-footer {
	background: #0f2342 !important;
	color: #edf7ff !important;
	border-color: rgba(185, 219, 238, .16);
}
body.wto-editorial-page .wto-editorial { color: #18364d !important; }
body.wto-editorial-page .wto-editorial h1,
body.wto-editorial-page .wto-editorial h2,
body.wto-editorial-page .wto-editorial h3 { color: #14344d !important; }
body.wto-editorial-page .wto-editorial p,
body.wto-editorial-page .wto-editorial li,
body.wto-editorial-page .wto-article-meta,
body.wto-editorial-page .wto-breadcrumbs { color: #47677c !important; }
body.wto-editorial-page .wto-editorial a { color: #087fc7; }
body.wto-editorial-page .wto-editorial-header a,
body.wto-editorial-page .wto-editorial-footer a { color: #edf7ff; }
body.wto-editorial-page .wto-editorial-brand__text small { color: #80c9f3; }
body.wto-editorial-page .wto-editorial-brand__mark { border-color: #209be0; color: #52c4ff; }
body.wto-editorial-page .wto-editorial-eyebrow,
body.wto-editorial-page .wto-post-card__category { color: #087fc7 !important; }
body.wto-editorial-page .wto-post-card,
body.wto-editorial-page .wto-sidebar-card,
body.wto-editorial-page .wto-article-toc { background: #ffffff !important; border-color: #d4e0e7; }
body.wto-editorial-page .wto-post-card h2 a,
body.wto-editorial-page .wto-sidebar-card li a,
body.wto-editorial-page .wto-article-toc a { color: #18364d !important; }
body.wto-editorial-page .wto-post-card h2 a:hover,
body.wto-editorial-page .wto-sidebar-card li a:hover,
body.wto-editorial-page .wto-article-toc a:hover { color: #087fc7 !important; }
body.wto-editorial-page .wto-sidebar-cta { background: #11305b !important; border-color: #1e93dc; }
body.wto-editorial-page .wto-sidebar-cta h2,
body.wto-editorial-page .wto-sidebar-cta p { color: #f4fbff !important; }
body.wto-editorial-page .wto-sidebar-cta .wto-editorial-eyebrow { color: #4fc2ff !important; }

/* The article workspace uses the same wide frame as the branded header.
 * Override WordPress's default constrained-layout child rule here only: it
 * otherwise centres every block inside a narrow global content column. */
body.wto-editorial-page .wto-single-article.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.wto-editorial-page .wto-single-article > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
body.wto-editorial-page .wto-single-article > .wto-breadcrumbs,
body.wto-editorial-page .wto-single-article > .wto-editorial-eyebrow,
body.wto-editorial-page .wto-single-article > .wp-block-post-title,
body.wto-editorial-page .wto-single-article > .wto-article-meta,
body.wto-editorial-page .wto-single-article > .wp-block-post-featured-image,
body.wto-editorial-page .wto-single-article > .wp-block-post-terms {
	max-width: 52rem !important;
}
body.wto-editorial-page .wto-single-article > .wto-article-layout {
	width: 100%;
	max-width: none !important;
}
body.wto-editorial-page .wto-article-body,
body.wto-editorial-page .wto-article-body.is-layout-constrained,
body.wto-editorial-page .wto-article-body .wp-block-post-content.is-layout-constrained {
	width: auto;
	max-width: 46rem !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
body.wto-editorial-page .wto-article-sidebar { margin-left: auto; }

@media (max-width: 820px) {
	body.wto-editorial-page .wto-single-article > .wto-article-layout { display: block; }
	body.wto-editorial-page .wto-article-body { max-width: none !important; }
}

/* Harmonia-inspired editorial system: calm, spacious, and intentionally
 * independent from the interactive typing-tool interface. */
body.wto-editorial-page {
	--wto-editorial-ink: #1d2939;
	--wto-editorial-muted: #667085;
	--wto-editorial-accent: #b54732;
	--wto-editorial-wash: #f8f6f2;
	background: #fffdf9 !important;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
/* Header and masthead deliberately escape Gutenberg's constrained frame. */
body.wto-editorial-page .wto-editorial-header { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; background: #ffffff !important; color: var(--wto-editorial-ink) !important; border: 0; }
body.wto-editorial-page .wto-editorial-utility { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; background: var(--wto-editorial-accent); color: #fff9f4; font-size: .78rem; }
body.wto-editorial-page .wto-editorial-utility__inner { width: min(100% - 2rem, 76rem); box-sizing: border-box; min-height: 2.55rem; margin: auto; padding-left: .7rem !important; padding-right: .9rem !important; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1rem; }
body.wto-editorial-page .wto-editorial-utility a { color: inherit; text-decoration: none; font-weight: 700; }
.wto-editorial-utility__left, .wto-editorial-utility__right { display: flex; align-items: center; width: auto !important; margin: 0 !important; }
.wto-editorial-utility__left { justify-self: start; }
.wto-editorial-utility__right { justify-self: end; gap: .55rem; }
.wto-editorial-utility__inner > .wto-editorial-utility__left,
.wto-editorial-utility__inner > .wto-editorial-utility__right { max-width: none !important; }
.wto-editorial-utility__email { display: inline-flex; align-items: center; gap: .45rem; letter-spacing: .01em; }
.wto-editorial-utility__email::before { content: "✉"; font-size: .9rem; line-height: 1; }
.wto-editorial-social, .wto-editorial-search { display: inline-flex; align-items: center; justify-content: center; width: 1.65rem; height: 1.65rem; padding: 0; border: 0; background: transparent; color: #fff9f4 !important; font-family: Arial, sans-serif; font-size: 1.08rem; font-weight: 400; line-height: 1; opacity: .96; cursor: pointer; transition: opacity .16s ease, transform .16s ease; }
.wto-editorial-social:hover, .wto-editorial-search:hover { color: #fff !important; opacity: 1; transform: translateY(-1px); }
.wto-editorial-social:nth-child(3) { font-size: .78rem; font-weight: 600; }
.wto-editorial-search { width: 1.95rem; height: 1.95rem; margin-left: .55rem !important; padding-left: .65rem; border-left: 1px solid rgba(255,255,255,.38); font-size: 1.65rem; font-weight: 400; }
.wto-editorial-search-dialog { position: fixed; z-index: 99999; inset: 0; display: grid; place-items: start center; padding: clamp(1rem, 11vh, 7rem) 1rem 1rem; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .18s ease, visibility .18s ease; }
.wto-editorial-search-dialog.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.wto-editorial-search-dialog__backdrop { position: absolute; inset: 0; border: 0; background: rgba(17, 27, 39, .68); cursor: default; }
.wto-editorial-search-dialog__panel { position: relative; z-index: 1; width: min(100%, 39rem); box-sizing: border-box; padding: clamp(1.65rem, 4vw, 2.65rem); border: 1px solid rgba(255,255,255,.34); border-radius: 1rem; background: #fffdf9; box-shadow: 0 1.4rem 4rem rgba(10, 20, 34, .38); color: #18293a; }
.wto-editorial-search-dialog__close { position: absolute; top: .75rem; right: .85rem; width: 2rem; height: 2rem; border: 0; border-radius: 50%; background: #f3ece6; color: #74311f; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.wto-editorial-search-dialog__eyebrow { margin: 0 0 .4rem; color: var(--wto-editorial-accent); font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.wto-editorial-search-dialog h2 { margin: 0 0 1.45rem; color: #18293a; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.85rem, 4vw, 2.5rem); }
.wto-editorial-search-dialog__field { display: flex; gap: .65rem; }
.wto-editorial-search-dialog input { min-width: 0; flex: 1; height: 3.15rem; box-sizing: border-box; padding: 0 1rem; border: 1px solid #d8cfc6; border-radius: .55rem; background: #fff; color: #18293a; font: inherit; }
.wto-editorial-search-dialog input:focus { outline: 3px solid rgba(181,71,50,.22); border-color: var(--wto-editorial-accent); }
.wto-editorial-search-dialog__field button { border: 0; border-radius: .55rem; padding: 0 1.15rem; background: var(--wto-editorial-accent); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.wto-editorial-search-dialog__hint { margin: 1.15rem 0 0; color: #697583; font-size: .78rem; }
.wto-editorial-search-dialog kbd { padding: .12rem .35rem; border: 1px solid #d8cfc6; border-radius: .25rem; background: #f7f1ec; color: #4f5b67; }
body.wto-editorial-page .wto-editorial-header__inner { width: min(100% - 2rem, 76rem); box-sizing: border-box; min-height: 5.75rem; margin: auto; }
body.wto-editorial-page .wto-editorial-header__actions { display: flex; align-items: center; gap: 1.75rem; }
body.wto-editorial-page .wto-editorial-brand { color: var(--wto-editorial-ink); }
body.wto-editorial-page .wto-editorial-header a.wto-editorial-brand { color: var(--wto-editorial-ink); }
body.wto-editorial-page .wto-editorial-brand__mark { width: 2.55rem; height: 2.55rem; border: 0; border-radius: .5rem; background: #f2e6df; color: var(--wto-editorial-accent); }
body.wto-editorial-page .wto-editorial-brand__text small { color: var(--wto-editorial-accent); font-size: .67rem; }
body.wto-editorial-page .wto-editorial-brand__text strong { font-size: 1.38rem; letter-spacing: -.045em; }
body.wto-editorial-page .wto-editorial-nav { gap: 2.15rem; color: var(--wto-editorial-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; font-weight: 600; letter-spacing: -.012em; }
body.wto-editorial-page .wto-editorial-header .wto-editorial-nav a { color: var(--wto-editorial-ink); }
body.wto-editorial-page .wto-editorial-nav a:hover { color: var(--wto-editorial-accent); text-decoration: none; }
.wto-editorial-test-button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; width: max-content; box-sizing: border-box; border-radius: 999px; padding: .86rem 1.55rem; background: var(--wto-editorial-accent); color: #fff !important; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .96rem; font-weight: 750; letter-spacing: .01em; text-transform: uppercase; text-decoration: none !important; transition: transform .18s ease, background .18s ease; }
.wto-editorial-test-button:hover { background: #953826; transform: translateY(-1px); }
.wto-editorial-test-button span { font-size: 1.1em; }

body.wto-editorial-page .wto-editorial { width: min(100% - 2rem, 76rem); padding-top: 3.75rem; color: var(--wto-editorial-ink) !important; }
body.wto-editorial-page .wto-blog-archive { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
/* A compact, image-led blog masthead rather than a generic landing-page hero. */
body.wto-editorial-page .wto-blog-hero { position: relative; isolation: isolate; width: 100%; max-width: none; min-height: 15.5rem; box-sizing: border-box; margin: 0 0 4rem !important; padding: clamp(2rem, 4vw, 3.4rem) max(1rem, calc((100vw - 76rem) / 2)); overflow: hidden; background: linear-gradient(110deg, rgba(23, 31, 46, .83), rgba(43, 38, 53, .76)), repeating-linear-gradient(19deg, rgba(255,255,255,.075) 0 1px, transparent 1px 16px), linear-gradient(135deg, #81736c, #293847); color: #fff; text-align: center; }
body.wto-editorial-page .wto-blog-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .55; background: radial-gradient(ellipse at 18% 80%, rgba(208, 147, 102, .42), transparent 40%), radial-gradient(ellipse at 74% 20%, rgba(209, 193, 171, .30), transparent 31%); }
body.wto-editorial-page .wto-blog-hero .wto-breadcrumbs { justify-content: center; margin-bottom: 1.1rem; color: #f2e4da !important; }
body.wto-editorial-page .wto-blog-hero .wto-breadcrumbs a { color: #fff5ee; }
body.wto-editorial-page .wto-blog-hero h1 { max-width: 42rem; margin-inline: auto; color: #fff !important; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 6vw, 4.35rem); letter-spacing: -.055em; }
body.wto-editorial-page .wto-blog-hero p { max-width: 38rem; margin-inline: auto; color: #f7eee8 !important; font-size: 1.02rem; }
body.wto-editorial-page .wto-blog-archive > .wp-block-query { width: min(100% - 2rem, 76rem); margin: 0 auto 5rem; }
body.wto-editorial-page .wto-search-hero { min-height: 0; padding-top: clamp(2.5rem, 4.5vw, 4rem); padding-bottom: clamp(2.5rem, 4.5vw, 4rem); }
body.wto-editorial-page .wto-search-hero h1 { max-width: 52rem; font-size: clamp(2.35rem, 5vw, 4rem); }
body.wto-editorial-page .wto-search-hero .wto-editorial-eyebrow { margin-bottom: .7rem; color: #f0bd9e !important; }
body.wto-editorial-page .wto-search-hero .wp-block-search { width: min(100%, 39rem); margin: 1.75rem auto 0; }
body.wto-editorial-page .wto-search-hero .wp-block-search__inside-wrapper { border: 0; gap: .7rem; }
body.wto-editorial-page .wto-search-hero .wp-block-search__input { min-height: 3.15rem; padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; background: rgba(255,255,255,.98); color: #18364d; font: inherit; }
body.wto-editorial-page .wto-search-hero .wp-block-search__button { min-height: 3.15rem; margin: 0; padding: .7rem 1.45rem; border: 0; border-radius: 999px; background: var(--wto-editorial-accent); color: #fff; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 750; }
body.wto-editorial-page .wto-search-empty { max-width: 42rem; margin: 0 auto 5rem; padding: 2.5rem; border: 1px solid #e9e0d7; background: #fff; text-align: center; }
/* Fast recovery page: an inline SVG illustration avoids an additional image request. */
body.wto-editorial-page .wto-not-found { width: 100% !important; max-width: none !important; min-height: 0; margin: 0 !important; padding: 0 0 5rem !important; }
body.wto-editorial-page .wto-404-hero { width: 100% !important; max-width: none !important; min-height: 0; margin: 0 !important; padding-top: clamp(2.8rem, 5vw, 4.4rem); padding-bottom: clamp(2.8rem, 5vw, 4.4rem); }
body.wto-editorial-page .wto-404-hero > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { width: min(calc(100% - 2rem), 44rem) !important; max-width: 44rem !important; margin-left: auto !important; margin-right: auto !important; }
body.wto-editorial-page .wto-404-hero .wto-editorial-eyebrow { margin-bottom: .75rem; color: #f0bd9e !important; }
body.wto-editorial-page .wto-404-hero h1 { max-width: 52rem; font-size: clamp(2.45rem, 5.4vw, 4.35rem); }
body.wto-editorial-page .wto-404-card { width: min(calc(100% - 2rem), 45rem); max-width: 45rem !important; box-sizing: border-box; margin: clamp(2.25rem, 4vw, 3.5rem) auto 0 !important; padding: clamp(2rem, 5vw, 3.4rem); border: 1px solid #e8e0d7; border-radius: .45rem; background: #fff; box-shadow: 0 1rem 2.8rem rgba(43, 35, 28, .08); text-align: center; }
.wto-404-illustration { display: block; width: min(100%, 16rem); height: auto; margin: 0 auto 1.45rem; }
.wto-404-shadow { fill: #d7c6b7; }
.wto-404-board { fill: #314155; stroke: #b54732; stroke-width: 4; }
.wto-404-keys rect { fill: #f9f3ec; }
.wto-404-crack, .wto-404-spark { fill: none; stroke: #f0bd9e; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.wto-404-spark { stroke-width: 3; }
.wto-404-bolt { fill: #f0bd9e; stroke: #f0bd9e; stroke-width: 3; stroke-linecap: round; }
body.wto-editorial-page .wto-404-card h2 { margin: 0 0 .7rem; color: var(--wto-editorial-ink) !important; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 3vw, 2.2rem); }
body.wto-editorial-page .wto-404-card > p { max-width: 35rem; margin: 0 auto; color: var(--wto-editorial-muted) !important; font-size: 1rem; line-height: 1.65; }
body.wto-editorial-page .wto-404-card .wp-block-buttons { display: flex !important; flex-wrap: wrap; align-items: center; justify-content: center; gap: .75rem; margin: 1.65rem 0 1.25rem; }
body.wto-editorial-page .wto-404-card .wp-block-button { width: auto !important; margin: 0 !important; }
body.wto-editorial-page .wto-404-card .wp-block-button__link { padding: .8rem 1.3rem; border-radius: 999px; background: var(--wto-editorial-accent); color: #fff !important; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 750; }
body.wto-editorial-page .wto-404-card .is-style-outline .wp-block-button__link { border: 1px solid var(--wto-editorial-accent); background: transparent; color: var(--wto-editorial-accent) !important; }
body.wto-editorial-page .wto-404-card .wp-block-search { width: min(100%, 34rem); margin: 0 auto; }
body.wto-editorial-page .wto-404-card .wp-block-search__inside-wrapper { gap: .55rem; border: 0; }
body.wto-editorial-page .wto-404-card .wp-block-search__input { min-height: 2.85rem; padding: .65rem .95rem; border: 1px solid #d9cfc4; border-radius: 999px; background: #fffdfb; color: var(--wto-editorial-ink); font: inherit; }
body.wto-editorial-page .wto-404-card .wp-block-search__button { min-width: 3rem; min-height: 2.85rem; margin: 0; border: 0; border-radius: 999px; background: #314155; color: #fff; }
body.wto-editorial-page .wto-post-grid { gap: 1.75rem !important; }
body.wto-editorial-page .wto-post-card { display: flex; flex-direction: column; padding: 0 0 1.5rem; border: 1px solid #eee8e1; border-radius: 0; overflow: hidden; background: #fff !important; box-shadow: 0 .35rem 1.25rem rgba(43, 35, 28, .06); transition: transform .2s ease, box-shadow .2s ease; }
body.wto-editorial-page .wto-post-card:hover { transform: translateY(-5px); box-shadow: 0 1rem 2.3rem rgba(43, 35, 28, .14); }
.wto-card-visual { display: block; height: 12.8rem; margin: 0 0 1.25rem; overflow: hidden; background: #e4d7ca; }
.wto-card-visual a { display: block; width: 100%; height: 100%; }
.wto-card-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
body.wto-editorial-page .wto-post-card:hover .wto-card-visual img { transform: scale(1.045); }
body.wto-editorial-page .wto-post-card > :not(.wto-card-visual) { margin-left: 1.35rem; margin-right: 1.35rem; }
body.wto-editorial-page .wto-post-card__category { margin-bottom: .45rem; color: var(--wto-editorial-accent) !important; font-size: .7rem; }
body.wto-editorial-page .wto-post-card h2 { margin: 0 0 .65rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2vw, 1.85rem); line-height: 1.13; }
body.wto-editorial-page .wto-post-card h2 a { color: var(--wto-editorial-ink) !important; }
body.wto-editorial-page .wto-post-card .wp-block-post-excerpt { margin-top: 0; margin-bottom: 0; color: var(--wto-editorial-muted); font-size: .92rem; }
.wto-post-card__meta { display: flex; flex-wrap: wrap; gap: .4rem .9rem; margin-top: 1rem !important; margin-bottom: .9rem !important; color: #6d7782 !important; font-size: .75rem; }
.wto-post-card__meta span + span::before { content: "•"; margin-right: .9rem; color: #b54732; }
.wto-post-card__read-more { display: inline-flex; align-items: center; gap: .4rem; width: max-content; margin-top: auto !important; padding: .62rem 1.05rem; border-radius: 999px; background: var(--wto-editorial-accent); color: #fff !important; font-size: .8rem; font-weight: 750; text-decoration: none !important; }
.wto-post-card__read-more:hover { background: #913a29; }

body.wto-editorial-page .wto-single-article { max-width: 76rem; padding-top: 0; }
.wto-article-intro { width: min(100% - 2rem, 68rem); box-sizing: border-box; margin: 0 auto 4rem !important; padding: clamp(2.7rem, 6vw, 5rem) clamp(1.2rem, 7vw, 6.5rem) 0; background: #f4efe7; text-align: center; }
body.wto-editorial-page .wto-article-intro .wto-breadcrumbs { justify-content: center; margin-bottom: 1.55rem; }
body.wto-editorial-page .wto-article-intro .wto-editorial-eyebrow { margin-bottom: .65rem; color: var(--wto-editorial-accent) !important; }
body.wto-editorial-page .wto-article-intro .wp-block-post-title { margin: 0 auto 1rem; color: var(--wto-editorial-ink) !important; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.55rem, 5.7vw, 4.7rem); line-height: 1.05; letter-spacing: -.055em; }
body.wto-editorial-page .wto-article-intro .wto-article-meta { justify-content: center; margin-bottom: 2rem; color: var(--wto-editorial-muted) !important; border: 0; padding-bottom: 0; }
.wto-article-visual { display: block; width: 100%; margin: 0; overflow: hidden; background: #d7e1df; }
.wto-article-visual img { display: block; width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
body.wto-editorial-page .wto-article-body { font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; }
body.wto-editorial-page .wto-article-body p,
body.wto-editorial-page .wto-article-body li { color: #384454 !important; line-height: 1.8; }
body.wto-editorial-page .wto-article-body h2,
body.wto-editorial-page .wto-article-body h3 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: var(--wto-editorial-ink) !important; }
body.wto-editorial-page .wto-article-sidebar { gap: 1.25rem; }
body.wto-editorial-page .wto-sidebar-card,
body.wto-editorial-page .wto-article-toc { border-color: #e9e2d9; border-radius: .85rem; box-shadow: 0 1rem 2rem rgba(48, 42, 33, .05); }
body.wto-editorial-page .wto-sidebar-cta { background: #314155 !important; border-color: #314155; }
body.wto-editorial-page .wto-sidebar-button { background: var(--wto-editorial-accent); }

body.wto-editorial-page .wto-editorial-footer { margin-top: 5rem; padding: 4rem clamp(1rem, 4vw, 3rem) 1.25rem; background: #1d2939 !important; color: #d9e1ea !important; }
body.wto-editorial-page .wto-editorial-footer__inner { width: min(100%, 76rem); margin: auto; display: grid; grid-template-columns: 1.4fr .85fr .85fr 1.1fr; gap: 2.5rem; }
body.wto-editorial-page .wto-editorial-footer h2 { margin: 0 0 1rem; color: #fff !important; font-size: .9rem; letter-spacing: .03em; }
body.wto-editorial-page .wto-editorial-footer p { color: #b8c4d0 !important; font-size: .9rem; line-height: 1.65; }
body.wto-editorial-page .wto-editorial-footer .wto-editorial-brand { color: #fff; }
body.wto-editorial-page .wto-editorial-footer .wto-editorial-brand__mark { background: #39495e; color: #f0bd9e; }
body.wto-editorial-page .wto-editorial-footer .wto-editorial-brand__text small { color: #f0bd9e; }
body.wto-editorial-page .wto-editorial-footer__links { display: grid; gap: .6rem; font-size: .89rem; }
body.wto-editorial-page .wto-editorial-footer .wto-editorial-footer__links a { color: #d9e1ea; }
body.wto-editorial-page .wto-editorial-footer__bottom { width: min(100%, 76rem); margin: 3rem auto 0; padding-top: 1.25rem; border-top: 1px solid rgba(217, 225, 234, .17); display: flex; justify-content: space-between; gap: 1rem; color: #94a4b4; font-size: .76rem; }

/* Harmonia-inspired editorial-card treatment. */
.wto-editorial-social svg, .wto-editorial-search svg { display: block; width: 1.08rem; height: 1.08rem; fill: currentColor; }
.wto-editorial-search svg { width: 1.32rem; height: 1.32rem; }
.wto-editorial-mobile-menu { display: none; }
body.wto-editorial-page .wto-blog-hero { min-height: 18rem; margin-bottom: 4.8rem !important; padding-top: clamp(3.25rem, 5.5vw, 5rem); padding-bottom: clamp(3.25rem, 5.5vw, 5rem); }
body.wto-editorial-page .wto-post-card { padding: .8rem 0 1.7rem; border-radius: .22rem; }
.wto-card-visual { height: 13.8rem; margin: 0 .8rem 1.45rem; border-radius: .42rem; }
body.wto-editorial-page .wto-post-card > :not(.wto-card-visual) { margin-left: 1.65rem; margin-right: 1.65rem; }
body.wto-editorial-page .wto-post-card h2 { margin: 0 0 1.15rem; font-size: clamp(1.62rem, 2.15vw, 2.05rem); line-height: 1.16; }
body.wto-editorial-page .wto-post-card .wp-block-post-excerpt { margin-top: 0; margin-bottom: 0; font-size: .97rem; line-height: 1.6; }
.wto-post-card__meta { display: flex; align-items: center; justify-content: space-between; gap: .65rem; margin-top: 0 !important; margin-bottom: 1.25rem !important; color: #4e6277 !important; font-size: .84rem; }
.wto-post-card__meta span { display: inline-flex; align-items: center; gap: .45rem; min-width: 0; }
.wto-post-card__meta svg { width: 1rem; height: 1rem; flex: 0 0 auto; fill: currentColor; }
.wto-post-card__date { margin-left: auto; white-space: nowrap; }
.wto-post-card__read-more { display: inline-flex; align-items: center; justify-content: center; width: max-content; margin-top: 1.7rem !important; padding: .86rem 1.65rem; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .97rem; font-weight: 750; }

/* Gutenberg's constrained-layout margins are reset inside each editorial card. */
body.wto-editorial-page .wto-post-card { padding: 0 1.65rem 1.7rem !important; align-items: stretch; }
body.wto-editorial-page .wto-post-card .wto-card-visual { margin: 0 -1.65rem 1.45rem !important; }
body.wto-editorial-page .wto-post-card > h2,
body.wto-editorial-page .wto-post-card > .wto-post-card__meta,
body.wto-editorial-page .wto-post-card > .wp-block-post-excerpt,
body.wto-editorial-page .wto-post-card > p:not(.wto-post-card__meta) { width: auto !important; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; text-align: left !important; }
body.wto-editorial-page .wto-post-card > p:not(.wto-post-card__meta) { margin-bottom: 0 !important; }
body.wto-editorial-page .wto-post-card .wto-post-card__read-more { margin-left: 0 !important; margin-right: 0 !important; }

/* Article pages use a calm editorial flow inspired by the Harmonia post layout. */
body.wto-editorial-page .wto-single-article { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
body.wto-editorial-page .wto-article-intro { width: min(100% - 2rem, 76rem); margin: 0 auto 2.4rem !important; padding: clamp(3rem, 6vw, 5.2rem) 0 0 !important; background: transparent !important; text-align: left; }
body.wto-editorial-page .wto-article-intro .wto-breadcrumbs { justify-content: flex-start; margin-bottom: 1.25rem; }
body.wto-editorial-page .wto-article-intro .wp-block-post-title { width: min(100%, 54rem); margin: 0 0 1.15rem; font-size: clamp(2.45rem, 5.2vw, 4.45rem); line-height: 1.08; letter-spacing: -.05em; text-align: left; }
body.wto-editorial-page .wto-article-intro .wto-article-meta { justify-content: flex-start; width: min(100%, 54rem); margin: 0 0 .6rem; font-size: .9rem; }
body.wto-editorial-page .wto-single-article > .wto-article-layout { width: min(100% - 2rem, 76rem); box-sizing: border-box; margin: 0 auto 5.5rem; gap: clamp(2rem, 4vw, 4.25rem); }
body.wto-editorial-page .wto-article-primary { min-width: 0; flex: 1 1 0; max-width: 49rem; }
body.wto-editorial-page .wto-article-primary .wto-article-visual { margin: 0 0 2.7rem; border-radius: .35rem; }
body.wto-editorial-page .wto-article-primary .wto-article-visual img { aspect-ratio: 16 / 9; }
body.wto-editorial-page .wto-article-primary .wto-article-body { width: 100%; max-width: none !important; padding: 0 !important; }
body.wto-editorial-page .wto-article-primary .wto-article-body .wp-block-post-content { width: 100%; max-width: none !important; }
body.wto-editorial-page .wto-article-primary .wto-article-body p,
body.wto-editorial-page .wto-article-primary .wto-article-body li { font-size: 1.08rem; line-height: 1.85; }
body.wto-editorial-page .wto-article-sidebar { margin-top: .2rem; }

/* The masthead gradient intentionally finishes through the middle of the title card. */
body.wto-editorial-page .wto-article-stage { position: relative; width: 100% !important; max-width: none; min-height: 0; margin: 0; padding: clamp(3.25rem, 5vw, 4.5rem) 0 0; box-sizing: border-box; overflow: visible; background: transparent; }
body.wto-editorial-page .wto-article-stage::before { content: ""; position: absolute; z-index: 0; inset: 0 0 auto; height: calc(50% + 2.25rem); background: linear-gradient(180deg, #fffdf9 0%, #f3f0ea 34%, #d9d1c5 100%); }
body.wto-editorial-page .wto-article-intro { position: relative; z-index: 1; top: auto; left: auto; width: min(calc(100% - 2rem), 62.5rem); min-height: 0; margin: 0 auto !important; padding: clamp(2.15rem, 3.5vw, 3.35rem) clamp(1.35rem, 6vw, 5.4rem) 1.65rem !important; box-sizing: border-box; transform: none; background: #fff !important; text-align: center; }
body.wto-editorial-page .wto-article-author { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; margin-bottom: 1.25rem; color: var(--wto-editorial-accent); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1.05rem; font-weight: 750; }
.wto-article-author__avatar { display: inline-grid; place-items: center; width: 3.2rem; height: 3.2rem; border-radius: 50%; background: linear-gradient(145deg, #324155, #68809a); color: #fff; font-size: 1.12rem; font-weight: 800; }
body.wto-editorial-page .wto-article-intro .wp-block-post-title { width: min(100%, 52rem); margin: 0 auto 1.45rem; font-size: clamp(2.75rem, 5.1vw, 4.45rem); line-height: 1.08; text-align: center; }
.wto-article-header-details { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .85rem 1.8rem; color: var(--wto-editorial-accent); font-family: Georgia, "Times New Roman", serif; font-size: 1rem; }
.wto-article-header-details span { display: inline-flex; align-items: center; gap: .48rem; }
.wto-article-header-details svg { width: 1rem; height: 1rem; fill: currentColor; }
.wto-article-header-details a { color: inherit; text-decoration: none; }
.wto-article-header-details a:hover { text-decoration: underline; text-underline-offset: .16em; }
body.wto-editorial-page .wto-single-article > .wto-article-layout { width: min(100% - 2rem, 76rem) !important; max-width: 76rem !important; margin: 2.5rem auto 5.5rem !important; gap: 1.25rem; justify-content: flex-start; }
body.wto-editorial-page .wto-article-primary { flex: 1 1 auto; max-width: none; }
body.wto-editorial-page .wto-article-sidebar { margin-left: 0 !important; }

@media (max-width: 820px) {
	body.wto-editorial-page .wto-article-stage { position: relative; min-height: 8.25rem; margin-bottom: 0; padding: 0; overflow: visible; background: linear-gradient(180deg, #fffdf9 0%, #f3f0ea 34%, #d9d1c5 100%); }
	body.wto-editorial-page .wto-article-stage::before { content: none; }
	body.wto-editorial-page .wto-article-intro { position: absolute; top: 4.5rem; left: 50%; width: calc(100% - 3.25rem); min-height: 14rem; margin: 0 !important; padding: 2.5rem 1.45rem 2.25rem !important; transform: translateX(-50%); }
	body.wto-editorial-page .wto-article-author { gap: .45rem; margin-bottom: .7rem; font-size: .72rem; }
	.wto-article-author__avatar { width: 1.65rem; height: 1.65rem; font-size: .7rem; }
	body.wto-editorial-page .wto-article-intro .wp-block-post-title { margin: .7rem auto 1.5rem; font-size: clamp(1.38rem, 6.8vw, 2rem); line-height: 1.1; letter-spacing: -.035em; }
	.wto-article-header-details { gap: .45rem .8rem; font-size: .72rem; }
	.wto-article-header-details svg { width: .76rem; height: .76rem; }
	body.wto-editorial-page .wto-single-article > .wto-article-layout { width: calc(100% - 3.25rem) !important; margin-top: 10.25rem !important; }
}
@media (max-width: 900px) {
	body.wto-editorial-page .wto-editorial-header__actions { gap: 1rem; }
	body.wto-editorial-page .wto-editorial-nav { gap: 1rem; font-size: .86rem; }
	body.wto-editorial-page .wto-editorial-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
/* Collapse navigation before it wraps: tablet widths use the same focused menu as mobile. */
@media (min-width: 701px) and (max-width: 1100px) {
	body.wto-editorial-page .wto-editorial-header__inner { position: relative; min-height: 5.1rem; padding-block: 0; align-items: center !important; }
	body.wto-editorial-page .wto-editorial-header__actions { display: none; }
	.wto-editorial-mobile-menu { display: block; position: relative; margin-left: auto; }
	.wto-editorial-mobile-menu > summary { display: grid; width: 2.5rem; height: 2.5rem; padding: 0; place-content: center; gap: .31rem; list-style: none; cursor: pointer; }
	.wto-editorial-mobile-menu > summary::-webkit-details-marker { display: none; }
	.wto-editorial-mobile-menu > summary span { display: block; width: 1.25rem; height: 2px; border-radius: 2px; background: var(--wto-editorial-ink); transition: transform .18s ease, opacity .18s ease; }
	.wto-editorial-mobile-menu[open] > summary { position: fixed; z-index: 10000; top: 1rem; right: max(1rem, calc((100vw - 76rem) / 2)); width: 2.75rem; height: 2.75rem; }
	.wto-editorial-mobile-menu[open] > summary span { background: var(--wto-editorial-accent); }
	.wto-editorial-mobile-menu[open] > summary span:first-child { transform: translateY(.44rem) rotate(45deg); }
	.wto-editorial-mobile-menu[open] > summary span:nth-child(2) { opacity: 0; }
	.wto-editorial-mobile-menu[open] > summary span:last-child { transform: translateY(-.44rem) rotate(-45deg); }
	.wto-editorial-mobile-menu__panel { position: absolute; z-index: 50; top: calc(100% + .55rem); right: 0; width: min(19rem, calc(100vw - 1.25rem)); padding: 1rem; border: 1px solid #e6ddd4; border-radius: .45rem; background: #fff; box-shadow: 0 1rem 2rem rgba(31, 38, 49, .16); }
	.wto-editorial-mobile-menu[open] { position: fixed; z-index: 9999; inset: 0; margin: 0; background: #f4f6f7; }
	.wto-editorial-mobile-menu[open] .wto-editorial-mobile-menu__panel { position: static; width: 100%; min-height: 100%; padding: 5.4rem 1.5rem 2rem; border: 0; border-radius: 0; box-sizing: border-box; background: transparent; box-shadow: none; }
	.wto-editorial-mobile-menu .wto-editorial-nav { display: grid; gap: 0; width: 100%; max-width: 15rem; margin: 0 auto; text-align: center; font-size: 1rem; }
	.wto-editorial-mobile-menu .wto-editorial-nav a { display: block; padding: .75rem .3rem; border-bottom: 1px solid #eee7df; color: var(--wto-editorial-ink) !important; }
	.wto-editorial-mobile-menu .wto-directory-submenu summary { justify-content: center; padding: .75rem .3rem; border-bottom: 1px solid #eee7df; color: var(--wto-editorial-ink); }
	.wto-editorial-mobile-menu .wto-directory-submenu__panel { position: static; width: auto; min-width: 0; max-height: none; padding: 0; border: 0; border-radius: 0; box-shadow: none; transform: none; }
	.wto-editorial-mobile-menu .wto-directory-submenu__panel a { padding: .6rem .3rem .6rem 1.35rem; font-size: .9rem; }
	.wto-editorial-mobile-menu__socials { display: flex; justify-content: center; width: 100%; margin-top: .7rem; padding-top: .9rem; }
	.wto-editorial-mobile-menu__socials .wto-editorial-utility__left { display: none; }
	.wto-editorial-mobile-menu__socials .wto-editorial-utility__right { display: flex; justify-content: center; gap: .65rem; }
	.wto-editorial-mobile-menu__socials .wto-editorial-social,
	.wto-editorial-mobile-menu__socials .wto-editorial-search { width: 2rem; height: 2rem; margin: 0 !important; padding: 0; border: 0; color: var(--wto-editorial-accent) !important; }
	.wto-editorial-mobile-menu__socials .wto-editorial-search { border-left: 1px solid #dfd5cb; padding-left: .65rem; }
}
@media (max-width: 700px) {
	body.wto-editorial-page .wto-editorial-utility { display: none; }
	body.wto-editorial-page .wto-editorial-header__inner { position: relative; min-height: 5.1rem; padding-block: 0; align-items: center !important; }
	body.wto-editorial-page .wto-editorial-header__actions { display: none; }
	body.wto-editorial-page .wto-editorial-brand__text small { display: block; }
	body.wto-editorial-page .wto-editorial-brand__text strong { font-size: 1.3rem; }
	body.wto-editorial-page .wto-editorial-brand__mark { width: 2.8rem; height: 2.8rem; border-radius: .55rem; font-size: 1.22rem; }
	.wto-editorial-mobile-menu { display: block; position: relative; margin-left: auto; }
	.wto-editorial-mobile-menu > summary { display: grid; width: 2.5rem; height: 2.5rem; padding: 0; place-content: center; gap: .31rem; list-style: none; cursor: pointer; }
	.wto-editorial-mobile-menu > summary::-webkit-details-marker { display: none; }
	.wto-editorial-mobile-menu > summary span { display: block; width: 1.25rem; height: 2px; border-radius: 2px; background: var(--wto-editorial-ink); transition: transform .18s ease, opacity .18s ease; }
	.wto-editorial-mobile-menu[open] > summary span:first-child { transform: translateY(.44rem) rotate(45deg); }
	.wto-editorial-mobile-menu[open] > summary span:nth-child(2) { opacity: 0; }
	.wto-editorial-mobile-menu[open] > summary span:last-child { transform: translateY(-.44rem) rotate(-45deg); }
	.wto-editorial-mobile-menu__panel { position: absolute; z-index: 50; top: calc(100% + .55rem); right: 0; width: min(19rem, calc(100vw - 1.25rem)); padding: 1rem; border: 1px solid #e6ddd4; border-radius: .45rem; background: #fff; box-shadow: 0 1rem 2rem rgba(31, 38, 49, .16); }
	.wto-editorial-mobile-menu .wto-editorial-nav { display: grid; gap: 0; font-size: 1rem; }
	.wto-editorial-mobile-menu .wto-editorial-nav a { display: block; padding: .75rem .3rem; border-bottom: 1px solid #eee7df; color: var(--wto-editorial-ink) !important; }
	.wto-editorial-mobile-menu .wto-directory-submenu summary { justify-content: center; padding: .75rem .3rem; border-bottom: 1px solid #eee7df; color: var(--wto-editorial-ink); }
	.wto-editorial-mobile-menu .wto-directory-submenu__panel { position: static; width: auto; min-width: 0; max-height: none; padding: 0; border: 0; border-radius: 0; box-shadow: none; transform: none; }
	.wto-editorial-mobile-menu .wto-directory-submenu__panel a { padding: .6rem .3rem .6rem 1.35rem; font-size: .9rem; }
	.wto-editorial-mobile-menu__socials { padding-top: .9rem; }
	.wto-editorial-mobile-menu__socials .wto-editorial-utility__left { display: none; }
	.wto-editorial-mobile-menu__socials .wto-editorial-utility__right { display: flex; justify-content: flex-start; gap: .65rem; }
	.wto-editorial-mobile-menu__socials .wto-editorial-social,
	.wto-editorial-mobile-menu__socials .wto-editorial-search { width: 2rem; height: 2rem; margin: 0 !important; padding: 0; border: 0; color: var(--wto-editorial-accent) !important; }
	.wto-editorial-mobile-menu__socials .wto-editorial-search { border-left: 1px solid #dfd5cb; padding-left: .65rem; }
	.wto-editorial-mobile-menu[open] { position: fixed; z-index: 9999; inset: 0; margin: 0; background: #f4f6f7; }
	.wto-editorial-mobile-menu[open] > summary { position: absolute; z-index: 2; top: 1rem; right: 1rem; width: 2.75rem; height: 2.75rem; }
	.wto-editorial-mobile-menu[open] > summary span { background: var(--wto-editorial-accent); }
	.wto-editorial-mobile-menu[open] .wto-editorial-mobile-menu__panel { position: static; width: 100%; min-height: 100%; padding: 4.8rem 1.5rem 2rem; border: 0; border-radius: 0; box-sizing: border-box; background: transparent; box-shadow: none; }
	.wto-editorial-mobile-menu[open] .wto-editorial-nav { width: 100%; max-width: 15rem; margin: 0 auto; text-align: center; }
	.wto-editorial-mobile-menu[open] .wto-editorial-mobile-menu__socials { display: flex; justify-content: center; width: 100%; margin-top: .7rem; }
	.wto-editorial-mobile-menu[open] .wto-editorial-mobile-menu__socials .wto-editorial-utility__right { justify-content: center; }
	body.wto-editorial-page .wto-post-grid { grid-template-columns: 1fr !important; gap: 1.1rem !important; }
	body.wto-editorial-page .wto-blog-hero { min-height: 15rem; margin-bottom: 2.5rem; }
	body.wto-editorial-page .wto-editorial-footer__inner { grid-template-columns: 1fr; gap: 1.8rem; }
	body.wto-editorial-page .wto-editorial-footer__bottom { display: block; }
	body.wto-editorial-page .wto-editorial-footer__bottom span + span { display: block; margin-top: .4rem; }
	.wto-editorial-search-dialog__field { flex-direction: column; }
	.wto-editorial-search-dialog__field button { min-height: 3rem; }
	body.wto-editorial-page .wto-post-card { padding-inline: 1.15rem !important; }
	body.wto-editorial-page .wto-post-card .wto-card-visual { margin-inline: -1.15rem !important; }
}
@media (max-width: 480px) {
	body.wto-editorial-page .wto-editorial-header__inner { width: min(100% - 1.25rem, 76rem); }
	body.wto-editorial-page .wto-editorial-brand__text strong { font-size: 1.3rem; }
	body.wto-editorial-page .wto-editorial-brand__mark { width: 2.8rem; height: 2.8rem; }
}
