/* Iscles 228 — page /mobilhome/ */
:root {
  --ink: #1d2c27;
  --muted: #64716b;
  --forest: #274c3d;
  --forest-dark: #16372b;
  --sage: #dce7df;
  --lake: #6b9f9b;
  --sand: #f4eee2;
  --cream: #fbf8f1;
  --sun: #e5a857;
  --clay: #bc704f;
  --white: #ffffff;
  --line: rgba(29, 44, 39, .13);
  --shadow: 0 28px 70px rgba(29, 44, 39, .14);
  --radius: 28px;
  --radius-sm: 16px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 9999; padding: 12px 18px; color: #fff; background: var(--forest); border-radius: 9px; }
.skip-link:focus { top: 18px; }

h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6.4vw, 6rem); max-width: 890px; }
h2 { font-size: clamp(2.25rem, 4.6vw, 4.3rem); }
h3 { font-size: 1.45rem; }
p { margin: 0; }
p + p { margin-top: 1.1rem; }
.eyebrow { margin-bottom: 16px; color: var(--clay); font-size: .77rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-light { color: #d5e8de; }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,.5);
  background: rgba(251,248,241,.91);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: var(--forest); box-shadow: 0 8px 20px rgba(39,76,61,.2); }
.brand-mark svg { width: 39px; height: 39px; overflow: visible; }
.brand-mark circle { fill: var(--sun); }
.brand-mark path { fill: none; stroke: #a8d3cc; stroke-width: 3; stroke-linecap: round; }
.brand-mark text { fill: #fff; font-family: Arial, sans-serif; font-size: 15px; font-weight: 800; }
.brand strong { display: block; font-size: .98rem; letter-spacing: .13em; }
.brand small { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .02em; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 32px); font-size: .9rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 28px 0; }
.main-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; content: ""; transform: scaleX(0); background: var(--clay); transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 11px 18px; color: #fff; background: var(--forest); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: clip; padding: 85px 0 120px; background: linear-gradient(135deg, #faf6ed 0%, #f1e8d8 100%); }
.hero-bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 15% 10%, rgba(229,168,87,.22), transparent 25%), radial-gradient(circle at 85% 80%, rgba(107,159,155,.21), transparent 30%); }
.hero-bg::after { position: absolute; right: -100px; bottom: -180px; width: 560px; height: 560px; content: ""; border: 1px solid rgba(39,76,61,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(39,76,61,.035), 0 0 0 140px rgba(39,76,61,.025); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .78fr); gap: clamp(55px, 8vw, 115px); align-items: center; }
.breadcrumb { display: flex; gap: 9px; margin-bottom: 34px; color: var(--muted); font-size: .78rem; font-weight: 650; }
.breadcrumb a:hover { color: var(--forest); }
.hero-lead { max-width: 720px; margin-top: 28px; color: #46544e; font-size: clamp(1.08rem, 1.8vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .93rem; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(229,168,87,.6); outline-offset: 3px; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: #fff; background: var(--forest); box-shadow: 0 15px 30px rgba(39,76,61,.22); }
.button-primary:hover { background: var(--forest-dark); }
.button-ghost { border-color: rgba(39,76,61,.24); background: rgba(255,255,255,.48); }
.hero-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 720px; margin: 42px 0 0; padding: 0; list-style: none; }
.hero-facts li { padding: 14px 12px; border-top: 1px solid rgba(39,76,61,.22); }
.hero-facts strong { display: block; color: var(--forest); font-family: Georgia, serif; font-size: 1.25rem; }
.hero-facts span { color: var(--muted); font-size: .76rem; }
.hero-visual { position: relative; min-height: 680px; }
.hero-main-photo { position: absolute; inset: 0 8% 0 8%; margin: 0; overflow: hidden; border: 9px solid rgba(255,255,255,.82); border-radius: 220px 220px 34px 34px; box-shadow: var(--shadow); }
.hero-main-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; }
.hero-float-photo { position: absolute; right: -7%; bottom: 3%; width: 49%; margin: 0; overflow: hidden; border: 8px solid var(--cream); border-radius: 22px; box-shadow: 0 25px 65px rgba(22,55,43,.3); transform: rotate(2.2deg); }
.hero-float-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.hero-float-photo figcaption { position: absolute; right: 8px; bottom: 8px; left: 8px; display: flex; align-items: center; gap: 7px; padding: 8px 11px; color: #fff; background: rgba(22,55,43,.82); border-radius: 11px; font-size: .7rem; font-weight: 800; backdrop-filter: blur(8px); }
.pulse-dot { width: 8px; height: 8px; flex: 0 0 auto; background: #9be4b8; border-radius: 50%; box-shadow: 0 0 0 5px rgba(155,228,184,.18); }
.hero-badge { position: absolute; top: 11%; left: -1%; width: 104px; height: 104px; display: grid; place-content: center; text-align: center; color: #fff; background: var(--clay); border: 7px solid var(--cream); border-radius: 50%; box-shadow: 0 18px 35px rgba(73,45,32,.2); transform: rotate(-7deg); }
.hero-badge span { font-size: .58rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero-badge strong { font-family: Georgia, serif; font-size: 2rem; line-height: 1; }

.intro-section { background: #fff; }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.intro-text { padding-top: 10px; color: #46544e; font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 68px; }
.feature-card { padding: 29px 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(39,76,61,.3); box-shadow: 0 18px 40px rgba(29,44,39,.08); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 25px; color: var(--forest); background: var(--sage); border-radius: 15px; }
.feature-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin-bottom: 12px; }
.feature-card p { color: var(--muted); font-size: .92rem; }

.gallery-section { background: var(--sand); }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .65fr; gap: 70px; align-items: end; }
.split-heading > p { max-width: 460px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: 1.05fr .95fr .95fr; grid-auto-rows: 310px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 20px; background: #ddd; cursor: zoom-in; }
.gallery-large { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(12,31,24,.62), transparent 48%); }
.gallery-item span { position: absolute; z-index: 1; right: 20px; bottom: 17px; left: 20px; color: #fff; font-size: .9rem; font-weight: 800; text-align: left; }
.gallery-item:nth-child(2) img { object-position: 50% 48%; }
.gallery-item:nth-child(3) img { object-position: 50% 50%; }
.gallery-item:nth-child(4) img { object-position: 50% 57%; }
.gallery-item:nth-child(5) img { object-position: 50% 54%; }
.gallery-item:nth-child(6) img { object-position: 50% 58%; }

.practical-section { background: #fff; }
.practical-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.practical-photo { position: relative; overflow: visible; }
.practical-photo > img { width: 100%; max-height: 730px; object-fit: cover; object-position: center; border-radius: 28px 150px 28px 28px; box-shadow: var(--shadow); }
.photo-label { position: absolute; right: -28px; bottom: 35px; width: min(310px, 78%); padding: 19px 22px; color: #fff; background: var(--forest); border: 7px solid #fff; border-radius: 18px; box-shadow: 0 18px 40px rgba(22,55,43,.25); }
.photo-label strong, .photo-label span { display: block; }
.photo-label strong { font-family: Georgia, serif; font-size: 1.3rem; }
.photo-label span { color: #d5e8de; font-size: .8rem; }
.practical-copy h2 { margin-bottom: 36px; }
.check-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 31px; border-bottom: 1px solid var(--line); font-size: .93rem; }
.check-list li::before { position: absolute; top: 12px; left: 2px; width: 17px; height: 17px; content: "✓"; display: grid; place-items: center; color: #fff; background: var(--lake); border-radius: 50%; font-size: .67rem; font-weight: 900; }
.note-card { margin-top: 36px; padding: 22px 24px; border-left: 4px solid var(--sun); background: #faf5e9; border-radius: 0 15px 15px 0; }
.note-card strong { font-family: Georgia, serif; font-size: 1.16rem; }
.note-card p { margin-top: 7px; color: var(--muted); font-size: .87rem; }

.lake-section { overflow: hidden; color: #fff; background: var(--forest); }
.lake-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 8vw, 110px); align-items: center; }
.lake-copy h2 { max-width: 720px; }
.lake-copy > p:not(.eyebrow):not(.lake-disclaimer) { max-width: 700px; margin-top: 26px; color: #d7e4dd; }
.lake-features { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.lake-features span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #eff8f3; background: rgba(255,255,255,.055); font-size: .8rem; font-weight: 750; }
.lake-disclaimer { max-width: 720px; margin-top: 31px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.17); color: #bfd1c8; font-size: .77rem; }
.lake-photo-stack { position: relative; min-height: 670px; }
.lake-main { position: absolute; inset: 0 12% 0 6%; margin: 0; overflow: hidden; border-radius: 180px 180px 24px 24px; }
.lake-main img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 56%; }
.lake-aerial { position: absolute; right: -4%; bottom: 7%; width: 55%; margin: 0; overflow: hidden; border: 8px solid var(--forest); border-radius: 20px; box-shadow: 0 22px 55px rgba(0,0,0,.35); transform: rotate(-2deg); }
.lake-aerial img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.location-section { background: #fff; }
.location-grid { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 500px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 24px 65px rgba(29,44,39,.09); }
.map-card { margin: 0; background: #f4f3ef; }
.map-card img, .map-card iframe { width: 100%; height: 100%; min-height: 500px; display: block; border: 0; }
.plan-card { display: grid; grid-template-rows: 1fr auto; }
.plan-card img { object-fit: contain; padding: 18px; background: #f4f3ef; }
.plan-card figcaption { padding: 18px 22px 22px; color: #46544e; background: #fff; border-top: 1px solid var(--line); font-size: .9rem; line-height: 1.55; }
.plan-card figcaption strong { color: var(--forest); }
.address-card { display: flex; flex-direction: column; justify-content: center; padding: 50px; background: var(--sand); }
.address-card h3 { font-size: 2rem; }
.address-card address { margin-top: 22px; color: #48574f; font-style: normal; }
.coordinates { margin-top: 16px; color: var(--muted); font-size: .82rem; }
.arrival-note { margin-top: 12px; color: #46544e; font-size: .92rem; }
.address-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 29px; }
.text-link { color: var(--forest); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(39,76,61,.3); text-underline-offset: 5px; }
.text-link:hover { text-decoration-color: currentColor; }
.nearby-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }
.nearby-grid article { min-height: 124px; display: flex; flex-direction: column; justify-content: center; padding: 20px; background: #fff; }
.nearby-grid strong { color: var(--clay); font-family: Georgia, serif; font-size: 1.32rem; }
.nearby-grid span { margin-top: 4px; color: var(--muted); font-size: .78rem; line-height: 1.35; }

.faq-section { background: var(--sand); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 130px); align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro h2 { margin-bottom: 22px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.arrow-link { display: inline-block; margin-top: 25px; }
.accordion details { border-bottom: 1px solid rgba(39,76,61,.18); }
.accordion summary { position: relative; padding: 24px 46px 24px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 1.28rem; font-weight: 700; line-height: 1.3; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { position: absolute; top: 22px; right: 0; width: 30px; height: 30px; content: "+"; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-family: Arial, sans-serif; font-size: 1.15rem; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 720px; padding: 0 42px 24px 0; color: var(--muted); font-size: .92rem; }

.final-cta { padding: 80px 0; color: #fff; background: linear-gradient(115deg, var(--clay), #9a5038); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.final-cta p:not(.eyebrow) { margin-top: 13px; color: #f9e3d8; }
.final-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.button-light { color: var(--clay); background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.button-outline-light:hover { background: rgba(255,255,255,.1); }

.site-footer { padding: 70px 0 25px; color: #cbd8d1; background: #132c23; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 45px; }
.brand-footer { color: #fff; }
.brand-footer small { color: #a9bbb2; }
.footer-brand > p { max-width: 340px; margin-top: 18px; color: #94aaa0; font-size: .84rem; }
.footer-grid h3 { margin-bottom: 18px; color: #fff; font-family: inherit; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 9px 0; color: #a9bbb2; font-size: .84rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); color: #7f978c; font-size: .72rem; }

.lightbox { width: min(94vw, 1100px); max-width: none; height: min(90vh, 900px); padding: 0; border: 0; border-radius: 18px; color: #fff; background: rgba(11,25,20,.97); box-shadow: 0 40px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(3,10,7,.82); backdrop-filter: blur(7px); }
.lightbox figure { width: 100%; height: 100%; display: grid; grid-template-rows: 1fr auto; margin: 0; padding: 25px 65px 20px; }
.lightbox img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { padding-top: 12px; color: #d5e1db; text-align: center; font-size: .85rem; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; z-index: 2; display: grid; place-items: center; padding: 0; border: 0; color: #fff; background: rgba(255,255,255,.11); border-radius: 50%; cursor: pointer; }
.lightbox-close { top: 14px; right: 14px; width: 42px; height: 42px; font-size: 1.8rem; }
.lightbox-prev, .lightbox-next { top: 50%; width: 44px; height: 44px; transform: translateY(-50%); font-size: 2rem; }
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }

@media (max-width: 1050px) {
  .main-nav { gap: 17px; }
  .main-nav > a:not(.nav-cta) { font-size: .82rem; }
  .hero-grid { grid-template-columns: 1fr .78fr; gap: 45px; }
  .hero-visual { min-height: 590px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-auto-rows: 270px; }
  .nearby-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 81px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 22px; border-bottom: 1px solid var(--line); background: rgba(251,248,241,.98); box-shadow: 0 18px 30px rgba(29,44,39,.12); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.nav-cta) { padding: 13px 8px; font-size: .92rem; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(610px, 92%); min-height: 690px; margin: 10px auto 0; }
  .hero-main-photo { inset-inline: 8%; }
  .hero-float-photo { right: -2%; }
  .intro-grid, .practical-grid, .lake-grid, .faq-grid { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 330px; }
  .gallery-large { grid-row: span 1; }
  .gallery-wide { grid-column: span 1; }
  .practical-photo { width: min(620px, 93%); margin-inline: auto; }
  .practical-photo > img { max-height: 700px; }
  .lake-grid { gap: 55px; }
  .lake-photo-stack { min-height: 700px; width: min(650px, 94%); margin-inline: auto; }
  .location-grid { grid-template-columns: 1fr; }
  .map-card img, .map-card iframe { min-height: 380px; }
  .faq-intro { position: static; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 26px), var(--container)); }
  .header-inner { min-height: 72px; }
  .main-nav { top: 71px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand strong { font-size: .87rem; }
  .brand small { font-size: .66rem; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.1rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.15rem); }
  .hero { padding: 50px 0 75px; }
  .breadcrumb { margin-bottom: 25px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-visual { width: 100%; min-height: 555px; }
  .hero-main-photo { inset: 0 5%; border-width: 6px; border-radius: 160px 160px 26px 26px; }
  .hero-float-photo { width: 50%; border-width: 5px; }
  .hero-float-photo figcaption { font-size: .61rem; }
  .hero-badge { top: 7%; left: -2%; width: 88px; height: 88px; border-width: 5px; }
  .feature-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 420px; }
  .gallery-item { min-height: 0; }
  .check-columns { grid-template-columns: 1fr; gap: 0; }
  .photo-label { right: -6px; bottom: 20px; }
  .lake-photo-stack { min-height: 560px; width: 100%; }
  .lake-main { inset-inline: 4% 10%; border-radius: 150px 150px 20px 20px; }
  .lake-aerial { right: -2%; width: 55%; border-width: 5px; }
  .address-card { padding: 35px 25px; }
  .nearby-grid { grid-template-columns: 1fr 1fr; }
  .nearby-grid article:last-child { grid-column: 1 / -1; }
  .final-actions { width: 100%; flex-direction: column; }
  .final-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .lightbox figure { padding: 55px 12px 16px; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 11px; }
  .lightbox-prev { left: 12px; }
  .lightbox-next { right: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}


/* Mention de gestion indépendante */
.independence-notice {
  margin-top: 48px;
  padding: 24px 26px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background: rgba(255,255,255,.05);
}
.independence-notice strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: .88rem;
  letter-spacing: .04em;
}
.independence-notice p {
  max-width: 1000px;
  color: #a9bbb2;
  font-size: .79rem;
  line-height: 1.55;
}
@media (max-width: 620px) {
  .independence-notice { padding: 20px; }
}


/* Encadré de gestion indépendante */
.independent-card {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 40px;
  align-items: center;
  margin-top: 42px;
  padding: 26px 30px;
  border: 1px solid rgba(188,112,79,.28);
  border-radius: 20px;
  background: #fbf4eb;
}
.independent-card .eyebrow { margin-bottom: 8px; }
.independent-card h3 { font-size: 1.55rem; }
.independent-card > p {
  color: #56635d;
  font-size: .88rem;
  line-height: 1.6;
}
@media (max-width: 860px) {
  .independent-card { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 620px) {
  .independent-card { margin-top: 30px; padding: 22px 20px; }
}
