/*
 * Inpulzo Blog — editorial system
 * Scoped to public blog views so Elementor pages remain untouched.
 */

body.inpulzo-blog-active {
	background: #fdf9ee;
}

body.inpulzo-blog-active .site-content,
body.inpulzo-blog-active #content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.inpulzo-blog-active .site-content > .container,
body.inpulzo-blog-active #content > .container {
	width: 100% !important;
	max-width: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.inpulzo-blog-active.has-sidebar:not(.offcanvas-sidebar) #primary.inpulzo-blog,
body.inpulzo-blog-active #primary.inpulzo-blog {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

.inpulzo-blog {
	--ib-blue: #3a49bb;
	--ib-blue-deep: #29358f;
	--ib-cream: #fdf9ee;
	--ib-paper: #fffef9;
	--ib-pink: #ffccd8;
	--ib-pink-strong: #ffb8cc;
	--ib-ink-soft: #505ca9;
	--ib-ink-muted: #5863ad;
	--ib-border: rgba(58, 73, 187, 0.14);
	--ib-shadow: 0 24px 70px rgba(45, 58, 154, 0.11);
	position: relative;
	left: auto;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	overflow: clip;
	background: var(--ib-cream);
	color: var(--ib-blue);
	font-family: "Aspekta Family", Poppins, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.inpulzo-blog *,
.inpulzo-blog *::before,
.inpulzo-blog *::after {
	box-sizing: border-box;
}

.inpulzo-blog a {
	color: inherit;
	text-decoration: none;
}

.inpulzo-blog a:focus-visible,
.inpulzo-blog button:focus-visible,
.inpulzo-blog input:focus-visible {
	outline: 2px solid var(--ib-blue-deep);
	outline-offset: 3px;
	box-shadow: 0 0 0 5px var(--ib-pink);
}

.inpulzo-blog img {
	max-width: 100%;
	height: auto;
}

.ib-shell {
	width: min(1440px, calc(100% - 96px));
	margin-right: auto;
	margin-left: auto;
}

.ib-eyebrow {
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--ib-ink-muted);
}

/* Archive hero */
.ib-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--ib-border);
}

.ib-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	gap: 80px;
	align-items: end;
	min-height: 360px;
	padding-top: 84px;
	padding-bottom: 62px;
}

.ib-hero__ghost {
	position: absolute;
	top: 50%;
	right: -24px;
	transform: translateY(-51%);
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(240px, 29vw, 460px);
	font-style: italic;
	font-weight: 400;
	line-height: 0.8;
	color: transparent;
	-webkit-text-stroke: 1.5px rgba(58, 73, 187, 0.055);
	pointer-events: none;
	user-select: none;
}

.ib-hero__title-wrap,
.ib-hero__meta {
	position: relative;
	z-index: 1;
}

.ib-hero h1 {
	max-width: 820px;
	margin: 14px 0 0;
	color: var(--ib-blue);
	font-family: "Aspekta Family", Poppins, sans-serif;
	font-size: clamp(58px, 6.4vw, 92px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.9;
}

.ib-hero h1 em {
	display: inline-block;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 0.92em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.04em;
}

.ib-hero__meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 8px;
}

.ib-hero__description {
	max-width: 500px;
	margin: 0 0 24px;
	color: var(--ib-ink-soft);
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.62;
}

.ib-hero__description strong {
	color: var(--ib-blue);
	font-weight: 400;
}

.ib-issue,
.ib-pill {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 14px;
	border: 1px solid var(--ib-pink-strong);
	border-radius: 999px;
	background: var(--ib-pink);
	color: var(--ib-blue);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1;
	text-transform: uppercase;
}

a.ib-pill {
	transition: transform 180ms ease, background 180ms ease;
}

a.ib-pill:hover {
	transform: translateY(-2px);
	background: #ffd9e2;
}

/* Category strip */
.ib-filter {
	border-bottom: 1px solid var(--ib-border);
	background: rgba(253, 249, 238, 0.92);
}

.ib-filter__inner {
	display: flex;
	gap: 8px;
	align-items: center;
	min-height: 82px;
}

.ib-filter__item {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 17px;
	border: 1px solid rgba(58, 73, 187, 0.24);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.055em;
	line-height: 1;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ib-filter__item span {
	font-size: 8px;
	opacity: 0.82;
}

.ib-filter__item:hover,
.ib-filter__item.is-active {
	border-color: var(--ib-blue);
	background: var(--ib-blue);
	color: #fff;
}

.ib-filter__count {
	margin-left: auto;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ib-ink-muted);
}

/* Main archive layout */
.ib-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 56px;
	align-items: start;
	padding-top: 52px;
	padding-bottom: 96px;
}

.ib-content {
	min-width: 0;
}

.ib-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	overflow: hidden;
	margin-bottom: 58px;
	border: 1px solid var(--ib-border);
	border-radius: 4px;
	background: var(--ib-paper);
	box-shadow: 0 0 0 rgba(45, 58, 154, 0);
	transition: box-shadow 280ms ease, transform 280ms ease;
}

.ib-featured:hover {
	transform: translateY(-3px);
	box-shadow: var(--ib-shadow);
}

.ib-featured__media {
	display: block;
	min-height: 448px;
	overflow: hidden;
	background: var(--ib-blue-deep);
}

.ib-featured__media img,
.ib-card__media img,
.ib-article__hero img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ib-featured__media img,
.ib-card__media img {
	transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ib-featured:hover .ib-featured__media img,
.ib-card:hover .ib-card__media img {
	transform: scale(1.045);
}

.ib-featured__body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 42px 38px 34px;
}

.ib-featured__meta,
.ib-card__meta {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
}

.ib-featured__meta time,
.ib-card__meta time {
	color: var(--ib-ink-muted);
	font-size: 10px;
	letter-spacing: 0.045em;
}

.ib-featured__label {
	margin: 25px 0 9px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ib-ink-muted);
}

.ib-featured h2 {
	margin: 0;
	font-size: clamp(29px, 2.55vw, 40px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.06;
}

.ib-featured h2 a,
.ib-card__title a {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 260ms ease;
}

.ib-featured h2 a:hover,
.ib-card__title a:hover {
	background-size: 100% 1px;
}

.ib-featured__excerpt {
	margin: 18px 0 0;
	color: var(--ib-ink-soft);
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 1.62;
}

.ib-featured__footer {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid var(--ib-border);
}

.ib-author {
	display: flex;
	gap: 11px;
	align-items: center;
}

.ib-author__avatar {
	display: grid;
	flex: 0 0 38px;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--ib-blue);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.ib-author > span:last-child {
	display: flex;
	flex-direction: column;
}

.ib-author strong {
	font-size: 11px;
	line-height: 1.3;
}

.ib-author small {
	margin-top: 2px;
	font-size: 9px;
	line-height: 1.3;
	color: var(--ib-ink-muted);
}

.ib-read-more {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ib-read-more span {
	font-size: 18px;
	transition: transform 180ms ease;
}

.ib-read-more:hover span {
	transform: translateX(4px);
}

.ib-media-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: inherit;
	background:
		radial-gradient(circle at 20% 18%, rgba(255, 204, 216, 0.36), transparent 30%),
		linear-gradient(145deg, var(--ib-blue) 0%, var(--ib-blue-deep) 100%);
	color: #fff;
}

.ib-media-placeholder span {
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 78px;
	font-style: italic;
	line-height: 0.9;
	opacity: 0.94;
}

.ib-media-placeholder small {
	margin-top: 14px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	opacity: 0.62;
}

.ib-section-heading {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
	align-items: center;
	margin: 0 0 22px;
}

.ib-section-heading h2 {
	margin: 0;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ib-section-heading span {
	height: 1px;
	background: var(--ib-border);
}

.ib-section-heading--compact {
	margin-top: 58px;
}

/* Editorial card system */
.ib-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2px;
	overflow: hidden;
	border: 1px solid var(--ib-border);
	border-radius: 4px;
	background: var(--ib-border);
}

.ib-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ib-card-grid--three .ib-card__media {
	height: 190px;
}

.ib-card-grid--three .ib-card__body {
	padding: 21px 19px 20px;
}

.ib-card-grid--three .ib-card__title {
	font-size: 17px;
}

.ib-card {
	min-width: 0;
	background: var(--ib-cream);
	transition: background 200ms ease;
}

.ib-card:hover {
	background: var(--ib-paper);
}

.ib-card--wide {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.ib-card__media {
	display: block;
	height: 230px;
	overflow: hidden;
	background: var(--ib-blue-deep);
}

.ib-card--wide .ib-card__media {
	height: 100%;
	min-height: 300px;
}

.ib-card__body {
	padding: 24px 22px 22px;
}

.ib-card--wide .ib-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 38px;
}

.ib-card__title {
	margin: 18px 0 10px;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.18;
}

.ib-card--wide .ib-card__title {
	font-size: 28px;
}

.ib-card__excerpt {
	margin: 0;
	color: var(--ib-ink-soft);
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1.58;
}

.ib-card__footer {
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 22px;
	padding-top: 15px;
	border-top: 1px solid var(--ib-border);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.025em;
	color: var(--ib-ink-muted);
}

.ib-quote {
	position: relative;
	overflow: hidden;
	margin: 58px 0 0;
	padding: 58px 64px;
	border: 0;
	border-radius: 4px;
	background: var(--ib-blue);
	color: #fff;
}

.ib-quote__mark {
	position: absolute;
	top: -24px;
	left: 24px;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 170px;
	font-style: italic;
	line-height: 1;
	opacity: 0.1;
}

.ib-quote p {
	position: relative;
	z-index: 1;
	max-width: 780px;
	margin: 0 0 24px;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(21px, 2.2vw, 30px);
	font-style: italic;
	line-height: 1.45;
}

.ib-quote cite {
	position: relative;
	z-index: 1;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	opacity: 0.82;
}

.ib-news {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2px;
	background: rgba(255, 255, 255, 0.15);
}

.ib-news__item {
	display: flex;
	flex-direction: column;
	min-height: 205px;
	padding: 24px;
	background: var(--ib-blue);
	color: #fff !important;
	transition: background 180ms ease, transform 180ms ease;
}

.ib-news__item:hover {
	background: var(--ib-blue-deep);
	transform: translateY(-2px);
}

.ib-news__item span {
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: 0.82;
}

.ib-news__item strong {
	margin: 18px 0 auto;
	font-size: 15px;
	line-height: 1.35;
}

.ib-news__item time {
	margin-top: 20px;
	font-size: 9px;
	opacity: 0.82;
}

.ib-empty {
	padding: 62px;
	border: 1px solid var(--ib-border);
	border-radius: 4px;
	background: var(--ib-paper);
	text-align: center;
}

.ib-empty h2 {
	margin: 12px 0;
	font-size: 32px;
	font-weight: 800;
}

.ib-empty > p:not(.ib-eyebrow) {
	margin: 0 0 24px;
	color: var(--ib-ink-soft);
	font-family: "Libre Baskerville", Georgia, serif;
	font-style: italic;
}

.ib-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 12px 24px;
	border: 1px solid var(--ib-blue);
	border-radius: 999px;
	background: var(--ib-blue);
	color: #fff !important;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ib-pagination {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
	margin-top: 46px;
}

.ib-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	padding: 0 9px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 700;
}

.ib-pagination a.page-numbers:hover {
	border-color: var(--ib-border);
	background: var(--ib-paper);
}

.ib-pagination .page-numbers.current {
	background: var(--ib-blue);
	color: #fff;
}

/* Sidebar */
.ib-sidebar {
	position: sticky;
	top: 36px;
	min-width: 0;
}

.admin-bar .ib-sidebar {
	top: 68px;
}

.ib-search label {
	display: block;
	margin: 0 0 9px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ib-ink-muted);
}

.ib-search__control {
	position: relative;
	display: grid;
	grid-template-columns: 34px 1fr auto;
	align-items: center;
	overflow: hidden;
	border: 1px solid rgba(58, 73, 187, 0.24);
	border-radius: 3px;
	background: #fff;
}

.ib-search__control > span {
	padding-left: 14px;
	font-size: 19px;
	opacity: 0.54;
}

.ib-search input[type="search"] {
	width: 100%;
	height: 48px;
	padding: 0 8px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--ib-blue);
	font: inherit;
	font-size: 12px;
}

.ib-search button {
	height: 48px;
	padding: 0 14px;
	border: 0;
	border-left: 1px solid var(--ib-border);
	background: transparent;
	color: var(--ib-blue);
	cursor: pointer;
	font-family: inherit;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ib-search button:hover {
	background: var(--ib-blue);
	color: #fff;
}

.ib-sidebar__section {
	margin-top: 38px;
}

.ib-sidebar__section > h2 {
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--ib-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ib-category-list {
	display: grid;
	gap: 5px;
}

.ib-category-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 44px;
	padding: 9px 12px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 11px;
	transition: border-color 160ms ease, background 160ms ease;
}

.ib-category-list a:hover {
	border-color: var(--ib-border);
	background: var(--ib-paper);
}

.ib-category-list a.is-active {
	background: var(--ib-blue);
	color: #fff;
}

.ib-category-list a span {
	display: flex;
	gap: 9px;
	align-items: center;
}

.ib-category-list i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.44;
}

.ib-category-list b {
	font-size: 9px;
	font-weight: 700;
	opacity: 0.82;
}

.ib-trending {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ib-trending li {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 10px;
	padding: 17px 0;
	border-bottom: 1px solid var(--ib-border);
}

.ib-trending li > span {
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 21px;
	font-style: italic;
	color: var(--ib-ink-muted);
}

.ib-trending a {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.38;
}

.ib-trending a:hover {
	opacity: 0.68;
}

.ib-trending time {
	display: block;
	margin-top: 7px;
	font-size: 8px;
	letter-spacing: 0.04em;
	color: var(--ib-ink-muted);
}

/* Configured newsletter and social modules */
.ib-newsletter {
	position: relative;
	overflow: hidden;
	margin-top: 38px;
	padding: 30px 24px 26px;
	border-radius: 4px;
	background: var(--ib-blue);
	color: #fff;
}

.ib-newsletter__ghost {
	position: absolute;
	right: -18px;
	bottom: -62px;
	color: transparent;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 158px;
	font-style: italic;
	line-height: 1;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.13);
}

.ib-newsletter .ib-eyebrow,
.ib-newsletter h2,
.ib-newsletter__intro,
.ib-newsletter form,
.ib-newsletter__message {
	position: relative;
	z-index: 1;
}

.ib-newsletter .ib-eyebrow {
	color: #fff;
	opacity: 0.82;
}

.ib-newsletter h2 {
	margin: 10px 0 7px;
	color: #fff;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.2;
}

.ib-newsletter__intro {
	margin: 0 0 20px;
	color: #fff;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 1.55;
	opacity: 0.86;
}

.ib-newsletter form > label:first-of-type {
	display: block;
	margin-bottom: 7px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.ib-newsletter input[type="email"] {
	width: 100%;
	min-height: 46px;
	padding: 11px 13px;
	border: 1px solid rgba(255, 255, 255, 0.56);
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font: inherit;
	font-size: 13px;
}

.ib-newsletter input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.76);
}

.ib-newsletter__consent {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 9px;
	align-items: start;
	margin: 13px 0;
	color: #fff;
	font-size: 10px;
	line-height: 1.45;
}

.ib-newsletter__consent input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--ib-pink);
}

.ib-newsletter__consent a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ib-newsletter button {
	display: flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	padding: 10px 16px;
	border: 1px solid #fff;
	border-radius: 3px;
	background: transparent;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease;
}

.ib-newsletter button:hover {
	background: #fff;
	color: var(--ib-blue);
}

.ib-newsletter__message {
	margin: 0 0 14px;
	padding: 10px 11px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 11px;
	line-height: 1.45;
}

.ib-newsletter__message.is-error {
	border-color: var(--ib-pink);
}

.ib-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ib-social__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
}

.ib-social__links a {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 9px 6px;
	border: 1px solid var(--ib-border);
	border-radius: 3px;
	background: transparent;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease;
}

.ib-social__links a:hover {
	background: var(--ib-blue);
	color: #fff;
}

.ib-sidebar__note {
	position: relative;
	overflow: hidden;
	margin-top: 38px;
	padding: 30px 24px;
	border-radius: 4px;
	background: var(--ib-blue);
	color: #fff;
}

.ib-sidebar__note > span {
	position: absolute;
	top: -24px;
	right: -10px;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 150px;
	font-style: italic;
	line-height: 1;
	opacity: 0.08;
}

.ib-sidebar__note .ib-eyebrow,
.ib-sidebar__note strong,
.ib-sidebar__note p:last-child {
	position: relative;
	z-index: 1;
}

.ib-sidebar__note strong {
	display: block;
	margin-top: 11px;
	font-size: 20px;
	line-height: 1.18;
}

.ib-sidebar__note p:last-child {
	margin: 10px 0 0;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 1.55;
	opacity: 0.68;
}

/* Single article */
.ib-article__header {
	position: relative;
	overflow: hidden;
	background: var(--ib-blue);
	color: #fff;
}

.ib-article__header::after {
	position: absolute;
	top: 50%;
	right: -50px;
	content: "in";
	transform: translateY(-48%);
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(260px, 35vw, 520px);
	font-style: italic;
	line-height: 0.8;
	opacity: 0.045;
}

.ib-article__header-inner {
	position: relative;
	z-index: 1;
	max-width: 1060px;
	padding-top: 54px;
	padding-bottom: 76px;
}

.ib-breadcrumb {
	display: flex;
	gap: 9px;
	align-items: center;
	margin-bottom: 56px;
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	opacity: 0.58;
}

.ib-breadcrumb a:hover {
	opacity: 0.7;
}

.ib-article__category .ib-pill {
	border-color: rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.ib-article__header h1 {
	max-width: 980px;
	margin: 24px 0 20px;
	color: #fff;
	font-size: clamp(48px, 6vw, 78px);
	font-weight: 800;
	letter-spacing: -0.052em;
	line-height: 0.98;
}

.ib-article__dek {
	max-width: 780px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(17px, 2vw, 22px);
	font-style: italic;
	line-height: 1.56;
}

.ib-article__meta {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
	margin-top: 42px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ib-article__meta .ib-author__avatar {
	background: var(--ib-pink);
	color: var(--ib-blue);
}

.ib-article__facts {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 10px;
	letter-spacing: 0.055em;
	opacity: 0.64;
}

.ib-article__hero {
	overflow: hidden;
	max-width: 1200px;
	height: clamp(360px, 54vw, 680px);
	margin-top: 58px;
	border-radius: 4px;
	box-shadow: var(--ib-shadow);
}

.ib-article__layout {
	display: grid;
	grid-template-columns: 180px minmax(0, 760px);
	gap: 70px;
	justify-content: center;
	padding-top: 82px;
	padding-bottom: 84px;
}

.ib-article__rail {
	font-size: 10px;
	line-height: 1.45;
}

.ib-article__rail-line {
	display: block;
	width: 34px;
	height: 2px;
	margin-bottom: 19px;
	background: var(--ib-blue);
}

.ib-article__rail p {
	margin: 0 0 3px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.45;
}

.ib-article__rail strong {
	display: block;
	font-size: 12px;
}

.ib-article__rail a {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-top: 24px;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.ib-article__content {
	min-width: 0;
	color: #263477;
	font-family: "Aspekta Family", Poppins, sans-serif;
	font-size: 17px;
	line-height: 1.82;
}

.ib-article__content > *:first-child {
	margin-top: 0;
}

.ib-article__content p {
	margin: 0 0 1.55em;
}

.ib-article__content h2,
.ib-article__content h3,
.ib-article__content h4 {
	color: var(--ib-blue);
	font-family: "Aspekta Family", Poppins, sans-serif;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.ib-article__content h2 {
	margin: 1.8em 0 0.65em;
	font-size: 34px;
}

.ib-article__content h3 {
	margin: 1.65em 0 0.6em;
	font-size: 25px;
}

.ib-article__content a {
	border-bottom: 1px solid var(--ib-pink-strong);
	font-weight: 650;
}

.ib-article__content a:hover {
	background: var(--ib-pink);
}

.ib-article__content blockquote {
	margin: 2.2em 0;
	padding: 12px 0 12px 30px;
	border: 0;
	border-left: 3px solid var(--ib-pink-strong);
	color: var(--ib-blue);
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 23px;
	font-style: italic;
	line-height: 1.55;
}

.ib-article__content ul,
.ib-article__content ol {
	margin: 0 0 1.7em;
	padding-left: 1.3em;
}

.ib-article__content li {
	margin-bottom: 0.65em;
}

.ib-article__content img,
.ib-article__content figure {
	border-radius: 4px;
}

.ib-article__content figcaption {
	margin-top: 8px;
	font-size: 10px;
	font-style: italic;
	line-height: 1.4;
	opacity: 0.58;
}

.ib-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 90px;
	border-top: 1px solid var(--ib-border);
	border-bottom: 1px solid var(--ib-border);
}

.ib-post-nav__item {
	min-height: 150px;
	padding: 30px;
}

.ib-post-nav__item--next {
	border-left: 1px solid var(--ib-border);
	text-align: right;
}

.ib-post-nav__item > span {
	display: block;
	margin-bottom: 9px;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	opacity: 0.46;
}

.ib-post-nav__item a {
	display: inline-block;
	max-width: 430px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
}

.ib-related {
	padding: 82px 0 96px;
	border-top: 1px solid var(--ib-border);
	background: rgba(255, 255, 255, 0.28);
}

.ib-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2px;
	background: transparent;
}

.ib-related__grid .ib-card {
	border: 1px solid var(--ib-border);
}

.ib-related .ib-card__media {
	height: 210px;
}

.ib-related .ib-card__title {
	font-size: 17px;
}

/* Responsive */
@media (max-width: 1119px) {
	.ib-shell {
		width: calc(100% - 64px);
	}

	.ib-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.ib-sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
		padding-top: 12px;
		border-top: 1px solid var(--ib-border);
	}

	.ib-search,
	.ib-sidebar__note {
		align-self: start;
	}

	.ib-sidebar__section,
	.ib-sidebar__note {
		margin-top: 0;
	}
}

@media (max-width: 900px) {
	.ib-hero__inner {
		grid-template-columns: 1fr;
		gap: 32px;
		align-items: start;
		min-height: 0;
		padding-top: 70px;
		padding-bottom: 54px;
	}

	.ib-hero__description {
		margin-bottom: 18px;
	}

	.ib-filter {
		overflow-x: auto;
	}

	.ib-filter__inner {
		width: max-content;
		min-width: calc(100% - 64px);
		margin-left: 32px;
		padding-right: 32px;
	}

	.ib-filter__count {
		display: none;
	}

	.ib-featured {
		grid-template-columns: 1fr;
	}

	.ib-featured__media {
		min-height: 400px;
	}

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

	.ib-article__layout {
		grid-template-columns: minmax(0, 760px);
		gap: 30px;
	}

	.ib-article__rail {
		display: none;
	}

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

@media (max-width: 700px) {
	.ib-shell {
		width: calc(100% - 36px);
	}

	.ib-hero__inner {
		padding-top: 58px;
		padding-bottom: 45px;
	}

	.ib-hero h1 {
		font-size: clamp(44px, 14vw, 62px);
	}

	.ib-hero__description {
		font-size: 16px;
	}

	.ib-layout {
		gap: 48px;
		padding-top: 32px;
		padding-bottom: 70px;
	}

	.ib-featured__media {
		min-height: 310px;
	}

	.ib-featured__body {
		padding: 30px 24px 26px;
	}

	.ib-featured__meta,
	.ib-card__meta {
		align-items: flex-start;
	}

	.ib-featured__footer {
		align-items: flex-end;
	}

	.ib-card-grid,
	.ib-card--wide {
		grid-template-columns: 1fr;
	}

	.ib-card--wide .ib-card__media {
		min-height: 240px;
	}

	.ib-card--wide .ib-card__body {
		padding: 26px 22px;
	}

	.ib-card--wide .ib-card__title {
		font-size: 22px;
	}

	.ib-quote {
		padding: 48px 30px;
	}

	.ib-news {
		grid-template-columns: 1fr;
	}

	.ib-news__item {
		min-height: 170px;
	}

	.ib-sidebar {
		grid-template-columns: 1fr;
	}

	.ib-article__header-inner {
		padding-top: 38px;
		padding-bottom: 54px;
	}

	.ib-breadcrumb {
		flex-wrap: wrap;
		margin-bottom: 38px;
	}

	.ib-article__header h1 {
		font-size: clamp(40px, 12vw, 58px);
	}

	.ib-article__meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.ib-article__hero {
		width: calc(100% - 36px);
		height: 360px;
		margin-top: 32px;
	}

	.ib-article__layout {
		padding-top: 54px;
		padding-bottom: 56px;
	}

	.ib-article__content {
		font-size: 16px;
		line-height: 1.74;
	}

	.ib-article__content h2 {
		font-size: 28px;
	}

	.ib-post-nav {
		grid-template-columns: 1fr;
		margin-bottom: 64px;
	}

	.ib-post-nav__item {
		min-height: 0;
		padding: 26px 0;
	}

	.ib-post-nav__item--next {
		border-top: 1px solid var(--ib-border);
		border-left: 0;
		text-align: left;
	}

	.ib-related {
		padding-top: 60px;
		padding-bottom: 70px;
	}

	.ib-related__grid {
		grid-template-columns: 1fr;
	}
}

/* Reference-led single reading view. Header and footer stay theme-controlled. */
.ib-read {
	background: var(--ib-cream);
}

.ib-read-hero {
	position: relative;
	min-height: clamp(470px, 55vw, 690px);
	overflow: hidden;
	background: var(--ib-blue-deep);
	color: #fff;
}

.ib-read-hero__media,
.ib-read-hero__shade {
	position: absolute;
	inset: 0;
}

.ib-read-hero__media img,
.ib-read-hero__media .ib-media-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ib-read-hero__shade {
	background:
		linear-gradient(90deg, rgba(15, 14, 18, 0.8) 0%, rgba(15, 14, 18, 0.5) 48%, rgba(15, 14, 18, 0.16) 78%),
		linear-gradient(0deg, rgba(15, 14, 18, 0.42) 0%, transparent 48%);
}

.ib-read-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	min-height: clamp(470px, 55vw, 690px);
	padding-top: clamp(76px, 10vw, 140px);
	padding-bottom: clamp(112px, 13vw, 170px);
}

.ib-read-hero__copy {
	width: min(820px, 78%);
}

.ib-read-hero__category .ib-pill {
	border-color: rgba(255, 255, 255, 0.68);
	background: rgba(255, 255, 255, 0.92);
	color: var(--ib-blue);
}

.ib-read-hero h1 {
	max-width: 900px;
	margin: 18px 0 14px;
	color: #fff;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(44px, 6vw, 78px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.04;
	text-wrap: balance;
}

.ib-read-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	font-size: 12px;
	letter-spacing: 0.015em;
}

.ib-read-hero__meta strong {
	font-weight: 750;
}

.ib-read-stage {
	position: relative;
	z-index: 2;
	margin-top: -92px;
}

.ib-read-card {
	width: min(920px, 100%);
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid rgba(58, 73, 187, 0.12);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(35, 39, 91, 0.14);
}

.ib-read-share {
	display: flex;
	gap: 14px;
	align-items: center;
	min-height: 82px;
	padding: 18px clamp(28px, 5vw, 56px);
	border-bottom: 1px solid var(--ib-border);
}

.ib-read-share > span {
	margin-right: 8px;
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--ib-ink-muted);
}

.ib-read-share a {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(58, 73, 187, 0.46);
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: lowercase;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.ib-read-share a:hover {
	transform: translateY(-2px);
	background: var(--ib-blue);
	color: #fff;
}

.ib-read-content {
	padding: clamp(46px, 7vw, 78px) clamp(28px, 8vw, 88px) clamp(54px, 8vw, 86px);
	color: #3f446d;
	font-family: "Aspekta Family", Poppins, sans-serif;
	font-size: clamp(16px, 1.4vw, 18px);
	line-height: 1.85;
}

.ib-read-content > *:first-child {
	margin-top: 0;
}

.ib-read-content > p:first-child::first-letter {
	float: left;
	margin: 0.04em 0.12em 0 0;
	color: var(--ib-blue);
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 4.5em;
	font-weight: 700;
	line-height: 0.78;
}

.ib-read-content p {
	margin: 0 0 1.6em;
}

.ib-read-content h2,
.ib-read-content h3,
.ib-read-content h4 {
	margin: 2.1em 0 0.7em;
	color: var(--ib-blue);
	font-family: "Libre Baskerville", Georgia, serif;
	line-height: 1.2;
}

.ib-read-content h2 { font-size: clamp(28px, 3.2vw, 42px); }
.ib-read-content h3 { font-size: clamp(23px, 2.5vw, 32px); }

.ib-read-content a {
	color: var(--ib-blue);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ib-read-content blockquote {
	margin: 2.2em 0;
	padding: 1.4em 1.6em;
	border-left: 4px solid var(--ib-pink-strong);
	background: var(--ib-cream);
	color: var(--ib-blue);
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 1.08em;
	font-style: italic;
}

.ib-read-content img,
.ib-read-content figure {
	border-radius: 10px;
}

.ib-read-next {
	border-top: 1px solid var(--ib-border);
}

.ib-read-next a {
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
	min-height: 126px;
	padding: 24px clamp(28px, 5vw, 56px);
}

.ib-read-next a:hover {
	background: #fffdf8;
}

.ib-read-next a > span {
	display: flex;
	flex-direction: column;
}

.ib-read-next small {
	margin-bottom: 8px;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ib-ink-muted);
}

.ib-read-next strong {
	max-width: 610px;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.3;
}

.ib-read-next b {
	font-size: 25px;
	font-weight: 400;
}

.ib-read-related {
	padding: clamp(72px, 9vw, 118px) 0 clamp(78px, 10vw, 132px);
}

.ib-read-related > .ib-shell > h2 {
	margin: 0 0 26px;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ib-read-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.ib-read-related .ib-card {
	overflow: hidden;
	border: 1px solid var(--ib-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(45, 58, 154, 0.07);
}

.ib-read-related .ib-card__media {
	height: 190px;
}

.ib-read-related .ib-card__excerpt {
	display: none;
}

.ib-read-related .ib-card__title {
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 19px;
}

@media (max-width: 900px) {
	.ib-read-hero__copy { width: 92%; }
	.ib-read-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
	.ib-read-hero,
	.ib-read-hero__inner { min-height: 520px; }
	.ib-read-hero__inner { padding-bottom: 112px; }
	.ib-read-hero__copy { width: 100%; }
	.ib-read-hero h1 { font-size: clamp(38px, 12vw, 56px); }
	.ib-read-hero__shade { background: linear-gradient(0deg, rgba(15, 14, 18, 0.88) 0%, rgba(15, 14, 18, 0.34) 78%); }
	.ib-read-stage { margin-top: -64px; }
	.ib-read-card { border-radius: 14px; }
	.ib-read-share { min-height: 72px; padding: 14px 22px; }
	.ib-read-share > span { margin-right: 2px; }
	.ib-read-share a { width: 34px; height: 34px; }
	.ib-read-content { padding: 44px 24px 52px; font-size: 16px; line-height: 1.75; }
	.ib-read-content > p:first-child::first-letter { font-size: 3.8em; }
	.ib-read-next a { min-height: 112px; padding: 22px 24px; }
	.ib-read-related__grid { grid-template-columns: 1fr; }
	.ib-read-related .ib-card__media { height: 220px; }
}

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