/* Quintana: editorial refinement of the existing design system. */
:root {
  --q-bg-primary: #fafbf7;
  --q-bg-secondary: #f2f3eb;
  --q-radius-lg: 12px;
  --q-radius-xl: 18px;
  --q-gold-text: #79602d;
}
html { scroll-padding-top: 112px; }
body { overflow-x: clip; }
main, section, .q-container, .q-container > *, [class$="-grid"] > * { min-width: 0; }
h1, h2 { text-wrap: balance; }
p { text-wrap: pretty; }
.q-container { max-width: 1360px; padding-inline: clamp(22px, 4.5vw, 72px); }
.q-section { padding-block: clamp(64px, 7.5vw, 112px); }
.q-section-header { max-width: 780px; margin-bottom: 48px; }
.q-section-header h2 { font-size: clamp(2.35rem, 4vw, 3.75rem); }
.q-eyebrow { font-size: .7rem; letter-spacing: .16em; margin-bottom: 18px; }
.q-eyebrow::after, .q-divider-arc { display: none; }
.q-eyebrow::before { width: 28px; }
.q-section-header .q-lead { font-size: 1rem; max-width: 580px; margin: 20px auto 0; }
/* Navigation retains the owner's symbol-only identity. */
.q-header-inner, .q-header.is-scrolled .q-header-inner { height: 88px; gap: 24px; }
.q-header { background: rgba(250,251,247,.95); }
.q-brand-link { margin: 0; }
.q-header-logo, .q-header.is-scrolled .q-header-logo { height: 52px; }
.q-header-actions { margin-left: auto; gap: 14px; flex-shrink: 0; }
.q-nav-list { gap: 20px; }
.q-nav-link { font-size: .8rem; padding-block: 15px; }
.q-phone-link { font-size: .94rem; padding: 0; border: 0; background: none; }
.q-lang-btn { min-width: 35px; min-height: 36px; }
.q-burger { width: 44px; height: 44px; }
.q-mobile-drawer { top: 88px; height: calc(100dvh - 88px); background: var(--q-bg-primary); visibility: hidden; }
.q-mobile-drawer.is-open { visibility: visible; }
.q-mobile-drawer[hidden] { display: none; }
.q-mobile-nav-link { padding-block: 10px; font-size: 1.9rem; border-bottom: 1px solid var(--q-border-subtle); }
/* Calm, tactile buttons. The label and arrow remain separate when translated. */
.q-btn { min-height: 50px; padding: 13px 23px; border-radius: 6px; letter-spacing: 0; white-space: normal; text-align: center; will-change: auto; }
.q-btn-lg { min-height: 56px; font-size: .875rem; padding: 16px 25px; }
.q-btn-arrow { margin-left: 10px; font-size: 1.15em; }
.q-btn-primary { background: var(--q-green-deep); }
.q-btn-primary::before { display: none; }
.q-btn-primary:hover { box-shadow: 0 6px 18px #193d2a18; }
.q-btn-secondary { border-color: #193d2a4d; }
.q-btn:focus-visible { outline: 3px solid var(--q-green-emerald); outline-offset: 4px; }
.q-section-dark .q-btn:focus-visible, .q-cta-section .q-btn:focus-visible { outline-color: var(--q-gold-light); }
/* Hero: larger type, shorter message, intentional portrait and visible growth rings. */
.q-hero { background: var(--q-bg-primary); padding-block: 64px 78px; }
.q-hero-grid { grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: clamp(40px,6vw,88px); }
.q-badge-location { background: none; border: none; box-shadow: none; padding: 0; font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 25px; }
.q-hero-title { font-size: clamp(3.3rem,5.8vw,5.5rem); line-height: .99; max-width: 10ch; margin-bottom: 28px; }
.q-hero-lead { font-size: 1.025rem !important; line-height: 1.75; max-width: 40ch; margin-bottom: 28px; }
.q-hero-ctas { gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.q-hero-ctas .q-btn-secondary { border: none; background: transparent; padding-inline: 8px; }
.q-hero-ctas .q-btn-secondary::after { display: none; }
.q-hero-ctas .q-btn-secondary:hover { color: var(--q-green-deep); text-decoration: underline; text-underline-offset: 6px; }
.q-hero-guarantees { gap: 10px 20px; font-size: .73rem; max-width: 410px; }
.q-hero-visual { padding: 0 0 24px; isolation: isolate; }
.q-hero-visual > .q-growth-ring-system { z-index: -1; width: 135% !important; height: 115% !important; top: 49% !important; opacity: .7; }
.q-mask-organic-hero { aspect-ratio: 4 / 4.65 !important; border-radius: 48% 48% 8px 8px; border: none; box-shadow: none; }
.q-mask-organic-hero .q-editorial-img { object-position: 50% 24%; filter: none; }
.q-mask-organic-hero::after { opacity: .25; }
.q-hero-float-badge { bottom: 0; left: 16px; right: 16px; background: #fff; border-radius: 8px; padding: 17px 18px; z-index: 3; box-shadow: 0 12px 30px #193d2a0b; }
.q-float-badge-title { font-size: .8rem; font-weight: 600; line-height: 1.4; }
.q-float-badge-desc { font-size: .68rem; }
.q-float-badge-icon { background: var(--q-bg-secondary); }
.q-editorial-img { will-change: auto; }
.q-trust-bar { background: #eef2e9; padding-block: 25px; }
.q-trust-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.q-trust-text { font-size: .8rem; }
.q-trust-sub { font-size: .75rem; padding-top: 4px; }
/* Services: photographic opening row, restrained typographic secondary row. */
#ecosystem { background: var(--q-bg-primary); }
#ecosystem .q-section-header { max-width: none; text-align: left; margin-bottom: 40px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 0 72px; align-items: end; }
#ecosystem .q-section-header .q-eyebrow { grid-column: 1 / -1; }
#ecosystem .q-section-header h2 { max-width: 16ch; }
#ecosystem .q-section-header .q-lead { margin: 0 !important; }
.q-ecosystem-grid { gap: 36px 24px; }
.q-eco-card { border: none; border-radius: 0; background: transparent; }
.q-card-media-wrap { height: auto; aspect-ratio: 1.35; border-radius: 10px; flex-shrink: 0; }
.q-card-body { padding: 23px 0 12px; }
.q-eco-card-top { margin-bottom: 20px; }
.q-eco-num { font-family: var(--q-font-sans); font-size: .7rem; letter-spacing: .07em; font-weight: 500; margin-bottom: 12px; }
.q-eco-title { font-size: 1.95rem; margin-bottom: 10px; }
.q-eco-role { font-size: .63rem; letter-spacing: .11em; margin-bottom: 12px; }
.q-eco-desc { font-size: .875rem; line-height: 1.7; }
.q-eco-footer { border-top: 1px solid #193d2a22; padding-top: 15px; }
.q-eco-badge { display: none; }
.q-eco-card:nth-child(n+4) { padding-top: 12px; border-top: 1px solid var(--q-border-medium); }
.q-eco-card:hover { transform: none; background: transparent; box-shadow: none; }
.q-eco-card:focus-within::after { transform: scaleX(1); }
.q-eco-card:focus-within .q-editorial-img { filter: saturate(1.05); }
.q-pillars-grid { gap: 36px; }
.q-pillar-item { text-align: left; border-top: 1px solid var(--q-border-medium); padding-top: 26px; }
.q-pillar-icon { margin-left: 0; background: transparent; border: 0; }
.q-pillar-title { font-size: 1.9rem; }
.q-pillar-desc { font-size: .9rem; line-height: 1.75; }
.q-step-card { border: 0; border-top: 1px solid var(--q-border-medium); border-radius: 0; background: none; padding: 24px 0; }
.q-step-num { background: none; border: 0; font-family: var(--q-font-sans); font-size: .75rem; justify-content: flex-start; height: auto; }
.q-step-title { font-size: 1.65rem; }
.q-step-desc, .q-price-desc, .q-biomarker-desc, .q-degree-desc { font-size: .875rem; line-height: 1.7; }
.q-longevity-banner { border-radius: 18px; padding: clamp(32px,5vw,64px); }
.q-longevity-content { max-width: 580px; }
.q-longevity-content h2 { font-size: clamp(2.5rem,4vw,3.75rem); max-width: 16ch; }
.q-longevity-content p { max-width: 46ch; line-height: 1.7; }
.q-longevity-media-wrap::before { background: linear-gradient(90deg,#193d2a 0%,#193d2ae6 25%,#193d2a55 100%); }
.q-biomarker-grid { gap: 0; border-bottom: 1px solid var(--q-border-medium); }
.q-biomarker-card { border: 0; border-radius: 0; background: none; padding: 28px 24px; }
.q-biomarker-card + .q-biomarker-card { border-left: 1px solid var(--q-border-subtle); }
.q-biomarker-card:hover, .q-degree-card:hover { transform: none; box-shadow: none; }
.q-biomarker-title { font-family: var(--q-font-sans); font-size: .95rem; font-weight: 600; line-height: 1.5; }
.q-biomarker-tags { display: none; }
/* A bright expectations section replaces the heavy competitive comparison. */
.q-comparison-section { background: #edf1e8; color: var(--q-green-deep); border: 0; }
.q-comparison-section .q-section-header h2 { color: var(--q-green-deep) !important; text-shadow: none !important; }
.q-comparison-section .q-section-header .q-lead { color: var(--q-text-muted) !important; text-shadow: none !important; }
.q-comparison-section .q-eyebrow { color: var(--q-gold-text) !important; text-shadow: none !important; background: transparent !important; border-color: transparent !important; }
.q-compare-grid { max-width: none; gap: 24px; }
.q-compare-card { background: #ffffff80; border: 1px solid #193d2a22; box-shadow: none; backdrop-filter: none; border-radius: 10px; }
.q-compare-card-quintana { background: var(--q-green-deep); }
.q-compare-card-trad h3 { color: var(--q-green-deep); }
.q-compare-card-trad .q-compare-item { color: var(--q-text-muted); }
.q-compare-card-trad .q-compare-badge { color: var(--q-gold-text); border-color: #193d2a22; }
.q-comparison-section .q-compare-card-trad h3 { color: var(--q-green-deep) !important; }
.q-comparison-section .q-compare-card-trad .q-compare-item,
.q-comparison-section .q-compare-card-trad .q-compare-item span {
  color: var(--q-text-muted) !important;
}
.q-comparison-section .q-compare-card-trad .q-compare-icon-neg {
  color: var(--q-green-emerald) !important;
}
.q-compare-card-quintana .q-compare-badge { background: none; border: 0; padding: 0; border-radius: 0; }
.q-compare-card h3 { font-size: 2.2rem; }
.q-compare-item { font-size: .9rem; }
.q-compare-icon-neg { color: var(--q-green-emerald); }
.q-provider-card { border: 0; background: var(--q-bg-secondary); box-shadow: none; border-radius: 12px; }
.q-provider-visual { padding: 32px; background: #e6ecdf; }
.q-provider-portrait { width: 100%; aspect-ratio: 4/3.7; border-radius: 8px; margin-bottom: 24px; }
.q-provider-portrait img { object-position: center 23%; }
.q-provider-quote { font-size: clamp(1.9rem,2.7vw,2.7rem); line-height: 1.25; border: 0; padding: 0; }
.q-provider-license-badge { font-size: .75rem; line-height: 1.7; max-width: 360px; }
.q-pricing-preview { background: none; border: 0; padding: 0; }
.q-price-card { text-align: left; padding: 30px; border-radius: 10px; }
.q-price-card.featured { background: var(--q-bg-secondary); border-color: var(--q-border-medium); box-shadow: none; }
.q-price-title { font-size: 1.7rem; }
.q-price-tag { font-family: var(--q-font-sans); font-size: .8rem; font-weight: 600; }
.q-cta-section { background: var(--q-green-deep); padding-block: 100px; }
.q-footer { background: #153524; border-color: #ffffff26; }
.q-footer-grid { gap: 32px; }
.q-footer p, .q-footer a { overflow-wrap: anywhere; }
.q-footer-link, .q-footer-tagline { font-size: .8rem; }
.q-footer-bottom p { white-space: normal !important; }
.q-footer-bottom { align-items: start; gap: 40px; }
.q-footer-bottom > :last-child { max-width: 250px; }
.q-mobile-bar { padding-bottom: max(12px,env(safe-area-inset-bottom)); box-shadow: none; }
.q-mobile-bar-btn { min-height: 46px; }
.q-service-hero { padding-block: 45px 72px; background: var(--q-bg-secondary); }
.q-service-hero-title { max-width: 18ch; }
.q-contact-layout { gap: 48px; }
.q-contact-info-panel a { overflow-wrap: anywhere; }
.q-booking-card { background: var(--q-green-deep); color: var(--q-text-inverse); padding: clamp(28px,4vw,56px); border-radius: 14px; position: sticky; top: 120px; }
.q-booking-card h2 { color: inherit; font-size: 3rem; margin-bottom: 20px; }
.q-booking-card p { color: var(--q-text-inverse-dim); margin-bottom: 28px; }
.q-booking-card .q-eyebrow { color: var(--q-gold-light); }
.q-booking-card .q-btn { width: 100%; margin-bottom: 14px; }
.q-booking-steps { list-style: none; margin-top: 28px; border-top: 1px solid #ffffff30; }
.q-booking-steps li { padding-block: 17px; border-bottom: 1px solid #ffffff30; font-size: .9rem; }
.q-booking-steps span { color: var(--q-gold-light); margin-right: 14px; }
.q-motion-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; border: 1px solid #ffffff55; background: transparent; color: var(--q-text-inverse); border-radius: 6px; padding: 10px 14px; font: inherit; font-size: .75rem; cursor: pointer; }
.q-motion-paused *, .q-motion-paused *::before, .q-motion-paused *::after { animation-play-state: paused !important; }
.q-reveal, .q-reveal-fade, .q-reveal-scale { opacity: 1; transform: none; will-change: auto; }
.q-motion-ready .q-reveal:not(.is-revealed) { opacity: 0; transform: translateY(16px); }
.q-motion-ready .q-reveal-fade:not(.is-revealed) { opacity: 0; }
.q-motion-ready .q-reveal-scale:not(.is-revealed) { opacity: 0; transform: translateY(10px); }
.q-reveal, .q-reveal-scale, .q-reveal-fade { transition-duration: 500ms; }
.q-hero [class*="q-reveal"] { opacity: 1 !important; transform: none !important; }
@media (max-width: 1279px) {
  .q-nav, .q-phone-link { display: none; }
  .q-burger { display: flex; }
  .q-header-cta { display: inline-flex; }
}
@media (min-width: 1280px) {
  .q-nav { display: flex; }
  .q-burger { display: none; }
  .q-nav-list { gap: 18px; }
  .q-phone-link { display: inline-flex; }
  .q-header .q-container { max-width: 1440px; padding-inline: 32px; }
  .q-header-inner { gap: 28px; }
}
@media (max-width: 1023px) {
  .q-hero-title { font-size: clamp(3rem,6.3vw,4.2rem); }
  .q-hero-grid { gap: 32px; }
  .q-hero-ctas { flex-direction: column; align-items: stretch; }
  .q-hero-guarantees { flex-direction: column; }
  .q-hero-float-badge { left: 8px; right: 8px; padding: 12px; gap: 10px; }
  #ecosystem .q-section-header { gap: 0 32px; }
  .q-card-media-wrap { aspect-ratio: 1.5; }
  .q-biomarker-card:nth-child(3) { border-left: 0; }
  .q-booking-card { position: static; }
}
@media (max-width: 639px) {
  html { scroll-padding-top: 92px; }
  .q-header-inner, .q-header.is-scrolled .q-header-inner { height: 76px; gap: 12px; }
  .q-header-logo, .q-header.is-scrolled .q-header-logo { height: 48px; }
  .q-header-actions { gap: 10px; }
  .q-header-cta { display: none; }
  .q-mobile-drawer { top: 76px; height: calc(100dvh - 76px); padding-bottom: max(28px,env(safe-area-inset-bottom)); }
  .q-hero { padding-block: 36px 42px; }
  .q-hero-grid { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .q-badge-location { font-size: .65rem; margin-bottom: 20px; }
  .q-hero-title { font-size: clamp(3rem,12.5vw,4.5rem); max-width: 11ch; margin-bottom: 20px; }
  .q-hero-lead { font-size: .95rem !important; line-height: 1.7; margin-bottom: 20px; }
  .q-hero-ctas { margin-bottom: 20px; gap: 2px; }
  .q-hero-guarantees { flex-direction: row; gap: 8px 14px; font-size: .68rem; }
  .q-hero-visual { max-width: 380px; width: 100%; margin-inline: auto; }
  .q-mask-organic-hero { aspect-ratio: 1 !important; }
  .q-hero-float-badge { left: 12px; right: 12px; padding: 14px; }
  .q-trust-grid { grid-template-columns: minmax(0,1fr); gap: 20px; }
  .q-trust-item { padding-bottom: 16px; border-bottom: 1px solid #193d2a20; }
  .q-trust-item:last-child { border: 0; padding-bottom: 0; }
  #ecosystem .q-section-header { display: block; }
  #ecosystem .q-section-header .q-lead { margin-top: 20px !important; }
  .q-eco-title { font-size: 2rem; }
  .q-ecosystem-grid { gap: 32px; }
  .q-biomarker-card { padding-inline: 0; }
  .q-biomarker-card + .q-biomarker-card { border-left: 0; border-top: 1px solid var(--q-border-subtle); }
  .q-longevity-tags { gap: 8px; }
  .q-longevity-tag { font-size: .65rem; padding: 6px 9px; }
  .q-longevity-media-wrap { width: 100%; opacity: .4; }
  .q-compare-card { padding: 26px; }
  .q-provider-visual, .q-provider-info { padding: 24px; }
  .q-pricing-grid { gap: 16px; }
  .q-price-card, .q-location-info-card { padding: 24px; }
  .q-footer-grid { grid-template-columns: minmax(0,1fr); }
  .q-footer { padding-bottom: calc(110px + env(safe-area-inset-bottom)); }
  .q-cta-btn-group { flex-direction: column; align-items: stretch; }
  .q-cta-section { padding-block: 70px; }
  .q-info-block { padding: 22px; }
  .q-booking-card h2 { font-size: 2.5rem; }
  .q-milestone-item { grid-template-columns: 58px minmax(0,1fr); }
}
@media (hover: none) {
  .q-eco-card:hover, .q-image-frame:hover .q-editorial-img, .q-eco-card:hover .q-editorial-img { transform: none; filter: none; }
}
@media (prefers-reduced-motion: reduce) {
  .q-motion-ready [class*="q-reveal"] { opacity: 1; transform: none; }
  .q-growth-ring-system, .q-btn, .q-editorial-img { translate: none !important; }
}
/* Compatibility with the latest pages added while this review was in progress. */
[class*="q-reveal"], .q-eco-card, .q-pillar-item, .q-step-card { opacity: 1; filter: none; will-change: auto; }
.q-motion-ready [class*="q-reveal"]:not(.is-revealed) { opacity: 0; transform: translateY(12px); }
.q-motion-ready .q-hero [class*="q-reveal"] { opacity: 1; transform: none; filter: none; }
.q-hero-visual { overflow: visible; }
.q-orbit { position: absolute; inset: -18px -24px 12px; z-index: -1; pointer-events: none; }
.q-orbit i { position: absolute; inset: 0; border: 1px solid #aabdafa0; border-radius: 49% 51% 46% 54%; animation: q-orbit-turn 48s linear infinite; }
.q-orbit i:nth-child(2) { inset: 18px -15px; border-color: #c4a45e70; animation-direction: reverse; animation-duration: 64s; }
.q-orbit i:nth-child(3) { inset: 45px -30px; border-color: #aabdaf80; animation-duration: 80s; }
@keyframes q-orbit-turn { to { transform: rotate(360deg); } }
.q-image-unavailable { background: radial-gradient(ellipse at 40% 40%,#dce5dc, #f5f3ec); }
.q-image-unavailable::before { content: ''; position: absolute; inset: 15%; border: 1px solid var(--q-eucalyptus); border-radius: 50%; }
.q-editorial-img[hidden], .q-faq-content[hidden] { display: none; }
.q-eco-card:nth-child(n+4) { border-top: 0; padding-top: 0; }
.q-eco-tag { display: none; }
.q-header-cta { opacity: 1; }
.q-biometric-telemetry-card { position: relative; inset: auto; width: 100%; max-width: 580px; margin-top: 32px; z-index: 3; }
.q-bio-telemetry-header { flex-wrap: wrap; gap: 12px; }
.q-aesthetics-section { background: var(--q-bg-primary); }
.q-aesthetics-card { box-shadow: none; border-radius: 10px; }
.q-aesthetics-card-title { font-size: 1.7rem; }
.q-aesthetics-card-desc { font-size: .875rem; line-height: 1.7; }
.q-comparison-range:focus-visible { opacity: 1; outline: 3px solid var(--q-gold); outline-offset: 4px; }
.q-comparison-container { touch-action: pan-y; }
.q-whatsapp-float { width: 48px; height: 48px; right: 20px; bottom: 24px; box-shadow: 0 3px 12px #193d2a20; }
@media (min-width:1280px) and (max-width:1399px) { .q-phone-link { display: none; } }
@media (max-width:767px) {
  .q-whatsapp-float { bottom: calc(88px + env(safe-area-inset-bottom)); width: 42px; height: 42px; right: 14px; }
  .q-biometric-telemetry-card { margin-top: 24px; padding: 18px; }
  .q-bio-metrics-row { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
  .q-longevity-banner { overflow: hidden; }
}
@media (prefers-reduced-motion: reduce) {
  .q-motion-ready [class*="q-reveal"] { opacity: 1; transform: none; filter: none; }
  .q-orbit i { animation: none; }
}
