@font-face {
	font-family: "Montserrat";
	src: url("../fonts/montserrat-latin-ext-v31-variable.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/montserrat-latin-v31-variable.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Abril Fatface";
	src: url("../fonts/abril-fatface-latin.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

:root {
	--font-body: "Montserrat", Arial, sans-serif;
	--font-editorial: "Abril Fatface", Georgia, serif;
	--ink: #0d0e13;
	--coal: #17181e;
	--graphite: #292a32;
	--paper: #f1f0f3;
	--paper-deep: #e8e7eb;
	--white: #ffffff;
	--text: #24252c;
	--muted: #64656f;
	--muted-light: #b8bac4;
	--line: #d7d6dc;
	--line-dark: #353640;
	--violet: #6c269c;
	--violet-deep: #4b126f;
	--violet-mid: #7c2eaa;
	--violet-soft: #eee6f4;
	--lavender: #d3b5ec;
	--gradient: linear-gradient(125deg, #3c1057 0%, #5c1d83 48%, #782d8c 100%);
	--container: min(1200px, calc(100vw - 64px));
	--container-wide: min(1340px, calc(100vw - 64px));
	--section-space: clamp(76px, 8vw, 112px);
	--header-height: 80px;
	--radius-sm: 12px;
	--radius-md: 20px;
	--radius-lg: 30px;
	--shadow-soft: 0 22px 60px rgba(20, 17, 25, 0.09);
	--ease: cubic-bezier(0.22, 0.7, 0.25, 1);
}

/* Brand book revision — July 2026 */
:root {
	--ink: #080a0d;
	--coal: #121319;
	--graphite: #2a2c38;
	--slate: #65678c;
	--paper: #f4f4f7;
	--paper-deep: #e8e8f0;
	--white: #ffffff;
	--text: #202127;
	--muted: #656672;
	--muted-light: #bfc0ca;
	--line: #d9d9e1;
	--line-dark: #2a2c38;
	--violet-deep: #3b0273;
	--violet: #8a3bd9;
	--violet-mid: #8a3bd9;
	--violet-soft: #f2ecfa;
	--lavender: #aa77f2;
	--gradient: linear-gradient(100deg, #6e5bf0, #8a3bd9, #c44ed9);
	--gradient-action: linear-gradient(100deg, #6e5bf0 0%, #8a3bd9 50%, #a83eca 100%);
	--gradient-action-hover: linear-gradient(100deg, #6049df 0%, #7830c4 50%, #9636b8 100%);
	--gradient-nav: linear-gradient(100deg, #7c6df6 0%, #aa77f2 52%, #d064e2 100%);
	--container: min(1216px, calc(100vw - 72px));
	--container-wide: min(1380px, calc(100vw - 72px));
	--section-space: clamp(82px, 8vw, 124px);
	--radius-sm: 10px;
	--radius-md: 18px;
	--radius-lg: 24px;
}

body {
	background: var(--paper);
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.72;
	letter-spacing: 0;
	overflow-x: clip;
}

html {
	max-width: 100%;
	overflow-x: clip;
	font-family: var(--font-body);
}

/*
 * Montserrat is the institutional default. Applying it to every public-facing
 * descendant also covers nested button labels and markup injected by plugins.
 * The WordPress admin bar is intentionally excluded so its icon font survives.
 */
body,
body > :not(:where(#wpadminbar)),
body > :not(:where(#wpadminbar)) * {
	font-family: var(--font-body) !important;
}

/* Abril Fatface is reserved for short brand accents, never for headings. */
body :is(
	.about-origin__year strong,
	.about-origin__year strong *
) {
	font-family: var(--font-editorial) !important;
}

h1 {
	font-family: var(--font-body);
	font-weight: 680;
	line-height: 1.04;
	letter-spacing: 0;
}

h2,
h3,
h4,
.signature-image strong,
.page-hero__brand-art span,
.trust-slide__metric,
.channel-rows strong {
	font-family: var(--font-body);
	font-weight: 680;
	line-height: 1.08;
	letter-spacing: 0;
}

body :is(h1, h2, h3, h4) {
	letter-spacing: 0 !important;
}

h1 { font-size: clamp(3.2rem, 5.2vw, 5.15rem); }
h2 { font-size: clamp(2.15rem, 3.6vw, 3.35rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }

.eyebrow {
	gap: 12px;
	margin-bottom: 24px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.145em;
}

.eyebrow::before {
	width: 18px;
	background: currentColor;
}

.lead-copy,
.hero-lead {
	font-size: clamp(1.04rem, 1.25vw, 1.2rem);
	line-height: 1.7;
}

.button {
	position: relative;
	min-height: 52px;
	padding: 0 25px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 650;
	letter-spacing: 0;
	box-shadow: none;
	transition: background-color 0.22s, background-position 0.3s var(--ease), border-color 0.22s, color 0.22s, transform 0.22s var(--ease), box-shadow 0.22s;
}

.button::after {
	content: none;
	display: none;
}

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

.button--primary {
	background: var(--gradient-action);
	background-size: 145% 100%;
	background-position: 0 50%;
	color: var(--white);
	box-shadow: 0 12px 28px rgba(110, 67, 222, 0.22);
}

.button--primary:hover {
	background-image: var(--gradient-action-hover);
	background-position: 100% 50%;
	color: var(--white);
	box-shadow: 0 16px 34px rgba(107, 50, 189, 0.3);
}

.button--secondary {
	border-color: rgba(232, 232, 240, 0.46);
	background: transparent;
}

.button--secondary:hover {
	border-color: rgba(211, 181, 236, 0.78);
	background: rgba(255, 255, 255, 0.12);
	color: inherit;
}

.section--paper .button--secondary,
.section--white .button--secondary {
	border-color: var(--graphite);
	color: var(--ink);
}

.section--paper .button--secondary:hover,
.section--white .button--secondary:hover {
	border-color: transparent;
	background: var(--gradient-action);
	color: var(--white);
}

.button--light {
	background: var(--white);
	color: var(--ink);
}

.button--light:hover {
	background: var(--paper-deep);
	box-shadow: none;
}

.button .icon--arrow-right,
.button .icon--arrow-up-right,
.text-link .icon--arrow-right,
.text-link .icon--arrow-up-right,
.article-card__body .icon--arrow-right,
.channel-rows .icon--arrow-right,
.channel-rows .icon--arrow-up-right {
	display: none;
}

.text-link {
	gap: 8px;
	padding: 8px 0;
	font-size: 0.82rem;
	font-weight: 650;
}

.text-link::before {
	content: none;
}

.site-header {
	background: rgba(8, 10, 13, 0.94);
	backdrop-filter: blur(14px);
}

.site-header.is-scrolled { background: rgba(8, 10, 13, 0.98); }
.site-nav a { color: #c7c8d1; font-size: 0.78rem; font-weight: 550; }
.site-nav a:hover { color: var(--white); }
.site-nav :is(.current-menu-item, .current_page_item, .current-menu-ancestor, .current_page_ancestor) > a {
	background: var(--gradient-nav);
	-webkit-background-clip: text;
	background-clip: text;
	color: var(--lavender);
	font-weight: 680;
	-webkit-text-fill-color: transparent;
}
.site-nav .sub-menu { border-radius: 16px; background: var(--coal); }
.button--header { min-height: 44px; padding-inline: 19px; }
.button--header:hover,
.button--header.is-current {
	border-color: transparent;
	background: var(--gradient-action);
	color: var(--white);
}

/* Home — editorial composition */
.home-hero--editorial {
	position: relative;
	padding: calc(var(--header-height) + clamp(70px, 8vw, 118px)) 0 0;
	overflow: hidden;
	background: var(--ink);
}

.home-hero--editorial::after {
	content: "";
	position: absolute;
	right: 9%;
	top: var(--header-height);
	width: 33%;
	height: 2px;
	background: var(--gradient);
}

.home-hero__editorial-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
	gap: clamp(50px, 7vw, 104px);
	align-items: center;
}

.home-hero__editorial-grid > * { min-width: 0; }

.home-hero--editorial .home-hero__content {
	padding: 0 0 58px;
}

.home-hero--editorial .home-hero__content h1 {
	max-width: 680px;
	margin: 0 0 28px;
	font-size: clamp(3.65rem, 5.3vw, 5.4rem);
}

.home-hero--editorial .home-hero__content h1 em {
	position: relative;
	color: var(--lavender);
	font-style: normal;
}

.home-hero--editorial .home-hero__content h1 em::after {
	content: "";
	position: absolute;
	left: 3%;
	right: -4%;
	bottom: 0.04em;
	height: 2px;
	background: var(--gradient);
}

.home-hero--editorial .hero-lead {
	max-width: 600px;
	margin-bottom: 34px;
	color: #c3c4cd;
}

.hero-collage {
	position: relative;
	min-height: 620px;
}

.hero-collage__main {
	position: absolute;
	inset: 0 0 58px 13%;
	overflow: hidden;
	border-radius: 2px 2px 76px 2px;
}

.hero-collage__main::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 10, 13, 0.02), rgba(8, 10, 13, 0.42));
}

.hero-collage__main img,
.hero-collage__detail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-collage__main img { object-position: 54% center; }

.hero-collage__detail {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 39%;
	height: 43%;
	overflow: hidden;
	border: 9px solid var(--ink);
	border-radius: 2px 42px 2px 2px;
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
}

.hero-collage__note {
	position: absolute;
	right: -14px;
	top: 46%;
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 17px 19px;
	border-left: 2px solid var(--lavender);
	background: rgba(8, 10, 13, 0.9);
	color: var(--paper-deep);
	font-size: 0.66rem;
	font-weight: 650;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.brand-fragment {
	pointer-events: none;
	user-select: none;
}

.brand-fragment--hero {
	position: absolute;
	left: -120px;
	top: 120px;
	width: 410px;
	opacity: 0.045;
	transform: rotate(-12deg);
}

.credentials--editorial {
	position: relative;
	z-index: 2;
	margin-top: 78px;
	border-color: var(--graphite);
}

.credentials--editorial > div { padding: 25px 25px 27px; border-color: var(--graphite); }
.credentials--editorial span { margin-bottom: 8px; color: var(--slate); font-size: 0.64rem; font-weight: 650; letter-spacing: 0.1em; text-transform: uppercase; }
.credentials--editorial strong { color: var(--paper-deep); font-size: 0.82rem; font-weight: 550; }

/* Manifesto */
.brand-manifesto {
	position: relative;
	overflow: hidden;
}

.brand-manifesto__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 48px minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: clamp(36px, 6vw, 88px);
	align-items: start;
}

.vertical-label {
	margin: 4px 0 0;
	color: var(--slate);
	font-size: 0.58rem;
	font-weight: 650;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.brand-manifesto__statement h2 {
	max-width: 800px;
	margin-bottom: 0;
	font-family: "Abril Fatface", Georgia, serif;
	font-size: clamp(2.85rem, 4.3vw, 4.6rem);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.025em;
}

.brand-manifesto__copy {
	padding-top: 62px;
	color: var(--muted);
}

.brand-manifesto__copy .lead-copy { color: var(--text); }
.brand-fragment--manifesto { position: absolute; right: -130px; bottom: -125px; width: 430px; opacity: 0.055; filter: invert(1); }

.brand-voices {
	background: var(--coal);
	color: var(--white);
}

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

.brand-voices article {
	position: relative;
	min-height: 345px;
	padding: 55px clamp(28px, 4vw, 58px) 52px;
	border-left: 1px solid var(--graphite);
}

.brand-voices article:last-child { border-right: 1px solid var(--graphite); }
.brand-voices article::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 3px; background: var(--gradient); transition: width .45s var(--ease); }
.brand-voices article:hover::before { width: 100%; }
.brand-voices__label { margin-bottom: 78px; color: var(--lavender); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brand-voices h2 { margin-bottom: 18px; font-size: clamp(1.65rem, 2.5vw, 2.35rem); }
.brand-voices article > p:last-child { color: var(--muted-light); font-size: .91rem; }

/* Editorial specialty covers */
.specialty-covers {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 18px;
}

.specialty-cover {
	position: relative;
	min-height: 610px;
	overflow: hidden;
	background: var(--ink);
	color: var(--white);
}

.specialty-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,10,13,.02) 25%, rgba(8,10,13,.9) 100%); }
.specialty-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .4s; }
.specialty-cover--sterile img { object-position: 52% center; }
.specialty-cover--dermo img { object-position: center; filter: saturate(.75) contrast(1.06); }
.specialty-cover:hover img { transform: scale(1.025); }
.specialty-cover__body { position: absolute; z-index: 2; inset: auto 0 0; padding: clamp(28px, 4vw, 52px); }
.specialty-cover__body > p { margin-bottom: 18px; color: var(--lavender); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.specialty-cover__body h3 { max-width: 600px; margin-bottom: 28px; font-family: "Abril Fatface", Georgia, serif; font-size: clamp(3rem, 5.1vw, 5.1rem); font-weight: 400; line-height: .92; letter-spacing: -.025em; }
.specialty-cover__body span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 20px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-size: .76rem; font-weight: 650; }

/* Quality notebook */
.quality-notebook { overflow: hidden; }
.quality-notebook__grid { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(460px,1.2fr); gap: clamp(48px,8vw,112px); align-items: start; }
.quality-notebook__heading { position: sticky; top: calc(var(--header-height) + 42px); }
.quality-notebook__heading h2 { max-width: 620px; margin-bottom: 30px; }
.quality-notebook__media { position: relative; min-height: 620px; }
.quality-notebook__main { width: 90%; height: 550px; margin-left: auto; object-fit: cover; object-position: 50% center; }
.quality-notebook__detail { position: absolute; left: 0; bottom: 0; width: 31%; height: 44%; border: 8px solid var(--ink); object-fit: cover; }
.quality-notebook__facts { grid-column: 2; margin: -18px 0 0 12%; border-top: 1px solid var(--line-dark); }
.quality-notebook__facts > div { display: grid; grid-template-columns: 180px 1fr; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.quality-notebook__facts dt { color: var(--paper-deep); font-size: .78rem; font-weight: 650; }
.quality-notebook__facts dd { margin: 0; color: var(--muted-light); font-size: .83rem; }

/* Relationship carousel — only the quote panel carries the signature gradient. */
.trust-section--signature { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.trust-section--signature::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--gradient); }
.trust-section--signature .trust-heading h2 { max-width: 760px; }
.trust-section--signature .carousel-controls button { width: auto; min-width: 82px; height: 40px; padding: 0 14px; border-radius: 999px; color: var(--paper-deep); font-size: .68rem; font-weight: 650; }
.trust-section--signature .trust-carousel__track { grid-auto-columns: 48%; }
.trust-section--signature .trust-slide { border-color: var(--graphite); background: var(--coal); }
.trust-section--signature .trust-slide--quote { position: relative; overflow: hidden; background: var(--gradient); }
.trust-section--signature .trust-slide--quote::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(8,10,13,.1), rgba(8,10,13,.55)); }
.trust-section--signature .trust-slide--quote > * { position: relative; z-index: 2; }
.trust-section--signature .trust-slide blockquote { font-family: "Abril Fatface", Georgia, serif; font-size: clamp(2.2rem,3.5vw,3.7rem); font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
.trust-slide--photo { position: relative; overflow: hidden; padding: 0; }
.trust-slide--photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 20%,rgba(8,10,13,.9)); }
.trust-slide--photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.trust-slide--photo > div { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 34px; }

.relationship-cta { position: relative; overflow: hidden; background: var(--gradient); color: var(--white); }
.relationship-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(8,10,13,.5), rgba(8,10,13,.05) 55%, rgba(8,10,13,.38)); }
.relationship-cta__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 105px minmax(0,1fr) auto; gap: clamp(28px,5vw,70px); align-items: center; }
.relationship-cta__inner > img { width: 105px; opacity: .86; }
.relationship-cta h2 { max-width: 760px; margin: 0; }
.relationship-cta .eyebrow { color: var(--white); }

/* Internal pages share the type system, not the same card template. */
.page-hero,
.simple-hero,
.article-hero,
.archive-hero {
	background: var(--ink);
}

.page-hero { position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; left: calc((100vw - min(1216px, calc(100vw - 72px))) / 2); bottom: 0; width: 33%; height: 2px; background: var(--gradient); }
.page-hero__grid { grid-template-columns: minmax(0,.82fr) minmax(480px,1.18fr); }
.page-hero__content h1 { font-size: clamp(3.35rem,5.2vw,5.25rem); }
.page-hero figure { position: relative; }
.page-hero figure::before { content: ""; position: absolute; z-index: 2; left: -16px; top: -16px; width: 54px; height: 54px; border-left: 1px solid var(--lavender); border-top: 1px solid var(--lavender); }
.page-hero figure img { aspect-ratio: 1.22/1; border-radius: 2px 2px 58px 2px; filter: saturate(.82); }

figure figcaption { display: none !important; }

.value-rows article,
.quality-rows article { padding-block: 31px; }
.value-rows h3,
.quality-rows h3 { font-size: clamp(1.25rem,1.8vw,1.6rem); }
.units-grid article,
.authorization-table,
.form-card { border-radius: 14px; box-shadow: none; }

.whatsapp-float { border-radius: 999px; }

.footer-main {
	grid-template-columns: 1.25fr .72fr .88fr minmax(0, 1.05fr);
	gap: clamp(26px, 3.5vw, 48px);
}
.footer-main > * { min-width: 0; }
.footer-contact a { overflow-wrap: anywhere; }
.footer-column h2,
.footer-contact h2 {
	margin-bottom: 18px;
	color: var(--lavender);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.3;
	text-transform: uppercase;
}
.article-card h2,
.article-card h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
.article-content h2 { font-size: clamp(1.85rem, 3vw, 2.4rem); }
.entry-content h2 { font-size: clamp(1.85rem, 3vw, 2.35rem); }
.legal-page__content h2 { font-size: clamp(1.55rem, 2.6vw, 2.15rem); }
.units-grid h3 { font-size: 1.45rem; }
.benefit-list h3 { font-size: 1.35rem; }
.contact-social h2,
.featured-article__content h2 { font-size: clamp(2rem, 3.2vw, 2.8rem); }

/* About — timeline and human collage */
.page-hero--about { padding-bottom: clamp(74px, 8vw, 112px); }
.page-hero__symbol-fragment { position: absolute; right: -90px; top: 32%; width: 360px; opacity: .045; pointer-events: none; }
.about-hero__grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(520px,1.18fr); gap: clamp(54px,8vw,112px); align-items: center; }
.about-hero__collage { position: relative; min-height: 560px; }
.about-hero__main { position: absolute; inset: 0 0 42px 11%; width: 89%; height: calc(100% - 42px); object-fit: cover; border-radius: 2px 2px 58px 2px; filter: saturate(.8); }
.about-hero__people { position: absolute; left: 0; bottom: 0; width: 30%; height: 43%; border: 8px solid var(--ink); object-fit: cover; filter: saturate(.7); }
.about-hero__collage > p { position: absolute; right: -18px; bottom: 7%; margin: 0; padding: 16px 18px; border-left: 2px solid var(--lavender); background: rgba(8,10,13,.91); color: var(--paper-deep); font-size: .68rem; font-weight: 650; letter-spacing: .1em; line-height: 1.55; text-transform: uppercase; }
.about-origin__grid { display: grid; grid-template-columns: 170px minmax(0,1fr) minmax(320px,.8fr); gap: clamp(34px,6vw,82px); align-items: start; }
.about-origin__year { padding-top: 6px; border-top: 1px solid var(--graphite); }
.about-origin__year span,.about-origin__year strong { display: block; }
.about-origin__year span { margin: 10px 0 20px; color: var(--slate); font-size: .65rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.about-origin__year strong { font-family: "Abril Fatface", Georgia, serif; font-size: clamp(3.5rem,6vw,5.5rem); font-weight: 400; line-height: 1; }
.about-origin__statement h2 { max-width: 620px; margin: 0; }
.about-origin__copy { padding-top: 40px; color: var(--muted); }
.about-origin__copy .lead-copy { color: var(--text); }
.values-section--editorial .value-rows article { position: relative; grid-template-columns: minmax(230px,.75fr) minmax(0,1.25fr); }
.values-section--editorial .value-rows article::before { content: ""; position: absolute; left: 0; top: -1px; width: 0; height: 2px; background: var(--gradient); transition: width .35s var(--ease); }
.values-section--editorial .value-rows article:hover::before { width: 130px; }
.about-people__grid { display: grid; grid-template-columns: minmax(480px,1.15fr) minmax(320px,.85fr); gap: clamp(52px,8vw,112px); align-items: center; }
.about-people__media { position: relative; min-height: 580px; }
.about-people__wide { position: absolute; inset: 0 8% 38px 0; width: 92%; height: calc(100% - 38px); object-fit: cover; object-position: 56% center; }
.about-people__detail { position: absolute; right: 0; bottom: 0; width: 30%; height: 43%; border: 8px solid var(--ink); object-fit: cover; }
.about-people__content h2 { margin-bottom: 26px; }
.about-people__content p:not(.eyebrow) { color: var(--muted-light); }
.about-people__content .button { margin-top: 14px; }

@media (max-width: 1120px) {
	.home-hero__editorial-grid { grid-template-columns: minmax(0,.95fr) minmax(440px,1.05fr); gap: 44px; }
	.hero-collage { min-height: 560px; }
	.brand-manifesto__grid { grid-template-columns: 34px minmax(0,1.1fr) minmax(280px,.9fr); gap: 38px; }
	.about-hero__grid { grid-template-columns: minmax(0,.85fr) minmax(460px,1.15fr); gap: 46px; }
	.about-origin__grid { grid-template-columns: 140px minmax(0,1fr) minmax(280px,.8fr); gap: 38px; }
}

@media (max-width: 900px) {
	.site-nav {
		position: absolute;
		inset: 100% 0 auto;
		width: 100vw;
		height: calc(100vh - var(--header-height));
	}
	.admin-bar .site-nav { top: 100%; }
	.home-hero__editorial-grid,
	.brand-manifesto__grid,
	.quality-notebook__grid,
	.relationship-cta__inner { grid-template-columns: 1fr; }
	.about-hero__grid,
	.about-origin__grid,
	.about-people__grid { grid-template-columns: 1fr; }
	.home-hero--editorial .home-hero__content { padding-bottom: 0; }
	.hero-collage { min-height: 590px; }
	.vertical-label { display: none; }
	.brand-manifesto__copy { max-width: 650px; padding-top: 0; }
	.brand-voices__grid { grid-template-columns: 1fr; }
	.brand-voices article { min-height: 0; border-right: 1px solid var(--graphite); border-bottom: 1px solid var(--graphite); }
	.brand-voices__label { margin-bottom: 38px; }
	.specialty-covers { grid-template-columns: 1fr 1fr; }
	.specialty-cover { min-height: 520px; }
	.quality-notebook__heading { position: static; }
	.quality-notebook__media { min-height: 560px; }
	.quality-notebook__facts { grid-column: 1; margin: 0; }
	.relationship-cta__inner > img { display: none; }
	.relationship-cta__inner .button { justify-self: start; }
	.about-origin__year { max-width: 170px; }
	.about-origin__copy { max-width: 680px; padding-top: 0; }
	.about-people__media { min-height: 540px; }
	.page-hero__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
	:root { --container: calc(100vw - 30px); --container-wide: calc(100vw - 30px); --section-space: 72px; }
	body { font-size: 15px; }
	h1 { font-size: clamp(2.8rem,13vw,3.75rem); }
	h2 { font-size: clamp(2rem,9vw,2.75rem); }
	.home-hero--editorial { padding-top: calc(var(--header-height) + 50px); }
	.home-hero--editorial .home-hero__content h1 { font-size: clamp(2.8rem,13vw,3.55rem); }
	.hero-collage { min-height: 455px; }
	.hero-collage__main { inset: 0 0 48px 8%; border-radius: 2px 2px 42px 2px; }
	.hero-collage__detail { width: 42%; height: 38%; border-width: 6px; }
	.hero-collage__note { right: -4px; top: 40%; padding: 12px 13px; }
	.credentials--editorial { margin-top: 52px; }
	.credentials--editorial > div { padding: 18px 0; }
	.brand-manifesto__statement h2 { font-size: clamp(2.45rem,11vw,3.1rem); }
	.brand-voices article { padding: 42px 26px; }
	.specialty-covers { grid-template-columns: 1fr; }
	.specialty-cover { min-height: 490px; }
	.specialty-cover__body h3 { font-size: clamp(3rem,14vw,4.15rem); }
	.quality-notebook__media { min-height: 420px; }
	.quality-notebook__main { width: 92%; height: 390px; }
	.quality-notebook__detail { width: 38%; height: 42%; border-width: 6px; }
	.quality-notebook__facts > div { grid-template-columns: 1fr; gap: 6px; }
	.trust-section--signature .trust-carousel__track { grid-auto-columns: 92%; }
	.trust-section--signature .carousel-controls { gap: 6px; }
	.trust-section--signature .carousel-controls button { min-width: 74px; padding-inline: 10px; }
	.relationship-cta__inner .button { width: 100%; }
	.about-hero__collage { min-height: 440px; }
	.about-hero__people { width: 38%; height: 40%; border-width: 6px; }
	.about-hero__collage > p { right: -2px; padding: 12px 13px; }
	.about-people__media { min-height: 410px; }
	.about-people__wide { inset: 0 7% 30px 0; width: 93%; height: calc(100% - 30px); }
	.about-people__detail { width: 36%; height: 39%; border-width: 6px; }
	.page-hero__content h1 { font-size: clamp(2.8rem,13vw,3.75rem); }
}

/* Global Optimus signature — shared by Home and internal pages. */
.site-header.is-scrolled {
	top: 12px;
	left: 14px;
	right: 14px;
	width: auto;
	height: 68px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 20px;
	background: rgba(8, 10, 13, 0.94);
	backdrop-filter: blur(18px);
}

.admin-bar .site-header.is-scrolled {
	top: 44px;
}

.site-footer {
	position: relative;
	margin: 14px 14px 0;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
	background:
		radial-gradient(circle at 86% 8%, rgba(138, 59, 217, 0.18), transparent 25%),
		#080a0d;
}

.site-footer::before {
	content: "";
	position: absolute;
	right: -100px;
	bottom: -130px;
	width: 470px;
	aspect-ratio: 1;
	background: url("../images/optimus-symbol.svg") center / contain no-repeat;
	opacity: 0.045;
	filter: invert(1);
	transform: rotate(13deg);
}

.site-footer > * {
	position: relative;
	z-index: 2;
}

/* Internal heroes use photography as part of the composition, not as a card. */
.page-hero__content h1 {
	font-size: clamp(3rem, 4.6vw, 4.5rem);
}

.page-hero--with-media {
	position: relative;
	margin: 14px;
	overflow: hidden;
	border-radius: 30px;
	background:
		radial-gradient(circle at 16% 82%, rgba(110, 91, 240, 0.18), transparent 28%),
		var(--ink);
}

.page-hero--with-media::before {
	content: "";
	position: absolute;
	left: -110px;
	bottom: -150px;
	width: 430px;
	aspect-ratio: 1;
	background: url("../images/optimus-symbol.svg") center / contain no-repeat;
	opacity: 0.035;
	transform: rotate(-12deg);
}

.page-hero--with-media .page-hero__grid {
	position: relative;
	z-index: 1;
}

.page-hero--with-media figure {
	align-self: stretch;
	min-height: 540px;
}

.page-hero--with-media figure img {
	height: 100%;
	min-height: 540px;
	aspect-ratio: auto;
	border-radius: 26px 112px 26px 26px;
	filter: saturate(0.86) contrast(1.02);
}

/* The specialties page now uses real product imagery as immersive covers. */
.specialty-panel {
	position: relative;
	display: flex;
	min-height: 690px;
	padding: clamp(34px, 4.4vw, 54px);
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-end;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 26px 82px 26px 26px;
	background: var(--ink);
}

.specialty-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 10, 13, 0.02) 12%, rgba(8, 10, 13, 0.52) 48%, rgba(8, 10, 13, 0.98) 84%);
}

.specialty-panel--violet::after {
	background: linear-gradient(180deg, rgba(59, 2, 115, 0.05) 10%, rgba(59, 2, 115, 0.56) 48%, rgba(24, 8, 36, 0.98) 85%);
}

.specialty-panel__figure {
	position: absolute;
	inset: 0;
	margin: 0;
}

.specialty-panel__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.65s var(--ease);
}

.specialty-panel__figure--sterile .specialty-panel__image {
	object-position: 48% 28%;
}

.specialty-panel__figure--dermocosmetics .specialty-panel__image {
	object-position: center 38%;
}

.specialty-panel:hover .specialty-panel__image {
	transform: scale(1.025);
}

.specialty-panel > :not(.specialty-panel__figure) {
	position: relative;
	z-index: 2;
}

.specialty-panel h2 {
	margin: 14px 0 18px;
	font-size: clamp(2.7rem, 4vw, 4.25rem);
	font-weight: 400;
	line-height: 0.98;
}

.specialty-panel > p:not(.specialty-panel__label) {
	max-width: 560px;
}

.specialty-panel .button {
	align-self: flex-start;
}

@media (max-width: 640px) {
	.site-header.is-scrolled {
		top: 7px;
		height: 62px;
		border-radius: 17px;
	}

	.admin-bar .site-header.is-scrolled {
		top: 53px;
	}

	.site-footer,
	.page-hero--with-media {
		margin-inline: 8px;
		border-radius: 22px 22px 0 0;
	}

	.page-hero--with-media {
		border-radius: 22px;
	}

	.page-hero--with-media .container {
		width: calc(100% - 36px);
	}

	.page-hero__content h1 {
		font-size: clamp(2.55rem, 11.5vw, 3rem);
	}

	.page-hero--with-media figure,
	.page-hero--with-media figure img {
		min-height: 390px;
	}

	.page-hero--with-media figure img {
		border-radius: 20px 68px 20px 20px;
	}

	.specialty-panel {
		min-height: 640px;
		padding: 30px;
		border-radius: 22px 62px 22px 22px;
	}

	.specialty-panel h2 {
		margin-top: 12px;
		font-size: clamp(2.45rem, 11vw, 3.15rem);
	}
}

/* Contact starts with a real place and dissolves it into the institutional copy. */
.contact-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 92%, rgba(138, 59, 217, 0.1), transparent 27%),
		var(--paper);
}

.contact-hero__grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.62fr) minmax(350px, 0.9fr);
	gap: clamp(36px, 5vw, 76px);
	align-items: center;
}

.contact-hero h1 {
	font-size: clamp(3rem, 4.5vw, 4.45rem);
}

.contact-hero__media {
	width: calc(100% + ((100vw - var(--container)) / 2));
	height: calc(100% + 70px);
	min-height: 470px;
	margin: -35px calc((100vw - var(--container)) / -2) -35px 0;
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18%);
	mask-image: linear-gradient(90deg, transparent 0, #000 18%);
}

.contact-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 46%;
	filter: saturate(0.82) contrast(1.03);
}

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

	.contact-hero__grid > div {
		max-width: 680px;
	}

	.contact-hero__media {
		width: calc(100% + 36px);
		height: 430px;
		min-height: 0;
		margin: 5px -18px -70px;
		-webkit-mask-image: linear-gradient(180deg, transparent 0, #000 18%);
		mask-image: linear-gradient(180deg, transparent 0, #000 18%);
	}
}

@media (max-width: 640px) {
	.contact-hero h1 {
		font-size: clamp(2.65rem, 11.5vw, 3rem);
	}

	.contact-hero__media {
		height: 350px;
	}
}

/* Contact — one concise service surface, aligned with the approved Home block. */
.contact-page {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #090a0e;
	color: var(--white);
}

.contact-page::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		radial-gradient(circle at 8% 24%, rgba(138, 59, 217, 0.1), transparent 31%),
		linear-gradient(112deg, rgba(255, 255, 255, 0.025), transparent 38%);
	content: "";
	pointer-events: none;
}

.contact-page__section {
	padding: calc(var(--header-height) + clamp(54px, 6.5vw, 88px)) 0 clamp(68px, 7vw, 96px);
}

.contact-page__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
	gap: clamp(54px, 8vw, 112px);
	align-items: start;
}

.contact-page__copy {
	padding-top: 18px;
}

.contact-page .eyebrow {
	color: var(--lavender);
}

.contact-page h1 {
	max-width: 590px;
	margin: 0 0 26px;
	font-size: clamp(2.65rem, 3.9vw, 3.8rem);
	line-height: 1.03;
}

.contact-page__copy > .lead-copy {
	max-width: 570px;
	margin: 0;
	color: #c9c8d0;
	font-size: 0.98rem;
	line-height: 1.7;
}

.contact-page__channels {
	margin-top: 34px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-page__channels > * {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 64px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--white);
}

.contact-page__channels a {
	transition: color 0.22s, padding-left 0.22s var(--ease);
}

.contact-page__channels a:hover {
	padding-left: 6px;
	color: var(--lavender);
}

.contact-page__channels .icon {
	width: 23px;
	height: 23px;
	color: var(--lavender);
}

.contact-page__channels span {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.contact-page__channels small {
	color: #96959f;
	font-size: 0.64rem;
	font-weight: 680;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.contact-page__channels strong {
	color: currentColor;
	font-size: 0.78rem;
	font-weight: 570;
	line-height: 1.45;
}

.contact-page__rh {
	display: flex;
	gap: 11px;
	align-items: center;
	margin: 22px 0 0;
	color: #9998a2;
	font-size: 0.73rem;
	line-height: 1.55;
}

.contact-page__rh .icon {
	width: 17px;
	height: 17px;
	color: var(--lavender);
}

.contact-page__rh a {
	color: #d8d7de;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.contact-page__form.form-card {
	position: relative;
	overflow: hidden;
	padding: clamp(27px, 3.3vw, 40px);
	border: 0;
	border-radius: 18px;
	background: var(--white);
	color: var(--text);
}

.contact-page__form.form-card::before {
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: var(--gradient-action);
	content: "";
}

.contact-page__form-heading {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: end;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--line);
}

.contact-page__form-heading p,
.contact-page__form-heading h2 {
	margin: 0;
}

.contact-page__form-heading p {
	margin-bottom: 5px;
	color: var(--violet-deep);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.contact-page__form-heading h2 {
	font-size: clamp(1.55rem, 2.3vw, 2.05rem);
	line-height: 1.08;
}

.contact-page__form-heading > span {
	max-width: 142px;
	color: var(--muted);
	font-size: 0.63rem;
	line-height: 1.45;
	text-align: right;
}

.contact-page__form .optimus-form {
	gap: 14px;
}

.contact-page__form .wpcf7-form-control-wrap {
	margin-top: 6px;
}

.contact-page__form :is(
	input:not([type="checkbox"]):not([type="submit"]),
	select
) {
	min-height: 46px;
	padding-block: 10px;
}

.contact-page__form textarea {
	min-height: 96px;
	max-height: 150px;
}

.contact-page__form .wpcf7-submit {
	width: 100%;
}

@media (max-width: 980px) {
	.contact-page__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.contact-page__copy {
		max-width: 680px;
		padding-top: 0;
	}
}

@media (max-width: 640px) {
	.contact-page__section {
		padding-top: calc(var(--header-height) + 42px);
	}

	.contact-page h1 {
		font-size: clamp(2.25rem, 10vw, 2.75rem);
	}

	.contact-page__form-heading {
		align-items: start;
		flex-direction: column;
		gap: 8px;
	}

	.contact-page__form-heading > span {
		max-width: none;
		text-align: left;
	}

	.contact-page__form .optimus-form {
		grid-template-columns: 1fr;
	}

	.contact-page__form .form-full {
		grid-column: auto;
	}

	.contact-page__channels strong,
	.contact-page__rh {
		overflow-wrap: anywhere;
	}
}

/*
 * Internal page titles follow the calmer scale established on the Home hero.
 * Keeping this group outside the legacy layer gives every public template the
 * same hierarchy without affecting the Home's bespoke two-line composition.
 */
:is(
	.page-hero__content,
	.contact-hero,
	.blog-hero,
	.article-hero,
	.archive-hero,
	.simple-hero,
	.prescriber-hero
) h1 {
	font-size: clamp(2.5rem, 3.55vw, 3.35rem);
	line-height: 1.06;
}

@media (max-width: 640px) {
	:is(
		.page-hero__content,
		.contact-hero,
		.blog-hero,
		.article-hero,
		.archive-hero,
		.simple-hero,
		.prescriber-hero
	) h1 {
		font-size: clamp(2.15rem, 9vw, 2.65rem);
		line-height: 1.08;
	}
}

/*
 * Blog index — a concise editorial extension of the Home.
 * This block stays outside the legacy layer so the page keeps one predictable
 * visual system while the older shared card rules remain available elsewhere.
 */
.blog-index .blog-hero {
	position: relative;
	padding: calc(var(--header-height) + clamp(66px, 7vw, 96px)) 0 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 86% 26%, rgba(138, 59, 217, 0.13), transparent 27%),
		var(--ink);
	color: var(--white);
}

.blog-index .blog-hero::after {
	content: "";
	position: absolute;
	right: 0;
	top: var(--header-height);
	width: min(34vw, 520px);
	height: 2px;
	background: var(--gradient);
	opacity: 0.78;
}

.blog-index .blog-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.62fr);
	gap: clamp(54px, 8vw, 118px);
	align-items: end;
	padding-bottom: clamp(42px, 5vw, 64px);
}

.blog-index .blog-hero h1 {
	max-width: 790px;
	margin: 0;
	font-size: clamp(2.5rem, 3.55vw, 3.35rem);
	line-height: 1.06;
	text-wrap: balance;
}

.blog-index .blog-hero__grid > div:last-child {
	max-width: 470px;
	color: var(--muted-light);
	font-size: 0.98rem;
	line-height: 1.75;
}

.blog-index .blog-hero__grid > div:last-child p {
	margin: 0;
}

.blog-index .topic-nav {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 24px;
	padding: 18px 0 19px;
	border-top: 1px solid var(--line-dark);
}

.blog-index .topic-nav span {
	margin-right: 8px;
	color: #8f919c;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.4;
	text-transform: uppercase;
}

.blog-index .topic-nav a {
	position: relative;
	padding: 8px 1px 7px;
	border: 0;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	color: #c7c8d1;
	font-size: 0.75rem;
	font-weight: 550;
	line-height: 1.4;
	transition: border-color 0.2s, color 0.2s;
}

.blog-index .topic-nav a:hover,
.blog-index .topic-nav a.is-current {
	border-bottom-color: var(--lavender);
	color: var(--white);
}

.blog-index .blog-list {
	position: relative;
	overflow: hidden;
	background: var(--paper);
}

.blog-index .blog-list .section-heading {
	position: relative;
	margin-bottom: clamp(38px, 5vw, 62px);
	padding-left: 26px;
}

.blog-index .blog-list .section-heading::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 2px;
	height: 68px;
	background: var(--gradient);
}

.blog-index .blog-list .section-heading h2 {
	max-width: 730px;
	margin-bottom: 0;
	font-size: clamp(2rem, 3.2vw, 3rem);
	line-height: 1.09;
	text-wrap: balance;
}

.blog-index .article-grid--blog {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 2.25vw, 32px);
	align-items: stretch;
}

.blog-index .article-card {
	position: relative;
	overflow: hidden;
	min-width: 0;
	border: 1px solid rgba(30, 31, 38, 0.12);
	border-radius: 3px 3px 30px 3px;
	background: var(--white);
	box-shadow: 0 18px 44px rgba(20, 18, 27, 0.06);
	transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s var(--ease);
}

.blog-index .article-card::before {
	width: 72px;
	height: 2px;
}

.blog-index .article-card:hover {
	border-color: rgba(138, 59, 217, 0.31);
	box-shadow: 0 24px 54px rgba(36, 23, 48, 0.11);
	transform: translateY(-3px);
}

.blog-index .article-card > a {
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
	color: inherit;
}

.blog-index .article-card img {
	width: 100%;
	aspect-ratio: 1.48 / 1;
	object-fit: cover;
	filter: saturate(0.82) contrast(1.025);
	transition: filter 0.35s var(--ease), transform 0.45s var(--ease);
}

.blog-index .article-card:hover img {
	filter: saturate(0.94) contrast(1.025);
	transform: scale(1.018);
}

.blog-index .article-card__body {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 286px;
	padding: clamp(24px, 2.2vw, 30px);
	background: var(--white);
}

.blog-index .article-card__body::before {
	left: clamp(24px, 2.2vw, 30px);
	width: 48px;
}

.blog-index .article-meta {
	margin: 0 0 14px;
	color: var(--violet-deep);
	font-size: 0.64rem;
	font-weight: 650;
	letter-spacing: 0.09em;
	line-height: 1.45;
	text-transform: uppercase;
}

.blog-index .article-card h3 {
	margin: 0 0 14px;
	color: var(--ink);
	font-size: clamp(1.16rem, 1.45vw, 1.42rem);
	font-weight: 680;
	line-height: 1.27;
	text-wrap: balance;
}

.blog-index .article-card__body > p:not(.article-meta) {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--muted);
	font-size: 0.86rem;
	line-height: 1.68;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.blog-index .article-card__body > span {
	margin-top: auto;
	padding-top: 17px;
	border-top: 1px solid #eceaf0;
	color: var(--violet-deep);
	font-size: 0.73rem;
	font-weight: 680;
}

.blog-index .article-card__body > span::after {
	width: 22px;
	flex-basis: 22px;
}

.blog-index .pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 46px;
}

@media (max-width: 1120px) {
	.blog-index .article-grid--blog {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.blog-index .blog-hero__grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.blog-index .blog-hero__grid > div:last-child {
		max-width: 650px;
	}

	.blog-index .topic-nav {
		gap: 5px 20px;
	}
}

@media (max-width: 640px) {
	.blog-index .blog-hero {
		padding-top: calc(var(--header-height) + 48px);
	}

	.blog-index .blog-hero h1 {
		font-size: clamp(2.15rem, 9vw, 2.65rem);
	}

	.blog-index .topic-nav {
		align-items: flex-start;
		padding-block: 16px;
	}

	.blog-index .topic-nav span {
		width: 100%;
		margin-bottom: 3px;
	}

	.blog-index .article-grid--blog {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.blog-index .blog-list .section-heading {
		padding-left: 20px;
	}

	.blog-index .blog-list .section-heading::before {
		height: 58px;
	}

	.blog-index .article-card {
		border-radius: 3px 3px 24px 3px;
	}

	.blog-index .article-card__body {
		min-height: 0;
		padding: 23px 22px 24px;
	}

	.blog-index .article-card__body > span {
		margin-top: 23px;
	}
}

/*
 * Premium internal-page system — July 2026.
 * Scoped outside the legacy layer so these templates follow the calmer,
 * photographic language approved for the Home without affecting other routes.
 */
.internal-page {
	--internal-section-space: clamp(74px, 7.4vw, 108px);
	background: var(--paper);
}

.internal-page .section {
	padding-block: var(--internal-section-space);
}

.internal-page :is(h1, h2, h3, h4) {
	font-family: var(--font-body) !important;
	letter-spacing: -0.025em !important;
}

.internal-page h2 {
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1.08;
}

.internal-page h3 {
	font-size: clamp(1.18rem, 1.7vw, 1.48rem);
	line-height: 1.18;
}

.internal-page :is(p, li, dt, dd, span, a, strong) {
	font-family: var(--font-body) !important;
}

.internal-page .section-heading {
	margin-bottom: clamp(42px, 5.2vw, 66px);
}

.internal-page .section-heading--split,
.internal-page .specialty-showcase__heading,
.internal-page .line-categories__heading,
.internal-page .production-map__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: clamp(44px, 8vw, 112px);
	align-items: end;
}

.internal-page :is(
	.section-heading--split,
	.specialty-showcase__heading,
	.line-categories__heading,
	.production-map__heading
) > p {
	max-width: 520px;
	margin: 0;
	color: var(--muted);
	font-size: 0.94rem;
	line-height: 1.72;
}

.internal-page .production-map__heading > p {
	color: var(--muted-light);
}

/* Immersive internal heroes */
.internal-page .page-hero.internal-hero {
	position: relative;
	margin: 0;
	padding: calc(var(--header-height) + clamp(66px, 7vw, 94px)) 0 clamp(72px, 7vw, 96px);
	overflow: hidden;
	border-radius: 0 0 30px 30px;
	background:
		radial-gradient(circle at 83% 27%, rgba(138, 59, 217, 0.17), transparent 31%),
		linear-gradient(112deg, #080a0d 0%, #0e0e14 56%, #17101e 100%);
	color: var(--white);
}

.internal-page .page-hero.internal-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 16.66% 100%;
	opacity: 0.18;
}

.internal-page .page-hero.internal-hero::after {
	left: calc((100vw - var(--container)) / 2);
	width: min(230px, 24vw);
	height: 2px;
}

.internal-page .internal-hero__symbol {
	position: absolute;
	left: -72px;
	bottom: -34px;
	width: 250px;
	height: auto;
	opacity: 0.055;
	filter: invert(1);
	transform: rotate(-11deg);
	pointer-events: none;
}

.internal-page .internal-hero .page-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(470px, 1.12fr);
	gap: clamp(52px, 7vw, 104px);
	align-items: center;
}

.internal-page .internal-hero .page-hero__content h1 {
	max-width: 680px;
	margin-bottom: 25px;
	font-size: clamp(2.5rem, 3.55vw, 3.38rem);
	font-weight: 680;
	line-height: 1.07;
}

.internal-page--specialties .internal-hero .page-hero__content h1 {
	text-wrap: balance;
}

.internal-page .internal-hero .page-hero__content > p:not(.eyebrow) {
	max-width: 570px;
	margin: 0;
	color: #cac8d1;
	font-size: 1rem;
	line-height: 1.72;
}

.internal-page .internal-hero .page-hero__content .button {
	margin-top: 31px;
}

.internal-page .internal-hero figure::before {
	content: none;
}

.internal-page .internal-hero__media {
	position: relative;
	min-height: 500px;
	margin: 0;
}

.internal-page .internal-hero figure.internal-hero__media img,
.internal-page .internal-hero__media > .internal-hero__image-primary {
	width: 100%;
	height: 100%;
	min-height: 500px;
	aspect-ratio: auto;
	object-fit: cover;
	border-radius: 24px 96px 24px 24px;
	filter: saturate(0.82) contrast(1.03);
}

.internal-page--quality .internal-hero__media img {
	object-position: 62% center;
}

.internal-page--specialties .internal-hero__media img,
.internal-page--dermocosmetics .internal-hero__media img {
	object-position: center 42%;
}

.internal-page--dermocosmetics .internal-hero__media {
	height: 500px;
	min-height: 500px;
}

.internal-page--dermocosmetics .internal-hero figure.internal-hero__media img {
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center;
}

.internal-page .internal-hero__media--collage {
	min-height: 530px;
}

.internal-page .internal-hero__media--collage > .internal-hero__image-primary {
	position: absolute;
	inset: 0 0 36px 8%;
	width: 92%;
	height: calc(100% - 36px);
	min-height: 0;
	object-position: center 42%;
}

.internal-page .internal-hero__image-detail {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 31%;
	height: 43%;
	border: 7px solid var(--ink);
	object-fit: cover;
	object-position: center 28%;
	filter: saturate(0.78);
}

.internal-page .internal-hero__note {
	position: absolute;
	right: -16px;
	bottom: 58px;
	z-index: 3;
	margin: 0;
	padding: 14px 17px;
	border-left: 2px solid var(--lavender);
	background: rgba(8, 10, 13, 0.9);
	color: var(--paper-deep);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.55;
	text-transform: uppercase;
}

/* About */
.internal-origin__grid {
	display: grid;
	grid-template-columns: 150px minmax(0, 1.05fr) minmax(320px, 0.8fr);
	gap: clamp(36px, 6vw, 84px);
	align-items: start;
}

.internal-origin__facts {
	display: grid;
	gap: 28px;
}

.internal-origin__year {
	padding-top: 15px;
	border-top: 2px solid var(--ink);
}

.internal-origin__year span,
.internal-origin__year strong {
	display: block;
}

.internal-origin__year span {
	margin-bottom: 18px;
	color: var(--muted);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.internal-origin__year strong {
	font-family: var(--font-editorial) !important;
	font-size: clamp(3.7rem, 6vw, 5.35rem);
	font-weight: 400;
	line-height: 0.9;
}

.internal-origin__presence {
	margin: 0;
	padding-top: 18px;
	border-top: 1px solid var(--line);
}

.internal-origin__presence strong,
.internal-origin__presence span {
	display: block;
}

.internal-origin__presence strong {
	margin-bottom: 3px;
	color: var(--text);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.internal-origin__presence span {
	color: var(--muted);
	font-size: 0.72rem;
	line-height: 1.45;
}

.internal-origin__statement h2 {
	max-width: 610px;
	margin-bottom: 0;
}

.internal-origin__copy {
	padding-top: 40px;
	color: var(--muted);
}

.internal-origin__copy .lead-copy {
	color: var(--text);
}

.institutional-principles__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.institutional-principles__list article {
	position: relative;
	min-width: 0;
	padding: 32px clamp(22px, 2.6vw, 36px) 34px;
	border-left: 1px solid var(--line);
}

.institutional-principles__list article:first-child {
	padding-left: 0;
	border-left: 0;
}

.institutional-principles__list article::before {
	content: "";
	position: absolute;
	left: clamp(22px, 2.6vw, 36px);
	top: -1px;
	width: 36px;
	height: 2px;
	background: var(--gradient);
}

.institutional-principles__list article:first-child::before {
	left: 0;
}

.institutional-principles__list h3 {
	margin-bottom: 15px;
}

.institutional-principles__list p {
	margin: 0;
	color: var(--muted);
	font-size: 0.86rem;
	line-height: 1.68;
}

/* About: institutional Instagram window */
.about-instagram {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 18%, rgba(130, 72, 180, 0.1), transparent 28%),
		linear-gradient(145deg, #f7f5f3 0%, #f3eff6 100%);
}

.about-instagram::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(73, 42, 91, 0.045) 1px, transparent 1px);
	background-size: 100% 84px;
	-webkit-mask-image: linear-gradient(to right, transparent, #000 42%, transparent);
	mask-image: linear-gradient(to right, transparent, #000 42%, transparent);
	pointer-events: none;
}

.about-instagram__symbol {
	position: absolute;
	right: clamp(-38px, 2vw, 26px);
	top: clamp(40px, 7vw, 92px);
	width: clamp(118px, 12vw, 182px);
	height: auto;
	opacity: 0.055;
	transform: rotate(12deg);
	pointer-events: none;
}

.about-instagram__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(290px, 0.72fr) minmax(560px, 1.28fr);
	gap: clamp(54px, 7vw, 104px);
	align-items: center;
}

.about-instagram__intro {
	max-width: 470px;
}

.about-instagram__kicker {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 24px;
	color: var(--violet-deep);
	font-size: 0.69rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.about-instagram__kicker .icon {
	width: 20px;
	height: 20px;
}

.about-instagram__intro h2 {
	max-width: 500px;
	margin-bottom: 26px;
}

.about-instagram__intro h2 em {
	display: block;
	background: var(--gradient-action);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: var(--font-editorial) !important;
	font-size: 1.08em;
	font-weight: 400;
	line-height: 0.98;
}

.about-instagram__intro > p:not(.about-instagram__kicker) {
	color: var(--muted);
}

.about-instagram__intro > .lead-copy {
	color: var(--text);
}

.about-instagram__profile {
	display: inline-grid;
	grid-template-columns: 48px auto 18px;
	gap: 13px;
	align-items: center;
	margin-top: 16px;
	padding: 9px 16px 9px 9px;
	border: 1px solid rgba(80, 43, 103, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.76);
	color: var(--text);
	box-shadow: 0 16px 40px rgba(40, 22, 52, 0.07);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	transition:
		transform 0.25s var(--ease),
		border-color 0.25s var(--ease),
		box-shadow 0.25s var(--ease);
}

.about-instagram__profile:hover {
	border-color: rgba(108, 45, 148, 0.35);
	color: var(--text);
	box-shadow: 0 20px 46px rgba(64, 28, 84, 0.12);
	transform: translateY(-2px);
}

.about-instagram__profile-icon {
	display: grid;
	width: 48px;
	height: 48px;
	border-radius: 15px;
	background: var(--gradient-action);
	color: var(--white);
	place-items: center;
}

.about-instagram__profile-icon .icon {
	width: 22px;
	height: 22px;
}

.about-instagram__profile-copy small,
.about-instagram__profile-copy strong {
	display: block;
}

.about-instagram__profile-copy small {
	margin-bottom: 2px;
	color: var(--muted);
	font-size: 0.65rem;
	font-weight: 600;
}

.about-instagram__profile-copy strong {
	font-size: 0.82rem;
	font-weight: 700;
}

.about-instagram__profile-arrow {
	width: 18px;
	height: 18px;
	color: var(--violet-deep);
	transition: transform 0.25s var(--ease);
}

.about-instagram__profile:hover .about-instagram__profile-arrow {
	transform: translate(2px, -2px);
}

.about-instagram__mosaic {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(12, 1fr);
	gap: 12px;
	height: clamp(540px, 49vw, 660px);
	min-height: 0;
}

.about-instagram__item {
	position: relative;
	overflow: hidden;
	min-width: 0;
	border-radius: 18px;
	background: #17141a;
	box-shadow: 0 18px 46px rgba(42, 26, 51, 0.13);
}

.about-instagram__item::after {
	content: "";
	position: absolute;
	inset: 28% 0 0;
	background: linear-gradient(to top, rgba(10, 7, 12, 0.84), transparent);
	pointer-events: none;
}

.about-instagram__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.9) contrast(1.02);
	transition:
		filter 0.45s var(--ease),
		transform 0.55s var(--ease);
}

.about-instagram__item:hover img {
	filter: saturate(1) contrast(1.03);
	transform: scale(1.025);
}

.about-instagram__item > span {
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 20px;
	left: 20px;
	color: var(--white);
}

.about-instagram__item strong,
.about-instagram__item small {
	display: block;
}

.about-instagram__item strong {
	margin-bottom: 3px;
	font-size: 0.94rem;
	font-weight: 700;
}

.about-instagram__item small {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.7rem;
	font-weight: 500;
}

.about-instagram__item--team {
	grid-column: 1 / 8;
	grid-row: 1 / 13;
	border-radius: 26px 76px 26px 26px;
}

.about-instagram__item--team img {
	object-position: center 38%;
}

.about-instagram__item--routine {
	grid-column: 8 / 13;
	grid-row: 1 / 7;
	margin-top: 32px;
}

.about-instagram__item--routine img {
	object-position: center 40%;
}

.about-instagram__item--care {
	grid-column: 8 / 13;
	grid-row: 7 / 13;
	margin: 0 18px 28px 0;
	border-radius: 18px 18px 58px 18px;
}

.about-instagram__item--care img {
	object-position: center 53%;
}

.line-proof::after {
	content: "";
	position: absolute;
	right: -92px;
	bottom: -120px;
	width: 390px;
	aspect-ratio: 1;
	background: url("../images/optimus-symbol-original.png") center / contain no-repeat;
	opacity: 0.04;
	filter: invert(1);
	transform: rotate(12deg);
	pointer-events: none;
}

.line-proof__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(460px, 1.08fr) minmax(340px, 0.92fr);
	gap: clamp(54px, 8vw, 112px);
	align-items: center;
}

.line-proof__content h2 {
	max-width: 610px;
	margin-bottom: 24px;
}

.line-proof__content > p:not(.eyebrow) {
	color: var(--muted-light);
}

.line-proof__content .lead-copy {
	color: #e6e3ea;
}

/* Structure and quality */
.quality-narrative__grid {
	display: grid;
	grid-template-columns: minmax(340px, 0.84fr) minmax(520px, 1.16fr);
	gap: clamp(58px, 8vw, 118px);
	align-items: center;
}

.quality-narrative__copy h2 {
	max-width: 640px;
	margin-bottom: 26px;
}

.quality-narrative__copy > p:not(.eyebrow) {
	color: var(--muted);
}

.quality-narrative__copy .lead-copy {
	color: var(--text);
}

.quality-narrative__facts,
.line-proof__facts {
	margin: 34px 0 0;
	border-top: 1px solid var(--line);
}

.quality-narrative__facts > div,
.line-proof__facts > div {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 22px;
	padding: 18px 0;
	border-bottom: 1px solid var(--line);
}

.quality-narrative__facts dt,
.line-proof__facts dt {
	font-size: 0.8rem;
	font-weight: 700;
}

.quality-narrative__facts dd,
.line-proof__facts dd {
	margin: 0;
	color: var(--muted);
	font-size: 0.83rem;
	line-height: 1.62;
}

.quality-narrative__media {
	position: relative;
	min-height: 610px;
}

.quality-narrative__main {
	position: absolute;
	inset: 0 0 56px 10%;
	width: 90%;
	height: calc(100% - 56px);
	object-fit: cover;
	object-position: 57% center;
	border-radius: 86px 24px 24px 24px;
	filter: saturate(0.82);
}

.quality-narrative__detail {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 37%;
	height: 38%;
	border: 7px solid var(--paper);
	object-fit: cover;
	border-radius: 18px;
}

.production-map {
	position: relative;
	overflow: hidden;
	padding-block: clamp(68px, 6.5vw, 92px);
}

.production-map__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	gap: clamp(54px, 7vw, 104px);
	align-items: center;
}

.internal-page .production-map__heading {
	display: block;
}

.production-map__heading h2 {
	max-width: 640px;
	margin-bottom: 0;
}

.production-map__intro {
	max-width: 600px;
	margin-top: 26px;
	padding-left: 22px;
	border-left: 2px solid var(--violet);
}

.production-map__intro p {
	margin: 0;
	color: var(--muted-light);
	font-size: 0.94rem;
	line-height: 1.72;
}

.production-map__intro p + p {
	margin-top: 12px;
}

.production-map__visuals {
	position: relative;
	min-height: 440px;
}

.production-map__media {
	position: absolute;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	background: #14151a;
}

.production-map__media--main {
	inset: 0 0 62px 11%;
	border-radius: 24px 88px 24px 24px;
}

.production-map__media--detail {
	left: 0;
	bottom: 0;
	width: 48%;
	height: 38%;
	border: 8px solid var(--ink);
	border-radius: 24px 24px 64px 24px;
}

.production-map__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.82) contrast(1.03);
}

.production-map__media--main img {
	object-position: center 44%;
}

.production-map__media--detail img {
	object-position: center 48%;
}

.production-map__list {
	margin-top: 48px;
	border-top: 1px solid var(--line-dark);
}

.production-map__list article {
	position: relative;
	display: grid;
	grid-template-columns: minmax(230px, 0.68fr) minmax(0, 1.32fr);
	gap: clamp(24px, 4vw, 62px);
	align-items: baseline;
	padding: 20px 0 22px;
	border-bottom: 1px solid var(--line-dark);
}

.production-map__list article::before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 0;
	height: 2px;
	background: var(--gradient);
	transition: width 0.35s var(--ease);
}

.production-map__list article:hover::before {
	width: 120px;
}

.production-map__list span {
	color: var(--lavender);
	font-size: 0.63rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.production-map__list h3,
.production-map__list p {
	margin: 0;
}

.production-map__list p {
	max-width: 650px;
	color: var(--muted-light);
	font-size: 0.86rem;
	line-height: 1.66;
}

.authorization-section--refined .authorization-table {
	border-radius: 14px;
	box-shadow: 0 18px 52px rgba(18, 20, 28, 0.07);
}

.authorization-section--refined .authorization-table span,
.authorization-section--refined .authorization-table strong {
	padding-block: 18px;
}

.authorization-section__contact {
	display: flex;
	justify-content: space-between;
	gap: 28px;
	align-items: center;
	margin-top: 24px;
	padding-top: 23px;
	border-top: 1px solid var(--line);
}

.authorization-section__contact p {
	margin: 0;
	color: var(--muted);
	font-size: 0.87rem;
}

/* Specialties overview */
.specialty-showcase__heading,
.line-categories__heading {
	margin-bottom: clamp(44px, 5vw, 66px);
}

.specialty-showcase__heading h2,
.line-categories__heading h2 {
	max-width: 650px;
	margin-bottom: 0;
}

.specialty-showcase__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.specialty-showcase__item {
	position: relative;
	min-height: 650px;
	overflow: hidden;
	border-radius: 24px 88px 24px 24px;
	background: var(--ink);
	color: var(--white);
}

.specialty-showcase__item--dermo {
	border-radius: 88px 24px 24px 24px;
}

.specialty-showcase__item > img,
.specialty-showcase__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.specialty-showcase__item > img {
	object-fit: cover;
	filter: saturate(0.8) contrast(1.03);
	transition: transform 0.65s var(--ease);
}

.specialty-showcase__item--sterile > img {
	object-position: 48% 25%;
}

.specialty-showcase__item--dermo > img {
	object-position: center 40%;
}

.specialty-showcase__item:hover > img {
	transform: scale(1.025);
}

.specialty-showcase__overlay {
	background: linear-gradient(180deg, rgba(8, 10, 13, 0.04) 10%, rgba(8, 10, 13, 0.5) 45%, rgba(8, 10, 13, 0.97) 85%);
}

.specialty-showcase__item--dermo .specialty-showcase__overlay {
	background: linear-gradient(180deg, rgba(40, 12, 56, 0.04) 10%, rgba(45, 14, 64, 0.52) 46%, rgba(19, 9, 26, 0.98) 86%);
}

.specialty-showcase__content {
	position: absolute;
	inset: auto 0 0;
	z-index: 2;
	padding: clamp(30px, 4vw, 50px);
}

.specialty-showcase__content > p {
	margin-bottom: 12px;
	color: var(--lavender);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.specialty-showcase__content h3 {
	margin-bottom: 17px;
	font-size: clamp(2rem, 3.2vw, 2.9rem);
}

.specialty-showcase__content > span {
	display: block;
	max-width: 560px;
	color: #d5d3dc;
	font-size: 0.88rem;
	line-height: 1.68;
}

.specialty-showcase__content ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 24px;
	margin: 22px 0 28px;
	padding: 0;
	list-style: none;
}

.specialty-showcase__content li {
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	color: #ece9f0;
	font-size: 0.76rem;
	line-height: 1.5;
}

.professional-scope {
	position: relative;
	overflow: hidden;
}

.professional-scope::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 84% 18%, rgba(138, 59, 217, 0.16), transparent 27%);
	pointer-events: none;
}

.professional-scope__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
	gap: clamp(54px, 9vw, 132px);
}

.professional-scope__grid h2 {
	max-width: 630px;
}

.professional-scope__grid > div:last-child > p {
	color: var(--muted-light);
}

.professional-scope__grid > div:last-child .lead-copy {
	color: #e6e3ea;
}

.professional-scope__professions {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 22px;
	margin: 28px 0 33px;
	border-top: 1px solid var(--line-dark);
}

.professional-scope__professions span {
	position: relative;
	padding: 13px 0 13px 14px;
	border-bottom: 1px solid var(--line-dark);
	color: #dedbe3;
	font-size: 0.77rem;
	font-weight: 600;
}

.professional-scope__professions span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	background: var(--gradient);
	clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
	transform: translateY(-50%);
}

/* Individual specialty lines */
.line-categories {
	overflow: hidden;
}

.category-editorial {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid var(--line);
}

.category-editorial article {
	position: relative;
	min-height: 230px;
	padding: 34px clamp(30px, 4vw, 56px) 36px 0;
	border-bottom: 1px solid var(--line);
}

.category-editorial article:nth-child(even) {
	padding-right: 0;
	padding-left: clamp(30px, 4vw, 56px);
	border-left: 1px solid var(--line);
}

.category-editorial article::before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 42px;
	height: 2px;
	background: var(--gradient);
}

.category-editorial article:nth-child(even)::before {
	left: clamp(30px, 4vw, 56px);
}

.category-editorial article > p {
	margin-bottom: 20px;
	color: var(--violet-deep);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.category-editorial h3 {
	max-width: 460px;
	margin-bottom: 13px;
	font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.category-editorial span {
	display: block;
	max-width: 540px;
	color: var(--muted);
	font-size: 0.87rem;
	line-height: 1.68;
}

.line-proof {
	position: relative;
	overflow: hidden;
}

.line-proof__media {
	position: relative;
	min-height: 560px;
}

.line-proof__media::after {
	content: "";
	position: absolute;
	right: -18px;
	top: -18px;
	width: 82px;
	height: 82px;
	border-top: 2px solid var(--lavender);
	border-right: 2px solid var(--lavender);
	opacity: 0.8;
}

.line-proof__media img {
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	border-radius: 24px 92px 24px 24px;
	filter: saturate(0.8);
}

.line-proof--dermocosmetics .line-proof__media img {
	object-position: 62% center;
}

.line-proof__facts {
	margin: 30px 0 34px;
	border-color: var(--line-dark);
}

.line-proof__facts > div {
	border-color: var(--line-dark);
}

.line-proof__facts dt {
	color: var(--white);
}

.line-proof__facts dd {
	color: var(--muted-light);
}

.internal-page .professional-notice {
	padding-block: 24px;
}

.internal-page .professional-notice .container {
	display: grid;
	grid-template-columns: 170px 1fr;
	gap: 28px;
}

.internal-page .professional-notice strong {
	color: var(--text);
}

@media (max-width: 1120px) {
	.internal-page .internal-hero .page-hero__grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
		gap: 48px;
	}

	.internal-origin__grid {
		grid-template-columns: 125px minmax(0, 1fr) minmax(280px, 0.82fr);
		gap: 38px;
	}

	.quality-narrative__grid,
	.line-proof__grid {
		gap: 58px;
	}

	.about-instagram__grid {
		grid-template-columns: minmax(270px, 0.78fr) minmax(500px, 1.22fr);
		gap: 50px;
	}

	.about-instagram__mosaic {
		height: 560px;
	}
}

@media (max-width: 900px) {
	.internal-page {
		--internal-section-space: 76px;
	}

	.internal-page--dermocosmetics .internal-hero__media,
	.internal-page--dermocosmetics .internal-hero figure.internal-hero__media img {
		height: 440px;
		min-height: 440px;
	}

	.internal-page .page-hero.internal-hero {
		padding-top: calc(var(--header-height) + 58px);
	}

	.internal-page .internal-hero .page-hero__grid,
	.internal-origin__grid,
	.quality-narrative__grid,
	.line-proof__grid,
	.professional-scope__grid {
		grid-template-columns: 1fr;
	}

	.internal-page .section-heading--split,
	.internal-page .specialty-showcase__heading,
	.internal-page .line-categories__heading,
	.internal-page .production-map__heading {
		grid-template-columns: 1fr;
		gap: 22px;
		align-items: start;
	}

	.internal-page .internal-hero__media {
		min-height: 440px;
	}

	.internal-page .internal-hero figure.internal-hero__media img,
	.internal-page .internal-hero__media > .internal-hero__image-primary {
		min-height: 440px;
	}

	.internal-page .internal-hero__media--collage {
		min-height: 500px;
	}

	.internal-page .internal-hero__media--collage > .internal-hero__image-primary {
		min-height: 0;
	}

	.internal-origin__facts {
		display: flex;
		gap: 28px;
		align-items: stretch;
		max-width: 370px;
	}

	.internal-origin__year {
		flex: 0 0 150px;
	}

	.internal-origin__presence {
		flex: 1;
		margin: 0;
		padding: 18px 0 0 24px;
		border-top: 2px solid var(--violet);
	}

	.internal-origin__copy {
		max-width: 680px;
		padding-top: 0;
	}

	.institutional-principles__list {
		grid-template-columns: 1fr 1fr;
	}

	.institutional-principles__list article:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}

	.institutional-principles__list article:nth-child(3)::before {
		left: 0;
	}

	.line-proof__media {
		min-height: 510px;
	}

	.about-instagram__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.about-instagram__intro {
		max-width: 660px;
	}

	.about-instagram__mosaic {
		height: 660px;
	}

	.quality-narrative__media {
		min-height: 560px;
	}

	.production-map__layout {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.production-map__visuals {
		width: min(100%, 620px);
		min-height: 460px;
	}

	.production-map__list article {
		grid-template-columns: minmax(220px, 0.7fr) 1.3fr;
	}

	.production-map__list article p {
		grid-column: auto;
	}

	.specialty-showcase__grid {
		grid-template-columns: 1fr;
	}

	.specialty-showcase__item {
		min-height: 620px;
	}
}

@media (max-width: 640px) {
	.internal-page {
		--internal-section-space: 66px;
	}

	.internal-page h2 {
		font-size: clamp(1.85rem, 8vw, 2.3rem);
	}

	.internal-page .page-hero.internal-hero {
		padding-top: calc(var(--header-height) + 48px);
		padding-bottom: 64px;
		border-radius: 0 0 22px 22px;
	}

	.internal-page .internal-hero .page-hero__content h1 {
		font-size: clamp(2.15rem, 9vw, 2.58rem);
	}

	.internal-page .internal-hero .page-hero__grid {
		gap: 40px;
	}

	.internal-page--dermocosmetics .internal-hero__media,
	.internal-page--dermocosmetics .internal-hero figure.internal-hero__media img {
		height: 355px;
		min-height: 355px;
	}

	.internal-page .internal-hero__media,
	.internal-page .internal-hero figure.internal-hero__media img,
	.internal-page .internal-hero__media > .internal-hero__image-primary {
		min-height: 355px;
	}

	.internal-page .internal-hero figure.internal-hero__media img,
	.internal-page .internal-hero__media > .internal-hero__image-primary {
		border-radius: 20px 62px 20px 20px;
	}

	.internal-page .internal-hero__media--collage {
		min-height: 410px;
	}

	.internal-page .internal-hero__media--collage > .internal-hero__image-primary {
		inset: 0 0 30px 7%;
		width: 93%;
		height: calc(100% - 30px);
		min-height: 0;
	}

	.internal-page .internal-hero__image-detail {
		width: 38%;
		height: 39%;
		border-width: 6px;
	}

	.internal-page .internal-hero__note {
		right: -2px;
		bottom: 48px;
		padding: 11px 12px;
		font-size: 0.58rem;
	}

	.institutional-principles__list {
		grid-template-columns: 1fr;
		border-bottom: 0;
	}

	.institutional-principles__list article,
	.institutional-principles__list article:first-child,
	.institutional-principles__list article:nth-child(3) {
		padding: 27px 0 29px;
		border-left: 0;
		border-bottom: 1px solid var(--line);
	}

	.institutional-principles__list article::before,
	.institutional-principles__list article:first-child::before,
	.institutional-principles__list article:nth-child(3)::before {
		left: 0;
	}

	.line-proof__media {
		min-height: 410px;
	}

	.about-instagram__grid {
		gap: 38px;
	}

	.about-instagram__symbol {
		right: -46px;
		top: 28px;
	}

	.about-instagram__intro h2 em {
		display: inline;
	}

	.about-instagram__profile {
		grid-template-columns: 44px auto 17px;
		width: 100%;
		max-width: 320px;
	}

	.about-instagram__profile-icon {
		width: 44px;
		height: 44px;
	}

	.about-instagram__mosaic {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 350px 230px;
		gap: 9px;
		height: auto;
	}

	.about-instagram__item--team {
		grid-column: 1 / 3;
		grid-row: 1;
		border-radius: 20px 54px 20px 20px;
	}

	.about-instagram__item--team img {
		object-position: center 36%;
	}

	.about-instagram__item--routine {
		grid-column: 1;
		grid-row: 2;
		margin-top: 0;
	}

	.about-instagram__item--care {
		grid-column: 2;
		grid-row: 2;
		margin: 0;
		border-radius: 18px 18px 46px 18px;
	}

	.about-instagram__item > span {
		right: 14px;
		bottom: 14px;
		left: 14px;
	}

	.quality-narrative__media {
		min-height: 430px;
	}

	.quality-narrative__main {
		inset: 0 0 40px 7%;
		width: 93%;
		height: calc(100% - 40px);
		border-radius: 58px 20px 20px 20px;
	}

	.quality-narrative__detail {
		width: 43%;
		height: 34%;
		border-width: 6px;
	}

	.production-map__intro {
		margin-top: 22px;
		padding-left: 17px;
	}

	.production-map__visuals {
		min-height: 390px;
	}

	.production-map__media--main {
		inset: 0 0 42px 8%;
		border-radius: 20px 62px 20px 20px;
	}

	.production-map__media--detail {
		width: 48%;
		height: 39%;
		border-width: 6px;
		border-radius: 16px 16px 44px 16px;
	}

	.quality-narrative__facts > div,
	.line-proof__facts > div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.production-map__list article {
		grid-template-columns: 1fr;
		gap: 8px;
		padding-block: 18px;
	}

	.production-map__list article p {
		grid-column: auto;
		margin-top: 5px;
	}

	.authorization-section__contact {
		align-items: flex-start;
		flex-direction: column;
		gap: 11px;
	}

	.specialty-showcase__item,
	.specialty-showcase__item--dermo {
		min-height: 575px;
		border-radius: 20px 62px 20px 20px;
	}

	.specialty-showcase__content {
		padding: 27px;
	}

	.specialty-showcase__content h3 {
		font-size: 2rem;
	}

	.specialty-showcase__content ul {
		grid-template-columns: 1fr;
		margin-block: 18px 24px;
	}

	.specialty-showcase__content li + li {
		border-top: 0;
	}

	.professional-scope__professions {
		grid-template-columns: 1fr 1fr;
	}

	.category-editorial {
		grid-template-columns: 1fr;
	}

	.category-editorial article,
	.category-editorial article:nth-child(even) {
		min-height: 0;
		padding: 29px 0 31px;
		border-left: 0;
	}

	.category-editorial article:nth-child(even)::before {
		left: 0;
	}

	.line-proof__media img {
		min-height: 410px;
		border-radius: 20px 62px 20px 20px;
	}

	.line-proof__media::after {
		right: -8px;
		top: -8px;
		width: 56px;
		height: 56px;
	}

	.internal-page .professional-notice .container {
		grid-template-columns: 1fr;
		gap: 6px;
	}
}

@layer legacy {
* {
	box-sizing: border-box;
}

html {
	scroll-behavior: auto;
	scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--text);
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: -0.006em;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.menu-open {
	overflow: hidden;
}

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

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

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

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

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

.container {
	width: var(--container);
	margin-inline: auto;
}

.container--narrow {
	max-width: 860px;
}

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

.skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 9999;
	padding: 12px 18px;
	border-radius: 10px;
	background: var(--white);
	color: var(--ink);
	transform: translateY(-150%);
}

.skip-link:focus {
	transform: none;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	margin-bottom: 0.55em;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 540;
	line-height: 1.07;
	letter-spacing: -0.027em;
}

h1 {
	font-size: clamp(3.25rem, 5vw, 4.55rem);
}

h2 {
	font-size: clamp(2.45rem, 3.8vw, 3.5rem);
}

h3 {
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	letter-spacing: -0.018em;
}

p:last-child {
	margin-bottom: 0;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	color: var(--lavender);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.3;
	text-transform: uppercase;
}

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

.eyebrow--ink {
	color: var(--violet-deep);
}

.lead-copy,
.hero-lead {
	font-size: clamp(1.08rem, 1.45vw, 1.28rem);
	line-height: 1.6;
}

.section {
	padding-block: var(--section-space);
}

.section--paper {
	background: var(--paper);
	color: var(--text);
}

.section--white {
	background: var(--white);
	color: var(--text);
}

.section--ink {
	background: var(--ink);
	color: var(--white);
}

.section--ink p {
	color: var(--muted-light);
}

.section-heading {
	margin-bottom: clamp(42px, 5vw, 64px);
}

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

.section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: clamp(40px, 8vw, 110px);
	align-items: end;
}

.section-heading--split > p,
.section-heading--split > .text-link {
	margin-bottom: 6px;
}

.section-heading--split > p {
	color: var(--muted);
}

.section--ink .section-heading--split > p {
	color: var(--muted-light);
}

.editorial-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(50px, 10vw, 140px);
}

.editorial-heading h2 {
	max-width: 610px;
}

.editorial-copy {
	padding-top: 42px;
	color: var(--muted);
}

.editorial-copy .lead-copy {
	color: var(--text);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.01em;
	transition: transform 0.22s var(--ease), background 0.22s, border-color 0.22s, color 0.22s, box-shadow 0.22s;
}

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

.button:focus-visible,
.text-link:focus-visible,
.circle-link:focus-visible,
.site-nav a:focus-visible,
.social-links a:focus-visible,
.carousel-controls button:focus-visible,
.channel-rows a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid #bb82e6;
	outline-offset: 3px;
}

.button--primary {
	background: linear-gradient(125deg, #542079, #742a93);
	color: var(--white);
	box-shadow: 0 10px 26px rgba(76, 18, 111, 0.2);
}

.button--primary:hover {
	background: linear-gradient(125deg, #461463, #67217f);
	box-shadow: 0 14px 32px rgba(76, 18, 111, 0.25);
}

.button--secondary {
	border-color: currentColor;
	background: transparent;
	color: inherit;
}

.button--secondary:hover {
	background: var(--white);
	color: var(--ink);
}

.section--paper .button--secondary,
.section--white .button--secondary {
	color: var(--ink);
}

.section--paper .button--secondary:hover,
.section--white .button--secondary:hover {
	background: var(--ink);
	color: var(--white);
}

.button--light {
	background: var(--white);
	color: var(--violet-deep);
}

.button--light:hover {
	background: #f3eef6;
	box-shadow: 0 12px 28px rgba(25, 7, 36, 0.2);
}

.button .icon {
	width: 18px;
	height: 18px;
	transition: transform 0.22s var(--ease);
}

.button:hover .icon--arrow-right,
.text-link:hover .icon--arrow-right {
	transform: translateX(3px);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding-block: 8px;
	border-bottom: 1px solid currentColor;
	color: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.3;
}

.text-link:hover {
	color: var(--violet);
}

.text-link .icon {
	width: 17px;
	height: 17px;
	transition: transform 0.22s var(--ease);
}

.circle-link {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid var(--line);
	border-radius: 50%;
	transition: background 0.22s, border-color 0.22s, color 0.22s, transform 0.22s var(--ease);
}

.circle-link:hover {
	border-color: var(--violet-deep);
	background: var(--violet-deep);
	color: var(--white);
	transform: translateX(3px);
}

.icon {
	--icon-url: none;
	display: inline-block;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	background: currentColor;
	-webkit-mask: var(--icon-url) center / contain no-repeat;
	mask: var(--icon-url) center / contain no-repeat;
}

.icon--arrow-right { --icon-url: url("../icons/arrow-right.svg"); }
.icon--arrow-up-right { --icon-url: url("../icons/arrow-up-right.svg"); }
.icon--badge-check { --icon-url: url("../icons/badge-check.svg"); }
.icon--book-open { --icon-url: url("../icons/book-open.svg"); }
.icon--clipboard-check { --icon-url: url("../icons/clipboard-check.svg"); }
.icon--clock { --icon-url: url("../icons/clock.svg"); }
.icon--file-text { --icon-url: url("../icons/file-text.svg"); }
.icon--flask-conical { --icon-url: url("../icons/flask-conical.svg"); }
.icon--headphones { --icon-url: url("../icons/headphones.svg"); }
.icon--facebook { --icon-url: url("../icons/facebook-brand.svg"); }
.icon--instagram { --icon-url: url("../icons/instagram-brand.svg"); }
.icon--linkedin { --icon-url: url("../icons/linkedin-brand.svg"); }
.icon--log-in { --icon-url: url("../icons/log-in.svg"); }
.icon--mail { --icon-url: url("../icons/mail.svg"); }
.icon--map-pin { --icon-url: url("../icons/map-pin.svg"); }
.icon--message-circle { --icon-url: url("../icons/message-circle.svg"); }
.icon--microscope { --icon-url: url("../icons/microscope.svg"); }
.icon--phone { --icon-url: url("../icons/phone.svg"); }
.icon--scan-line { --icon-url: url("../icons/scan-line.svg"); }
.icon--shield-check { --icon-url: url("../icons/shield-check.svg"); }
.icon--tiktok { --icon-url: url("../icons/tiktok-brand.svg"); }
.icon--users { --icon-url: url("../icons/users.svg"); }
.icon--whatsapp { --icon-url: url("../icons/whatsapp-brand.svg"); }

/* Header */
.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 100;
	height: var(--header-height);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(13, 14, 19, 0.96);
	color: var(--white);
	transition: height 0.25s, box-shadow 0.25s, background 0.25s;
}

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

.site-header.is-scrolled {
	height: 72px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
	background: var(--ink);
}

.site-header__inner {
	display: flex;
	align-items: center;
	height: 100%;
	gap: 26px;
}

.brand {
	flex: 0 0 auto;
}

.brand img {
	width: 154px;
	height: auto;
}

.site-nav {
	margin-left: auto;
}

.site-nav__list,
.site-nav__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav__list {
	display: flex;
	align-items: center;
	gap: 25px;
}

.site-nav__list > li {
	position: relative;
}

.site-nav__contact {
	display: none;
}

.site-nav a {
	display: block;
	padding: 10px 0;
	color: #d0d1d8;
	font-size: 0.83rem;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	transition: color 0.2s;
}

.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
	color: var(--white);
}

.site-nav .sub-menu {
	position: absolute;
	top: calc(100% + 12px);
	left: -18px;
	min-width: 230px;
	padding: 10px;
	border: 1px solid var(--line-dark);
	border-radius: 14px;
	background: var(--coal);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.26);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);
	transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}

.site-nav .sub-menu::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	height: 18px;
}

.site-nav li:hover > .sub-menu,
.site-nav li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.site-nav .sub-menu a {
	padding: 11px 12px;
	border-radius: 9px;
}

.site-nav .sub-menu a:hover {
	background: #252630;
}

.button--header {
	min-height: 46px;
	padding-inline: 18px;
	color: var(--white);
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 0;
	background: transparent;
	color: var(--white);
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 24px;
	height: 1px;
	margin: 6px 0;
	background: currentColor;
}

/* Home */
.home-hero {
	padding: calc(var(--header-height) + 68px) 0 0;
	background: var(--ink);
	color: var(--white);
}

.home-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
	gap: clamp(50px, 7vw, 98px);
	align-items: center;
}

.home-hero__content {
	padding-bottom: 42px;
}

.home-hero__content h1 {
	max-width: 680px;
	margin-bottom: 26px;
	font-size: clamp(3.55rem, 5.5vw, 4.8rem);
}

.home-hero__content h1 span {
	color: var(--lavender);
}

.home-hero__content .hero-lead {
	max-width: 650px;
	margin-bottom: 34px;
	color: #c3c4cb;
}

.home-hero__figure {
	margin: 0;
}

.home-hero__figure img {
	width: 100%;
	aspect-ratio: 1.18 / 1;
	object-fit: cover;
	object-position: center;
	border-radius: var(--radius-lg);
}

.home-hero__figure figcaption,
.page-hero figure figcaption,
.quality-feature figure figcaption,
.team-section figure figcaption,
.line-quality figure figcaption,
.development-section figure figcaption {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 4px 0;
	color: #9c9ea8;
	font-size: 0.72rem;
}

.credentials {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 62px;
	border-top: 1px solid #31323a;
	border-bottom: 1px solid #31323a;
}

.credentials > div {
	padding: 25px 24px;
	border-left: 1px solid #31323a;
}

.credentials > div:first-child {
	padding-left: 0;
	border-left: 0;
}

.credentials strong,
.credentials span {
	display: block;
}

.credentials strong {
	margin-bottom: 5px;
	font-size: 0.9rem;
	font-weight: 600;
}

.credentials span {
	color: #92949e;
	font-size: 0.72rem;
	line-height: 1.5;
}

.signature-image {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: clamp(35px, 7vw, 90px);
	align-items: center;
	margin-top: 68px;
}

.signature-image img {
	width: 100%;
	height: clamp(290px, 34vw, 430px);
	object-fit: cover;
	border-radius: var(--radius-lg);
}

.signature-image p {
	margin: 0;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}

.signature-image strong,
.signature-image span {
	display: block;
}

.signature-image strong {
	margin-bottom: 10px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 540;
	line-height: 1.15;
}

.signature-image span {
	color: var(--muted);
}

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

.line-item {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr) 50px;
	gap: clamp(26px, 5vw, 70px);
	align-items: center;
	padding: 38px 0;
	border-bottom: 1px solid var(--line);
}

.line-item__label,
.specialty-panel__label,
.trust-slide__type,
.unit-label,
.article-meta,
.article-aside__label {
	color: var(--violet-deep);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.line-item h3 {
	margin-bottom: 10px;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.line-item p {
	max-width: 740px;
	margin: 0;
	color: var(--muted);
}

.quality-feature__grid,
.team-section__grid,
.line-quality__grid,
.development-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(50px, 8vw, 110px);
	align-items: center;
}

.quality-feature figure,
.team-section figure,
.line-quality figure,
.development-section figure {
	margin: 0;
}

.quality-feature figure img,
.team-section figure img,
.line-quality figure img,
.development-section figure img {
	width: 100%;
	aspect-ratio: 1 / 1.03;
	object-fit: cover;
	border-radius: var(--radius-lg);
}

.quality-feature__content h2,
.team-section__content h2,
.line-quality__grid h2,
.development-section__grid h2 {
	max-width: 620px;
}

.quality-feature__content .lead-copy,
.team-section__content .lead-copy,
.line-quality__grid .lead-copy,
.development-section__grid .lead-copy {
	color: #e2e2e6;
}

.fact-list {
	margin: 34px 0;
	border-top: 1px solid var(--line-dark);
}

.fact-list > div {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 24px;
	padding: 20px 0;
	border-bottom: 1px solid var(--line-dark);
}

.fact-list dt {
	font-weight: 600;
}

.fact-list dd {
	color: var(--muted-light);
	font-size: 0.9rem;
}

.people-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
	gap: clamp(50px, 10vw, 140px);
}

.people-section__grid h2 {
	max-width: 690px;
}

.people-section__copy {
	padding-top: 42px;
	color: var(--muted);
}

.people-section__copy .lead-copy {
	color: var(--text);
}

.role-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 30px;
}

.role-list span,
.practice-list span {
	padding: 10px 14px;
	border: 1px solid #cbc9d0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.48);
	font-size: 0.78rem;
	font-weight: 600;
}

.trust-heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 40px;
	margin-bottom: 44px;
}

.trust-heading h2 {
	max-width: 760px;
	margin-bottom: 0;
}

.carousel-controls {
	display: flex;
	gap: 8px;
}

.carousel-controls button {
	width: 46px;
	height: 46px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: var(--white);
	color: var(--ink);
	cursor: pointer;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.carousel-controls button:hover {
	border-color: var(--ink);
	background: var(--ink);
	color: var(--white);
}

.carousel-controls button:disabled {
	opacity: 0.35;
	cursor: default;
}

.carousel-controls button:disabled:hover {
	border-color: var(--line);
	background: var(--white);
	color: var(--ink);
}

.trust-carousel {
	overflow: hidden;
}

.trust-carousel__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 20px) / 2);
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	overscroll-behavior-inline: contain;
}

.trust-carousel__track::-webkit-scrollbar {
	display: none;
}

.trust-slide {
	min-height: 330px;
	padding: clamp(30px, 4vw, 48px);
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	background: var(--paper);
	scroll-snap-align: start;
}

.trust-slide--quote {
	background: var(--ink);
	color: var(--white);
}

.trust-slide--quote .trust-slide__type {
	color: var(--lavender);
}

.trust-slide blockquote {
	max-width: 620px;
	margin: 66px 0 48px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: clamp(1.85rem, 3vw, 2.7rem);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.028em;
}

.trust-slide footer {
	display: flex;
	flex-direction: column;
}

.trust-slide footer strong {
	font-size: 0.88rem;
}

.trust-slide footer span {
	color: #92949e;
	font-size: 0.73rem;
}

.trust-slide__metric {
	display: block;
	margin: 70px 0 8px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: clamp(2.5rem, 5vw, 4.4rem);
	font-weight: 540;
	line-height: 1;
	letter-spacing: -0.04em;
}

.trust-slide > h3 {
	max-width: 480px;
	margin: 68px 0 18px;
	font-size: clamp(2rem, 3.2vw, 3rem);
}

.trust-slide > p:last-child {
	max-width: 500px;
	color: var(--muted);
}

.prescriber-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(70px, 8vw, 104px) 0;
	background: var(--gradient);
	color: var(--white);
}

.prescriber-cta__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 50px;
	align-items: end;
}

.prescriber-cta h2 {
	max-width: 760px;
	margin-bottom: 18px;
}

.prescriber-cta p:not(.eyebrow) {
	max-width: 650px;
	margin-bottom: 0;
	color: #e6ddeb;
}

.prescriber-cta__mark {
	position: absolute;
	right: 90px;
	top: 50%;
	width: 320px;
	transform: translateY(-50%);
	opacity: 0.06;
	pointer-events: none;
}

.article-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(22px, 2.5vw, 34px);
	align-items: stretch;
}

.article-card {
	position: relative;
	overflow: hidden;
	min-width: 0;
	border: 1px solid var(--line);
	border-radius: 4px 4px 30px 4px;
	background: var(--white);
	box-shadow: 0 14px 38px rgba(20, 18, 27, 0.055);
	transition: border-color 0.25s, transform 0.25s var(--ease), box-shadow 0.25s;
}

.article-card::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 86px;
	height: 3px;
	background: var(--gradient-action);
	pointer-events: none;
}

.article-card:hover {
	border-color: rgba(138, 59, 217, 0.34);
	transform: translateY(-3px);
	box-shadow: 0 22px 52px rgba(36, 23, 48, 0.11);
}

.article-card > a {
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
	color: inherit;
}

.article-card > a:focus-visible {
	border-radius: inherit;
	outline: 3px solid var(--lavender);
	outline-offset: -5px;
}

.article-card img {
	width: 100%;
	aspect-ratio: 1.48 / 1;
	object-fit: cover;
	filter: saturate(0.88) contrast(1.02);
	transition: filter 0.35s var(--ease), transform 0.45s var(--ease);
}

.article-card:hover img {
	filter: saturate(0.98) contrast(1.02);
	transform: scale(1.022);
}

.article-card__body {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 276px;
	padding: clamp(24px, 2.4vw, 31px);
	background: var(--white);
}

.article-card__body::before {
	content: "";
	position: absolute;
	top: 0;
	left: clamp(24px, 2.4vw, 31px);
	width: 54px;
	height: 1px;
	background: var(--gradient-action);
}

.article-meta {
	margin: 0 0 15px;
	color: var(--violet-deep);
	font-size: 0.66rem;
	letter-spacing: 0.11em;
	line-height: 1.45;
}

.article-card h2,
.article-card h3 {
	margin: 0 0 14px;
	color: var(--ink);
	font-size: clamp(1.22rem, 1.7vw, 1.48rem);
	font-weight: 680;
	line-height: 1.24;
}

.article-card__body > p:not(.article-meta) {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--muted);
	font-size: 0.9rem;
	line-height: 1.68;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.article-card__body > span {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid #eceaf0;
	color: var(--violet-deep);
	font-size: 0.76rem;
	font-weight: 680;
	line-height: 1.4;
}

.article-card__body > span::after {
	content: "";
	flex: 0 0 24px;
	width: 24px;
	height: 2px;
	background: var(--gradient-action);
}

.article-card__body > span .icon {
	width: 16px;
	height: 16px;
}

.faq-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(50px, 10vw, 135px);
}

.faq-grid > div:first-child > p:last-child {
	color: var(--muted);
}

.accordion details {
	border-top: 1px solid var(--line);
}

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

.accordion summary {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	padding: 24px 0;
	font-weight: 600;
	line-height: 1.45;
	list-style: none;
	cursor: pointer;
}

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

.accordion summary span {
	color: var(--violet-deep);
	font-size: 1.4rem;
	font-weight: 400;
	transition: transform 0.2s;
}

.accordion details[open] summary span {
	transform: rotate(45deg);
}

.accordion details p {
	max-width: 720px;
	padding: 0 48px 25px 0;
	color: var(--muted);
	font-size: 0.93rem;
}

/* Internal heroes */
.page-hero,
.simple-hero,
.article-hero,
.archive-hero {
	padding-top: calc(var(--header-height) + clamp(62px, 7vw, 96px));
	background: var(--ink);
	color: var(--white);
}

.page-hero {
	padding-bottom: clamp(62px, 7vw, 92px);
}

.page-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(450px, 1.08fr);
	gap: clamp(50px, 8vw, 108px);
	align-items: center;
}

.page-hero__content h1 {
	max-width: 730px;
	font-size: clamp(3.2rem, 4.9vw, 4.25rem);
}

.page-hero__content > p:not(.eyebrow) {
	max-width: 690px;
	margin-bottom: 0;
	color: #c1c3cb;
	font-size: 1.08rem;
}

.page-hero__content .button {
	margin-top: 30px;
}

.page-hero figure {
	margin: 0;
}

.page-hero figure img {
	width: 100%;
	aspect-ratio: 1.12 / 1;
	object-fit: cover;
	border-radius: var(--radius-lg);
}

.page-hero--quality figure img {
	object-position: 62% center;
}

.page-hero--graphic {
	background: #151119;
}

.page-hero__brand-art {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 470px;
	padding: 52px;
	overflow: hidden;
	border-radius: var(--radius-lg);
	background: var(--gradient);
}

.page-hero__brand-art span {
	position: relative;
	z-index: 1;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	font-family: "Montserrat", Arial, sans-serif;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	font-weight: 520;
}

.page-hero__brand-art img {
	position: absolute;
	right: -65px;
	top: -35px;
	width: 360px;
	opacity: 0.08;
}

.value-rows {
	border-top: 1px solid var(--line);
}

.value-rows article {
	display: grid;
	grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(40px, 8vw, 110px);
	padding: 34px 0;
	border-bottom: 1px solid var(--line);
}

.value-rows h3,
.value-rows p {
	margin: 0;
}

.value-rows p {
	max-width: 680px;
	color: var(--muted);
}

.units-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.units-grid article {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 18px 12px;
	padding: 34px;
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	background: var(--white);
}

.units-grid article > .icon {
	width: 26px;
	height: 26px;
	color: var(--violet-deep);
}

.units-grid h3 {
	margin: 6px 0 8px;
	font-size: 1.45rem;
}

.units-grid article p:not(.unit-label) {
	margin: 0;
	color: var(--muted);
}

.units-grid .text-link {
	grid-column: 2;
	justify-self: start;
}

.compact-cta {
	background: var(--coal);
	color: var(--white);
}

.compact-cta__inner,
.catalog-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 50px;
	align-items: end;
}

.compact-cta h2,
.catalog-cta h2 {
	max-width: 760px;
	margin-bottom: 0;
}

/* Structure and quality */
.quality-gallery__grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 22px;
	align-items: end;
}

.quality-gallery figure {
	margin: 0;
}

.quality-gallery img {
	width: 100%;
	object-fit: cover;
	border-radius: var(--radius-lg);
}

.quality-gallery__main img {
	aspect-ratio: 1.32 / 1;
}

.quality-gallery__detail img {
	aspect-ratio: 0.85 / 1;
}

.quality-gallery figcaption {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 13px;
	font-size: 0.74rem;
}

.quality-gallery figcaption span {
	color: var(--muted);
}

.quality-rows {
	border-top: 1px solid var(--line-dark);
	counter-reset: none;
}

.quality-rows article {
	display: grid;
	grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(40px, 8vw, 110px);
	padding: 30px 0;
	border-bottom: 1px solid var(--line-dark);
}

.quality-rows h3,
.quality-rows p {
	margin: 0;
}

.quality-rows p {
	max-width: 700px;
}

.authorization-table {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	background: var(--white);
}

.authorization-table > div {
	display: grid;
	grid-template-columns:
		minmax(180px, 1.15fr)
		minmax(90px, 0.5fr)
		minmax(90px, 0.5fr)
		minmax(210px, 1.25fr)
		minmax(230px, 1.45fr);
}

.authorization-table > div + div {
	border-top: 1px solid var(--line);
}

.authorization-table span,
.authorization-table strong {
	padding: 20px;
	border-left: 1px solid var(--line);
	font-size: 0.82rem;
	font-weight: 500;
}

.authorization-table span:first-child,
.authorization-table strong:first-child {
	border-left: 0;
}

.authorization-table__head {
	background: var(--ink);
	color: var(--white);
}

.authorization-table__head span {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.authorization-table__technical {
	display: grid;
	gap: 4px;
	line-height: 1.45;
}

.authorization-table__technical small {
	color: var(--muted);
	font-size: 0.7rem;
}

.regulatory-note {
	margin-top: 15px;
	color: var(--muted);
	font-size: 0.74rem;
}

/* Specialties */
.specialty-panels {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 68px;
}

.specialty-panel {
	min-height: 560px;
	padding: clamp(34px, 5vw, 56px);
	border-radius: var(--radius-lg);
	color: var(--white);
}

.specialty-panel--dark {
	background: var(--ink);
}

.specialty-panel--violet {
	background: var(--gradient);
}

.specialty-panel__label {
	color: var(--lavender);
}

.specialty-panel h2 {
	max-width: 500px;
	margin: 95px 0 20px;
}

.specialty-panel > p:not(.specialty-panel__label) {
	max-width: 530px;
	color: #d4d5dc;
}

.specialty-panel ul {
	margin: 26px 0 38px;
	padding: 0;
	list-style: none;
}

.specialty-panel li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 0.88rem;
}

.practice-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.practice-list span {
	padding: 14px 20px;
	background: var(--paper);
	font-size: 0.86rem;
}

.personalization-section__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(50px, 10vw, 140px);
}

.personalization-section__grid > div:last-child {
	padding-top: 42px;
}

.personalization-section__grid .lead-copy {
	color: #e2e2e6;
}

.professional-notice {
	padding: 26px 0;
	background: var(--paper-deep);
}

.professional-notice .container {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 30px;
	align-items: start;
}

.professional-notice strong {
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.professional-notice p {
	margin: 0;
	color: var(--muted);
	font-size: 0.82rem;
}

.professional-notice--light {
	background: var(--white);
}

.category-rows {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid var(--line);
}

.category-rows > div {
	padding: 28px 30px 28px 0;
	border-bottom: 1px solid var(--line);
}

.category-rows > div:nth-child(even) {
	padding-left: 30px;
	border-left: 1px solid var(--line);
}

.category-rows strong,
.category-rows span {
	display: block;
}

.category-rows strong {
	margin-bottom: 8px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 550;
}

.category-rows span {
	max-width: 520px;
	color: var(--muted);
	font-size: 0.88rem;
}

.check-list {
	margin: 30px 0 36px;
	padding: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding: 14px 0 14px 26px;
	border-bottom: 1px solid var(--line-dark);
	color: #d7d8de;
	font-size: 0.9rem;
}

.check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 22px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--lavender);
}

.catalog-cta {
	background: var(--white);
}

.catalog-cta p:not(.eyebrow) {
	max-width: 700px;
	color: var(--muted);
}

.catalog-cta--soft {
	background: var(--violet-soft);
}

/* Prescriber and contact */
.prescriber-hero {
	position: relative;
	overflow: hidden;
	padding: calc(var(--header-height) + clamp(72px, 8vw, 110px)) 0 clamp(76px, 8vw, 110px);
	background: var(--gradient);
	color: var(--white);
}

.prescriber-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.5fr);
	gap: 80px;
	align-items: end;
}

.prescriber-hero h1 {
	max-width: 760px;
}

.prescriber-hero p:not(.eyebrow) {
	max-width: 650px;
	margin-bottom: 30px;
	color: #e8dfec;
	font-size: 1.08rem;
}

.prescriber-hero__aside {
	position: relative;
	min-height: 270px;
	padding: 34px;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.prescriber-hero__aside img {
	width: 130px;
	margin-bottom: 46px;
	opacity: 0.7;
}

.prescriber-hero__aside p {
	margin: 0 !important;
	font-size: 0.85rem !important;
}

.benefit-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid var(--line);
}

.benefit-list article {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 18px;
	padding: 30px 30px 30px 0;
	border-bottom: 1px solid var(--line);
}

.benefit-list article:nth-child(even) {
	padding-left: 30px;
	border-left: 1px solid var(--line);
}

.benefit-list .icon {
	width: 27px;
	height: 27px;
	color: var(--violet-deep);
}

.benefit-list h3 {
	margin-bottom: 9px;
	font-size: 1.35rem;
}

.benefit-list p {
	margin: 0;
	color: var(--muted);
	font-size: 0.88rem;
}

.form-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
	gap: clamp(50px, 9vw, 120px);
	align-items: start;
}

.form-section__intro {
	position: sticky;
	top: calc(var(--header-height) + 34px);
}

.form-section__intro > p:not(.eyebrow) {
	color: var(--muted);
}

.privacy-note {
	margin-top: 38px;
	padding-top: 22px;
	border-top: 1px solid var(--line);
}

.privacy-note strong {
	font-size: 0.8rem;
}

.privacy-note p {
	margin: 7px 0 0;
	font-size: 0.78rem;
}

.form-card {
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	background: var(--white);
	box-shadow: var(--shadow-soft);
}

.form-fallback {
	padding: 30px;
	border-radius: var(--radius-md);
	background: var(--paper);
}

.form-fallback p {
	margin-bottom: 22px;
	color: var(--muted);
}

.wpcf7-form {
	display: block;
}

.optimus-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.wpcf7-form > p,
.optimus-form > p {
	margin: 0;
}

.wpcf7-form .form-full,
.optimus-form .form-full,
.wpcf7-form .wpcf7-response-output {
	grid-column: 1 / -1;
}

.wpcf7-form .wpcf7-response-output {
	margin: 20px 0 0;
}

.wpcf7-form label,
.optimus-form label {
	display: block;
	color: var(--text);
	font-size: 0.78rem;
	font-weight: 600;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}

.wpcf7-form input:not([type="checkbox"]):not([type="submit"]),
.wpcf7-form select,
.wpcf7-form textarea,
.optimus-form input:not([type="checkbox"]):not([type="submit"]),
.optimus-form select,
.optimus-form textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #c9c8cf;
	border-radius: var(--radius-sm);
	background: #fbfbfc;
	color: var(--text);
	font-family: "Montserrat", sans-serif;
	font-size: 0.9rem;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.wpcf7-form textarea,
.optimus-form textarea {
	min-height: 140px;
	resize: vertical;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus,
.optimus-form input:focus,
.optimus-form select:focus,
.optimus-form textarea:focus {
	border-color: var(--violet);
	box-shadow: 0 0 0 3px rgba(108, 38, 156, 0.1);
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-acceptance label,
.consent-row label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 0.72rem;
	font-weight: 400;
	line-height: 1.55;
}

.wpcf7-acceptance input,
.consent-row input {
	margin-top: 4px;
}

.wpcf7-submit,
.optimus-form input[type="submit"] {
	min-height: 50px;
	padding: 0 22px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(125deg, #542079, #742a93);
	color: var(--white);
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
}

.wpcf7-submit:disabled,
.optimus-form input[type="submit"]:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	filter: saturate(0.5);
}

.wpcf7-spinner {
	margin: 10px 0 0 10px;
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 0.72rem;
}

.wpcf7 form .wpcf7-response-output {
	margin: 8px 0 0;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 0.8rem;
}

.channel-rows {
	border-top: 1px solid var(--line-dark);
}

.channel-rows a {
	display: grid;
	grid-template-columns: 42px 1fr 24px;
	gap: 20px;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid var(--line-dark);
	transition: color 0.2s, padding 0.2s;
}

.channel-rows a:hover {
	padding-inline: 12px;
	color: var(--lavender);
}

.channel-rows a > .icon:first-child {
	width: 26px;
	height: 26px;
}

.channel-rows span,
.channel-rows strong,
.channel-rows small {
	display: block;
}

.channel-rows strong {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 540;
}

.channel-rows small {
	color: var(--muted-light);
	font-size: 0.75rem;
}

.contact-hero {
	padding: calc(var(--header-height) + clamp(75px, 8vw, 110px)) 0 clamp(72px, 8vw, 105px);
	background: var(--paper);
}

.contact-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
	gap: clamp(50px, 10vw, 140px);
	align-items: end;
}

.contact-hero h1 {
	max-width: 740px;
	margin-bottom: 0;
}

.contact-hero__grid > div:last-child {
	color: var(--muted);
}

.contact-hero__grid .lead-copy {
	color: var(--text);
}

.contact-social {
	padding: clamp(65px, 7vw, 92px) 0;
	background: var(--gradient);
	color: var(--white);
}

.contact-social__inner {
	display: grid;
	grid-template-columns: 1fr 0.75fr;
	gap: 80px;
	align-items: end;
}

.contact-social h2 {
	max-width: 700px;
	margin-bottom: 0;
}

.contact-social__links {
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.contact-social__links a {
	display: grid;
	grid-template-columns: 30px 1fr 20px;
	gap: 16px;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	font-weight: 600;
}

/* Blog */
.blog-hero {
	padding: calc(var(--header-height) + clamp(70px, 7vw, 100px)) 0 0;
	background: var(--ink);
	color: var(--white);
}

.blog-hero__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 90px;
	align-items: end;
	padding-bottom: 60px;
}

.blog-hero h1 {
	max-width: 820px;
	margin-bottom: 0;
}

.blog-hero__grid > div:last-child {
	color: #b8bac3;
	font-size: 1.05rem;
}

.topic-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 20px 0;
	border-top: 1px solid var(--line-dark);
}

.topic-nav span {
	margin-right: 12px;
	color: #8e909b;
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.topic-nav a {
	padding: 8px 12px;
	border: 1px solid var(--line-dark);
	border-radius: 999px;
	color: #d3d4da;
	font-size: 0.75rem;
}

.topic-nav a:hover {
	border-color: var(--lavender);
	color: var(--white);
}

.featured-article__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: clamp(50px, 8vw, 100px);
	align-items: center;
}

.featured-article__image img {
	width: 100%;
	aspect-ratio: 1.25 / 1;
	object-fit: cover;
	border-radius: var(--radius-lg);
}

.featured-article__content h2 {
	margin-bottom: 20px;
}

.featured-article__content > p:not(.article-meta) {
	color: var(--muted);
}

.featured-article__content .button {
	margin-top: 16px;
}

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

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

.pagination {
	margin-top: 46px;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding-inline: 12px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: var(--white);
	font-size: 0.8rem;
}

.pagination .current {
	background: var(--violet-deep);
	color: var(--white);
}

.empty-state {
	padding: 40px;
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	background: var(--white);
	color: var(--muted);
}

.article-hero {
	padding-bottom: 68px;
}

.article-hero__inner {
	max-width: 940px;
}

.back-link {
	display: inline-block;
	margin-bottom: 48px;
	color: #aaaeb8;
	font-size: 0.78rem;
	font-weight: 600;
}

.back-link:hover {
	color: var(--white);
}

.article-hero h1 {
	font-size: clamp(3rem, 5vw, 4.5rem);
}

.article-hero__excerpt {
	max-width: 760px;
	color: #bfc1c9;
	font-size: 1.1rem;
}

.article-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 36px;
	padding-top: 20px;
	border-top: 1px solid var(--line-dark);
	color: #989aa5;
	font-size: 0.75rem;
}

.article-cover {
	width: var(--container-wide);
	padding-top: 24px;
	background: var(--paper);
}

.article-cover img {
	width: 100%;
	max-height: 720px;
	object-fit: cover;
	border-radius: var(--radius-lg);
}

.article-layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) minmax(240px, 320px);
	gap: clamp(55px, 9vw, 120px);
	justify-content: center;
}

.article-content {
	font-size: 1.02rem;
}

.article-content h2 {
	margin-top: 2em;
	font-size: 2.35rem;
}

.article-content h3 {
	margin-top: 1.8em;
}

.article-content p,
.article-content li {
	color: #42434b;
}

.article-content a {
	color: var(--violet-deep);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.article-content blockquote {
	margin: 38px 0;
	padding: 26px 30px;
	border-left: 3px solid var(--violet);
	background: var(--white);
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 1.35rem;
}

.article-aside {
	position: sticky;
	top: calc(var(--header-height) + 34px);
	height: max-content;
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	background: var(--white);
}

.article-aside > p:not(.article-aside__label) {
	color: var(--muted);
	font-size: 0.84rem;
}

.article-aside dl {
	margin: 24px 0;
	border-top: 1px solid var(--line);
}

.article-aside dl > div {
	padding: 13px 0;
	border-bottom: 1px solid var(--line);
}

.article-aside dt,
.article-aside dd {
	font-size: 0.73rem;
}

.article-aside dt {
	color: var(--muted);
}

.article-notice {
	padding: 16px;
	border-radius: 12px;
	background: var(--violet-soft);
}

.article-notice p {
	margin: 5px 0 0;
	font-size: 0.72rem !important;
}

.archive-hero,
.simple-hero {
	padding-bottom: 72px;
}

.archive-hero h1,
.simple-hero h1 {
	max-width: 800px;
	margin-bottom: 0;
}

.archive-description {
	max-width: 680px;
	color: #b6b8c0;
}

.entry-content {
	font-size: 1.02rem;
}

.entry-content h2 {
	margin-top: 1.8em;
	font-size: 2.35rem;
}

.entry-content a {
	color: var(--violet-deep);
	text-decoration: underline;
}

.not-found {
	display: grid;
	place-items: center;
	min-height: 76vh;
	padding: calc(var(--header-height) + 70px) 0 80px;
	background: var(--ink);
	color: var(--white);
	text-align: center;
}

.not-found .eyebrow {
	justify-content: center;
}

.not-found p:not(.eyebrow) {
	margin-bottom: 30px;
	color: #b9bbc4;
}

/* Privacy notice */
.legal-page__grid {
	display: grid;
	grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.55fr);
	gap: clamp(56px, 9vw, 132px);
}

.legal-page aside {
	position: sticky;
	top: calc(var(--header-height) + 32px);
	align-self: start;
}

.legal-page aside > p:not(.eyebrow) {
	margin-bottom: 26px;
	color: var(--muted);
}

.legal-page__content {
	max-width: 760px;
}

.legal-page__content h2 {
	margin: 48px 0 14px;
	font-size: clamp(1.55rem, 2.6vw, 2.15rem);
}

.legal-page__content h2:first-child {
	margin-top: 0;
}

.legal-page__content p,
.legal-page__content li {
	color: var(--muted);
}

.legal-page__content ul {
	margin: 18px 0 0;
	padding-left: 22px;
}

.legal-page__content li + li {
	margin-top: 8px;
}

.legal-page__content a,
.footer-legal a,
.privacy-note a,
.consent-row a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Footer */
.site-footer {
	padding-top: 64px;
	background: #0a0b0f;
	color: var(--white);
}

.footer-main {
	display: grid;
	grid-template-columns: 1.4fr 0.75fr 0.9fr 1.15fr;
	gap: clamp(34px, 5vw, 72px);
	padding-bottom: 42px;
}

.footer-brand img {
	width: 178px;
	margin-bottom: 24px;
}

.footer-brand > p {
	max-width: 360px;
	color: #a7a9b3;
	font-size: clamp(0.9rem, 0.9vw, 0.96rem);
	line-height: 1.62;
	text-wrap: balance;
}

.social-links {
	display: flex;
	gap: 9px;
	margin-top: 24px;
}

.social-links a {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--line-dark);
	border-radius: 50%;
	color: #d9dae0;
	transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.social-links a:hover {
	border-color: var(--violet-mid);
	background: var(--violet-deep);
	transform: translateY(-2px);
}

.social-links .icon {
	width: 18px;
	height: 18px;
}

.footer-trust-seal {
	width: 72px;
	height: 58px;
	margin-top: 18px;
	overflow: hidden;
}

#ra-verified-seal {
	display: inline-flex;
	width: 105px;
	transform: scale(0.68);
	transform-origin: left top;
}

.footer-trust-seal img,
.footer-trust-seal iframe {
	width: auto;
	max-width: 100%;
	margin: 0;
}

.footer-column h2,
.footer-contact h2 {
	margin-bottom: 18px;
	color: var(--lavender);
	font-family: "Montserrat", sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-column li + li {
	margin-top: 10px;
}

.footer-column a,
.footer-contact p {
	color: #b9bbc4;
	font-size: 0.8rem;
}

.footer-column a:hover,
.footer-contact a:hover {
	color: var(--white);
}

.footer-contact__list {
	display: grid;
	gap: 15px;
}

.footer-contact__item {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	margin: 0;
}

.footer-contact__item .icon {
	width: 18px;
	height: 18px;
	color: var(--lavender);
}

.footer-contact__item a,
.footer-contact__item span {
	line-height: 1.55;
}

.footer-hours {
	color: #858791 !important;
	font-size: 0.73rem !important;
}

.footer-hours .icon {
	align-self: start;
	margin-top: 2px;
}

.footer-units {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	padding: 18px 0;
	border-top: 1px solid #292a32;
	border-bottom: 1px solid #292a32;
}

.footer-units address {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 11px;
	align-items: start;
	font-style: normal;
	font-size: 0.72rem;
}

.footer-units address > .icon {
	width: 18px;
	height: 18px;
	margin-top: 1px;
	color: var(--lavender);
}

.footer-unit__content {
	display: grid;
	gap: 5px;
}

.footer-units strong {
	color: #dedfe4;
}

.footer-units span {
	color: #7f818c;
}

.footer-unit__regulatory {
	display: grid;
	grid-template-columns: minmax(64px, 0.48fr) minmax(64px, 0.48fr) minmax(0, 1.35fr);
	gap: 8px 14px;
	margin: 10px 0 0;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-unit__regulatory > div {
	min-width: 0;
}

.footer-unit__regulatory dt {
	color: var(--lavender);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-unit__regulatory dd {
	margin: 4px 0 0;
	color: #a7a9b3;
	font-size: 0.66rem;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.footer-unit__technical {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: max-content minmax(0, 1fr);
	gap: 10px;
	align-items: baseline;
	padding-top: 7px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-unit__technical dt,
.footer-unit__technical dd {
	white-space: nowrap;
}

.footer-unit__technical dd {
	margin-top: 0;
	color: #d0d1d7;
}

.footer-unit__technical dd span {
	margin-left: 6px;
	color: #858791;
	white-space: nowrap;
}

.footer-legal {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 16px 0;
	color: #7f818c;
	font-size: 0.7rem;
}

.footer-legal p {
	margin: 0;
}

.footer-legal p:last-child {
	margin-left: auto;
	text-align: right;
}

.cookie-preferences {
	margin-left: 14px;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.cookie-preferences:hover,
.cookie-preferences:focus-visible {
	color: var(--white);
}

.cookie-consent {
	position: fixed;
	left: 24px;
	bottom: 24px;
	z-index: 100;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	width: min(820px, calc(100% - 48px));
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 20px;
	background: rgba(13, 12, 18, 0.97);
	color: var(--white);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
	backdrop-filter: blur(14px);
}

.cookie-consent[hidden] {
	display: none;
}

.cookie-consent__copy strong {
	display: block;
	margin-bottom: 5px;
	font-size: 0.9rem;
}

.cookie-consent__copy p {
	margin: 0;
	color: #c6c3ce;
	font-size: 0.76rem;
	line-height: 1.55;
}

.cookie-consent__copy a {
	color: var(--white);
	font-weight: 650;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cookie-consent__actions {
	display: flex;
	align-items: center;
	gap: 9px;
}

.cookie-consent__actions .button {
	min-height: 42px;
	padding-inline: 16px;
	white-space: nowrap;
}

.whatsapp-float {
	--whatsapp-base-bottom: 20px;
	--whatsapp-footer-lift: 0px;
	position: fixed;
	right: 20px;
	bottom: calc(var(--whatsapp-base-bottom) + var(--whatsapp-footer-lift));
	z-index: 80;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	min-height: 66px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(145deg, #35e47a 0%, #25d366 48%, #128c7e 100%);
	color: var(--white);
	box-shadow: 0 14px 34px rgba(15, 112, 73, 0.3);
	transition: bottom 0.18s var(--ease), transform 0.2s, box-shadow 0.2s;
}

.whatsapp-float:hover {
	transform: translateY(-3px) scale(1.03);
	box-shadow: 0 18px 40px rgba(15, 112, 73, 0.38);
}

.whatsapp-float .icon {
	width: 32px;
	height: 32px;
	color: var(--white);
}

.whatsapp-float:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.78);
	outline-offset: 3px;
}

.whatsapp-float span { display: none; }

/* Motion */
[data-reveal] {
	opacity: 1;
	transform: none;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
	[data-reveal] { opacity: 1; transform: none; animation: none !important; }
}

@media (max-width: 1120px) {
	:root {
		--container: min(100% - 44px, 1040px);
		--container-wide: min(100% - 44px, 1120px);
	}

	.header-cta,
	.button--header {
		display: none;
	}

	.site-nav__contact {
		display: list-item;
	}

	.site-nav__list {
		gap: 18px;
	}

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

	.home-hero__grid,
	.page-hero__grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
		gap: 44px;
	}

	.home-hero__content h1 {
		font-size: clamp(3.3rem, 6vw, 4.25rem);
	}

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

	.footer-main {
		grid-template-columns: 1.3fr 0.8fr 1fr;
	}

	.footer-contact {
		grid-column: 2 / -1;
	}
}

@media (max-width: 900px) {
	:root {
		--header-height: 74px;
		--container: calc(100vw - 36px);
		--container-wide: calc(100vw - 36px);
		--section-space: 78px;
	}

	h1 { font-size: clamp(2.8rem, 9vw, 3.75rem); }
	h2 { font-size: clamp(2.2rem, 7vw, 3rem); }

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

	.brand img { width: 140px; }
	.menu-toggle { display: block; margin-left: auto; }

	.site-nav {
		position: fixed;
		inset: var(--header-height) 0 0;
		margin: 0;
		padding: 25px 24px 42px;
		overflow-y: auto;
		background: var(--ink);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
	}

	.admin-bar .site-nav { top: calc(var(--header-height) + 46px); }

	.site-nav.is-open {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.site-nav__list { display: block; }
	.site-nav__list > li { border-bottom: 1px solid var(--line-dark); }
	.site-nav a { padding: 17px 0; font-size: 1rem; }
	.site-nav .sub-menu {
		position: static;
		min-width: 0;
		padding: 0 0 12px 18px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.site-nav .sub-menu::before { display: none; }
	.site-nav .sub-menu a { padding: 9px 0; color: #9fa1ab; font-size: 0.83rem; }
	.site-nav__contact {
		margin-top: 24px;
		border-bottom: 0 !important;
	}
	.site-nav__contact a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 50px;
		padding: 0 22px;
		border-radius: 14px;
		background: var(--gradient);
		color: var(--white);
		font-weight: 600;
	}

	.home-hero { padding-top: calc(var(--header-height) + 52px); }
	.home-hero__grid,
	.page-hero__grid,
	.editorial-grid,
	.quality-feature__grid,
	.team-section__grid,
	.line-quality__grid,
	.development-section__grid,
	.people-section__grid,
	.faq-grid,
	.personalization-section__grid,
	.form-section__grid,
	.contact-hero__grid,
	.blog-hero__grid,
	.featured-article__grid,
	.article-layout,
	.contact-social__inner {
		grid-template-columns: 1fr;
	}

	.legal-page__grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.legal-page aside {
		position: static;
	}

	.home-hero__content { padding-bottom: 0; }
	.home-hero__content h1 { font-size: clamp(3rem, 10vw, 4rem); }
	.home-hero__figure img { aspect-ratio: 1.3 / 1; }
	.credentials { grid-template-columns: 1fr 1fr; }
	.credentials > div:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid #31323a; }
	.credentials > div:nth-child(4) { border-top: 1px solid #31323a; }

	.section-heading--split { grid-template-columns: 1fr; gap: 24px; }
	.editorial-copy,
	.people-section__copy,
	.personalization-section__grid > div:last-child { padding-top: 0; }
	.signature-image { grid-template-columns: 1fr; }
	.signature-image p { max-width: 560px; }

	.line-item { grid-template-columns: 145px 1fr 50px; gap: 26px; }
	.quality-feature__grid,
	.team-section__grid,
	.line-quality__grid,
	.development-section__grid { gap: 48px; }
	.quality-feature figure img,
	.team-section figure img,
	.line-quality figure img,
	.development-section figure img { aspect-ratio: 1.35 / 1; }

	.trust-carousel__track { grid-auto-columns: 82%; }
	.prescriber-cta__inner { grid-template-columns: 1fr; align-items: start; }
	.prescriber-cta__mark { right: -40px; top: 30%; }

	.page-hero__grid { gap: 46px; }
	.page-hero figure img { aspect-ratio: 1.35 / 1; }
	.page-hero__brand-art { min-height: 390px; }
	.value-rows article,
	.quality-rows article { grid-template-columns: 1fr; gap: 12px; }

	.specialty-panels { grid-template-columns: 1fr; }
	.specialty-panel { min-height: 0; }
	.specialty-panel h2 { margin-top: 62px; }

	.prescriber-hero__grid { grid-template-columns: 1fr; gap: 50px; }
	.prescriber-hero__aside { min-height: 0; max-width: 500px; }
	.benefit-list { grid-template-columns: 1fr; }
	.benefit-list article:nth-child(even) { padding-left: 0; border-left: 0; }

	.form-section__intro,
	.article-aside { position: static; }
	.form-section__grid { gap: 45px; }
	.article-aside { max-width: 520px; }

	.blog-hero__grid { gap: 28px; }
	.article-cover { padding-top: 18px; }

	.footer-main { grid-template-columns: 1fr 1fr; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-contact { grid-column: auto; }
	.footer-units { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 640px) {
	:root {
		--container: calc(100vw - 28px);
		--container-wide: calc(100vw - 28px);
		--section-space: 68px;
	}

	body { font-size: 15px; }
	h1 { font-size: clamp(2.65rem, 12vw, 3.35rem); }
	h2 { font-size: clamp(2.05rem, 10vw, 2.7rem); }

	.button-row { align-items: stretch; flex-direction: column; }
	.button-row .button { width: 100%; }
	.button { min-height: 50px; }

	.home-hero { padding-top: calc(var(--header-height) + 42px); }
	.home-hero__content h1 { font-size: 3.05rem; }
	.home-hero__figure img { aspect-ratio: 1 / 1; border-radius: 22px; }
	.home-hero__figure figcaption,
	.page-hero figure figcaption { display: block; }
	.home-hero__figure figcaption span { display: block; }
	.credentials { grid-template-columns: 1fr; margin-top: 42px; }
	.credentials > div { padding: 18px 0; border-left: 0; border-top: 1px solid #31323a; }
	.credentials > div:first-child { border-top: 0; }
	.credentials > div:nth-child(4) { border-top: 1px solid #31323a; }

	.signature-image { margin-top: 48px; }
	.signature-image img { height: 290px; border-radius: 22px; }
	.line-item { grid-template-columns: 1fr 46px; gap: 16px; }
	.line-item__label { grid-column: 1 / -1; }
	.line-item .circle-link { grid-column: 2; grid-row: 2; }
	.line-item h3 { font-size: 1.8rem; }

	.fact-list > div { grid-template-columns: 1fr; gap: 5px; }
	.quality-feature figure img,
	.team-section figure img,
	.line-quality figure img,
	.development-section figure img { aspect-ratio: 1 / 1; border-radius: 22px; }

	.trust-heading { display: block; }
	.carousel-controls { margin-top: 26px; }
	.trust-carousel__track { grid-auto-columns: 94%; }
	.trust-slide { min-height: 330px; padding: 28px; }
	.trust-slide blockquote { margin-top: 52px; }
	.trust-slide__metric { margin-top: 60px; }

	.prescriber-cta__inner { gap: 30px; }
	.prescriber-cta__mark { width: 230px; right: -75px; }
	.article-grid,
	.article-grid--blog,
	.article-grid--two {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.article-card {
		border-radius: 4px 4px 24px 4px;
	}

	.article-card img {
		aspect-ratio: 1.5 / 1;
	}

	.article-card__body {
		min-height: 0;
		padding: 23px 22px 24px;
	}

	.article-card__body::before {
		left: 22px;
	}

	.article-card__body > span {
		margin-top: 23px;
	}

	.page-hero { padding-top: calc(var(--header-height) + 50px); }
	.page-hero__content h1 { font-size: 2.85rem; }
	.page-hero figure img { aspect-ratio: 1 / 1; border-radius: 22px; }
	.page-hero__brand-art { min-height: 330px; padding: 30px; border-radius: 22px; }
	.page-hero__brand-art img { width: 260px; }

	.units-grid,
	.quality-gallery__grid,
	.category-rows { grid-template-columns: 1fr; }
	.units-grid article { padding: 26px; }
	.quality-gallery__detail { width: 78%; margin-left: auto !important; }
	.quality-gallery__detail img { aspect-ratio: 1 / 1; }

	.compact-cta__inner,
	.catalog-cta__inner { grid-template-columns: 1fr; align-items: start; }
	.compact-cta__inner .button,
	.catalog-cta__inner .button { width: 100%; }

	.authorization-table { overflow-x: auto; }
	.authorization-table > div { min-width: 980px; }

	.specialty-panel { padding: 30px; border-radius: 22px; }
	.specialty-panel {
		min-width: 0;
	}
	.specialty-panel h2 {
		margin-top: 48px;
		font-size: 2rem;
	}
	.personalization-section__grid .button { width: 100%; }
	.professional-notice .container { grid-template-columns: 1fr; gap: 8px; }
	.category-rows > div,
	.category-rows > div:nth-child(even) { padding: 24px 0; border-left: 0; }

	.prescriber-hero { padding-top: calc(var(--header-height) + 56px); }
	.prescriber-hero h1 { font-size: 2.85rem; }
	.form-card { padding: 23px; border-radius: 22px; }
	.optimus-form { grid-template-columns: 1fr; }
	.wpcf7-form .form-full,
	.optimus-form .form-full { grid-column: auto; }

	.channel-rows a { grid-template-columns: 34px 1fr 20px; gap: 13px; }
	.channel-rows strong { font-size: 1.1rem; }
	.channel-rows small { overflow-wrap: anywhere; }

	.topic-nav { align-items: flex-start; }
	.topic-nav span { width: 100%; margin-bottom: 4px; }
	.featured-article__image img { border-radius: 22px; }
	.article-hero h1 { font-size: 2.8rem; }
	.article-cover img { border-radius: 22px; }
	.article-content h2 { font-size: 2rem; }

	.footer-main { grid-template-columns: 1fr; }
	.footer-brand { grid-column: auto; }
	.footer-legal { align-items: flex-start; flex-direction: column; gap: 8px; }
	.footer-legal p + p { margin-top: 0; }
	.footer-legal p:last-child { align-self: flex-end; margin-left: 0; text-align: right; }
	.footer-units address { display: grid; }
	.footer-units strong,
	.footer-units span { display: block; }
	.footer-unit__regulatory { grid-template-columns: 1fr 1fr; }
	.footer-unit__cmvs,
	.footer-unit__technical { grid-column: 1 / -1; }
	.footer-unit__technical { grid-template-columns: 1fr; gap: 5px; }
	.footer-unit__technical dd span { display: inline; margin-left: 5px; }
	.whatsapp-float { --whatsapp-base-bottom: max(14px, env(safe-area-inset-bottom)); right: 14px; bottom: calc(var(--whatsapp-base-bottom) + var(--whatsapp-footer-lift)); width: 62px; height: 62px; min-height: 62px; padding: 0; border: 0; border-radius: 50%; }
	.whatsapp-float .icon { width: 30px; height: 30px; }
}
}

/* Responsive footer safeguards live outside the component layer so the
 * brand-book overrides above cannot force the desktop grid on narrow screens. */
@media (max-width: 640px) {
	.site-footer .container {
		width: calc(100% - 36px);
	}

	.footer-main {
		grid-template-columns: 1fr;
		gap: 34px;
		padding-bottom: 42px;
	}

	.footer-brand {
		grid-column: auto;
	}

	.footer-units {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.footer-units address:last-child {
		padding-right: 78px;
	}

	.footer-legal {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.footer-legal p + p {
		margin-top: 0;
	}

	.footer-legal p:last-child {
		align-self: flex-end;
		margin-left: 0;
		text-align: right;
	}
}

/*
 * Mobile refinement — July 2026.
 * The navigation behaves as a full viewport drawer, while actions and footer
 * content retain their natural dimensions and a calmer centered composition.
 */
@media (max-width: 900px) {
	body.menu-open {
		overflow: hidden;
	}

	.site-header__inner {
		position: relative;
	}

	.site-header .brand,
	.site-header .menu-toggle {
		position: relative;
		z-index: 2;
	}

	.site-nav {
		inset: 0;
		z-index: 1;
		width: 100vw;
		height: 100vh;
		height: 100dvh;
		max-height: 100dvh;
		padding: calc(var(--header-height) + 28px) 24px max(34px, env(safe-area-inset-bottom));
		background:
			radial-gradient(circle at 100% 0, rgba(138, 59, 217, 0.18), transparent 31%),
			#080a0d;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(100%, 0, 0);
		transition:
			transform 0.38s var(--ease),
			opacity 0.24s ease,
			visibility 0.38s;
		will-change: transform;
	}

	.admin-bar .site-nav {
		top: 0;
		padding-top: calc(var(--header-height) + 74px);
	}

	.site-nav.is-open {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}

	.site-nav__list {
		width: 100%;
		max-width: 520px;
		margin-inline: auto;
	}

	.site-nav .sub-menu,
	.site-nav .sub-menu a,
	.site-nav .sub-menu a:hover,
	.site-nav .sub-menu .current-menu-item > a,
	.site-nav .sub-menu .current_page_item > a {
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.site-nav .sub-menu {
		padding-left: 16px;
	}

	.menu-toggle span:not(.screen-reader-text) {
		transition: opacity 0.2s ease, transform 0.28s var(--ease);
		transform-origin: center;
	}

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

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

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

@media (max-width: 640px) {
	body:not(.home) .site-header.is-scrolled {
		left: 8px;
		right: 8px;
	}

	body:not(.home) .site-header.is-scrolled .site-header__inner {
		width: calc(100% - 28px);
	}

	.button-row {
		align-items: flex-start;
		flex-flow: row wrap;
		justify-content: flex-start;
	}

	.button:not(.button--header),
	.button-row .button,
	.compact-cta__inner .button,
	.catalog-cta__inner .button,
	.personalization-section__grid .button,
	.relationship-cta__inner .button {
		flex: 0 0 auto;
		width: fit-content;
		max-width: 100%;
	}

	.site-footer {
		text-align: center;
	}

	.footer-main {
		justify-items: center;
		gap: 28px;
		padding-bottom: 34px;
	}

	.footer-brand > p {
		margin-inline: auto;
	}

	.footer-trust-seal {
		margin: 14px auto 0;
	}

	.footer-column,
	.footer-contact {
		width: 100%;
	}

	.footer-contact__list {
		justify-items: center;
	}

	.footer-contact__item {
		display: flex;
		justify-content: center;
		text-align: left;
	}

	.footer-units address {
		grid-template-columns: 1fr;
		gap: 6px;
		justify-items: center;
		padding-block: 12px;
		text-align: center;
	}

	.footer-units {
		gap: 0;
		padding-block: 10px;
	}

	.footer-units address + address {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.footer-units address > .icon {
		margin: 0 0 3px;
	}

	.footer-units address:last-child {
		padding-right: 0;
	}

	.footer-unit__content,
	.footer-unit__regulatory,
	.footer-unit__technical {
		justify-items: center;
		text-align: center;
	}

	.footer-unit__content {
		gap: 3px;
	}

	.footer-unit__regulatory {
		width: 100%;
		gap: 5px 10px;
		margin-top: 6px;
		padding-top: 7px;
	}

	.footer-unit__regulatory dd {
		margin-top: 2px;
		line-height: 1.35;
	}

	.footer-unit__technical {
		grid-template-columns: max-content minmax(0, 1fr);
		gap: 6px;
		padding-top: 5px;
	}

	.footer-unit__technical dd span {
		display: inline;
		margin: 0 0 0 4px;
	}

	.footer-unit__technical dt,
	.footer-unit__technical dd {
		font-size: 0.55rem;
		white-space: nowrap;
	}

	.footer-unit__technical dt {
		letter-spacing: 0;
	}

	.footer-legal {
		align-items: center;
		text-align: center;
	}

	.footer-legal p:last-child {
		align-self: center;
		margin-left: 0;
		text-align: center;
	}

	.cookie-preferences {
		display: block;
		margin: 7px auto 0;
	}

	.cookie-consent {
		left: 14px;
		bottom: max(14px, env(safe-area-inset-bottom));
		grid-template-columns: 1fr;
		gap: 16px;
		width: calc(100% - 28px);
		padding: 18px;
		border-radius: 18px;
		text-align: left;
	}

	.cookie-consent__actions {
		flex-wrap: wrap;
	}

	.cookie-consent__actions .button {
		width: fit-content;
		min-height: 40px;
	}
}
