:root {
    --pine: #073f3d;
    --pine-2: #0b514e;
    --teal: #0b746d;
    --mint: #b9d7cc;
    --sage: #dfeae4;
    --cream: #f4f0e8;
    --paper: #fbfaf7;
    --white: #fff;
    --ink: #15312f;
    --muted: #637773;
    --line: rgba(21, 49, 47, .14);
    --gold: #d8b98d;
    --serif: 'Playfair Display', Georgia, serif;
    --sans: 'DM Sans', system-ui, sans-serif;
    --shadow: 0 30px 80px rgba(6, 45, 43, .14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.6; overflow-x: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
::selection { color: var(--white); background: var(--teal); }

.hvp-skip { position: fixed; top: -80px; left: 1rem; z-index: 100000; padding: .75rem 1rem; color: #fff; background: var(--pine); border-radius: 0 0 8px 8px; transition: top .2s; }
.hvp-skip:focus { top: 0; }
.hvp-container { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.hvp-topline { position: relative; z-index: 1002; color: rgba(255,255,255,.78); background: #052f2e; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .72rem; letter-spacing: .04em; }
.hvp-topline-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.hvp-topline p { margin: 0; display: flex; align-items: center; gap: .55rem; }
.hvp-topline div > div { display: flex; gap: 1.5rem; }
.hvp-topline a { text-decoration: none; color: #fff; }
.hvp-live-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #85e5aa; box-shadow: 0 0 0 5px rgba(133,229,170,.12); }

.hvp-nav { position: absolute; top: 34px; left: 0; right: 0; z-index: 1000; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .3s, color .3s, box-shadow .3s, transform .3s; }
.hvp-nav.scrolled { position: fixed; top: 0; color: var(--ink); background: rgba(251,250,247,.92); box-shadow: 0 12px 35px rgba(6,45,43,.08); backdrop-filter: blur(18px); border-bottom-color: var(--line); }
.hvp-nav-inner { height: 78px; display: flex; align-items: center; gap: 2rem; }
.hvp-logo { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; min-width: max-content; }
.hvp-logo-mark { width: 42px; height: 42px; display: grid; place-items: center; color: currentColor; }
.hvp-logo-mark svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.45; }
.hvp-logo > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.hvp-logo strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; letter-spacing: -.02em; }
.hvp-logo small { margin-top: .35rem; font-size: .57rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; opacity: .68; }
.hvp-menu { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.hvp-menu a { position: relative; text-decoration: none; font-size: .84rem; font-weight: 600; }
.hvp-menu a::after { content: ''; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: currentColor; transition: right .2s; }
.hvp-menu a:hover::after { right: 0; }
.hvp-nav-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.hvp-nav-toggle span { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .2s; }

.hvp-btn { border: 0; border-radius: 0; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.hvp-btn:hover { transform: translateY(-2px); }
.hvp-btn-nav { padding: .72rem 1.1rem; font-size: .8rem; }
.hvp-btn-lg { padding: 1.05rem 1.55rem; font-size: .9rem; }
.hvp-btn-primary { color: #fff; background: var(--teal); box-shadow: 0 14px 32px rgba(11,116,109,.2); }
.hvp-btn-primary:hover { background: var(--pine); box-shadow: 0 16px 38px rgba(7,63,61,.28); }
.hvp-btn-white { color: var(--pine); background: #fff; box-shadow: 0 14px 35px rgba(3,35,34,.18); }
.hvp-btn-white:hover { background: var(--cream); }
.hvp-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.hvp-text-btn { padding: .4rem 0; border: 0; color: inherit; background: transparent; font-weight: 700; cursor: pointer; border-bottom: 1px solid currentColor; }
.hvp-text-btn span { display: inline-block; margin-left: .5rem; transition: transform .2s; }
.hvp-text-btn:hover span { transform: translateX(4px); }

.hvp-hero { position: relative; min-height: 900px; height: 100vh; color: #fff; background: #092f2e; overflow: hidden; }
.hvp-hero-photo, .hvp-hero-shade { position: absolute; inset: 0; }
.hvp-hero-photo { background: url('images/vida-plena-hero.png') center center / cover no-repeat; transform: scale(1.01); animation: hvpHeroReveal 1.2s cubic-bezier(.2,.8,.2,1) both; }
@keyframes hvpHeroReveal { from { transform: scale(1.07); filter: saturate(.8); } to { transform: scale(1.01); filter: saturate(1); } }
.hvp-hero-shade { background: linear-gradient(90deg, rgba(3,39,38,.97) 0%, rgba(3,45,43,.88) 32%, rgba(3,45,43,.24) 63%, rgba(3,45,43,.08) 100%), linear-gradient(0deg, rgba(2,28,27,.38), transparent 38%); }
.hvp-hero-inner { position: relative; z-index: 2; height: 100%; padding-top: 176px; padding-bottom: 82px; display: grid; grid-template-columns: minmax(0, 1.1fr) 390px; align-items: center; gap: 5rem; }
.hvp-hero-copy { max-width: 680px; animation: hvpRise .8s .2s both; }
@keyframes hvpRise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.hvp-eyebrow { display: flex; align-items: center; gap: .7rem; color: var(--teal); font-size: .68rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hvp-eyebrow > span { width: 24px; height: 1px; background: currentColor; }
.hvp-eyebrow-light { color: var(--mint); }
.hvp-hero h1 { max-width: 680px; margin: 1.5rem 0 1.4rem; font-family: var(--serif); font-size: clamp(4rem, 6.1vw, 6.5rem); font-weight: 600; line-height: .98; letter-spacing: -.055em; }
.hvp-hero h1 em, h2 em { color: var(--mint); font-weight: 500; }
.hvp-hero-copy > p { max-width: 585px; margin: 0; color: rgba(255,255,255,.78); font-size: 1.08rem; line-height: 1.75; }
.hvp-hero-actions { display: flex; align-items: center; gap: 1.8rem; margin-top: 2.2rem; }
.hvp-hero-proof { display: flex; align-items: center; gap: 1rem; margin-top: 3.4rem; }
.hvp-proof-faces { display: flex; padding-left: 10px; }
.hvp-proof-faces span { width: 34px; height: 34px; margin-left: -10px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--pine); background: var(--cream); color: var(--pine); font-size: .6rem; font-weight: 800; }
.hvp-hero-proof > div:last-child { display: flex; flex-direction: column; }
.hvp-hero-proof strong { font-size: .82rem; }
.hvp-hero-proof strong span { margin-left: .4rem; color: var(--gold); letter-spacing: .08em; font-size: .72rem; }
.hvp-hero-proof small { color: rgba(255,255,255,.58); font-size: .68rem; }
.hvp-availability { align-self: end; margin-bottom: 32px; padding: 1.65rem; color: var(--ink); background: rgba(251,250,247,.96); box-shadow: 0 40px 100px rgba(0,0,0,.22); backdrop-filter: blur(15px); animation: hvpRise .8s .4s both; }
.hvp-availability-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--line); font-size: .68rem; }
.hvp-availability-head div { display: flex; align-items: center; gap: .55rem; }
.hvp-availability-head small { color: var(--muted); text-transform: uppercase; letter-spacing: .09em; font-weight: 700; }
.hvp-availability-head > span { color: var(--muted); }
.hvp-availability h2 { margin: 1.25rem 0 1rem; font-family: var(--serif); font-size: 1.75rem; font-weight: 600; line-height: 1.2; letter-spacing: -.03em; }
.hvp-slots { display: grid; gap: .5rem; }
.hvp-slots button { width: 100%; padding: .78rem .85rem; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); background: transparent; cursor: pointer; text-align: left; transition: color .2s, background .2s, border-color .2s; }
.hvp-slots button:hover { color: #fff; background: var(--teal); border-color: var(--teal); }
.hvp-slots button span { display: flex; align-items: baseline; gap: .9rem; }
.hvp-slots b { font-family: var(--serif); font-size: 1.15rem; }
.hvp-slots small { color: var(--muted); font-size: .7rem; }
.hvp-slots button:hover small { color: rgba(255,255,255,.72); }
.hvp-slots i { font-style: normal; }
.hvp-all-slots { width: 100%; margin-top: 1rem; padding: .5rem 0 .1rem; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: .75rem; font-weight: 700; text-align: left; cursor: pointer; }
.hvp-scroll-cue { position: absolute; z-index: 2; left: calc((100% - min(1280px, calc(100% - 64px))) / 2); bottom: 28px; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.5); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.hvp-scroll-cue span { width: 38px; height: 1px; background: rgba(255,255,255,.45); }

.hvp-trust-strip { background: var(--cream); border-bottom: 1px solid var(--line); }
.hvp-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hvp-trust-grid > div { position: relative; padding: 2rem 2.4rem; border-left: 1px solid var(--line); }
.hvp-trust-grid > div:last-child { border-right: 1px solid var(--line); }
.hvp-trust-grid strong { display: block; font-family: var(--serif); font-size: 2rem; line-height: 1; font-weight: 600; }
.hvp-trust-grid sup { color: var(--teal); font-family: var(--sans); font-size: .7rem; vertical-align: super; }
.hvp-trust-grid span { display: block; margin-top: .45rem; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }

.hvp-section { padding: 8.5rem 0; }
.hvp-heading-row { display: grid; grid-template-columns: 1.2fr .65fr; gap: 6rem; align-items: end; margin-bottom: 4rem; }
.hvp-heading-row h2, .hvp-center-head h2, .hvp-manifesto h2, .hvp-team h2, .hvp-contact h2 { margin: 1.2rem 0 0; font-family: var(--serif); font-size: clamp(2.8rem, 4.5vw, 4.7rem); font-weight: 600; line-height: 1.07; letter-spacing: -.045em; }
.hvp-heading-row h2 em, .hvp-center-head h2 em { color: var(--teal); }
.hvp-heading-row > p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.8; }

.hvp-specialties { background: var(--paper); }
.hvp-spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.hvp-spec-card { position: relative; min-height: 310px; padding: 2rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; overflow: hidden; transition: color .3s, background .3s; }
.hvp-spec-card::before { content: ''; position: absolute; inset: auto 0 0; height: 0; background: var(--pine); transition: height .35s cubic-bezier(.2,.8,.2,1); }
.hvp-spec-card:hover::before { height: 100%; }
.hvp-spec-card > * { position: relative; z-index: 1; }
.hvp-spec-num { color: var(--muted); font-size: .65rem; letter-spacing: .13em; }
.hvp-spec-icon { width: 54px; height: 54px; margin: 2.3rem 0 1.4rem; display: grid; place-items: center; border: 1px solid var(--line); color: var(--teal); transition: border-color .3s, color .3s; }
.hvp-spec-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.hvp-spec-card h3 { margin: 0 0 .45rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 600; }
.hvp-spec-card p { margin: 0; color: var(--muted); font-size: .78rem; }
.hvp-spec-card .hvp-spec-link { margin-top: auto; display: flex; align-items: center; justify-content: space-between; color: var(--teal); font-size: .72rem; font-weight: 700; }
.hvp-spec-card:hover { color: #fff; }
.hvp-spec-card:hover .hvp-spec-num, .hvp-spec-card:hover p { color: rgba(255,255,255,.62); }
.hvp-spec-card:hover .hvp-spec-icon { color: var(--mint); border-color: rgba(255,255,255,.22); }
.hvp-spec-card:hover .hvp-spec-link { color: var(--mint); }

.hvp-manifesto { padding: 9rem 0; color: #fff; background: var(--pine); }
.hvp-manifesto-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 8rem; align-items: center; }
.hvp-manifesto-photo { position: relative; min-height: 680px; }
.hvp-manifesto-photo::before { content: ''; position: absolute; top: -28px; left: -28px; width: 48%; height: 52%; border: 1px solid rgba(185,215,204,.35); }
.hvp-manifesto-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% center; filter: saturate(.82); }
.hvp-photo-note { position: absolute; right: -42px; bottom: -34px; min-width: 230px; padding: 1.3rem; display: flex; align-items: flex-start; gap: 1rem; color: var(--pine); background: var(--mint); box-shadow: var(--shadow); }
.hvp-photo-note b { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.hvp-photo-note span { padding-top: .3rem; font-size: .72rem; font-weight: 700; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.hvp-manifesto h2 em, .hvp-team h2 em, .hvp-contact h2 em { color: var(--mint); }
.hvp-manifesto-lead { margin: 1.8rem 0 2.8rem; color: rgba(255,255,255,.65); font-size: .98rem; line-height: 1.85; }
.hvp-values { border-top: 1px solid rgba(255,255,255,.16); }
.hvp-values article { padding: 1.25rem 0; display: grid; grid-template-columns: 44px 1fr; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.hvp-values article > span { color: var(--mint); font-family: var(--serif); }
.hvp-values h3 { margin: 0 0 .25rem; font-size: .9rem; }
.hvp-values p { margin: 0; color: rgba(255,255,255,.54); font-size: .76rem; }

.hvp-journey { background: var(--cream); }
.hvp-center-head { margin-bottom: 4.5rem; text-align: center; }
.hvp-center-head .hvp-eyebrow { justify-content: center; }
.hvp-journey-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4rem; }
.hvp-journey-grid::before { content: ''; position: absolute; top: 55px; left: 16%; right: 16%; border-top: 1px dashed rgba(11,116,109,.35); }
.hvp-journey-grid article { position: relative; text-align: center; }
.hvp-journey-grid article > span { position: absolute; top: -6px; left: calc(50% + 34px); width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: .62rem; font-weight: 700; z-index: 2; }
.hvp-journey-grid svg { position: relative; z-index: 1; width: 84px; height: 84px; padding: 24px; border-radius: 50%; color: var(--teal); background: var(--paper); fill: none; stroke: currentColor; stroke-width: 1.3; box-shadow: 0 12px 30px rgba(7,63,61,.08); }
.hvp-journey-grid h3 { margin: 1.5rem 0 .55rem; font-family: var(--serif); font-size: 1.35rem; }
.hvp-journey-grid p { max-width: 290px; margin: 0 auto; color: var(--muted); font-size: .78rem; }
.hvp-journey-action { margin-top: 4rem; text-align: center; }
.hvp-journey-action p { margin: 1.1rem 0 0; color: var(--muted); font-size: .75rem; }
.hvp-journey-action p button { padding: 0; border: 0; border-bottom: 1px solid currentColor; color: var(--teal); background: transparent; cursor: pointer; }

.hvp-team { padding: 8.5rem 0; color: #fff; background: #0a302f; }
.hvp-team-shell { display: grid; grid-template-columns: .85fr 1fr; gap: 9rem; align-items: center; }
.hvp-team-intro > p { max-width: 500px; margin: 1.6rem 0 2.2rem; color: rgba(255,255,255,.58); font-size: .9rem; }
.hvp-outline-link { padding: .85rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); color: #fff; background: transparent; font-size: .78rem; font-weight: 700; cursor: pointer; }
.hvp-outline-link span { margin-left: 1rem; }
.hvp-doctor-list { border-top: 1px solid rgba(255,255,255,.16); }
.hvp-doctor-list article { padding: 1.45rem 0; display: grid; grid-template-columns: 52px 1fr auto; gap: 1rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); transition: padding .2s, background .2s; }
.hvp-doctor-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--pine); background: var(--mint); font-size: .67rem; font-weight: 800; }
.hvp-doctor-list h3 { margin: 0 0 .2rem; font-family: var(--serif); font-size: 1.2rem; }
.hvp-doctor-list p { margin: 0; color: rgba(255,255,255,.48); font-size: .7rem; }
.hvp-doctor-list b { color: var(--mint); font-weight: 400; }

.hvp-patients { background: var(--paper); }
.hvp-rating { display: flex; align-items: center; justify-content: flex-end; gap: 1rem; }
.hvp-rating > strong { font-family: var(--serif); font-size: 3.5rem; font-weight: 500; line-height: 1; }
.hvp-rating > span { color: #b78b48; font-size: .78rem; letter-spacing: .08em; }
.hvp-rating small { display: block; margin-top: .25rem; color: var(--muted); letter-spacing: 0; font-size: .65rem; }
.hvp-test-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1.2rem; }
.hvp-test-grid blockquote { margin: 0; }
.hvp-featured-test { min-height: 440px; padding: 3.8rem; display: flex; flex-direction: column; color: #fff; background: var(--teal); }
.hvp-quote { height: 60px; color: var(--mint); font-family: var(--serif); font-size: 6rem; line-height: .8; }
.hvp-featured-test > p { max-width: 700px; margin: 1.8rem 0; font-family: var(--serif); font-size: clamp(1.6rem, 2.4vw, 2.45rem); line-height: 1.35; }
.hvp-featured-test footer { margin-top: auto; display: flex; align-items: center; gap: .9rem; }
.hvp-featured-test footer > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--pine); background: var(--mint); font-size: .7rem; font-weight: 800; }
.hvp-featured-test footer div { display: flex; flex-direction: column; }
.hvp-featured-test footer strong { font-size: .78rem; }
.hvp-featured-test footer small { color: rgba(255,255,255,.6); font-size: .66rem; }
.hvp-test-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 1.2rem; }
.hvp-test-stack blockquote { padding: 2rem; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--cream); }
.hvp-mini-stars { color: #b78b48; font-size: .68rem; letter-spacing: .12em; }
.hvp-test-stack p { margin: 1.1rem 0; font-family: var(--serif); font-size: 1.15rem; line-height: 1.45; }
.hvp-test-stack footer { margin-top: auto; color: var(--muted); font-size: .66rem; }

.hvp-contact { padding: 8.5rem 0; color: #fff; background: var(--teal); overflow: hidden; }
.hvp-contact-grid { position: relative; display: grid; grid-template-columns: 1fr 430px; gap: 9rem; align-items: center; }
.hvp-contact-grid::before { content: '+'; position: absolute; right: 31%; top: -120px; color: rgba(255,255,255,.045); font-family: var(--sans); font-size: 32rem; font-weight: 200; line-height: 1; pointer-events: none; }
.hvp-contact-copy, .hvp-contact-card { position: relative; z-index: 1; }
.hvp-contact-copy > p { max-width: 540px; margin: 1.6rem 0 2.2rem; color: rgba(255,255,255,.68); }
.hvp-contact-actions { display: flex; align-items: center; gap: 1.8rem; }
.hvp-contact-card { padding: 2.4rem; color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
.hvp-contact-card > div:first-child { padding-bottom: 1.7rem; border-bottom: 1px solid var(--line); }
.hvp-contact-card small { display: block; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hvp-contact-card strong { display: block; margin-top: .7rem; font-family: var(--serif); font-size: 1.55rem; line-height: 1.35; }
.hvp-contact-details { padding: 1.5rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.hvp-contact-details p { margin: 0; }
.hvp-contact-details a, .hvp-contact-details span { display: block; margin-top: .4rem; font-size: .76rem; text-decoration: none; }
.hvp-map-link { margin-top: 1.2rem; display: flex; justify-content: space-between; font-size: .74rem; font-weight: 700; text-decoration: none; }

.hvp-footer { color: rgba(255,255,255,.58); background: #051f1e; }
.hvp-footer-main { padding: 4.5rem 0 3.5rem; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 3rem; }
.hvp-logo-footer { align-self: start; color: #fff; }
.hvp-footer-main > div { display: flex; flex-direction: column; gap: .55rem; font-size: .75rem; }
.hvp-footer-main > div > small { margin-bottom: .55rem; color: var(--mint); font-size: .58rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hvp-footer-main a { text-decoration: none; }
.hvp-footer-main a:hover { color: #fff; }
.hvp-footer-bottom { padding: 1.3rem 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: .65rem; }
.hvp-footer-bottom p { margin: 0; }
.hvp-footer-bottom a { color: var(--mint); text-decoration: none; }

.hvp-modal { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 16px; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.hvp-modal.open { opacity: 1; visibility: visible; }
.hvp-reserva-open .rpc-launcher { opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; }
.hvp-modal-backdrop {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 20%, rgba(11,116,109,.18), transparent 42%), rgba(3,28,27,.78);
    backdrop-filter: blur(14px) saturate(.85);
}
.hvp-modal-panel {
    position: relative;
    width: min(760px, calc(100vw - 32px));
    height: min(850px, calc(100dvh - 32px));
    max-height: calc(100dvh - 32px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255,255,255,.58);
    border-radius: 26px;
    background: #f8faf9;
    box-shadow: 0 44px 120px rgba(0,0,0,.34), 0 10px 34px rgba(3,28,27,.22);
    transform: translateY(18px) scale(.985);
    transition: transform .3s cubic-bezier(.2,.8,.2,1);
}
.hvp-modal.open .hvp-modal-panel { transform: none; }
.hvp-modal-header { min-height: 82px; padding: .9rem 1rem .9rem 1.15rem; display: flex; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(21,49,47,.1); background: rgba(255,255,255,.96); }
.hvp-modal-brand { min-width: 0; display: flex; align-items: center; gap: .85rem; }
.hvp-modal-mark { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 43px; border-radius: 14px; color: #fff; background: linear-gradient(145deg, var(--pine), var(--teal)); box-shadow: 0 8px 18px rgba(7,63,61,.18); }
.hvp-modal-mark svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.hvp-modal-header span { color: var(--teal); font-size: .56rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hvp-modal-header h3 { margin: .08rem 0 0; overflow: hidden; font-family: var(--serif); font-size: 1.35rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.hvp-modal-assurance { margin-left: auto; display: flex; align-items: center; gap: .45rem; color: var(--muted); font-size: .65rem; font-weight: 650; white-space: nowrap; }
.hvp-modal-assurance i { width: 7px; height: 7px; border-radius: 50%; background: #4ecb82; box-shadow: 0 0 0 4px rgba(78,203,130,.12); }
.hvp-modal-close { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; border: 1px solid rgba(21,49,47,.12); border-radius: 13px; color: var(--ink); background: #f5f7f6; font-size: 1.35rem; line-height: 1; cursor: pointer; transition: color .18s, background .18s, transform .18s; }
.hvp-modal-close:hover { color: #fff; background: var(--pine); transform: rotate(3deg); }
.hvp-modal-spec-nav {
    display: flex;
    align-items: center;
    gap: .35rem;
    padding: .65rem .75rem;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(21,49,47,.09);
    background: #f3f7f5;
}
.hvp-modal-spec-nav:has(.hvp-modal-spec-picker:empty) { display: none; }
.hvp-modal-spec-picker {
    min-width: 0;
    padding: .15rem .15rem .35rem;
    display: flex;
    gap: .55rem;
    flex: 1;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.hvp-modal-spec-picker:empty { display: none; }
.hvp-modal-spec-picker::-webkit-scrollbar { display: none; }
.hvp-spec-scroll {
    width: 34px;
    height: 34px;
    padding: 0;
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    border: 1px solid rgba(11,116,109,.14);
    border-radius: 999px;
    color: var(--teal);
    background: #fff;
    box-shadow: 0 3px 10px rgba(7,63,61,.045);
    font-size: .85rem;
    cursor: pointer;
    transition: color .2s, background .2s, border-color .2s, opacity .2s, transform .2s;
}
.hvp-spec-scroll:hover:not(:disabled) { color: #fff; border-color: var(--teal); background: var(--teal); transform: scale(1.04); }
.hvp-spec-scroll:disabled { opacity: .25; cursor: default; box-shadow: none; }
.hvp-spec-scroll:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; }
.hvp-spec-chip {
    min-width: max-content;
    padding: .55rem .9rem;
    scroll-snap-align: start;
    border: 1px solid rgba(21,49,47,.11);
    border-radius: 11px;
    color: var(--muted);
    background: rgba(255,255,255,.9);
    box-shadow: 0 3px 9px rgba(7,63,61,.035);
    font-size: .68rem;
    font-weight: 700;
    cursor: pointer;
    transition: color .2s, background .2s, border-color .2s, box-shadow .2s, transform .2s;
}
.hvp-spec-chip:hover {
    color: var(--teal);
    border-color: rgba(11,116,109,.38);
    background: #fff;
    box-shadow: 0 6px 16px rgba(7,63,61,.1);
    transform: translateY(-1px);
}
.hvp-spec-chip.active {
    color: #fff;
    border-color: var(--teal);
    background: linear-gradient(135deg, var(--pine), var(--teal));
    box-shadow: 0 6px 16px rgba(7,63,61,.18);
}
.hvp-spec-chip:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; }
.hvp-modal-header { flex-shrink: 0; }
.hvp-modal-iframe { width: 100%; height: 610px; min-height: 0; flex: 1 1 610px; border: 0; background: #f4f7f5; }
.hvp-toast { position: fixed; z-index: 10001; bottom: 1.5rem; left: 50%; max-width: calc(100vw - 2rem); padding: .85rem 1.2rem; color: #fff; background: var(--pine); box-shadow: var(--shadow); font-size: .78rem; transform: translate(-50%, 120px); opacity: 0; transition: transform .35s, opacity .35s; }
.hvp-toast.show { transform: translate(-50%, 0); opacity: 1; }

.hvp-fade-in { opacity: 0; transform: translateY(25px); transition: opacity .7s, transform .7s; }
.hvp-fade-in.visible { opacity: 1; transform: none; }
.hvp-spec-card:nth-child(2), .hvp-journey-grid article:nth-child(2) { transition-delay: .08s; }
.hvp-spec-card:nth-child(3), .hvp-journey-grid article:nth-child(3) { transition-delay: .16s; }
.hvp-spec-card:nth-child(5) { transition-delay: .08s; }
.hvp-spec-card:nth-child(6) { transition-delay: .16s; }

@media (max-width: 1100px) {
    .hvp-menu { gap: 1.2rem; }
    .hvp-hero-inner { grid-template-columns: 1fr 340px; gap: 2.5rem; }
    .hvp-manifesto-grid { gap: 4.5rem; }
    .hvp-team-shell { gap: 5rem; }
    .hvp-contact-grid { gap: 5rem; }
}

@media (max-width: 900px) {
    .hvp-container { width: min(100% - 40px, 720px); }
    .hvp-menu { position: fixed; inset: 78px 0 auto; padding: 1.5rem 20px 2rem; display: none; flex-direction: column; align-items: flex-start; gap: 1rem; color: var(--ink); background: var(--paper); box-shadow: 0 20px 40px rgba(6,45,43,.12); }
    .hvp-menu.open { display: flex; }
    .hvp-nav:not(.scrolled) .hvp-menu { top: 112px; }
    .hvp-nav-toggle { display: flex; margin-left: auto; }
    .hvp-btn-nav { display: none; }
    .hvp-hero { height: auto; min-height: 900px; }
    .hvp-hero-photo { background-position: 60% center; }
    .hvp-hero-shade { background: linear-gradient(90deg, rgba(3,39,38,.96), rgba(3,45,43,.56)), linear-gradient(0deg, rgba(2,28,27,.6), transparent); }
    .hvp-hero-inner { min-height: 900px; padding-top: 175px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
    .hvp-hero h1 { font-size: clamp(3.4rem, 10vw, 5.5rem); }
    .hvp-availability { width: min(100%, 430px); align-self: flex-start; margin: 0; }
    .hvp-scroll-cue { display: none; }
    .hvp-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .hvp-heading-row { grid-template-columns: 1fr; gap: 1.5rem; }
    .hvp-heading-row > p { max-width: 540px; }
    .hvp-spec-grid { grid-template-columns: repeat(2, 1fr); }
    .hvp-manifesto-grid { grid-template-columns: 1fr; }
    .hvp-manifesto-photo { min-height: 600px; }
    .hvp-manifesto-copy { max-width: 620px; }
    .hvp-journey-grid { gap: 1.5rem; }
    .hvp-team-shell { grid-template-columns: 1fr; gap: 4rem; }
    .hvp-test-grid { grid-template-columns: 1fr; }
    .hvp-test-stack { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .hvp-contact-grid { grid-template-columns: 1fr; }
    .hvp-contact-card { max-width: 500px; }
    .hvp-footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
    .hvp-footer-main > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 600px) {
    .hvp-container { width: calc(100% - 32px); }
    .hvp-topline-inner { justify-content: center; }
    .hvp-topline .hvp-topline-inner > div { display: none; }
    .hvp-topline-inner p { white-space: nowrap; font-size: .6rem; }
    .hvp-nav-inner { height: 70px; }
    .hvp-logo-mark { width: 35px; height: 35px; }
    .hvp-logo strong { font-size: 1.05rem; }
    .hvp-nav:not(.scrolled) .hvp-menu { top: 104px; }
    .hvp-menu { top: 70px; }
    .hvp-hero { min-height: 940px; }
    .hvp-hero-photo { background-position: 66% center; }
    .hvp-hero-shade { background: linear-gradient(90deg, rgba(3,39,38,.95), rgba(3,45,43,.62)), linear-gradient(0deg, rgba(2,28,27,.78), transparent 70%); }
    .hvp-hero-inner { min-height: 940px; padding-top: 145px; padding-bottom: 35px; justify-content: flex-start; }
    .hvp-hero h1 { margin-top: 1.1rem; font-size: 3.35rem; }
    .hvp-hero-copy > p { font-size: .94rem; line-height: 1.65; }
    .hvp-hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
    .hvp-hero-proof { margin-top: 2rem; }
    .hvp-availability { margin-top: auto; padding: 1.25rem; }
    .hvp-availability h2 { display: none; }
    .hvp-slots { margin-top: 1rem; }
    .hvp-trust-grid > div { padding: 1.5rem 1rem; }
    .hvp-trust-grid strong { font-size: 1.6rem; }
    .hvp-trust-grid span { font-size: .55rem; }
    .hvp-section, .hvp-manifesto, .hvp-team, .hvp-contact { padding: 6rem 0; }
    .hvp-heading-row h2, .hvp-center-head h2, .hvp-manifesto h2, .hvp-team h2, .hvp-contact h2 { font-size: 2.65rem; }
    .hvp-heading-row { margin-bottom: 2.8rem; }
    .hvp-spec-grid { grid-template-columns: 1fr; }
    .hvp-spec-card { min-height: 255px; }
    .hvp-manifesto-photo { min-height: 430px; }
    .hvp-photo-note { right: -8px; bottom: -24px; min-width: 210px; }
    .hvp-manifesto-copy { margin-top: 2rem; }
    .hvp-journey-grid { grid-template-columns: 1fr; gap: 3.5rem; }
    .hvp-journey-grid::before { display: none; }
    .hvp-journey-grid p { max-width: 320px; }
    .hvp-rating { justify-content: flex-start; }
    .hvp-featured-test { min-height: 480px; padding: 2rem; }
    .hvp-test-stack { grid-template-columns: 1fr; }
    .hvp-contact-actions { align-items: flex-start; flex-direction: column; }
    .hvp-contact-card { padding: 1.7rem; }
    .hvp-footer-main { grid-template-columns: 1fr 1fr; }
    .hvp-logo-footer { grid-column: 1 / -1; margin-bottom: 1rem; }
    .hvp-footer-main > div:last-child { grid-column: 1 / -1; }
    .hvp-footer-bottom { gap: .8rem; flex-direction: column; }
    .hvp-modal { padding: 0; }
    .hvp-modal-panel { width: 100vw; max-width: 100vw; max-height: 100dvh; height: 100dvh; border: 0; border-radius: 0; }
    .hvp-modal-header { min-height: 76px; padding: .75rem .85rem; }
    .hvp-modal-mark { width: 40px; height: 40px; flex-basis: 40px; border-radius: 12px; }
    .hvp-modal-header h3 { max-width: 205px; font-size: 1.15rem; }
    .hvp-modal-assurance { display: none; }
    .hvp-modal-close { margin-left: auto; }
    .hvp-modal-iframe { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .hvp-fade-in { opacity: 1; transform: none; }
}
