/* Lake Como venue intelligence — page CSS only. Do not use as a global redesign. */

html { scroll-padding-top: 96px; }
#grand-hotels,
#held-houses,
#iconic-ceremony,
#classical-villa,
#larger-production,
.venue {
  scroll-margin-top: 96px;
}

.page-hero {
  min-height: 78vh;
}

.page-hero-copy {
  padding: 160px 0 72px;
}

.page-hero-copy h1 {
  max-width: 16ch;
}

.hero-credit {
  margin-top: 28px;
  max-width: 52ch;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(255, 246, 244, 0.62);
}

.hero-credit a {
  color: inherit;
  border-bottom: 1px solid rgba(255, 246, 244, 0.35);
}

.venue-open {
  max-width: 58ch;
}

.venue-open .lead + .lead {
  margin-top: 22px;
}

.venue-contents {
  margin-top: 36px;
  font-size: 15px;
  color: var(--muted);
  max-width: 58ch;
  line-height: 1.9;
}

.venue-contents a {
  color: var(--rose-ink);
  border-bottom: 1px solid rgba(196, 122, 118, 0.4);
}

.group-open {
  max-width: 58ch;
  margin-bottom: 8px;
}

.group-open .section-title {
  font-size: clamp(30px, 4vw, 50px);
  max-width: 16ch;
}

.venue {
  padding-top: 88px;
}

.venue + .venue {
  margin-top: 28px;
  padding-top: 88px;
  border-top: 1px solid var(--line);
}

.venue-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.08;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}

.venue-best {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0 0 32px;
  max-width: 62ch;
}

.venue-best span {
  color: var(--rose-ink);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.venue-frame {
  display: grid;
  gap: 40px;
  align-items: start;
}

.venue-media {
  margin: 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.venue-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 38%;
}

.venue-frame--wide .venue-media img {
  aspect-ratio: 3 / 2;
  min-height: 0;
  max-height: none;
}

.venue-media img.crop-lake-right {
  object-position: 72% 42%;
}

.venue-media img.crop-lario {
  object-position: center 32%;
}

.venue-credit {
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--muted);
  max-width: 62ch;
}

.venue-credit a {
  color: inherit;
  border-bottom: 1px solid rgba(196, 122, 118, 0.4);
}

.venue-copy h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 3vw, 32px);
  margin: 36px 0 12px;
}

.venue-copy h3:first-child { margin-top: 0; }

.venue-copy .lead {
  max-width: 58ch;
}

.venue-planning h3 {
  letter-spacing: 0.01em;
}

.venue-measures {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
  max-width: 52ch;
}

.venue-measures dt {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.05;
  overflow-wrap: break-word;
}

.venue-measures dd {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.45;
}

.lake-sort .lead + .lead {
  margin-top: 22px;
}

.disclaimer {
  max-width: 58ch;
}

.disclaimer + .disclaimer {
  margin-top: 22px;
}

@media (min-width: 900px) {
  .venue-frame {
    grid-template-columns: 1.12fr 0.88fr;
    gap: 72px;
    align-items: center;
  }

  .venue-frame--copy-first {
    grid-template-columns: 0.88fr 1.12fr;
  }

  .venue-frame--copy-first .venue-media { order: 2; }
  .venue-frame--copy-first .venue-copy { order: 1; }

  .venue-frame--wide {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }

  .venue-frame--wide .venue-copy {
    max-width: 68ch;
  }
}

@media (max-width: 720px) {
  .venue { padding-top: 64px; }
  .venue + .venue { padding-top: 64px; }
  .venue-frame--wide .venue-media img,
  .venue-media img {
    aspect-ratio: 4 / 5;
    min-height: 0;
    max-height: none;
  }
  .venue-measures {
    grid-template-columns: 1fr 1fr;
    gap: 22px 16px;
  }
  .venue-measures dt {
    font-size: clamp(22px, 7vw, 28px);
  }
}

@media (max-width: 420px) {
  .venue-best {
    gap: 6px 14px;
  }
  .page-hero-copy { padding: 132px 0 48px; }
}
