:root {
  --v21-espresso: #3a271f;
  --v21-espresso-soft: #5a4032;
  --v21-ivory: #fffaf2;
  --v21-cream: #f7eee1;
  --v21-sand: #ead8c1;
  --v21-terracotta: #8f4936;
  --v21-copper: #a85f3f;
  --v21-bronze: #9b733f;
  --v21-gold: #d8b36a;
  --v21-olive-gray: #70705e;
  --v21-line: rgba(74, 49, 36, .17);
  --v21-shadow: 0 16px 42px rgba(68, 43, 28, .1);
}

.v2-home-hero .home-hero-content__inner { max-width: 860px; }
.v2-home-hero h1 { max-width: 760px; }
.v2-direct-note { margin: 1rem 0 .35rem; color: var(--v21-espresso); font-weight: 800; }
.v2-hero-trust { margin: 0; color: var(--v21-espresso-soft); font-size: .95rem; }

.v2-chalet-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem; }
.v2-chalet-card { display: grid; grid-template-columns: minmax(180px,.9fr) 1.1fr; overflow: hidden; border: 1px solid var(--v21-line); border-radius: 18px; background: var(--v21-ivory); box-shadow: var(--v21-shadow); }
.v2-chalet-card img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.v2-chalet-card > div { padding: clamp(1.15rem,2vw,1.8rem); }
.v2-chalet-card h3 { margin-top: .15rem; color: var(--v21-espresso); }
.v2-chalet-card ul { padding-left: 1.2rem; }
.v2-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1rem; margin-top: 1.2rem; }
.v2-text-link, .v2-external-link { color: var(--v21-espresso); font-weight: 800; text-underline-offset: .22em; }

.v2-health-teaser, .v2-health-hero, .v2-health-extra { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem,4vw,4rem); align-items: center; }
.v2-health-teaser { position: relative; overflow: hidden; border: 1px solid var(--v21-line); border-radius: 24px; background: radial-gradient(circle at 8% 0%,rgba(216,179,106,.18),transparent 42%),linear-gradient(135deg,var(--v21-ivory),#f2dfcc); box-shadow: var(--v21-shadow); }
.v2-health-teaser::before { position: absolute; top: 0; left: clamp(1.5rem,4vw,3.5rem); width: 88px; height: 3px; border-radius: 0 0 999px 999px; background: linear-gradient(90deg,var(--v21-bronze),var(--v21-terracotta)); content: ""; }
.v2-health-teaser img, .v2-health-hero img, .v2-health-extra img { width: 100%; height: 100%; min-height: 350px; object-fit: cover; border-radius: 18px; }
.v2-small-note, .v2-form-note { color: #61564e; font-size: .92rem; }

.v2-faq-list { display: grid; gap: .75rem; }
.v2-faq-list details { padding: 1rem 1.15rem; border: 1px solid var(--v21-line); border-radius: 12px; background: var(--v21-ivory); }
.v2-faq-list details[open] { border-color: rgba(155,115,63,.52); box-shadow: 0 9px 24px rgba(68,43,28,.07); }
.v2-faq-list summary { color: var(--v21-espresso); cursor: pointer; font-weight: 800; }

.v2-final-cta { position: relative; overflow: hidden; border: 1px solid rgba(216,179,106,.35); border-radius: 24px; color: var(--v21-ivory); background: radial-gradient(circle at 88% 18%,rgba(216,179,106,.18),transparent 34%),linear-gradient(135deg,#2f201a,var(--v21-espresso) 58%,#56392b); box-shadow: 0 22px 56px rgba(48,31,22,.22); text-align: center; }
.v2-final-cta::before { position: absolute; top: 0; left: 50%; width: 112px; height: 3px; border-radius: 0 0 999px 999px; background: linear-gradient(90deg,var(--v21-bronze),var(--v21-gold),var(--v21-terracotta)); content: ""; transform: translateX(-50%); }
.v2-final-cta :is(h2,p) { color: inherit; }
.v2-final-cta .lp1-eyebrow { color: #efd39e; }
.v2-final-cta .lp1-actions { justify-content: center; }
.v2-final-cta .button.ghost { border-color: rgba(255,250,242,.55) !important; color: var(--v21-ivory) !important; background: rgba(255,250,242,.08) !important; }

.v2-midweek-health, .v2-privacy-note { border: 1px solid var(--v21-line); border-left: 5px solid var(--v21-bronze); background: linear-gradient(135deg,var(--v21-ivory),var(--v21-cream)); }
.v2-health-hero { max-width: 1280px; margin: 0 auto; padding: clamp(2rem,6vw,5rem) clamp(1rem,5vw,4rem); }
.v2-health-hero > div { position: relative; }
.v2-health-lead { max-width: 680px; color: var(--v21-terracotta); font-size: clamp(1.3rem,2.5vw,1.9rem); font-weight: 800; }

.v2-value-cards > div:last-child { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.v2-value-cards article { position: relative; min-height: 210px; padding: clamp(1.25rem,2.3vw,1.75rem); overflow: hidden; border: 1px solid var(--v21-line); border-radius: 18px; background: linear-gradient(145deg,var(--v21-ivory),var(--v21-cream)); box-shadow: 0 12px 32px rgba(68,43,28,.07); }
.v2-value-cards article::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: linear-gradient(90deg,var(--v21-bronze),var(--v21-terracotta)); content: ""; opacity: .78; }
.v2-value-cards article > span { color: var(--v21-bronze); font-size: .78rem; font-weight: 850; letter-spacing: .14em; }
.v2-value-cards h3 { margin: .7rem 0 .55rem; color: var(--v21-espresso); }

.v2-health-extra { border: 1px solid var(--v21-line); border-radius: 24px; background: linear-gradient(140deg,#f4e7d7,var(--v21-ivory)); box-shadow: var(--v21-shadow); }
.v2-health-extra > div { padding: clamp(1rem,2vw,1.5rem); }
.v2-health-extra img { max-height: 520px; }

.v2-clinic-services ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .7rem 1rem; padding: 0; list-style: none; }
.v2-clinic-services li { padding: .8rem 1rem; border: 1px solid var(--v21-line); border-radius: 999px; color: var(--v21-espresso); background: var(--v21-ivory); }
.v2-clinic-services li::before { margin-right: .55rem; color: var(--v21-bronze); content: "•"; }

.v2-process ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; padding: 0; list-style: none; }
.v2-process li { padding: 1.35rem; border: 1px solid var(--v21-line); border-radius: 16px; background: linear-gradient(145deg,var(--v21-ivory),#efe0cd); }
.v2-process li strong, .v2-process li span { display: block; }
.v2-process li strong { color: var(--v21-espresso); }
.v2-process li span { margin-top: .45rem; }
.v2-midweek-copy { margin-top: 1.5rem; padding: 1rem 1.15rem; border-left: 4px solid var(--v21-bronze); background: rgba(247,238,225,.72); }

.v2-role-cards > div:nth-child(2) { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.v2-role-cards article { padding: 1.4rem; border: 1px solid var(--v21-line); border-radius: 16px; background: linear-gradient(145deg,var(--v21-ivory),#eee0cf); }
.v2-role-cards article h3 { color: var(--v21-espresso); }
.v2-role-note { margin: 1rem 0 0; padding: .95rem 1.1rem; border-radius: 12px; color: #5c4a3f; background: rgba(234,216,193,.56); }

.v2-interest { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(1.5rem,5vw,4rem); align-items: start; }
.v2-interest-form { display: grid; gap: 1rem; padding: clamp(1.2rem,3vw,2rem); border: 1px solid var(--v21-line); border-radius: 18px; background: var(--v21-ivory); box-shadow: var(--v21-shadow); }
.v2-interest-form label:not(.v2-consent) { display: grid; gap: .4rem; color: var(--v21-espresso); font-weight: 750; }
.v2-interest-form input:not([type="checkbox"]), .v2-interest-form select { min-height: 48px; padding: .7rem .8rem; border: 1px solid #89786c; border-radius: 8px; color: var(--v21-espresso); background: #fffdf9; font: inherit; }
.v2-interest-form input:focus-visible, .v2-interest-form select:focus-visible { border-color: var(--v21-terracotta); outline: 3px solid rgba(216,179,106,.58); outline-offset: 2px; }
.v2-field-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.v2-consent { display: grid; grid-template-columns: 24px 1fr; gap: .65rem; align-items: start; }
.v2-consent input { width: 20px; height: 20px; margin-top: .15rem; accent-color: var(--v21-terracotta); }
.v2-form-error { padding: .75rem; border-left: 4px solid #a4362b; color: #78251d; background: #fff0ed; }
.v2-legal-separation { border: 1px solid rgba(155,115,63,.52); border-left: 5px solid var(--v21-bronze); border-radius: 18px; background: linear-gradient(135deg,var(--v21-ivory),#f5ead8); }
.v2-legal-separation h2 { color: var(--v21-espresso); }

:is(.v2-home-hero,.v2-chalet-card,.v2-health-teaser,.v2-health-hero,.v2-interest-form,.v2-final-cta) .button:not(.ghost) { border-color: rgba(87,45,32,.35) !important; color: var(--v21-ivory) !important; background: linear-gradient(135deg,var(--v21-terracotta),var(--v21-copper)) !important; box-shadow: 0 7px 18px rgba(85,45,31,.22) !important; }
:is(.v2-home-hero,.v2-chalet-card,.v2-health-teaser,.v2-health-hero,.v2-interest-form,.v2-final-cta) .button:not(.ghost):hover { filter: brightness(1.08); transform: translateY(-1px); }
:is(.v2-home-hero,.v2-chalet-card,.v2-health-teaser,.v2-health-hero,.v2-interest-form,.v2-final-cta) .button:focus-visible { outline: 3px solid var(--v21-gold) !important; outline-offset: 3px; }
:is(.v2-home-hero,.v2-chalet-card,.v2-health-teaser,.v2-health-hero,.v2-interest-form,.v2-final-cta) .button:is(:disabled,[aria-disabled="true"]) { cursor: not-allowed; filter: saturate(.45); opacity: .58; }
body .v2-home-hero .lp4-hero-actions .button:not(.ghost):not(.soft) { border-color: rgba(87,45,32,.35) !important; background: linear-gradient(135deg,var(--v21-terracotta),var(--v21-copper)) !important; box-shadow: 0 9px 22px rgba(85,45,31,.24) !important; }
body .v2-home-hero .lp4-hero-actions .button:not(.ghost):not(.soft):is(:hover,:focus-visible) { border-color: rgba(216,179,106,.78) !important; background: linear-gradient(135deg,#9e513b,#b56a46) !important; box-shadow: 0 13px 28px rgba(85,45,31,.3),0 0 0 4px rgba(216,179,106,.16) !important; }

.mobile-booking-cta { position: fixed; z-index: 80; right: max(12px,env(safe-area-inset-right)); bottom: max(12px,env(safe-area-inset-bottom)); left: max(12px,env(safe-area-inset-left)); display: none; min-height: 52px; align-items: center; justify-content: center; padding: .75rem 1rem; border: 1px solid rgba(255,250,242,.28); border-radius: 999px; color: var(--v21-ivory); background: linear-gradient(135deg,var(--v21-terracotta),var(--v21-copper)); box-shadow: 0 12px 30px rgba(60,34,24,.3); font-weight: 850; text-align: center; text-decoration: none; opacity: 0; transform: translateY(120%); transition: opacity .2s ease,transform .2s ease,filter .2s ease; }
.mobile-booking-cta[data-visible="true"] { opacity: 1; transform: translateY(0); }
.mobile-booking-cta:hover { filter: brightness(1.08); }
body.v2-consent-open .mobile-booking-cta { pointer-events: none; opacity: 0; transform: translateY(120%); }
.mobile-booking-cta:focus-visible { outline: 3px solid var(--v21-gold); outline-offset: 3px; }

@media (max-width: 1100px) {
  .v2-value-cards > div:last-child { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .v2-chalet-grid, .v2-health-teaser, .v2-health-hero, .v2-health-extra, .v2-interest { grid-template-columns: 1fr; }
  .v2-chalet-card { grid-template-columns: 1fr; }
  .v2-chalet-card img { min-height: 230px; max-height: 360px; }
  .v2-health-hero img { order: -1; min-height: 260px; }
  .v2-health-extra img { min-height: 280px; max-height: 440px; }
  .v2-process ol { grid-template-columns: 1fr; }
}

@media (max-width: 759px) {
  .mobile-booking-cta { display: flex; }
  .v2-value-cards > div:last-child, .v2-clinic-services ul, .v2-role-cards > div:nth-child(2), .v2-field-row { grid-template-columns: 1fr; }
  .v2-value-cards article { min-height: 0; }
  .v2-health-teaser, .v2-health-extra, .v2-final-cta, .v2-midweek-health, .v2-privacy-note, .v2-legal-separation { border-radius: 14px; }
  .v2-clinic-services li { border-radius: 14px; }
}

@media (max-width: 480px) {
  .v2-home-hero h1 { font-size: clamp(2.15rem,10.6vw,2.5rem); }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-booking-cta { transition: none; }
}
