@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Outfit:wght@300;400;500;600&display=swap");

/* Photo band only — this file is also loaded on F1/chauffeur landings.
   Do NOT redefine --serif/--cream/--void here: that zooms titles and hides them. */

.lx-visual {
  position: relative;
  margin: 0;
  height: 220px;
  max-height: 32vh;
  overflow: hidden;
  background: #2c241c;
}
@media (min-width: 900px) {
  .lx-visual { height: 280px; max-height: 34vh; }
}
.lx-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lx-visual figcaption {
  position: absolute;
  left: 1rem;
  bottom: 0.7rem;
  margin: 0;
  color: #c4a574;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

/* Themed landings only (html.lx-dmc*) */
html.lx-dmc,
html.lx-dmc-light {
  --lx-serif: "Cormorant Garamond", Georgia, serif;
  --lx-sans: "Outfit", ui-sans-serif, system-ui, sans-serif;
}
html.lx-dmc body,
html.lx-dmc-light body {
  background: #fbf8f2 !important;
  color: #2c241c !important;
  font-family: var(--lx-sans), system-ui, sans-serif !important;
}

html.lx-dmc h1,
html.lx-dmc h2,
html.lx-dmc h3,
html.lx-dmc-light h1,
html.lx-dmc-light h2,
html.lx-dmc-light h3 {
  font-family: var(--lx-serif), Georgia, serif !important;
  font-weight: 500 !important;
  color: #2c241c !important;
  text-shadow: none !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  -webkit-text-fill-color: #2c241c !important;
}

html.lx-dmc h1,
html.lx-dmc-light h1 {
  font-size: clamp(1.55rem, 2.8vw, 2.45rem) !important;
  max-width: 22ch;
}
html.lx-dmc h2,
html.lx-dmc-light h2 {
  font-size: clamp(1.2rem, 2vw, 1.7rem) !important;
}
html.lx-dmc h3,
html.lx-dmc-light h3 {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem) !important;
}

html.lx-dmc .hero,
html.lx-dmc-light .hero,
html.lx-dmc-light .city-page .hero {
  background: #f6f1e8 !important;
  background-image: none !important;
  color: #2c241c !important;
  min-height: 0 !important;
  padding: 1.8rem 1.2rem 1.4rem !important;
}
html.lx-dmc .hero *,
html.lx-dmc-light .hero * {
  color: #2c241c !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #2c241c !important;
}

.city-page .container { width: min(1120px, calc(100% - 2.4rem)); margin-inline: auto; }
.city-page .section { padding: 2.4rem 0; }
.city-page .section.alt { background: #f6f1e8; }
.city-page .grid-3 { display: grid; gap: 0.8rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.city-page .card { border: 1px solid rgba(44, 36, 28, 0.1); padding: 1.2rem; background: #fbf8f2; }
.city-page .btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 1.1rem;
  background: #8d734c;
  color: #f6f1e8 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  text-decoration: none;
}
.lx-bar {
  position: sticky; top: 0; z-index: 80;
  background: rgba(251, 248, 242, 0.94);
  border-bottom: 1px solid rgba(44, 36, 28, 0.08);
}
.lx-bar .in {
  width: min(1120px, calc(100% - 2.4rem));
  margin-inline: auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lx-bar a { color: #2c241c; text-decoration: none; }
.lx-brand { font-family: Georgia, serif; letter-spacing: 0.16em; text-transform: uppercase; }
.lx-brand span { display: block; font-size: 0.58rem; letter-spacing: 0.2em; color: #8d734c; }
.lx-links { display: flex; gap: 1.1rem; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; }
.lx-cta { background: #2c241c; color: #f6f1e8 !important; padding: 0.65rem 0.95rem; }
@media (max-width: 800px) { .lx-links { display: none; } }
