/* Floating back to BookLocaly */
.demo-float-home {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9000;
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.25rem;
  background: #1a6b52;
  color: #ffffff !important;
  font-family: system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(17, 24, 22, 0.28);
  transition: transform 0.15s, background 0.2s;
}
.demo-float-home:hover {
  transform: translateY(-2px);
  background: #145240;
  color: #ffffff !important;
}

.demo-lumiere {
  --plum: #4a183c;
  --plum-deep: #2a0f24;
  --rose: #e91e63;
  --rose-hot: #ff2d78;
  --pink: #ffb3cc;
  --pink-soft: #fff0f5;
  --champagne: #e8c4a0;
  --ink: #1a0a16;
  --muted: #6d4a5c;
  --white: #ffffff;
  --card: #fff7fa;
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
.demo-lumiere *,
.demo-lumiere *::before,
.demo-lumiere *::after { box-sizing: border-box; }
.demo-lumiere img { display: block; max-width: 100%; }
.demo-lumiere a { color: inherit; text-decoration: none; }

.lm-wrap { width: min(1140px, 92%); margin-inline: auto; }

/* Header */
.lm-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(233, 30, 99, 0.12);
}
.lm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.lm-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--plum);
}
.lm-nav { display: flex; align-items: center; gap: 1.15rem; font-size: 0.88rem; font-weight: 600; }
.lm-nav a { color: var(--muted); transition: color 0.2s; }
.lm-nav a:hover { color: var(--rose); }
.lm-nav-cta {
  background: linear-gradient(135deg, var(--rose) 0%, #c2185b 100%);
  color: var(--white) !important;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(233, 30, 99, 0.35);
}

/* Shared */
.lm-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.65rem;
}
.lm-section-head { margin-bottom: 2.25rem; max-width: 34rem; }
.lm-section-head h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--plum-deep);
  margin: 0 0 0.65rem;
}
.lm-section-head p { color: var(--muted); line-height: 1.65; margin: 0; }
.lm-section-head--light h2 { color: var(--white); }
.lm-section-head--light .lm-label { color: var(--pink); }
.lm-section-head--light p { color: rgba(255,255,255,0.75); }

.lm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.45rem;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
}
.lm-btn:hover { transform: translateY(-2px); }
.lm-btn-rose {
  background: linear-gradient(135deg, var(--rose-hot) 0%, var(--rose) 55%, #ad1457 100%);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(233, 30, 99, 0.4);
}
.lm-btn-rose:hover,
.lm-btn-rose:focus {
  color: #ffffff !important;
}
.lm-btn-outline {
  border-color: rgba(74, 24, 60, 0.2);
  color: var(--plum);
  background: var(--white);
}
.lm-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* 1. Hero */
.lm-hero {
  position: relative;
  padding: 2.5rem 0 4rem;
  overflow: hidden;
  background: linear-gradient(160deg, #fff0f5 0%, #ffffff 42%, #ffe4ef 100%);
}
.lm-hero-bg {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(233, 30, 99, 0.22) 0%, transparent 70%);
  top: -80px;
  right: -60px;
  pointer-events: none;
}
.lm-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 920px) {
  .lm-hero-grid { grid-template-columns: 1fr 1.05fr; gap: 2rem; }
}
.lm-pill {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--plum);
  background: var(--pink);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
}
.lm-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.6rem, 7vw, 4.2rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--plum-deep);
  margin: 0 0 1.1rem;
}
.lm-lede {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 28rem;
  margin: 0 0 1.75rem;
}
.lm-hero-meta {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: var(--muted);
}
.lm-hero-meta strong { color: var(--plum); margin-right: 0.35rem; }
.lm-hero-meta a { color: var(--rose); font-weight: 600; }

.lm-hero-collage {
  position: relative;
  min-height: 420px;
}
.lm-shot { margin: 0; overflow: hidden; }
.lm-shot img { width: 100%; height: 100%; object-fit: cover; }
.lm-shot--a {
  border-radius: 28px 28px 80px 28px;
  aspect-ratio: 3/4;
  max-width: 340px;
  margin-left: auto;
  box-shadow: 0 28px 60px rgba(74, 24, 60, 0.28);
  border: 4px solid var(--white);
}
.lm-shot--b {
  position: absolute;
  width: 160px;
  aspect-ratio: 3/4;
  border-radius: 20px;
  left: 0;
  bottom: 12%;
  border: 4px solid var(--white);
  box-shadow: 0 16px 36px rgba(233, 30, 99, 0.25);
  animation: lm-float 5s ease-in-out infinite;
}
.lm-shot--c {
  position: absolute;
  width: 130px;
  aspect-ratio: 1;
  border-radius: 50%;
  right: 6%;
  top: 4%;
  border: 5px solid var(--champagne);
  box-shadow: 0 12px 28px rgba(74, 24, 60, 0.2);
  overflow: hidden;
}
.lm-shot--c figcaption {
  position: absolute;
  inset: auto 0 0;
  background: linear-gradient(transparent, rgba(42, 15, 36, 0.85));
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  padding: 1.2rem 0.4rem 0.55rem;
}
@keyframes lm-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* 2. Story — equal height columns */
.lm-story {
  padding: 5rem 0;
  background: var(--plum-deep);
  color: var(--white);
}
.lm-story-grid {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}
@media (min-width: 860px) {
  .lm-story-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    min-height: 420px;
  }
}
.lm-story-photo {
  margin: 0;
  position: relative;
  height: 100%;
  min-height: 320px;
}
.lm-story-photo img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(0,0,0,0.35);
  display: block;
}
@media (min-width: 860px) {
  .lm-story-photo,
  .lm-story-photo img {
    min-height: 100%;
  }
}
.lm-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.lm-story-float {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: var(--rose);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  z-index: 1;
}
.lm-story-copy .lm-label { color: var(--pink); }
.lm-story-copy h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: var(--white);
}
.lm-story-copy p {
  color: rgba(255, 230, 240, 0.82);
  line-height: 1.7;
  margin: 0 0 1rem;
}
.lm-story-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 179, 204, 0.25);
}
.lm-story-stats strong {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.8rem;
  color: var(--champagne);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.lm-story-stats span {
  font-size: 0.75rem;
  color: rgba(255, 230, 240, 0.65);
  font-weight: 600;
}

/* 3. Services slider */
.lm-services {
  padding: 5rem 0 4rem;
  background: var(--pink-soft);
  overflow: hidden;
}
.lm-services-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  max-width: none;
  margin-bottom: 2rem;
}
.lm-services-head > div:first-child { max-width: 34rem; }
.lm-slider-nav { display: flex; gap: 0.65rem; }
.lm-slider-btn {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: none;
  background: linear-gradient(135deg, var(--rose-hot) 0%, var(--rose) 100%);
  color: #ffffff;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 22px rgba(233, 30, 99, 0.35);
  transition: transform 0.15s, box-shadow 0.2s, filter 0.2s;
}
.lm-slider-btn svg {
  display: block;
  width: 20px;
  height: 20px;
}
.lm-slider-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 12px 28px rgba(233, 30, 99, 0.45);
  color: #ffffff;
}
.lm-slider-btn:active {
  transform: translateY(0);
}
.lm-slider-btn:focus-visible {
  outline: 2px solid var(--plum);
  outline-offset: 3px;
}
.lm-slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.lm-slider-track {
  display: flex;
  gap: 1.15rem;
  padding-inline: max(4vw, calc((100% - 1140px) / 2));
  transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.lm-slider-slide {
  flex: 0 0 min(300px, 78vw);
  scroll-snap-align: start;
}
@media (min-width: 700px) {
  .lm-slider-slide { flex-basis: 320px; }
}
.lm-service-card {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(233, 30, 99, 0.1);
  box-shadow: 0 10px 30px rgba(74, 24, 60, 0.06);
  transition: transform 0.25s, box-shadow 0.25s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.lm-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(233, 30, 99, 0.16);
}
.lm-service-media {
  position: relative;
  aspect-ratio: 16/11;
  overflow: hidden;
}
.lm-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.lm-service-card:hover .lm-service-media img { transform: scale(1.06); }
.lm-service-price {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  background: var(--plum);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
}
.lm-service-body { padding: 1.15rem 1.2rem 1.35rem; flex: 1; }
.lm-service-body h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  margin: 0 0 0.35rem;
  color: var(--plum-deep);
}
.lm-service-body p { margin: 0; color: var(--muted); font-size: 0.88rem; line-height: 1.5; }

.lm-slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1.5rem;
}
.lm-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(233, 30, 99, 0.25);
  cursor: pointer;
  transition: width 0.25s, background 0.25s;
}
.lm-slider-dot.is-active {
  width: 22px;
  background: var(--rose);
}

/* 4. Gallery — creative bento + lightbox */
.lm-gallery {
  position: relative;
  padding: 5rem 0 5.5rem;
  background: linear-gradient(165deg, #3a1230 0%, #2a0f24 45%, #4a183c 100%);
  overflow: hidden;
}
.lm-gallery-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(233, 30, 99, 0.35) 0%, transparent 70%);
  top: -80px;
  right: -100px;
  pointer-events: none;
}
.lm-gallery-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 2.25rem;
  position: relative;
  z-index: 1;
}
.lm-gallery-head .lm-label { color: var(--pink); }
.lm-gallery-head h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.5rem;
}
.lm-gallery-head p {
  color: rgba(255, 230, 240, 0.75);
  margin: 0;
  max-width: 28rem;
  line-height: 1.6;
}
.lm-gallery-count {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--champagne);
  border: 1px solid rgba(232, 196, 160, 0.4);
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
}

.lm-bento {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, minmax(130px, 18vw));
  position: relative;
  z-index: 1;
}
@media (min-width: 760px) {
  .lm-bento {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, minmax(170px, 18vw));
    gap: 1rem;
  }
  /* Fills every cell:
     [ hero ][ hero ][ 2 ]
     [ hero ][ hero ][ 3 ]
     [  4   ][  5   ][ 6 ] */
  .lm-bento--hero {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }
}
@media (max-width: 759px) {
  /* Mobile fill:
     [ hero ]
     [ hero ]
     [ 2][ 3]
     [ 4][ 5]
     [ 6 full ] */
  .lm-bento {
    grid-template-rows: minmax(160px, 42vw) minmax(160px, 42vw) repeat(2, minmax(120px, 28vw)) minmax(120px, 28vw);
  }
  .lm-bento--hero {
    grid-column: 1 / -1;
    grid-row: 1 / 3;
  }
  .lm-gallery-item:last-child {
    grid-column: 1 / -1;
  }
}

.lm-gallery-item {
  margin: 0;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  cursor: zoom-in;
  padding: 0;
  background: #1a0a16;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 179, 204, 0.18);
  isolation: isolate;
}
.lm-gallery-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(42, 15, 36, 0.75) 100%);
  z-index: 1;
  pointer-events: none;
}
.lm-bento--hero {
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.lm-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.lm-gallery-item:hover img,
.lm-gallery-item:focus img {
  transform: scale(1.08);
}
.lm-gallery-item:focus {
  outline: 2px solid var(--pink);
  outline-offset: 3px;
}
.lm-gallery-tag {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--rose) 0%, #ad1457 100%);
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(233, 30, 99, 0.4);
}
.lm-gallery-zoom {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  color: #fff;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.25s, transform 0.25s;
}
.lm-gallery-item:hover .lm-gallery-zoom,
.lm-gallery-item:focus .lm-gallery-zoom {
  opacity: 1;
  transform: scale(1);
}

/* Lightbox */
.lm-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(20, 6, 16, 0.94);
  padding: 1.5rem;
}
.lm-lightbox.is-open {
  display: flex;
}
.lm-lightbox-inner {
  position: relative;
  max-width: min(920px, 100%);
  max-height: 90vh;
}
.lm-lightbox-inner img {
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
  border: 2px solid rgba(255, 179, 204, 0.2);
}
.lm-lightbox-close {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.lm-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, var(--rose-hot) 0%, var(--rose) 100%);
  border: none;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(233, 30, 99, 0.4);
}
.lm-lightbox-prev { left: -3.75rem; }
.lm-lightbox-next { right: -3.75rem; }
@media (max-width: 800px) {
  .lm-lightbox-prev { left: 0.5rem; }
  .lm-lightbox-next { right: 0.5rem; }
  .lm-lightbox-close { top: -2.75rem; }
}
body.lm-lightbox-active {
  overflow: hidden;
}

/* 5. Team */
.lm-team {
  padding: 5rem 0;
  background: var(--white);
}
.lm-team-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .lm-team-grid { grid-template-columns: repeat(3, 1fr); }
}
.lm-team-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 0 16px 40px rgba(74, 24, 60, 0.12);
}
.lm-team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lm-team-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3rem 1.15rem 1.15rem;
  background: linear-gradient(transparent, rgba(42, 15, 36, 0.92));
  color: #fff;
}
.lm-team-meta h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  margin: 0 0 0.2rem;
}
.lm-team-meta span {
  font-size: 0.8rem;
  color: var(--pink);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* 6. Testimonials */
.lm-love {
  padding: 4.5rem 0;
  background: var(--plum-deep);
}
.lm-love-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 700px) {
  .lm-love-grid { grid-template-columns: 1fr 1fr; }
}
.lm-quote {
  margin: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 179, 204, 0.2);
  border-radius: 24px;
  padding: 1.75rem 1.5rem;
}
.lm-quote p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.45;
  color: #fff;
  margin: 0 0 1rem;
}
.lm-quote footer {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--champagne);
}

/* 7. Book */
.lm-book {
  padding: 4.5rem 0 5rem;
  background: var(--pink-soft);
}
.lm-book-panel {
  display: grid;
  gap: 2rem;
  align-items: center;
  background: var(--white);
  border-radius: 32px;
  padding: 1.5rem;
  border: 2px solid rgba(233, 30, 99, 0.12);
  box-shadow: 0 24px 60px rgba(233, 30, 99, 0.12);
  overflow: hidden;
}
@media (min-width: 800px) {
  .lm-book-panel {
    grid-template-columns: 1.15fr 0.85fr;
    padding: 1.5rem 1.5rem 1.5rem 2.25rem;
  }
}
.lm-book-copy h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--plum-deep);
  margin: 0 0 0.75rem;
}
.lm-book-copy p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 1.5rem;
  max-width: 28rem;
}
.lm-book-photo { margin: 0; border-radius: 24px; overflow: hidden; }
.lm-book-photo img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.lm-book .lm-btn-outline {
  border-color: rgba(233, 30, 99, 0.35);
  color: var(--rose);
}

/* Footer */
.lm-footer {
  padding: 1.75rem 0 2.25rem;
  background: var(--plum-deep);
  color: rgba(255, 230, 240, 0.7);
  text-align: center;
}
.lm-footer .lm-logo { color: var(--white); display: inline-block; margin-bottom: 0.5rem; }
.lm-footer-inner p { margin: 0.2rem 0; font-size: 0.85rem; }
.lm-demo-note { opacity: 0.55; font-size: 0.78rem !important; }

@media (max-width: 720px) {
  .lm-nav a:not(.lm-nav-cta) { display: none; }
  .lm-hero-collage { min-height: 360px; max-width: 320px; margin-inline: auto; }
  .lm-shot--a { max-width: 100%; margin-left: 0; }
  .lm-shot--b { width: 120px; }
  .lm-shot--c { width: 100px; }
}
