:root {
	--apresto-bg: #fffdf8;
	--apresto-surface: #f6f2ea;
	--apresto-surface-strong: #efe7d9;
	--apresto-text: #1b1a17;
	--apresto-muted: #635f56;
	--apresto-border: rgba(46, 39, 24, 0.12);
	--apresto-accent: #0f766e;
	--apresto-accent-strong: #115e59;
	--apresto-danger: #b91c1c;
	--apresto-success: #166534;
	--apresto-shadow: 0 28px 80px rgba(24, 23, 18, 0.08);
	--apresto-shadow-soft: 0 18px 44px rgba(24, 23, 18, 0.06);
	--apresto-radius: 1rem;
	--apresto-shell-width: 1200px;
	--apresto-shell: min(var(--apresto-shell-width), calc(100vw - 2rem));
	--apresto-heading-font: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
	--apresto-body-font: "Aptos", "Segoe UI", sans-serif;
	--apresto-hero-gradient: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(246, 242, 234, 0.96));
	--apresto-divider: linear-gradient(90deg, rgba(15, 118, 110, 0.5), rgba(15, 118, 110, 0.08), transparent);
}

html {
	scroll-behavior: smooth;
}

body {
	position: relative;
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(15, 118, 110, 0.08), transparent 28%),
		radial-gradient(circle at 85% 10%, rgba(180, 83, 9, 0.08), transparent 22%),
		linear-gradient(180deg, #fffdf8 0%, #fbf8f2 36%, #fffdf8 100%);
	color: var(--apresto-text);
	font-family: var(--apresto-body-font);
	line-height: 1.7;
	text-rendering: optimizeLegibility;
}

body::before {
	position: fixed;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)),
		repeating-linear-gradient(90deg, rgba(27, 26, 23, 0.015) 0 1px, transparent 1px 80px),
		repeating-linear-gradient(0deg, rgba(27, 26, 23, 0.015) 0 1px, transparent 1px 80px);
	content: "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.8rem;
	font-family: var(--apresto-heading-font);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

p,
ul,
ol,
blockquote,
figure,
pre,
table {
	margin: 0 0 1.2rem;
}

a {
	color: var(--apresto-accent);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
	transition: color 180ms ease, opacity 180ms ease;
}

a:hover,
a:focus {
	color: var(--apresto-accent-strong);
}

::selection {
	background: rgba(15, 118, 110, 0.18);
	color: var(--apresto-text);
}

img,
svg,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.screen-reader-text:focus {
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0.75rem 1rem;
	background: var(--apresto-text);
	color: #ffffff;
	z-index: 9999;
}

.apresto-one-shell {
	width: var(--apresto-shell);
	margin-inline: auto;
}

.apresto-one-site-atmosphere {
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}

.apresto-one-site-atmosphere__orb {
	position: absolute;
	display: block;
	border-radius: 50%;
	filter: blur(14px);
	opacity: 0.65;
}

.apresto-one-site-atmosphere__orb--one {
	top: -9rem;
	left: -3rem;
	width: 20rem;
	height: 20rem;
	background: radial-gradient(circle, rgba(15, 118, 110, 0.14), rgba(15, 118, 110, 0));
}

.apresto-one-site-atmosphere__orb--two {
	right: -5rem;
	bottom: 18%;
	width: 18rem;
	height: 18rem;
	background: radial-gradient(circle, rgba(180, 83, 9, 0.12), rgba(180, 83, 9, 0));
}

.apresto-one-site-atmosphere__grid {
	position: absolute;
	inset: 0;
	background: linear-gradient(transparent 95%, rgba(27, 26, 23, 0.03) 100%);
}

.apresto-one-scroll-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 60;
	height: 4px;
	background: transparent;
	pointer-events: none;
}

.apresto-one-scroll-progress__bar {
	display: block;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	background: linear-gradient(90deg, var(--apresto-accent), #ef8c2f);
	box-shadow: 0 6px 18px rgba(15, 118, 110, 0.25);
}

.apresto-one-site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	margin: 0 0 1.5rem;
	padding-top: 0.7rem;
}

.apresto-one-site-header::after {
	position: absolute;
	right: 0;
	bottom: -0.5rem;
	left: 0;
	height: 1px;
	background: var(--apresto-divider);
	content: "";
}

.apresto-one-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 1rem;
	background: rgba(255, 253, 248, 0.72);
	border: 1px solid rgba(46, 39, 24, 0.08);
	border-radius: calc(var(--apresto-radius) + 0.2rem);
	backdrop-filter: blur(14px);
	box-shadow: 0 20px 44px rgba(24, 23, 18, 0.04);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.apresto-one-scrolled .apresto-one-site-header__inner {
	transform: translateY(-0.15rem);
	background: rgba(255, 253, 248, 0.92);
	box-shadow: 0 22px 48px rgba(24, 23, 18, 0.08);
}

.apresto-one-branding {
	display: flex;
	align-items: center;
	gap: 0.95rem;
	min-width: 0;
}

.apresto-one-branding__logo img {
	width: auto;
	max-height: 2.9rem;
}

.apresto-one-branding__title {
	display: inline-block;
	color: var(--apresto-text);
	font-family: var(--apresto-heading-font);
	font-size: clamp(1.2rem, 2.4vw, 1.65rem);
	font-weight: 700;
	text-decoration: none;
}

.apresto-one-branding__description {
	margin: 0.18rem 0 0;
	color: var(--apresto-muted);
	font-size: 0.92rem;
}

.apresto-one-nav {
	position: relative;
}

.apresto-one-nav__toggle {
	display: none;
	padding: 0.72rem 1rem;
	border: 1px solid var(--apresto-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.85);
	color: var(--apresto-text);
}

.apresto-one-menu,
.apresto-one-footer-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.apresto-one-nav .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.apresto-one-menu a,
.apresto-one-footer-menu a,
.apresto-one-nav .menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.66rem 1rem;
	border-radius: 999px;
	color: var(--apresto-text);
	text-decoration: none;
}

.apresto-one-menu a:hover,
.apresto-one-menu a:focus,
.apresto-one-footer-menu a:hover,
.apresto-one-footer-menu a:focus {
	background: rgba(15, 118, 110, 0.08);
	color: var(--apresto-accent-strong);
}

.site-main {
	padding: 0.4rem 0 4.5rem;
}

.apresto-one-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 2rem;
	align-items: start;
}

.apresto-one-layout--narrow {
	grid-template-columns: minmax(0, 1fr);
	max-width: 860px;
}

.apresto-one-layout--canvas {
	max-width: 1160px;
}

.apresto-one-content > * + * {
	margin-top: 1.5rem;
}

.apresto-one-hero,
.apresto-one-entry,
.apresto-one-entry-card,
.apresto-one-empty-state,
.apresto-one-sidebar,
.apresto-one-dsar-form,
.apresto-one-toc,
.apresto-one-takeaways,
.apresto-one-privacy-center,
.apresto-one-cta,
.apresto-one-stat-strip {
	position: relative;
	overflow: hidden;
	padding: 1.45rem;
	background: var(--apresto-hero-gradient);
	border: 1px solid rgba(46, 39, 24, 0.09);
	border-radius: calc(var(--apresto-radius) + 0.15rem);
	box-shadow: var(--apresto-shadow);
}

.apresto-one-hero::before,
.apresto-one-entry::before,
.apresto-one-entry-card::before,
.apresto-one-sidebar::before,
.apresto-one-empty-state::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--apresto-accent), rgba(239, 140, 47, 0.65), transparent 85%);
	content: "";
}

.apresto-one-hero {
	padding: clamp(1.5rem, 4vw, 2.5rem);
	background:
		radial-gradient(circle at top right, rgba(15, 118, 110, 0.09), transparent 30%),
		radial-gradient(circle at left center, rgba(239, 140, 47, 0.08), transparent 25%),
		var(--apresto-hero-gradient);
}

.apresto-one-hero__eyebrow,
.apresto-one-entry__eyebrow,
.apresto-one-entry-card__meta {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--apresto-muted);
}

.apresto-one-hero__title,
.apresto-one-archive-header h1,
.apresto-one-entry__title {
	font-size: clamp(2.4rem, 6vw, 4.75rem);
}

.apresto-one-hero__summary,
.apresto-one-entry__deck {
	max-width: 48rem;
	font-size: clamp(1.05rem, 2.1vw, 1.28rem);
	color: rgba(27, 26, 23, 0.8);
}

.apresto-one-pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 1rem;
}

.apresto-one-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.58rem 0.9rem;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(46, 39, 24, 0.08);
	border-radius: 999px;
	color: var(--apresto-text);
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 26px rgba(24, 23, 18, 0.04);
}

.apresto-one-pill--link:hover,
.apresto-one-pill--link:focus {
	background: rgba(15, 118, 110, 0.12);
	color: var(--apresto-accent-strong);
}

.apresto-one-entry-card {
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.apresto-one-entry-card:hover,
.apresto-one-entry-card:focus-within {
	transform: translateY(-0.35rem);
	border-color: rgba(15, 118, 110, 0.22);
	box-shadow: 0 34px 78px rgba(24, 23, 18, 0.1);
}

.apresto-one-entry-card + .apresto-one-entry-card,
.apresto-one-entry + .apresto-one-entry,
.apresto-one-dsar-form + .apresto-one-dsar-form {
	margin-top: 1.5rem;
}

.apresto-one-entry-card__media {
	display: block;
	margin: -1.45rem -1.45rem 1.2rem;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(239, 140, 47, 0.15));
	overflow: hidden;
}

.apresto-one-entry-card__image,
.apresto-one-entry__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.apresto-one-entry-card__title {
	font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.apresto-one-entry-card__title a {
	color: inherit;
	text-decoration: none;
}

.apresto-one-entry-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin: 0.8rem 0 0;
}

.apresto-one-entry-card__excerpt p:last-child,
.apresto-one-entry__content > *:last-child,
.apresto-one-privacy-center p:last-child {
	margin-bottom: 0;
}

.apresto-one-entry-card__actions {
	margin-top: 1.25rem;
}

.apresto-one-entry--story,
.apresto-one-entry--page,
.apresto-one-entry--hub {
	padding: clamp(1.45rem, 3vw, 2.3rem);
}

.apresto-one-entry__header {
	margin-bottom: 1.35rem;
}

.apresto-one-entry__meta-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1rem;
}

.apresto-one-entry__meta-strip span {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 0.8rem;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(46, 39, 24, 0.08);
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 600;
}

.apresto-one-entry__featured {
	margin-top: 1.35rem;
	overflow: hidden;
	border-radius: calc(var(--apresto-radius) + 0.15rem);
	background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(239, 140, 47, 0.14));
	aspect-ratio: 16 / 9;
}

.apresto-one-entry__content {
	font-size: 1.02rem;
}

.apresto-one-entry__content > *:first-child {
	margin-top: 0;
}

.apresto-one-entry__content h2,
.apresto-one-entry__content h3,
.apresto-one-entry__content h4 {
	margin-top: 2.1rem;
}

.apresto-one-entry__content figure,
.apresto-one-entry__content .wp-block-image {
	margin: 1.6rem 0;
}

.apresto-one-entry__content iframe,
.apresto-one-entry__content video {
	width: 100%;
	max-width: 100%;
	border: 0;
	border-radius: calc(var(--apresto-radius) - 0.1rem);
}

.apresto-one-entry__content blockquote {
	position: relative;
	padding: 0.4rem 0 0.4rem 1.25rem;
	border-left: 4px solid var(--apresto-accent);
	color: var(--apresto-muted);
	font-size: 1.12rem;
}

.apresto-one-entry__content code,
.apresto-one-dashboard__code code {
	font-family: "Consolas", "Courier New", monospace;
}

.apresto-one-entry__content pre {
	padding: 1rem;
	background: #111827;
	color: #e5e7eb;
	border-radius: calc(var(--apresto-radius) - 0.15rem);
	overflow: auto;
}

.apresto-one-entry__content table,
.apresto-one-cookie-table table {
	width: 100%;
	border-collapse: collapse;
}

.apresto-one-entry__content th,
.apresto-one-entry__content td,
.apresto-one-cookie-table th,
.apresto-one-cookie-table td {
	padding: 0.85rem;
	border-bottom: 1px solid rgba(46, 39, 24, 0.1);
	text-align: left;
	vertical-align: top;
}

.apresto-one-entry--canvas {
	padding: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
}

.apresto-one-sidebar {
	position: sticky;
	top: 6.2rem;
	padding: 1.25rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 242, 234, 0.94));
}

.apresto-one-sidebar .widget + .widget {
	margin-top: 1.2rem;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(46, 39, 24, 0.08);
}

.apresto-one-sidebar .widget-title {
	margin-bottom: 0.8rem;
	font-size: 1.08rem;
}

.apresto-one-consent {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 50;
}

.apresto-one-consent__inner {
	width: min(980px, 100%);
	margin-left: auto;
	padding: 1.1rem 1.2rem;
	background: rgba(15, 23, 42, 0.94);
	color: #f8fafc;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.3rem;
	box-shadow: 0 30px 70px rgba(15, 23, 42, 0.35);
	backdrop-filter: blur(16px);
}

.apresto-one-consent__content p,
.apresto-one-consent__status {
	margin: 0.5rem 0 0;
	color: rgba(248, 250, 252, 0.84);
}

.apresto-one-consent__options,
.apresto-one-consent__actions,
.apresto-one-privacy-center__actions,
.apresto-one-privacy-center__status,
.apresto-one-footer-privacy {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.apresto-one-consent__options,
.apresto-one-consent__actions,
.apresto-one-privacy-center__status {
	margin-top: 1rem;
}

.apresto-one-consent__options label {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.button,
button,
input[type="submit"] {
	cursor: pointer;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.76rem 1.08rem;
	border: 1px solid rgba(46, 39, 24, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	color: var(--apresto-text);
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(24, 23, 18, 0.04);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover,
.button:focus {
	transform: translateY(-1px);
	box-shadow: 0 16px 28px rgba(24, 23, 18, 0.08);
}

.button.button-primary {
	background: linear-gradient(135deg, var(--apresto-accent), #0d9488);
	border-color: transparent;
	color: #ffffff;
}

.button.button-secondary {
	background: transparent;
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.28);
}

input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.76rem 1.08rem;
	background: linear-gradient(135deg, var(--apresto-accent), #0d9488);
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	font-weight: 700;
	box-shadow: 0 12px 24px rgba(24, 23, 18, 0.08);
}

.apresto-one-dsar-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.apresto-one-dsar-form,
.search-form {
	display: grid;
	gap: 0.9rem;
}

.apresto-one-dsar-form input,
.apresto-one-dsar-form textarea,
.search-form input[type="search"] {
	width: 100%;
	padding: 0.86rem 0.95rem;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(46, 39, 24, 0.12);
	border-radius: 0.95rem;
}

.search-form {
	grid-template-columns: 1fr auto;
	align-items: center;
}

.search-form label {
	display: block;
}

.search-form .search-field {
	margin: 0;
}

.apresto-one-notice {
	padding: 1rem 1.2rem;
	margin-bottom: 1.5rem;
	border-radius: 1rem;
}

.apresto-one-notice--success {
	background: rgba(22, 101, 52, 0.12);
	color: var(--apresto-success);
}

.apresto-one-notice--error {
	background: rgba(185, 28, 28, 0.12);
	color: var(--apresto-danger);
}

.apresto-one-toc strong,
.apresto-one-takeaways strong {
	display: block;
	margin-bottom: 0.8rem;
	font-size: 0.82rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--apresto-muted);
}

.apresto-one-toc ol,
.apresto-one-takeaways ul {
	margin: 0;
	padding-left: 1.15rem;
}

.apresto-one-toc__item + .apresto-one-toc__item {
	margin-top: 0.45rem;
}

.apresto-one-toc__item--level-3,
.apresto-one-toc__item--level-4 {
	margin-left: 1rem;
}

.apresto-one-cta,
.apresto-one-privacy-center__hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.apresto-one-stat-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.9rem;
	background:
		radial-gradient(circle at top right, rgba(15, 118, 110, 0.08), transparent 34%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(246, 242, 234, 0.96));
}

.apresto-one-stat-strip__item,
.apresto-one-consent-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1rem;
	border-radius: 999px;
	font-weight: 700;
	background: rgba(15, 118, 110, 0.08);
	color: var(--apresto-accent-strong);
	text-align: center;
}

.apresto-one-consent-pill--denied {
	background: rgba(185, 28, 28, 0.08);
	color: var(--apresto-danger);
}

.apresto-one-cookie-table {
	margin-top: 1.25rem;
	overflow-x: auto;
}

.apresto-one-cookie-table small {
	display: block;
	margin-top: 0.35rem;
	color: var(--apresto-muted);
}

.apresto-one-empty-state {
	padding: clamp(1.6rem, 5vw, 3rem);
	text-align: center;
}

.apresto-one-empty-state__code {
	margin-bottom: 0.8rem;
	color: rgba(15, 118, 110, 0.5);
	font-family: var(--apresto-heading-font);
	font-size: clamp(4rem, 14vw, 7.5rem);
	line-height: 0.92;
}

.apresto-one-empty-state__search {
	width: min(520px, 100%);
	margin: 1.25rem auto;
}

.apresto-one-site-footer {
	position: relative;
	padding: 2rem 0 2.4rem;
	background:
		radial-gradient(circle at top left, rgba(15, 118, 110, 0.12), transparent 26%),
		linear-gradient(180deg, #151515, #0d1117);
	color: rgba(255, 255, 255, 0.82);
}

.apresto-one-site-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 2rem;
	align-items: start;
}

.apresto-one-site-footer__brand,
.apresto-one-site-footer__meta {
	position: relative;
	padding: 1.2rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: calc(var(--apresto-radius) + 0.1rem);
	backdrop-filter: blur(12px);
}

.apresto-one-site-footer__kicker {
	margin-bottom: 0.6rem;
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.apresto-one-site-footer__title {
	margin-bottom: 0.75rem;
	color: #ffffff;
	font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.apresto-one-site-footer__summary {
	color: rgba(255, 255, 255, 0.74);
}

.apresto-one-pill-row--footer .apresto-one-pill {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.apresto-one-site-footer__meta {
	display: grid;
	gap: 1rem;
}

.apresto-one-footer-menu a,
.apresto-one-site-footer a {
	color: #ffffff;
}

.apresto-one-footer-menu a:hover,
.apresto-one-site-footer a:focus {
	color: #9ce4de;
	background: rgba(255, 255, 255, 0.05);
}

.apresto-one-footer-privacy {
	margin: 0;
}

.apresto-one-footer-privacy .button {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.apresto-one-site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.92rem;
}

.apresto-one-site-footer__legal p {
	margin: 0;
}

.pagination,
.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 2rem;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.6rem;
	padding: 0.7rem 0.95rem;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(46, 39, 24, 0.1);
	border-radius: 999px;
	text-decoration: none;
}

.page-numbers.current {
	background: linear-gradient(135deg, var(--apresto-accent), #0d9488);
	border-color: transparent;
	color: #ffffff;
}

.apresto-one-js [data-apresto-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition:
		opacity 520ms ease var(--apresto-reveal-delay, 0ms),
		transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--apresto-reveal-delay, 0ms);
}

.apresto-one-js [data-apresto-reveal="fade-left"] {
	transform: translateX(20px);
}

.apresto-one-js [data-apresto-reveal="fade-down"] {
	transform: translateY(-18px);
}

.apresto-one-js [data-apresto-reveal].is-visible {
	opacity: 1;
	transform: translate(0, 0);
}

@media (max-width: 1080px) {
	.apresto-one-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.apresto-one-sidebar {
		position: static;
	}
}

@media (max-width: 960px) {
	.apresto-one-site-header {
		margin-bottom: 1rem;
		padding-top: 0.45rem;
	}

	.apresto-one-site-header__inner,
	.apresto-one-cta,
	.apresto-one-privacy-center__hero {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: flex-start;
	}

	.apresto-one-site-footer__inner {
		grid-template-columns: 1fr;
	}

	.apresto-one-nav__toggle {
		display: inline-flex;
	}

	.apresto-one-nav__menu {
		display: none;
		width: 100%;
		padding-top: 0.9rem;
	}

	.apresto-one-nav.is-open .apresto-one-nav__menu {
		display: block;
	}

	.apresto-one-menu,
	.apresto-one-nav .menu {
		flex-direction: column;
		align-items: stretch;
	}

	.apresto-one-menu a,
	.apresto-one-nav .menu a {
		justify-content: flex-start;
	}

	.apresto-one-dsar-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 720px) {
	:root {
		--apresto-shell: min(var(--apresto-shell-width), calc(100vw - 1.2rem));
	}

	.site-main {
		padding-bottom: 3rem;
	}

	.apresto-one-hero,
	.apresto-one-entry,
	.apresto-one-entry-card,
	.apresto-one-empty-state,
	.apresto-one-sidebar,
	.apresto-one-dsar-form,
	.apresto-one-toc,
	.apresto-one-takeaways,
	.apresto-one-privacy-center,
	.apresto-one-cta,
	.apresto-one-stat-strip {
		padding: 1.1rem;
	}

	.apresto-one-entry-card__media {
		margin: -1.1rem -1.1rem 1rem;
	}

	.apresto-one-site-footer {
		padding-top: 1.5rem;
	}

	.apresto-one-site-footer__brand,
	.apresto-one-site-footer__meta {
		padding: 1rem;
	}

	.search-form {
		grid-template-columns: 1fr;
	}
}
