:root{
  --apollo-ink:#122a31;
  --apollo-petrol:#123b45;
  --apollo-petrol-dark:#091d24;
  --apollo-teal:#2f7c8c;
  --apollo-gold:#b97832;
  --apollo-sand:#f7f2e9;
  --apollo-cream:#fffdf8;
  --apollo-line:rgba(18,42,49,.14);
  --apollo-muted:#66767a;
  --apollo-radius:24px;
  --apollo-shadow:0 24px 70px rgba(14,43,50,.13);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#09151b;
  color:#fff;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  line-height:1.6;
}
img{max-width:100%;height:auto}
a{transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}

.skip-link{
  position:fixed;
  left:1rem;
  top:-5rem;
  z-index:100000;
  padding:.75rem 1rem;
  border-radius:.75rem;
  background:#fff;
  color:#111;
}
.skip-link:focus{top:1rem}

/* Header */
.navbar-aqua{
  min-height:76px;
  background:rgba(9,29,36,.97);
  border-bottom:1px solid rgba(255,255,255,.09);
  box-shadow:0 8px 28px rgba(0,0,0,.16);
  backdrop-filter:blur(14px);
}
.navbar-aqua .navbar-brand{
  display:flex;
  flex-direction:column;
  color:#fff;
  line-height:1.05;
  text-decoration:none;
}
.brand-main{font-weight:750;letter-spacing:.02em}
.brand-sub{
  margin-top:.32rem;
  color:rgba(255,255,255,.62);
  font-size:.67rem;
  font-weight:650;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.navbar-aqua .nav-link{
  color:rgba(255,255,255,.82);
  font-size:.94rem;
  font-weight:650;
  border-radius:999px;
  padding:.58rem .8rem !important;
}
.navbar-aqua .nav-link:hover,
.navbar-aqua .nav-link:focus,
.navbar-aqua .nav-link.active{color:#fff;background:rgba(255,255,255,.08)}
.navbar-aqua .nav-availability{
  color:var(--apollo-ink);
  background:#f1d7b5;
  padding:.65rem 1rem !important;
}
.navbar-aqua .nav-availability:hover,
.navbar-aqua .nav-availability:focus,
.navbar-aqua .nav-availability.active{
  color:var(--apollo-ink);
  background:#fff0da;
}

/* Homepage */
.home-page{
  background:var(--apollo-sand);
  color:var(--apollo-ink);
}
.home-page h1,
.home-page h2,
.home-page h3{
  color:var(--apollo-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:700;
  letter-spacing:-.025em;
}
.home-eyebrow{
  margin:0 0 .7rem;
  color:var(--apollo-gold);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.home-hero{
  position:relative;
  overflow:hidden;
  padding:5.8rem 0 5rem;
  background:
    radial-gradient(circle at 8% 12%,rgba(185,120,50,.13),transparent 30%),
    radial-gradient(circle at 87% 38%,rgba(47,124,140,.13),transparent 34%),
    var(--apollo-cream);
}
.home-hero::after{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  right:-150px;
  bottom:-165px;
  border:1px solid rgba(185,120,50,.25);
  border-radius:50%;
}
.home-hero h1{
  max-width:760px;
  margin:0 0 1.4rem;
  font-size:clamp(2.65rem,5.4vw,5.1rem);
  line-height:.98;
}
.home-lead{
  max-width:650px;
  margin:0 0 1.8rem;
  color:#53686d;
  font-size:clamp(1.04rem,1.5vw,1.22rem);
  line-height:1.65;
}
.home-actions .btn,
.stay-card-actions .btn,
.contact-cta{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:.72rem 1.25rem;
  font-weight:750;
}
.btn-apollo-primary{
  border:1px solid var(--apollo-petrol);
  background:var(--apollo-petrol);
  color:#fff;
}
.btn-apollo-primary:hover,
.btn-apollo-primary:focus{
  border-color:var(--apollo-petrol-dark);
  background:var(--apollo-petrol-dark);
  color:#fff;
  transform:translateY(-1px);
}
.btn-apollo-outline{
  border:1px solid rgba(18,42,49,.27);
  background:rgba(255,255,255,.58);
  color:var(--apollo-ink);
}
.btn-apollo-outline:hover,
.btn-apollo-outline:focus{border-color:var(--apollo-ink);background:#fff;color:var(--apollo-ink)}
.home-trust-list{
  display:grid;
  gap:.62rem;
  margin:2rem 0 0;
  padding:0;
  list-style:none;
  color:#55696e;
  font-size:.94rem;
}
.home-trust-list i{width:1.3rem;color:var(--apollo-gold)}

.hero-gallery{
  display:grid;
  grid-template-columns:1.35fr .85fr;
  grid-template-rows:245px 245px;
  gap:14px;
  min-height:504px;
}
.hero-gallery figure{
  position:relative;
  overflow:hidden;
  margin:0;
  border:5px solid rgba(255,255,255,.9);
  border-radius:26px;
  background:#ddd;
  box-shadow:var(--apollo-shadow);
}
.hero-gallery-main{grid-row:1 / span 2}
.hero-gallery img{width:100%;height:100%;object-fit:cover}
.hero-gallery-main img{object-position:center}
.hero-gallery-small-top img{object-position:center}
.hero-gallery-small-bottom img{object-position:center 42%}
.hero-gallery figcaption,
.experience-grid figcaption{
  position:absolute;
  left:.8rem;
  right:.8rem;
  bottom:.75rem;
  width:max-content;
  max-width:calc(100% - 1.6rem);
  padding:.45rem .72rem;
  border-radius:999px;
  background:rgba(7,25,31,.78);
  color:#fff;
  font-size:.74rem;
  font-weight:700;
  backdrop-filter:blur(8px);
}

.availability-strip{background:var(--apollo-petrol);color:#fff}
.availability-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:2rem;
  padding:1.55rem 0;
}
.availability-kicker{
  display:block;
  margin-bottom:.15rem;
  color:#e3b983;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.availability-inner strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.4rem}
.availability-inner p{margin:.15rem 0 0;color:rgba(255,255,255,.72)}
.availability-actions{display:flex;gap:.7rem;flex:0 0 auto}
.availability-actions .btn{border-radius:999px;padding:.7rem 1.1rem;font-weight:750}
.btn-whatsapp{border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff}
.btn-whatsapp:hover,.btn-whatsapp:focus{background:#1e9e59;border-color:#1e9e59;color:#fff}

.home-section{padding:6rem 0}
.home-section-soft{background:#efe7da}
.section-heading{max-width:760px;margin-bottom:2.3rem}
.section-heading h2,
.home-section h2{font-size:clamp(2rem,3.5vw,3.4rem);line-height:1.08}
.section-heading > p:last-child,
.section-side-text,
.home-location > .container > .row > div > p:last-child,
.home-faq .col-lg-4 > p:last-child{color:var(--apollo-muted)}
.section-heading-center{margin-right:auto;margin-left:auto;text-align:center}

.stay-card{
  overflow:hidden;
  border:1px solid var(--apollo-line);
  border-radius:var(--apollo-radius);
  background:var(--apollo-cream);
  box-shadow:0 18px 48px rgba(18,42,49,.08);
}
.stay-card-media{position:relative;height:350px;overflow:hidden}
.stay-card-media img{width:100%;height:100%;object-fit:cover}
.stay-card:first-child .stay-card-media img{object-position:center 63%}
.stay-card-label{
  position:absolute;
  left:1.1rem;
  top:1.1rem;
  padding:.46rem .75rem;
  border-radius:999px;
  background:rgba(255,253,248,.92);
  color:var(--apollo-ink);
  font-size:.74rem;
  font-weight:800;
}
.stay-card-body{padding:2rem}
.stay-card-type{
  margin:0 0 .38rem;
  color:var(--apollo-gold);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.stay-card h3{margin-bottom:.9rem;font-size:clamp(1.7rem,2.4vw,2.25rem)}
.stay-card-body > p:not(.stay-card-type){color:#5c6f73}
.feature-list{display:grid;gap:.55rem;margin:1.3rem 0 1.7rem;padding:0;list-style:none}
.feature-list li{position:relative;padding-left:1.55rem;color:#344e54}
.feature-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--apollo-gold);
  font-weight:900;
}
.stay-card-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}
.text-link{color:var(--apollo-petrol);font-weight:800;text-decoration:none}
.text-link:hover,.text-link:focus{color:var(--apollo-gold)}

.experience-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr;
  grid-template-rows:235px 235px;
  gap:16px;
}
.experience-grid figure{
  position:relative;
  overflow:hidden;
  margin:0;
  border-radius:22px;
  background:#d5c9ba;
  box-shadow:0 14px 38px rgba(18,42,49,.1);
}
.experience-grid .experience-tall{grid-row:1 / span 2}
.experience-grid figure:last-child{grid-column:2 / span 2}
.experience-grid img{width:100%;height:100%;object-fit:cover}
.experience-grid .experience-tall img{object-position:center 55%}

.benefit-card{
  padding:2rem;
  border:1px solid var(--apollo-line);
  border-radius:22px;
  background:rgba(255,253,248,.72);
}
.benefit-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin-bottom:1.25rem;
  border-radius:50%;
  background:#ead7bc;
  color:var(--apollo-petrol);
}
.benefit-card h3{font-size:1.45rem}
.benefit-card p{margin:0;color:var(--apollo-muted)}

.home-location{background:var(--apollo-petrol);color:#fff}
.home-location h2{color:#fff}
.home-location .home-eyebrow{color:#e5ba82}
.home-location > .container > .row > div > p:last-child{color:rgba(255,255,255,.72)}
.location-list{display:grid;gap:1rem}
.location-card{
  display:flex;
  align-items:flex-start;
  gap:1.1rem;
  padding:1.45rem;
  border:1px solid rgba(255,255,255,.15);
  border-radius:20px;
  background:rgba(255,255,255,.07);
}
.location-number{color:#e4b981;font-family:Georgia,"Times New Roman",serif;font-size:1.5rem}
.location-card h3{margin:0 0 .3rem;color:#fff;font-size:1.42rem}
.location-card p{margin:0 0 .4rem;color:rgba(255,255,255,.7)}
.location-card a{color:#fff;font-weight:750;text-decoration:none}
.location-card a:hover,.location-card a:focus{color:#f1d7b5}

.home-map-shell{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-radius:26px;
  background:#fffdf8;
  box-shadow:0 24px 60px rgba(0,0,0,.2);
}
.home-map-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:2rem;
  padding:1.6rem 1.75rem;
  color:var(--apollo-ink);
}
.home-map-heading h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.45rem,2.5vw,2.15rem)}
.home-map-heading > p{max-width:540px;margin:0;color:var(--apollo-muted)}
.home-map{width:100%;height:460px;background:#dce5df}
.home-map .leaflet-control-attribution{font-size:.68rem}
.home-map .leaflet-popup-content-wrapper{border-radius:14px;box-shadow:0 12px 32px rgba(18,42,49,.2)}
.map-popup{min-width:220px;color:var(--apollo-ink)}
.map-popup strong,.map-popup span{display:block}
.map-popup strong{margin-bottom:.15rem;font-size:1rem}
.map-popup span{margin-bottom:.7rem;color:var(--apollo-muted)}
.map-popup div{display:flex;flex-wrap:wrap;gap:.4rem}
.map-popup a{padding:.38rem .55rem;border-radius:8px;background:var(--apollo-petrol);color:#fff;font-size:.78rem;font-weight:750;text-decoration:none}
.map-popup a:last-child{background:var(--apollo-gold)}
.home-map-noscript{margin:0;padding:1rem 1.75rem;color:var(--apollo-ink)}
.home-map-noscript a{color:var(--apollo-petrol);font-weight:750}

.contact-trust{background:#e8dccb}
.contact-trust-card{
  display:grid;
  grid-template-columns:168px minmax(0,1fr) auto;
  align-items:center;
  gap:2rem;
  padding:2.2rem;
  border:1px solid rgba(18,42,49,.12);
  border-radius:30px;
  background:var(--apollo-cream);
  box-shadow:var(--apollo-shadow);
}
.contact-portrait{
  width:168px;
  height:168px;
  object-fit:cover;
  border:6px solid #ead7bc;
  border-radius:50%;
  box-shadow:0 12px 30px rgba(18,42,49,.18);
}
.contact-person{margin:0;text-align:center}
.contact-person figcaption{margin-top:.7rem;color:var(--apollo-petrol);font-size:.9rem;font-weight:800}
.contact-trust h2{margin-bottom:.65rem;font-size:clamp(2rem,3.5vw,3rem)}
.contact-trust-copy > p:not(.home-eyebrow){max-width:720px;margin-bottom:1rem;color:var(--apollo-muted)}
.contact-direct-links{display:flex;flex-wrap:wrap;gap:.6rem 1.1rem}
.contact-direct-links a{color:var(--apollo-petrol);font-size:.92rem;font-weight:750;text-decoration:none}
.contact-direct-links i{margin-right:.35rem;color:var(--apollo-gold)}
.contact-direct-links a:hover,.contact-direct-links a:focus{color:var(--apollo-gold)}
.contact-cta{white-space:nowrap;text-decoration:none}

.home-faq{background:var(--apollo-cream)}
.faq-list{border-top:1px solid var(--apollo-line)}
.faq-list details{border-bottom:1px solid var(--apollo-line)}
.faq-list summary{
  position:relative;
  padding:1.35rem 2.5rem 1.35rem 0;
  cursor:pointer;
  color:var(--apollo-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.22rem;
  font-weight:700;
  list-style:none;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{
  content:"+";
  position:absolute;
  right:.25rem;
  top:50%;
  transform:translateY(-50%);
  color:var(--apollo-gold);
  font:700 1.5rem/1 system-ui,sans-serif;
}
.faq-list details[open] summary::after{content:"−"}
.faq-list details p{max-width:760px;margin:-.25rem 2rem 1.35rem 0;color:var(--apollo-muted)}

/* Componenti legacy usati dalle pagine interne */
.section-dark{background:#09151b}
.section-aqua{
  background:radial-gradient(900px 500px at 10% 0%,rgba(255,255,255,.16),transparent 55%),linear-gradient(135deg,#123844 0%,#0d2b35 55%,#071a21 100%);
}
.info-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:rgba(255,255,255,.08);
  box-shadow:0 18px 50px rgba(0,0,0,.3);
}
.info-card .card-body{padding:1.25rem}
.info-card .card-title{color:#fff}
.info-card .card-text,.mini-muted{color:rgba(255,255,255,.83)}
.btn-soft{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff}
.btn-soft:hover,.btn-soft:focus{background:rgba(255,255,255,.15);color:#fff}
.card-img-apollo{width:100%;height:100%;min-height:260px;object-fit:cover}

/* Footer */
.apollo-footer{background:var(--apollo-petrol-dark);color:#fff}
.footer-brand{
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.45rem;
  font-weight:700;
}
.footer-intro{max-width:430px;color:rgba(255,255,255,.64)}
.footer-title{
  margin:0 0 1rem;
  color:#e2b77f;
  font:800 .76rem/1.2 Inter,ui-sans-serif,system-ui,sans-serif;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.footer-list{display:grid;gap:.6rem;margin:0;padding:0;list-style:none}
.footer-list a,.footer-booking-link,.footer-bottom a{color:rgba(255,255,255,.83);text-decoration:none}
.footer-list a:hover,.footer-list a:focus,.footer-booking-link:hover,.footer-booking-link:focus,.footer-bottom a:hover,.footer-bottom a:focus{color:#fff}
.footer-list i{width:1.2rem;color:#e2b77f}
.footer-booking-link{font-weight:800}
.footer-address{margin-top:1.1rem;color:rgba(255,255,255,.57);font-size:.86rem;line-height:1.5}
.footer-address strong{color:rgba(255,255,255,.82)}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  margin-top:3rem;
  padding-top:1.25rem;
  border-top:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.5);
  font-size:.8rem;
}

.mobile-contact-bar{
  position:fixed;
  left:12px;
  right:12px;
  bottom:12px;
  z-index:1040;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  background:var(--apollo-petrol-dark);
  box-shadow:0 12px 35px rgba(0,0,0,.34);
}
.mobile-contact-bar a{padding:.78rem .55rem;color:#fff;font-size:.83rem;font-weight:750;text-align:center;text-decoration:none}
.mobile-contact-bar a:last-child{background:#f1d7b5;color:var(--apollo-ink)}

/* Cookie banner */
#cookie-banner{
  position:fixed;
  left:50%;
  top:50%;
  bottom:auto;
  z-index:99999;
  width:calc(100% - 24px);
  max-width:520px;
  padding:18px 16px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:#102730;
  color:#fff;
  box-shadow:0 18px 50px rgba(0,0,0,.55);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,-50%);
  transition:opacity .22s ease,visibility .22s ease;
}
#cookie-banner.show{opacity:1;visibility:visible;pointer-events:auto}
#cookie-banner p{margin:0 0 12px;padding-right:34px;color:rgba(255,255,255,.9);font-size:14px;line-height:1.45}
#cookie-banner a{color:#fff;font-weight:650;text-decoration:underline;text-underline-offset:3px}
#cookie-banner .btn-group{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:6px}
#cookie-banner button{appearance:none;padding:10px 14px;border:1px solid transparent;border-radius:12px;font-size:14px;font-weight:750;line-height:1;cursor:pointer}
#cookie-banner .accept{border-color:#fff;background:#fff;color:#111}
#cookie-banner .reject{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff}
#cookie-banner .close-banner{
  position:absolute;
  top:10px;
  right:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  padding:0;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:rgba(255,255,255,.1);
  color:#fff;
  font-size:22px;
}
#cookie-banner button:focus,#cookie-banner a:focus{outline:2px solid rgba(255,255,255,.45);outline-offset:2px}

@media (max-width:991.98px){
  .navbar-aqua .navbar-collapse{padding:1rem 0 .45rem}
  .navbar-aqua .nav-link{padding:.72rem .85rem !important}
  .navbar-aqua .nav-availability{margin-top:.5rem;text-align:center}
  .home-hero{padding:4.3rem 0 4rem}
  .hero-gallery{margin-top:.5rem}
  .contact-trust-card{grid-template-columns:145px 1fr}
  .contact-portrait{width:145px;height:145px}
  .contact-cta{grid-column:1 / -1;justify-self:start}
  .footer-bottom{padding-bottom:4.5rem}
}

@media (max-width:767.98px){
  .home-section{padding:4.2rem 0}
  .home-hero h1{font-size:clamp(2.45rem,12vw,3.4rem)}
  .hero-gallery{grid-template-columns:1fr 1fr;grid-template-rows:310px 160px;min-height:auto}
  .hero-gallery-main{grid-column:1 / span 2;grid-row:1}
  .hero-gallery-small{grid-row:2}
  .availability-inner{align-items:flex-start;flex-direction:column;gap:1rem}
  .availability-actions{width:100%}
  .availability-actions .btn{flex:1}
  .stay-card-media{height:310px}
  .experience-grid{grid-template-columns:1fr 1fr;grid-template-rows:280px 190px 190px}
  .experience-grid .experience-tall{grid-column:1 / span 2;grid-row:1}
  .experience-grid figure:last-child{grid-column:1 / span 2}
  .home-map-heading{align-items:flex-start;flex-direction:column;gap:.75rem;padding:1.35rem}
  .home-map{height:390px}
  .contact-trust-card{grid-template-columns:1fr;text-align:center;padding:1.7rem}
  .contact-portrait{width:150px;height:150px;margin:0 auto}
  .contact-direct-links{align-items:center;flex-direction:column}
  .contact-cta{grid-column:auto;justify-self:center}
  .footer-bottom{align-items:flex-start;flex-direction:column}
}

@media (max-width:575.98px){
  .brand-main{font-size:.92rem}
  .brand-sub{font-size:.58rem}
  .home-hero{padding:3.6rem 0 3.3rem}
  .home-actions .btn{width:100%}
  .hero-gallery{grid-template-rows:260px 135px;gap:9px}
  .hero-gallery figure{border-width:3px;border-radius:18px}
  .hero-gallery figcaption{font-size:.64rem}
  .section-heading h2,.home-section h2{font-size:2.05rem}
  .stay-card-body{padding:1.35rem}
  .stay-card-actions{align-items:stretch;flex-direction:column}
  .stay-card-actions .btn{text-align:center}
  .experience-grid{display:grid;grid-template-columns:1fr;grid-template-rows:300px repeat(3,210px)}
  .experience-grid .experience-tall,.experience-grid figure:last-child{grid-column:auto;grid-row:auto}
  .availability-actions{flex-direction:column}
  .location-card{padding:1.15rem}
  .footer-address{display:none}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition-duration:.01ms !important;animation-duration:.01ms !important;animation-iteration-count:1 !important}
}
