/* ============================================================
   Liravo — Lucerne destination detail page
   Geometry from Figma frame 1421:841 (1440×5689)
   ============================================================ */

/* ---------- Hero ---------- */
.lucerne-hero {
  max-width: var(--container);
  margin: 0 auto;
  padding: 60px 0 0;
}

.lucerne-hero-sub {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: var(--ink);
  margin: 0 0 30px;
}

.lucerne-hero-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 64px;
  line-height: 96px;
  letter-spacing: -.5px;
  color: var(--ink);
  margin: 0 0 15px;
}

.lucerne-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 16px;
  border-radius: 20px;
  background: #f5f5f9;
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 14px;
  color: var(--ink);
  text-decoration: none;
  margin-bottom: 20px;
  transition: opacity .15s ease;
}

.lucerne-back:hover { opacity: .6; }

.lucerne-hero-img {
  width: 100%;
  max-width: 1040px;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 0 30px;
}

.lucerne-intro {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3d3d3d;
  max-width: 1040px;
  margin: 0 0 0;
}

/* ---------- Section titles ---------- */
.lucerne-section-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: var(--ink);
  margin: 70px 0 10px;
}

/* ---------- City Highlights cards ---------- */
.lucerne-highlights {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.highlight-card {
  display: flex;
  flex-direction: column;
  background: #f5f5f9;
  border: 1px solid #ededed;
  border-radius: 20px;
  overflow: hidden;
  height: 548px;
}

.highlight-card-img {
  width: 100%;
  flex: 0 0 380px;
  object-fit: cover;
  display: block;
  margin: 0;
}

.highlight-card-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  padding: 0 30px;
  margin-top: 30px;
}

.highlight-card-desc {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3d3d3d;
  padding: 0 30px 30px;
  margin: 20px 0 0;
}

/* ---------- Things to Experience ---------- */
.lucerne-experiences {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.exp-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 30px;
}

.exp-item-emoji {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 16px;
}

.exp-item-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: var(--ink);
  margin: 0 0 16px;
}

.exp-item-desc {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3d3d3d;
  margin: 0;
}

/* ---------- Popular Ways to Explore ---------- */
.lucerne-popular {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.popular-card {
  width: 100%;
  max-width: 1040px;
  background: #f5f5f9;
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.popular-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.popular-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #019eff;
  flex-shrink: 0;
}

.popular-card-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: var(--ink);
  margin: 0;
}

.popular-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.popular-items .chip {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3d3d3d;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 28px;
  padding: 10px 20px;
}

.popular-items .arrow {
  color: #3d3d3d;
  font-size: 16px;
}

/* ---------- Things to Know ---------- */
.lucerne-know-body {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3d3d3d;
  max-width: 1040px;
  margin: 0;
}

.know-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 1040px;
}

.know-head {
  font-family: var(--font-ui);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 0 0 6px;
}

.know-desc {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3d3d3d;
  margin: 0;
}

.lucerne-know {
  margin-bottom: 100px;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .lucerne-hero-title { font-size: 40px; line-height: 1.15; }
  .lucerne-hero-sub { font-size: 20px; }

  .lucerne-highlights,
  .lucerne-experiences {
    grid-template-columns: 1fr;
  }

  .highlight-card-img,
  .exp-item-emoji {
    max-width: 100%;
  }

  .popular-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .popular-card-title {
    flex: none;
  }

  .popular-items {
    gap: 12px;
  }

  .lucerne-section-title { font-size: 28px; }
}
