/*
Theme Name: Japanzeit
Theme URI: https://japanzeit.de/
Author: Japanzeit
Author URI: https://japanzeit.de/
Description: Schnelle, barrierearme Magazin- und Werkzeug-Theme für japanzeit.de. Optimiert für Japanzeit Tools, Gutenberg, strukturierte Daten und Core Web Vitals.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: japanzeit
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--ink: #151d42;
	--ink-2: #24315e;
	--indigo: #223978;
	--indigo-dark: #172752;
	--blue: #4776dc;
	--aqua: #22b8aa;
	--aqua-dark: #0b8178;
	--sakura: #eb5b91;
	--sakura-dark: #b93668;
	--yuzu: #f5c84c;
	--violet: #7c65cc;
	--orchid: #b455c6;
	--mint: #73c9a5;
	--paper: #f8fbff;
	--paper-blue: #edf5fc;
	--white: #fff;
	--muted: #63708c;
	--line: #dce5f0;
	--soft-shadow: 0 18px 50px rgba(29, 47, 92, .10);
	--card-shadow: 0 10px 28px rgba(29, 47, 92, .09);
	--radius-sm: 12px;
	--radius: 20px;
	--radius-lg: 34px;
	--font-display: "Avenir Next", Avenir, "Segoe UI Variable Display", "Segoe UI", Helvetica, Arial, sans-serif;
	--font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	--font-jp: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
	--container: 1220px;
	--content: 780px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 17px; line-height: 1.67; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button, input, textarea, select { font: inherit; }
a { color: var(--indigo); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--sakura-dark); }
:focus-visible { outline: 3px solid var(--yuzu); outline-offset: 3px; }
::selection { background: rgba(34, 184, 170, .24); color: var(--ink); }
[lang="ja"] { font-family: var(--font-jp); }

h1, h2, h3, h4, h5, h6 { color: var(--ink); font-family: var(--font-display); font-weight: 800; line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.55rem, 6vw, 5.6rem); }
h2 { font-size: clamp(1.85rem, 3.2vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
p { text-wrap: pretty; }
.site-main { min-height: 60vh; overflow: clip; }
.site-container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-shell { padding: clamp(66px, 8vw, 110px) 0; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; z-index: 100000; top: 16px; left: 16px; width: auto; height: auto; padding: 12px 18px; margin: 0; clip: auto; background: var(--white); color: var(--ink); border-radius: 8px; box-shadow: var(--soft-shadow); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border: 2px solid var(--ink); border-radius: 14px; color: var(--ink); font-size: .92rem; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { color: var(--ink); transform: translateY(-2px); box-shadow: 0 9px 0 rgba(21, 29, 66, .10); }
.button-primary { background: var(--yuzu); }
.button-ghost { background: rgba(255, 255, 255, .7); }
.button-light { border-color: rgba(255, 255, 255, .65); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .18s ease; }
.text-link:hover::after { transform: translateX(4px); }

/* Header */
.site-header { position: relative; z-index: 100; background: rgba(248, 251, 255, .96); border-bottom: 1px solid var(--line); }
.utility-bar { background: var(--indigo-dark); color: #eaf1ff; font-size: .74rem; letter-spacing: .04em; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.utility-inner p { display: flex; align-items: center; gap: 9px; margin: 0; }
.utility-inner p span { color: var(--yuzu); font-weight: 700; }
.utility-inner p i { width: 4px; height: 4px; background: var(--aqua); border-radius: 50%; }
.utility-links { display: flex; gap: 22px; }
.utility-links a { color: inherit; text-decoration: none; opacity: .88; }
.utility-links a:hover { color: var(--yuzu); opacity: 1; }
.header-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 98px; }
.site-branding { flex: 0 1 340px; }
.site-branding .custom-logo-link, .brand-fallback { display: inline-flex; align-items: center; }
.site-branding img { width: auto; max-width: min(100%, 300px); max-height: 72px; }
.header-controls { display: flex; align-items: center; gap: 14px; }
.search-form { display: flex; width: min(290px, 34vw); height: 46px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 5px 16px rgba(29, 47, 92, .05); }
.search-form label { flex: 1; min-width: 0; }
.search-field { width: 100%; height: 100%; padding: 0 10px 0 16px; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: .88rem; }
.search-field::placeholder { color: #8792aa; }
.search-submit { display: grid; place-items: center; flex: 0 0 46px; padding: 0; color: var(--white); background: var(--indigo); border: 0; cursor: pointer; }
.search-submit:hover { background: var(--aqua-dark); }
.menu-toggle { display: none; align-items: center; gap: 8px; padding: 9px 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 12px; font-size: .82rem; font-weight: 800; cursor: pointer; }
.menu-toggle-lines { display: grid; gap: 4px; width: 20px; }
.menu-toggle-lines i { display: block; height: 2px; background: currentColor; border-radius: 2px; }
.nav-wrap { border-top: 1px solid var(--line); }
.primary-menu { display: flex; align-items: center; gap: clamp(17px, 2.1vw, 32px); min-height: 54px; padding: 0; margin: 0; list-style: none; }
.primary-menu li { position: relative; margin: 0; }
.primary-menu a { display: flex; align-items: center; min-height: 54px; color: var(--ink); font-size: .84rem; font-weight: 750; text-decoration: none; }
.primary-menu > li:not(.menu-tools) > a::after { content: ""; position: absolute; right: 50%; bottom: -1px; left: 50%; height: 3px; background: var(--aqua); border-radius: 3px 3px 0 0; transition: left .18s ease, right .18s ease; }
.primary-menu > li:hover > a::after, .primary-menu > .current-menu-item > a::after, .primary-menu > .current-category-ancestor > a::after { right: 0; left: 0; }
.primary-menu .menu-tools { margin-left: auto; }
.primary-menu .menu-tools a { min-height: 38px; padding: 0 17px; color: var(--white); background: var(--indigo); border-radius: 12px; }
.primary-menu .menu-tools a:hover { background: var(--aqua-dark); }
.primary-menu .sub-menu { position: absolute; top: calc(100% - 2px); left: -16px; z-index: 20; display: none; min-width: 230px; padding: 10px; margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--soft-shadow); list-style: none; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { display: block; }
.primary-menu .sub-menu a { min-height: 40px; padding: 8px 11px; border-radius: 8px; }
.primary-menu .sub-menu a:hover { background: var(--paper-blue); }

/* Homepage hero */
.home-hero { position: relative; background: linear-gradient(135deg, #edf7ff 0%, #f8f6ff 51%, #fff4f8 100%); border-bottom: 1px solid var(--line); }
.home-hero::before { content: ""; position: absolute; inset: 0; opacity: .42; background-image: radial-gradient(circle at 1px 1px, rgba(34, 57, 120, .14) 1px, transparent 0); background-size: 24px 24px; mask-image: linear-gradient(90deg, #000, transparent 48%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr); align-items: center; gap: clamp(44px, 7vw, 100px); min-height: 650px; padding-block: clamp(70px, 8vw, 112px); }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--indigo); font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero-kicker i { width: 28px; height: 5px; background: var(--sakura); border-radius: 999px; box-shadow: 9px 0 0 var(--yuzu); }
.hero-copy h1 { max-width: 750px; margin: 22px 0 25px; }
.hero-copy > p { max-width: 640px; margin: 0; color: var(--ink-2); font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; padding: 0; margin: 26px 0 0; color: var(--muted); font-size: .78rem; font-weight: 700; list-style: none; }
.hero-proof li::before { content: "✓"; margin-right: 6px; color: var(--aqua-dark); font-weight: 900; }
.hero-visual { position: relative; min-height: 470px; }
.hero-board { position: absolute; inset: 35px 22px 34px 48px; padding: 35px 38px; overflow: hidden; color: var(--white); background: var(--indigo); border: 3px solid var(--ink); border-radius: 34px 34px 86px 34px; box-shadow: 17px 19px 0 rgba(34, 184, 170, .20); transform: rotate(-1.5deg); }
.hero-board::after { content: ""; position: absolute; right: -90px; bottom: -110px; width: 280px; height: 280px; border: 46px solid rgba(255, 255, 255, .07); border-radius: 50%; }
.board-head { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 25px; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.board-head span { color: var(--yuzu); font-size: clamp(1.6rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: .12em; }
.board-head small { font-weight: 800; letter-spacing: .22em; opacity: .7; }
.route-line { position: relative; display: flex; align-items: center; justify-content: space-between; height: 8px; margin: 76px 18px 24px; background: var(--aqua); border-radius: 999px; }
.route-line i { position: relative; z-index: 2; width: 24px; height: 24px; background: var(--white); border: 6px solid var(--sakura); border-radius: 50%; }
.route-line b { width: 18px; height: 18px; background: var(--yuzu); clip-path: polygon(50% 0, 100% 100%, 0 100%); transform: rotate(90deg); }
.route-stops { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; text-align: center; }
.route-stops span { display: grid; gap: 8px; font-size: .75rem; font-weight: 750; }
.route-stops b { color: var(--white); font-size: 1.65rem; }
.hero-ticket { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; min-width: 170px; padding: 12px 16px; color: var(--ink); background: var(--white); border: 2px solid var(--ink); border-radius: 16px; box-shadow: 7px 8px 0 rgba(21, 29, 66, .14); }
.hero-ticket > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); background: var(--sakura); border-radius: 11px; font-size: 1.25rem; }
.hero-ticket p { display: grid; margin: 0; line-height: 1.2; }
.hero-ticket b { font-size: .9rem; }
.hero-ticket small { margin-top: 5px; color: var(--muted); font-size: .75rem; }
.ticket-name { top: 4px; left: 0; transform: rotate(-5deg); }
.ticket-year { right: 0; bottom: 0; transform: rotate(4deg); }
.ticket-year > span { background: var(--aqua-dark); }
.hero-stamp { position: absolute; z-index: 4; right: 5px; top: 14px; display: grid; place-items: center; width: 74px; height: 74px; color: var(--white); background: var(--sakura); border: 4px solid var(--paper); border-radius: 50%; box-shadow: var(--card-shadow); font-size: 2rem; font-weight: 800; transform: rotate(8deg); }

/* Sections and launchers */
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-heading h2 { margin: 8px 0 0; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); }
.tools-section { color: var(--white); background: var(--indigo-dark); }
.tools-section .section-kicker { color: var(--aqua); }
.tools-section h2, .tools-section .section-heading > p { color: var(--white); }
.tools-section .section-heading > p { opacity: .72; }
.tool-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tool-card { --accent: var(--aqua); position: relative; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 16px; min-height: 128px; padding: 24px; overflow: hidden; color: var(--ink); background: var(--white); border: 0; border-radius: var(--radius); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.tool-card::before { content: ""; position: absolute; inset: auto -40px -80px auto; width: 160px; height: 160px; background: color-mix(in srgb, var(--accent) 15%, transparent); border-radius: 50%; }
.tool-card:hover { color: var(--ink); transform: translateY(-4px); box-shadow: 0 13px 0 color-mix(in srgb, var(--accent) 42%, transparent); }
.tool-card.tone-aqua { --accent: var(--aqua); }
.tool-card.tone-sakura { --accent: var(--sakura); }
.tool-card.tone-yuzu { --accent: var(--yuzu); }
.tool-card.tone-violet { --accent: var(--violet); }
.tool-index { align-self: start; color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .14em; }
.tool-glyph { display: grid; place-items: center; width: 58px; height: 58px; color: var(--white); background: var(--accent); border-radius: 17px; font-size: 1.65rem; font-weight: 800; }
.tool-card > span:nth-last-of-type(1) { display: grid; gap: 5px; }
.tool-card b { font-family: var(--font-display); font-size: 1.08rem; }
.tool-card small { color: var(--muted); line-height: 1.45; }
.tool-card > i { position: relative; z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.tattoo-link { display: flex; align-items: center; justify-content: center; gap: 9px; max-width: 730px; padding: 12px 18px; margin: 24px auto 0; color: #eef3ff; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .15); border-radius: 13px; font-size: .86rem; text-decoration: none; }
.tattoo-link:hover { color: var(--yuzu); background: rgba(255, 255, 255, .11); }
.tattoo-link > span { color: var(--sakura); font-size: 1.15rem; }
.tattoo-link i { margin-left: auto; font-style: normal; }

/* Post cards */
.latest-section { background: var(--white); }
.latest-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 22px; }
.latest-grid .latest-lead { grid-column: span 2; grid-row: span 2; }
.post-grid { display: grid; gap: 28px 22px; }
.post-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.post-card { --tone: var(--blue); min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 5px 0 rgba(29, 47, 92, .03); transition: transform .2s ease, box-shadow .2s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--card-shadow); }
.tone-aqua { --tone: var(--aqua); }
.tone-yuzu { --tone: var(--yuzu); }
.tone-blue { --tone: var(--blue); }
.tone-sakura { --tone: var(--sakura); }
.tone-mint { --tone: var(--mint); }
.tone-violet { --tone: var(--violet); }
.tone-orchid { --tone: var(--orchid); }
.post-card-media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper-blue); }
.post-card-media::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 5px; background: var(--tone); }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-card-media img { transform: scale(1.025); }
.post-card-placeholder { position: relative; display: grid; place-items: center; width: 100%; height: 100%; overflow: hidden; color: var(--indigo); background: linear-gradient(135deg, color-mix(in srgb, var(--tone) 18%, white), var(--paper-blue)); }
.post-card-placeholder::before { content: ""; position: absolute; width: 230px; height: 230px; border: 34px solid rgba(255, 255, 255, .54); border-radius: 50%; }
.post-card-placeholder i { position: absolute; top: 16%; bottom: 16%; left: 50%; width: 3px; background: rgba(34, 57, 120, .12); transform: rotate(42deg); }
.post-card-placeholder b { position: relative; z-index: 2; font-size: clamp(2.4rem, 5vw, 4.8rem); }
.post-card-placeholder small { position: absolute; right: 18px; bottom: 16px; z-index: 2; font-size: .68rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.post-card-body { padding: 21px 22px 23px; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-2); font-size: .69rem; font-weight: 850; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.eyebrow span { display: grid; place-items: center; width: 24px; height: 24px; color: var(--ink); background: var(--tone); border-radius: 7px; font-size: .8rem; }
.post-card-title { margin: 13px 0 0; font-size: clamp(1.12rem, 1.55vw, 1.42rem); line-height: 1.25; }
.post-card-title a { color: inherit; text-decoration: none; }
.post-card-title a:hover { color: var(--indigo); text-decoration: underline; text-decoration-color: var(--tone); text-decoration-thickness: 3px; }
.post-card-excerpt { margin: 14px 0 0; color: var(--muted); font-size: .91rem; line-height: 1.62; }
.post-card-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; color: var(--muted); font-size: .72rem; font-weight: 650; }
.post-card-featured .post-card-media { aspect-ratio: 16 / 9; }
.post-card-featured .post-card-body { padding: 27px 28px 29px; }
.post-card-featured .post-card-title { font-size: clamp(1.65rem, 2.6vw, 2.35rem); }
.post-card-featured .post-card-excerpt { font-size: .98rem; }

/* Topics */
.topics-section { background: var(--paper-blue); }
.topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.topic-card { --tone: var(--blue); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; min-height: 112px; padding: 18px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 18px; text-decoration: none; box-shadow: 0 5px 0 color-mix(in srgb, var(--tone) 24%, transparent); transition: transform .18s ease; }
.topic-card:hover { color: var(--ink); transform: translateY(-3px); }
.topic-glyph { display: grid; place-items: center; width: 55px; height: 65px; color: var(--ink); background: var(--tone); border-radius: 13px 13px 22px 13px; font-size: 1.5rem; font-weight: 800; }
.topic-card > span:nth-child(2) { display: grid; gap: 4px; }
.topic-card b { font-family: var(--font-display); font-size: .95rem; line-height: 1.25; }
.topic-card small { color: var(--muted); font-size: .73rem; }
.topic-card > i { font-style: normal; }

/* Trust */
.trust-section { position: relative; color: var(--white); background: var(--indigo); }
.trust-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background: repeating-linear-gradient(135deg, transparent 0 28px, #fff 29px 30px); }
.trust-grid { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(40px, 8vw, 110px); align-items: center; }
.trust-section .section-kicker { color: var(--yuzu); }
.trust-intro h2 { margin: 10px 0 20px; color: var(--white); }
.trust-intro p { margin: 0 0 28px; color: #dce7ff; }
.trust-list { display: grid; gap: 1px; overflow: hidden; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius); }
.trust-list > div { display: grid; grid-template-columns: 55px 1fr; align-items: center; gap: 18px; padding: 23px 25px; background: rgba(20, 33, 73, .72); }
.trust-list > div > span { color: var(--aqua); font-size: .78rem; font-weight: 850; letter-spacing: .15em; }
.trust-list p { display: grid; gap: 4px; margin: 0; }
.trust-list b { color: var(--white); font-family: var(--font-display); }
.trust-list small { color: #c4d1ef; }

/* Breadcrumbs and editorial headers */
.breadcrumbs { margin-bottom: 26px; color: var(--muted); font-size: .73rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li { display: flex; gap: 7px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: #aab3c4; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs a:hover { color: var(--indigo); text-decoration: underline; }
.article-header, .page-header, .archive-hero { position: relative; background: linear-gradient(135deg, color-mix(in srgb, var(--tone, var(--blue)) 12%, var(--paper)), var(--white) 63%); border-bottom: 1px solid var(--line); }
.article-header::after, .page-header::after, .archive-hero::after { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(circle at 1px 1px, color-mix(in srgb, var(--tone, var(--blue)) 50%, transparent) 1px, transparent 0); background-size: 27px 27px; mask-image: linear-gradient(90deg, transparent 38%, #000); pointer-events: none; }
.article-header-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 240px; align-items: center; gap: 55px; min-height: 480px; padding-block: clamp(56px, 8vw, 100px); }
.article-heading { max-width: 930px; }
.article-heading h1 { margin: 17px 0 22px; font-size: clamp(2.45rem, 5vw, 4.9rem); }
.article-deck { max-width: 850px; margin: 0 0 25px; color: var(--ink-2); font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.62; }
.article-glyph, .page-glyph, .archive-glyph { position: relative; z-index: 2; display: grid; place-items: center; justify-self: end; width: 190px; aspect-ratio: 1; color: var(--ink); background: var(--tone, var(--aqua)); border: 3px solid var(--ink); border-radius: 34% 66% 52% 48% / 52% 40% 60% 48%; box-shadow: 14px 16px 0 rgba(21, 29, 66, .10); font-size: 5.3rem; font-weight: 800; transform: rotate(4deg); }
.entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: var(--muted); font-size: .78rem; font-weight: 650; }
.entry-author { display: inline-flex; align-items: center; gap: 8px; }
.entry-author a { color: var(--ink-2); font-weight: 800; text-decoration: none; }
.author-initials { display: grid; place-items: center; width: 34px; height: 34px; color: var(--white); background: var(--indigo); border-radius: 10px; font-size: .7rem; font-weight: 850; }
.updated-note { margin: 13px 0 0; color: var(--muted); font-size: .74rem; }
.article-hero-image { position: relative; z-index: 3; margin-top: -34px; }
.article-hero-image img { width: 100%; max-height: 720px; object-fit: cover; border: 7px solid var(--white); border-radius: var(--radius-lg); box-shadow: var(--soft-shadow); }
.article-layout { display: grid; grid-template-columns: minmax(0, var(--content)) 260px; justify-content: center; gap: 70px; padding-block: 72px 90px; }
.article-aside { min-width: 0; }
.toc { position: sticky; top: 24px; }
.toc details { padding: 19px 20px 20px; background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--aqua); border-radius: 16px; box-shadow: var(--card-shadow); }
.toc summary { color: var(--ink); font-family: var(--font-display); font-size: .92rem; font-weight: 850; cursor: pointer; }
.toc ol { display: grid; gap: 10px; padding: 14px 0 0 20px; margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.45; }
.toc a { color: inherit; text-decoration: none; }
.toc a:hover { color: var(--indigo); text-decoration: underline; }
.toc-level-3 { margin-left: 9px; }
.aside-brand { display: flex; align-items: center; gap: 10px; padding: 16px; margin-top: 14px; color: var(--white); background: var(--indigo); border-radius: 14px; }
.aside-brand > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--yuzu); border-radius: 12px; }
.aside-brand p { display: grid; margin: 0; line-height: 1.2; }
.aside-brand small { margin-top: 4px; color: #ccd7ee; font-size: .68rem; }

/* Static and tool pages */
.page-header-inner, .archive-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 190px; align-items: center; gap: 50px; min-height: 350px; padding-block: 56px; }
.page-header h1, .archive-hero h1 { max-width: 920px; margin: 10px 0 0; font-size: clamp(2.3rem, 4.8vw, 4.4rem); }
.page-glyph, .archive-glyph { width: 150px; font-size: 4rem; }
.tool-page-header { --tone: var(--aqua); }
.page-layout { width: min(calc(100% - 40px), 900px); padding-block: 70px 100px; }
.tool-layout { display: grid; grid-template-columns: minmax(0, var(--content)) 260px; justify-content: center; gap: 70px; padding-block: 64px 100px; }
.tool-layout:not(.has-toc) { display: block; width: min(calc(100% - 40px), 900px); }
.archive-description { max-width: 780px; margin-top: 18px; color: var(--ink-2); font-size: 1.08rem; }
.archive-description p { margin: 0; }
.archive-content { padding-block: 66px 100px; }

/* Article content */
.entry-content { min-width: 0; color: #253052; font-size: 1.04rem; line-height: 1.78; }
.entry-content > :first-child { margin-top: 0; }
.entry-content > :last-child { margin-bottom: 0; }
.entry-content h2, .entry-content h3 { scroll-margin-top: 30px; }
.entry-content h2 { position: relative; margin: 2.25em 0 .72em; padding-top: .25em; font-size: clamp(1.62rem, 3vw, 2.35rem); }
.entry-content h2::before { content: ""; display: block; width: 52px; height: 6px; margin-bottom: 16px; background: linear-gradient(90deg, var(--aqua) 0 62%, var(--sakura) 62%); border-radius: 999px; }
.entry-content h3 { margin: 1.85em 0 .65em; font-size: clamp(1.25rem, 2.1vw, 1.62rem); }
.entry-content p { margin: 0 0 1.35em; }
.entry-content a { color: #294fa8; font-weight: 650; }
.entry-content strong { color: var(--ink); }
.entry-content ul, .entry-content ol { padding-left: 1.35em; margin: 0 0 1.45em; }
.entry-content li { margin-bottom: .48em; padding-left: .2em; }
.entry-content li::marker { color: var(--sakura); font-weight: 850; }
.entry-content figure { margin: 2em 0; }
.entry-content figure img { width: 100%; border-radius: var(--radius); box-shadow: var(--card-shadow); }
.entry-content figcaption { padding: 8px 10px 0; color: var(--muted); font-size: .76rem; line-height: 1.5; text-align: center; }
.entry-content blockquote { position: relative; padding: 28px 30px 26px 34px; margin: 2.1em 0; overflow: hidden; background: linear-gradient(135deg, #edf8f7, #f3f1ff); border: 0; border-left: 7px solid var(--aqua); border-radius: 0 var(--radius) var(--radius) 0; }
.entry-content blockquote::after { content: "„"; position: absolute; top: -26px; right: 18px; color: rgba(34, 57, 120, .09); font-family: Georgia, serif; font-size: 9rem; line-height: 1; }
.entry-content blockquote p { position: relative; z-index: 1; margin: 0; color: var(--ink-2); font-size: 1.08rem; font-weight: 650; }
.entry-content blockquote cite { position: relative; z-index: 1; display: block; margin-top: 12px; color: var(--muted); font-size: .78rem; font-style: normal; }
.entry-content table { width: 100%; margin: 1.8em 0; border-collapse: collapse; border-spacing: 0; font-size: .9rem; }
.entry-content th, .entry-content td { padding: 13px 15px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.entry-content th { color: var(--ink); background: var(--paper-blue); font-weight: 800; }
.entry-content tbody tr:nth-child(even) td { background: #fbfdff; }
.entry-content hr { height: 1px; margin: 2.5em 0; background: var(--line); border: 0; }
.entry-content code { padding: .12em .32em; background: var(--paper-blue); border-radius: 5px; font-size: .88em; }
.entry-content pre { max-width: 100%; padding: 18px; overflow: auto; color: #ecf2ff; background: var(--indigo-dark); border-radius: 14px; }
.entry-content .alignwide { width: min(1040px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.share-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 18px; margin-top: 46px; background: var(--paper-blue); border: 1px solid var(--line); border-radius: 15px; }
.share-tools > span { margin-right: auto; font-size: .78rem; font-weight: 850; }
.share-tools button { padding: 8px 13px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 9px; font-size: .75rem; font-weight: 750; cursor: pointer; }
.share-tools button:hover { border-color: var(--aqua-dark); }
.entry-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; font-size: .73rem; }
.entry-tags > span { align-self: center; margin-right: 5px; color: var(--muted); font-weight: 800; }
.entry-tags a { padding: 5px 10px; color: var(--ink-2); background: var(--white); border: 1px solid var(--line); border-radius: 999px; text-decoration: none; }
.author-box { display: grid; grid-template-columns: 92px 1fr; gap: 25px; max-width: 980px; padding: 30px; margin-bottom: 90px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--card-shadow); }
.author-initials-large { width: 92px; height: 92px; background: linear-gradient(135deg, var(--indigo), var(--violet)); border-radius: 25px; font-size: 1.45rem; }
.author-box h2 { margin: 6px 0 9px; font-size: 1.55rem; }
.author-box p { margin: 0 0 9px; color: var(--muted); }
.related-posts { background: var(--paper-blue); }

/* Pagination, search, 404 and comments */
.navigation.pagination { margin-top: 52px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 10px; font-size: .8rem; font-weight: 750; text-decoration: none; }
.page-numbers.current, .page-numbers:hover { color: var(--white); background: var(--indigo); border-color: var(--indigo); }
.empty-state, .search-empty { max-width: 700px; padding: 32px; margin-inline: auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }
.search-empty .search-form { width: min(100%, 460px); margin: 22px auto 0; text-align: left; }
.not-found { display: grid; justify-items: center; min-height: 620px; padding-block: 90px; text-align: center; }
.not-found-mark { display: grid; place-items: center; width: 130px; height: 130px; color: var(--white); background: var(--indigo); border-radius: 38% 62% 48% 52%; box-shadow: 12px 14px 0 rgba(34, 184, 170, .22); font-size: 3.6rem; }
.not-found h1 { margin: 28px 0 16px; font-size: clamp(2.4rem, 5vw, 4.8rem); }
.not-found > p { max-width: 620px; margin: 0 0 28px; color: var(--muted); }
.not-found .search-form { width: min(100%, 460px); }
.not-found-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 24px; }
.not-found-links a { padding: 8px 13px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; font-size: .78rem; font-weight: 700; text-decoration: none; }
.comments-shell { max-width: 900px; padding-bottom: 90px; }
.comments-area { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.comments-title { margin: 0 0 24px; font-size: 1.6rem; }
.comment-list { padding: 0; list-style: none; }
.comment-list .children { list-style: none; }
.comment-body { padding: 20px 0; border-bottom: 1px solid var(--line); }
.comment-author { display: flex; align-items: center; gap: 10px; }
.comment-author img { border-radius: 12px; }
.comment-meta { font-size: .73rem; }
.comment-form label { display: block; margin-bottom: 5px; font-size: .78rem; font-weight: 750; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: 11px 13px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 10px; }
.form-submit .submit { padding: 12px 18px; color: var(--white); background: var(--indigo); border: 0; border-radius: 10px; font-weight: 800; cursor: pointer; }

/* Japanzeit Tools integration */
.japanzeit-tool-view .mk-standalone, .tool-content .mk-standalone { padding: 22px 24px 25px; background: linear-gradient(135deg, #f4fbff, #f7f5ff); border: 1px solid var(--line); border-left: 6px solid var(--aqua); border-radius: 17px; box-shadow: 0 8px 24px rgba(29, 47, 92, .06); }
.japanzeit-tool-view .mk-standalone-head, .tool-content .mk-standalone-head { color: var(--ink); font-family: var(--font-display); font-weight: 800; }
.japanzeit-tool-view .mk-glyph-sm, .tool-content .mk-glyph-sm { color: var(--indigo); background: var(--yuzu); border: 0; border-radius: 9px; }
.japanzeit-tool-view .mk-input, .tool-content .mk-input { min-height: 48px; color: var(--ink); background: var(--white); border: 1px solid #cdd9e7; border-radius: 11px; box-shadow: inset 0 1px 0 rgba(21, 29, 66, .04); }
.japanzeit-tool-view .mk-input:focus, .tool-content .mk-input:focus { border-color: var(--aqua-dark); box-shadow: 0 0 0 3px rgba(34, 184, 170, .16); }
.japanzeit-tool-view .mk-btn, .tool-content .mk-btn { min-height: 48px; padding-inline: 20px; color: var(--white); background: var(--indigo); border-radius: 11px; font-weight: 800; }
.japanzeit-tool-view .mk-btn:hover, .tool-content .mk-btn:hover { background: var(--aqua-dark); }
.japanzeit-tool-view .mk-hero, .tool-content .mk-hero { padding: 28px 18px; color: var(--ink); background: linear-gradient(135deg, rgba(34, 184, 170, .13), rgba(124, 101, 204, .13)); border: 1px solid var(--line); border-radius: 19px; }
.japanzeit-tool-view .mk-big, .tool-content .mk-big { color: var(--indigo); font-family: var(--font-jp); }
.japanzeit-tool-view .mk-table, .tool-content .mk-table { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.japanzeit-tool-view .mk-table th, .japanzeit-tool-view .mk-table td, .tool-content .mk-table th, .tool-content .mk-table td { border-color: var(--line); }
.japanzeit-tool-view .mk-table th, .tool-content .mk-table th { color: var(--ink); background: var(--paper-blue); }
.japanzeit-tool-view .mk-card, .tool-content .mk-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--card-shadow); }
.japanzeit-tool-view .mk-card h3 a, .tool-content .mk-card h3 a { color: var(--indigo); }
.japanzeit-tool-view .mk-picks, .japanzeit-tool-view .mk-results li, .tool-content .mk-picks, .tool-content .mk-results li { border-color: var(--line); }
.japanzeit-tool-view .mk-results a, .tool-content .mk-results a { color: var(--indigo); }
.japanzeit-tool-view .mk-pop li a, .japanzeit-tool-view .mk-catnav a, .tool-content .mk-pop li a, .tool-content .mk-catnav a { color: var(--indigo); background: var(--white); border-color: var(--line); }
.japanzeit-tool-view .mk-pop li a:hover, .japanzeit-tool-view .mk-catnav a:hover, .tool-content .mk-pop li a:hover, .tool-content .mk-catnav a:hover { background: var(--paper-blue); border-color: var(--aqua); }
.japanzeit-tool-view .mk-seigaiha, .tool-content .mk-seigaiha { color: var(--aqua-dark); }
.japanzeit-tool-view .mk-lead, .tool-content .mk-lead { border-left-color: var(--sakura); }
.japanzeit-tool-view .mk-glyph, .tool-content .mk-glyph { color: var(--indigo); background: color-mix(in srgb, var(--yuzu) 55%, white); border-color: var(--yuzu); border-radius: 13px; }
.japanzeit-tool-view .mk-tts, .tool-content .mk-tts { color: var(--indigo); background: var(--white); border-color: var(--line); }
.japanzeit-tool-view .mk-disclaimer, .tool-content .mk-disclaimer { color: var(--muted); background: #f7f9fc; border-color: var(--line); border-left-color: var(--violet); border-radius: 10px; opacity: 1; }
.japanzeit-tool-view .mk-tattoo-card, .tool-content .mk-tattoo-card { background: var(--white); border-color: var(--line); border-radius: 14px; box-shadow: 0 5px 16px rgba(29, 47, 92, .05); }
.japanzeit-tool-view .mk-tattoo-kj, .tool-content .mk-tattoo-kj { color: var(--indigo); }
.japanzeit-tool-view .mk-tattoo-hero, .tool-content .mk-tattoo-hero { border-radius: var(--radius); box-shadow: var(--card-shadow); }

/* Footer */
.site-footer { position: relative; overflow: hidden; color: #dce5f7; background: #111b3d; }
.site-footer::before { content: "時"; position: absolute; right: -30px; bottom: -175px; color: rgba(255, 255, 255, .035); font-family: var(--font-jp); font-size: 27rem; font-weight: 800; line-height: 1; }
.footer-route { position: relative; display: flex; align-items: center; justify-content: space-around; height: 8px; background: var(--aqua); }
.footer-route i { position: relative; width: 18px; height: 18px; background: var(--yuzu); border: 4px solid #111b3d; border-radius: 50%; }
.footer-route b { width: 9px; height: 9px; background: var(--sakura); border-radius: 50%; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 48px; padding-block: 68px 55px; }
.footer-brand > a { display: flex; align-items: center; gap: 14px; color: var(--white); text-decoration: none; }
.footer-brand img { width: 64px; height: 64px; border-radius: 17px; }
.footer-brand span { display: grid; line-height: 1.2; }
.footer-brand b { font-family: var(--font-display); font-size: 1.25rem; }
.footer-brand small { margin-top: 5px; color: var(--aqua); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand p { max-width: 340px; margin: 20px 0 0; color: #aebbd7; font-size: .83rem; }
.footer-column h2 { margin: 0 0 17px; color: var(--white); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-column ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.footer-column li { margin: 0; }
.footer-column a { color: #b9c6df; font-size: .79rem; text-decoration: none; }
.footer-column a:hover { color: var(--yuzu); }
.footer-bottom { position: relative; display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; color: #8e9bbb; border-top: 1px solid rgba(255, 255, 255, .10); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom span { color: var(--aqua); }

/* WordPress utilities */
.wp-caption, .gallery-caption { max-width: 100%; }
.sticky { position: relative; }
.bypostauthor { outline: 0; }
.alignleft { float: left; margin: .5em 1.5em 1em 0; }
.alignright { float: right; margin: .5em 0 1em 1.5em; }
.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.page-links { display: flex; gap: 7px; margin-top: 25px; }

@media (max-width: 1080px) {
	.hero-grid { grid-template-columns: 1fr 440px; gap: 38px; }
	.latest-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.latest-grid .latest-lead { grid-column: span 2; }
	.topic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.article-layout, .tool-layout { grid-template-columns: minmax(0, 740px) 230px; gap: 45px; }
	.footer-grid { grid-template-columns: 1.35fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 920px) {
	body.admin-bar .site-header { top: 46px; }
	.utility-links { display: none; }
	.utility-inner { justify-content: center; }
	.header-main { min-height: 82px; }
	.site-branding img { max-width: 230px; max-height: 58px; }
	.header-controls .search-form { display: none; }
	.menu-toggle { display: inline-flex; }
	.nav-wrap { display: none; }
	.site-header[data-menu-open] .nav-wrap { display: block; }
	.primary-menu { display: grid; gap: 0; padding: 12px 0 18px; }
	.primary-menu a { min-height: 44px; padding: 0 8px; }
	.primary-menu > li:not(.menu-tools) > a::after { display: none; }
	.primary-menu .menu-tools { margin: 8px 0 0; }
	.primary-menu .menu-tools a { justify-content: center; }
	.primary-menu .sub-menu { position: static; display: grid; box-shadow: none; }
	.hero-grid { grid-template-columns: 1fr; min-height: 0; }
	.hero-copy { max-width: 760px; }
	.hero-visual { width: min(100%, 600px); min-height: 470px; margin-inline: auto; }
	.tool-grid { grid-template-columns: 1fr; }
	.latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.latest-grid .latest-lead { grid-column: span 2; }
	.topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.trust-grid { grid-template-columns: 1fr; }
	.article-header-grid { grid-template-columns: minmax(0, 1fr) 150px; min-height: 420px; }
	.article-glyph { width: 140px; font-size: 4rem; }
	.article-layout, .tool-layout { grid-template-columns: 1fr; gap: 34px; }
	.article-aside { grid-row: 1; }
	.toc { position: static; }
	.toc details:not([open]) { padding-bottom: 19px; }
	.aside-brand { display: none; }
	.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
	.footer-menu-column { grid-column: 2; }
}

@media (max-width: 680px) {
	body { font-size: 16px; }
	.site-container { width: min(calc(100% - 28px), var(--container)); }
	.section-shell { padding-block: 62px; }
	.utility-inner p { font-size: .67rem; letter-spacing: .01em; }
	.site-branding { flex-basis: 210px; }
	.site-branding img { max-width: 200px; }
	.hero-grid { gap: 24px; padding-block: 58px 72px; }
	.hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
	.hero-actions .button { flex: 1 1 190px; }
	.hero-proof { gap: 12px; }
	.hero-visual { min-height: 390px; }
	.hero-board { inset: 34px 8px 22px 12px; padding: 28px 21px; border-radius: 25px 25px 58px 25px; box-shadow: 10px 12px 0 rgba(34, 184, 170, .20); }
	.board-head span { font-size: 1.45rem; }
	.board-head small { font-size: .6rem; }
	.route-line { margin: 62px 10px 21px; }
	.route-line i { width: 19px; height: 19px; border-width: 5px; }
	.route-line b { width: 13px; height: 13px; }
	.route-stops b { font-size: 1.3rem; }
	.route-stops span { font-size: .61rem; }
	.hero-ticket { min-width: 142px; padding: 9px 11px; }
	.hero-ticket > span { width: 35px; height: 35px; }
	.hero-stamp { width: 58px; height: 58px; font-size: 1.5rem; }
	.section-heading { display: grid; gap: 12px; margin-bottom: 28px; }
	.section-heading h2 { font-size: 2rem; }
	.tool-card { grid-template-columns: auto auto 1fr; min-height: 112px; padding: 17px; }
	.tool-index { display: none; }
	.tool-card > i { display: none; }
	.tool-glyph { width: 49px; height: 49px; border-radius: 14px; }
	.tattoo-link { justify-content: flex-start; flex-wrap: wrap; }
	.latest-grid, .post-grid-three, .topic-grid { grid-template-columns: 1fr; }
	.latest-grid .latest-lead { grid-column: auto; grid-row: auto; }
	.post-card-featured .post-card-body { padding: 22px; }
	.post-card-featured .post-card-title { font-size: 1.55rem; }
	.article-header-grid, .page-header-inner, .archive-hero-inner { grid-template-columns: 1fr; min-height: 0; gap: 24px; padding-block: 50px; }
	.article-glyph, .page-glyph, .archive-glyph { display: none; }
	.article-heading h1, .page-header h1, .archive-hero h1 { font-size: clamp(2.25rem, 11vw, 3.5rem); }
	.entry-meta { gap: 7px; }
	.entry-author { flex-basis: 100%; }
	.article-hero-image { width: 100%; margin-top: 0; }
	.article-hero-image img { border: 0; border-radius: 0; }
	.article-layout, .tool-layout, .page-layout { width: min(calc(100% - 28px), var(--content)); padding-block: 45px 68px; }
	.entry-content { font-size: 1rem; }
	.entry-content blockquote { padding: 23px 20px 22px 24px; }
	.entry-content table { display: block; max-width: 100%; overflow-x: auto; white-space: nowrap; }
	.entry-content .alignwide { width: calc(100vw - 28px); }
	.author-box { grid-template-columns: 65px 1fr; gap: 16px; padding: 22px; }
	.author-initials-large { width: 65px; height: 65px; border-radius: 18px; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 25px; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-menu-column { grid-column: auto; }
	.footer-bottom { display: grid; text-align: center; }
	.japanzeit-tool-view .mk-row, .tool-content .mk-row { flex-wrap: wrap; }
	.japanzeit-tool-view .mk-btn, .tool-content .mk-btn { width: 100%; }
}

@media (max-width: 420px) {
	.site-branding img { max-width: 175px; }
	.menu-toggle > span:last-child { display: none; }
	.hero-visual { min-height: 350px; }
	.hero-ticket { min-width: 126px; }
	.ticket-name { left: -4px; }
	.ticket-year { right: -2px; }
	.footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
	.utility-bar, .header-controls, .nav-wrap, .article-aside, .share-tools, .related-posts, .comments-shell, .site-footer, .hero-actions { display: none !important; }
	.site-header { border: 0; }
	.article-header, .page-header { background: none; }
	.article-header-grid, .page-header-inner { display: block; min-height: 0; padding-block: 24px; }
	.article-glyph, .page-glyph { display: none; }
	.article-hero-image { margin-top: 0; }
	.article-layout, .tool-layout, .page-layout { display: block; width: 100%; padding-block: 25px; }
	.entry-content { color: #000; font-size: 11pt; }
	a { color: #000; text-decoration: underline; }
}
