/*
Theme Name: Shophertz Editorial
Theme URI: https://shophertz.com.br/
Author: Shophertz
Description: Tema editorial leve e mobile-first para o guia independente de perfumaria Shophertz.
Version: 0.4.0
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: shophertz-editorial
*/

:root {
	--ink: #17131f;
	--ink-soft: #463f50;
	--paper: #f8f5ee;
	--paper-warm: #eee8ff;
	--paper-light: #fffdf8;
	--plum: #6428e8;
	--plum-deep: #32106f;
	--gold: #b8914e;
	--olive: #574384;
	--olive-light: #e5ddf7;
	--line: rgba(23, 19, 31, 0.15);
	--light-line: rgba(255, 255, 255, 0.18);
	--white: #fff;
	--serif: Georgia, "Times New Roman", serif;
	--sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--max: 1220px;
	--reading: 720px;
	--radius-sm: 8px;
	--radius-md: 18px;
	--radius-lg: 34px;
	--shadow: 0 28px 80px rgba(62, 26, 137, 0.18);
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 1rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
	top: 32px;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

a:hover {
	text-decoration-color: var(--gold);
}

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid #1677c8;
	outline-offset: 4px;
}

::selection {
	background: var(--plum);
	color: var(--white);
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	text-wrap: balance;
}

.section-shell,
.content-shell {
	width: min(calc(100% - 40px), var(--max));
	margin-inline: auto;
}

.skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 10000;
	padding: 12px 16px;
	transform: translateY(-160%);
	border-radius: var(--radius-sm);
	background: var(--ink);
	color: var(--white);
	font-weight: 700;
}

.skip-link:focus {
	transform: translateY(0);
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--plum);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 26px;
	height: 1px;
	background: currentColor;
	content: "";
}

.eyebrow--light {
	color: #ddcaa9;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid var(--line);
	background: rgba(245, 240, 232, 0.94);
	backdrop-filter: blur(18px);
}

.site-header__inner {
	display: flex;
	width: min(calc(100% - 40px), var(--max));
	min-height: 78px;
	margin-inline: auto;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--ink);
	text-decoration: none;
}

.brand__mark {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
}

.brand__mark span {
	position: absolute;
	display: block;
	width: 7px;
	border-radius: 50%;
	background: var(--plum);
}

.brand__mark span:nth-child(1) {
	height: 7px;
	transform: translate(-8px, 5px);
}

.brand__mark span:nth-child(2) {
	height: 14px;
	transform: translate(0, -3px);
}

.brand__mark span:nth-child(3) {
	height: 22px;
	transform: translate(8px, 1px);
}

.brand__word {
	font-family: var(--serif);
	font-size: 1.62rem;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.brand__word span {
	color: var(--plum);
}

.site-nav__list {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	gap: clamp(20px, 2.6vw, 38px);
	list-style: none;
}

.site-nav a {
	position: relative;
	padding-block: 10px;
	color: var(--ink-soft);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.site-nav a::after {
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	height: 1px;
	transform: scaleX(0);
	transform-origin: right;
	background: var(--plum);
	content: "";
	transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.menu-toggle {
	display: none;
	min-width: 48px;
	min-height: 48px;
	border: 0;
	background: transparent;
	color: var(--ink);
	cursor: pointer;
}

.hero {
	display: grid;
	min-height: min(760px, calc(100vh - 78px));
	padding-block: clamp(68px, 9vw, 126px);
	align-items: center;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
	gap: clamp(40px, 7vw, 100px);
}

.hero h1 {
	max-width: 850px;
	margin-bottom: 28px;
	font-family: var(--serif);
	font-size: clamp(3.35rem, 6.8vw, 6.9rem);
	font-weight: 400;
	letter-spacing: -0.065em;
	line-height: 0.92;
}

.hero h1 em {
	color: var(--plum);
	font-weight: 400;
}

.hero__lead {
	max-width: 640px;
	margin-bottom: 32px;
	color: var(--ink-soft);
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	line-height: 1.65;
}

.hero__actions {
	display: flex;
	margin-bottom: 28px;
	flex-wrap: wrap;
	gap: 12px;
}

.button {
	display: inline-flex;
	min-height: 50px;
	padding: 12px 20px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button--primary {
	background: var(--plum);
	color: var(--white);
}

.button--primary:hover {
	background: var(--plum-deep);
}

.button--quiet {
	border-color: var(--line);
	background: rgba(255, 255, 255, 0.28);
	color: var(--ink);
}

.button--quiet:hover {
	background: var(--paper-light);
}

.hero__note {
	max-width: 570px;
	margin: 0;
	padding-left: 18px;
	border-left: 2px solid var(--gold);
	color: #655d56;
	font-size: 0.82rem;
}

.hero__visual {
	position: relative;
	display: grid;
	aspect-ratio: 1;
	place-items: center;
	isolation: isolate;
}

.hero__visual::before {
	position: absolute;
	inset: 11%;
	z-index: -2;
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.65), transparent 42%),
		linear-gradient(145deg, #d9c0ad, #8d596b 48%, #36202a);
	box-shadow: var(--shadow);
	content: "";
}

.hero__visual::after {
	position: absolute;
	inset: 2%;
	z-index: -3;
	border: 1px solid rgba(81, 41, 58, 0.22);
	border-radius: 50%;
	content: "";
}

.scent-orbit {
	position: absolute;
	display: grid;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 50%;
	place-items: start center;
}

.scent-orbit span {
	padding: 5px 11px;
	transform: translateY(-50%);
	border-radius: 999px;
	background: var(--paper);
	color: var(--ink-soft);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.scent-orbit--top {
	width: 55%;
	height: 55%;
	transform: rotate(-8deg);
}

.scent-orbit--heart {
	width: 72%;
	height: 72%;
	transform: rotate(28deg);
}

.scent-orbit--base {
	width: 88%;
	height: 88%;
	transform: rotate(-34deg);
}

.scent-orbit--top span,
.scent-orbit--heart span,
.scent-orbit--base span {
	transform: translateY(-50%) rotate(8deg);
}

.scent-orbit--heart span {
	transform: translateY(-50%) rotate(-28deg);
}

.scent-orbit--base span {
	transform: translateY(-50%) rotate(34deg);
}

.scent-core {
	display: flex;
	width: 32%;
	aspect-ratio: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 50%;
	background: rgba(49, 24, 34, 0.54);
	box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.08);
	color: var(--white);
	font-family: var(--serif);
	font-size: clamp(0.75rem, 1.2vw, 1rem);
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-align: center;
	backdrop-filter: blur(10px);
}

.scent-core strong {
	color: #e2c899;
	font-family: var(--sans);
	font-size: 1.2rem;
}

.trust-strip {
	border-block: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.26);
}

.trust-strip__inner {
	display: grid;
	padding-block: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.trust-strip p {
	display: flex;
	margin: 0;
	padding-inline: 20px;
	align-items: center;
	gap: 12px;
	border-right: 1px solid var(--line);
	color: var(--ink-soft);
	font-size: 0.76rem;
	font-weight: 750;
}

.trust-strip p:first-child {
	padding-left: 0;
}

.trust-strip p:last-child {
	padding-right: 0;
	border-right: 0;
}

.trust-strip span {
	color: var(--plum);
	font-family: var(--serif);
	font-size: 1.15rem;
}

.decision,
.pyramid,
.compare,
.method,
.faq {
	padding-block: clamp(90px, 10vw, 150px);
}

.section-heading {
	max-width: 780px;
	margin-bottom: 54px;
}

.section-heading h2,
.niche h2,
.context h2,
.verification h2,
.disclosure h2,
.method__heading h2 {
	margin-bottom: 22px;
	font-family: var(--serif);
	font-size: clamp(2.45rem, 4.8vw, 4.9rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1.02;
}

.section-heading > p:last-child,
.section-heading--split > p,
.niche__copy > p,
.context__intro > p,
.verification__grid > div > p:last-child,
.disclosure > div > p {
	color: var(--ink-soft);
	font-size: 1.04rem;
}

.section-heading--split {
	display: grid;
	max-width: none;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	gap: 72px;
}

.section-heading--split > p {
	align-self: end;
}

.decision-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.decision-card {
	position: relative;
	display: flex;
	min-height: 360px;
	padding: clamp(24px, 3vw, 36px);
	flex-direction: column;
	border-radius: var(--radius-md);
	overflow: hidden;
}

.decision-card::after {
	position: absolute;
	right: -35px;
	bottom: -50px;
	width: 160px;
	height: 160px;
	border: 1px solid currentColor;
	border-radius: 50%;
	opacity: 0.14;
	content: "";
}

.decision-card__number {
	margin-bottom: auto;
	font-family: var(--serif);
	font-size: 1rem;
	opacity: 0.64;
}

.decision-card h3 {
	margin-bottom: 14px;
	font-family: var(--serif);
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 1.08;
}

.decision-card p {
	margin-bottom: 22px;
	font-size: 0.88rem;
	line-height: 1.62;
}

.decision-card a {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
}

.decision-card a span {
	font-size: 1.1rem;
	transition: transform 180ms ease;
}

.decision-card a:hover span {
	transform: translate(2px, -2px);
}

.decision-card--plum {
	background: var(--plum);
	color: var(--white);
}

.decision-card--sand {
	background: #d7bea8;
	color: var(--ink);
}

.decision-card--olive {
	background: var(--olive-light);
	color: var(--ink);
}

.decision-card--ink {
	background: var(--ink);
	color: var(--paper-light);
}

.niche {
	padding-block: clamp(90px, 11vw, 160px);
	background:
		radial-gradient(circle at 86% 18%, rgba(182, 144, 85, 0.14), transparent 24%),
		var(--plum-deep);
	color: var(--white);
}

.niche__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
	gap: clamp(60px, 10vw, 150px);
}

.niche__copy > p {
	max-width: 660px;
	color: #d7cbd0;
}

.check-list {
	display: grid;
	margin: 36px 0 0;
	padding: 0;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 24px;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 26px;
	color: #f0e8eb;
	font-size: 0.86rem;
	font-weight: 700;
}

.check-list li::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 12px;
	height: 6px;
	transform: rotate(-45deg);
	border-bottom: 1px solid #ddcaa9;
	border-left: 1px solid #ddcaa9;
	content: "";
}

.niche__aside {
	align-self: center;
	padding: clamp(32px, 4vw, 54px);
	border: 1px solid var(--light-line);
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.045);
}

.niche__quote {
	margin-bottom: 22px;
	color: #e8d9c2;
	font-family: var(--serif);
	font-size: clamp(2rem, 3.5vw, 3.15rem);
	line-height: 1.02;
}

.niche__aside > p:not(.niche__quote) {
	color: #cabec2;
	font-size: 0.92rem;
}

.mini-rule {
	margin-top: 36px;
	padding-top: 24px;
	border-top: 1px solid var(--light-line);
}

.mini-rule span {
	display: block;
	margin-bottom: 8px;
	color: #c5a978;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.mini-rule strong {
	display: block;
	font-family: var(--serif);
	font-size: 1.25rem;
	font-weight: 400;
}

.pyramid-board {
	display: grid;
	border-block: 1px solid var(--line);
}

.pyramid-layer {
	display: grid;
	min-height: 190px;
	padding-block: 30px;
	align-items: center;
	border-bottom: 1px solid var(--line);
	grid-template-columns: 0.85fr 1.1fr 1.1fr;
	gap: 38px;
}

.pyramid-layer:last-child {
	border-bottom: 0;
}

.pyramid-layer__label {
	display: flex;
	align-items: center;
	gap: 22px;
}

.pyramid-layer__label > span {
	display: grid;
	width: 52px;
	aspect-ratio: 1;
	border: 1px solid var(--line);
	border-radius: 50%;
	place-items: center;
	color: var(--plum);
	font-family: var(--serif);
}

.pyramid-layer__label strong,
.pyramid-layer__label small {
	display: block;
}

.pyramid-layer__label strong {
	font-family: var(--serif);
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.1;
}

.pyramid-layer__label small {
	margin-top: 6px;
	color: #756b64;
	font-size: 0.68rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pyramid-layer > p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.9rem;
}

.note-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.note-cloud span {
	padding: 8px 12px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: var(--paper-light);
	font-family: var(--serif);
	font-size: 0.9rem;
}

.pyramid-layer--top {
	padding-inline: 13%;
}

.pyramid-layer--heart {
	padding-inline: 7%;
	background: rgba(255, 255, 255, 0.24);
}

.pyramid-layer--base {
	padding-inline: 1%;
}

.caption {
	margin-top: 16px;
	color: #766e67;
	font-size: 0.75rem;
}

.context {
	padding-block: clamp(72px, 7vw, 104px);
	background: var(--olive);
	color: var(--white);
}

.context__grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: clamp(48px, 6vw, 88px);
}

.context h2 {
	font-size: clamp(2.75rem, 4.3vw, 4.35rem);
}

.context__intro > p {
	color: #e0e2d6;
}

.context-matrix {
	padding: clamp(26px, 3vw, 40px);
	border-radius: var(--radius-md);
	background: #f1eee5;
	color: var(--ink);
}

.context-matrix > div {
	display: grid;
	padding-block: 16px;
	border-bottom: 1px solid var(--line);
	grid-template-columns: 44px 1fr;
	gap: 16px;
	align-items: start;
}

.context-matrix > div:first-child {
	padding-top: 0;
}

.context-matrix span {
	display: grid;
	width: 36px;
	aspect-ratio: 1;
	place-items: center;
	border: 1px solid rgba(109, 40, 217, 0.2);
	border-radius: 50%;
	background: rgba(109, 40, 217, 0.07);
	color: var(--olive);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.context-matrix strong {
	display: block;
	font-size: 1rem;
	font-weight: 800;
}

.context-matrix > div p {
	margin: 6px 0 0;
	color: #615a55;
	font-size: 0.86rem;
	line-height: 1.55;
}

.context-example {
	margin-top: 24px;
	padding: 20px;
	border: 1px solid rgba(109, 40, 217, 0.18);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(109, 40, 217, 0.1), rgba(198, 166, 74, 0.08));
}

.context-example span {
	display: block;
	width: auto;
	aspect-ratio: auto;
	place-items: initial;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 0.66rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.context-example strong {
	margin-top: 8px;
	font-family: var(--serif);
	font-size: 1.2rem;
	font-weight: 500;
}

.context-example p {
	margin: 6px 0 0;
	color: #514b47;
	font-size: 0.84rem;
}

.context-matrix > .context-matrix__note {
	margin: 18px 0 0;
	color: #736c65;
	font-size: 0.72rem;
}

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

.compare-card {
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.24);
	transition: transform 180ms ease, background-color 180ms ease;
}

.compare-card:hover {
	transform: translateY(-4px);
	background: var(--paper-light);
}

.compare-card__icon {
	display: grid;
	width: 50px;
	aspect-ratio: 1;
	margin-bottom: 34px;
	border-radius: 50%;
	background: var(--paper-warm);
	color: var(--plum);
	font-family: var(--serif);
	font-size: 1.15rem;
	place-items: center;
}

.compare-card h3 {
	margin-bottom: 12px;
	font-family: var(--serif);
	font-size: 1.5rem;
	font-weight: 400;
}

.compare-card p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.86rem;
}

.verification {
	padding-block: clamp(90px, 11vw, 150px);
	background: var(--ink);
	color: var(--white);
}

.verification__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(60px, 10vw, 150px);
}

.verification h2 {
	max-width: 600px;
}

.verification__grid > div > p:last-child {
	max-width: 570px;
	color: #bbb3ad;
}

.verification-steps {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--light-line);
	list-style: none;
}

.verification-steps li {
	display: flex;
	padding-block: 22px;
	align-items: center;
	gap: 22px;
	border-bottom: 1px solid var(--light-line);
}

.verification-steps > li > span {
	display: grid;
	width: 44px;
	aspect-ratio: 1;
	border: 1px solid var(--light-line);
	border-radius: 50%;
	color: #c8aa74;
	font-family: var(--serif);
	place-items: center;
}

.verification-steps strong,
.verification-steps small {
	display: block;
}

.verification-steps strong {
	font-family: var(--serif);
	font-size: 1.25rem;
	font-weight: 400;
}

.verification-steps small {
	margin-top: 3px;
	color: #aaa29d;
}

.method__heading {
	max-width: 740px;
	margin-bottom: 50px;
}

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

.evidence-grid article {
	min-height: 250px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	background: var(--paper-light);
}

.evidence-dot {
	display: block;
	width: 10px;
	height: 10px;
	margin-bottom: 56px;
	border-radius: 50%;
}

.evidence-dot--fact {
	background: #26745d;
}

.evidence-dot--brand {
	background: #9a753e;
}

.evidence-dot--editorial {
	background: var(--plum);
}

.evidence-dot--community {
	background: #5a5f8f;
}

.evidence-dot--dynamic {
	background: #b35442;
}

.evidence-grid h3 {
	margin-bottom: 10px;
	font-family: var(--serif);
	font-size: 1.25rem;
	font-weight: 400;
}

.evidence-grid p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.79rem;
}

.method__statement {
	display: grid;
	margin-top: 40px;
	padding-top: 28px;
	align-items: start;
	border-top: 1px solid var(--line);
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.method__statement strong {
	max-width: 600px;
	font-family: var(--serif);
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	font-weight: 400;
	line-height: 1.1;
}

.method__statement p {
	max-width: 520px;
	color: var(--ink-soft);
	font-size: 0.9rem;
}

.faq {
	padding-top: 0;
}

.faq-list {
	border-top: 1px solid var(--line);
}

.faq details {
	border-bottom: 1px solid var(--line);
}

.faq summary {
	position: relative;
	padding: 26px 54px 26px 0;
	cursor: pointer;
	font-family: var(--serif);
	font-size: clamp(1.2rem, 2.3vw, 1.65rem);
	list-style: none;
}

.faq summary::-webkit-details-marker {
	display: none;
}

.faq summary::after {
	position: absolute;
	top: 50%;
	right: 8px;
	content: "+";
	transform: translateY(-50%);
	color: var(--plum);
	font-family: var(--sans);
	font-size: 1.4rem;
}

.faq details[open] summary::after {
	content: "−";
}

.faq details p {
	max-width: var(--reading);
	padding: 0 0 28px;
	color: var(--ink-soft);
}

.disclosure {
	display: grid;
	margin-bottom: clamp(90px, 10vw, 150px);
	padding: clamp(30px, 5vw, 66px);
	border-radius: var(--radius-lg);
	background: var(--paper-warm);
	grid-template-columns: auto 1fr;
	gap: clamp(28px, 5vw, 74px);
}

.disclosure__mark {
	display: grid;
	width: clamp(72px, 10vw, 130px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--plum);
	color: var(--white);
	font-size: 2rem;
	place-items: center;
}

.disclosure h2 {
	max-width: 760px;
	font-size: clamp(2rem, 3.6vw, 3.75rem);
}

.disclosure > div > p {
	max-width: 760px;
}

.disclosure .updated {
	margin: 22px 0 0;
	color: #746a61;
	font-size: 0.75rem;
	font-weight: 700;
}

.site-footer {
	padding: 80px max(20px, calc((100vw - var(--max)) / 2));
	background: var(--plum-deep);
	color: #f3e9ed;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr 1fr;
	gap: clamp(48px, 7vw, 100px);
}

.brand--footer {
	color: var(--white);
}

.brand--footer .brand__mark span {
	background: #d6bb8b;
}

.brand--footer .brand__word span {
	color: #d6bb8b;
}

.site-footer__summary {
	max-width: 340px;
	margin-top: 22px;
	color: #c7b9be;
	font-size: 0.9rem;
}

.site-footer h2 {
	margin-bottom: 14px;
	color: #d6bb8b;
	font-family: var(--sans);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.site-footer__grid > div > p {
	color: #c7b9be;
	font-size: 0.82rem;
}

.site-footer__bottom {
	display: flex;
	margin-top: 60px;
	padding-top: 24px;
	justify-content: space-between;
	gap: 24px;
	border-top: 1px solid var(--light-line);
}

.site-footer__bottom p {
	margin: 0;
	color: #aa9da2;
	font-size: 0.72rem;
}

.site-footer a:hover {
	color: var(--white);
}

.content-shell {
	min-height: 60vh;
	padding-block: clamp(70px, 9vw, 130px);
}

.archive-header,
.article__header {
	max-width: 920px;
	margin-bottom: 60px;
}

.archive-header h1,
.article__header h1,
.not-found h1 {
	margin-bottom: 22px;
	font-family: var(--serif);
	font-size: clamp(3rem, 7vw, 6.2rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.article__date,
.post-card__meta {
	color: #766e67;
	font-size: 0.75rem;
}

.article__content {
	max-width: var(--reading);
	font-size: 1.04rem;
}

.article__content h2 {
	margin: 2.5em 0 0.7em;
	font-family: var(--serif);
	font-size: 2.2rem;
	font-weight: 400;
}

.article__content h3 {
	margin: 2em 0 0.6em;
	font-family: var(--serif);
	font-size: 1.55rem;
	font-weight: 400;
}

.article__content a {
	color: var(--plum);
}

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

.post-card {
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	background: var(--paper-light);
}

.post-card h2 {
	font-family: var(--serif);
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 1.1;
}

.post-card h2 a {
	text-decoration: none;
}

.post-card > p:last-child {
	color: var(--ink-soft);
	font-size: 0.86rem;
}

.empty-state,
.not-found {
	max-width: 760px;
	padding: clamp(40px, 7vw, 80px);
	border-radius: var(--radius-lg);
	background: var(--paper-warm);
}

.empty-state h2 {
	font-family: var(--serif);
	font-size: 2.5rem;
	font-weight: 400;
}

.not-found__code {
	margin-bottom: 30px;
	color: rgba(81, 41, 58, 0.16);
	font-family: var(--serif);
	font-size: clamp(5rem, 16vw, 11rem);
	line-height: 0.7;
}

@media (max-width: 1080px) {
	.hero {
		grid-template-columns: minmax(0, 1fr) minmax(310px, 0.7fr);
	}

	.decision-grid,
	.compare-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.decision-card {
		min-height: 300px;
	}

	.evidence-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.pyramid-layer {
		grid-template-columns: 0.8fr 1fr;
	}

	.note-cloud {
		grid-column: 1 / -1;
	}
}

@media (max-width: 820px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 9px;
	}

	.menu-toggle__label {
		font-size: 0.76rem;
		font-weight: 800;
	}

	.menu-toggle__icon,
	.menu-toggle__icon::before,
	.menu-toggle__icon::after {
		display: block;
		width: 18px;
		height: 1px;
		background: currentColor;
		content: "";
		transition: transform 180ms ease;
	}

	.menu-toggle__icon::before {
		transform: translateY(-5px);
	}

	.menu-toggle__icon::after {
		transform: translateY(4px);
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__icon {
		background: transparent;
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__icon::before {
		transform: translateY(0) rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__icon::after {
		transform: translateY(-1px) rotate(-45deg);
	}

	.site-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		padding: 8px 20px 24px;
		border-bottom: 1px solid var(--line);
		background: var(--paper);
		box-shadow: 0 28px 40px rgba(24, 21, 19, 0.08);
	}

	.site-nav.is-open {
		display: block;
	}

	.site-nav__list {
		display: grid;
		gap: 0;
	}

	.site-nav a {
		display: block;
		min-height: 48px;
		padding: 14px 4px;
		border-bottom: 1px solid var(--line);
	}

	.has-open-menu {
		overflow: hidden;
	}

	.hero {
		min-height: auto;
		grid-template-columns: 1fr;
	}

	.hero__visual {
		width: min(100%, 540px);
		margin-inline: auto;
	}

	.trust-strip__inner {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px 0;
	}

	.trust-strip p:nth-child(2) {
		border-right: 0;
	}

	.niche__grid,
	.context__grid,
	.verification__grid,
	.section-heading--split,
	.method__statement,
	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.section-heading--split > p {
		align-self: auto;
	}

	.pyramid-layer,
	.pyramid-layer--top,
	.pyramid-layer--heart,
	.pyramid-layer--base {
		padding-inline: 0;
	}

	.evidence-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.post-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 580px) {
	.section-shell,
	.content-shell,
	.site-header__inner {
		width: min(calc(100% - 28px), var(--max));
	}

	.site-header__inner {
		min-height: 68px;
	}

	.brand__word {
		font-size: 1.4rem;
	}

	.hero {
		padding-block: 62px 80px;
	}

	.hero h1 {
		font-size: clamp(3rem, 15vw, 4.6rem);
	}

	.hero__visual {
		margin-top: 10px;
	}

	.scent-orbit--top {
		width: 44%;
		height: 44%;
	}

	.scent-orbit--heart {
		width: 58%;
		height: 58%;
	}

	.scent-orbit--base {
		width: 70%;
		height: 70%;
	}

	.hero__actions {
		display: grid;
	}

	.button {
		width: 100%;
	}

	.trust-strip__inner {
		grid-template-columns: 1fr;
	}

	.trust-strip p,
	.trust-strip p:first-child,
	.trust-strip p:last-child {
		padding: 0;
		border-right: 0;
	}

	.decision-grid,
	.compare-grid,
	.evidence-grid,
	.post-grid {
		grid-template-columns: 1fr;
	}

	.decision-card {
		min-height: 270px;
	}

	.check-list {
		grid-template-columns: 1fr;
	}

	.pyramid-layer {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.note-cloud {
		grid-column: auto;
	}

	.context-matrix {
		padding: 24px 20px;
	}

	.context-matrix > div {
		grid-template-columns: 42px 1fr;
		gap: 12px;
	}

	.disclosure {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	.site-header,
	.site-footer,
	.hero__actions,
	.menu-toggle {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
	}

	.section-shell,
	.content-shell {
		width: 100%;
	}
}

/* Visual direction 0.2 — ultravioleta, marfim e rastro aromático. */
body {
	background:
		radial-gradient(circle at 82% 3%, rgba(143, 92, 255, 0.12), transparent 30rem),
		var(--paper);
}

::selection {
	background: var(--plum);
}

.site-header {
	border-bottom-color: rgba(73, 44, 132, 0.14);
	background: rgba(248, 245, 238, 0.78);
	box-shadow: 0 8px 28px rgba(50, 16, 111, 0.04);
}

@supports (backdrop-filter: blur(20px)) {
	.site-header {
		backdrop-filter: blur(20px) saturate(140%);
	}
}

.site-header__inner {
	min-height: 74px;
}

.brand {
	gap: 9px;
}

.brand__mark {
	width: 34px;
	height: 28px;
	color: var(--plum);
}

.brand__mark svg {
	width: 34px;
	overflow: visible;
}

.brand__mark path {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2.6;
}

.brand__mark circle {
	fill: var(--gold);
	stroke: var(--paper);
	stroke-width: 1.5;
}

.brand__word {
	font-size: 1.58rem;
	letter-spacing: -0.045em;
}

.brand__word span {
	color: var(--plum);
}

.hero {
	position: relative;
	min-height: min(680px, calc(100vh - 74px));
	padding-block: clamp(46px, 6.5vw, 84px);
	grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
	gap: clamp(38px, 6vw, 82px);
}

.hero__copy {
	position: relative;
	z-index: 2;
	min-width: 0;
}

.hero h1 {
	max-width: 760px;
	margin-bottom: 22px;
	font-size: clamp(3.2rem, 5.45vw, 5.55rem);
	letter-spacing: -0.058em;
	line-height: 0.98;
}

.hero h1 em {
	color: var(--plum);
}

.hero__lead {
	max-width: 610px;
	margin-bottom: 24px;
	font-size: clamp(1rem, 1.35vw, 1.16rem);
	line-height: 1.58;
}

.hero__actions {
	margin-bottom: 20px;
}

.button--primary {
	background: var(--plum);
	box-shadow: 0 10px 24px rgba(100, 40, 232, 0.2);
}

.button--primary:hover {
	background: var(--plum-deep);
}

.button--quiet {
	border-color: rgba(74, 47, 128, 0.2);
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(12px);
}

.hero__journey {
	display: grid;
	max-width: 620px;
	margin-bottom: 20px;
	border: 1px solid rgba(92, 52, 178, 0.16);
	border-radius: 15px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.46);
	box-shadow: 0 16px 42px rgba(69, 37, 132, 0.06);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	backdrop-filter: blur(16px);
}

.hero__journey a {
	display: flex;
	min-height: 62px;
	padding: 12px 14px;
	align-items: center;
	gap: 9px;
	color: var(--ink);
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

.hero__journey a + a {
	border-left: 1px solid rgba(92, 52, 178, 0.14);
}

.hero__journey a:hover,
.hero__journey a:focus-visible {
	background: rgba(238, 232, 255, 0.9);
}

.hero__journey span {
	color: var(--plum);
	font-family: var(--serif);
	font-size: 0.86rem;
	font-weight: 700;
}

.hero__note {
	max-width: 610px;
	border-left-color: var(--gold);
	color: #5d5565;
}

.hero-scent {
	position: relative;
	display: grid;
	width: min(100%, 510px);
	aspect-ratio: 1 / 0.96;
	place-items: center;
	isolation: isolate;
}

.hero-scent::before {
	inset: 3%;
	border: 1px solid rgba(100, 40, 232, 0.2);
	background:
		radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.92), transparent 24%),
		radial-gradient(circle at 61% 53%, rgba(187, 158, 255, 0.72), transparent 44%),
		linear-gradient(145deg, #eee8ff, #a67fff 48%, #5b22d2);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.7),
		0 32px 90px rgba(77, 31, 179, 0.25);
}

.hero-scent::after {
	inset: -3%;
	border-color: rgba(184, 145, 78, 0.34);
}

.hero-scent__wave {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.hero-scent__wave path {
	fill: none;
	stroke: url("#scent-wave-gradient");
	stroke-linecap: round;
	stroke-width: 5;
}

.hero-scent__wave circle {
	fill: var(--paper-light);
	stroke: var(--gold);
	stroke-width: 3;
}

.hero-scent__halo {
	position: absolute;
	z-index: 0;
	width: 50%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	box-shadow:
		0 0 0 38px rgba(255, 255, 255, 0.1),
		0 0 0 76px rgba(255, 255, 255, 0.06);
}

.hero-scent__glass {
	position: relative;
	z-index: 2;
	display: grid;
	width: min(64%, 280px);
	min-height: 190px;
	padding: 28px;
	align-content: center;
	border: 1px solid rgba(255, 255, 255, 0.56);
	border-radius: 26px;
	background: rgba(255, 253, 248, 0.58);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.78),
		0 20px 60px rgba(43, 13, 100, 0.16);
	text-align: center;
	backdrop-filter: blur(22px) saturate(130%);
}

.hero-scent__glass small,
.hero-scent__glass span {
	color: #50435e;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.hero-scent__glass strong {
	margin-block: 5px 9px;
	color: var(--plum-deep);
	font-family: var(--serif);
	font-size: clamp(2.2rem, 4vw, 3.5rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1;
}

.hero-scent__legend {
	position: absolute;
	right: 9%;
	bottom: 7%;
	left: 9%;
	z-index: 2;
	display: flex;
	padding: 10px 14px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	background: rgba(50, 16, 111, 0.74);
	color: #fff;
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
}

.hero-scent__legend i {
	width: 18px;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
}

.trust-strip {
	border-block-color: rgba(255, 255, 255, 0.16);
	background: var(--plum-deep);
}

.trust-strip p {
	border-right-color: rgba(255, 255, 255, 0.16);
	color: #f6f2ff;
}

.trust-strip span {
	color: #d6b874;
}

.site-footer {
	background:
		radial-gradient(circle at 8% 12%, rgba(143, 92, 255, 0.24), transparent 26rem),
		var(--plum-deep);
}

.brand--footer .brand__mark {
	color: #b99cff;
}

.brand--footer .brand__mark circle {
	fill: #d6b874;
	stroke: var(--plum-deep);
}

.brand--footer .brand__word span {
	color: #b99cff;
}

@media (max-width: 820px) {
	.site-nav {
		background: rgba(248, 245, 238, 0.96);
		backdrop-filter: blur(20px);
	}

	.hero {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.hero-scent {
		width: min(82vw, 430px);
		margin-top: -8px;
	}
}

@media (max-width: 580px) {
	.section-shell,
	.content-shell,
	.site-header__inner {
		width: min(calc(100% - 40px), var(--max));
	}

	.site-header__inner {
		min-height: 68px;
	}

	.brand__mark,
	.brand__mark svg {
		width: 30px;
	}

	.brand__word {
		font-size: 1.38rem;
	}

	.hero {
		min-height: min(720px, calc(100svh - 68px));
		padding-block: 40px 48px;
		overflow: hidden;
	}

	.hero h1 {
		max-width: 350px;
		margin-bottom: 18px;
		font-size: clamp(2.72rem, 12vw, 3rem);
		line-height: 0.99;
	}

	.hero__lead {
		max-width: 360px;
		margin-bottom: 20px;
		font-size: 0.98rem;
		line-height: 1.5;
	}

	.hero__actions {
		display: grid;
		margin-bottom: 16px;
	}

	.button {
		min-height: 48px;
	}

	.hero__journey {
		margin-bottom: 16px;
		border-radius: 12px;
	}

	.hero__journey a {
		min-height: 58px;
		padding: 9px 8px;
		gap: 5px;
		font-size: 0.64rem;
	}

	.hero__journey span {
		font-size: 0.72rem;
	}

	.hero__note {
		max-width: 350px;
		font-size: 0.75rem;
		line-height: 1.45;
	}

	.hero-scent {
		position: absolute;
		top: 18px;
		right: -116px;
		z-index: 0;
		width: 300px;
		margin: 0;
		opacity: 0.15;
		pointer-events: none;
	}

	.hero-scent__glass {
		display: none;
	}

	.hero-scent__legend {
		display: none;
	}
}

/* Mobile legibility 0.2.2 — no essential copy below a comfortable reading size. */
@media (max-width: 820px) {
	.menu-toggle__label {
		font-size: 0.9375rem;
	}

	.site-nav a {
		font-size: 1rem;
	}
}

@media (max-width: 580px) {
	.eyebrow {
		gap: 9px;
		margin-bottom: 16px;
		font-size: 0.875rem;
		letter-spacing: 0.12em;
		line-height: 1.3;
	}

	.button {
		min-height: 52px;
		font-size: 1rem;
	}

	.hero__lead {
		font-size: 1.0625rem;
		line-height: 1.55;
	}

	.hero__journey a {
		min-height: 70px;
		padding: 11px 9px;
		gap: 6px;
		font-size: 0.875rem;
		line-height: 1.25;
	}

	.hero__journey span {
		font-size: 0.875rem;
	}

	.hero__note {
		font-size: 0.9375rem;
		line-height: 1.55;
	}

	.trust-strip p {
		font-size: 0.9375rem;
		line-height: 1.5;
	}

	.decision-card p,
	.niche__aside > p:not(.niche__quote),
	.pyramid-layer > p,
	.context-matrix > div p,
	.context-example p,
	.compare-card p,
	.evidence-grid p,
	.method__statement p,
	.post-card > p:last-child {
		font-size: 1rem;
	}

	.decision-card a,
	.note-cloud span,
	.verification-steps small,
	.site-footer__grid > div > p {
		font-size: 0.9375rem;
	}

	.check-list li,
	.site-footer__summary {
		font-size: 1rem;
	}

	.mini-rule span,
	.pyramid-layer__label small,
	.caption,
	.context-matrix span,
	.context-example span,
	.context-matrix > .context-matrix__note,
	.disclosure .updated,
	.site-footer h2,
	.site-footer__bottom p,
	.article__date,
	.post-card__meta {
		font-size: 0.875rem;
	}

	.mini-rule span,
	.pyramid-layer__label small,
	.context-example span,
	.site-footer h2 {
		letter-spacing: 0.1em;
		line-height: 1.4;
	}

	.caption,
	.context-matrix > .context-matrix__note,
	.disclosure .updated,
	.site-footer__bottom p,
	.article__date,
	.post-card__meta {
		line-height: 1.55;
	}
}

@media (max-width: 360px) {
	.hero__journey a {
		min-height: 86px;
		padding: 10px 7px;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		gap: 2px;
	}
}

/* Typography and color system 0.2.3 — readable on desktop and coherent with ultravioleta. */
.eyebrow {
	font-size: 0.875rem;
	letter-spacing: 0.12em;
	line-height: 1.3;
}

.site-nav a,
.button {
	font-size: 0.9375rem;
}

.hero__journey a,
.hero__journey span,
.hero__note,
.trust-strip p,
.decision-card a,
.note-cloud span,
.verification-steps small {
	font-size: 0.9375rem;
}

.hero__journey a {
	min-height: 68px;
}

.hero-scent__glass small,
.hero-scent__glass span,
.hero-scent__legend {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
}

.decision-card p,
.check-list li,
.niche__aside > p:not(.niche__quote),
.pyramid-layer > p,
.context-matrix > div p,
.context-example p,
.compare-card p,
.evidence-grid p,
.method__statement p,
.site-footer__summary,
.site-footer__grid > div > p,
.post-card > p:last-child {
	font-size: 1rem;
}

.mini-rule span,
.pyramid-layer__label small,
.caption,
.context-matrix span,
.context-example span,
.context-matrix > .context-matrix__note,
.disclosure .updated,
.site-footer__bottom p,
.article__date,
.post-card__meta {
	font-size: 0.875rem;
}

.decision-card {
	border: 1px solid rgba(100, 40, 232, 0.16);
	box-shadow: 0 18px 44px rgba(50, 16, 111, 0.08);
}

.decision-card--plum {
	background: linear-gradient(145deg, #6428e8, #7b46f2);
}

.decision-card--sand {
	background: linear-gradient(145deg, #fffdf8, #eee8ff);
	color: var(--ink);
}

.decision-card--olive {
	background: linear-gradient(145deg, #eee8ff, #d9ccff);
	color: var(--ink);
}

.decision-card--ink {
	background: linear-gradient(145deg, #32106f, #4b1da8);
	color: var(--paper-light);
}

.decision-card--sand a,
.decision-card--olive a {
	color: var(--plum-deep);
}

.decision-card--plum .decision-card__number,
.decision-card--ink .decision-card__number {
	color: #ead59f;
	opacity: 1;
}

.site-footer__grid {
	gap: clamp(24px, 4vw, 56px);
}

.site-footer__summary,
.site-footer__grid > div > p {
	color: #eee8f6;
	line-height: 1.65;
}

.site-footer__grid > div:not(:first-child) {
	padding: 28px;
	border: 1px solid rgba(185, 156, 255, 0.24);
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-footer h2 {
	margin-bottom: 16px;
	color: #ead59f;
	font-size: 0.9375rem;
	letter-spacing: 0.09em;
	line-height: 1.4;
}

.site-footer__bottom p {
	color: #d3c9df;
	line-height: 1.55;
}

@media (max-width: 580px) {
	.hero__journey {
		grid-template-columns: 1fr;
	}

	.hero__journey a {
		min-height: 52px;
		padding: 12px 16px;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
		gap: 10px;
	}

	.hero__journey a + a {
		border-top: 1px solid rgba(92, 52, 178, 0.14);
		border-left: 0;
	}

	.site-footer {
		padding-block: 64px;
	}

	.site-footer__grid {
		gap: 24px;
	}

	.site-footer__grid > div:not(:first-child) {
		padding: 24px;
	}
}

/* Functional discovery 0.3 — ultraviolet decision experience. */
:root {
	--uv-950: #24075a;
	--uv-900: #32106f;
	--uv-800: #4614a4;
	--uv-700: #5a20d6;
	--uv-600: #6428e8;
	--uv-500: #7b46f2;
	--uv-300: #b99cff;
	--uv-100: #eee8ff;
	--ivory: #f8f5ee;
	--ivory-bright: #fffdf8;
	--gold-accent: #b8914e;
}

[hidden] {
	display: none !important;
}

:focus-visible {
	outline-color: var(--uv-600);
}

.discovery-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(100, 40, 232, 0.14);
	background:
		radial-gradient(circle at 80% 18%, rgba(185, 156, 255, 0.42), transparent 28rem),
		linear-gradient(145deg, var(--ivory-bright), var(--uv-100));
}

.discovery-hero::before,
.discovery-hero::after {
	position: absolute;
	border: 1px solid rgba(100, 40, 232, 0.14);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.discovery-hero::before {
	top: -290px;
	right: -200px;
	width: 650px;
	height: 650px;
}

.discovery-hero::after {
	top: -210px;
	right: -120px;
	width: 490px;
	height: 490px;
	border-color: rgba(184, 145, 78, 0.28);
}

.discovery-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 600px;
	padding-block: clamp(54px, 7vw, 94px);
	align-items: center;
	gap: clamp(38px, 6vw, 86px);
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
}

.discovery-hero__copy h1 {
	max-width: 720px;
	margin-bottom: 24px;
	font-family: var(--serif);
	font-size: clamp(3.35rem, 5.6vw, 5.7rem);
	font-weight: 400;
	letter-spacing: -0.058em;
	line-height: 0.96;
}

.discovery-hero__copy h1 em {
	color: var(--uv-600);
	font-weight: 400;
}

.discovery-hero__lead {
	max-width: 660px;
	margin-bottom: 28px;
	color: var(--ink-soft);
	font-size: clamp(1.06rem, 1.4vw, 1.2rem);
	line-height: 1.62;
}

.discovery-hero__proof {
	display: grid;
	max-width: 680px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(100, 40, 232, 0.14);
	border-radius: 16px;
	overflow: hidden;
	background: rgba(255, 253, 248, 0.68);
	box-shadow: 0 16px 44px rgba(50, 16, 111, 0.06);
	list-style: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	backdrop-filter: blur(16px);
}

.discovery-hero__proof li {
	display: grid;
	min-height: 92px;
	padding: 16px;
	align-content: center;
	gap: 3px;
}

.discovery-hero__proof li + li {
	border-left: 1px solid rgba(100, 40, 232, 0.12);
}

.discovery-hero__proof strong {
	color: var(--uv-600);
	font-family: var(--serif);
	font-size: 1.7rem;
	line-height: 1;
}

.discovery-hero__proof span {
	color: var(--ink-soft);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.35;
}

.discovery-console {
	position: relative;
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid rgba(185, 156, 255, 0.34);
	border-radius: 30px;
	background:
		radial-gradient(circle at 100% 0, rgba(185, 156, 255, 0.28), transparent 17rem),
		var(--uv-900);
	box-shadow: 0 30px 80px rgba(50, 16, 111, 0.28);
	color: var(--white);
}

.discovery-console::before {
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	content: "";
	pointer-events: none;
}

.discovery-console__heading,
.discovery-search,
.discovery-filters,
.discovery-console__jump {
	position: relative;
	z-index: 1;
}

.discovery-console__step {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 6px 10px;
	border: 1px solid rgba(234, 213, 159, 0.35);
	border-radius: 999px;
	color: #ead59f;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.discovery-console h2 {
	max-width: 560px;
	margin-bottom: 10px;
	font-family: var(--serif);
	font-size: clamp(2rem, 3.4vw, 3rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.discovery-console__heading p {
	margin-bottom: 24px;
	color: #ded2f3;
	font-size: 1rem;
	line-height: 1.58;
}

.discovery-search {
	display: grid;
	gap: 8px;
}

.discovery-search > span:first-child {
	color: #f5f0ff;
	font-size: 0.9375rem;
	font-weight: 800;
}

.discovery-search__field {
	display: flex;
	min-height: 58px;
	padding-inline: 17px;
	align-items: center;
	gap: 12px;
	border: 2px solid transparent;
	border-radius: 14px;
	background: var(--ivory-bright);
	color: var(--ink);
}

.discovery-search__field:focus-within {
	border-color: var(--uv-300);
	box-shadow: 0 0 0 4px rgba(185, 156, 255, 0.18);
}

.discovery-search__field svg {
	width: 22px;
	flex: 0 0 22px;
	fill: none;
	stroke: var(--uv-600);
	stroke-linecap: round;
	stroke-width: 2;
}

.discovery-search input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--ink);
	font-size: 1rem;
}

.discovery-search input::placeholder {
	color: #6f667a;
	opacity: 1;
}

.discovery-filters {
	display: flex;
	margin-block: 18px 22px;
	flex-wrap: wrap;
	gap: 9px;
}

.discovery-filters button {
	min-height: 42px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #f7f3ff;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 800;
}

.discovery-filters button:hover,
.discovery-filters button:focus-visible,
.discovery-filters button.is-active {
	border-color: var(--uv-300);
	background: var(--uv-600);
	color: var(--white);
}

.discovery-console__jump {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #f4e7be;
	font-size: 0.9375rem;
	font-weight: 800;
	text-decoration: none;
}

.discovery-console__jump span {
	font-size: 1.2rem;
}

.functional-strip {
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	background: var(--uv-950);
	color: var(--white);
}

.functional-strip__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.functional-strip p {
	margin: 0;
	padding: 17px 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
	color: #e3d9f5;
	font-size: 0.875rem;
	line-height: 1.45;
}

.functional-strip p:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.functional-strip span {
	display: block;
	margin-bottom: 3px;
	color: #ead59f;
	font-weight: 800;
}

.pilot-results,
.functional-compare,
.sources {
	padding-block: clamp(70px, 8vw, 112px);
}

.functional-heading {
	margin-bottom: 36px;
}

.functional-heading--split {
	display: grid;
	align-items: end;
	gap: 40px;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.functional-heading h2,
.method-functional h2,
.affiliate-disclosure h2 {
	max-width: 820px;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(2.45rem, 4.7vw, 4.8rem);
	font-weight: 400;
	letter-spacing: -0.052em;
	line-height: 1;
}

.functional-heading > p,
.functional-heading > div:last-child > p,
.method-functional__grid > div > p {
	margin-bottom: 0;
	color: var(--ink-soft);
	font-size: 1rem;
	line-height: 1.62;
}

.results-status {
	margin-top: 12px !important;
	color: var(--uv-600) !important;
	font-weight: 800;
}

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

.profile-card {
	position: relative;
	display: flex;
	min-width: 0;
	padding: 24px;
	flex-direction: column;
	border: 1px solid rgba(100, 40, 232, 0.16);
	border-radius: 24px;
	background: rgba(255, 253, 248, 0.88);
	box-shadow: 0 18px 50px rgba(50, 16, 111, 0.09);
	overflow: hidden;
}

.profile-card::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--uv-600), var(--uv-300), var(--gold-accent));
	content: "";
}

.profile-card__signal {
	position: relative;
	width: 100%;
	height: 122px;
	margin-bottom: 22px;
	border: 1px solid rgba(100, 40, 232, 0.14);
	border-radius: 18px;
	overflow: hidden;
	background:
		radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.82), transparent 26%),
		linear-gradient(135deg, var(--uv-100), var(--uv-300));
}

.profile-card__signal i {
	position: absolute;
	border: 1px solid rgba(100, 40, 232, 0.42);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
}

.profile-card__signal i:nth-child(1) { top: 15px; left: 13%; width: 82px; height: 82px; }
.profile-card__signal i:nth-child(2) { top: 29px; left: 42%; width: 58px; height: 58px; border-color: rgba(184, 145, 78, 0.58); }
.profile-card__signal i:nth-child(3) { top: -20px; right: 4%; width: 134px; height: 134px; }
.profile-card__signal--spice { background: linear-gradient(135deg, var(--uv-100), #c8b3ff 56%, var(--uv-500)); }
.profile-card__signal--amber { background: linear-gradient(135deg, #f4ecff, var(--uv-300) 48%, var(--uv-700)); }

.profile-card__topline {
	display: flex;
	margin-bottom: 9px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.profile-card__topline span {
	color: var(--uv-600);
	font-size: 0.875rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.profile-card__topline small {
	color: #665d70;
	font-size: 0.875rem;
	font-weight: 700;
}

.profile-card h3 {
	margin-bottom: 12px;
	font-family: var(--serif);
	font-size: clamp(1.75rem, 2.6vw, 2.35rem);
	font-weight: 400;
	letter-spacing: -0.042em;
	line-height: 1.05;
}

.profile-card__summary {
	margin-bottom: 18px;
	color: var(--ink-soft);
	font-size: 1rem;
	line-height: 1.58;
}

.profile-tags {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 7px;
}

.profile-tags span,
.perfume-dossier__facts span {
	display: inline-flex;
	min-height: 30px;
	padding: 5px 9px;
	align-items: center;
	border: 1px solid rgba(100, 40, 232, 0.18);
	border-radius: 999px;
	background: var(--uv-100);
	color: var(--uv-900);
	font-size: 0.875rem;
	font-weight: 800;
}

.accord-map {
	margin-bottom: 22px;
	border-block: 1px solid rgba(100, 40, 232, 0.12);
}

.accord-map p {
	display: grid;
	margin: 0;
	padding-block: 10px;
	gap: 10px;
	grid-template-columns: 88px 1fr;
}

.accord-map p + p {
	border-top: 1px solid rgba(100, 40, 232, 0.1);
}

.accord-map strong {
	color: var(--uv-600);
	font-size: 0.875rem;
	text-transform: uppercase;
}

.accord-map span {
	color: var(--ink-soft);
	font-size: 0.9375rem;
}

.profile-card__link {
	display: flex;
	margin-top: auto;
	padding-top: 4px;
	align-items: center;
	justify-content: space-between;
	color: var(--uv-700);
	font-size: 0.9375rem;
	font-weight: 900;
	text-decoration: none;
}

.profile-card__link:hover,
.profile-card__link:focus-visible {
	color: var(--uv-900);
}

.discovery-empty {
	margin-top: 24px;
	padding: 20px;
	border: 1px solid rgba(100, 40, 232, 0.18);
	border-radius: 16px;
	background: var(--uv-100);
	color: var(--uv-900);
	font-weight: 700;
}

.dossiers {
	padding-block: clamp(76px, 9vw, 124px);
	background:
		radial-gradient(circle at 10% 8%, rgba(123, 70, 242, 0.3), transparent 31rem),
		var(--uv-950);
	color: var(--white);
}

.dossiers .functional-heading > p,
.dossiers .functional-heading > div:last-child > p {
	color: #d9cfee;
}

.perfume-dossier {
	padding: clamp(26px, 4vw, 48px);
	border: 1px solid rgba(185, 156, 255, 0.25);
	border-radius: 28px;
	background: var(--ivory-bright);
	box-shadow: 0 24px 74px rgba(12, 3, 34, 0.28);
	color: var(--ink);
	scroll-margin-top: 100px;
}

.perfume-dossier + .perfume-dossier {
	margin-top: 28px;
}

.perfume-dossier__header {
	display: grid;
	margin-bottom: 30px;
	padding-bottom: 28px;
	align-items: end;
	gap: 32px;
	border-bottom: 1px solid rgba(100, 40, 232, 0.14);
	grid-template-columns: minmax(0, 1fr) minmax(270px, 0.7fr);
}

.perfume-dossier__brand {
	margin-bottom: 7px;
	color: var(--uv-600);
	font-size: 0.875rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.perfume-dossier__header h3 {
	margin-bottom: 10px;
	font-family: var(--serif);
	font-size: clamp(2.3rem, 4vw, 4rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.98;
}

.perfume-dossier__header > div:first-child > p:last-child {
	max-width: 700px;
	margin: 0;
	color: var(--ink-soft);
	font-size: 1rem;
}

.perfume-dossier__facts {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px;
}

.dossier-grid {
	display: grid;
	margin-bottom: 22px;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.olfactory-board,
.performance-board {
	padding: 24px;
	border: 1px solid rgba(100, 40, 232, 0.14);
	border-radius: 20px;
	background: linear-gradient(145deg, var(--ivory-bright), var(--uv-100));
}

.block-title {
	display: flex;
	margin-bottom: 19px;
	align-items: center;
	gap: 12px;
}

.block-title > span {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	border-radius: 50%;
	background: var(--uv-600);
	color: var(--white);
	font-family: var(--serif);
	font-weight: 700;
	place-items: center;
}

.block-title h4 {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.2;
}

.block-title p {
	margin: 3px 0 0;
	color: #6d6377;
	font-size: 0.875rem;
}

.note-pyramid--compact {
	display: grid;
	gap: 8px;
}

.note-pyramid--compact > div {
	display: grid;
	min-height: 52px;
	padding: 10px 13px;
	align-items: center;
	gap: 14px;
	border: 1px solid rgba(100, 40, 232, 0.11);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.68);
	grid-template-columns: 76px 1fr;
}

.note-pyramid--compact strong {
	color: var(--uv-700);
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.note-pyramid--compact span {
	font-size: 0.9375rem;
	font-weight: 700;
}

.source-boundary {
	margin: 15px 0 0;
	padding-left: 12px;
	border-left: 3px solid var(--gold-accent);
	color: #5f5668;
	font-size: 0.875rem;
	line-height: 1.5;
}

.performance-status {
	margin-bottom: 15px;
	padding: 16px;
	border-radius: 14px;
	background: var(--uv-900);
	color: var(--white);
}

.performance-status strong {
	display: block;
	margin-bottom: 5px;
	color: #ead59f;
	font-size: 0.9375rem;
}

.performance-status p {
	margin: 0;
	color: #e3d9f5;
	font-size: 0.875rem;
	line-height: 1.5;
}

.metric-list {
	margin: 0;
	padding: 0;
	border-block: 1px solid rgba(100, 40, 232, 0.12);
	list-style: none;
}

.metric-list li {
	display: flex;
	padding-block: 9px;
	justify-content: space-between;
	gap: 14px;
	font-size: 0.875rem;
}

.metric-list li + li {
	border-top: 1px solid rgba(100, 40, 232, 0.1);
}

.metric-list strong {
	color: var(--uv-700);
}

.decision-board {
	display: grid;
	margin-bottom: 22px;
	border: 1px solid rgba(100, 40, 232, 0.14);
	border-radius: 18px;
	overflow: hidden;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.decision-board > div {
	padding: 20px;
}

.decision-board > div + div {
	border-left: 1px solid rgba(100, 40, 232, 0.12);
}

.decision-board span {
	display: block;
	margin-bottom: 8px;
	color: var(--uv-600);
	font-size: 0.875rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.decision-board p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.9375rem;
	line-height: 1.55;
}

.dossier-source {
	padding: 14px 16px;
	border-left: 3px solid var(--gold-accent);
	background: var(--uv-100);
	color: #574e61;
	font-size: 0.875rem;
	line-height: 1.55;
}

.dossier-source a {
	color: var(--uv-700);
	font-weight: 800;
}

.compare-table-wrap {
	overflow-x: auto;
	border: 1px solid rgba(100, 40, 232, 0.16);
	border-radius: 22px;
	background: var(--ivory-bright);
	box-shadow: 0 18px 50px rgba(50, 16, 111, 0.08);
}

.compare-table {
	width: 100%;
	min-width: 800px;
	border-collapse: collapse;
	font-size: 0.9375rem;
}

.compare-table th,
.compare-table td {
	padding: 17px 18px;
	border-right: 1px solid rgba(100, 40, 232, 0.1);
	border-bottom: 1px solid rgba(100, 40, 232, 0.1);
	text-align: left;
	vertical-align: top;
}

.compare-table thead th {
	background: var(--uv-900);
	color: var(--white);
	font-size: 0.875rem;
}

.compare-table tbody th {
	color: var(--uv-700);
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.compare-table tbody tr:nth-child(even) {
	background: var(--uv-100);
}

.method-functional {
	padding-block: clamp(74px, 9vw, 120px);
	background:
		radial-gradient(circle at 82% 18%, rgba(185, 156, 255, 0.26), transparent 27rem),
		var(--uv-900);
	color: var(--white);
}

.method-functional__grid {
	display: grid;
	align-items: start;
	gap: clamp(42px, 7vw, 92px);
	grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
}

.method-functional__grid > div > p {
	margin-top: 22px;
	color: #ded3f1;
}

.method-steps {
	margin: 0;
	padding: 0;
	border: 1px solid rgba(185, 156, 255, 0.24);
	border-radius: 22px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.06);
	list-style: none;
}

.method-steps li {
	display: grid;
	padding: 18px 20px;
	align-items: start;
	gap: 15px;
	grid-template-columns: 42px 1fr;
}

.method-steps li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.method-steps > li > span {
	color: #ead59f;
	font-family: var(--serif);
	font-size: 1.1rem;
	font-weight: 700;
}

.method-steps strong {
	display: block;
	margin-bottom: 3px;
	color: var(--white);
}

.method-steps p {
	margin: 0;
	color: #d9cfeb;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.method-steps code,
.source-grid code {
	padding: 2px 5px;
	border-radius: 5px;
	background: rgba(185, 156, 255, 0.18);
	color: inherit;
}

.source-grid {
	display: grid;
	border: 1px solid rgba(100, 40, 232, 0.15);
	border-radius: 22px;
	overflow: hidden;
	background: var(--ivory-bright);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.source-grid > div {
	padding: 24px;
}

.source-grid > div:nth-child(even) {
	border-left: 1px solid rgba(100, 40, 232, 0.12);
}

.source-grid > div:nth-child(n + 3) {
	border-top: 1px solid rgba(100, 40, 232, 0.12);
}

.source-grid strong {
	display: block;
	margin-bottom: 8px;
	color: var(--uv-700);
}

.source-grid p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.9375rem;
	line-height: 1.58;
}

.source-grid a {
	color: var(--uv-700);
	font-weight: 800;
}

.affiliate-disclosure {
	display: grid;
	margin-bottom: clamp(74px, 9vw, 120px);
	padding: clamp(28px, 4vw, 48px);
	align-items: start;
	gap: 22px;
	border: 1px solid rgba(100, 40, 232, 0.17);
	border-radius: 26px;
	background: linear-gradient(135deg, var(--uv-100), var(--ivory-bright));
	grid-template-columns: auto 1fr;
}

.affiliate-disclosure > span {
	display: grid;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--uv-600);
	color: var(--white);
	font-size: 1.5rem;
	place-items: center;
}

.affiliate-disclosure h2 {
	font-size: clamp(2rem, 3.6vw, 3.6rem);
}

.affiliate-disclosure div > p:last-child {
	max-width: 860px;
	margin: 15px 0 0;
	color: var(--ink-soft);
}

.site-footer {
	border-top: 1px solid rgba(185, 156, 255, 0.18);
}

@media (max-width: 1040px) {
	.discovery-hero__grid {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.discovery-hero__copy {
		max-width: 820px;
	}

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

	.profile-card:last-child {
		grid-column: 1 / -1;
	}

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

	.decision-board > div:nth-child(3) {
		border-top: 1px solid rgba(100, 40, 232, 0.12);
		border-left: 0;
	}

	.decision-board > div:nth-child(4) {
		border-top: 1px solid rgba(100, 40, 232, 0.12);
	}
}

@media (max-width: 820px) {
	.functional-strip__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.functional-strip p:nth-child(3) {
		border-left: 1px solid rgba(255, 255, 255, 0.14);
	}

	.functional-strip p:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.functional-heading--split,
	.perfume-dossier__header,
	.method-functional__grid {
		grid-template-columns: 1fr;
	}

	.perfume-dossier__facts {
		justify-content: flex-start;
	}

	.dossier-grid {
		grid-template-columns: 1fr;
	}

	.method-functional__grid {
		gap: 32px;
	}
}

@media (max-width: 620px) {
	.discovery-hero::before {
		top: -210px;
		right: -240px;
		width: 480px;
		height: 480px;
	}

	.discovery-hero::after {
		top: -155px;
		right: -165px;
		width: 350px;
		height: 350px;
	}

	.discovery-hero__grid {
		padding-block: 36px 44px;
		gap: 24px;
	}

	.discovery-hero__copy h1 {
		max-width: 520px;
		font-size: clamp(2.65rem, 12.4vw, 3.4rem);
		line-height: 0.98;
	}

	.discovery-hero__lead {
		margin-bottom: 0;
		font-size: 1.0625rem;
	}

	.discovery-hero__proof {
		display: none;
	}

	.discovery-hero__proof li {
		min-height: 66px;
		padding: 12px 15px;
		grid-template-columns: 38px 1fr;
		align-items: center;
		gap: 10px;
	}

	.discovery-hero__proof li + li {
		border-top: 1px solid rgba(100, 40, 232, 0.12);
		border-left: 0;
	}

	.discovery-hero__proof strong {
		font-size: 1.5rem;
	}

	.discovery-console {
		padding: 24px 20px;
		border-radius: 22px;
	}

	.discovery-console h2 {
		margin-bottom: 16px;
		font-size: 1.85rem;
	}

	.discovery-console__heading p {
		display: none;
	}

	.discovery-console__step {
		margin-bottom: 10px;
	}

	.discovery-search__field {
		min-height: 56px;
	}

	.discovery-filters {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.discovery-filters button {
		min-height: 48px;
		padding-inline: 10px;
	}

	.functional-strip__inner,
	.profile-grid,
	.decision-board,
	.source-grid {
		grid-template-columns: 1fr;
	}

	.functional-strip p,
	.functional-strip p:first-child,
	.functional-strip p:nth-child(3) {
		border-right: 1px solid rgba(255, 255, 255, 0.14);
		border-left: 1px solid rgba(255, 255, 255, 0.14);
	}

	.functional-strip p + p {
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.functional-heading--split {
		gap: 20px;
	}

	.functional-heading h2,
	.method-functional h2 {
		font-size: clamp(2.35rem, 10.5vw, 3.25rem);
	}

	.profile-card,
	.profile-card:last-child {
		grid-column: auto;
	}

	.profile-card {
		padding: 20px;
	}

	.profile-card__summary,
	.functional-heading > p,
	.functional-heading > div:last-child > p,
	.perfume-dossier__header > div:first-child > p:last-child,
	.decision-board p,
	.source-grid p,
	.affiliate-disclosure div > p:last-child {
		font-size: 1rem;
	}

	.perfume-dossier {
		padding: 22px 18px;
		border-radius: 22px;
	}

	.perfume-dossier__header {
		gap: 20px;
	}

	.perfume-dossier__header h3 {
		font-size: 2.45rem;
	}

	.olfactory-board,
	.performance-board {
		padding: 18px;
	}

	.note-pyramid--compact > div {
		grid-template-columns: 68px 1fr;
	}

	.decision-board > div,
	.decision-board > div:nth-child(2),
	.decision-board > div:nth-child(3),
	.decision-board > div:nth-child(4) {
		border-top: 1px solid rgba(100, 40, 232, 0.12);
		border-left: 0;
	}

	.decision-board > div:first-child {
		border-top: 0;
	}

	.source-grid > div,
	.source-grid > div:nth-child(even),
	.source-grid > div:nth-child(n + 3) {
		border-top: 1px solid rgba(100, 40, 232, 0.12);
		border-left: 0;
	}

	.source-grid > div:first-child {
		border-top: 0;
	}

	.affiliate-disclosure {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.discovery-filters button,
	.profile-card__link {
		transition: none;
	}
}

/* Essential editorial paths 0.4. */
.editorial-paths {
	padding-block: clamp(4rem, 8vw, 7rem);
}

.editorial-paths__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 2rem;
	border: 1px solid var(--line);
	border-radius: 1.5rem;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.62);
	box-shadow: 0 1.25rem 3.5rem rgba(63, 26, 135, 0.08);
}

.editorial-paths__grid > a {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1rem;
	align-items: center;
	min-height: 9.5rem;
	padding: clamp(1.35rem, 3vw, 2rem);
	color: var(--ink);
	text-decoration: none;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.editorial-paths__grid > a:nth-child(even) {
	border-right: 0;
}

.editorial-paths__grid > a:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.editorial-paths__grid > a:hover,
.editorial-paths__grid > a:focus-visible {
	background: var(--plum-deep);
	color: var(--paper-light);
}

.editorial-paths__grid > a > span {
	font-family: var(--serif);
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--plum);
}

.editorial-paths__grid > a:hover > span,
.editorial-paths__grid > a:focus-visible > span {
	color: var(--gold);
}

.editorial-paths__grid strong {
	display: block;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.editorial-paths__grid p {
	margin: 0.45rem 0 0;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--muted);
}

.editorial-paths__grid > a:hover p,
.editorial-paths__grid > a:focus-visible p {
	color: rgba(255, 253, 247, 0.82);
}

.editorial-paths__grid b {
	font-size: 1.4rem;
}

@media (max-width: 760px) {
	.editorial-paths__grid {
		grid-template-columns: 1fr;
	}

	.editorial-paths__grid > a,
	.editorial-paths__grid > a:nth-child(even),
	.editorial-paths__grid > a:nth-last-child(-n + 2) {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.editorial-paths__grid > a:last-child {
		border-bottom: 0;
	}
}

/* Essential editorial guides 0.4. */
.guide-page {
	background: var(--ivory);
}

.guide-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(100, 40, 232, 0.14);
	background:
		radial-gradient(circle at 84% 20%, rgba(185, 156, 255, 0.46), transparent 28rem),
		linear-gradient(145deg, var(--ivory-bright), var(--uv-100));
}

.guide-hero::after {
	position: absolute;
	top: -270px;
	right: -150px;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(184, 145, 78, 0.3);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.guide-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 540px;
	padding-block: clamp(64px, 8vw, 106px);
	align-items: center;
	gap: clamp(38px, 7vw, 88px);
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.guide-hero--compact .section-shell {
	position: relative;
	z-index: 1;
	padding-block: clamp(72px, 9vw, 126px);
}

.guide-hero h1 {
	max-width: 940px;
	margin-bottom: 24px;
	font-family: var(--serif);
	font-size: clamp(3.2rem, 6vw, 6rem);
	font-weight: 400;
	letter-spacing: -0.058em;
	line-height: 0.96;
}

.guide-hero__lead {
	max-width: 760px;
	margin: 0;
	color: var(--ink-soft);
	font-size: clamp(1.05rem, 1.45vw, 1.22rem);
	line-height: 1.62;
}

.guide-index {
	display: grid;
	border: 1px solid rgba(100, 40, 232, 0.18);
	border-radius: 22px;
	overflow: hidden;
	background: rgba(255, 253, 248, 0.82);
	box-shadow: 0 22px 62px rgba(50, 16, 111, 0.12);
	backdrop-filter: blur(16px);
}

.guide-index a {
	display: flex;
	min-height: 60px;
	padding: 14px 17px;
	align-items: center;
	gap: 13px;
	color: var(--ink);
	font-size: 0.9375rem;
	font-weight: 800;
	text-decoration: none;
}

.guide-index a + a {
	border-top: 1px solid rgba(100, 40, 232, 0.12);
}

.guide-index a:hover,
.guide-index a:focus-visible {
	background: var(--uv-100);
	color: var(--uv-800);
}

.guide-index span {
	color: var(--uv-600);
	font-family: var(--serif);
	font-size: 1.05rem;
}

.guide-section {
	padding-block: clamp(68px, 8vw, 112px);
	scroll-margin-top: 90px;
}

.guide-section--violet {
	width: 100%;
	background:
		radial-gradient(circle at 84% 12%, rgba(185, 156, 255, 0.28), transparent 27rem),
		var(--uv-900);
	color: var(--white);
}

.guide-section--soft {
	width: 100%;
	background: linear-gradient(145deg, var(--uv-100), var(--ivory-bright));
}

.guide-section__heading {
	display: flex;
	margin-bottom: clamp(28px, 4vw, 44px);
	align-items: flex-start;
	gap: 18px;
}

.guide-section__heading > span {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	border-radius: 50%;
	background: var(--uv-600);
	color: var(--white);
	font-family: var(--serif);
	font-size: 1.05rem;
	font-weight: 700;
	place-items: center;
}

.guide-section--violet .guide-section__heading > span {
	background: var(--uv-500);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.guide-section__heading .eyebrow {
	margin-bottom: 10px;
}

.guide-section h2,
.guide-footer h2 {
	max-width: 880px;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(2.35rem, 4.8vw, 4.75rem);
	font-weight: 400;
	letter-spacing: -0.052em;
	line-height: 1;
}

.guide-columns {
	display: grid;
	align-items: start;
	gap: clamp(30px, 6vw, 80px);
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.guide-columns h2 {
	margin-bottom: 20px;
}

.guide-columns > div > p:not(.eyebrow) {
	color: var(--ink-soft);
	font-size: 1rem;
	line-height: 1.65;
}

.guide-section--violet .guide-columns > div > p:not(.eyebrow) {
	color: #ddd3ef;
}

.guide-checklist,
.publication-gates {
	margin: 0;
	padding: 0;
	border: 1px solid rgba(100, 40, 232, 0.14);
	border-radius: 18px;
	overflow: hidden;
	background: var(--ivory-bright);
	list-style: none;
}

.guide-checklist li,
.publication-gates li {
	position: relative;
	padding: 15px 18px 15px 48px;
	color: var(--ink-soft);
	font-size: 1rem;
	line-height: 1.5;
}

.guide-checklist li + li,
.publication-gates li + li {
	border-top: 1px solid rgba(100, 40, 232, 0.1);
}

.guide-checklist li::before,
.publication-gates li::before {
	position: absolute;
	top: 18px;
	left: 19px;
	display: grid;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--uv-600);
	color: var(--white);
	content: "✓";
	font-size: 0.7rem;
	font-weight: 900;
	place-items: center;
}

.guide-callout {
	padding: 28px;
	border: 1px solid rgba(100, 40, 232, 0.18);
	border-radius: 22px;
	background: linear-gradient(145deg, var(--ivory-bright), var(--uv-100));
	box-shadow: 0 18px 50px rgba(50, 16, 111, 0.08);
}

.guide-callout--dark {
	border-color: rgba(185, 156, 255, 0.28);
	background: rgba(255, 255, 255, 0.07);
	box-shadow: none;
}

.guide-callout strong {
	display: block;
	margin-bottom: 10px;
	color: var(--uv-700);
	font-family: var(--serif);
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.1;
}

.guide-callout--dark strong {
	color: #ead59f;
}

.guide-callout p {
	margin-bottom: 18px;
	color: var(--ink-soft);
	font-size: 1rem;
	line-height: 1.6;
}

.guide-callout--dark p {
	color: #ddd3ef;
}

.guide-callout a,
.guide-next a {
	color: var(--uv-700);
	font-size: 0.9375rem;
	font-weight: 900;
}

.guide-callout--dark a {
	color: #ead59f;
}

.context-cards,
.guide-facts,
.protocol-grid {
	display: grid;
	border: 1px solid rgba(185, 156, 255, 0.22);
	border-radius: 22px;
	overflow: hidden;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.context-cards article,
.guide-facts > div,
.protocol-grid > div {
	padding: 22px;
}

.context-cards article + article,
.guide-facts > div + div,
.protocol-grid > div + div {
	border-left: 1px solid rgba(185, 156, 255, 0.18);
}

.context-cards h3,
.guide-facts strong,
.protocol-grid strong {
	display: block;
	margin-bottom: 9px;
	color: #ead59f;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.context-cards p,
.protocol-grid p {
	margin: 0;
	color: #ddd3ef;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.guide-facts {
	border-color: rgba(100, 40, 232, 0.15);
	background: var(--ivory-bright);
}

.guide-facts > div + div {
	border-left-color: rgba(100, 40, 232, 0.12);
}

.guide-facts strong {
	color: var(--uv-700);
}

.guide-facts p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.9375rem;
	line-height: 1.55;
}

.guide-next {
	margin: 20px 0 0;
}

.test-protocol,
.method-steps {
	margin: 0;
	padding: 0;
	border: 1px solid rgba(100, 40, 232, 0.15);
	border-radius: 22px;
	overflow: hidden;
	background: var(--ivory-bright);
	list-style: none;
}

.test-protocol li {
	display: grid;
	padding: 18px 22px;
	align-items: start;
	gap: 15px;
	grid-template-columns: 38px 1fr;
}

.test-protocol li + li {
	border-top: 1px solid rgba(100, 40, 232, 0.1);
}

.test-protocol > li > span {
	display: grid;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--uv-600);
	color: var(--white);
	font-family: var(--serif);
	font-weight: 700;
	place-items: center;
}

.test-protocol strong {
	display: block;
	margin-bottom: 4px;
	color: var(--uv-800);
}

.test-protocol p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.9375rem;
	line-height: 1.5;
}

.decision-list {
	display: grid;
	border: 1px solid rgba(100, 40, 232, 0.15);
	border-radius: 22px;
	overflow: hidden;
	background: var(--ivory-bright);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.decision-list > div {
	padding: 24px;
}

.decision-list > div:nth-child(even) {
	border-left: 1px solid rgba(100, 40, 232, 0.12);
}

.decision-list > div:nth-child(n + 3) {
	border-top: 1px solid rgba(100, 40, 232, 0.12);
}

.decision-list strong {
	display: block;
	margin-bottom: 7px;
	color: var(--uv-700);
}

.decision-list p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.9375rem;
	line-height: 1.55;
}

.guide-footer {
	display: flex;
	margin-bottom: clamp(72px, 9vw, 120px);
	padding: clamp(28px, 4vw, 48px);
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	border: 1px solid rgba(100, 40, 232, 0.17);
	border-radius: 26px;
	background: linear-gradient(135deg, var(--uv-100), var(--ivory-bright));
}

.guide-footer h2 {
	font-size: clamp(2rem, 3.8vw, 3.7rem);
}

.guide-footer div > p:last-child {
	margin: 13px 0 0;
	color: var(--ink-soft);
}

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

.family-grid article {
	position: relative;
	padding: 24px;
	border: 1px solid rgba(100, 40, 232, 0.15);
	border-radius: 20px;
	background: var(--ivory-bright);
	box-shadow: 0 14px 40px rgba(50, 16, 111, 0.07);
}

.family-grid article > span {
	color: var(--gold-accent);
	font-family: var(--serif);
	font-size: 1rem;
	font-weight: 700;
}

.family-grid h3 {
	margin: 10px 0 9px;
	color: var(--uv-800);
	font-family: var(--serif);
	font-size: 1.75rem;
	font-weight: 400;
}

.family-grid p {
	margin-bottom: 16px;
	color: var(--ink-soft);
	font-size: 0.9375rem;
	line-height: 1.58;
}

.family-grid small {
	color: var(--uv-700);
	font-size: 0.875rem;
	font-weight: 800;
}

.formula-examples {
	display: grid;
	border: 1px solid rgba(185, 156, 255, 0.22);
	border-radius: 20px;
	overflow: hidden;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.formula-examples p {
	margin: 0;
	padding: 22px;
	color: #ddd3ef;
	font-size: 1rem;
	line-height: 1.55;
}

.formula-examples p + p {
	border-left: 1px solid rgba(185, 156, 255, 0.18);
}

.formula-examples strong {
	color: #ead59f;
}

.concentration-table-wrap {
	overflow-x: auto;
	border: 1px solid rgba(100, 40, 232, 0.15);
	border-radius: 22px;
	background: var(--ivory-bright);
	box-shadow: 0 18px 50px rgba(50, 16, 111, 0.08);
}

.concentration-table {
	width: 100%;
	min-width: 780px;
	border-collapse: collapse;
}

.concentration-table th,
.concentration-table td {
	padding: 18px;
	border-right: 1px solid rgba(100, 40, 232, 0.1);
	border-bottom: 1px solid rgba(100, 40, 232, 0.1);
	text-align: left;
	vertical-align: top;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.concentration-table thead th {
	background: var(--uv-900);
	color: var(--white);
}

.concentration-table tbody th {
	color: var(--uv-700);
}

.concentration-table tbody tr:nth-child(even) {
	background: var(--uv-100);
}

.evidence-ladder {
	display: grid;
	border: 1px solid rgba(100, 40, 232, 0.15);
	border-radius: 22px;
	overflow: hidden;
	background: var(--ivory-bright);
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.evidence-ladder article {
	padding: 22px;
}

.evidence-ladder article + article {
	border-left: 1px solid rgba(100, 40, 232, 0.12);
}

.evidence-ladder span {
	display: grid;
	width: 34px;
	height: 34px;
	margin-bottom: 14px;
	border-radius: 50%;
	background: var(--uv-600);
	color: var(--white);
	font-family: var(--serif);
	place-items: center;
}

.evidence-ladder h3 {
	margin-bottom: 8px;
	color: var(--uv-800);
	font-size: 1rem;
}

.evidence-ladder p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.875rem;
	line-height: 1.55;
}

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

.protocol-grid > div:nth-child(4) {
	border-left: 0;
}

.protocol-grid > div:nth-child(n + 4) {
	border-top: 1px solid rgba(185, 156, 255, 0.18);
}

.affiliate-flow {
	display: grid;
	border: 1px solid rgba(100, 40, 232, 0.15);
	border-radius: 22px;
	overflow: hidden;
	background: var(--ivory-bright);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.affiliate-flow > div {
	position: relative;
	padding: 24px;
}

.affiliate-flow > div + div {
	border-left: 1px solid rgba(100, 40, 232, 0.12);
}

.affiliate-flow span {
	display: block;
	margin-bottom: 14px;
	color: var(--gold-accent);
	font-family: var(--serif);
	font-size: 1.1rem;
	font-weight: 700;
}

.affiliate-flow strong {
	display: block;
	margin-bottom: 8px;
	color: var(--uv-800);
}

.affiliate-flow p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.9375rem;
	line-height: 1.55;
}

.guide-page code {
	padding: 2px 5px;
	border-radius: 5px;
	background: var(--uv-100);
	color: var(--uv-800);
	font-size: 0.9em;
}

@media (max-width: 1040px) {
	.guide-hero__grid {
		grid-template-columns: 1fr;
	}

	.guide-index {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.guide-index a {
		min-height: 84px;
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.guide-index a + a {
		border-top: 0;
		border-left: 1px solid rgba(100, 40, 232, 0.12);
	}

	.context-cards,
	.guide-facts,
	.affiliate-flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.context-cards article:nth-child(3),
	.guide-facts > div:nth-child(3),
	.affiliate-flow > div:nth-child(3) {
		border-top: 1px solid rgba(185, 156, 255, 0.18);
		border-left: 0;
	}

	.context-cards article:nth-child(4),
	.guide-facts > div:nth-child(4),
	.affiliate-flow > div:nth-child(4) {
		border-top: 1px solid rgba(185, 156, 255, 0.18);
	}

	.guide-facts > div:nth-child(3),
	.guide-facts > div:nth-child(4),
	.affiliate-flow > div:nth-child(3),
	.affiliate-flow > div:nth-child(4) {
		border-top-color: rgba(100, 40, 232, 0.12);
	}

	.evidence-ladder {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.evidence-ladder article:nth-child(4) {
		border-left: 0;
	}

	.evidence-ladder article:nth-child(n + 4) {
		border-top: 1px solid rgba(100, 40, 232, 0.12);
	}
}

@media (max-width: 760px) {
	.guide-hero__grid,
	.guide-hero--compact .section-shell {
		min-height: 0;
		padding-block: 48px 56px;
	}

	.guide-hero h1 {
		font-size: clamp(2.65rem, 12vw, 3.7rem);
	}

	.guide-hero__lead {
		font-size: 1.0625rem;
	}

	.guide-index {
		grid-template-columns: 1fr;
	}

	.guide-index a {
		min-height: 54px;
		align-items: center;
		flex-direction: row;
		gap: 11px;
	}

	.guide-index a + a {
		border-top: 1px solid rgba(100, 40, 232, 0.12);
		border-left: 0;
	}

	.guide-section__heading {
		gap: 12px;
	}

	.guide-section__heading > span {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
	}

	.guide-section h2,
	.guide-footer h2 {
		font-size: clamp(2.3rem, 10.8vw, 3.3rem);
	}

	.guide-columns,
	.context-cards,
	.guide-facts,
	.decision-list,
	.family-grid,
	.formula-examples,
	.evidence-ladder,
	.protocol-grid,
	.affiliate-flow {
		grid-template-columns: 1fr;
	}

	.context-cards article,
	.context-cards article:nth-child(3),
	.context-cards article:nth-child(4),
	.guide-facts > div,
	.guide-facts > div:nth-child(3),
	.guide-facts > div:nth-child(4),
	.decision-list > div,
	.decision-list > div:nth-child(even),
	.decision-list > div:nth-child(n + 3),
	.formula-examples p,
	.formula-examples p + p,
	.evidence-ladder article,
	.evidence-ladder article:nth-child(4),
	.evidence-ladder article:nth-child(n + 4),
	.protocol-grid > div,
	.protocol-grid > div:nth-child(4),
	.protocol-grid > div:nth-child(n + 4),
	.affiliate-flow > div,
	.affiliate-flow > div:nth-child(3),
	.affiliate-flow > div:nth-child(4) {
		border-top: 1px solid rgba(100, 40, 232, 0.12);
		border-left: 0;
	}

	.context-cards article:first-child,
	.guide-facts > div:first-child,
	.decision-list > div:first-child,
	.formula-examples p:first-child,
	.evidence-ladder article:first-child,
	.protocol-grid > div:first-child,
	.affiliate-flow > div:first-child {
		border-top: 0;
	}

	.guide-section--violet .context-cards article,
	.guide-section--violet .formula-examples p,
	.guide-section--violet .protocol-grid > div {
		border-top-color: rgba(185, 156, 255, 0.18);
	}

	.guide-footer {
		align-items: stretch;
		flex-direction: column;
	}

	.guide-footer .button {
		width: 100%;
	}
}
