.lcdbe-prototype {
  --lcdbe-ink: #1f2020;
  --lcdbe-accent: #cc8380;
  --lcdbe-accent-dark: #aa6865;
  --lcdbe-cream: #faf1e2;
  --lcdbe-border: #dbc0b3;
  color: var(--lcdbe-ink);
  font-family: inherit;
  max-width: var(--lcdbe-max-width,1180px);
  margin: 0 auto;
  padding: 46px 24px 64px;
}

.lcdbe-prototype *,
.lcdbe-prototype *::before,
.lcdbe-prototype *::after {
  box-sizing: border-box;
}

.lcdbe-prototype a { text-decoration: none !important; }
.lcdbe-lightbox-trigger { appearance: none; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.lcdbe-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 42px; align-items: start; }
.lcdbe-media { min-width: 0; }
.lcdbe-main-image { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 18px 45px rgba(50,35,28,.12); background: var(--lcdbe-cream); }
.lcdbe-main-image img { display: block; width: 100%; height: 500px; object-fit: cover; }
.lcdbe-media-badge { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 10px 15px; background: rgba(255,255,255,.94); border: 1px solid rgba(219,192,179,.8); border-radius: 999px; font-size: 15px; font-weight: 700; color: var(--lcdbe-accent-dark); backdrop-filter: blur(8px); }
.lcdbe-thumb-row { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 14px; }
.lcdbe-thumb { border-radius: 14px; overflow: hidden; border: 1px solid rgba(219,192,179,.75); height: 150px; }
.lcdbe-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.lcdbe-summary { padding: 18px 0; }
.lcdbe-location { display: flex; align-items: center; gap: 9px; margin: 0 0 15px; color: #6e625d; font-size: 16px; }
.lcdbe-location svg, .lcdbe-fact svg, .lcdbe-asset svg, .lcdbe-action svg { width: 24px; height: 24px; stroke: var(--lcdbe-accent); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.lcdbe-summary h1 { font-family: inherit !important; font-size: 48px !important; line-height: 1.08 !important; font-weight: 400 !important; letter-spacing: -.03em !important; color: var(--lcdbe-ink) !important; margin: 0 0 14px !important; }
.lcdbe-subtitle { margin: 0 0 26px; color: var(--lcdbe-accent-dark); font-size: 19px; line-height: 1.5; }
.lcdbe-facts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--lcdbe-border); border-bottom: 1px solid var(--lcdbe-border); padding: 18px 0; margin-bottom: 22px; gap: 18px; }
.lcdbe-fact { display: flex; align-items: center; gap: 11px; min-width: 0; }
.lcdbe-fact strong { display: block; font-size: 16px; line-height: 1.25; }
.lcdbe-fact span { display: block; color: #746b66; font-size: 14px; margin-top: 3px; }
.lcdbe-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lcdbe-action { min-height: 50px; border: 1px solid var(--lcdbe-accent); border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 14px; font-size: 15px; font-weight: 700; color: var(--lcdbe-accent-dark); transition: .2s ease; }
.lcdbe-action:hover { transform: translateY(-2px); background: #fff4f1; }
.lcdbe-action-primary { grid-column: 1/-1; background: var(--lcdbe-accent); color: #fff; border-color: var(--lcdbe-accent); }
.lcdbe-action-primary:hover { background: var(--lcdbe-accent-dark); color: #fff; }
.lcdbe-action-primary svg, .lcdbe-contact-card .lcdbe-action svg { stroke: #fff; }
.lcdbe-trust { margin: 16px 0 0; color: #786d68; font-size: 14px; text-align: center; }
.lcdbe-section { margin-top: 54px; }
.lcdbe-section-title { font-family: inherit !important; font-size: 30px !important; line-height: 1.2 !important; color: var(--lcdbe-ink) !important; margin: 0 0 24px !important; font-weight: 400 !important; }
.lcdbe-section-title::after { content: ""; display: block; width: 44px; height: 6px; margin-top: 8px; background: linear-gradient(135deg,transparent 0 15%,var(--lcdbe-accent) 15% 30%,transparent 30% 42%,var(--lcdbe-accent) 42% 58%,transparent 58% 70%,var(--lcdbe-accent) 70% 85%,transparent 85%); opacity: .9; }
.lcdbe-about-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: 44px; align-items: start; }
.lcdbe-about-grid.lcdbe-about-single { grid-template-columns: 1fr; }
.lcdbe-copy p { font-size: 17px; line-height: 1.75; margin: 0 0 15px; }
.lcdbe-highlight { padding: 26px; border-radius: 18px; background: linear-gradient(145deg,#fffaf7,#faeee9); border: 1px solid rgba(219,192,179,.75); box-shadow: 0 14px 34px rgba(68,45,36,.08); }
.lcdbe-highlight h3 { font-family: inherit !important; font-size: 23px !important; margin: 0 0 12px !important; color: var(--lcdbe-ink) !important; }
.lcdbe-highlight p { font-size: 16px; line-height: 1.65; margin: 0; }
.lcdbe-assets { display: grid; grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); gap: 14px; }
.lcdbe-asset { text-align: center; padding: 20px 10px 16px; border: 1px solid rgba(219,192,179,.68); border-radius: 14px; background: #fff; min-width: 0; }
.lcdbe-asset svg { width: 34px; height: 34px; margin: 0 auto 10px; }
.lcdbe-asset strong { display: block; font-size: 14px; line-height: 1.35; }
.lcdbe-asset span { display: block; margin-top: 5px; color: #746b66; font-size: 12px; line-height: 1.35; }
.lcdbe-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.lcdbe-gallery figure { margin: 0; border-radius: 18px; overflow: hidden; background: var(--lcdbe-cream); height: 360px; }
.lcdbe-gallery figure:first-child:nth-last-child(2) { grid-column: auto; }
.lcdbe-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lcdbe-contact-card { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 30px 34px; border: 1px solid rgba(219,192,179,.8); background: linear-gradient(135deg,#fffaf7,#f9e8e5); border-radius: 18px; }
.lcdbe-contact-card h2 { font-family: inherit !important; font-size: 28px !important; margin: 0 0 8px !important; color: var(--lcdbe-ink) !important; }
.lcdbe-contact-card p { font-size: 16px; line-height: 1.6; margin: 0; max-width: 650px; }
.lcdbe-contact-card .lcdbe-action { min-width: 240px; background: var(--lcdbe-accent); color: #fff; }
.lcdbe-related-grid { display: grid; grid-template-columns: repeat(var(--lcdbe-columns,3),minmax(0,1fr)); gap: 18px; }
.lcdbe-related-card { border: 1px solid rgba(219,192,179,.68); background: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 25px rgba(50,35,28,.07); }
.lcdbe-related-image { display: block; height: 170px; overflow: hidden; }
.lcdbe-related-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.lcdbe-related-card:hover img { transform: scale(1.04); }
.lcdbe-related-body { padding: 17px 18px 19px; }
.lcdbe-related-body h3 { font-family: inherit !important; font-size: 19px !important; line-height: 1.25 !important; margin: 0 0 8px !important; }
.lcdbe-related-body h3 a { color: var(--lcdbe-ink); }
.lcdbe-related-body p { font-size: 14px; color: #746b66; margin: 0 0 10px; }
.lcdbe-related-link { font-size: 15px; color: var(--lcdbe-accent-dark); font-weight: 700; }
.lcdbe-card-catalog { padding-top: 52px; padding-bottom: 52px; }
.lcdbe-catalog-intro { max-width: 760px; margin: -10px 0 28px; color: #746b66; font-size: 16px; line-height: 1.65; }
.lcdbe-content-catalog + .lcdbe-content-catalog { padding-top: 8px; }
.lcdbe-home-catalog-wide { width: min(1480px,calc(100vw - 36px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.lcdbe-catalog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.lcdbe-lodging-carousel { position: relative; }
.lcdbe-lodging-viewport { overflow: hidden; padding: 4px; margin: -4px; }
.lcdbe-lodging-track { display: flex; transition: transform .45s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.lcdbe-lodging-slide { flex: 0 0 100%; min-width: 0; padding: 2px; }
.lcdbe-lodging-slide-grid { grid-template-columns: repeat(var(--lcdbe-columns,3),minmax(0,1fr)); grid-auto-rows: 1fr; }
.lcdbe-lodging-slide-grid .lcdbe-related-card { display: flex; flex-direction: column; min-width: 0; }
.lcdbe-lodging-slide-grid .lcdbe-related-body { display: flex; flex: 1; flex-direction: column; }
.lcdbe-lodging-slide-grid .lcdbe-related-link { margin-top: auto; }
.lcdbe-lodging-arrows { display: flex; gap: 10px; padding-bottom: 28px; }
.lcdbe-lodging-arrows button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--lcdbe-accent); border-radius: 50%; color: var(--lcdbe-accent-dark); background: #fff; font-size: 27px; line-height: 1; cursor: pointer; transition: .2s ease; }
.lcdbe-lodging-arrows button:hover { color: #fff; background: var(--lcdbe-accent); }
.lcdbe-lodging-dots { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
.lcdbe-lodging-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #d9c4bb; cursor: pointer; transition: .2s ease; }
.lcdbe-lodging-dot.is-active { width: 28px; border-radius: 999px; background: var(--lcdbe-accent); }

.lcdbe-services-shell { padding-top: 36px; }
.lcdbe-services-intro { max-width: 790px; margin-bottom: 30px; }
.lcdbe-services-intro > p:last-child { font-size: 17px; line-height: 1.65; color: #655b56; }
.lcdbe-eyebrow { margin: 0 0 8px; color: var(--lcdbe-accent-dark); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lcdbe-service-grid { display: grid; grid-template-columns: repeat(var(--lcdbe-columns,3),minmax(0,1fr)); gap: 12px; }
.lcdbe-service-card { position: relative; min-width: 0; border: 1px solid rgba(219,192,179,.78); border-radius: 13px; overflow: hidden; background: #fff; box-shadow: 0 6px 18px rgba(50,35,28,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.lcdbe-service-card-compact { display: grid; grid-template-columns: 82px minmax(0,1fr); min-height: 92px; cursor: pointer; }
.lcdbe-service-card:hover { transform: translateY(-1px); border-color: var(--lcdbe-accent); box-shadow: 0 9px 24px rgba(50,35,28,.1); }
.lcdbe-service-card-input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.lcdbe-service-card-compact:has(.lcdbe-service-card-input:checked) { border-color: var(--lcdbe-accent); background: #fff9f7; box-shadow: 0 0 0 2px rgba(203,105,105,.15), 0 9px 24px rgba(50,35,28,.1); }
.lcdbe-service-image { display: block; height: 100%; min-height: 92px; overflow: hidden; background: var(--lcdbe-cream); }
.lcdbe-service-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.lcdbe-service-fallback-icon { display: grid; place-items: center; height: 100%; min-height: 92px; color: var(--lcdbe-accent); background: linear-gradient(145deg,#fff6f2,#f7e5df); }
.lcdbe-service-fallback-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.lcdbe-service-card:hover .lcdbe-service-image img { transform: scale(1.04); }
.lcdbe-service-body { position: relative; display: flex; min-width: 0; flex-direction: column; justify-content: center; align-items: flex-start; padding: 13px 42px 13px 14px; }
.lcdbe-service-body strong { font-size: 15px; line-height: 1.25; color: var(--lcdbe-ink); }
.lcdbe-service-description { display: block; margin-top: 9px; color: #746b66; font-size: 14px; line-height: 1.55; }
.lcdbe-service-price { display: inline-flex; align-items: center; margin-top: 6px; color: var(--lcdbe-accent-dark); font-size: 14px; font-weight: 800; }
.lcdbe-service-check { position: absolute; top: 50%; right: 12px; display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #d7c4bc; border-radius: 50%; color: transparent; background: #fff; transform: translateY(-50%); transition: .2s ease; }
.lcdbe-service-card-input:checked ~ .lcdbe-service-body .lcdbe-service-check { border-color: var(--lcdbe-accent); color: #fff; background: var(--lcdbe-accent); }
.lcdbe-service-card-other { grid-template-columns: 62px minmax(0,1fr); }
.lcdbe-service-other-icon { display: grid; place-items: center; align-self: center; justify-self: center; width: 39px; height: 39px; border-radius: 50%; color: var(--lcdbe-accent-dark); background: #f9e8e5; font-size: 27px; line-height: 1; }
.lcdbe-service-total { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 10px 24px; margin-top: 14px; padding: 15px 20px; border: 1px solid rgba(219,192,179,.8); border-radius: 13px; background: linear-gradient(135deg,#fffaf7,#f9e8e5); }
.lcdbe-service-total > div { display: flex; align-items: baseline; gap: 16px; white-space: nowrap; }
.lcdbe-service-total span { font-size: 16px; font-weight: 700; }
.lcdbe-service-total strong { color: var(--lcdbe-accent-dark); font-size: 24px; }
.lcdbe-service-total small { color: #746b66; font-size: 13px; line-height: 1.45; }
.lcdbe-service-form-card { margin-top: 34px; padding: 27px; border: 1px solid rgba(219,192,179,.75); border-radius: 18px; background: #fff; box-shadow: 0 14px 36px rgba(68,45,36,.08); }
.lcdbe-service-form-card > p { margin: -10px 0 26px; color: #746b66; font-size: 15px; }
.lcdbe-service-details { margin-top: 28px; padding-top: 25px; border-top: 1px solid rgba(219,192,179,.62); }
.lcdbe-service-details h3 { margin: 0 0 20px !important; color: var(--lcdbe-ink) !important; font-size: 23px !important; }
.lcdbe-original-service-field { display: none !important; }
.lcdbe-services-shell .fusion-form .fusion-form-field { margin-bottom: 18px; }
.lcdbe-services-shell .fusion-form label { color: var(--lcdbe-ink); font-weight: 700; }
.lcdbe-services-shell .fusion-form input:not([type="checkbox"]):not([type="radio"]),
.lcdbe-services-shell .fusion-form select,
.lcdbe-services-shell .fusion-form textarea { min-height: 52px; border: 1px solid var(--lcdbe-border) !important; border-radius: 10px !important; background: #fffdfb !important; box-shadow: none !important; }
.lcdbe-services-shell .fusion-form textarea { min-height: 128px; }
.lcdbe-services-shell .fusion-form input[name="total_estime"] { color: var(--lcdbe-accent-dark) !important; background: #fbf0ed !important; font-size: 18px; font-weight: 800; }
.lcdbe-services-shell .fusion-form input[name="services_souhaites[]"] { width: 18px !important; height: 18px !important; min-height: 0 !important; accent-color: var(--lcdbe-accent); }
.lcdbe-services-shell .fusion-form input[name="services_souhaites[]"] + label,
.lcdbe-services-shell .fusion-form .fusion-form-checkbox label { font-size: 15px; font-weight: 500; }
.lcdbe-services-shell .fusion-form button[type="submit"],
.lcdbe-services-shell .fusion-form input[type="submit"] { min-height: 52px; border-radius: 10px !important; background: var(--lcdbe-accent) !important; color: #fff !important; font-weight: 800 !important; }

.lcdbe-lightbox { position: fixed; z-index: 999999; inset: 0; display: none; align-items: center; justify-content: center; padding: 28px; background: rgba(20,17,16,.92); }
.lcdbe-lightbox.is-open { display: flex; }
.lcdbe-lightbox-inner { position: relative; display: flex; align-items: center; justify-content: center; width: min(1180px,100%); height: min(820px,92vh); }
.lcdbe-lightbox-image { display: block; max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 10px; box-shadow: 0 20px 70px rgba(0,0,0,.4); }
.lcdbe-lightbox-close, .lcdbe-lightbox-nav { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; color: #fff; background: rgba(30,25,23,.72); cursor: pointer; }
.lcdbe-lightbox-close { top: -12px; right: -12px; width: 44px; height: 44px; font-size: 27px; }
.lcdbe-lightbox-nav { top: 50%; width: 48px; height: 48px; transform: translateY(-50%); font-size: 27px; }
.lcdbe-lightbox-prev { left: 12px; }
.lcdbe-lightbox-next { right: 12px; }
.lcdbe-lightbox-caption { position: absolute; bottom: -22px; left: 50%; max-width: 80%; transform: translateX(-50%); color: #fff; font-size: 14px; text-align: center; }
body.lcdbe-lightbox-open { overflow: hidden; }

.lcdbe-service-card-display { cursor: default; }
.lcdbe-service-card-display:hover { transform: none; }
.lcdbe-service-grid-showcase { grid-template-columns: repeat(3,minmax(0,1fr)); }
.lcdbe-owner-contact { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 26px; padding: 22px; border: 1px solid #ead8d0; border-radius: 14px; background: #fff9f7; }
.lcdbe-owner-contact p { margin: 0; }

.lcdbe-tourism-article { padding-top: 44px; }
.lcdbe-tourism-hero { position: relative; min-height: 540px; overflow: hidden; border-radius: 18px; background: #efe8e4; }
.lcdbe-tourism-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lcdbe-tourism-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(29,22,19,.78) 0%,rgba(29,22,19,.48) 46%,rgba(29,22,19,.08) 78%); }
.lcdbe-tourism-hero-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; width: min(650px,80%); min-height: 540px; padding: 68px; color: #fff; }
.lcdbe-tourism-hero-copy h1 { margin: 6px 0 18px !important; color: #fff !important; font-family: Georgia,"Times New Roman",serif !important; font-size: clamp(44px,5.4vw,76px) !important; line-height: 1.03 !important; }
.lcdbe-tourism-hero-copy > p:last-child { margin: 0; font-size: 19px; line-height: 1.65; }
.lcdbe-tourism-hero .lcdbe-eyebrow { color: #f3bbb8; }
.lcdbe-tourism-copy { max-width: 920px; margin-right: auto; margin-left: auto; font-size: 18px; line-height: 1.75; }
.lcdbe-tourism-copy h2 { margin: 42px 0 15px !important; color: #292321 !important; font-family: Georgia,"Times New Roman",serif !important; font-size: 34px !important; line-height: 1.2 !important; }
.lcdbe-tourism-copy h3 { margin: 30px 0 12px !important; color: var(--lcdbe-accent-dark) !important; font-size: 23px !important; }
.lcdbe-tourism-copy p { margin: 0 0 18px; }
.lcdbe-tourism-tip { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); align-items: stretch; overflow: hidden; border: 1px solid #ead8d0; border-radius: 18px; background: linear-gradient(135deg,#fff8f5,#f8ebe7); }
.lcdbe-tourism-tip > img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.lcdbe-tourism-tip > div { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.lcdbe-tourism-tip > div:only-child { grid-column: 1 / -1; }
.lcdbe-tourism-tip h2 { margin: 5px 0 16px !important; color: #292321 !important; font-family: Georgia,"Times New Roman",serif !important; font-size: 34px !important; line-height: 1.2 !important; }
.lcdbe-tourism-tip p:last-child { margin: 0; font-size: 17px; line-height: 1.7; }
.lcdbe-tourism-practical { padding: 30px; border-left: 4px solid var(--lcdbe-accent); border-radius: 0 14px 14px 0; background: #fff9f7; }
.lcdbe-tourism-practical ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 26px; margin: 0; padding: 0; list-style: none; }
.lcdbe-tourism-practical li { position: relative; padding-left: 18px; }
.lcdbe-tourism-practical li::before { content: "•"; position: absolute; left: 0; color: var(--lcdbe-accent); font-weight: 800; }
.lcdbe-tourism-back { margin: 36px 0 0; text-align: center; }
.lcdbe-tourism-related { margin-top: 64px; padding-top: 42px; border-top: 1px solid #ead8d0; }
.lcdbe-tourism-related .lcdbe-catalog-intro { margin-bottom: 28px; }
.lcdbe-resident-services-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin: 54px auto 30px; padding: 34px 38px; border: 1px solid #ead8d0; border-radius: 18px; background: linear-gradient(135deg,#fff8f5,#f8ebe7); box-shadow: 0 12px 32px rgba(50,35,28,.07); }
.lcdbe-resident-services-cta h2 { margin: 4px 0 8px !important; color: #292321 !important; font-family: Georgia,"Times New Roman",serif !important; font-size: 30px !important; line-height: 1.2 !important; }
.lcdbe-resident-services-cta p:last-child { margin: 0; }
.lcdbe-resident-services-cta .lcdbe-action { flex: 0 0 auto; }
.lcdbe-market-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.lcdbe-market-day { padding: 24px; border: 1px solid #ead8d0; border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(50,35,28,.06); }
.lcdbe-market-day h2 { margin-top: 0 !important; color: var(--lcdbe-accent-dark) !important; font-size: 28px !important; }
.lcdbe-market-item + .lcdbe-market-item { margin-top: 18px; padding-top: 18px; border-top: 1px solid #eee2dd; }
.lcdbe-market-item strong { display: block; color: #292321; font-size: 17px; }
.lcdbe-market-item span { display: block; margin-top: 3px; color: #6f635e; font-size: 14px; line-height: 1.5; }

@media (max-width: 1000px) {
  .lcdbe-hero { grid-template-columns: 1fr; gap: 24px; }
  .lcdbe-main-image img { height: 480px; }
  .lcdbe-summary { padding: 0; }
  .lcdbe-about-grid { grid-template-columns: 1fr; }
  .lcdbe-gallery { grid-template-columns: 1fr 1fr; }
  .lcdbe-related-grid { grid-template-columns: repeat(2,1fr); }
  .lcdbe-lodging-slide-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lcdbe-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lcdbe-service-grid-showcase, .lcdbe-market-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lcdbe-tourism-tip { grid-template-columns: 1fr; }
  .lcdbe-tourism-tip > img { max-height: 380px; }
}

@media (max-width: 700px) {
  .lcdbe-prototype { padding: 20px 16px 44px; }
  .lcdbe-main-image { border-radius: 14px; }
  .lcdbe-main-image img { height: 290px; }
  .lcdbe-thumb-row { display: none; }
  .lcdbe-media-badge { top: 12px; left: 12px; padding: 8px 12px; font-size: 13px; }
  .lcdbe-summary h1 { font-size: 38px !important; }
  .lcdbe-subtitle { font-size: 17px; margin-bottom: 20px; }
  .lcdbe-facts { grid-template-columns: 1fr 1fr; gap: 16px 10px; }
  .lcdbe-fact { align-items: flex-start; }
  .lcdbe-fact svg { width: 22px; height: 22px; }
  .lcdbe-actions { grid-template-columns: 1fr; }
  .lcdbe-action-primary { grid-column: auto; }
  .lcdbe-section { margin-top: 38px; }
  .lcdbe-section-title { font-size: 27px !important; margin-bottom: 18px !important; }
  .lcdbe-copy p { font-size: 16px; line-height: 1.65; }
  .lcdbe-highlight { padding: 21px; }
  .lcdbe-assets { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .lcdbe-asset { padding: 17px 8px 14px; }
  .lcdbe-gallery { grid-template-columns: 1fr; gap: 10px; }
  .lcdbe-gallery figure { height: 230px; }
  .lcdbe-contact-card { grid-template-columns: 1fr; padding: 24px 22px; gap: 20px; }
  .lcdbe-contact-card .lcdbe-action { min-width: 0; }
  .lcdbe-related-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .lcdbe-related-card { min-width: 82%; scroll-snap-align: start; }
  .lcdbe-related-image { height: 145px; }
  .lcdbe-related-grid--all { display: grid; grid-template-columns: 1fr; overflow: visible; scroll-snap-type: none; }
  .lcdbe-related-grid--all .lcdbe-related-card { min-width: 0; }
  .lcdbe-card-catalog { padding: 38px 16px; }
  .lcdbe-home-catalog-wide { width: 100%; margin-left: 0; transform: none; }
  .lcdbe-catalog-heading { display: block; }
  .lcdbe-lodging-track { display: block; transform: none !important; }
  .lcdbe-lodging-slide { width: 100%; padding: 0; }
  .lcdbe-lodging-slide + .lcdbe-lodging-slide { margin-top: 18px; }
  .lcdbe-lodging-slide-grid { display: grid; grid-template-columns: 1fr; overflow: visible; }
  .lcdbe-lodging-slide-grid .lcdbe-related-card { min-width: 0; }
  .lcdbe-lodging-arrows, .lcdbe-lodging-dots { display: none; }
  .lcdbe-service-grid { grid-template-columns: 1fr; }
  .lcdbe-service-grid-showcase, .lcdbe-market-grid { grid-template-columns: 1fr; }
  .lcdbe-service-card-compact { grid-template-columns: 76px minmax(0,1fr); min-height: 86px; }
  .lcdbe-service-image { min-height: 86px; }
  .lcdbe-service-total { grid-template-columns: 1fr; gap: 6px; padding: 15px 16px; }
  .lcdbe-service-total > div { justify-content: space-between; white-space: normal; }
  .lcdbe-service-form-card { margin-top: 26px; padding: 22px 16px; }
  .lcdbe-lightbox { padding: 16px; }
  .lcdbe-lightbox-inner { height: 82vh; }
  .lcdbe-lightbox-close { top: -4px; right: -4px; }
  .lcdbe-lightbox-nav { width: 42px; height: 42px; }
  .lcdbe-lightbox-prev { left: 4px; }
  .lcdbe-lightbox-next { right: 4px; }
  .lcdbe-location { font-size: 15px; }
  .lcdbe-trust { text-align: left; }
  .lcdbe-owner-contact { display: block; }
  .lcdbe-owner-contact .lcdbe-action { margin-top: 16px; }
  .lcdbe-tourism-article { padding-top: 18px; }
  .lcdbe-tourism-hero, .lcdbe-tourism-hero-copy { min-height: 460px; }
  .lcdbe-tourism-hero-copy { width: 100%; padding: 34px 24px; }
  .lcdbe-tourism-hero-copy h1 { font-size: 42px !important; }
  .lcdbe-tourism-copy { font-size: 16px; }
  .lcdbe-tourism-copy h2 { font-size: 28px !important; }
  .lcdbe-tourism-tip > div { padding: 26px 22px; }
  .lcdbe-tourism-tip h2 { font-size: 28px !important; }
  .lcdbe-tourism-practical ul { grid-template-columns: 1fr; }
  .lcdbe-resident-services-cta { align-items: stretch; flex-direction: column; margin-top: 38px; padding: 27px 22px; }
  .lcdbe-resident-services-cta h2 { font-size: 27px !important; }
  .lcdbe-resident-services-cta .lcdbe-action { width: 100%; text-align: center; }
}
