:root {
  --indaco: #4e5b93;
  --indaco-scuro: #1f294d;
  --rosa: #d9a1b1;
  --rosa-scuro: #92465e;
  --crema: #fcfbfa;
  --nebbia: #eef0f7;
  --grafite: #2d3342;
  --bianco: #ffffff;
  --ombra: 0 16px 36px rgba(31, 41, 77, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--crema);
  color: var(--grafite);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
h1, h2, h3, .display-font {
  color: var(--indaco-scuro);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.45rem, 6vw, 4.75rem); line-height: 1.06; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.12; }
h3 { font-size: 1.45rem; }
a { color: var(--indaco-scuro); }
a:hover { color: var(--rosa-scuro); }
:focus-visible { outline: 3px solid var(--rosa-scuro); outline-offset: 4px; }
.skip-link { left: .75rem; position: absolute; top: -5rem; z-index: 1100; }
.skip-link:focus { top: .75rem; }
.eyebrow {
  color: var(--rosa-scuro);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.site-header { background: rgba(252, 251, 250, .96); border-bottom: 1px solid rgba(31, 41, 77, .12); }
.brand-image { display: block; height: 94px; object-fit: contain; object-position: left center; width: 175px; }
.navbar { min-height: 108px; }
.navbar-toggler { border-color: var(--indaco); }
.nav-link { color: var(--indaco-scuro); font-size: .93rem; font-weight: 700; }
.nav-link:hover, .nav-link.active { color: var(--rosa-scuro); }
.btn { border-radius: .15rem; font-weight: 700; padding: .78rem 1.15rem; }
.btn-primary { background: var(--indaco); border-color: var(--indaco); }
.btn-primary:hover, .btn-primary:focus { background: var(--indaco-scuro); border-color: var(--indaco-scuro); }
.btn-outline-primary { border-color: var(--indaco); color: var(--indaco-scuro); }
.btn-outline-primary:hover { background: var(--indaco); border-color: var(--indaco); }
.btn-rose { background: var(--rosa-scuro); border-color: var(--rosa-scuro); color: var(--bianco); }
.btn-rose:hover, .btn-rose:focus { background: #753248; border-color: #753248; color: var(--bianco); }
.hero { overflow: hidden; padding: clamp(5rem, 9vw, 8rem) 0 clamp(4rem, 8vw, 7rem); position: relative; }
.hero::before, .hero::after { border-radius: 50%; content: ''; position: absolute; z-index: -1; }
.hero::before { background: rgba(217, 161, 177, .25); height: 32rem; right: -14rem; top: -14rem; width: 32rem; }
.hero::after { border: 1px solid rgba(78, 91, 147, .25); bottom: -11rem; height: 27rem; left: -15rem; width: 27rem; }
.hero-lead { font-size: clamp(1.1rem, 2vw, 1.35rem); max-width: 42rem; }
.hero-note { border-left: 3px solid var(--rosa); color: var(--indaco-scuro); font-weight: 700; max-width: 39rem; padding-left: 1rem; }
.portrait-card { background: var(--bianco); box-shadow: var(--ombra); margin-left: auto; max-width: 240px; padding: .5rem; }
.portrait-card img { display: block; height: auto; width: 100%; }
.portrait-card figcaption { color: var(--indaco-scuro); font-family: Georgia, 'Times New Roman', serif; font-size: 1rem; line-height: 1.25; padding: .75rem .35rem .25rem; }
.section { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.section .row { --bs-gutter-x: 1.5rem; }
.section-mist { background: var(--nebbia); }
.section-indigo { background: var(--indaco-scuro); color: var(--bianco); }
.section-indigo h2, .section-indigo h3 { color: var(--bianco); }
.path-card, .info-card, .booking-card, .article-card { background: var(--bianco); border: 1px solid rgba(31, 41, 77, .1); height: 100%; padding: 2rem; position: relative; }
.section-indigo .article-card { background: #f4d8df; border-color: rgba(217, 161, 177, .75); }
.section-indigo .article-card h3 { color: var(--indaco-scuro); }
.path-card { border-top: 5px solid var(--indaco); }
.path-card--rose { border-top-color: var(--rosa-scuro); }
.path-card--mist { border-top-color: #7984b2; }
.path-card p, .info-card p { color: #505868; }
.clinical-gallery { display: grid; gap: 1rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.clinical-gallery figure { background: var(--bianco); margin: 0; }
.clinical-gallery img { aspect-ratio: 3 / 4; display: block; object-fit: cover; width: 100%; }
.clinical-gallery figcaption { color: var(--indaco-scuro); font-size: .88rem; padding: .75rem; }
.text-link { font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: .25em; }
.booking-card { box-shadow: var(--ombra); }
.editorial-figure { margin: 0; }
.editorial-figure img { display: block; height: 100%; min-height: 340px; object-fit: cover; object-position: center; width: 100%; }
.editorial-figure figcaption { background: var(--indaco-scuro); color: var(--bianco); font-size: .95rem; padding: 1rem 1.25rem; }
.booking-card h3 { font-size: 1.65rem; }
.contact-number { color: var(--indaco-scuro); font-family: Georgia, 'Times New Roman', serif; font-size: 1.65rem; text-decoration: none; }
.contact-number:hover { color: var(--rosa-scuro); }
.page-hero { padding: clamp(3.5rem, 7vw, 6rem) 0 3.5rem; }
.page-hero p { font-size: 1.15rem; max-width: 48rem; }
.accent-rule { background: var(--rosa); border: 0; height: 4px; margin: 1.5rem 0; opacity: 1; width: 5rem; }
.list-clean { list-style: none; margin: 0; padding: 0; }
.list-clean li { border-bottom: 1px solid rgba(31, 41, 77, .13); padding: .75rem 0; }
.list-clean li:last-child { border-bottom: 0; }
.condition-list { display: grid; gap: .75rem; }
.condition { background: var(--bianco); border: 1px solid rgba(31, 41, 77, .13); }
.condition summary { color: var(--indaco-scuro); cursor: pointer; font-family: Georgia, 'Times New Roman', serif; font-size: 1.2rem; padding: 1rem 1.2rem; }
.condition p { color: #505868; margin: 0; padding: 0 1.2rem 1.2rem; }
.condition[open] summary { color: var(--rosa-scuro); }
.chip { background: var(--nebbia); border-radius: 999px; color: var(--indaco-scuro); display: inline-block; font-size: .88rem; font-weight: 700; margin: 0 .35rem .55rem 0; padding: .38rem .75rem; }
.notice { background: #fff8f9; border-left: 4px solid var(--rosa-scuro); padding: 1.25rem; }
.site-footer { background: var(--indaco-scuro); color: rgba(255, 255, 255, .86); padding: 4rem 0 2rem; }
.site-footer h2, .site-footer h3 { color: var(--bianco); font-size: 1.25rem; }
.site-footer a { color: var(--bianco); }
.site-footer a:hover { color: #f4ced8; }
.footer-links { list-style: none; padding-left: 0; }
.footer-links li { margin-bottom: .45rem; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .2); font-size: .9rem; margin-top: 2rem; padding-top: 1.25rem; }
.cookie-consent { background: var(--bianco); border: 1px solid rgba(31, 41, 77, .18); bottom: 1rem; box-shadow: var(--ombra); max-width: 31rem; padding: 1.25rem; position: fixed; right: 1rem; z-index: 1200; }
.cookie-consent p { margin: 0 0 1rem; }
.cookie-consent-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.back-to-top { align-items: center; background: var(--rosa); border: 1px solid var(--rosa); bottom: 1rem; box-shadow: 0 8px 22px rgba(31, 41, 77, .2); color: var(--indaco-scuro); display: flex; font-family: Arial, Helvetica, sans-serif; font-size: 1.6rem; height: 2.9rem; justify-content: center; line-height: 1; opacity: 0; padding: 0; pointer-events: none; position: fixed; right: 1rem; transform: translateY(.75rem); transition: opacity .2s ease, transform .2s ease, background-color .2s ease; width: 2.9rem; z-index: 1000; }
.back-to-top:hover { background: var(--bianco); border-color: var(--rosa-scuro); color: var(--indaco-scuro); }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.visually-hidden-focusable:not(:focus):not(:focus-within) { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .back-to-top { transition: none; }
}
@media (max-width: 991.98px) {
  .navbar-collapse { padding: 1rem 0; }
  .brand-image { height: 74px; width: 138px; }
}
@media (max-width: 575.98px) {
  .brand-image { height: 66px; width: 124px; }
  .hero .btn { display: block; width: 100%; }
  .portrait-card { margin: 0 auto; }
  .clinical-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cookie-consent { bottom: 0; left: 0; max-width: none; right: 0; }
}
