/* =====================================================================
 * Christensen Prosthodontics — brand polish.
 *
 * Only the things vgs-base tokens can't express:
 *   - body text color shade (warm near-black, softer than ink/900)
 *   - body weight tuning for Inter
 *   - eyebrow middot rhythm
 *   - hero serif italic option
 *   - input square corners (radius 0) per design system
 * ===================================================================== */

/* Body copy — true medium (500) + 1px tracking, darkened for legibility.
   Kit fdp7nlg now includes Forma DJR Deck Medium (500), so this renders as a real medium. */
body { color: #35302A; font-weight: 500; letter-spacing: 1px; }
p { letter-spacing: 1px; font-weight: 500; }
.vgs-lead, .vgs-prose p, .vgs-section-intro, .vgs-tagline { color: #4A433B; }
/* keep the serif display headings tight (don't inherit the 1px body tracking) */
.vgs-steps__t, .vgs-banner__title { letter-spacing: 0; }

.vgs-eyebrow { font-weight: 600; letter-spacing: var(--ls-eyebrow); }
.vgs-eyebrow .dot { color: var(--color-border-strong); margin-inline: 0.4em; }

/* Hero italic accent for emphasis spans inside headlines */
/* Emphasis in headings pops in the brick accent (italic) — "highlight" the key phrase */
.vgs-display em, .vgs-display .vgs-italic { color: var(--color-brand-primary); font-style: italic; font-weight: 400; }
/* ...but keep emphasis light where the heading sits on a dark ground (hero, band, inverse CTA) */
.vgs-herocine__h1 em, .vgs-band__headline em, .vgs-ground-inverse .vgs-display em, .vgs-cta .vgs-display em { color: inherit; }
/* highlight utility for accent text anywhere (e.g. a phrase in body copy) */
.vgs-hl { color: var(--color-brand-primary); }

/* Inputs: square corners, hairline borders */
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], textarea, select {
	font: inherit;
	background: var(--color-bg-surface);
	border: 1px solid var(--color-border-default);
	border-radius: 0;
	padding: 0.75rem 1rem;
	min-height: 44px;
	color: var(--color-text-primary);
	transition: border-color var(--dur-1) var(--ease);
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border-color: var(--color-brand-primary);
}

/* Buttons: tighter tracking on labels per the spec (+1.4px) */
.vgs-btn { letter-spacing: 0.085em; text-transform: none; }

/* Card link micro-pattern: ALL CAPS, tracked, with arrow chase */
.vgs-card__link { text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.6875rem; }

/* =====================================================================
 * Quiet-luxury layer — mockup parity (gradient, pills, metadata, accents)
 * ===================================================================== */

/* Continuous warm gradient backdrop — "follows you through the site". */
body {
	background: linear-gradient(180deg, #EFE3CD 0%, #FCFAF6 22%, #FAF4EA 48%, #FCFAF6 70%, #F3EBDD 100%);
	background-attachment: fixed;
}
/* Let the body gradient show through default-ground sections; subtle/inverse stay opaque breaks. */
.vgs-ground-page { background: transparent; }

/* Pill + circular-arrow editorial links. Primary CTA stays solid square (northstar #3). */
.vgs-btn--pill {
	border-radius: var(--radius-pill);
	background: transparent;
	border-color: var(--color-brand-primary);
	color: var(--color-brand-primary);
}
.vgs-btn--pill:hover, .vgs-btn--pill:focus-visible {
	background: var(--color-brand-primary);
	color: var(--color-text-inverse);
}
/* Inverted CTA button on dark grounds: ivory fill, burgundy label. */
.vgs-ground-inverse .vgs-btn--primary { background: var(--color-text-inverse); color: var(--color-brand-primary); border-color: var(--color-text-inverse); }
.vgs-ground-inverse .vgs-btn--primary:hover, .vgs-ground-inverse .vgs-btn--primary:focus-visible { background: #ffffff; color: var(--color-brand-primary); }
.vgs-arrowlink {
	display: inline-flex; align-items: center; gap: 14px; text-decoration: none;
	color: var(--color-text-primary); font-size: 0.74rem; letter-spacing: 0.16em;
	text-transform: uppercase; font-weight: 600;
}
.vgs-arrowlink .vgs-circ {
	width: 50px; height: 50px; border: 1px solid var(--color-brand-primary); border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center; color: var(--color-brand-primary);
	transition: background var(--dur-1) var(--ease), color var(--dur-1) var(--ease);
}
.vgs-arrowlink:hover .vgs-circ { background: var(--color-brand-primary); color: var(--color-text-inverse); }
.vgs-ground-inverse .vgs-arrowlink { color: var(--color-text-inverse); }
.vgs-ground-inverse .vgs-arrowlink .vgs-circ { border-color: rgba(252,250,246,.6); color: var(--color-text-inverse); }

/* Magazine metadata labels + section header rule. */
.vgs-metaline { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-text-secondary); font-weight: 500; }
.vgs-sechead { display: flex; justify-content: space-between; align-items: baseline; gap: var(--space-md); border-bottom: 1px solid var(--color-border-default); padding-bottom: var(--space-md); margin-bottom: var(--space-2xl); }

/* AA-safe gold: bright gold #C9B081 fails WCAG on ivory, so numerals/text-accents use deep bronze. */
.vgs-num { font-family: var(--font-display); color: #7A5F26; line-height: 1; }
.vgs-gold-rule { width: 56px; height: 2px; background: var(--color-brand-accent); border: 0; }

/* ----- Credibility band ------------------------------------------------ */
.vgs-cred__grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; gap: 0; }
.vgs-cred__col { text-align: center; padding: 0 var(--space-xl); }
.vgs-cred__num { font-size: clamp(3rem, 4.6vw, 4.4rem); color: #7A5F26; }
.vgs-cred__label { margin-top: var(--space-sm); color: var(--color-text-secondary); }
.vgs-cred__mid { text-align: center; padding: 0 var(--space-2xl); border-inline: 1px solid var(--color-brand-accent); }
.vgs-cred__headline { font-size: 1.9rem; margin: 0 0 var(--space-lg); }
.vgs-cred__note { text-align: center; margin: var(--space-lg) 0 0; font-style: italic; font-family: var(--font-display); color: var(--color-text-secondary); }

/* ----- Editorial pairing ----------------------------------------------- */
.vgs-editorial__pair { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-3xl); align-items: center; }
.vgs-editorial__pair--rev .vgs-editorial__media { order: 2; }
.vgs-editorial__media img { width: 100%; height: clamp(320px, 38vw, 500px); object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); }
.vgs-editorial__body h2 { margin-bottom: var(--space-lg); }

/* ----- Process steps --------------------------------------------------- */
.vgs-process__row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.vgs-process__step { padding: 0 var(--space-lg); border-left: 1px solid var(--color-border-default); }
.vgs-process__step:first-child { padding-left: 0; border-left: none; }
.vgs-process__n { font-size: 1.5rem; }
.vgs-process__title { font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; margin: var(--space-sm) 0; }
.vgs-process__step p { color: var(--color-text-secondary); margin: 0; }

/* ----- Cinematic band -------------------------------------------------- */
.vgs-band { position: relative; overflow: hidden; min-height: 480px; display: flex; align-items: center; }
.vgs-band__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vgs-band__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,21,20,.82) 0%, rgba(104,20,22,.6) 55%, rgba(104,20,22,.28) 100%); }
.vgs-band .container { position: relative; z-index: 2; }
.vgs-band__inner { max-width: 760px; }
.vgs-band__headline { color: var(--color-text-inverse); font-weight: 500; }
.vgs-arrowlink--light { color: var(--color-text-inverse); }
.vgs-arrowlink--light .vgs-circ { border-color: rgba(252,250,246,.6); color: var(--color-text-inverse); }

/* ----- Reviews --------------------------------------------------------- */
.vgs-reviews__grid { margin-top: var(--space-md); }
.vgs-rev { background: var(--color-bg-surface); border: 1px solid var(--color-border-default); border-radius: var(--radius-md); padding: var(--space-xl); margin: 0; }
.vgs-rev__stars { color: #7A5F26; letter-spacing: 0.18em; }
.vgs-rev__q { font-family: var(--font-display); font-size: 1.35rem; line-height: 1.4; color: var(--color-text-primary); margin: var(--space-md) 0; }
.vgs-rev__who { font-size: 0.95rem; color: var(--color-text-secondary); }
.vgs-reviews__foot { margin-top: var(--space-xl); display: flex; justify-content: center; }

/* ----- Responsive: stack the editorial sections on mobile -------------- */
@media (max-width: 800px) {
	.vgs-cred__grid { grid-template-columns: 1fr; gap: var(--space-xl); }
	.vgs-cred__mid { border-inline: 0; border-block: 1px solid var(--color-brand-accent); padding: var(--space-xl) 0; }
	.vgs-editorial__pair { grid-template-columns: 1fr; gap: var(--space-xl); }
	.vgs-editorial__pair--rev .vgs-editorial__media { order: 0; }
	.vgs-process__row { grid-template-columns: 1fr 1fr; gap: var(--space-xl); }
	.vgs-process__step { padding-left: 0; border-left: none; }
	.vgs-band { min-height: 380px; }
}

/* ===== Section texture — subtle paper/grain under a brand-color wash ===== */
.vgs-ground-subtle, .vgs-ground-inverse { position: relative; isolation: isolate; background-size: cover; background-position: center; background-repeat: no-repeat; }
.vgs-ground-subtle::before, .vgs-ground-inverse::before { content:''; position:absolute; inset:0; pointer-events:none; z-index:0; }
.vgs-ground-subtle { background-image: url('https://christensenpros.com/wp-content/uploads/2026/07/christensen-prosthodontics-section-texture-paper.jpg'); }
.vgs-ground-subtle::before { background: rgba(243,238,229,0.83); }
.vgs-ground-inverse { background-image: url('https://christensenpros.com/wp-content/uploads/2026/07/christensen-prosthodontics-section-texture-grain.jpg'); }
.vgs-ground-inverse::before { background: rgba(104,20,22,0.84); }
.vgs-ground-subtle > *, .vgs-ground-inverse > * { position: relative; z-index: 1; }

/* =====================================================================
 * Cinematic hero (full-bleed image + overlaid serif) + overlay nav
 * ===================================================================== */
.vgs-herocine { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; }
.vgs-herocine__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.vgs-herocine__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(18,14,12,.80) 0%, rgba(18,14,12,.52) 42%, rgba(18,14,12,.16) 72%, rgba(18,14,12,0) 100%); }
.vgs-herocine__wrap { position: relative; z-index: 2; width: 100%; }
.vgs-herocine__inner { max-width: 640px; }
.vgs-herocine__h1 { color: var(--color-text-inverse); font-family: var(--font-display); font-weight: 400; font-size: clamp(3.5rem, 6.6vw, 6.6rem); line-height: 0.98; letter-spacing: -0.01em; margin: var(--space-md) 0 0; }
.vgs-herocine__h1 em { font-style: italic; }
.vgs-herocine__lead { color: rgba(252,250,246,.86); max-width: 42ch; font-size: 1.08rem; line-height: 1.65; margin: var(--space-lg) 0 0; }
.vgs-herocine .vgs-cta-row { margin-top: var(--space-xl); align-items: center; }
.vgs-herocine__meta { position: absolute; z-index: 2; right: var(--space-3xl); bottom: var(--space-xl); color: rgba(252,250,246,.72); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; }
/* Overlay nav on cine-hero pages — FIXED so it follows you; transparent at the top,
   solid glass once you scroll (is-scrolled toggled by vgs.js at >8px). */
.has-cinehero .vgs-header { position: fixed; left: 0; right: 0; top: 0; z-index: 50; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom: 0; transition: background .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease); }
.has-cinehero .vgs-wordmark { color: var(--color-text-inverse); }
.has-cinehero .vgs-nav__list a { color: rgba(252,250,246,.92); }
.has-cinehero .vgs-nav__list a:hover { color: #fff; }
.has-cinehero .vgs-nav__caret { color: rgba(252,250,246,.9); }
.has-cinehero .vgs-nav-toggle { border-color: rgba(252,250,246,.5); color: var(--color-text-inverse); }

/* Scrolled state: solid glass follow-bar with dark text */
.has-cinehero .vgs-header.is-scrolled { background: color-mix(in srgb, #FCFAF6 90%, transparent); backdrop-filter: saturate(150%) blur(12px); -webkit-backdrop-filter: saturate(150%) blur(12px); border-bottom: 1px solid #E8DDCF; box-shadow: 0 12px 34px -20px rgba(23,21,20,.32); }
.has-cinehero .vgs-header.is-scrolled .vgs-header__brand,
.has-cinehero .vgs-header.is-scrolled .vgs-wordmark { color: #2a231a; }
.has-cinehero .vgs-header.is-scrolled .vgs-nav__list a { color: var(--color-text-primary); }
.has-cinehero .vgs-header.is-scrolled .vgs-nav__list a:hover { color: var(--color-brand-primary); }
.has-cinehero .vgs-header.is-scrolled .vgs-nav__caret { color: var(--color-text-primary); }
.has-cinehero .vgs-header.is-scrolled .vgs-nav-toggle { border-color: var(--color-border-default); color: var(--color-text-primary); }
.has-cinehero .vgs-header.is-scrolled .vgs-header__cta { background: var(--color-brand-primary); border-color: var(--color-brand-primary); color: #FCFAF6; }
.has-cinehero .vgs-header.is-scrolled .vgs-header__cta:hover { background: var(--color-brand-primary-hover); border-color: var(--color-brand-primary-hover); }
/* offset in-page anchors for the fixed bar */
.vgs-section { scroll-margin-top: 88px; }
@media (max-width: 800px) { .vgs-herocine__meta { display: none; } .vgs-herocine__inner { max-width: 100%; } }

/* =====================================================================
 * Editorial features — mimicking the Zildjian concept site
 *   (1) quotefeature — letter-spaced serif pull-quote + circular attribution
 *   (2) statement    — image bleeds to edge, giant serif statement + caption
 *   (3) heritage     — dark image + small serif label, drop-cap body, circle link
 * Full-bleed splits: no container, image touches the viewport edge.
 * ===================================================================== */

/* (1) PULL-QUOTE FEATURE */
.vgs-quotefeature { display: grid; grid-template-columns: 1.05fr 1fr; min-height: 620px; align-items: stretch; padding: 0; }
.vgs-quotefeature__img { position: relative; overflow: hidden; }
.vgs-quotefeature__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vgs-quotefeature__panel { background: #171514; color: #FCFAF6; display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 5.5vw, 92px); }
.vgs-quotefeature__eyebrow { font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: #C9B081; font-weight: 600; margin: 0 0 30px; }
.vgs-quotefeature__q { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.55rem, 2.5vw, 2.45rem); line-height: 1.24; letter-spacing: 0.03em; text-transform: uppercase; color: #FCFAF6; margin: 0; }
.vgs-quotefeature__q em { font-style: italic; text-transform: none; color: #C9B081; letter-spacing: 0; }
.vgs-quotefeature__attr { display: flex; align-items: center; justify-content: flex-end; gap: 18px; margin-top: 46px; }
.vgs-quotefeature__name { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(252,250,246,.68); font-weight: 600; text-align: right; line-height: 1.5; }
.vgs-quotefeature__panel .vgs-circ { width: 64px; height: 64px; flex: none; border-color: rgba(252,250,246,.4); color: #FCFAF6; }
.vgs-quotefeature__panel .vgs-circ--link:hover { background: #FCFAF6; color: #171514; }

/* (2) STATEMENT */
.vgs-statement { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 660px; padding: 0; }
.vgs-statement__img { align-self: stretch; overflow: hidden; }
.vgs-statement__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vgs-statement__body { padding: clamp(44px, 6vw, 110px); }
.vgs-statement__h { font-size: clamp(2.5rem, 4.4vw, 4.3rem); line-height: 1.06; letter-spacing: -0.012em; margin: 0; }
.vgs-statement__h em { font-style: italic; color: #8F3320; }
.vgs-statement__foot { display: flex; align-items: center; gap: 18px; margin-top: 42px; }
.vgs-statement__cap { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: #8F806F; font-weight: 600; }
.vgs-statement .vgs-circ--link:hover { background: #8F3320; color: #FCFAF6; }

/* (3) HERITAGE */
.vgs-heritage { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; min-height: 600px; padding: 0; }
.vgs-heritage__img { align-self: stretch; overflow: hidden; background: #171514; }
.vgs-heritage__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vgs-heritage__body { padding: clamp(44px, 6vw, 110px); }
.vgs-heritage__label { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.35rem, 1.8vw, 1.7rem); letter-spacing: 0.04em; color: #171514; text-transform: uppercase; margin-bottom: 26px; }
.vgs-heritage__p { font-size: 1.04rem; line-height: 1.85; color: #5E554C; max-width: 46ch; margin: 0; }
.vgs-heritage__p::first-letter { float: left; font-family: var(--font-display); font-size: 3.6rem; line-height: 0.72; padding: 8px 14px 0 0; color: #171514; }
.vgs-heritage__link { margin-top: 38px; }

@media (max-width: 900px) {
	.vgs-quotefeature, .vgs-statement, .vgs-heritage { grid-template-columns: 1fr; min-height: 0; }
	.vgs-quotefeature__img, .vgs-statement__img, .vgs-heritage__img { height: 300px; }
	.vgs-statement__img, .vgs-heritage__img { order: -1; }
	.vgs-quotefeature__attr { justify-content: flex-start; }
}

/* =====================================================================
 * Layered image cluster — mimicking the Seoly "about" image layering.
 * Two overlapping photos + a thin gold offset frame, each drifting at a
 * different scroll speed (data-vgs-speed) for parallax depth.
 * ===================================================================== */
.vgs-stackpair__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.vgs-stackpair__grid--rev .vgs-stackpair__media { order: -1; }
.vgs-stackpair__media { position: relative; }

.vgs-imagestack { position: relative; }
.vgs-imagestack__a { width: 80%; margin: 0 0 0 auto; border-radius: 16px; overflow: hidden; position: relative; z-index: 1; box-shadow: 0 40px 80px -50px rgba(23,21,20,.5); }
.vgs-imagestack__a img { width: 100%; height: auto; display: block; }
.vgs-imagestack__b { position: absolute; left: 0; bottom: -34px; width: 46%; margin: 0; border-radius: 14px; z-index: 2; box-shadow: 0 30px 60px -34px rgba(23,21,20,.55); }
.vgs-imagestack__b img { width: 100%; height: auto; display: block; border-radius: 14px; border: 6px solid #FCFAF6; }
.vgs-imagestack__frame { position: absolute; top: -26px; left: 2%; width: 40%; aspect-ratio: 3 / 4; border: 1px solid rgba(201,176,129,.85); border-radius: 16px; z-index: 0; }

@media (max-width: 900px) {
	.vgs-stackpair__grid { grid-template-columns: 1fr; gap: 40px; }
	.vgs-stackpair__grid--rev .vgs-stackpair__media { order: 0; }
	.vgs-imagestack__a { width: 82%; }
	.vgs-imagestack__b { bottom: -22px; }
}
/* Parallax is transform-based; honor reduced-motion by resetting any inline transform. */
@media (prefers-reduced-motion: reduce) {
	.vgs-imagestack__a, .vgs-imagestack__b, .vgs-imagestack__frame { transform: none !important; }
}

/* =====================================================================
 * Brandmark in nav + footer (short logotype, recolors via currentColor)
 * ===================================================================== */
.vgs-brandmark { display: inline-block; line-height: 0; }
.vgs-brandmark__svg { height: 34px; width: auto; display: block; }
.vgs-header__brand { color: #2a231a; }                 /* dark logotype on the light nav */
.has-cinehero .vgs-header__brand { color: #FCFAF6; }   /* ivory logotype over a dark hero */
@media (max-width: 800px) { .vgs-brandmark__svg { height: 28px; } }
/* nav consultation button — hidden on mobile (menu holds it) */
.vgs-nav__cta { margin-left: var(--space-lg); padding: 0.6rem 1.15rem; min-height: 0; }
.has-cinehero .vgs-header__cta { background: transparent; border-color: rgba(252,250,246,.55); color: #FCFAF6; }
.has-cinehero .vgs-header__cta:hover { background: #FCFAF6; color: var(--color-brand-primary); border-color: #FCFAF6; }
@media (max-width: 800px) { .vgs-nav__cta { display: none; } }

/* =====================================================================
 * CTA band — centered, and flush to the footer (kills the white gap)
 * ===================================================================== */
.vgs-cta { text-align: center; }
.vgs-cta .vgs-cta-row { justify-content: center; }
.vgs-cta .vgs-tagline { margin-inline: auto; }
.vgs-footer { margin-top: 0; }

/* =====================================================================
 * Robust dark footer
 * ===================================================================== */
.vgs-footer { background: #171514; color: rgba(252,250,246,.72); border-top: 0; padding-block: clamp(56px,7vw,90px) 34px; }
.vgs-footer a { color: rgba(252,250,246,.72); text-decoration: none; transition: color .2s var(--ease); }
.vgs-footer a:hover { color: #FCFAF6; }
.vgs-footer__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.1fr; gap: clamp(28px,4vw,60px); }
.vgs-footer__brandlink { display: inline-block; color: #FCFAF6; margin-bottom: 20px; }
.vgs-footer__brandlink .vgs-brandmark__svg { height: 30px; }
.vgs-footer__tag { color: rgba(252,250,246,.6); font-size: .96rem; line-height: 1.6; max-width: 34ch; margin: 0 0 22px; }
.vgs-footer__addr { font-style: normal; color: rgba(252,250,246,.7); font-size: .95rem; line-height: 1.75; margin: 0; }
.vgs-footer__addr a:hover { color: #C9B081; }
.vgs-footer__col h4 { font-family: var(--font-body); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: #C9B081; font-weight: 600; margin: 2px 0 16px; }
.vgs-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.vgs-footer__col a { font-size: .98rem; }
.vgs-footer__cta { margin-top: 24px; padding: 0.7rem 1.3rem; min-height: 0; }
.vgs-footer__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: clamp(40px,5vw,66px); padding-top: 24px; border-top: 1px solid rgba(252,250,246,.14); font-size: .82rem; color: rgba(252,250,246,.5); }
.vgs-footer__bottom a { color: rgba(252,250,246,.5); }
@media (max-width: 860px) { .vgs-footer__grid { grid-template-columns: 1fr 1fr; } .vgs-footer__brandcol { grid-column: 1 / -1; } }
@media (max-width: 520px) { .vgs-footer__grid { grid-template-columns: 1fr; } .vgs-footer__bottom { flex-direction: column; } }

/* =====================================================================
 * Mega menu — dropdown panels on desktop, inline accordion on mobile
 * ===================================================================== */
.vgs-nav__list { align-items: center; }
.vgs-nav__item { position: relative; display: inline-flex; align-items: center; }
.vgs-nav__link { white-space: nowrap; }
.vgs-nav__caret { display: inline-flex; align-items: center; justify-content: center; background: none; border: 0; padding: 4px 4px 4px 2px; cursor: pointer; color: currentColor; font-size: .62rem; line-height: 1; opacity: .65; transition: opacity .2s var(--ease), transform .2s var(--ease); }
.vgs-nav__caret:hover, .vgs-nav__item.is-open .vgs-nav__caret { opacity: 1; }
.vgs-nav__item.is-open .vgs-nav__caret { transform: rotate(180deg); }
.vgs-mega__list { list-style: none; margin: 0; padding: 0; }

@media (min-width: 801px) {
	.vgs-mega {
		position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(12px);
		min-width: 280px; background: #FCFAF6; border: 1px solid #E8DDCF; border-radius: 16px;
		box-shadow: 0 34px 74px -34px rgba(23,21,20,.44); padding: 12px;
		opacity: 0; visibility: hidden; pointer-events: none;
		transition: opacity .22s var(--ease), transform .22s var(--ease); z-index: 60;
	}
	.vgs-mega::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; } /* hover bridge */
	.vgs-mega::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; margin: -12px 12px 0; border-radius: 2px; background: var(--color-brand-primary, #8F3320); opacity: .0; }
	.vgs-nav__item.has-mega:hover > .vgs-mega,
	.vgs-nav__item.has-mega:focus-within > .vgs-mega,
	.vgs-nav__item.has-mega.is-open > .vgs-mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(9px); }
	.vgs-mega__link { display: block; padding: 11px 15px; border-radius: 10px; text-decoration: none; transition: background .18s var(--ease); }
	.vgs-mega__link:hover { background: #F3EEE5; }
	.vgs-mega__t { display: block; font-family: var(--font-body); font-size: .98rem; font-weight: 600; color: #2a231a; }
	.vgs-mega__link:hover .vgs-mega__t { color: var(--color-brand-primary, #8F3320); }
	.vgs-mega__d { display: block; font-size: .8rem; color: #5E554C; margin-top: 2px; }
}

@media (max-width: 800px) {
	.vgs-nav__item { display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between; align-items: center; }
	.vgs-nav__caret { font-size: .8rem; padding: 10px; margin-left: auto; }
	.vgs-mega { flex-basis: 100%; display: none; padding: 2px 0 10px 12px; }
	.vgs-nav__item.is-open .vgs-mega { display: block; }
	.vgs-mega__link { display: block; padding: 9px 4px; text-decoration: none; }
	.vgs-mega__t { font-weight: 600; color: var(--color-text-primary); }
	.vgs-mega__d { font-size: .8rem; color: var(--color-text-secondary); }
}

/* =====================================================================
 * Nav layout — logo left · centered links · CTA right (Function-Health style)
 * ===================================================================== */
.vgs-header__actions { display: flex; align-items: center; gap: var(--space-md); }
.vgs-header__cta { padding: 0.62rem 1.2rem; min-height: 0; white-space: nowrap; }
@media (min-width: 801px) {
	.vgs-header__inner { justify-content: flex-start; gap: var(--space-lg); }
	.vgs-nav { flex: 1 1 auto; display: flex; justify-content: center; }
	.vgs-header__brand, .vgs-header__actions { flex: 0 0 auto; }
	.vgs-nav__list { gap: clamp(20px, 2.2vw, 40px); }
}
@media (max-width: 800px) {
	.vgs-header__cta { display: none; }
}

/* =====================================================================
 * Steps / "how it works" — sticky-stacking cards (scroll effect)
 * ===================================================================== */
.vgs-steps__head { max-width: 62ch; margin-bottom: clamp(30px, 5vw, 66px); }
.vgs-steps__stack { display: flex; flex-direction: column; gap: clamp(16px, 2.2vw, 26px); }
.vgs-steps__card {
	position: sticky;
	top: calc(clamp(84px, 12vh, 128px) + var(--i, 0) * 14px);
	background: #FCFAF6;
	border: 1px solid #E8DDCF;
	border-radius: 22px;
	padding: clamp(26px, 3.4vw, 48px);
	box-shadow: 0 40px 82px -50px rgba(23,21,20,.42);
	display: grid;
	grid-template-columns: minmax(58px, auto) 1fr;
	gap: clamp(18px, 3vw, 46px);
	align-items: start;
	transform-origin: center top;
	transition: box-shadow .3s var(--ease);
	will-change: transform;
}
.vgs-steps__num { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.1rem, 4.2vw, 3.3rem); line-height: .82; color: #7A5F26; }
.vgs-steps__t { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.4rem, 2.3vw, 2rem); line-height: 1.1; color: #171514; margin: 0 0 12px; }
.vgs-steps__d { font-size: 1.05rem; line-height: 1.72; color: #5E554C; margin: 0; max-width: 58ch; }
@media (hover: hover) { .vgs-steps__card:hover { box-shadow: 0 54px 96px -46px rgba(23,21,20,.52); } }
@media (max-width: 640px) {
	.vgs-steps__card { position: static; grid-template-columns: 1fr; gap: 10px; }
	.vgs-steps__num { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
	.vgs-steps__card { position: static; transform: none !important; opacity: 1 !important; }
}

/* =====================================================================
 * Banner — subtle inset "cutaway" trust/CTA card (Function-Health /about)
 * ===================================================================== */
.vgs-banner {
	display: grid; grid-template-columns: auto 1fr auto; align-items: center;
	gap: clamp(20px, 3vw, 46px);
	background: #F3EEE5; border: 1px solid #E8DDCF; border-radius: 22px;
	padding: clamp(24px, 3vw, 40px) clamp(26px, 3.4vw, 54px);
}
.vgs-banner__icon { width: 58px; height: 58px; flex: none; display: grid; place-items: center; color: var(--color-brand-primary, #8F3320); }
.vgs-banner__icon svg { width: 58px; height: 58px; }
.vgs-banner__title { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.4rem, 2.1vw, 1.95rem); line-height: 1.12; color: #171514; margin: 0 0 7px; letter-spacing: 0; }
.vgs-banner__body { font-size: 1rem; line-height: 1.6; color: #5E554C; margin: 0; max-width: 62ch; letter-spacing: 1px; }
.vgs-banner__cta { flex: none; white-space: nowrap; }
@media (max-width: 760px) {
	.vgs-banner { grid-template-columns: auto 1fr; row-gap: 18px; padding: 26px; }
	.vgs-banner__cta { grid-column: 1 / -1; justify-self: start; }
}

/* =====================================================================
 * Mission — big two-tone serif statement (dark lead-in + brick emphasis)
 * ===================================================================== */
.vgs-mission__eyebrow { margin-bottom: clamp(18px, 2.6vw, 30px); }
.vgs-mission__text { font-family: var(--font-display); font-weight: 400; font-size: clamp(2rem, 4.6vw, 3.7rem); line-height: 1.15; letter-spacing: -0.01em; color: #171514; margin: 0; }
.vgs-mission__cta { margin-top: clamp(30px, 4vw, 48px); }

/* =====================================================================
 * Compare — two-column "vs." comparison
 * ===================================================================== */
.vgs-compare__head { max-width: 60ch; margin-bottom: clamp(30px, 5vw, 60px); }
.vgs-compare__grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(24px, 4vw, 72px); align-items: stretch; }
.vgs-compare__rule { display: block; width: 40px; height: 2px; background: var(--color-brand-primary); margin-bottom: 22px; }
.vgs-compare__title { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.4rem, 2vw, 1.9rem); line-height: 1.12; color: #171514; margin: 0 0 10px; }
.vgs-compare__sub { color: #5E554C; margin: 0 0 26px; font-size: 1.02rem; }
.vgs-compare__list { list-style: none; margin: 0; padding: 0; }
.vgs-compare__item { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 2px; border-top: 1px solid #E8DDCF; font-size: 1rem; color: #35302A; }
.vgs-compare__list .vgs-compare__item:last-child { border-bottom: 1px solid #E8DDCF; }
.vgs-compare__mark { color: var(--color-brand-primary); font-size: 1.1rem; line-height: 1; flex: none; }
.vgs-compare__mid { display: grid; grid-template-rows: 1fr auto 1fr; justify-items: center; }
.vgs-compare__line { width: 1px; background: linear-gradient(180deg, transparent, #D8CBB8, transparent); }
.vgs-compare__vs { width: 58px; height: 58px; border-radius: 50%; background: var(--color-brand-primary); color: #FCFAF6; display: grid; place-items: center; font-family: var(--font-display); font-size: 1.05rem; margin: 12px 0; }
@media (max-width: 760px) {
	.vgs-compare__grid { grid-template-columns: 1fr; gap: 6px; }
	.vgs-compare__mid { grid-template-rows: none; grid-template-columns: 1fr auto 1fr; padding: 16px 0; }
	.vgs-compare__mid .vgs-compare__line { width: auto; height: 1px; background: linear-gradient(90deg, transparent, #D8CBB8, transparent); }
	.vgs-compare__vs { margin: 0 14px; }
}

/* =====================================================================
 * Videocards — fluted-background feature: headline + inline video + cards
 * ===================================================================== */
.vgs-videocards { position: relative; background: #F1EADD; overflow: hidden; }
.vgs-videocards::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
	background: repeating-linear-gradient(90deg, rgba(255,255,255,.55) 0 2px, rgba(255,255,255,0) 2px 15px); opacity: .6; }
.vgs-videocards > .container { position: relative; z-index: 1; }
.vgs-videocards__head { max-width: 60ch; }
.vgs-videocards__media { margin: clamp(30px, 4vw, 52px) auto 0; max-width: 980px; border-radius: 20px; overflow: hidden; box-shadow: 0 46px 90px -52px rgba(23,21,20,.55); background: #171514; }
.vgs-videocards__video { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; display: block; background: #171514; }
.vgs-videocards__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 24px); margin-top: clamp(30px, 4vw, 52px); }
.vgs-videocards__card { background: #FCFAF6; border: 1px solid #E8DDCF; border-radius: 14px; padding: clamp(20px, 2.2vw, 28px); }
.vgs-videocards__ct { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.15; color: #171514; margin: 0 0 8px; }
.vgs-videocards__cd { font-size: .95rem; line-height: 1.55; color: #5E554C; margin: 0; }
@media (max-width: 820px) { .vgs-videocards__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .vgs-videocards__grid { grid-template-columns: 1fr; } }
