/* GLAM TOURING V160 - contenuti e layout pagine interne, SENZA NUOVE FOTO, NO HOME */
:root{
  --gt160-ink:#162a24;
  --gt160-muted:#5f6d67;
  --gt160-line:rgba(22,42,36,.12);
  --gt160-soft:#fbfaf7;
  --gt160-paper:#ffffff;
  --gt160-warm:#f3eee5;
  --gt160-accent:#c9a45c;
}
.gt-v160-deep{width:min(1180px,calc(100% - 34px));margin:clamp(34px,6vw,78px) auto;position:relative;z-index:1;color:var(--gt160-ink)}
.gt-v160-shell{border:1px solid var(--gt160-line);border-radius:34px;background:linear-gradient(135deg,#fff 0%,#fbfaf7 56%,#f6f0e7 100%);box-shadow:0 24px 68px rgba(22,42,36,.075);padding:clamp(24px,4vw,46px);overflow:hidden;position:relative}
.gt-v160-shell:before{content:"";position:absolute;inset:auto -80px -110px auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(201,164,92,.17),rgba(201,164,92,0) 68%);pointer-events:none}
.gt-v160-top{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(20px,3vw,34px);align-items:end;position:relative;z-index:1;margin-bottom:24px}.gt-v160-kicker{display:inline-flex;align-items:center;gap:9px;margin:0 0 11px;text-transform:uppercase;letter-spacing:.15em;font-size:.76rem;font-weight:900;color:#927333}.gt-v160-kicker:before{content:"";width:32px;height:2px;border-radius:999px;background:linear-gradient(90deg,#927333,rgba(146,115,51,0))}.gt-v160-top h2{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.72rem,3.15vw,3rem);line-height:1.02;letter-spacing:-.045em;color:var(--gt160-ink)}.gt-v160-top p{margin:0;color:var(--gt160-muted);font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.74}.gt-v160-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;position:relative;z-index:1}.gt-v160-card{border:1px solid var(--gt160-line);border-radius:24px;background:rgba(255,255,255,.86);padding:19px;min-height:188px;display:flex;flex-direction:column;gap:10px;box-shadow:0 16px 36px rgba(22,42,36,.055);transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease}.gt-v160-card:hover{transform:translateY(-4px);box-shadow:0 24px 50px rgba(22,42,36,.09);border-color:rgba(201,164,92,.42)}.gt-v160-icon{width:38px;height:38px;border-radius:16px;background:var(--gt160-warm);display:grid;place-items:center;font-weight:900;color:#8c6d2e}.gt-v160-card strong{display:block;color:var(--gt160-ink);font-size:1.04rem;line-height:1.28}.gt-v160-card p{margin:0;color:var(--gt160-muted);line-height:1.6;font-size:.95rem}.gt-v160-band{margin-top:16px;display:grid;grid-template-columns:1.2fr .8fr;gap:16px;position:relative;z-index:1}.gt-v160-band article{border:1px solid var(--gt160-line);border-radius:24px;background:#fff;padding:22px;box-shadow:0 14px 34px rgba(22,42,36,.05)}.gt-v160-band h3{margin:0 0 8px;color:var(--gt160-ink);font-size:1.12rem}.gt-v160-band p{margin:0;color:var(--gt160-muted);line-height:1.7}.gt-v160-list{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:8px}.gt-v160-list li{color:var(--gt160-muted);line-height:1.55;position:relative;padding-left:23px}.gt-v160-list li:before{content:"✓";position:absolute;left:0;top:0;color:#927333;font-weight:900}.gt-v160-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.gt-v160-actions a{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;border:1px solid rgba(22,42,36,.16);text-decoration:none;font-weight:850;color:var(--gt160-ink);background:#fff}.gt-v160-actions a:first-child{background:var(--gt160-ink);color:#fff;border-color:var(--gt160-ink)}
/* Allineamento immagini ESISTENTI: nessuna nuova foto viene aggiunta */
.gt-page-ospiti img,.gt-v134-inner img,.gto-page img,.gt-v159-rich img,.gt-v160-deep img{max-width:100%;height:auto}.gto-photo-card,.gt-photo-card,.gt-zone-card,.gt-area-card,.gt-v159-card,.gt-v160-card{overflow:hidden}.gto-photo-card img,.gt-photo-card img,.gt-zone-card img,.gt-area-card img,.showcase-card img,.property-card img{width:100%;height:100%;min-height:220px;aspect-ratio:16/11;object-fit:cover;object-position:center;display:block}.gto-photo-grid,.gt-photo-grid,.gt-zone-grid{align-items:stretch}.gto-photo-card,.gt-photo-card,.gt-zone-card{height:100%;display:flex;flex-direction:column}.gto-photo-card>div,.gt-photo-card>div,.gt-zone-card>div{margin-top:auto}.gt-v160-media-note{font-size:.86rem;color:var(--gt160-muted);margin-top:10px;line-height:1.55}
@media(max-width:980px){.gt-v160-top{grid-template-columns:1fr}.gt-v160-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gt-v160-band{grid-template-columns:1fr}.gt-v160-card{min-height:unset}.gto-photo-card img,.gt-photo-card img,.gt-zone-card img,.gt-area-card img,.showcase-card img,.property-card img{min-height:190px}}
@media(max-width:620px){.gt-v160-deep{width:min(100% - 22px,1180px);margin:32px auto}.gt-v160-shell{border-radius:24px;padding:21px}.gt-v160-grid{grid-template-columns:1fr}.gt-v160-top h2{font-size:2rem}.gt-v160-actions a{width:100%}.gto-photo-card img,.gt-photo-card img,.gt-zone-card img,.gt-area-card img,.showcase-card img,.property-card img{min-height:170px;aspect-ratio:4/3}}
