/* =========================================================================
   Vitalis — main stylesheet. Calm clinical-light medical theme.
   A subtle fixed WebGL background sits behind a transparent body; content
   layers over it on crisp white cards.
   ========================================================================= */

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--v-bg); -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0; background: transparent; color: var(--v-ink);
	font-family: var(--v-f-body); font-size: var(--fs-200); line-height: 1.65;
	-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--v-teal-deep); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--v-blue-deep); }
h1, h2, h3, h4 { font-family: var(--v-f-display); font-weight: 700; line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 .5em; color: var(--v-ink); }
p { margin: 0 0 1em; }
:focus-visible { outline: 2px solid var(--v-teal); outline-offset: 3px; border-radius: 4px; }

.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; }
.v-skip { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--v-teal); color: #fff; padding: .7rem 1.1rem; border-radius: 0 0 8px 0; font-weight: 600; }
.v-skip:focus { left: 0; }

/* ---- fixed GPU background ---- */
.v-bg { position: fixed; inset: 0; z-index: -2; pointer-events: none; }
.v-bg canvas { width: 100%; height: 100%; display: block; }
.v-bg:not(.is-live) { background: radial-gradient(60% 50% at 80% 10%, rgba(111,227,196,.18), transparent 60%), radial-gradient(50% 45% at 10% 85%, rgba(47,124,246,.10), transparent 60%), var(--v-bg); }

/* ---- layout ---- */
.v-wrap { width: min(100% - 2.4rem, var(--v-wrap)); margin-inline: auto; }
.v-main { position: relative; z-index: 1; }
.v-main:not(.v-front-main) { padding-top: clamp(92px, 12vh, 128px); }
.v-section { padding-block: clamp(3.5rem, 8vw, 7rem); position: relative; }

/* ---- reveal ---- */
html.v-anim [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
html.v-anim [data-reveal].is-in { opacity: 1; transform: none; }

/* =========================================================================
   Buttons + bits
   ========================================================================= */
.v-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-family: var(--v-f-body); font-weight: 700; font-size: var(--fs-100); padding: .95rem 1.7rem; border-radius: var(--r-pill); border: 1.5px solid transparent; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease); }
.v-btn--solid { background: var(--v-grad); color: #fff; box-shadow: 0 12px 26px -12px rgba(15,181,166,.6); }
.v-btn--solid:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 36px -12px rgba(15,181,166,.75); }
.v-btn--ghost { background: #fff; color: var(--v-ink); border-color: var(--v-line-2); }
.v-btn--ghost:hover { color: var(--v-teal-deep); border-color: var(--v-teal); transform: translateY(-2px); }
.v-btn--sm { padding: .6rem 1.2rem; font-size: var(--fs-50); }

.v-eyebrow { font-family: var(--v-f-mono); font-size: var(--fs-50); letter-spacing: .18em; text-transform: uppercase; color: var(--v-teal-deep); margin: 0 0 1rem; }
.v-textlink { font-family: var(--v-f-mono); font-size: var(--fs-50); letter-spacing: .04em; text-transform: uppercase; color: var(--v-muted); white-space: nowrap; }
.v-textlink:hover { color: var(--v-teal-deep); }
.v-ic { width: 100%; height: 100%; }

/* =========================================================================
   Header
   ========================================================================= */
.v-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .35s var(--ease), box-shadow .35s var(--ease); }
.v-header.is-scrolled { background: rgba(255,255,255,.82); backdrop-filter: var(--v-blur); box-shadow: 0 1px 0 var(--v-line), 0 10px 30px -24px rgba(15,43,61,.5); }
.v-header__bar { display: flex; align-items: center; gap: 1.5rem; height: 74px; }
.v-brand { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--v-f-display); font-weight: 800; font-size: var(--fs-300); color: var(--v-ink); }
.v-brand:hover { color: var(--v-ink); }
.v-brand__mark { width: 26px; height: 26px; border-radius: 9px; background: var(--v-grad); flex: none; position: relative; box-shadow: 0 6px 14px -6px rgba(15,181,166,.7); }
.v-brand__mark::before, .v-brand__mark::after { content: ""; position: absolute; background: #fff; border-radius: 2px; }
.v-brand__mark::before { width: 12px; height: 3px; top: 11.5px; left: 7px; }
.v-brand__mark::after { width: 3px; height: 12px; top: 7px; left: 11.5px; }
.v-brand__name { letter-spacing: -.02em; }
.v-nav { margin-left: auto; }
.v-nav__list { display: flex; gap: 1.7rem; list-style: none; margin: 0; padding: 0; }
.v-nav__list a { color: var(--v-muted); font-size: var(--fs-100); font-weight: 600; position: relative; }
.v-nav__list a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--v-teal); transition: width .25s var(--ease); }
.v-nav__list a:hover { color: var(--v-ink); }
.v-nav__list a:hover::after { width: 100%; }
.v-header__actions { display: flex; align-items: center; gap: 1rem; }
.v-phone { display: inline-flex; align-items: center; gap: .45rem; color: var(--v-ink); font-weight: 700; font-size: var(--fs-100); }
.v-phone__ic { width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--v-teal); position: relative; flex: none; }
.v-phone__ic::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--v-teal); }
.v-nav-toggle { display: none; width: 44px; height: 44px; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 6px; align-items: center; justify-content: center; }
.v-nav-toggle span { width: 24px; height: 2px; background: var(--v-ink); border-radius: 2px; transition: transform .3s var(--ease), opacity .3s var(--ease); }

@media (max-width: 960px) {
	.v-phone__num { display: none; }
	.v-nav { position: fixed; inset: 74px 0 auto; margin: 0; background: rgba(255,255,255,.98); backdrop-filter: var(--v-blur); box-shadow: 0 20px 30px -20px rgba(15,43,61,.3); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .3s var(--ease), transform .3s var(--ease); }
	.v-header.is-open .v-nav { opacity: 1; transform: none; pointer-events: auto; }
	.v-nav__list { flex-direction: column; gap: 0; padding: 1rem 1.2rem 1.6rem; }
	.v-nav__list a { display: block; padding: .9rem 0; border-bottom: 1px solid var(--v-line); }
	.v-nav-toggle { display: flex; }
	.v-header.is-open .v-nav-toggle span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
	.v-header.is-open .v-nav-toggle span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
	.v-header__cta { display: none; }
}

/* =========================================================================
   Hero
   ========================================================================= */
.v-hero { padding-block: clamp(7rem, 14vh, 11rem) clamp(3rem, 6vw, 5rem); }
.v-hero__inner { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 2.5rem; align-items: center; }
.v-hero__kicker { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--v-f-mono); font-size: var(--fs-100); letter-spacing: .12em; text-transform: uppercase; color: var(--v-teal-deep); margin: 0 0 1.3rem; }
.v-hero__pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--v-teal); box-shadow: 0 0 0 0 rgba(15,181,166,.5); animation: v-pulse 2.2s ease-out infinite; }
@keyframes v-pulse { 0% { box-shadow: 0 0 0 0 rgba(15,181,166,.5); } 70% { box-shadow: 0 0 0 10px rgba(15,181,166,0); } 100% { box-shadow: 0 0 0 0 rgba(15,181,166,0); } }
@media (prefers-reduced-motion: reduce) { .v-hero__pulse { animation: none; } }
.v-hero__title { font-size: var(--fs-800); margin: 0 0 1.4rem; letter-spacing: -0.03em; }
.v-hero__sub { font-size: var(--fs-300); color: var(--v-muted); max-width: 40ch; margin: 0 0 2rem; }
.v-hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.v-hero__trust { display: flex; flex-wrap: wrap; gap: 1.2rem 1.8rem; list-style: none; margin: 0; padding: 0; }
.v-hero__trust li { display: inline-flex; align-items: center; gap: .5rem; font-size: var(--fs-100); color: var(--v-ink); font-weight: 600; }
.v-hero__tick { width: 20px; height: 20px; border-radius: 50%; background: rgba(15,181,166,.14); position: relative; flex: none; }
.v-hero__tick::after { content: ""; position: absolute; left: 6px; top: 5px; width: 5px; height: 9px; border: solid var(--v-teal-deep); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.v-hero__stage { position: relative; min-height: min(60vh, 560px); }
.v-helix { position: absolute; inset: -6% 0; }
.v-helix canvas { width: 100% !important; height: 100% !important; }
.v-helix__fallback { position: absolute; inset: 0; background: radial-gradient(45% 55% at 55% 45%, rgba(15,181,166,.18), transparent 62%), radial-gradient(40% 45% at 60% 60%, rgba(47,124,246,.14), transparent 60%); border-radius: 50%; }
.v-helix.is-live .v-helix__fallback { opacity: 0; transition: opacity 1s ease; }
.v-hero__hint { position: absolute; bottom: .5rem; left: 50%; transform: translateX(-50%); font-family: var(--v-f-mono); font-size: var(--fs-50); letter-spacing: .05em; text-transform: uppercase; color: var(--v-faint); margin: 0; }

/* =========================================================================
   Stats
   ========================================================================= */
.v-stats { padding-block: clamp(2rem, 4vw, 3rem); }
.v-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; background: #fff; border: 1px solid var(--v-line); border-radius: var(--r-lg); box-shadow: var(--v-shadow-sm); padding: clamp(1.6rem, 3vw, 2.4rem); }
.v-stat { text-align: center; padding: .4rem; position: relative; }
.v-stat + .v-stat::before { content: ""; position: absolute; left: 0; top: 20%; height: 60%; width: 1px; background: var(--v-line); }
.v-stat__num { display: block; font-family: var(--v-f-display); font-weight: 800; font-size: var(--fs-600); background: var(--v-grad); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.v-stat__label { display: block; margin-top: .5rem; font-size: var(--fs-100); color: var(--v-muted); }
@media (max-width: 720px) { .v-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 1.6rem; } .v-stat + .v-stat::before { display: none; } }

/* =========================================================================
   Section heads
   ========================================================================= */
.v-section__head { max-width: var(--v-measure); margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.v-section__head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; max-width: none; }
.v-section__title { font-size: var(--fs-700); }
.v-section__lead { font-size: var(--fs-300); color: var(--v-muted); margin: 0; }

/* =========================================================================
   Services
   ========================================================================= */
.v-services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.1rem; }
.v-service { background: #fff; border: 1px solid var(--v-line); border-radius: var(--r); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.v-service:hover { transform: translateY(-5px); box-shadow: var(--v-shadow); border-color: transparent; }
.v-service__link { display: flex; flex-direction: column; gap: .5rem; padding: 1.5rem 1.3rem; height: 100%; color: var(--v-ink); }
.v-service__icon { width: 46px; height: 46px; padding: 11px; border-radius: 13px; background: var(--v-grad-soft); color: var(--v-teal-deep); margin-bottom: .4rem; }
.v-service__title { font-size: var(--fs-300); margin: 0; }
.v-service__sum { font-size: var(--fs-100); color: var(--v-muted); margin: 0; flex: 1; }
.v-service__more { font-family: var(--v-f-mono); font-size: var(--fs-50); letter-spacing: .03em; text-transform: uppercase; color: var(--v-teal-deep); margin-top: .3rem; }
@media (max-width: 1100px) { .v-services-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 680px) { .v-services-grid { grid-template-columns: repeat(2, 1fr); } }

/* =========================================================================
   Why
   ========================================================================= */
.v-why__inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.v-why__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.v-why__card { background: #fff; border: 1px solid var(--v-line); border-radius: var(--r); padding: 1.6rem; }
.v-why__icon { display: block; width: 40px; height: 40px; padding: 9px; border-radius: 11px; background: var(--v-grad-soft); color: var(--v-teal-deep); margin-bottom: .9rem; }
.v-why__card h3 { font-size: var(--fs-300); margin: 0 0 .4rem; }
.v-why__card p { font-size: var(--fs-100); color: var(--v-muted); margin: 0; }
@media (max-width: 900px) { .v-why__inner { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .v-why__grid { grid-template-columns: 1fr; } }

/* =========================================================================
   Doctors
   ========================================================================= */
.v-doctor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.v-doctor { background: #fff; border: 1px solid var(--v-line); border-radius: var(--r-lg); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.v-doctor:hover { transform: translateY(-5px); box-shadow: var(--v-shadow); }
.v-doctor__photo { position: relative; display: block; aspect-ratio: 6 / 7; overflow: hidden; background: linear-gradient(150deg, #dff4f0, #e3edfb); }
.v-doctor__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.v-doctor:hover .v-doctor__photo img { transform: scale(1.04); }
.v-doctor__mono { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--v-f-display); font-weight: 800; font-size: 3.4rem; color: #fff; background: var(--v-grad); opacity: .92; }
.v-doctor__cred { position: absolute; left: .8rem; bottom: .8rem; font-family: var(--v-f-mono); font-size: var(--fs-50); font-weight: 700; color: var(--v-teal-deep); background: rgba(255,255,255,.92); padding: .25rem .55rem; border-radius: var(--r-pill); }
.v-doctor__body { padding: 1.1rem 1.2rem 1.4rem; }
.v-doctor__name { font-size: var(--fs-300); margin: 0 0 .15rem; }
.v-doctor__name a { color: var(--v-ink); }
.v-doctor__name a:hover { color: var(--v-teal-deep); }
.v-doctor__role { font-size: var(--fs-100); color: var(--v-teal-deep); font-weight: 600; margin: 0 0 .3rem; }
.v-doctor__spec { font-family: var(--v-f-mono); font-size: var(--fs-50); letter-spacing: .03em; text-transform: uppercase; color: var(--v-faint); margin: 0; }
.v-doctor__spec a { color: inherit; }
@media (max-width: 900px) { .v-doctor-grid { grid-template-columns: repeat(2, 1fr); } }

/* =========================================================================
   How it works
   ========================================================================= */
.v-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; counter-reset: step; }
.v-step { background: #fff; border: 1px solid var(--v-line); border-radius: var(--r-lg); padding: 2rem 1.8rem; position: relative; }
.v-step__no { font-family: var(--v-f-mono); font-size: var(--fs-300); font-weight: 600; color: var(--v-teal); }
.v-step h3 { font-size: var(--fs-400); margin: .6rem 0 .5rem; }
.v-step p { font-size: var(--fs-100); color: var(--v-muted); margin: 0; }
@media (max-width: 820px) { .v-steps { grid-template-columns: 1fr; } }

/* =========================================================================
   Conditions
   ========================================================================= */
.v-conditions-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.v-condition { display: flex; flex-direction: column; gap: .3rem; padding: 1.3rem 1.4rem; background: #fff; border: 1px solid var(--v-line); border-radius: var(--r); color: var(--v-ink); position: relative; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.v-condition:hover { transform: translateY(-4px); box-shadow: var(--v-shadow-sm); border-color: var(--v-teal); color: var(--v-ink); }
.v-condition__name { font-family: var(--v-f-display); font-weight: 700; font-size: var(--fs-300); }
.v-condition__sum { font-size: var(--fs-100); color: var(--v-muted); }
.v-condition__arrow { position: absolute; top: 1.3rem; right: 1.2rem; color: var(--v-teal); opacity: 0; transform: translateX(-4px); transition: opacity .3s var(--ease), transform .3s var(--ease); }
.v-condition:hover .v-condition__arrow { opacity: 1; transform: none; }
@media (max-width: 980px) { .v-conditions-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .v-conditions-grid { grid-template-columns: 1fr; } }

/* =========================================================================
   Testimonials
   ========================================================================= */
.v-quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.v-quote { margin: 0; background: #fff; border: 1px solid var(--v-line); border-radius: var(--r-lg); padding: 2rem 1.8rem; box-shadow: var(--v-shadow-sm); }
.v-quote blockquote { margin: 0 0 1.2rem; font-family: var(--v-f-display); font-weight: 600; font-size: var(--fs-300); line-height: 1.4; color: var(--v-ink); position: relative; padding-top: 1.6rem; }
.v-quote blockquote::before { content: "\201C"; position: absolute; top: -.4rem; left: -.2rem; font-size: 3.2rem; color: var(--v-teal); opacity: .4; font-family: var(--v-f-display); }
.v-quote figcaption { display: flex; flex-direction: column; }
.v-quote__name { font-weight: 700; color: var(--v-ink); }
.v-quote__role { font-family: var(--v-f-mono); font-size: var(--fs-50); text-transform: uppercase; letter-spacing: .04em; color: var(--v-faint); }
@media (max-width: 900px) { .v-quote-grid { grid-template-columns: 1fr; } }

/* =========================================================================
   Appointment
   ========================================================================= */
.v-appt__inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; background: linear-gradient(135deg, #0e2a3b, #123a52); color: #eaf3f7; padding: clamp(2rem, 4vw, 3.4rem); border-radius: var(--r-xl); box-shadow: var(--v-shadow); }
.v-appt__inner .v-eyebrow { color: var(--v-mint); }
.v-appt__title { font-size: var(--fs-600); color: #fff; margin: 0 0 1rem; }
.v-appt__lead { color: #b7ccd6; margin: 0 0 1.4rem; }
.v-appt__points { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .8rem 1.6rem; }
.v-appt__points li { display: inline-flex; align-items: center; gap: .5rem; font-size: var(--fs-100); color: #eaf3f7; font-weight: 600; }
.v-appt__points .v-hero__tick { background: rgba(111,227,196,.2); }
.v-appt__points .v-hero__tick::after { border-color: var(--v-mint); }
.v-appt__form { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-lg); padding: 1.6rem; }
.v-field { margin-bottom: 1rem; }
.v-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.v-field label { display: block; font-size: var(--fs-50); font-weight: 600; color: #b7ccd6; margin-bottom: .35rem; }
.v-field input, .v-field select, .v-field textarea { width: 100%; padding: .8rem 1rem; background: rgba(255,255,255,.95); border: 1px solid transparent; border-radius: var(--r-sm); color: var(--v-ink); font-family: var(--v-f-body); font-size: var(--fs-100); }
.v-field input:focus, .v-field select:focus, .v-field textarea:focus { outline: none; border-color: var(--v-mint); box-shadow: 0 0 0 3px rgba(111,227,196,.3); }
.v-appt__form .v-btn { width: 100%; margin-top: .4rem; }
.v-appt__note { min-height: 1.2em; margin: .8rem 0 0; font-size: var(--fs-100); }
.v-appt__note.is-ok { color: var(--v-mint); }
.v-appt__note.is-err { color: #ff9d92; }
@media (max-width: 860px) { .v-appt__inner { grid-template-columns: 1fr; } }
@media (max-width: 460px) { .v-field-row { grid-template-columns: 1fr; } }

/* =========================================================================
   Journal
   ========================================================================= */
.v-journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.v-jcard { background: #fff; border: 1px solid var(--v-line); border-radius: var(--r-lg); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.v-jcard:hover { transform: translateY(-5px); box-shadow: var(--v-shadow); }
.v-jcard__thumb { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--v-bg-3); }
.v-jcard__thumb img { width: 100%; height: 100%; object-fit: cover; }
.v-jcard__ph { display: block; width: 100%; height: 100%; background: var(--v-grad-soft); }
.v-jcard__body { padding: 1.2rem 1.3rem 1.5rem; }
.v-jcard__date { font-family: var(--v-f-mono); font-size: var(--fs-50); color: var(--v-faint); margin: 0 0 .5rem; }
.v-jcard__title { font-size: var(--fs-300); margin: 0 0 .5rem; line-height: 1.25; }
.v-jcard__title a { color: var(--v-ink); }
.v-jcard__title a:hover { color: var(--v-teal-deep); }
.v-jcard__ex { font-size: var(--fs-100); color: var(--v-muted); margin: 0; }
@media (max-width: 900px) { .v-journal-grid { grid-template-columns: 1fr; } }

/* =========================================================================
   Footer
   ========================================================================= */
.v-footer { position: relative; z-index: 1; margin-top: clamp(2rem, 5vw, 4rem); padding-block: clamp(2.5rem, 5vw, 4rem) 2rem; background: #fff; border-top: 1px solid var(--v-line); }
.v-footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.2rem; border-bottom: 1px solid var(--v-line); }
.v-brand--footer { margin-bottom: 1rem; }
.v-footer__tag { color: var(--v-muted); max-width: 34ch; margin: 0 0 1rem; }
.v-footer__contact { font-size: var(--fs-100); }
.v-footer__contact a { color: var(--v-ink); font-weight: 600; }
.v-social { display: flex; gap: 1.2rem; list-style: none; margin: 1rem 0 0; padding: 0; }
.v-social a { font-family: var(--v-f-mono); font-size: var(--fs-50); text-transform: uppercase; letter-spacing: .05em; color: var(--v-muted); }
.v-social a:hover { color: var(--v-teal-deep); }
.v-footer__h { font-size: var(--fs-100); font-family: var(--v-f-mono); text-transform: uppercase; letter-spacing: .06em; color: var(--v-faint); margin: 0 0 1rem; }
.v-footer__list, .v-footer__hours ul { list-style: none; margin: 0; padding: 0; }
.v-footer__list a { display: block; padding: .35rem 0; color: var(--v-muted); font-size: var(--fs-100); }
.v-footer__list a:hover { color: var(--v-ink); }
.v-footer__hours li { display: flex; justify-content: space-between; gap: 1rem; padding: .35rem 0; font-size: var(--fs-100); color: var(--v-muted); }
.v-footer__hours li span:first-child { color: var(--v-ink); font-weight: 600; }
.v-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.6rem; }
.v-footer__copy, .v-footer__legal { font-size: var(--fs-50); color: var(--v-faint); margin: 0; }
.v-footer__legal { max-width: 48ch; }
@media (max-width: 820px) { .v-footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .v-footer__top { grid-template-columns: 1fr; } }

/* =========================================================================
   Content templates
   ========================================================================= */
.v-page-hero { padding-block: clamp(1.5rem, 4vw, 3rem) clamp(1.2rem, 3vw, 2.2rem); }
.v-page-hero__eyebrow { font-family: var(--v-f-mono); font-size: var(--fs-50); letter-spacing: .16em; text-transform: uppercase; color: var(--v-teal-deep); margin: 0 0 1rem; }
.v-page-hero__title { font-size: var(--fs-700); margin: 0 0 1rem; max-width: 22ch; }
.v-page-hero__lead { font-size: var(--fs-300); color: var(--v-muted); max-width: var(--v-measure); margin: 0; }
.v-breadcrumb { font-family: var(--v-f-mono); font-size: var(--fs-50); color: var(--v-faint); margin-bottom: 1.2rem; letter-spacing: .02em; }
.v-breadcrumb a { color: var(--v-muted); }

.v-prose { max-width: var(--v-measure); font-size: var(--fs-200); color: var(--v-ink); }
.v-prose > * { margin-bottom: 1.3rem; }
.v-prose h2 { font-size: var(--fs-500); margin-top: 2.2rem; }
.v-prose h3 { font-size: var(--fs-400); margin-top: 1.8rem; }
.v-prose a { text-decoration: underline; text-underline-offset: 3px; }
.v-prose img, .v-prose .wp-block-image { border-radius: var(--r); }
.v-prose blockquote { border-left: 3px solid var(--v-teal); padding-left: 1.4rem; margin-left: 0; color: var(--v-ink); font-family: var(--v-f-display); font-size: var(--fs-400); font-style: italic; }
.v-prose ul, .v-prose ol { padding-left: 1.4rem; }
.v-prose li { margin-bottom: .5rem; }
.v-prose code { font-family: var(--v-f-mono); font-size: .9em; background: var(--v-bg-3); padding: .15em .4em; border-radius: 6px; }

.v-single { display: grid; grid-template-columns: 1fr 320px; gap: 3rem; align-items: start; }
.v-single__media { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--v-line); margin-bottom: 2rem; }
.v-aside { position: sticky; top: 100px; background: #fff; border: 1px solid var(--v-line); border-radius: var(--r-lg); padding: 1.7rem; box-shadow: var(--v-shadow-sm); }
.v-aside h3 { font-size: var(--fs-300); margin: 0 0 1rem; }
.v-aside__meta { list-style: none; margin: 0 0 1.3rem; padding: 0; }
.v-aside__meta li { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem 0; border-bottom: 1px solid var(--v-line); font-size: var(--fs-100); }
.v-aside__meta li span:first-child { color: var(--v-muted); }
.v-aside .v-btn { width: 100%; }
@media (max-width: 980px) { .v-single { grid-template-columns: 1fr; } .v-aside { position: static; } }

.v-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.v-filter { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2.4rem; }
.v-filter a { font-family: var(--v-f-mono); font-size: var(--fs-50); text-transform: uppercase; letter-spacing: .03em; padding: .5rem 1rem; border: 1px solid var(--v-line-2); border-radius: var(--r-pill); color: var(--v-muted); background: #fff; }
.v-filter a:hover, .v-filter a.is-active { color: #fff; background: var(--v-teal); border-color: var(--v-teal); }
@media (max-width: 980px) { .v-archive-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .v-archive-grid { grid-template-columns: 1fr; } }

.v-pagination { margin-top: 3rem; display: flex; justify-content: center; }
.v-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 .6rem; margin: 0 .25rem; border: 1px solid var(--v-line); border-radius: var(--r-sm); color: var(--v-muted); font-family: var(--v-f-mono); font-size: var(--fs-50); background: #fff; }
.v-pagination .page-numbers.current, .v-pagination .page-numbers:hover { color: #fff; background: var(--v-teal); border-color: var(--v-teal); }

.v-comments { max-width: var(--v-measure); margin-top: 3rem; }
.v-comments .comment-list { list-style: none; margin: 0; padding: 0; }
.v-comments .comment-body { padding: 1.2rem 0; border-bottom: 1px solid var(--v-line); }
.v-comments input:not([type=submit]), .v-comments textarea { width: 100%; padding: .8rem 1rem; background: #fff; border: 1px solid var(--v-line-2); border-radius: var(--r-sm); font-family: var(--v-f-body); margin-bottom: 1rem; }
.v-searchform { display: flex; gap: .6rem; max-width: 30rem; }
.v-searchform input[type=search] { flex: 1; padding: .85rem 1rem; background: #fff; border: 1px solid var(--v-line-2); border-radius: var(--r-sm); font-family: var(--v-f-body); }

.v-404 { text-align: center; padding-block: clamp(4rem, 12vw, 9rem); }
.v-404__code { font-family: var(--v-f-display); font-weight: 800; font-size: clamp(5rem, 20vw, 11rem); background: var(--v-grad); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: .9; }

.v-post { padding-block: 2rem; border-bottom: 1px solid var(--v-line); }
.v-post__title { font-size: var(--fs-500); }
.v-post__title a { color: var(--v-ink); }
.v-post__title a:hover { color: var(--v-teal-deep); }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 860px) {
	.v-hero { padding-top: clamp(6rem, 12vh, 8rem); }
	.v-hero__inner { grid-template-columns: 1fr; gap: 1rem; }
	.v-hero__stage { min-height: 360px; margin-top: 1rem; }
	.v-section__head--row { flex-direction: column; align-items: flex-start; }
}
