/* =============================================
   caminito-delrey.it — style-v1.css — v2
   Caratteri: Bitter + Nunito Sans
   Palette: verde-teal / crema / rame-bruciato
   ============================================= */

:root {
  --teal:     #1E5F5B;
  --teal-dk:  #144340;
  --crema:    #F7F2E6;
  --crema-2:  #EDE7D4;
  --sabbia:   #D6CDB6;
  --rame:     #B5622A;
  --rame-ch:  #CE7B40;
  --testo:    #1A1410;
  --testo-2:  #4A3828;
  --bianco:   #FFFFFF;
  --ombra:    rgba(26,20,16,.12);
  --raggio:   4px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--testo);
  background: #F7F2E6;
}

a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--teal-dk); text-decoration: underline; }

/* ========================
   HEADER
   ======================== */
.cima-nav {
  background: #1E5F5B;
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 10px rgba(0,0,0,.28);
}
.cima-interna {
  max-width: 1100px; margin: 0 auto;
  padding: 0 1.5rem;
  display: flex; align-items: center;
  justify-content: space-between;
  height: 62px;
}
.logo-sentiero {
  font-family: 'Bitter', serif;
  font-size: 1.45rem; font-weight: 700;
  color: var(--crema); letter-spacing: .04em;
  text-decoration: none;
}
.logo-sentiero .testo-rame { color: var(--rame-ch); }
.logo-sentiero:hover { color: var(--crema); text-decoration: none; }

.nav-sentiero { display: flex; align-items: center; gap: 1.6rem; }
.nav-sentiero a {
  font-size: .83rem; font-weight: 600;
  color: rgba(255,255,255,.76);
  letter-spacing: .06em; text-transform: uppercase;
  text-decoration: none; transition: color .2s;
}
.nav-sentiero a:hover { color: var(--rame-ch); text-decoration: none; }

.btn-biglietti {
  background: #B5622A !important;
  color: #FFFFFF !important;
  padding: .42rem 1.15rem !important;
  border-radius: var(--raggio) !important;
  font-weight: 700 !important; font-size: .79rem !important;
  letter-spacing: .09em !important;
  transition: background .2s !important;
}
.btn-biglietti:hover { background: var(--rame-ch) !important; text-decoration: none !important; }

.menu-icona {
  display: none; background: none; border: none;
  cursor: pointer; flex-direction: column; gap: 5px; padding: 4px;
}
.menu-icona span {
  display: block; width: 24px; height: 2px;
  background: #F7F2E6; border-radius: 2px; transition: all .25s;
}

/* ========================
   HERO PRINCIPALE
   ======================== */
.hero-canyon {
  position: relative; width: 100%;
  height: 74vh; min-height: 460px;
  overflow: hidden; display: flex; align-items: flex-end;
}
.hero-canyon img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
}
.canyon-velo {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,67,64,.92) 0%, rgba(20,67,64,.25) 55%, transparent 100%);
}
.canyon-copy {
  position: relative; z-index: 2;
  width: 100%; max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem 2.8rem;
}
.canyon-copy h1 {
  font-family: 'Bitter', serif;
  font-size: clamp(2.2rem, 5.5vw, 3.9rem);
  font-weight: 700; color: var(--bianco);
  line-height: 1.1;
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
  margin-bottom: .5rem;
}
.canyon-copy .sotto-canyon {
  font-size: 1.05rem; color: rgba(255,255,255,.88);
  max-width: 600px; margin-bottom: 1.6rem;
  font-weight: 300;
}
.canyon-copy .hero-cta-row { display: flex; flex-wrap: wrap; gap: .9rem; }

/* ========================
   BOTTONI
   ======================== */
.pulsante-cdr {
  display: inline-block;
  background: #B5622A; color: #FFFFFF !important;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700; font-size: .88rem;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .9rem 2.1rem; border-radius: var(--raggio);
  transition: background .2s, transform .15s;
  text-decoration: none !important;
}
.pulsante-cdr:hover {
  background: var(--rame-ch); transform: translateY(-1px);
  color: var(--bianco) !important; text-decoration: none !important;
}
.pulsante-outline {
  display: inline-block; background: transparent;
  color: var(--bianco) !important; font-weight: 700;
  font-size: .88rem; letter-spacing: .07em; text-transform: uppercase;
  padding: .85rem 1.9rem; border: 2px solid rgba(255,255,255,.7);
  border-radius: var(--raggio); transition: all .2s;
  text-decoration: none !important;
}
.pulsante-outline:hover { background: rgba(255,255,255,.15); text-decoration: none !important; }

/* ========================
   LAYOUT
   ======================== */
.corpo-wrap { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }

/* ========================
   SEZIONI
   ======================== */
.sezione-info {
  padding: 3.2rem 0;
  border-bottom: 1px solid var(--sabbia);
}
.sezione-info:last-child { border-bottom: none; }

.sezione-info h2 {
  font-family: 'Bitter', serif;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 600; color: #1E5F5B;
  margin-bottom: 1.2rem; padding-bottom: .5rem;
  border-bottom: 2px solid #B5622A;
  display: inline-block;
}
.sezione-info h3 {
  font-family: 'Bitter', serif;
  font-size: 1.3rem; color: var(--rame);
  margin: 1.5rem 0 .7rem;
}
.sezione-info p { margin-bottom: 1rem; color: var(--testo-2); }
.sezione-info p:last-child { margin-bottom: 0; }
.sezione-info strong { color: var(--testo); font-weight: 600; }

.foto-cdr {
  width: 100%; height: 270px;
  object-fit: cover; object-position: center;
  border-radius: var(--raggio); margin: 1.4rem 0;
  box-shadow: 0 4px 18px var(--ombra);
}

.widget-cdr { margin: 1.5rem 0; padding: .5rem 0; }

/* ========================
   LISTE
   ======================== */
.lista-cdr {
  list-style: none; margin: 1rem 0 1.2rem; padding: 0;
}
.lista-cdr li {
  padding: .35rem 0 .35rem 1.8rem;
  position: relative; color: var(--testo-2);
}
.lista-cdr li::before {
  content: '›'; position: absolute; left: 0;
  color: var(--rame); font-weight: 700; font-size: 1.2rem; line-height: 1.55;
}

.numeri-cdr {
  list-style: none; counter-reset: nc;
  margin: 1rem 0 1.2rem; padding: 0;
}
.numeri-cdr li {
  counter-increment: nc;
  padding: .45rem 0 .45rem 2.6rem;
  position: relative; color: var(--testo-2);
}
.numeri-cdr li::before {
  content: counter(nc);
  position: absolute; left: 0;
  background: #1E5F5B; color: #F7F2E6;
  width: 1.75rem; height: 1.75rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .78rem; font-weight: 700; top: .55rem;
}

/* ========================
   TABELLE
   ======================== */
.tabella-scroll { overflow-x: auto; margin: 1rem 0 1.2rem; }
.tabella-cdr {
  width: 100%; border-collapse: collapse; font-size: .94rem;
}
.tabella-cdr th {
  background: #1E5F5B; color: #F7F2E6;
  padding: .75rem 1rem; text-align: left;
  font-weight: 600; font-size: .82rem;
  letter-spacing: .05em; text-transform: uppercase;
}
.tabella-cdr td {
  padding: .65rem 1rem;
  border-bottom: 1px solid var(--sabbia);
  color: var(--testo-2); vertical-align: top;
}
.tabella-cdr tr:last-child td { border-bottom: none; }
.tabella-cdr tr:nth-child(even) td { background: var(--crema-2); }
.tabella-cdr .col-prezzo { font-weight: 700; color: var(--teal); white-space: nowrap; }

@media (max-width: 600px) {
  .tabella-cdr thead { display: none; }
  .tabella-cdr tr {
    display: block; background: var(--crema-2);
    border: 1px solid var(--sabbia); border-radius: var(--raggio);
    margin-bottom: .65rem; padding: .75rem;
  }
  .tabella-cdr td { display: block; border: none; padding: .2rem 0; }
  .tabella-cdr td::before {
    content: attr(data-label) ': ';
    font-weight: 700; color: var(--testo);
    font-size: .78rem; text-transform: uppercase; letter-spacing: .04em;
  }
}

/* ========================
   PARTNER BOX
   ======================== */
.partner-box {
  background: var(--crema-2);
  border: 1px solid var(--sabbia);
  border-left: 4px solid #B5622A;
  border-radius: var(--raggio);
  padding: 1.5rem 1.8rem; margin: 1.5rem 0;
}
.partner-box h3 { margin-top: 0; font-family: 'Bitter', serif; font-size: 1.25rem; color: var(--teal); }
.partner-box ul { list-style: none; padding: 0; margin: .75rem 0; }
.partner-box ul li { padding: .3rem 0 .3rem 1.6rem; position: relative; color: var(--testo-2); font-size: .95rem; }
.partner-box ul li::before { content: '✓'; position: absolute; left: 0; color: var(--rame); font-weight: 700; }

/* ========================
   INFO BOX
   ======================== */
.info-box {
  background: #FFFFFF; border: 1px solid #D6CDB6;
  border-radius: var(--raggio); padding: 1.4rem; margin: 1rem 0;
  box-shadow: 0 2px 8px var(--ombra);
}
.info-box h4 {
  font-family: 'Bitter', serif; color: var(--teal);
  font-size: 1rem; margin-bottom: .7rem;
  text-transform: uppercase; letter-spacing: .07em;
}
.info-box dl { display: grid; grid-template-columns: auto 1fr; gap: .3rem 1rem; }
.info-box dt { font-weight: 600; color: var(--testo); font-size: .9rem; }
.info-box dd { color: var(--testo-2); font-size: .9rem; }

/* ========================
   RECENSIONI / TESTIMONIANZE
   ======================== */
.griglia-recensioni {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem; margin: 1.5rem 0;
}
.card-recensione {
  background: #FFFFFF; border: 1px solid var(--sabbia);
  border-radius: var(--raggio); padding: 1.3rem;
  box-shadow: 0 2px 8px var(--ombra);
}
.card-recensione .stelle { color: var(--rame); font-size: .95rem; letter-spacing: .15em; margin-bottom: .55rem; }
.card-recensione p { color: var(--testo-2); font-size: .93rem; margin-bottom: .8rem; }
.card-recensione .firma { font-size: .82rem; color: var(--teal); font-weight: 700; }
@media (max-width: 860px) {
  .griglia-recensioni { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .griglia-recensioni { grid-template-columns: 1fr; }
}

/* ========================
   FAQ
   ======================== */
.faq-lista { margin: 1.5rem 0; }

.faq-card {
  background: var(--bianco);
  border: 1px solid var(--sabbia);
  border-radius: 6px;
  margin-bottom: .9rem;
  overflow: hidden;
  transition: box-shadow .2s;
}
.faq-card:hover { box-shadow: 0 3px 12px var(--ombra); }
.faq-card.attiva { box-shadow: 0 3px 14px rgba(30,95,91,.15); border-color: #B5622A; }

.faq-header {
  display: flex; justify-content: space-between;
  align-items: flex-start;
  padding: 1.1rem 1.4rem;
  cursor: pointer; user-select: none; gap: 1.2rem;
  transition: background .2s;
}
.faq-header:hover { background: var(--crema-2); }
.faq-card.attiva .faq-header { background: var(--crema-2); }

h2.faq-titolo {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem; font-weight: 700;
  color: var(--testo); margin: 0;
  border: none !important; padding: 0 !important;
  display: inline !important; line-height: 1.55;
}

.faq-segno {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--crema-2);
  border: 1.5px solid var(--sabbia);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; font-weight: 300;
  color: var(--teal); line-height: 1;
  transition: transform .25s, background .2s;
  margin-top: .1rem;
}
.faq-card.attiva .faq-segno {
  transform: rotate(45deg);
  background: #1E5F5B; color: #F7F2E6;
  border-color: var(--teal);
}

.faq-corpo {
  display: none;
  padding: 0 1.4rem 1.4rem 1.4rem;
  border-top: 1px solid var(--sabbia);
}
.faq-card.attiva .faq-corpo { display: block; }
.faq-corpo p {
  margin: 1rem 0 0;
  color: var(--testo-2);
  font-size: .97rem; line-height: 1.78;
}

/* ========================
   HERO BIGLIETTI
   ======================== */
.hero-tickets {
  background: linear-gradient(135deg, #1E5F5B 0%, #144340 100%);
  padding: 3rem 0 2.5rem;
}
.hero-tickets h1 {
  font-family: 'Bitter', serif;
  font-size: clamp(1.8rem, 4.5vw, 2.7rem);
  color: var(--bianco); margin-bottom: .75rem;
}
.hero-tickets p { color: rgba(255,255,255,.82); }
.hero-tickets .pulsante-cdr { margin-top: 1.2rem; }

/* ========================
   HERO PAGINE INTERNE
   ======================== */
.hero-pagina {
  background: #EDE7D4;
  padding: 2.5rem 0 2rem;
  border-bottom: 1px solid #D6CDB6;
}
.hero-pagina h1 {
  font-family: 'Bitter', serif;
  font-size: clamp(1.7rem, 3.8vw, 2.4rem);
  color: var(--teal); margin-bottom: .7rem;
}
.hero-pagina p { color: var(--testo-2); max-width: 660px; }

/* Breadcrumb */
.briciole {
  font-size: .82rem; color: var(--testo-2); padding: .8rem 0;
}
.briciole a { color: var(--rame); }
.briciole a:hover { color: var(--teal); }
.briciole span { margin: 0 .45rem; color: var(--sabbia); }

/* ========================
   FOOTER
   ======================== */
.footer-cdr {
  background: #144340; color: rgba(255,255,255,.7);
  padding: 3rem 0 2rem; margin-top: 4rem;
}
.footer-grid {
  max-width: 1100px; margin: 0 auto; padding: 0 1.5rem;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem;
}
.footer-logo {
  font-family: 'Bitter', serif; font-size: 1.3rem;
  color: var(--rame-ch); margin-bottom: .75rem;
}
.footer-cdr p { font-size: .88rem; line-height: 1.6; margin-bottom: .5rem; }
.footer-cdr h4 {
  color: var(--bianco); font-size: .82rem;
  text-transform: uppercase; letter-spacing: .09em; margin-bottom: .75rem;
}
.footer-cdr ul { list-style: none; }
.footer-cdr ul li { margin-bottom: .4rem; }
.footer-cdr ul a { color: rgba(255,255,255,.55); font-size: .88rem; transition: color .2s; }
.footer-cdr ul a:hover { color: var(--rame-ch); text-decoration: none; }
.footer-base {
  max-width: 1100px; margin: 1.8rem auto 0;
  padding: 1.4rem 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: .75rem; font-size: .8rem;
}
.footer-nota { font-size: .78rem; color: rgba(255,255,255,.4); font-style: italic; }

/* ========================
   PAGINE LEGALI
   ======================== */
.corpo-docs { padding: 3rem 0; }
.corpo-docs h2 { font-family:'Bitter',serif; font-size:1.55rem; color:var(--teal); margin:2rem 0 .75rem; padding-bottom:.4rem; border-bottom:1px solid var(--sabbia); }
.corpo-docs h3 { font-size:1.1rem; font-weight:700; color:var(--rame); margin:1.5rem 0 .5rem; }
.corpo-docs p { color:var(--testo-2); margin-bottom:1rem; }
.corpo-docs ul { list-style:disc; padding-left:1.5rem; margin-bottom:1rem; }
.corpo-docs ul li { color:var(--testo-2); margin-bottom:.35rem; }

/* ========================
   RESPONSIVE
   ======================== */
@media (max-width: 768px) {
  .nav-sentiero { display: none; flex-direction: column; gap: 0; }
  .nav-sentiero.visibile {
    display: flex; position: absolute; top: 62px; left: 0; right: 0;
    background: var(--teal); padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 6px 16px rgba(0,0,0,.3); z-index: 99;
  }
  .nav-sentiero.visibile a { padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .95rem; color: rgba(255,255,255,.85); }
  .nav-sentiero.visibile .btn-biglietti { margin-top: .5rem; display: inline-block; }
  .menu-icona { display: flex; }
  .cima-nav { position: relative; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .hero-canyon { height: 62vw; min-height: 340px; }
  .sezione-info { padding: 2.2rem 0; }
  .foto-cdr { height: 190px; }
}
@media (max-width: 480px) {
  .cima-interna { padding: 0 1rem; }
  .corpo-wrap { padding: 0 1rem; }
  .canyon-copy { padding: 0 1rem 1.5rem; }
}
