/* Vallico Sotto page — v1 */
.vallico-hero {
  min-height: 88vh;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  background: url('../images/vallico-village.jpg') center 52% / cover no-repeat;
}
.vallico-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(25,22,18,.82) 0%, rgba(39,31,24,.56) 38%, rgba(25,23,20,.08) 72%),
    linear-gradient(0deg, rgba(22,16,12,.42), transparent 45%);
}
.vallico-hero .wrap { position: relative; z-index: 1; }
.vallico-hero-copy { margin-top: auto; padding: 5rem 0 7rem; position: relative; z-index: 1; }
.vallico-hero-copy h1 {
  margin: 0;
  max-width: 1000px;
  font-size: clamp(4.2rem, 9vw, 8rem);
  line-height: .86;
  letter-spacing: -.04em;
  font-weight: 500;
}
.vallico-hero-copy h1 span { color: var(--cream); font-size: .62em; }
.vallico-deck {
  max-width: 690px;
  margin: 2rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid var(--gold);
  color: rgba(255,255,255,.92);
  font: clamp(1.12rem, 2vw, 1.45rem)/1.5 Georgia, serif;
}

.v-intro { padding: 8rem 0; background: var(--cream); }
.v-intro-grid,
.stories-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.v-prose-large p {
  margin: 0 0 1.45rem;
  color: #514941;
  font: clamp(1.15rem, 1.7vw, 1.42rem)/1.72 Georgia, serif;
}

.v-facts { background: var(--forest); color: white; }
.v-facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.v-facts-grid > div {
  padding: 2.5rem 2rem;
  min-height: 205px;
  border-right: 1px solid rgba(219,193,105,.31);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.v-facts-grid > div:last-child { border-right: 0; }
.v-facts strong {
  color: var(--gold-soft);
  font: 500 clamp(2.25rem, 4vw, 3.7rem)/1 Georgia, serif;
}
.v-facts span { margin-top: .75rem; max-width: 310px; color: rgba(255,255,255,.7); }

.vertical-village {
  min-height: 740px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
}
.vertical-image { overflow: hidden; background: #c9c3b6; }
.vertical-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 51%; }
.vertical-copy {
  padding: clamp(3rem, 7vw, 7rem);
  background: #e8e0d3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vertical-copy p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 1.07rem; }

.paths { padding: 8rem 0; background: var(--paper); }
.paths-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: 3.5rem;
}
.paths-heading > p {
  color: var(--muted);
  font: 1.12rem/1.7 Georgia, serif;
}
.paths-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.path-main { margin: 0; background: #e3d8c7; }
.path-main img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center 45%; }
.path-main figcaption {
  padding: .85rem 1rem 1rem;
  color: #74695d;
  font-size: .84rem;
  font-style: italic;
}
.path-copy p { color: var(--muted); font-size: 1.05rem; }
.path-copy .path-note {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid #cfc4b2;
  color: var(--burgundy);
  font: italic 1.26rem/1.5 Georgia, serif;
}

.collegio { padding: 8rem 0; background: var(--cream); }
.collegio-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}
.collegio-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.collegio-images { position: relative; min-height: 700px; }
.collegio-images img {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 20px 55px rgba(45,30,20,.16);
}
.collegio-bell { width: 62%; height: 80%; top: 0; right: 0; }
.collegio-gate { width: 54%; height: 65%; bottom: 0; left: 0; border: 9px solid var(--cream); }

.motto {
  padding: 7rem 0;
  background: var(--burgundy-deep);
  color: white;
  text-align: center;
}
.motto-dialect {
  margin: 0;
  color: var(--gold-soft);
  font: 500 clamp(2rem, 5vw, 4.6rem)/1.06 Georgia, serif;
  letter-spacing: .02em;
}
.motto-translation {
  max-width: 850px;
  margin: 2rem auto 0;
  font: italic clamp(1.2rem, 2.4vw, 1.8rem)/1.5 Georgia, serif;
  color: rgba(255,255,255,.9);
}
.motto-note {
  max-width: 690px;
  margin: 1.6rem auto 0;
  color: rgba(255,255,255,.58);
  font-size: .92rem;
}

.beyond { padding: 8rem 0; background: #ded5c7; }
.beyond-grid {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 1rem;
  align-items: stretch;
}
.beyond-card {
  margin: 0;
  min-height: 610px;
  position: relative;
  overflow: hidden;
  color: white;
  background: #151515;
}
.beyond-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.beyond-card::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(transparent 43%, rgba(18,12,10,.87));
}
.beyond-card.cave img { object-position: center 50%; }
.beyond-card.waterfall img { object-position: center 40%; }
.beyond-card.view img { object-position: center 63%; }
.beyond-label { position: absolute; z-index: 2; left: 1.4rem; right: 1.4rem; bottom: 1.4rem; }
.beyond-label span { color: var(--gold-soft); font-size: .67rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.beyond-label h3 { margin: .35rem 0 .3rem; font: 500 1.75rem/1.1 Georgia, serif; }
.beyond-label p { margin: 0; color: rgba(255,255,255,.76); }

.population {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  min-height: 760px;
}
.population-image { overflow: hidden; }
.population-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.population-copy {
  padding: clamp(3rem, 7vw, 7rem);
  background: var(--forest);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.population-copy .eyebrow { color: var(--gold-soft); }
.population-copy p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.72); font-size: 1.07rem; }
.population-copy .population-thesis {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(219,193,105,.35);
  color: var(--cream);
  font: italic 1.3rem/1.55 Georgia, serif;
}

.stories { padding: 8rem 0; background: var(--paper); }
.story-list { border-top: 1px solid #cfc4b2; }
.story-list > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1.3rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid #cfc4b2;
}
.story-list span { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .16em; }
.story-list p { margin: 0; color: var(--muted); }

.v-next { padding: 8rem 0; background: var(--cream); text-align: center; }
.v-next p:not(.eyebrow) { max-width: 720px; margin: 1.4rem auto 2rem; color: var(--muted); }

@media (max-width: 1000px) {
  .beyond-grid { grid-template-columns: 1fr 1fr; }
  .beyond-card.cave { grid-column: 1 / -1; min-height: 560px; }
}

@media (max-width: 900px) {
  .vallico-hero { min-height: 76vh; background-position: 58% center; }
  .v-intro-grid, .stories-grid, .paths-heading, .paths-grid, .collegio-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .v-facts-grid { grid-template-columns: 1fr; }
  .v-facts-grid > div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(219,193,105,.31); }
  .vertical-village, .population { grid-template-columns: 1fr; min-height: auto; }
  .vertical-image, .population-image { min-height: 520px; }
  .collegio-images { min-height: 620px; }
}

@media (max-width: 650px) {
  .beyond-grid { grid-template-columns: 1fr; }
  .beyond-card, .beyond-card.cave { grid-column: auto; min-height: 480px; }
  .collegio-images { min-height: 560px; }
}

@media (max-width: 560px) {
  .vallico-hero-copy h1 { font-size: 4rem; }
  .v-intro, .paths, .collegio, .beyond, .stories, .v-next { padding-top: 5rem; padding-bottom: 5rem; }
  .vertical-image, .population-image { min-height: 390px; }
  .collegio-images { min-height: 480px; }
}
