/*
Theme Name: Liceum36 Editorial
Theme URI: https://liceum36.pl/
Author: liceum36.pl
Description: Nowoczesny, responsywny motyw magazynowy dla portalu liceum36.pl. Zawiera autorski układ redakcyjny, lokalne fonty, widoki wpisów i kategorii, faviconę oraz sekcję „W skrócie”.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: liceum36
*/

@font-face {
	font-family: "Liceum36 Sans";
	src: url("assets/fonts/liceum36-sans-regular.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "Liceum36 Sans";
	src: url("assets/fonts/liceum36-sans-bold.otf") format("opentype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

:root {
	--l36-ink: #171b2c;
	--l36-blue: #2847d6;
	--l36-orange: #ff5b3f;
	--l36-yellow: #ffc857;
	--l36-paper: #f7f3ea;
	--l36-cloud: #eef2ff;
	--l36-muted: #65697a;
	--l36-line: #cfd2dc;
	--l36-white: #fff;
	--l36-radius: 20px;
	--l36-radius-small: 14px;
	--l36-shadow: 0 18px 50px rgba(23, 27, 44, .10);
	--l36-container: 1380px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: #fbfaf7;
	color: var(--l36-ink);
	font-family: "Liceum36 Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}
body.admin-bar .l36-header { top: auto; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p, figure { margin-top: 0; }
h1, h2, h3, h4 { letter-spacing: -.035em; line-height: 1.02; }

.l36-container { width: min(calc(100% - 48px), var(--l36-container)); margin-inline: auto; }
.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 { z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; color: #000; }

.l36-eyebrow {
	display: inline-block; margin: 0 0 15px; color: var(--l36-blue); font-size: 12px;
	font-weight: 700; letter-spacing: .13em; line-height: 1.25; text-transform: uppercase;
}
.l36-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--l36-muted); font-size: 12px; }
.l36-button {
	display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px;
	padding: 12px 22px; border: 2px solid transparent; border-radius: 999px; font-size: 12px;
	font-weight: 700; letter-spacing: .04em; line-height: 1.1; text-transform: uppercase; transition: transform .2s, box-shadow .2s, background .2s;
}
.l36-button:hover, .l36-button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(23,27,44,.18); }
.l36-button--orange { background: var(--l36-orange); color: #fff; }
.l36-button--ink { background: var(--l36-ink); color: #fff; }
.l36-button--yellow { background: var(--l36-yellow); color: var(--l36-ink); }

/* Header */
.l36-utility { background: var(--l36-ink); color: #fff; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.l36-utility__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.l36-utility strong span { color: var(--l36-yellow); }
.l36-utility__inner > div { display: flex; gap: 24px; }
.l36-utility a:hover { color: var(--l36-yellow); }
.l36-header { position: relative; z-index: 50; background: var(--l36-paper); border-bottom: 1px solid rgba(23,27,44,.12); }
.l36-header__inner { min-height: 94px; display: flex; align-items: center; gap: 34px; }
.l36-brand { flex: 0 0 220px; }
.l36-brand a { display: inline-block; }
.l36-brand img, .l36-brand .custom-logo { width: 218px; max-height: 72px; object-fit: contain; object-position: left center; }
.l36-nav { flex: 1; min-width: 0; }
.l36-nav .menu { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 1.3vw, 24px); margin: 0; padding: 0; list-style: none; }
.l36-nav li { position: relative; margin: 0; }
.l36-nav a { display: block; padding: 12px 0; font-size: 12px; font-weight: 700; white-space: nowrap; }
.l36-nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 3px; background: var(--l36-orange); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.l36-nav a:hover::after, .l36-nav .current-menu-item > a::after, .l36-nav .current-menu-ancestor > a::after { transform: scaleX(1); transform-origin: left; }
.l36-nav .sub-menu { display: none; position: absolute; top: 100%; left: -20px; min-width: 210px; margin: 0; padding: 14px 20px; list-style: none; background: var(--l36-paper); border: 1px solid var(--l36-ink); box-shadow: var(--l36-shadow); }
.l36-nav li:hover > .sub-menu, .l36-nav li:focus-within > .sub-menu { display: block; }
.l36-header__tools { display: flex; align-items: center; gap: 12px; }
.l36-search-toggle { position: relative; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.l36-search-toggle > span:first-child { position: absolute; top: 8px; left: 6px; width: 27px; height: 27px; border: 3px solid var(--l36-ink); border-radius: 50%; }
.l36-search-toggle > span:first-child::after { content: ""; position: absolute; width: 12px; height: 3px; right: -8px; bottom: -5px; background: var(--l36-ink); transform: rotate(45deg); }
.l36-menu-toggle { display: none; width: 45px; height: 45px; padding: 10px; border: 1px solid var(--l36-ink); border-radius: 50%; background: transparent; }
.l36-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: var(--l36-ink); transition: transform .2s; }
.l36-search-panel { display: none; position: absolute; z-index: 4; right: 0; left: 0; padding: 22px max(24px, calc((100vw - var(--l36-container)) / 2)); background: var(--l36-paper); border-bottom: 1px solid var(--l36-ink); box-shadow: var(--l36-shadow); }
.l36-search-open .l36-search-panel { display: block; }
.l36-search-form { display: flex; gap: 10px; width: min(100%, 720px); margin-inline: auto; }
.l36-search-form label { flex: 1; }
.l36-search-form input { width: 100%; height: 52px; padding: 0 18px; border: 1px solid var(--l36-ink); border-radius: 999px; background: #fff; }
.l36-search-form button { padding: 0 24px; border: 0; border-radius: 999px; background: var(--l36-blue); color: #fff; font-weight: 700; cursor: pointer; }

/* Front page hero */
.l36-hero { display: grid; grid-template-columns: 112px minmax(0, 1.38fr) minmax(380px, .92fr); height: clamp(560px, 41vw, 630px); min-height: 560px; margin-top: 34px; margin-bottom: 0; border: 1px solid rgba(23,27,44,.72); border-radius: var(--l36-radius); background: var(--l36-paper); box-shadow: 0 12px 35px rgba(23,27,44,.08); overflow: hidden; }
.l36-hero__rail { display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 25px 12px; overflow: hidden; background: var(--l36-blue); color: #fff; }
.l36-hero__rail > span { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.l36-hero__rail strong { font-size: 96px; letter-spacing: -.1em; line-height: .8; transform: rotate(-90deg); opacity: .18; }
.l36-hero__rail small { font-size: 9px; letter-spacing: .12em; white-space: nowrap; }
.l36-hero__image { min-height: 0; margin: 0; overflow: hidden; }
.l36-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.l36-hero__story { position: relative; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(38px, 4vw, 62px); background: var(--l36-yellow); overflow: hidden; }
.l36-hero__story::after { content: ""; position: absolute; top: 0; right: 0; width: 10px; height: 100%; background: var(--l36-orange); }
.l36-corner { position: absolute; top: 0; left: 0; width: 64px; height: 64px; background: linear-gradient(135deg, var(--l36-paper) 49%, var(--l36-orange) 50%, var(--l36-orange) 55%, transparent 56%); }
.l36-hero__story .l36-eyebrow { color: var(--l36-ink); }
.l36-hero h1 { max-width: 570px; margin-bottom: 20px; font-size: clamp(36px, 3.25vw, 56px); line-height: .98; overflow-wrap: anywhere; }
.l36-hero__story.is-long-title h1 { font-size: clamp(32px, 2.75vw, 47px); }
.l36-hero h1 a:hover { color: var(--l36-blue); }
.l36-hero__excerpt { display: -webkit-box; max-width: 520px; margin-bottom: 18px; overflow: hidden; color: #35394a; font-size: 16px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.l36-hero__story .l36-meta { margin-bottom: 22px; color: #4d4528; }
.l36-hero__story .l36-button { align-self: flex-start; }

.l36-shortcuts { display: grid; grid-template-columns: 140px repeat(6, 1fr); margin-top: 14px; margin-bottom: 86px; border: 1px solid rgba(23,27,44,.55); border-radius: var(--l36-radius-small); background: #fff; overflow: hidden; }
.l36-shortcuts > strong, .l36-shortcuts > a { min-height: 68px; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-right: 1px solid var(--l36-line); }
.l36-shortcuts > strong { text-transform: uppercase; font-size: 11px; letter-spacing: .13em; }
.l36-shortcuts > a:last-child { border-right: 0; }
.l36-shortcuts a { font-size: 12px; font-weight: 700; }
.l36-shortcuts a span { color: var(--l36-orange); font-size: 10px; }
.l36-shortcuts a:hover { background: var(--l36-cloud); color: var(--l36-blue); }

.l36-section { padding-bottom: 110px; }
.l36-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.l36-section-head h2 { margin: 0; font-size: clamp(42px, 5vw, 78px); }
.l36-section-head h2 span { color: var(--l36-orange); }
.l36-section-head > a { padding-bottom: 8px; border-bottom: 2px solid var(--l36-orange); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.l36-section-head > p { max-width: 360px; margin: 0; color: var(--l36-muted); }

.l36-bento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.l36-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 0; border-radius: var(--l36-radius-small); background: #fff; box-shadow: 0 8px 28px rgba(23,27,44,.08); transition: transform .25s ease, box-shadow .25s ease; }
.l36-card:hover { transform: translateY(-4px); box-shadow: var(--l36-shadow); }
.l36-card__image { aspect-ratio: 16 / 9; min-height: 0; overflow: hidden; background: var(--l36-cloud); }
.l36-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.l36-card:hover .l36-card__image img { transform: scale(1.035); }
.l36-card__body { display: flex; flex: 1; flex-direction: column; justify-content: flex-start; padding: 22px 24px 24px; }
.l36-card .l36-eyebrow { margin-bottom: 12px; }
.l36-card h3 { margin-bottom: 12px; font-size: clamp(24px, 2vw, 32px); line-height: 1.05; }
.l36-card h3 a:hover { color: var(--l36-orange); }
.l36-card p { display: -webkit-box; margin-bottom: 18px; overflow: hidden; color: var(--l36-muted); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.l36-card .l36-meta { margin-top: auto; }

.l36-manifesto { margin-bottom: 96px; overflow: hidden; border-radius: var(--l36-radius-small); background: var(--l36-ink); color: #fff; box-shadow: var(--l36-shadow); }
.l36-manifesto__inner { position: relative; min-height: 340px; display: grid; grid-template-columns: .9fr 1.1fr 1.25fr; align-items: stretch; }
.l36-manifesto__number { display: flex; align-items: center; padding-left: 34px; font-size: clamp(150px, 18vw, 290px); font-weight: 700; letter-spacing: -.12em; line-height: .75; -webkit-text-stroke: 2px rgba(255,255,255,.55); color: transparent; }
.l36-manifesto__copy { position: relative; z-index: 2; align-self: center; max-width: 520px; padding: 44px 24px 44px 10px; }
.l36-manifesto .l36-eyebrow { color: var(--l36-yellow); }
.l36-manifesto h2 { margin-bottom: 16px; font-size: clamp(32px, 3.1vw, 50px); }
.l36-manifesto__copy > p:not(.l36-eyebrow) { max-width: 390px; margin-bottom: 24px; color: #cdd0db; }
.l36-manifesto__photo { position: relative; z-index: 1; min-height: 340px; margin: 0; overflow: hidden; clip-path: polygon(17% 0,100% 0,100% 100%,0 100%); }
.l36-manifesto__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.l36-manifesto__shape { position: absolute; z-index: 3; right: 0; top: 0; width: 68px; height: 68px; background: linear-gradient(225deg,var(--l36-orange) 0 50%,transparent 51%); }

.l36-topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.l36-topic-tile { position: relative; min-height: 250px; padding: 28px; border: 0; border-radius: var(--l36-radius-small); overflow: hidden; box-shadow: 0 8px 26px rgba(23,27,44,.08); transition: transform .2s, box-shadow .2s; }
.l36-topic-tile:hover { transform: translateY(-5px); box-shadow: var(--l36-shadow); }
.l36-topic-tile--dom { background: var(--l36-yellow); }
.l36-topic-tile--technologie { background: var(--l36-blue); color: #fff; }
.l36-topic-tile--zdrowie { background: var(--l36-orange); color: #fff; }
.l36-topic-tile--rozrywka { background: var(--l36-paper); }
.l36-topic-tile strong { display: block; max-width: 180px; margin-top: 66px; font-size: 29px; letter-spacing: -.035em; line-height: 1; }
.l36-topic-tile p { max-width: 240px; margin: 14px 0 0; font-size: 14px; opacity: .8; }
.l36-topic-tile b { position: absolute; right: 26px; bottom: 22px; font-size: 28px; }
.l36-topic-tile__icon { position: absolute; top: 30px; left: 30px; width: 46px; height: 42px; color: currentColor; }
.l36-topic-tile--dom .l36-topic-tile__icon { width: 40px; height: 34px; top: 36px; border: 2px solid currentColor; border-top: 0; }
.l36-topic-tile--dom .l36-topic-tile__icon::before { content: ""; position: absolute; width: 29px; height: 29px; top: -15px; left: 3px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; transform: rotate(45deg); }
.l36-topic-tile--technologie .l36-topic-tile__icon { border: 2px solid currentColor; border-radius: 5px; }
.l36-topic-tile--technologie .l36-topic-tile__icon::before, .l36-topic-tile--technologie .l36-topic-tile__icon::after { content: ""; position: absolute; left: 7px; right: 7px; height: 2px; background: currentColor; box-shadow: 0 7px 0 currentColor,0 14px 0 currentColor; }
.l36-topic-tile--technologie .l36-topic-tile__icon::before { top: 10px; }
.l36-topic-tile--zdrowie .l36-topic-tile__icon::before, .l36-topic-tile--zdrowie .l36-topic-tile__icon::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; }
.l36-topic-tile--zdrowie .l36-topic-tile__icon::before { width: 42px; height: 12px; top: 15px; left: 2px; }
.l36-topic-tile--zdrowie .l36-topic-tile__icon::after { width: 12px; height: 42px; left: 17px; top: 0; }
.l36-topic-tile--rozrywka .l36-topic-tile__icon { border: 2px solid currentColor; border-radius: 50%; }
.l36-topic-tile--rozrywka .l36-topic-tile__icon::after { content: ""; position: absolute; left: 18px; top: 12px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid currentColor; }

.l36-know { padding: 105px 0; background: var(--l36-paper); }
.l36-know__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; }
.l36-ranking { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--l36-ink); }
.l36-ranking li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--l36-line); }
.l36-ranking li > span { color: var(--l36-orange); font-size: 30px; font-weight: 700; line-height: 1; }
.l36-ranking small { color: var(--l36-blue); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.l36-ranking h3 { margin: 9px 0 8px; font-size: clamp(22px, 2.1vw, 31px); }
.l36-ranking h3 a:hover { color: var(--l36-blue); }
.l36-ranking p { margin: 0; color: var(--l36-muted); font-size: 11px; }
.l36-know__visual { position: relative; min-height: 540px; margin: 0; overflow: hidden; border: 0; border-radius: var(--l36-radius-small); box-shadow: var(--l36-shadow); }
.l36-know__visual > img { width: 100%; height: 100%; object-fit: cover; }
.l36-know__visual figcaption { position: absolute; right: 26px; top: 26px; width: min(330px, calc(100% - 52px)); padding: 26px; background: var(--l36-white); border-radius: var(--l36-radius-small); box-shadow: 8px 8px 0 var(--l36-orange); }
.l36-know__visual figcaption small { display: block; margin-bottom: 10px; color: var(--l36-blue); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.l36-know__visual figcaption strong { display: block; font-size: 25px; }
.l36-know__visual figcaption span { color: var(--l36-muted); }

.l36-recent { padding-top: 105px; }
.l36-recent__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.l36-card--compact { display: grid; grid-template-columns: 42% 58%; min-height: 138px; border: 0; border-radius: var(--l36-radius-small); box-shadow: 0 8px 24px rgba(23,27,44,.07); }
.l36-card--compact .l36-card__image { min-height: 138px; aspect-ratio: auto; }
.l36-card--compact .l36-card__body { justify-content: center; padding: 17px; }
.l36-card--compact .l36-eyebrow { margin-bottom: 8px; font-size: 9px; }
.l36-card--compact h3 { margin-bottom: 10px; font-size: 18px; }
.l36-card--compact .l36-meta { font-size: 10px; }

/* Archives */
.l36-archive { padding-block: 84px 110px; }
.l36-archive__header { position: relative; max-width: 920px; margin-bottom: 62px; padding-left: 100px; }
.l36-archive__header::before { content: "36"; position: absolute; top: -22px; left: 0; color: var(--l36-yellow); font-size: 70px; font-weight: 700; letter-spacing: -.09em; line-height: 1; }
.l36-archive__header h1 { margin-bottom: 20px; font-size: clamp(48px, 7vw, 94px); }
.l36-archive__header h1 span { color: var(--l36-blue); }
.l36-archive__header p, .l36-archive__header .taxonomy-description { max-width: 700px; color: var(--l36-muted); font-size: 18px; }
.l36-archive__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.l36-archive__grid .l36-card { grid-column: auto; }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 55px; }
.nav-links .page-numbers { min-width: 43px; height: 43px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--l36-ink); }
.nav-links .current, .nav-links a:hover { background: var(--l36-ink); color: #fff; }
.l36-empty { padding: 70px; background: var(--l36-paper); border-left: 8px solid var(--l36-orange); }

/* Single and pages */
.l36-single__header { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 560px; margin-top: 38px; border: 1px solid var(--l36-ink); }
.l36-single__intro { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 86px); background: var(--l36-paper); }
.l36-single__intro h1 { margin-bottom: 24px; font-size: clamp(44px, 5.2vw, 76px); overflow-wrap: anywhere; }
.l36-single__lead { color: var(--l36-muted); font-size: 19px; }
.l36-single__cover { min-height: 560px; margin: 0; overflow: hidden; }
.l36-single__cover img { width: 100%; height: 100%; object-fit: cover; }
.l36-single__layout { display: grid; grid-template-columns: minmax(0, 820px) 300px; justify-content: center; gap: 80px; padding-block: 80px 110px; }
.l36-summary { margin-bottom: 48px; padding: 30px 34px; background: var(--l36-cloud); border-left: 7px solid var(--l36-blue); }
.l36-summary ul { margin: 0; padding-left: 22px; }
.l36-summary li + li { margin-top: 10px; }
.entry-content { color: #333747; font-size: 18px; line-height: 1.8; }
.entry-content > * { max-width: 760px; }
.entry-content > .alignwide { max-width: 1100px; margin-left: 50%; transform: translateX(-50%); }
.entry-content > .alignfull { max-width: none; width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.entry-content h2 { margin: 2.1em 0 .7em; color: var(--l36-ink); font-size: clamp(32px, 4vw, 48px); }
.entry-content h3 { margin: 1.8em 0 .6em; color: var(--l36-ink); font-size: 29px; }
.entry-content a { color: var(--l36-blue); text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { border-radius: var(--l36-radius); }
.entry-content blockquote { margin: 44px 0; padding: 30px 34px; border: 0; border-left: 7px solid var(--l36-orange); background: var(--l36-paper); color: var(--l36-ink); font-size: 24px; font-weight: 700; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--l36-line); text-align: left; }
.l36-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 48px 0; }
.l36-tags a { padding: 7px 12px; border: 1px solid var(--l36-ink); border-radius: 999px; font-size: 12px; }
.l36-entry-footer .post-navigation { margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--l36-line); }
.l36-entry-footer .nav-links { justify-content: space-between; margin: 0; }
.l36-entry-footer .nav-previous, .l36-entry-footer .nav-next { width: 47%; }
.l36-entry-footer .nav-next { text-align: right; }
.l36-entry-footer .nav-links a { display: block; }
.l36-entry-footer .nav-links span { display: block; color: var(--l36-orange); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.l36-entry-footer .nav-links strong { display: block; margin-top: 8px; }
.l36-sidebar { min-width: 0; }
.l36-widget { margin-bottom: 24px; padding: 25px; border: 1px solid var(--l36-ink); }
.l36-widget__title { font-size: 24px; }
.l36-widget ul { margin: 0; padding: 0; list-style: none; }
.l36-widget li { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--l36-line); font-size: 14px; }
.l36-widget--36 { overflow: hidden; background: var(--l36-blue); color: #fff; }
.l36-widget--36 > span { display: block; margin: -40px 0 5px; color: transparent; font-size: 130px; font-weight: 700; letter-spacing: -.1em; line-height: 1; -webkit-text-stroke: 1px rgba(255,255,255,.25); }
.l36-widget--36 h2 { font-size: 31px; }
.l36-widget--36 a { color: var(--l36-yellow); font-weight: 700; }
.l36-page { max-width: 1180px; padding-block: 90px 110px; }
.l36-page__header { max-width: 900px; margin-bottom: 48px; }
.l36-page__header h1 { font-size: clamp(50px, 7vw, 96px); }
.l36-page__cover { margin-bottom: 55px; }
.l36-page .entry-content { max-width: 820px; margin-inline: auto; }
.l36-page .entry-content > * { max-width: 100%; }
.l36-error { min-height: 620px; padding-block: 100px; text-align: center; }
.l36-error > span { display: block; color: var(--l36-yellow); font-size: 180px; font-weight: 700; letter-spacing: -.11em; line-height: .8; }
.l36-error h1 { font-size: clamp(44px, 6vw, 80px); }
.l36-error .l36-search-form { margin-block: 35px 18px; }
.l36-comments { margin-top: 60px; padding-top: 40px; border-top: 1px solid var(--l36-line); }
.comment-list { padding-left: 0; list-style: none; }
.comment-body { margin: 24px 0; padding: 24px; background: var(--l36-paper); }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--l36-line); }
.comment-form input[type="submit"] { padding: 13px 22px; border: 0; border-radius: 999px; background: var(--l36-blue); color: #fff; font-weight: 700; }

/* Footer */
.l36-footer { overflow: hidden; background: linear-gradient(135deg,#171b2c 0%,#111526 100%); color: #fff; }
.l36-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr .75fr 1.05fr; gap: 55px; padding-block: 76px 60px; }
.l36-footer__brand img { width: 225px; max-height: 77px; object-fit: contain; object-position: left center; }
.l36-footer__brand > strong { display: block; max-width: 340px; margin-top: 28px; color: var(--l36-yellow); font-size: 22px; line-height: 1.2; }
.l36-footer__brand p { max-width: 360px; margin-top: 14px; color: #bfc2d1; }
.l36-footer h2 { margin-bottom: 20px; color: var(--l36-yellow); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.l36-footer ul { columns: 2; gap: 20px; margin: 0; padding: 0; list-style: none; }
.l36-footer li { break-inside: avoid; margin-bottom: 8px; }
.l36-footer li a { color: #d7d8e1; font-size: 14px; }
.l36-footer li a:hover { color: var(--l36-yellow); }
.l36-footer__cta { position: relative; padding: 28px; border-left: 1px solid rgba(255,255,255,.2); }
.l36-footer__cta > span { position: absolute; right: -8px; top: -42px; color: transparent; font-size: 112px; font-weight: 700; letter-spacing: -.1em; line-height: 1; -webkit-text-stroke: 1px rgba(255,255,255,.15); }
.l36-footer__cta h2 { position: relative; color: #fff; font-size: 25px; letter-spacing: -.03em; line-height: 1.15; text-transform: none; }
.l36-footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.16); color: #aaaebe; font-size: 11px; }

@media (max-width: 1220px) {
	.l36-header__inner { gap: 20px; }
	.l36-nav .menu { gap: 12px; }
	.l36-nav a { font-size: 11px; }
	.l36-header__tools .l36-button { display: none; }
	.l36-hero { grid-template-columns: 84px 1.18fr .9fr; }
	.l36-shortcuts { grid-template-columns: repeat(6, 1fr); }
	.l36-shortcuts > strong { display: none; }
	.l36-shortcuts > a:nth-last-child(1) { border-right: 0; }
	.l36-single__layout { grid-template-columns: minmax(0, 760px) 280px; gap: 45px; }
}

@media (max-width: 1020px) {
	body.admin-bar .l36-header { top: auto; }
	.l36-container { width: min(calc(100% - 32px), var(--l36-container)); }
	.l36-header__inner { min-height: 78px; }
	.l36-brand { flex-basis: 185px; }
	.l36-brand img, .l36-brand .custom-logo { width: 184px; max-height: 60px; }
	.l36-nav { display: none; position: absolute; top: 100%; right: 0; left: 0; padding: 18px 16px 30px; background: var(--l36-paper); border-bottom: 1px solid var(--l36-ink); box-shadow: var(--l36-shadow); }
	.l36-menu-open .l36-nav { display: block; }
	.l36-nav .menu { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
	.l36-nav a { padding: 13px; border-bottom: 1px solid var(--l36-line); font-size: 14px; }
	.l36-nav a::after { display: none; }
	.l36-nav .sub-menu { position: static; display: block; min-width: 0; padding: 0 0 0 12px; border: 0; box-shadow: none; }
	.l36-menu-toggle { display: block; }
	.l36-header__tools .l36-button { display: inline-flex; }
	.l36-hero { grid-template-columns: 72px 1fr; height: auto; min-height: 0; }
	.l36-hero__story { grid-column: 1 / -1; min-height: 390px; }
	.l36-hero__image { min-height: 500px; }
	.l36-shortcuts { overflow-x: auto; grid-template-columns: repeat(6, 180px); margin-bottom: 75px; }
	.l36-bento { grid-template-columns: repeat(2, 1fr); }
	.l36-card { grid-column: auto; display: flex; }
	.l36-manifesto__inner { grid-template-columns: .72fr 1.28fr; }
	.l36-manifesto__photo { grid-column: 1 / -1; min-height: 280px; clip-path: none; }
	.l36-topic-grid { grid-template-columns: repeat(2, 1fr); }
	.l36-recent__grid { grid-template-columns: repeat(2, 1fr); }
	.l36-archive__grid { grid-template-columns: repeat(2, 1fr); }
	.l36-single__header { grid-template-columns: 1fr; }
	.l36-single__cover { min-height: 480px; }
	.l36-single__layout { grid-template-columns: minmax(0, 780px); }
	.l36-sidebar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
	.l36-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
	:root { --l36-radius: 14px; }
	.l36-container { width: min(calc(100% - 24px), var(--l36-container)); }
	.l36-utility__inner { min-height: 29px; }
	.l36-utility__inner > div { display: none; }
	.l36-header__inner { min-height: 68px; gap: 8px; }
	.l36-brand { flex-basis: 150px; }
	.l36-brand img, .l36-brand .custom-logo { width: 148px; max-height: 52px; }
	.l36-header__tools { margin-left: auto; gap: 4px; }
	.l36-header__tools .l36-button { display: none; }
	.l36-search-toggle { transform: scale(.86); }
	.l36-menu-toggle { width: 40px; height: 40px; }
	.l36-nav .menu { grid-template-columns: 1fr; }
	.l36-search-panel { padding-inline: 12px; }
	.l36-search-form { align-items: stretch; }
	.l36-search-form button { padding-inline: 14px; }
	.l36-hero { display: flex; height: auto; flex-direction: column; min-height: 0; margin-top: 14px; }
	.l36-hero__rail { min-height: 48px; flex-direction: row; padding: 8px 14px; }
	.l36-hero__rail > span { writing-mode: initial; transform: none; }
	.l36-hero__rail strong { font-size: 42px; transform: none; }
	.l36-hero__image { min-height: 310px; }
	.l36-hero__story { min-height: 0; padding: 46px 24px 36px; }
	.l36-corner { width: 42px; height: 42px; }
	.l36-hero h1 { font-size: clamp(38px, 12vw, 54px); }
	.l36-hero__excerpt { font-size: 16px; }
	.l36-shortcuts { margin-bottom: 62px; }
	.l36-shortcuts > a { min-height: 60px; }
	.l36-section { padding-bottom: 76px; }
	.l36-section-head { display: block; margin-bottom: 28px; }
	.l36-section-head h2 { font-size: 45px; }
	.l36-section-head > a { display: inline-block; margin-top: 20px; }
	.l36-section-head > p { margin-top: 16px; }
	.l36-bento { grid-template-columns: 1fr; gap: 16px; }
	.l36-card__image { min-height: 220px; }
	.l36-card__body { padding: 24px; }
	.l36-card h3 { font-size: 28px; }
	.l36-manifesto { margin-bottom: 76px; }
	.l36-manifesto__inner { display: flex; min-height: 0; flex-direction: column; padding: 0; }
	.l36-manifesto__number { position: absolute; top: 45px; left: -15px; font-size: 220px; }
	.l36-manifesto__copy { order: 1; max-width: none; padding: 220px 28px 38px; }
	.l36-manifesto h2 { font-size: 43px; }
	.l36-manifesto__photo { order: 2; min-height: 240px; clip-path: none; }
	.l36-manifesto__shape { width: 64px; height: 64px; }
	.l36-topic-grid { grid-template-columns: 1fr; }
	.l36-topic-tile { min-height: 250px; }
	.l36-know { padding: 72px 0; }
	.l36-know__grid { grid-template-columns: 1fr; }
	.l36-know__visual { min-height: 430px; }
	.l36-recent { padding-top: 76px; }
	.l36-recent__grid { grid-template-columns: 1fr; }
	.l36-archive { padding-block: 58px 80px; }
	.l36-archive__header { margin-bottom: 40px; padding: 70px 0 0; }
	.l36-archive__header::before { top: 0; }
	.l36-archive__header h1 { font-size: 52px; }
	.l36-archive__grid { grid-template-columns: 1fr; }
	.l36-single__header { margin-top: 14px; }
	.l36-single__intro { padding: 42px 24px; }
	.l36-single__intro h1 { font-size: clamp(39px, 12vw, 56px); }
	.l36-single__cover { min-height: 310px; }
	.l36-single__layout { padding-block: 45px 76px; }
	.l36-summary { padding: 25px; }
	.entry-content { font-size: 17px; }
	.entry-content > .alignwide, .entry-content > .alignfull { width: 100%; margin-left: 0; transform: none; }
	.l36-sidebar { grid-template-columns: 1fr; }
	.l36-entry-footer .nav-links { flex-direction: column; }
	.l36-entry-footer .nav-previous, .l36-entry-footer .nav-next { width: 100%; text-align: left; }
	.l36-page { padding-block: 60px 80px; }
	.l36-page__header h1 { font-size: 54px; }
	.l36-footer__grid { grid-template-columns: 1fr; gap: 38px; padding-block: 58px 42px; }
	.l36-footer__cta { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
	.l36-footer__bottom { flex-direction: column; }
}

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