*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gd: #1e4230; --gm: #2f6f4e; --gl: #4a9e72; --gp: #d5ead9; --gu: #f0f8f1;
  --sand: #f5f0e8; --gold: #c9a84c; --goldi: #e8c97a; --white: #ffffff;
  --tx: #1a2b22; --txm: #5a6e60;
  --fd: 'Cormorant Garamond', Georgia, serif; --fb: 'Jost', system-ui, sans-serif;
  --sh: 0 8px 40px rgba(30,66,48,.12); --shl: 0 20px 80px rgba(30,66,48,.18);
}
html { scroll-behavior: smooth; }
body { font-family: var(--fb); color: var(--tx); background: var(--white); line-height: 1.6; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1200px; margin-inline: auto; padding-inline: 1.5rem; }
.stag { display: inline-block; font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gl); margin-bottom: .75rem; }
.stitle { font-family: var(--fd); font-size: clamp(2rem,5vw,3.5rem); font-weight: 300; line-height: 1.15; color: var(--gd); margin-bottom: 1rem; }
.stitle em { font-style: italic; color: var(--gm); }
.lead { font-size: 1.05rem; font-weight: 300; color: var(--txm); max-width: 52ch; line-height: 1.75; }
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .85rem 2rem; border-radius: 100px; font-family: var(--fb); font-size: .85rem; font-weight: 500; letter-spacing: .07em; cursor: pointer; border: 2px solid transparent; transition: all .3s; text-transform: uppercase; }
.btn-p { background: var(--gm); color: #fff; border-color: var(--gm); }
.btn-p:hover { background: var(--gd); border-color: var(--gd); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(47,111,78,.35); }
.btn-o { background: transparent; color: var(--gm); border-color: var(--gm); }
.btn-o:hover { background: var(--gm); color: #fff; transform: translateY(-2px); }
.btn-g { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-g:hover { background: var(--gd); border-color: var(--gd); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,168,76,.35); }

/* NAV */
#nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1.25rem 0; transition: all .4s; }
#nav.sc { background: rgba(255,255,255,.97); box-shadow: 0 2px 30px rgba(30,66,48,.1); padding: .75rem 0; backdrop-filter: blur(12px); }
.ni { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.nl { display: flex; align-items: center; gap: .75rem; }
.nli { width: 44px; height: 44px; background: var(--gm); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; box-shadow: 0 4px 12px rgba(47,111,78,.3); transition: transform .3s; flex-shrink: 0; }
.nl:hover .nli { transform: rotate(-5deg) scale(1.05); }
.nlt .nn { font-family: var(--fd); font-size: 1.4rem; font-weight: 400; color: var(--gd); line-height: 1.1; }
#nav:not(.sc) .nlt .nn { color: #fff; }
.nlt .ns { font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gl); font-weight: 500; }
#nav:not(.sc) .nlt .ns { color: rgba(255,255,255,.75); }
.nlinks { display: flex; list-style: none; gap: .25rem; }
.nlinks a { display: block; padding: .5rem .9rem; font-size: .8rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: #fff; border-radius: 100px; transition: background .25s, color .25s; }
#nav.sc .nlinks a { color: var(--tx); }
.nlinks a:hover { background: rgba(255,255,255,.15); }
#nav.sc .nlinks a:hover { background: var(--gp); color: var(--gd); }
.ncta { flex-shrink: 0; }
.ncta .btn { padding: .6rem 1.4rem; font-size: .75rem; }
#nav:not(.sc) .ncta .btn { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.6); color: #fff; }
#nav:not(.sc) .ncta .btn:hover { background: #fff; color: var(--gd); }
.hbg { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: .5rem; border: none; background: transparent; }
.hbg span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all .3s; }
#nav.sc .hbg span { background: var(--tx); }
.mmenu { display: none; position: fixed; inset: 0; background: var(--gd); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem; }
.mmenu.open { display: flex; }
.mmenu a { font-family: var(--fd); font-size: 2rem; font-weight: 300; color: #fff; transition: color .25s; }
.mmenu a:hover { color: var(--gold); }

/* HERO */
#hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hbg2 { position: absolute; inset: 0; background: linear-gradient(160deg,#0d2b1a 0%,#1e4230 40%,#2a6050 70%,#1e4230 100%); }
.hbg2::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(74,158,114,.25) 0%, transparent 60%), radial-gradient(ellipse 50% 80% at 20% 80%, rgba(201,168,76,.1) 0%, transparent 50%); }
.hs { position: absolute; border-radius: 50% 10% 50% 10%; opacity: .07; animation: fl 8s ease-in-out infinite; }
.hs:nth-child(1) { width: 400px; height: 400px; background: var(--gl); top: -80px; right: 10%; }
.hs:nth-child(2) { width: 250px; height: 250px; background: var(--gold); bottom: 15%; left: 5%; border-radius: 10% 50% 10% 50%; animation-delay: -3s; }
.hs:nth-child(3) { width: 180px; height: 180px; background: var(--gp); top: 30%; right: 25%; animation-delay: -5s; }
@keyframes fl { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-20px) rotate(5deg); } }
.hc { position: relative; z-index: 1; padding: 6rem 0 4rem; width: 100%; }
.hgrid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; }
.htag { display: inline-flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: var(--goldi); font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; padding: .4rem 1rem; border-radius: 100px; margin-bottom: 1.5rem; animation: fiu .8s ease both; }
.dot { width: 6px; height: 6px; background: var(--goldi); border-radius: 50%; animation: pls 2s ease infinite; }
@keyframes pls { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.5; transform:scale(.7); } }
.hh1 { font-family: var(--fd); font-size: clamp(2.8rem,6vw,5.5rem); font-weight: 300; line-height: 1.05; color: #fff; margin-bottom: 1.25rem; animation: fiu .8s .15s ease both; }
.hh1 em { font-style: italic; color: var(--goldi); }
.hsub { font-size: 1rem; font-weight: 300; color: rgba(255,255,255,.75); max-width: 44ch; line-height: 1.8; margin-bottom: 2.5rem; animation: fiu .8s .3s ease both; }
.hact { display: flex; flex-wrap: wrap; gap: 1rem; animation: fiu .8s .45s ease both; }
.hcard { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; padding: 2rem; backdrop-filter: blur(20px); animation: fiu .8s .6s ease both; }
.hsgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.5rem; }
.hstat { text-align: center; padding: 1rem; background: rgba(255,255,255,.07); border-radius: .75rem; }
.hstat .num { font-family: var(--fd); font-size: 2rem; font-weight: 400; color: var(--goldi); line-height: 1; }
.hstat .lbl { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-top: .25rem; }
.hstars { display: flex; gap: .25rem; justify-content: center; font-size: 1.4rem; color: var(--gold); margin-bottom: .5rem; }
.hcname { font-family: var(--fd); font-size: 1.35rem; color: #fff; text-align: center; margin-bottom: .25rem; }
.hcsub { font-size: .75rem; color: rgba(255,255,255,.5); text-align: center; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 1.5rem; }
.hfl { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
.hfl li { display: flex; align-items: center; gap: .6rem; font-size: .83rem; color: rgba(255,255,255,.75); }
.hfl li::before { content: '✓'; width: 18px; height: 18px; background: rgba(74,158,114,.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .65rem; color: var(--gp); flex-shrink: 0; }
@keyframes fiu { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
.scrollh { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: .5rem; color: rgba(255,255,255,.4); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; animation: fiu 1s 1.2s ease both; }
.sarrow { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; animation: bnc 2s ease infinite; }
@keyframes bnc { 0%,100% { transform:translateY(0); } 50% { transform:translateY(6px); } }

/* BOOKING */
#bb { background: var(--gd); padding: 1.25rem 0; position: relative; z-index: 10; box-shadow: var(--sh); }
.bform { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.bf { flex: 1; min-width: 150px; }
.bf label { display: block; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: .3rem; }
.bf input, .bf select { width: 100%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: .5rem; padding: .65rem 1rem; font-family: var(--fb); font-size: .88rem; color: #fff; outline: none; transition: border .25s; }
.bf input::placeholder { color: rgba(255,255,255,.45); }
.bf input:focus, .bf select:focus { border-color: var(--gold); background: rgba(255,255,255,.14); }
.bf select option { color: var(--tx); background: #fff; }

/* ABOUT */
#about { padding: 6rem 0; background: #fff; }
.agrid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5rem; align-items: center; }
.avis { position: relative; }
.aimain { width: 100%; height: 480px; border-radius: 1.5rem; background: linear-gradient(135deg,#2f6f4e 0%,#1e4230 50%,#4a9e72 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; box-shadow: var(--shl); }
.aimain span { font-size: 6rem; opacity: .3; }
.abadge { position: absolute; bottom: -1.5rem; right: -1.5rem; background: var(--gold); color: #fff; border-radius: 50%; width: 130px; height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 8px 30px rgba(201,168,76,.35); font-family: var(--fd); animation: spn 20s linear infinite; }
@keyframes spn { from { transform:rotate(0); } to { transform:rotate(360deg); } }
.abadge .big { font-size: 2.5rem; font-weight: 400; line-height: 1; }
.abadge .sm { font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; font-family: var(--fb); }
.abadge .yr { font-size: .75rem; font-weight: 600; font-family: var(--fb); }
.afeat { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: 2rem; }
.fc { display: flex; align-items: center; gap: .6rem; padding: .75rem 1rem; border: 1px solid var(--gp); border-radius: .75rem; background: var(--gu); font-size: .82rem; transition: border-color .25s, transform .25s; }
.fc:hover { border-color: var(--gl); transform: translateX(3px); }

/* ROOMS */
#camere { padding: 6rem 0; background: var(--sand); }
.rh { text-align: center; margin-bottom: 3.5rem; }
.rg { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.rc { background: #fff; border-radius: 1.25rem; overflow: hidden; box-shadow: 0 4px 24px rgba(30,66,48,.07); transition: transform .35s, box-shadow .35s; display: flex; flex-direction: column; }
.rc:hover { transform: translateY(-8px); box-shadow: var(--shl); }
.ri { height: 220px; position: relative; overflow: hidden; }
.rii { width: 100%; height: 100%; transition: transform .5s; }
.rc:hover .rii { transform: scale(1.06); }
.ri1 { background: linear-gradient(135deg,#2f6f4e,#4a9e72); }
.ri2 { background: linear-gradient(135deg,#1e4230,#2f6f4e); }
.ri3 { background: linear-gradient(135deg,#4a9e72,#c9a84c); }
.re { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 4rem; opacity: .3; }
.rb { position: absolute; top: 1rem; left: 1rem; background: var(--gold); color: #fff; font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: .3rem .8rem; border-radius: 100px; }
.rbody { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.rn { font-family: var(--fd); font-size: 1.5rem; font-weight: 400; color: var(--gd); margin-bottom: .4rem; }
.rd { font-size: .84rem; color: var(--txm); line-height: 1.65; margin-bottom: 1.25rem; flex: 1; }
.ram { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.25rem; }
.at { background: var(--gu); color: var(--gm); font-size: .7rem; padding: .25rem .7rem; border-radius: 100px; border: 1px solid var(--gp); }
.rf { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid var(--gp); }
.rp .fr { font-size: .7rem; color: var(--txm); }
.rp .am { font-family: var(--fd); font-size: 1.6rem; font-weight: 400; color: var(--gd); }
.rp .pe { font-size: .75rem; color: var(--txm); }

/* SERVICES */
#servizi { padding: 6rem 0; background: var(--gd); position: relative; overflow: hidden; }
#servizi::before { content: ''; position: absolute; top: -10%; right: -5%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(74,158,114,.15) 0%, transparent 70%); border-radius: 50%; }
#servizi::after { content: ''; position: absolute; bottom: -10%; left: -5%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(201,168,76,.08) 0%, transparent 70%); border-radius: 50%; }
.svh { text-align: center; margin-bottom: 3.5rem; }
.svh .stitle { color: #fff; }
.svh .lead { color: rgba(255,255,255,.65); margin-inline: auto; }
.svh .stag { color: var(--gold); }
.svg { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; position: relative; z-index: 1; }
.svc { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 1.25rem; padding: 2rem 1.5rem; text-align: center; transition: background .3s, border-color .3s, transform .3s; }
.svc:hover { background: rgba(255,255,255,.1); border-color: rgba(201,168,76,.4); transform: translateY(-4px); }
.svi { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
.svn { font-family: var(--fd); font-size: 1.15rem; color: #fff; margin-bottom: .5rem; }
.svd { font-size: .8rem; color: rgba(255,255,255,.55); line-height: 1.65; }

/* TERRITORY */
#territorio { padding: 6rem 0; background: #fff; }
.tgrid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; align-items: center; }
.poil { list-style: none; display: flex; flex-direction: column; gap: .75rem; margin-top: 2rem; }
.poi { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: .75rem; border: 1px solid transparent; transition: border-color .25s, background .25s; }
.poi:hover { border-color: var(--gp); background: var(--gu); }
.poii { width: 40px; height: 40px; background: var(--gp); border-radius: .6rem; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
poin { font-weight: 500; color: var(--gd); margin-bottom: .15rem; font-size: .9rem; }
.poin { font-weight: 500; color: var(--gd); margin-bottom: .15rem; font-size: .9rem; }
.poid { font-size: .78rem; color: var(--txm); }
.tmap { border-radius: 1.5rem; overflow: hidden; box-shadow: var(--shl); background: var(--gp); height: 420px; display: flex; align-items: center; justify-content: center; position: relative; }
.mpl { text-align: center; color: var(--gm); }
.mpl .mi { font-size: 4rem; margin-bottom: 1rem; }
.mpl p { font-size: .9rem; font-weight: 500; color: var(--gd); margin-bottom: .25rem; }
.mpl small { font-size: .75rem; color: var(--txm); }
.mdot { position: absolute; top: 45%; left: 48%; width: 12px; height: 12px; background: var(--gm); border-radius: 50%; border: 3px solid #fff; box-shadow: 0 2px 8px rgba(47,111,78,.4); }
.mdot::after { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid var(--gm); opacity: .4; animation: rp 2s ease infinite; }
@keyframes rp { from { transform:scale(.5); opacity:.6; } to { transform:scale(2); opacity:0; } }

/* REVIEWS */
#recensioni { padding: 6rem 0; background: var(--sand); }
.rvh { text-align: center; margin-bottom: 3.5rem; }
.rvg { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.rvc { background: #fff; border-radius: 1.25rem; padding: 2rem; box-shadow: 0 4px 20px rgba(30,66,48,.06); position: relative; transition: transform .3s; }
.rvc:hover { transform: translateY(-4px); }
.rvc::before { content: '"'; font-family: var(--fd); font-size: 6rem; color: var(--gp); position: absolute; top: -.5rem; left: 1.25rem; line-height: 1; pointer-events: none; }
.rvs { display: flex; gap: .2rem; color: var(--gold); font-size: 1rem; margin-bottom: 1rem; }
.rvt { font-size: .88rem; color: var(--tx); line-height: 1.75; margin-bottom: 1.5rem; font-style: italic; }
.rva { display: flex; align-items: center; gap: .75rem; }
.rvav { width: 42px; height: 42px; border-radius: 50%; background: var(--gp); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.rvn { font-weight: 500; font-size: .88rem; }
rvo { font-size: .75rem; color: var(--txm); }
.rvo { font-size: .75rem; color: var(--txm); }

/* CTA */
#cta { padding: 7rem 0; background: linear-gradient(135deg,var(--gd) 0%,#1a3824 50%,var(--gm) 100%); text-align: center; position: relative; overflow: hidden; }
#cta::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(201,168,76,.08) 0%, transparent 70%); }
#cta .container { position: relative; z-index: 1; }
#cta .stitle { color: #fff; }
#cta .stag { color: var(--gold); }
#cta .lead { color: rgba(255,255,255,.7); margin-inline: auto; margin-bottom: 2.5rem; }
.ctaa { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.phd { display: inline-flex; align-items: center; gap: .75rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 100px; padding: .75rem 1.5rem; color: #fff; font-size: 1.1rem; font-weight: 500; margin-top: 2rem; transition: background .25s; }
.phd:hover { background: rgba(255,255,255,.14); }

/* FOOTER */
footer { background: #0d1f16; padding: 4rem 0 2rem; color: rgba(255,255,255,.55); }
.fg { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.fbr .flo { font-family: var(--fd); font-size: 1.8rem; color: #fff; margin-bottom: .5rem; }
.fbr p { font-size: .83rem; line-height: 1.7; margin-bottom: 1.5rem; }
.sl { display: flex; gap: .6rem; }
.sb { width: 36px; height: 36px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: .5rem; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: rgba(255,255,255,.6); transition: background .25s, color .25s; }
.sb:hover { background: var(--gm); color: #fff; }
.fcol h4 { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: #fff; margin-bottom: 1.25rem; }
.fcol ul { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
.fcol li a { font-size: .83rem; color: rgba(255,255,255,.5); transition: color .25s; }
.fcol li a:hover { color: var(--gl); }
.ci { display: flex; align-items: flex-start; gap: .6rem; font-size: .83rem; line-height: 1.5; margin-bottom: .6rem; }
.fb2 { border-top: 1px solid rgba(255,255,255,.08); padding-top: 1.75rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.fb2 p { font-size: .78rem; }
.fb2 a { color: var(--gl); }

/* REVEAL */
.rv { opacity: 0; transform: translateY(30px); transition: opacity .7s, transform .7s; }
.rv.vis { opacity: 1; transform: translateY(0); }
.rv1 { transition-delay: .1s; }
.rv2 { transition-delay: .2s; }
.rv3 { transition-delay: .3s; }

@media (max-width: 1024px) {
  .hgrid { grid-template-columns: 1fr; }
  .hcard { display: none; }
  .svg { grid-template-columns: repeat(2,1fr); }
  .rg { grid-template-columns: repeat(2,1fr); }
  .fg { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
  .nlinks, .ncta { display: none; }
  .hbg { display: flex; }
  .agrid, .tgrid { grid-template-columns: 1fr; }
  .avis { display: none; }
  .tmap { height: 280px; }
  .rg { grid-template-columns: 1fr; }
  .rvg { grid-template-columns: 1fr; }
  .svg { grid-template-columns: 1fr 1fr; }
  .bform { flex-direction: column; }
  .bf { min-width: 100%; }
  .fg { grid-template-columns: 1fr; gap: 2rem; }
  #camere,#servizi,#territorio,#recensioni,#cta,#about { padding: 4rem 0; }
}
@media (max-width: 480px) {
  .svg { grid-template-columns: 1fr; }
  .hact, .ctaa { flex-direction: column; align-items: stretch; }
  .hact .btn, .ctaa .btn { justify-content: center; }
  .fb2 { flex-direction: column; text-align: center; }
}
