@charset "utf-8";
/* ============================================================================
   VIGOR RISE - "The Authorized Standard"
   An engraved-credential visual system: guilloche textures, wax-seal crest,
   certificate frames with corner ticks, monospace ledger data, engraved rules.
   Single authored stylesheet. Naming: vr- BEM. Indentation: tabs.
   Layers: settings / reset / base / motif / layout / components / sections
           / utilities / motion / responsive
   ========================================================================== */

@layer settings, reset, base, motif, layout, components, sections, utilities, motion, responsive;

@layer settings {
	:root {
		/* onyx ramp */
		--onyx:        #0c0c0f;
		--onyx-1:      #111116;
		--onyx-2:      #16161c;
		--onyx-3:      #1d1d25;
		--graphite:    #2a2a34;
		--graphite-2:  #3a3a46;

		/* gilt ramp */
		--gilt:        #d8a93f;   /* primary gold */
		--gilt-hi:     #f0d289;   /* highlight / champagne */
		--gilt-lo:     #ad7f25;   /* deep antique */
		--bronze:      #7c5e2a;
		--gilt-line:   rgba(216,169,63,.30);
		--gilt-glow:   rgba(216,169,63,.16);

		/* paper ramp */
		--ivory:       #f5efe2;
		--paper:       #faf7f0;
		--paper-2:     #efe9db;
		--paper-3:     #e7e0cf;
		--ink:         #1a1813;
		--ink-soft:    #4a463d;
		--ink-mute:    #756f61;
		--line:        #e2dac7;
		--line-2:      #d4cbb4;

		--ok:          #2c7a45;

		/* metrics */
		--shell:        1160px;
		--shell-tight:  780px;
		--shell-wide:   1320px;
		--rad:          4px;          /* credential = crisp, low radius */
		--rad-2:        10px;
		--rad-pill:     999px;
		--tick:         14px;         /* corner-tick length on frames */

		--shadow-1:    0 1px 0 rgba(255,255,255,.5) inset, 0 18px 40px -26px rgba(12,12,15,.55);
		--shadow-gilt: 0 14px 38px -20px rgba(173,127,37,.6);
		--ring:        0 0 0 1px var(--line);

		/* type */
		--f-display: "Archivo Black", "Arial Black", system-ui, sans-serif;
		--f-body:    "Mada", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
		--f-mono:    ui-monospace, "Cascadia Code", "SFMono-Regular", "Source Code Pro", Menlo, Consolas, monospace;

		/* guilloche texture (subtle engraved line-work for dark surfaces) */
		--guilloche:
			repeating-linear-gradient(38deg, rgba(216,169,63,.05) 0 1px, transparent 1px 9px),
			repeating-linear-gradient(-38deg, rgba(216,169,63,.04) 0 1px, transparent 1px 9px),
			radial-gradient(120% 80% at 50% -10%, rgba(216,169,63,.10), transparent 60%);
	}
}

@layer reset {
	*, *::before, *::after { box-sizing: border-box; }
	* { margin: 0; }
	html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
	body { min-height: 100vh; line-height: 1.66; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
	img, svg { display: block; max-width: 100%; height: auto; }
	a { color: inherit; }
	button, input, select, textarea { font: inherit; color: inherit; }
	ul, ol { padding: 0; list-style: none; }
	h1, h2, h3, h4 { line-height: 1.1; font-weight: 400; }
	:focus-visible { outline: 3px solid var(--gilt-lo); outline-offset: 3px; border-radius: 2px; }
	::selection { background: var(--gilt); color: var(--onyx); }
}

@layer base {
	body {
		font-family: var(--f-body);
		color: var(--ink);
		background: var(--paper);
		font-size: 17px;
		letter-spacing: .004em;
	}
	h1, h2, h3, h4 { font-family: var(--f-display); letter-spacing: -.015em; color: var(--onyx); }
	h1 { font-size: clamp(2.3rem, 5.4vw, 3.7rem); line-height: 1.02; }
	h2 { font-size: clamp(1.7rem, 3.7vw, 2.5rem); }
	h3 { font-size: clamp(1.18rem, 2.1vw, 1.42rem); }
	p { margin: 0 0 1rem; }
	strong { font-weight: 700; color: var(--ink); }
	a.vr-ilink { color: var(--gilt-lo); text-decoration: none; font-weight: 600; box-shadow: inset 0 -1px 0 var(--gilt-line); transition: box-shadow .15s, color .15s; }
	a.vr-ilink:hover { color: var(--bronze); box-shadow: inset 0 -2px 0 var(--gilt); }
}

@layer motif {
	/* --- Wax-seal / authority crest --------------------------------------- */
	.vr-seal { width: 76px; height: 76px; flex: 0 0 auto; position: relative; display: grid; place-items: center; }
	.vr-seal__ring { position: absolute; inset: 0; border-radius: 50%;
		background:
			radial-gradient(circle at 50% 35%, var(--gilt-hi), var(--gilt) 45%, var(--gilt-lo) 72%, var(--bronze) 100%);
		box-shadow: 0 6px 16px -6px rgba(124,94,42,.7), inset 0 0 0 2px rgba(255,255,255,.18), inset 0 0 14px rgba(91,66,16,.55);
		-webkit-mask: radial-gradient(circle, #000 64%, transparent 65%), repeating-conic-gradient(#000 0deg 9deg, transparent 9deg 18deg);
		-webkit-mask-composite: source-over; mask: radial-gradient(circle, #000 64%, transparent 65%), repeating-conic-gradient(#000 0deg 9deg, transparent 9deg 18deg); }
	.vr-seal__core { position: absolute; inset: 12%; border-radius: 50%; border: 1.5px solid rgba(91,66,16,.5); }
	.vr-seal__v { position: relative; font-family: var(--f-display); color: #3a2a08; font-size: 1.7rem; text-shadow: 0 1px 0 rgba(255,255,255,.25); }
	.vr-seal--sm { width: 52px; height: 52px; }
	.vr-seal--sm .vr-seal__v { font-size: 1.15rem; }
	.vr-seal--lg { width: 104px; height: 104px; }
	.vr-seal--lg .vr-seal__v { font-size: 2.3rem; }

	/* --- Engraved hairline rule with center lozenge ----------------------- */
	.vr-rule { display: flex; align-items: center; gap: 1rem; color: var(--gilt-line); margin: 1.4rem 0; }
	.vr-rule::before, .vr-rule::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--line-2), transparent); }
	.vr-rule__d { width: 7px; height: 7px; transform: rotate(45deg); background: var(--gilt); box-shadow: 0 0 0 3px var(--paper), 0 0 0 4px var(--gilt-line); }
	.vr-rule--dark::before, .vr-rule--dark::after { background: linear-gradient(90deg, transparent, var(--gilt-line), transparent); }
	.vr-rule--dark .vr-rule__d { box-shadow: 0 0 0 3px var(--onyx-1), 0 0 0 4px var(--gilt-line); }

	/* --- Certificate frame: thin keyline + corner ticks ------------------- */
	.vr-frame { position: relative; }
	.vr-frame::before { content: ""; position: absolute; inset: 7px; border: 1px solid var(--gilt-line); border-radius: 2px; pointer-events: none; }
	.vr-frame__tick { position: absolute; width: var(--tick); height: var(--tick); border-color: var(--gilt); pointer-events: none; }
	.vr-frame__tick--tl { top: 0; left: 0; border-top: 2px solid; border-left: 2px solid; }
	.vr-frame__tick--tr { top: 0; right: 0; border-top: 2px solid; border-right: 2px solid; }
	.vr-frame__tick--bl { bottom: 0; left: 0; border-bottom: 2px solid; border-left: 2px solid; }
	.vr-frame__tick--br { bottom: 0; right: 0; border-bottom: 2px solid; border-right: 2px solid; }

	/* --- Engraved section numeral ----------------------------------------- */
	.vr-secnum { font-family: var(--f-display); font-size: clamp(2.4rem, 6vw, 4rem); line-height: .8; color: transparent; -webkit-text-stroke: 1.4px var(--line-2); letter-spacing: .02em; }
	.vr-sec--onyx .vr-secnum { -webkit-text-stroke-color: var(--gilt-line); }

	/* --- Monospace ledger data -------------------------------------------- */
	.vr-data { font-family: var(--f-mono); letter-spacing: .02em; font-variant-numeric: tabular-nums; }
}

@layer layout {
	.vr-shell { width: min(100% - 2.6rem, var(--shell)); margin-inline: auto; }
	.vr-shell--tight { width: min(100% - 2.6rem, var(--shell-tight)); margin-inline: auto; }
	.vr-shell--wide { width: min(100% - 2.6rem, var(--shell-wide)); margin-inline: auto; }
	.vr-stack > * + * { margin-top: 1rem; }
	.vr-skip { position: absolute; left: -999px; top: 0; background: var(--gilt); color: var(--onyx); padding: .7rem 1.1rem; font-weight: 700; z-index: 300; border-radius: 0 0 6px 0; }
	.vr-skip:focus { left: 0; }
	main { display: block; }
}

@layer components {
	/* Top ribbon ----------------------------------------------------------- */
	.vr-ribbon { background: var(--onyx); color: var(--ivory); font-family: var(--f-mono); font-size: .76rem; letter-spacing: .06em; text-align: center; padding: .5rem 1rem; border-bottom: 1px solid var(--gilt-line); }
	.vr-ribbon b { color: var(--gilt-hi); font-weight: 600; }

	/* Header --------------------------------------------------------------- */
	.vr-head { position: sticky; top: 0; z-index: 100; background: rgba(12,12,15,.96); color: var(--ivory); border-bottom: 1px solid var(--gilt-line); backdrop-filter: saturate(150%) blur(8px); }
	.vr-head__bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .68rem 0; }
	.vr-brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--ivory); }
	.vr-brand__mark { width: 38px; height: 38px; flex: 0 0 auto; }
	.vr-brand__txt { display: flex; flex-direction: column; line-height: 1; }
	.vr-brand__name { font-family: var(--f-display); font-size: 1.2rem; letter-spacing: .005em; }
	.vr-brand__name b { color: var(--gilt); font-weight: 400; }
	.vr-brand__co { font-family: var(--f-mono); font-size: .58rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gilt-hi); margin-top: 4px; }

	.vr-nav { display: flex; align-items: center; gap: 1.4rem; }
	.vr-nav__link { text-decoration: none; color: var(--ivory); font-weight: 500; font-size: .95rem; opacity: .85; padding: .25rem 0; position: relative; }
	.vr-nav__link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px; background: var(--gilt); transition: right .2s ease; }
	.vr-nav__link:hover { opacity: 1; }
	.vr-nav__link:hover::after { right: 0; }
	.vr-nav__link[aria-current="page"] { color: var(--gilt-hi); opacity: 1; }
	.vr-nav__link[aria-current="page"]::after { right: 0; }

	.vr-burger { display: none; background: transparent; border: 1px solid var(--gilt-line); color: var(--ivory); border-radius: 6px; padding: .5rem .65rem; cursor: pointer; }
	.vr-burger span { display: block; width: 20px; height: 2px; background: var(--gilt-hi); margin: 4px 0; transition: transform .2s, opacity .2s; }

	/* Buttons -------------------------------------------------------------- */
	.vr-btn { --b: 0; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font-family: var(--f-display); letter-spacing: .01em; text-decoration: none; border: 0; cursor: pointer; border-radius: var(--rad); padding: .95rem 1.65rem; font-size: .95rem; line-height: 1; position: relative; transition: transform .14s ease, box-shadow .14s ease, background .14s; }
	.vr-btn--gold { color: #2c1f04; background: linear-gradient(177deg, var(--gilt-hi), var(--gilt) 55%, var(--gilt-lo)); box-shadow: var(--shadow-gilt), inset 0 1px 0 rgba(255,255,255,.45); }
	.vr-btn--gold:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -16px rgba(173,127,37,.75), inset 0 1px 0 rgba(255,255,255,.45); }
	.vr-btn--ghost { background: transparent; color: var(--ivory); box-shadow: inset 0 0 0 1.5px var(--gilt); }
	.vr-btn--ghost:hover { background: var(--gilt-glow); }
	.vr-btn--dark { background: linear-gradient(177deg, var(--onyx-3), var(--onyx-1)); color: var(--ivory); box-shadow: inset 0 0 0 1px var(--gilt-line); }
	.vr-btn--dark:hover { background: var(--onyx-3); transform: translateY(-2px); }
	.vr-btn--block { width: 100%; }
	.vr-btn__sub { font-family: var(--f-mono); font-weight: 600; opacity: .85; font-size: .76rem; letter-spacing: 0; }
	.vr-head .vr-btn { padding: .6rem 1.15rem; font-size: .82rem; }

	/* Eyebrow with flanking ticks ----------------------------------------- */
	.vr-eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--f-mono); font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; color: var(--gilt-lo); margin-bottom: .9rem; font-weight: 600; }
	.vr-eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--gilt); }
	.vr-eyebrow--light { color: var(--gilt-hi); }
	.vr-eyebrow--light::before { background: var(--gilt-hi); }

	/* Chips ---------------------------------------------------------------- */
	.vr-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
	.vr-chip { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--f-mono); font-size: .72rem; font-weight: 600; letter-spacing: .04em; padding: .34rem .72rem; border-radius: var(--rad); background: var(--gilt-glow); color: var(--gilt-hi); border: 1px solid var(--gilt-line); }
	.vr-chip--light { background: #fff; color: var(--bronze); border-color: var(--line-2); }
	.vr-chip svg { width: 13px; height: 13px; }

	/* Breadcrumb ----------------------------------------------------------- */
	.vr-crumb { background: var(--paper-2); border-bottom: 1px solid var(--line); font-family: var(--f-mono); font-size: .78rem; }
	.vr-crumb__row { padding: .6rem 0; color: var(--ink-mute); letter-spacing: .02em; }
	.vr-crumb a { color: var(--bronze); text-decoration: none; }
	.vr-crumb a:hover { color: var(--gilt-lo); }
	.vr-crumb span[aria-current] { color: var(--ink); font-weight: 600; }

	/* Cards ---------------------------------------------------------------- */
	.vr-card { background: #fff; border: 1px solid var(--line); border-radius: var(--rad-2); padding: 1.6rem; box-shadow: var(--shadow-1); }
	.vr-card--flat { box-shadow: none; }
	.vr-card__k { font-family: var(--f-mono); color: var(--gilt-lo); font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; }

	/* Tables --------------------------------------------------------------- */
	.vr-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
	.vr-table caption { text-align: left; color: var(--ink-mute); font-family: var(--f-mono); font-size: .76rem; letter-spacing: .04em; margin-bottom: .55rem; text-transform: uppercase; }
	.vr-table th, .vr-table td { text-align: left; padding: .72rem .85rem; border-bottom: 1px solid var(--line); vertical-align: top; }
	.vr-table thead th { background: var(--onyx); color: var(--ivory); font-family: var(--f-body); font-weight: 700; letter-spacing: .02em; border-bottom: 0; }
	.vr-table tbody tr:nth-child(even) { background: var(--paper-2); }
	.vr-table--key th[scope="row"] { width: 38%; color: var(--bronze); font-weight: 700; }
	.vr-table td .vr-data, .vr-table--key + * .vr-data { font-family: var(--f-mono); }

	/* Definition grid ------------------------------------------------------ */
	.vr-dl { display: grid; gap: 0; }
	.vr-dl div { display: grid; grid-template-columns: 42% 1fr; gap: .6rem; padding: .6rem 0; border-bottom: 1px dashed var(--gilt-line); }
	.vr-dl div:last-child { border-bottom: 0; }
	.vr-dl dt { color: var(--bronze); font-weight: 700; font-size: .9rem; }
	.vr-dl dd { color: var(--ink); font-family: var(--f-mono); font-size: .92rem; }

	/* Footer --------------------------------------------------------------- */
	.vr-foot { background: var(--onyx); color: #c9c2b2; font-size: .92rem; position: relative; }
	.vr-foot::before { content: ""; position: absolute; inset: 0; background: var(--guilloche); opacity: .5; pointer-events: none; }
	.vr-foot > * { position: relative; }
	.vr-foot a { color: #c9c2b2; text-decoration: none; }
	.vr-foot a:hover { color: var(--gilt-hi); }
	.vr-foot__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 1.8rem; padding: 2.8rem 0 1.8rem; }
	.vr-foot__h { font-family: var(--f-mono); color: var(--ivory); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: .9rem; }
	.vr-foot__links li { margin-bottom: .5rem; }
	.vr-foot__brandline { display: flex; align-items: center; gap: .6rem; margin-bottom: .9rem; }
	.vr-foot__disc { border-top: 1px solid var(--gilt-line); padding: 1.6rem 0 2.6rem; color: #847e6f; font-size: .82rem; }
	.vr-foot__disc p { margin-bottom: .7rem; }
	.vr-foot__note { color: var(--gilt-hi); font-family: var(--f-mono); font-size: .78rem; letter-spacing: .02em; }
}

@layer sections {
	.vr-sec { padding: clamp(2.8rem, 6vw, 5rem) 0; position: relative; }
	.vr-sec--paper2 { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
	.vr-sec--onyx { background: var(--onyx); color: var(--ivory); }
	.vr-sec--onyx::before { content: ""; position: absolute; inset: 0; background: var(--guilloche); pointer-events: none; }
	.vr-sec--onyx > * { position: relative; }
	.vr-sec--onyx h2, .vr-sec--onyx h3 { color: var(--ivory); }

	.vr-sec__head { max-width: 720px; margin-bottom: 2.2rem; }
	.vr-sec__head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; max-width: none; }
	.vr-sec__head p { color: var(--ink-soft); font-size: 1.05rem; }
	.vr-sec--onyx .vr-sec__head p { color: #c9c2b2; }

	/* HERO ----------------------------------------------------------------- */
	.vr-hero { background: var(--onyx); color: var(--ivory); position: relative; overflow: hidden; border-bottom: 1px solid var(--gilt-line); }
	.vr-hero::before { content: ""; position: absolute; inset: 0; background: var(--guilloche); pointer-events: none; }
	.vr-hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.6rem; align-items: center; padding: clamp(2.6rem, 5vw, 4.4rem) 0 clamp(2.8rem, 5vw, 4.6rem); }
	.vr-hero h1 { color: var(--ivory); }
	.vr-hero h1 b { color: transparent; background: linear-gradient(180deg, var(--gilt-hi), var(--gilt-lo)); -webkit-background-clip: text; background-clip: text; font-weight: 400; }
	.vr-hero__lead { font-size: 1.14rem; color: #ddd6c6; max-width: 40ch; margin-top: 1.1rem; }
	.vr-hero__portal { margin-top: 1.3rem; padding: .95rem 1.15rem; background: rgba(216,169,63,.07); border: 1px solid var(--gilt-line); border-radius: var(--rad-2); font-size: .93rem; color: #e6dfcf; position: relative; }
	.vr-hero__portal .vr-data { color: var(--gilt-hi); }
	.vr-hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }

	.vr-hero__media { position: relative; display: grid; place-items: center; }
	.vr-hero__halo { position: absolute; inset: 6% 10%; background: radial-gradient(circle, var(--gilt-glow), transparent 62%); filter: blur(26px); z-index: 0; }
	.vr-hero__plate { position: absolute; width: min(86%, 340px); aspect-ratio: 1; border-radius: 50%; border: 1px solid var(--gilt-line);
		background: repeating-conic-gradient(from 0deg, transparent 0 6deg, rgba(216,169,63,.06) 6deg 6.6deg); z-index: 0; }
	.vr-hero__media img { position: relative; z-index: 2; filter: drop-shadow(0 30px 46px rgba(0,0,0,.6)); max-height: 470px; }
	.vr-hero__stamp { position: absolute; bottom: 4%; right: 2%; z-index: 3; }

	/* Authority strip below hero (engraved ledger) ------------------------- */
	.vr-authstrip { position: relative; background: var(--onyx-1); border-bottom: 1px solid var(--gilt-line); }
	.vr-authstrip__row { display: grid; grid-template-columns: repeat(4, 1fr); }
	.vr-authcell { padding: 1.05rem 1.2rem; border-left: 1px solid var(--gilt-line); }
	.vr-authcell:first-child { border-left: 0; }
	.vr-authcell__l { font-family: var(--f-mono); font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gilt-hi); }
	.vr-authcell__v { font-family: var(--f-mono); font-size: 1rem; color: var(--ivory); margin-top: .25rem; letter-spacing: .01em; }

	/* Stats inline (hero) -------------------------------------------------- */
	.vr-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; border-top: 1px solid var(--gilt-line); margin-top: 1.7rem; padding-top: 1.5rem; }
	.vr-stat__n { font-family: var(--f-display); font-size: 1.55rem; color: var(--gilt-hi); }
	.vr-stat__l { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: #b1ab9c; margin-top: .2rem; }

	/* TL;DR + key facts ---------------------------------------------------- */
	.vr-snap { display: grid; grid-template-columns: 1fr 1.08fr; gap: 1.8rem; align-items: start; }
	.vr-tldr { background: #fff; border: 1px solid var(--line); border-radius: var(--rad-2); padding: 1.6rem 1.7rem; box-shadow: var(--shadow-1); position: relative; }
	.vr-tldr h2 { font-family: var(--f-mono); font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gilt-lo); margin-bottom: .7rem; font-weight: 600; }
	.vr-tldr p { color: var(--ink-soft); margin-bottom: 0; font-size: 1.04rem; }
	.vr-keyfacts { background: #fff; border: 1px solid var(--line); border-radius: var(--rad-2); padding: 1.7rem; position: relative; box-shadow: var(--shadow-1); }

	/* Pillars / formula ---------------------------------------------------- */
	.vr-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
	.vr-pillar { background: #fff; border: 1px solid var(--line); border-radius: var(--rad-2); padding: 1.5rem; position: relative; transition: transform .2s, box-shadow .2s; }
	.vr-pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow-1); }
	.vr-pillar__top { display: flex; align-items: center; gap: .7rem; margin-bottom: .9rem; }
	.vr-pillar__no { font-family: var(--f-mono); font-size: .72rem; color: var(--gilt-lo); border: 1px solid var(--gilt-line); border-radius: var(--rad); padding: .2rem .45rem; letter-spacing: .08em; }
	.vr-pillar h3 { font-size: 1.08rem; }
	.vr-ing { display: flex; justify-content: space-between; gap: .8rem; padding: .58rem 0; border-bottom: 1px dashed var(--line); }
	.vr-ing:last-child { border-bottom: 0; }
	.vr-ing__name { font-weight: 600; font-size: .95rem; }
	.vr-ing__dose { font-family: var(--f-mono); font-size: .86rem; color: var(--gilt-lo); white-space: nowrap; font-weight: 600; }

	/* Verify dossier ------------------------------------------------------- */
	.vr-verify { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1.8rem; align-items: center; }
	.vr-dossier { background: var(--onyx-1); border: 1px solid var(--gilt-line); border-radius: var(--rad-2); padding: 1.7rem; }

	/* Pricing -------------------------------------------------------------- */
	.vr-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; align-items: stretch; }
	.vr-price { position: relative; background: #fff; border: 1px solid var(--line-2); border-radius: var(--rad-2); padding: 1.7rem 1.5rem; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
	.vr-price:hover { transform: translateY(-4px); box-shadow: var(--shadow-1); }
	.vr-price--best { background: var(--onyx); color: var(--ivory); border: 1px solid var(--gilt); transform: translateY(-12px); box-shadow: var(--shadow-gilt); overflow: hidden; }
	.vr-price--best::before { content: ""; position: absolute; inset: 0; background: var(--guilloche); pointer-events: none; }
	.vr-price--best > * { position: relative; }
	.vr-price--best:hover { transform: translateY(-16px); }
	.vr-price--best h3, .vr-price--best .vr-price__per, .vr-price--best .vr-price__name { color: var(--ivory); }
	.vr-price__tag { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: linear-gradient(180deg, var(--gilt-hi), var(--gilt-lo)); color: #2c1f04; font-family: var(--f-mono); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .3rem .9rem; border-radius: 0 0 var(--rad) var(--rad); white-space: nowrap; z-index: 4; }
	.vr-price__name { font-family: var(--f-display); font-size: 1.18rem; margin-top: .6rem; }
	.vr-price__supply { font-family: var(--f-mono); font-size: .76rem; color: var(--ink-mute); letter-spacing: .03em; }
	.vr-price--best .vr-price__supply { color: #b1ab9c; }
	.vr-price__amt { display: flex; align-items: baseline; gap: .3rem; margin: 1.1rem 0 .2rem; }
	.vr-price__cur { font-family: var(--f-display); font-size: 1.25rem; color: var(--gilt-lo); }
	.vr-price--best .vr-price__cur { color: var(--gilt-hi); }
	.vr-price__big { font-family: var(--f-display); font-size: 3.1rem; line-height: .85; }
	.vr-price__per { font-family: var(--f-mono); font-size: .76rem; color: var(--ink-mute); }
	.vr-price__was { color: var(--ink-mute); text-decoration: line-through; font-family: var(--f-mono); font-size: .88rem; }
	.vr-price__total { font-family: var(--f-mono); font-weight: 700; }
	.vr-price__list { margin: 1.1rem 0 1.3rem; font-size: .9rem; }
	.vr-price__list li { display: flex; gap: .5rem; padding: .32rem 0; }
	.vr-price__list svg { width: 15px; height: 15px; color: var(--gilt-lo); flex: 0 0 auto; margin-top: 4px; }
	.vr-price--best .vr-price__list svg { color: var(--gilt-hi); }
	.vr-price__pay { margin-top: auto; }
	.vr-pay { display: flex; gap: .4rem; align-items: center; justify-content: center; margin-top: .9rem; font-family: var(--f-mono); font-size: .66rem; color: var(--ink-mute); letter-spacing: .06em; }
	.vr-price--best .vr-pay { color: #b1ab9c; }
	.vr-pack-img { display: flex; justify-content: center; align-items: flex-end; margin: .2rem 0; min-height: 150px; }
	.vr-pack-img img { max-height: 150px; width: auto; filter: drop-shadow(0 14px 20px rgba(0,0,0,.3)); }

	/* Testimonials --------------------------------------------------------- */
	.vr-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
	.vr-quote { background: #fff; border: 1px solid var(--line); border-radius: var(--rad-2); padding: 1.5rem; position: relative; }
	.vr-quote::before { content: "\201C"; position: absolute; top: .3rem; right: 1rem; font-family: var(--f-display); font-size: 3rem; color: var(--line-2); line-height: 1; }
	.vr-quote__stars { color: var(--gilt); letter-spacing: 2px; font-size: .95rem; }
	.vr-quote__body { font-size: .98rem; color: var(--ink-soft); margin: .6rem 0 1rem; position: relative; }
	.vr-quote__who { display: flex; align-items: center; gap: .7rem; }
	.vr-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--onyx); color: var(--gilt-hi); display: grid; place-items: center; font-family: var(--f-display); font-size: .82rem; border: 1px solid var(--gilt-line); }
	.vr-quote__name { font-weight: 700; font-size: .92rem; }
	.vr-quote__meta { font-family: var(--f-mono); font-size: .74rem; color: var(--ink-mute); }
	.vr-vbadge { color: var(--ok); font-weight: 700; }

	/* Q&A ------------------------------------------------------------------ */
	.vr-qa { border-top: 1px solid var(--line); padding: 1.3rem 0; display: grid; grid-template-columns: auto 1fr; gap: 0 1.1rem; }
	.vr-qa__q { grid-column: 1 / -1; font-size: 1.1rem; margin-bottom: .45rem; color: var(--onyx); display: flex; gap: .7rem; align-items: baseline; }
	.vr-qa__q::before { content: "Q"; font-family: var(--f-mono); font-size: .8rem; color: var(--gilt-lo); border: 1px solid var(--gilt-line); border-radius: var(--rad); padding: .1rem .4rem; }
	.vr-qa p { color: var(--ink-soft); margin-bottom: 0; }
	.vr-qa p + p { margin-top: .6rem; }

	/* Takeaways ------------------------------------------------------------ */
	.vr-take { background: #fff; border: 1px solid var(--line); border-radius: var(--rad-2); padding: 1.7rem 1.8rem; position: relative; }
	.vr-take ul li { display: flex; gap: .7rem; padding: .55rem 0; border-bottom: 1px dashed var(--line); }
	.vr-take ul li:last-child { border-bottom: 0; }
	.vr-take svg { width: 18px; height: 18px; color: var(--gilt-lo); flex: 0 0 auto; margin-top: 4px; }

	/* Commitments ---------------------------------------------------------- */
	.vr-commit { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
	.vr-commit__n { font-family: var(--f-display); font-size: 2.2rem; color: transparent; -webkit-text-stroke: 1.2px var(--gilt); margin-bottom: .3rem; }
	.vr-sec--onyx .vr-commit__n { -webkit-text-stroke-color: var(--gilt-hi); }

	/* Timeline ------------------------------------------------------------- */
	.vr-time { border-left: 1px solid var(--gilt-line); padding-left: 1.5rem; display: grid; gap: 1.4rem; }
	.vr-time__item { position: relative; }
	.vr-time__item::before { content: ""; position: absolute; left: -1.82rem; top: .35rem; width: 9px; height: 9px; transform: rotate(45deg); background: var(--gilt); }
	.vr-time__yr { font-family: var(--f-mono); color: var(--gilt-lo); font-weight: 700; }

	/* Compare -------------------------------------------------------------- */
	.vr-yes { color: var(--ok); font-weight: 700; }
	.vr-no { color: var(--ink-mute); }

	/* Byline --------------------------------------------------------------- */
	.vr-byline { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; align-items: center; font-family: var(--f-mono); font-size: .8rem; color: var(--ink-mute); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: .85rem 0; margin: 1.3rem 0 1.7rem; letter-spacing: .01em; }
	.vr-byline b { color: var(--ink); font-weight: 700; }

	/* CTA band ------------------------------------------------------------- */
	.vr-ctaband { background: var(--onyx); color: var(--ivory); text-align: center; border-top: 1px solid var(--gilt-line); border-bottom: 1px solid var(--gilt-line); position: relative; overflow: hidden; }
	.vr-ctaband::before { content: ""; position: absolute; inset: 0; background: var(--guilloche); pointer-events: none; }
	.vr-ctaband > * { position: relative; }
	.vr-ctaband h2 { color: var(--ivory); }
	.vr-ctaband p { color: #c9c2b2; max-width: 56ch; margin-inline: auto; }
	.vr-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.4rem; margin-top: 1.5rem; font-family: var(--f-mono); font-size: .76rem; color: #b1ab9c; letter-spacing: .02em; }
	.vr-trust span { display: inline-flex; align-items: center; gap: .45rem; }
	.vr-trust svg { width: 15px; height: 15px; color: var(--gilt-hi); }

	/* Article prose -------------------------------------------------------- */
	.vr-prose h2 { margin: 2.2rem 0 .8rem; }
	.vr-prose h3 { margin: 1.5rem 0 .5rem; }
	.vr-prose p, .vr-prose li { color: var(--ink-soft); }
	.vr-prose ul.vr-bul li { display: flex; gap: .6rem; padding: .38rem 0; }
	.vr-prose ul.vr-bul svg { width: 16px; height: 16px; color: var(--gilt-lo); flex: 0 0 auto; margin-top: 5px; }
	.vr-prose ol.vr-num { counter-reset: s; }
	.vr-prose ol.vr-num li { counter-increment: s; padding: .45rem 0 .45rem 2.4rem; position: relative; }
	.vr-prose ol.vr-num li::before { content: counter(s, decimal-leading-zero); position: absolute; left: 0; top: .4rem; width: 1.7rem; height: 1.7rem; background: var(--onyx); color: var(--gilt-hi); font-family: var(--f-mono); font-size: .76rem; border-radius: var(--rad); display: grid; place-items: center; }

	/* Bars (reviews) ------------------------------------------------------- */
	.vr-bar { display: grid; grid-template-columns: 140px 1fr 48px; gap: .8rem; align-items: center; padding: .38rem 0; font-size: .9rem; }
	.vr-bar__track { display: block; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--rad-pill); height: 12px; overflow: hidden; }
	.vr-bar__fill { display: block; height: 100%; min-width: 8px; background: linear-gradient(90deg, var(--gilt-hi), var(--gilt-lo)); border-radius: var(--rad-pill); }
	.vr-bar__v { text-align: right; font-family: var(--f-mono); font-weight: 700; color: var(--bronze); }

	.vr-snapgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
	.vr-snapcell { background: #fff; border: 1px solid var(--line); border-radius: var(--rad-2); padding: 1.2rem; text-align: center; position: relative; }
	.vr-snapcell__n { font-family: var(--f-display); font-size: 1.95rem; color: var(--onyx); }
	.vr-snapcell__l { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-mute); margin-top: .3rem; }

	.vr-ratingbig { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
	.vr-ratingbig__score { font-family: var(--f-display); font-size: 3.6rem; color: var(--gilt-lo); line-height: 1; }
	.vr-ratingbig__stars { color: var(--gilt); font-size: 1.3rem; letter-spacing: 3px; }

	/* Form ----------------------------------------------------------------- */
	.vr-form { display: grid; gap: 1rem; }
	.vr-field { display: grid; gap: .35rem; }
	.vr-field label { font-weight: 700; font-size: .88rem; }
	.vr-field input, .vr-field select, .vr-field textarea { border: 1px solid var(--line-2); border-radius: var(--rad); padding: .72rem .8rem; background: var(--paper); transition: border-color .15s, box-shadow .15s; }
	.vr-field input:focus, .vr-field select:focus, .vr-field textarea:focus { border-color: var(--gilt); box-shadow: 0 0 0 3px var(--gilt-glow); outline: none; }
	.vr-field--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

	/* FAQ accordion -------------------------------------------------------- */
	.vr-acc { border: 1px solid var(--line); border-radius: var(--rad-2); background: #fff; overflow: hidden; }
	.vr-acc + .vr-acc { margin-top: .8rem; }
	.vr-acc summary { cursor: pointer; padding: 1.15rem 1.35rem; font-family: var(--f-display); font-size: 1.02rem; color: var(--onyx); list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
	.vr-acc summary::-webkit-details-marker { display: none; }
	.vr-acc summary::after { content: "+"; font-family: var(--f-mono); color: var(--gilt-lo); font-size: 1.4rem; line-height: 1; }
	.vr-acc[open] summary::after { content: "\2212"; }
	.vr-acc[open] summary { color: var(--gilt-lo); }
	.vr-acc__body { padding: 0 1.35rem 1.25rem; color: var(--ink-soft); }
}

@layer utilities {
	.vr-center { text-align: center; }
	.vr-mt0 { margin-top: 0; }
	.vr-mt1 { margin-top: 1rem; }
	.vr-mt2 { margin-top: 2rem; }
	.vr-mb1 { margin-bottom: 1rem; }
	.vr-mb2 { margin-bottom: 2rem; }
	.vr-muted { color: var(--ink-mute); }
	.vr-small { font-size: .85rem; }
	.vr-lede { font-size: 1.14rem; color: var(--ink-soft); }
	.vr-maxw { max-width: 70ch; }
	.vr-updated { font-family: var(--f-mono); font-size: .76rem; color: var(--ink-mute); letter-spacing: .03em; }
	.vr-hr { border: 0; border-top: 1px solid var(--line); margin: 2.2rem 0; }
}

@layer motion {
	/* Interactions are limited to hover/focus micro-lifts defined on the
	   components themselves, so content is always rendered at full opacity
	   with no entrance dependency. Reduced-motion disables the lifts. */
	@media (prefers-reduced-motion: reduce) {
		* { scroll-behavior: auto !important; }
		.vr-btn, .vr-price, .vr-pillar { transition: none !important; }
		.vr-btn:hover, .vr-price:hover, .vr-pillar:hover { transform: none !important; }
	}
}

@layer responsive {
	@media (max-width: 980px) {
		.vr-foot__top { grid-template-columns: 1fr 1fr; }
		.vr-hero__grid { grid-template-columns: 1fr; }
		.vr-hero__media { order: -1; }
		.vr-hero__media img { max-height: 330px; }
		.vr-snap, .vr-verify { grid-template-columns: 1fr; }
		.vr-snapgrid { grid-template-columns: repeat(2, 1fr); }
		.vr-authstrip__row { grid-template-columns: 1fr 1fr; }
		.vr-authcell:nth-child(3) { border-left: 0; }
		.vr-authcell:nth-child(n+3) { border-top: 1px solid var(--gilt-line); }
		.vr-sec__head--row { flex-direction: column; align-items: flex-start; gap: 1rem; }
	}
	@media (max-width: 820px) {
		.vr-nav { position: fixed; inset: 0 0 0 auto; width: min(82vw, 330px); flex-direction: column; align-items: flex-start; gap: .3rem; background: var(--onyx-1); padding: 5.2rem 1.7rem 2rem; transform: translateX(100%); transition: transform .26s ease; border-left: 1px solid var(--gilt-line); }
		.vr-nav[data-open="true"] { transform: translateX(0); }
		.vr-nav__link { font-size: 1.05rem; padding: .6rem 0; width: 100%; border-bottom: 1px solid var(--gilt-line); }
		.vr-burger { display: block; z-index: 110; }
		.vr-head .vr-btn { display: none; }
		.vr-pillars, .vr-quotes, .vr-commit { grid-template-columns: 1fr; }
		.vr-prices { grid-template-columns: 1fr; }
		.vr-price--best { transform: none; }
		.vr-price--best:hover { transform: translateY(-4px); }
		.vr-stats { grid-template-columns: 1fr 1fr; }
	}
	@media (max-width: 560px) {
		.vr-field--2 { grid-template-columns: 1fr; }
		.vr-snapgrid { grid-template-columns: 1fr 1fr; }
		.vr-authstrip__row { grid-template-columns: 1fr; }
		.vr-authcell { border-left: 0; border-top: 1px solid var(--gilt-line); }
		.vr-authcell:first-child { border-top: 0; }
		.vr-bar { grid-template-columns: 96px 1fr 40px; }
		body { font-size: 16px; }
		.vr-qa { grid-template-columns: 1fr; }
	}
}
