:root {
	--obsidian: #0b0b0f;
	--carbon: #121218;
	--graphite: #1c1f26;
	--silver: #c8ccd4;
	--lilac-silver: #d6c7e8;
	--lavender-steel: #afa4c7;
	--royal-violet: #7b2cff;
	--amethyst: #a855f7;
	--indigo: #312e81;
	--orchid: #c084fc;
	--white: #f5f7fa;
	--muted: rgba(214, 199, 232, 0.72);
	--glass: rgba(255, 255, 255, 0.055);
	--glass-strong: rgba(255, 255, 255, 0.08);
	--glass-border: rgba(214, 199, 232, 0.16);
	--glass-border-strong: rgba(214, 199, 232, 0.24);
	--shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
	--shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.28);
	--site-width: 1180px;
	--content-width: 840px;
	--transition: 220ms ease;
}

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

html {
	scroll-behavior: smooth;
}

body.mvdl-core-theme {
	margin: 0;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	background: var(--obsidian);
	color: var(--white);
	overflow-x: hidden;
}

body.mvdl-core-theme::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -3;
	background:
		radial-gradient(circle at 18% 10%, rgba(192, 132, 252, 0.18), transparent 28%),
		radial-gradient(circle at 84% 18%, rgba(123, 44, 255, 0.16), transparent 32%),
		radial-gradient(circle at 50% 95%, rgba(49, 46, 129, 0.38), transparent 34%),
		linear-gradient(135deg, #07070a 0%, #0b0b0f 48%, #121218 100%);
}

body.mvdl-core-theme::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -2;
	opacity: 0.24;
	background-image:
		linear-gradient(125deg, transparent 0 30%, rgba(200, 204, 212, 0.09) 30.2%, transparent 30.8% 100%),
		linear-gradient(65deg, transparent 0 58%, rgba(168, 85, 247, 0.11) 58.2%, transparent 59% 100%);
	pointer-events: none;
}

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

a {
	color: inherit;
	text-decoration: none;
}

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

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

.areso-noise {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: -1;
	opacity: 0.08;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.7'/%3E%3C/svg%3E");
}

.areso-site-shell {
	position: relative;
	min-height: 100vh;
}

.areso-site-backdrop {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 16% 16%, rgba(192, 132, 252, 0.09), transparent 0 18%),
		radial-gradient(circle at 84% 14%, rgba(123, 44, 255, 0.09), transparent 0 20%),
		radial-gradient(circle at 50% 88%, rgba(49, 46, 129, 0.22), transparent 0 26%);
	pointer-events: none;
}

.areso-container {
	width: min(100% - 42px, var(--site-width));
	margin: 0 auto;
}

.areso-container--wide {
	width: min(100% - 20px, 1440px);
}

.areso-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	background: rgba(11, 11, 15, 0.72);
	border-bottom: 1px solid rgba(214, 199, 232, 0.1);
}

.areso-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 82px;
}

.areso-branding {
	display: flex;
	align-items: center;
	min-width: 0;
}

.areso-site-title-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-width: max-content;
}

.areso-brand-crest {
	width: 48px;
	height: 48px;
	object-fit: contain;
	filter: drop-shadow(0 0 18px rgba(192, 132, 252, 0.28));
}

.areso-site-title-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--glass-border);
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(192, 132, 252, 0.2), rgba(123, 44, 255, 0.38));
	color: var(--white);
	font-size: 1.3rem;
	font-weight: 700;
	box-shadow: 0 0 24px rgba(192, 132, 252, 0.18);
}

.areso-site-title-text {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--lilac-silver);
}

.areso-primary-navigation {
	display: flex;
	align-items: center;
}

.areso-menu {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.areso-menu a {
	color: var(--muted);
	font-size: 12px;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	transition: color var(--transition), text-shadow var(--transition), background var(--transition), border-color var(--transition);
}

.areso-menu a:hover,
.areso-menu a:focus,
.areso-menu a[aria-current="page"] {
	color: var(--white);
	text-shadow: 0 0 18px rgba(192, 132, 252, 0.75);
}

.areso-menu__item--cta a {
	display: inline-flex;
	align-items: center;
	padding: 11px 16px;
	border: 1px solid rgba(214, 199, 232, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.045);
}

.areso-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(214, 199, 232, 0.22);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.045);
	box-shadow: var(--shadow-soft);
	cursor: pointer;
}

.areso-menu-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 999px;
	background: var(--lilac-silver);
	transition: transform var(--transition), opacity var(--transition);
}

.areso-menu-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.areso-menu-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.areso-menu-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.areso-main-shell {
	padding: 0 0 72px;
}

.areso-home-main {
	padding-top: 0;
}

.areso-kicker,
.areso-tag,
.areso-num,
.areso-step small {
	text-transform: uppercase;
	letter-spacing: 0.18em;
}

.areso-kicker {
	color: var(--orchid);
	font-size: 12px;
	margin-bottom: 22px;
}

.areso-title,
.areso-section-title,
.areso-card-title,
.areso-post-card h3,
.areso-pillar h3,
.areso-step h3,
.areso-footer-brand,
.areso-quote {
	font-family: Georgia, "Times New Roman", serif;
}

.areso-title {
	margin: 0 0 26px;
	font-size: clamp(42px, 7vw, 96px);
	line-height: 0.92;
	text-transform: uppercase;
	color: var(--silver);
	letter-spacing: 0.035em;
	text-shadow: 0 0 34px rgba(192, 132, 252, 0.28);
}

.areso-title--hero {
	max-width: 8ch;
}

.areso-title--entry {
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1.02;
	text-transform: none;
}

.areso-section-title {
	margin: 0 0 18px;
	color: var(--silver);
	font-size: clamp(38px, 5vw, 72px);
	line-height: 0.98;
	letter-spacing: 0.02em;
}

.areso-lead {
	font-size: clamp(19px, 2.4vw, 29px);
	line-height: 1.34;
	color: var(--lilac-silver);
	max-width: 710px;
	margin: 0 0 24px;
}

.areso-body-copy,
.areso-subtitle,
.areso-entry-summary,
.areso-entry-content,
.areso-post-card p,
.areso-pillar p,
.areso-step p,
.areso-footer-copy,
.areso-footer-tagline {
	color: var(--muted);
	line-height: 1.8;
	font-size: 16px;
}

.areso-subtitle p,
.areso-body-copy p {
	margin: 0;
}

.areso-hero {
	min-height: calc(100vh - 82px);
	display: flex;
	align-items: center;
	padding: 86px 0 72px;
	position: relative;
}

.areso-hero__inner {
	display: grid;
	grid-template-columns: 1.03fr 0.97fr;
	align-items: center;
	gap: 54px;
}

.areso-hero__actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 34px;
}

.areso-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 999px;
	padding: 15px 21px;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
	border: 1px solid rgba(214, 199, 232, 0.22);
	cursor: pointer;
}

.areso-button:hover,
.areso-button:focus {
	transform: translateY(-3px);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), 0 0 30px rgba(192, 132, 252, 0.22);
}

.areso-button--primary {
	background: linear-gradient(135deg, rgba(123, 44, 255, 1), rgba(192, 132, 252, 0.88));
	color: var(--white);
	box-shadow: 0 0 36px rgba(123, 44, 255, 0.28);
}

.areso-button--ghost {
	background: rgba(255, 255, 255, 0.045);
	color: var(--lilac-silver);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.areso-crest-stage {
	position: relative;
	min-height: 660px;
	display: grid;
	place-items: center;
}

.areso-crest-card {
	position: relative;
	width: min(520px, 100%);
	aspect-ratio: 1 / 1.12;
	border: 1px solid rgba(214, 199, 232, 0.18);
	border-radius: 38px;
	background:
		radial-gradient(circle at 50% 30%, rgba(192, 132, 252, 0.19), transparent 32%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018));
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	box-shadow: var(--shadow), inset 0 0 65px rgba(255, 255, 255, 0.035);
	overflow: hidden;
}

.areso-crest-card::before {
	content: "";
	position: absolute;
	inset: -1px;
	background:
		linear-gradient(125deg, transparent 0 26%, rgba(214, 199, 232, 0.14) 26.3%, transparent 27%),
		radial-gradient(circle at 70% 18%, rgba(168, 85, 247, 0.23), transparent 26%);
	opacity: 0.75;
}

.areso-crest-card img {
	position: absolute;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	width: 78%;
	filter: drop-shadow(0 0 28px rgba(192, 132, 252, 0.36));
	z-index: 2;
}

.areso-section {
	padding: 96px 0;
	border-top: 1px solid rgba(214, 199, 232, 0.09);
}

.areso-section-shell {
	padding-top: 48px;
}

.areso-section-shell--compact {
	padding-top: 38px;
}

.areso-section-head,
.areso-section-heading {
	max-width: 790px;
	margin-bottom: 42px;
}

.areso-section-head--center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.areso-split {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 38px;
	align-items: center;
}

.areso-glass-panel,
.areso-pillar,
.areso-post-card,
.areso-entry-card,
.areso-page-layout__article,
.areso-empty-state,
.areso-post-navigation,
.areso-canvas-shell {
	border: 1px solid var(--glass-border);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.022));
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border-radius: 28px;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.areso-glass-panel,
.areso-entry-card,
.areso-page-layout__article,
.areso-empty-state,
.areso-canvas-shell {
	padding: 36px;
}

.areso-canvas-shell--wide {
	padding: 18px;
}

.areso-quote {
	font-size: clamp(29px, 3.4vw, 48px);
	color: var(--lilac-silver);
	line-height: 1.18;
	text-shadow: 0 0 22px rgba(192, 132, 252, 0.16);
	margin: 0;
}

.areso-audit-list {
	display: grid;
	gap: 14px;
	margin-top: 26px;
}

.areso-audit-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(214, 199, 232, 0.09);
	color: var(--muted);
	line-height: 1.65;
}

.areso-spark {
	width: 9px;
	height: 9px;
	margin-top: 9px;
	border-radius: 99px;
	background: var(--orchid);
	box-shadow: 0 0 18px rgba(192, 132, 252, 0.85);
	flex: 0 0 auto;
}

.areso-pillars {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.areso-pillar {
	padding: 28px;
	min-height: 310px;
	position: relative;
	overflow: hidden;
	transition: transform var(--transition), border-color var(--transition);
}

.areso-pillar::after {
	content: "";
	position: absolute;
	inset: auto -30% -45% -30%;
	height: 120px;
	background: radial-gradient(circle, rgba(168, 85, 247, 0.18), transparent 70%);
}

.areso-pillar:hover {
	transform: translateY(-7px);
	border-color: rgba(192, 132, 252, 0.38);
}

.areso-num {
	color: var(--orchid);
	font-size: 12px;
	margin-bottom: 24px;
}

.areso-pillar h3,
.areso-post-card h3,
.areso-step h3,
.areso-card-title {
	color: var(--white);
	font-size: 23px;
	line-height: 1.15;
	margin: 0 0 16px;
}

.areso-feature-grid,
.areso-post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.areso-post-card {
	min-height: 360px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	position: relative;
}

.areso-post-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.74) 78%),
		radial-gradient(circle at 48% 12%, rgba(168, 85, 247, 0.2), transparent 36%);
}

.areso-post-card > * {
	position: relative;
	z-index: 2;
}

.areso-tag {
	color: var(--orchid);
	font-size: 11px;
	margin-bottom: 12px;
}

.areso-journey {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
}

.areso-step {
	border: 1px solid rgba(214, 199, 232, 0.14);
	background: rgba(255, 255, 255, 0.04);
	border-radius: 24px;
	padding: 23px 18px;
	min-height: 180px;
}

.areso-step small {
	color: var(--orchid);
	font-size: 11px;
}

.areso-newsletter {
	text-align: center;
	padding: 90px 30px;
	border-radius: 42px;
	border: 1px solid rgba(214, 199, 232, 0.17);
	background:
		radial-gradient(circle at 50% 0%, rgba(192, 132, 252, 0.18), transparent 34%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02));
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	box-shadow: var(--shadow);
}

.areso-newsletter .areso-section-title,
.areso-newsletter .areso-body-copy {
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
}

.areso-newsletter-form {
	display: grid;
	gap: 14px;
	max-width: 760px;
	margin: 34px auto 0;
}

.areso-newsletter-form input {
	width: 100%;
	border: 1px solid rgba(214, 199, 232, 0.2);
	background: rgba(11, 11, 15, 0.55);
	color: var(--white);
	border-radius: 999px;
	padding: 16px 18px;
	outline: none;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.areso-newsletter-form input::placeholder {
	color: rgba(214, 199, 232, 0.48);
}

.areso-newsletter-form__submit {
	justify-self: center;
	min-width: 190px;
}

.areso-form-message {
	margin: 18px auto 0;
	max-width: 620px;
	color: var(--lilac-silver);
	font-size: 14px;
}

.areso-form-notice {
	margin: 18px auto 0;
	max-width: 620px;
	padding: 16px 20px;
	border: 1px solid var(--glass-border);
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.022));
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
	color: var(--lilac-silver);
	font-size: 14px;
	line-height: 1.7;
}

.areso-form-notice.is-success {
	border-color: rgba(192, 132, 252, 0.28);
	color: var(--white);
}

.areso-form-notice.is-info {
	border-color: rgba(200, 204, 212, 0.24);
	color: var(--silver);
}

.areso-form-notice.is-error {
	border-color: rgba(192, 132, 252, 0.22);
	color: #f3d7ff;
}

.areso-social-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 22px;
}

.areso-page-layout,
.areso-page-layout__article {
	max-width: 100%;
}

.areso-entry-header {
	margin-bottom: 24px;
}

.areso-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-bottom: 18px;
	color: rgba(214, 199, 232, 0.58);
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.areso-entry-content,
.areso-entry-summary,
.areso-clean-content {
	overflow-wrap: anywhere;
}

.areso-clean-content {
	display: block;
}

.areso-entry-content > :first-child,
.areso-entry-summary > :first-child {
	margin-top: 0;
}

.areso-entry-content > :last-child,
.areso-entry-summary > :last-child {
	margin-bottom: 0;
}

.areso-entry-content h1,
.areso-entry-content h2,
.areso-entry-content h3,
.areso-entry-content h4,
.areso-entry-content h5,
.areso-entry-content h6 {
	color: var(--silver);
	line-height: 1.14;
	margin-top: 1.8em;
	margin-bottom: 0.7em;
	font-family: Georgia, "Times New Roman", serif;
}

.areso-entry-content p,
.areso-entry-summary p,
.areso-entry-content li,
.areso-entry-content blockquote,
.areso-entry-content figcaption {
	color: var(--muted);
}

.areso-entry-content a,
.areso-entry-summary a,
.areso-text-link {
	color: var(--lilac-silver);
	text-decoration: underline;
	text-decoration-color: rgba(192, 132, 252, 0.5);
	text-underline-offset: 4px;
}

.areso-entry-content blockquote {
	margin: 28px 0;
	padding: 22px 24px;
	border-left: 3px solid var(--orchid);
	border-radius: 0 22px 22px 0;
	background: rgba(255, 255, 255, 0.035);
}

.areso-entry-content ul,
.areso-entry-content ol {
	padding-left: 1.4rem;
}

.areso-featured-image {
	margin: 26px 0;
	overflow: hidden;
	border-radius: 24px;
}

.areso-featured-image img {
	width: 100%;
}

.areso-pagination {
	margin-top: 28px;
}

.areso-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.areso-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(214, 199, 232, 0.18);
	color: var(--lilac-silver);
}

.areso-pagination .page-numbers.current {
	color: var(--white);
	background: linear-gradient(135deg, rgba(123, 44, 255, 1), rgba(192, 132, 252, 0.88));
}

.areso-empty-state {
	text-align: center;
}

.areso-empty-state--large {
	padding: 56px 32px;
}

.areso-post-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
	padding: 24px 28px;
}

.areso-post-navigation__item--next {
	text-align: right;
}

.areso-text-link {
	display: inline-flex;
	margin-top: 18px;
	font-weight: 700;
}

.areso-site-footer {
	padding: 18px 0 40px;
	border-top: 1px solid rgba(214, 199, 232, 0.09);
}

.areso-footer-inner {
	text-align: center;
	color: rgba(214, 199, 232, 0.62);
	font-size: 13px;
	line-height: 1.9;
}

.areso-footer-brand {
	display: block;
	margin-bottom: 8px;
	color: var(--silver);
	font-size: 20px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.areso-footer-tagline,
.areso-footer-copy {
	margin: 0;
}

.areso-footer-copy {
	margin-top: 4px;
}

.areso-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: 0.75s ease;
}

.areso-reveal.active {
	opacity: 1;
	transform: translateY(0);
}

.alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: min(1320px, calc(100vw - 2rem));
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 980px) {
	.areso-hero__inner,
	.areso-split {
		grid-template-columns: 1fr;
	}

	.areso-crest-stage {
		min-height: 520px;
	}

	.areso-pillars,
	.areso-feature-grid,
	.areso-post-grid,
	.areso-journey {
		grid-template-columns: 1fr 1fr;
	}

	.areso-menu-toggle {
		display: inline-flex;
	}

	.areso-primary-navigation {
		position: absolute;
		top: calc(100% + 12px);
		right: 21px;
		left: 21px;
		display: none;
		padding: 20px;
		border-radius: 24px;
		background: rgba(18, 18, 24, 0.92);
		border: 1px solid rgba(214, 199, 232, 0.18);
		box-shadow: var(--shadow-soft);
	}

	.areso-primary-navigation.is-open {
		display: block;
	}

	.areso-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.areso-menu a {
		display: block;
		padding: 12px 16px;
		border-radius: 18px;
		background: rgba(255, 255, 255, 0.02);
	}
}

@media (max-width: 782px) {
	.areso-main-shell {
		padding-bottom: 48px;
	}

	.areso-glass-panel,
	.areso-entry-card,
	.areso-page-layout__article,
	.areso-empty-state,
	.areso-canvas-shell {
		padding: 28px;
	}

	.areso-post-navigation {
		grid-template-columns: 1fr;
	}

	.areso-post-navigation__item--next {
		text-align: left;
	}
}

@media (max-width: 640px) {
	.areso-container {
		width: min(100% - 28px, var(--site-width));
	}

	.areso-hero {
		padding-top: 52px;
	}

	.areso-pillars,
	.areso-feature-grid,
	.areso-post-grid,
	.areso-journey {
		grid-template-columns: 1fr;
	}

	.areso-newsletter-form,
	.areso-hero__actions,
	.areso-social-row {
		flex-direction: column;
	}

	.areso-button {
		width: 100%;
	}

	.areso-crest-card {
		border-radius: 28px;
	}
}

/*
 * Brand refinement layer for the updated I am Mariské direction.
 */
:root {
	--obsidian: #09070d;
	--carbon: #110f16;
	--graphite: #1b1720;
	--silver: #f0ebf7;
	--lilac-silver: #ddd2e8;
	--lavender-steel: #b8aac7;
	--royal-violet: #6f2cff;
	--amethyst: #9250ff;
	--indigo: #24162f;
	--orchid: #d7a8ff;
	--champagne: #e8d6bf;
	--white: #faf7fc;
	--muted: rgba(236, 229, 244, 0.8);
	--glass: rgba(255, 255, 255, 0.06);
	--glass-strong: rgba(255, 255, 255, 0.1);
	--glass-border: rgba(218, 188, 255, 0.16);
	--glass-border-strong: rgba(235, 212, 255, 0.28);
	--shadow: 0 36px 110px rgba(0, 0, 0, 0.56);
	--shadow-soft: 0 22px 66px rgba(0, 0, 0, 0.32);
}

body.mvdl-core-theme {
	font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	background:
		radial-gradient(circle at top left, rgba(145, 80, 255, 0.08), transparent 25%),
		radial-gradient(circle at 85% 0%, rgba(232, 214, 191, 0.08), transparent 22%),
		var(--obsidian);
}

body.mvdl-core-theme::before {
	background:
		radial-gradient(circle at 16% 10%, rgba(215, 168, 255, 0.2), transparent 24%),
		radial-gradient(circle at 82% 14%, rgba(111, 44, 255, 0.18), transparent 30%),
		radial-gradient(circle at 50% 84%, rgba(42, 24, 52, 0.42), transparent 32%),
		linear-gradient(145deg, #060509 0%, #0b0910 44%, #17111f 100%);
}

body.mvdl-core-theme::after {
	opacity: 0.28;
	background-image:
		linear-gradient(125deg, transparent 0 28%, rgba(255, 255, 255, 0.06) 28.3%, transparent 29% 100%),
		linear-gradient(70deg, transparent 0 60%, rgba(232, 214, 191, 0.08) 60.3%, transparent 61% 100%);
}

.areso-site-header {
	background: rgba(10, 9, 14, 0.74);
	border-bottom-color: rgba(232, 214, 191, 0.1);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.areso-site-title-link {
	gap: 16px;
}

.areso-brand-crest {
	filter: drop-shadow(0 0 22px rgba(215, 168, 255, 0.34));
}

.areso-site-title-mark {
	background: linear-gradient(145deg, rgba(232, 214, 191, 0.18), rgba(111, 44, 255, 0.42));
	border-color: rgba(232, 214, 191, 0.22);
}

.areso-site-title-text {
	font-size: 15px;
	letter-spacing: 0.08em;
	text-transform: none;
	color: var(--white);
}

.areso-menu {
	gap: 18px;
}

.areso-menu a {
	font-size: 11px;
	letter-spacing: 0.14em;
	color: rgba(236, 229, 244, 0.76);
}

.areso-menu__item--cta a {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(111, 44, 255, 0.18));
	border-color: rgba(232, 214, 191, 0.22);
}

.areso-title,
.areso-section-title {
	text-transform: none;
	letter-spacing: 0.01em;
	color: var(--white);
	text-shadow: 0 0 40px rgba(215, 168, 255, 0.16);
}

.areso-title {
	line-height: 0.98;
}

.areso-title--hero {
	max-width: none;
	font-size: clamp(54px, 8.8vw, 116px);
}

.areso-section-title {
	font-size: clamp(34px, 5vw, 68px);
}

.areso-kicker,
.areso-tag,
.areso-num,
.areso-step small {
	color: var(--champagne);
}

.areso-lead {
	max-width: 680px;
	font-size: clamp(20px, 2.3vw, 28px);
	color: var(--lilac-silver);
}

.areso-body-copy,
.areso-subtitle,
.areso-entry-summary,
.areso-entry-content,
.areso-post-card p,
.areso-pillar p,
.areso-step p,
.areso-footer-copy,
.areso-footer-tagline,
.areso-footer-signature {
	color: var(--muted);
}

.areso-hero {
	padding: 92px 0 84px;
}

.areso-hero__inner {
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 48px;
}

.areso-hero__copy {
	position: relative;
}

.areso-hero__copy::after {
	content: "";
	position: absolute;
	left: -24px;
	top: -30px;
	width: 180px;
	height: 180px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(232, 214, 191, 0.16), transparent 70%);
	filter: blur(22px);
	pointer-events: none;
	z-index: -1;
}

.areso-button {
	min-height: 52px;
	padding: 15px 24px;
	border-color: rgba(232, 214, 191, 0.18);
}

.areso-button--primary {
	background: linear-gradient(135deg, #6f2cff 0%, #8e43f4 46%, #d3a8ff 100%);
	box-shadow: 0 0 38px rgba(145, 80, 255, 0.26);
}

.areso-button--ghost {
	background: rgba(255, 255, 255, 0.04);
	color: var(--white);
}

.areso-button:hover,
.areso-button:focus-visible {
	border-color: rgba(232, 214, 191, 0.3);
}

.areso-crest-stage {
	min-height: 720px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.areso-crest-card {
	background:
		radial-gradient(circle at 50% 26%, rgba(232, 214, 191, 0.12), transparent 28%),
		radial-gradient(circle at 70% 22%, rgba(215, 168, 255, 0.2), transparent 24%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	border-color: rgba(232, 214, 191, 0.16);
}

.areso-crest-card::before {
	background:
		linear-gradient(125deg, transparent 0 26%, rgba(255, 255, 255, 0.1) 26.3%, transparent 27%),
		radial-gradient(circle at 68% 18%, rgba(232, 214, 191, 0.16), transparent 24%);
}

.areso-hero-note {
	width: min(420px, 92%);
	margin-top: -62px;
	padding: 22px 24px;
	position: relative;
	z-index: 3;
}

.areso-hero-note__copy {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: var(--muted);
}

.areso-section {
	position: relative;
	padding: 108px 0;
	border-top-color: rgba(232, 214, 191, 0.08);
}

.areso-section--velvet::before,
.areso-section--mist::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.areso-section--velvet::before {
	background:
		radial-gradient(circle at 18% 20%, rgba(145, 80, 255, 0.12), transparent 24%),
		linear-gradient(180deg, rgba(38, 20, 49, 0.38), rgba(9, 7, 13, 0));
}

.areso-section--mist::before {
	background:
		radial-gradient(circle at 82% 18%, rgba(232, 214, 191, 0.07), transparent 22%),
		linear-gradient(180deg, rgba(16, 12, 20, 0.18), rgba(16, 12, 20, 0));
}

.areso-section > .areso-container {
	position: relative;
	z-index: 1;
}

.areso-glass-panel,
.areso-pillar,
.areso-post-card,
.areso-entry-card,
.areso-page-layout__article,
.areso-empty-state,
.areso-post-navigation,
.areso-canvas-shell {
	border-color: rgba(232, 214, 191, 0.12);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
		radial-gradient(circle at top right, rgba(145, 80, 255, 0.08), transparent 35%);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.3);
}

.areso-quote {
	color: var(--white);
	font-size: clamp(28px, 4vw, 50px);
}

.areso-audit-item {
	border-bottom-color: rgba(232, 214, 191, 0.1);
}

.areso-spark {
	background: linear-gradient(135deg, var(--champagne), var(--orchid));
	box-shadow: 0 0 18px rgba(232, 214, 191, 0.6);
}

.areso-pillars {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}

.areso-pillar {
	min-height: 280px;
}

.areso-feature-grid,
.areso-post-grid {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
}

.areso-post-card {
	min-height: 320px;
}

.areso-post-card::before {
	background:
		linear-gradient(180deg, rgba(20, 16, 24, 0.1) 0%, rgba(9, 7, 13, 0.82) 82%),
		radial-gradient(circle at 48% 12%, rgba(145, 80, 255, 0.24), transparent 36%);
}

.areso-journey {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.areso-step {
	background: rgba(255, 255, 255, 0.045);
	border-color: rgba(232, 214, 191, 0.12);
}

.areso-newsletter {
	padding: 86px 30px;
	background:
		radial-gradient(circle at 50% 0%, rgba(215, 168, 255, 0.2), transparent 36%),
		radial-gradient(circle at 80% 15%, rgba(232, 214, 191, 0.08), transparent 24%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
}

.areso-newsletter-form input {
	border-color: rgba(232, 214, 191, 0.18);
	background: rgba(10, 9, 14, 0.62);
}

.areso-form-notice {
	border-color: rgba(232, 214, 191, 0.14);
}

.areso-social-row {
	margin-top: 26px;
}

.areso-site-footer {
	padding: 26px 0 42px;
	border-top-color: rgba(232, 214, 191, 0.08);
}

.areso-footer-inner {
	display: grid;
	gap: 8px;
	text-align: center;
}

.areso-footer-brand {
	font-size: 24px;
	letter-spacing: 0.06em;
	text-transform: none;
}

.areso-footer-signature,
.areso-footer-privacy,
.areso-footer-copy {
	margin: 0;
}

.areso-footer-signature {
	color: rgba(232, 214, 191, 0.84);
}

.areso-footer-privacy a {
	color: var(--lilac-silver);
	text-decoration: underline;
	text-decoration-color: rgba(215, 168, 255, 0.4);
	text-underline-offset: 4px;
}

.areso-footer-copy {
	margin-top: 2px;
}

.areso-clean-content,
.areso-entry-content,
.areso-entry-summary {
	color: var(--muted);
}

.areso-entry-content h1,
.areso-entry-content h2,
.areso-entry-content h3,
.areso-entry-content h4,
.areso-entry-content h5,
.areso-entry-content h6 {
	color: var(--white);
}

.areso-entry-content blockquote {
	border-left-color: var(--champagne);
	background: rgba(255, 255, 255, 0.04);
}

.areso-button:focus-visible,
.areso-menu a:focus-visible,
.areso-newsletter-form input:focus-visible {
	outline: 2px solid rgba(232, 214, 191, 0.52);
	outline-offset: 3px;
}

@media (max-width: 1100px) {
	.areso-hero__inner {
		grid-template-columns: 1fr;
	}

	.areso-crest-stage {
		min-height: 560px;
	}

	.areso-hero-note {
		margin-top: -32px;
	}
}

@media (max-width: 980px) {
	.areso-menu a {
		font-size: 12px;
	}

	.areso-primary-navigation {
		background: rgba(11, 10, 16, 0.94);
	}

	.areso-hero {
		padding-top: 72px;
	}
}

@media (max-width: 782px) {
	.areso-section {
		padding: 86px 0;
	}

	.areso-glass-panel,
	.areso-entry-card,
	.areso-page-layout__article,
	.areso-empty-state,
	.areso-canvas-shell,
	.areso-hero-note {
		padding: 26px;
	}
}

@media (max-width: 640px) {
	.areso-title--hero {
		font-size: clamp(46px, 14vw, 74px);
	}

	.areso-section-title {
		font-size: clamp(30px, 10vw, 48px);
	}

	.areso-hero__actions {
		width: 100%;
	}

	.areso-hero-note {
		width: 100%;
	}
}
