@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/poppins-semibold.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/poppins-bold.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/roboto-regular.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/roboto-medium.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/roboto-bold.woff2") format("woff2"); }

:root {
  --cream: #f4ead6;
  --cream-soft: #fbf7ee;
  --cream-deep: #e8dcc4;
  --olive: #78952f;
  --olive-dark: #5f7723;
  --olive-pale: #e7ecd5;
  --charcoal: #353737;
  --charcoal-soft: #484a49;
  --ink: #343634;
  --muted: #656a65;
  --orange: #e8730b;
  --white: #fffdf8;
  --border: rgba(53, 55, 55, 0.18);
  --shadow: 0 24px 60px rgba(60, 55, 43, 0.13);
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: "Roboto", Arial, sans-serif;
  --font-label: "Poppins", "Roboto", Arial, sans-serif;
  --container: 1240px;
  --header-height: 130px;
  --transition: 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; overflow-x: clip; background: var(--cream-soft); color: var(--ink); font-family: var(--font-body); font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(80px, 10vw, 136px) 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 16px; background: var(--charcoal); color: var(--cream); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 24px; font-family: var(--font-display); font-weight: 700; letter-spacing: -0.035em; line-height: 1.03; }
h1 { max-width: 720px; font-size: clamp(2.5rem, 4.35vw, 4.05rem); }
h2 { font-size: clamp(2rem, 3.2vw, 3.05rem); }
h3 { margin-bottom: 8px; font-family: var(--font-label); font-size: 1.125rem; line-height: 1.35; }
p { margin-bottom: 20px; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.eyebrow { margin-bottom: 16px; color: var(--olive-dark); font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.eyebrow--light { color: var(--cream); }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; padding: 13px 22px; font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; line-height: 1.2; transition: transform var(--transition), background var(--transition), border-color var(--transition); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(1px) scale(0.99); }
.btn--primary { background: var(--olive-dark); color: var(--white); }
.btn--primary:hover { background: #4d621b; }
.btn--cream { background: var(--cream); color: var(--charcoal); }
.btn--cream:hover { background: var(--white); }
.btn--orange { background: #b65304; color: var(--white); }
.btn--orange:hover { background: #944402; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 2px; font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; transition: gap var(--transition), color var(--transition); }
.text-link:hover { gap: 15px; color: var(--olive-dark); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251, 247, 238, 0.96); box-shadow: 0 1px 0 rgba(53, 55, 55, 0.12); backdrop-filter: blur(16px); }
.utility-bar { background: var(--charcoal); color: var(--cream); font-size: 1.125rem; }
.utility-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar__links { display: flex; gap: 24px; }
.utility-bar a:hover { color: #d5e3a7; }
.nav-row { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 192px; aspect-ratio: 1; flex: 0 0 auto; margin-bottom: -64px; filter: drop-shadow(0 7px 8px rgba(53, 55, 55, 0.18)); transition: transform var(--transition); }
.brand:hover { transform: rotate(-2deg) translateY(-2px); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 26px); font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 2px; background: var(--olive); transform: scaleX(0); transform-origin: right; transition: transform var(--transition); }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-language { color: var(--olive-dark); }
.nav-cta { padding: 12px 18px; border-radius: 4px; background: var(--olive-dark); color: var(--white); transition: background var(--transition), transform var(--transition); }
.nav-cta:hover { background: #4d621b; transform: translateY(-1px); }
.nav-toggle { display: none; width: 46px; height: 42px; border: 0; background: transparent; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { display: block; width: 26px; height: 2px; background: var(--charcoal); transition: transform var(--transition), opacity var(--transition); }
.nav-toggle span { position: relative; margin: auto; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -8px; }
.nav-toggle span::after { top: 8px; }
.nav-toggle.active span { background: transparent; }
.nav-toggle.active span::before { top: 0; transform: rotate(45deg); }
.nav-toggle.active span::after { top: 0; transform: rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: clamp(48px, 5vw, 72px) 0 clamp(80px, 8vw, 118px); background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; bottom: -160px; border: 1px solid rgba(120, 149, 47, 0.3); border-radius: 50%; box-shadow: 0 0 0 45px rgba(120, 149, 47, 0.06), 0 0 0 90px rgba(120, 149, 47, 0.04); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr); align-items: start; gap: clamp(50px, 8vw, 108px); }
.hero__lead { max-width: 620px; color: var(--charcoal-soft); font-size: clamp(1.125rem, 1.6vw, 1.32rem); line-height: 1.62; }
.hero__actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.hero__note { margin: 22px 0 0; color: var(--muted); font-size: 1.125rem; }
.hero__visual { position: relative; min-height: 590px; }
.hero__visual > img:first-child { width: 100%; height: 590px; border-radius: 180px 6px 6px 6px; object-fit: cover; object-position: 51% center; box-shadow: var(--shadow); }
.hero__caption { position: absolute; right: 24px; bottom: -18px; padding: 10px 24px 12px; border-radius: 4px; background: var(--orange); color: var(--white); font-family: var(--font-display); font-size: 1.55rem; font-style: italic; transform: rotate(-2deg); }

.fact-band { background: var(--charcoal); color: var(--cream); }
.fact-band__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact-band__grid > div { min-height: 154px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; padding: 30px clamp(18px, 3vw, 38px); border-right: 1px solid rgba(244, 234, 214, 0.17); }
.fact-band__grid > div:first-child { padding-left: 0; }
.fact-band__grid > div:last-child { border: 0; padding-right: 0; }
.fact-band strong { color: #a4bd5e; font-family: var(--font-display); font-size: 3.35rem; font-weight: 700; line-height: 1; }
.fact-band span { font-size: 1.125rem; line-height: 1.35; }

.brand-story { overflow: hidden; background: var(--olive-pale); }
.brand-story__layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr); align-items: center; gap: clamp(54px, 8vw, 116px); }
.brand-story__visual { position: relative; min-height: 680px; overflow: hidden; margin: 0; background: var(--charcoal); box-shadow: var(--shadow); }
.brand-story__visual::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(to bottom, rgba(35, 38, 36, 0), rgba(35, 38, 36, 0.86)); pointer-events: none; }
.brand-story__visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.brand-story__visual blockquote { position: absolute; right: clamp(24px, 5vw, 58px); bottom: clamp(26px, 5vw, 56px); left: clamp(24px, 5vw, 58px); z-index: 1; margin: 0; color: var(--white); }
.brand-story__visual blockquote p { max-width: 670px; margin: 0 0 14px; font-family: var(--font-display); font-size: clamp(1.65rem, 3vw, 2.75rem); font-style: italic; line-height: 1.15; }
.brand-story__visual cite { display: block; max-width: 560px; color: rgba(255, 253, 248, 0.75); font-size: 0.96rem; font-style: normal; line-height: 1.45; }
.brand-story__copy h2 { max-width: 600px; font-size: clamp(2.15rem, 3.4vw, 3.25rem); }
.brand-story__copy > p:not(.eyebrow) { max-width: 650px; color: var(--charcoal-soft); }
.brand-story__copy .brand-story__closing { margin-top: 30px; padding: 18px 0 18px 22px; border-left: 4px solid var(--orange); color: var(--charcoal); font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; line-height: 1.35; }

.house { background: var(--cream-soft); }
.section-intro { display: grid; grid-template-columns: 1.15fr 0.65fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.section-intro h2 { max-width: 750px; margin-bottom: 0; }
.section-intro > p { max-width: 500px; margin-bottom: 8px; color: var(--muted); }
.house-collage { display: grid; grid-template-columns: 1.25fr 0.75fr 0.8fr; grid-template-rows: 310px 310px; gap: 16px; }
.house-collage figure { position: relative; overflow: hidden; margin: 0; background: var(--cream-deep); }
.house-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1); }
.house-collage figure:hover img { transform: scale(1.035); }
.house-collage figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 10px 13px; background: rgba(53, 55, 55, 0.88); color: var(--cream); font-family: var(--font-label); font-size: 1.125rem; font-weight: 600; backdrop-filter: blur(8px); }
.house-collage__main { grid-row: 1 / 3; }
.house-collage__tall { grid-row: 1 / 3; }
.house-collage__tall img { object-position: center 34%; }
.amenities { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.amenities span { padding: 9px 13px; border: 1px solid var(--border); border-radius: 999px; background: var(--white); color: var(--charcoal-soft); font-size: 1.125rem; }
.amenities span::before { content: "✓"; margin-right: 7px; color: var(--olive-dark); font-family: var(--font-display); font-weight: 700; }
.property-gallery { margin-top: clamp(82px, 10vw, 128px); padding-top: clamp(52px, 7vw, 82px); border-top: 1px solid var(--border); }
.property-gallery__heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.65fr); align-items: end; gap: clamp(34px, 7vw, 92px); }
.property-gallery__heading h3 { max-width: 780px; margin: 0; font-family: var(--font-display); font-size: clamp(2rem, 3.3vw, 3.1rem); line-height: 1.06; letter-spacing: -0.035em; }
.property-gallery__heading > p { max-width: 500px; margin: 0 0 5px; color: var(--muted); }
.property-gallery__heading--single { grid-template-columns: minmax(0, 1fr); }
.property-gallery__category { display: inline-flex; width: fit-content; min-height: 50px; align-items: center; margin: 34px 0 24px; border: 1px solid var(--olive-dark); border-radius: 999px; padding: 10px 18px; background: var(--olive-dark); color: var(--white); font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; }
.property-gallery__filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 34px 0 24px; }
.property-gallery__filters button { min-height: 50px; border: 1px solid var(--border); border-radius: 999px; padding: 10px 18px; background: transparent; color: var(--charcoal); font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition); }
.property-gallery__filters button:hover { border-color: var(--olive-dark); }
.property-gallery__filters button:active { transform: scale(0.98); }
.property-gallery__filters button.is-active { border-color: var(--olive-dark); background: var(--olive-dark); color: var(--white); }
.property-gallery__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: 14px; }
.property-gallery__item { position: relative; grid-column: span 3; height: 248px; overflow: hidden; border: 0; padding: 0; background: var(--charcoal); color: var(--white); text-align: left; }
.property-gallery__item[hidden] { display: none; }
.property-gallery__item--wide { grid-column: span 6; height: 320px; }
.property-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1), opacity var(--transition); }
.property-gallery__item:nth-child(2) img { object-position: 50% 36%; }
.property-gallery__item span { position: absolute; right: 14px; bottom: 14px; max-width: calc(100% - 28px); padding: 8px 12px; background: rgba(53, 55, 55, 0.88); font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; line-height: 1.25; }
.property-gallery__item:hover img { opacity: 0.91; transform: scale(1.035); }
.property-gallery__item:active img { transform: scale(1.01); }

.audiences { background: var(--olive-dark); color: var(--cream); }
.audiences__header { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr); gap: 20px clamp(50px, 9vw, 130px); align-items: end; }
.audiences__header .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.audiences__header h2 { max-width: 760px; margin: 0; color: var(--cream); font-size: clamp(2.55rem, 4.4vw, 4.4rem); }
.audiences__header > p { max-width: 620px; margin: 0; color: rgba(255, 253, 248, 0.88); }
.audiences__header .audiences__lead { grid-column: 2; grid-row: 2; color: var(--white); font-family: var(--font-display); font-size: clamp(1.3rem, 2.1vw, 1.78rem); font-weight: 700; line-height: 1.35; }
.audiences__header > p:last-child { grid-column: 1 / -1; max-width: 920px; margin-top: 20px; font-size: 1.12rem; }
.audience-stories { margin-top: clamp(70px, 9vw, 120px); border-bottom: 1px solid rgba(244, 234, 214, 0.28); }
.audience-story { display: grid; grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(48px, 8vw, 110px); padding: clamp(64px, 7vw, 92px) 0; border-top: 1px solid rgba(244, 234, 214, 0.28); }
.audience-story:nth-child(even) .audience-story__media { order: -1; }
.audience-story__copy { max-width: 600px; }
.audience-story__number { display: block; margin-bottom: 22px; color: #bfd07e; font-family: var(--font-display); font-size: 2.15rem; font-style: italic; }
.audience-story__label { margin-bottom: 12px; color: #cbd99c; font-family: var(--font-label); font-size: 0.9rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.audience-story h3 { max-width: 630px; margin-bottom: 24px; color: var(--white); font-family: var(--font-display); font-size: clamp(2rem, 3.2vw, 3.15rem); letter-spacing: -0.03em; line-height: 1.08; }
.audience-story__copy > p:not(.audience-story__label), .audience-story__facts { color: rgba(255, 253, 248, 0.88); }
.audience-story__facts { margin: -4px 0 22px; padding-left: 20px; }
.audience-story__facts li { margin: 5px 0; }
.text-link--light { margin-top: 8px; color: var(--cream); }
.text-link--light:hover { color: #d4e0aa; }
.audience-story__media { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: 220px 220px; gap: 12px; min-width: 0; }
.audience-story__media img { width: 100%; height: 100%; border: 1px solid rgba(255, 253, 248, 0.16); object-fit: cover; transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1), opacity var(--transition); }
.audience-story__media img:hover { opacity: 0.94; transform: scale(0.992); }
.audience-story__media-main { grid-column: 1 / 8; grid-row: 1 / 3; }
.audience-story__media img:nth-child(2) { grid-column: 8 / 13; grid-row: 1; }
.audience-story__media img:nth-child(3) { grid-column: 8 / 13; grid-row: 2; }
.audience-story__media-team { object-position: 50% 18%; }
.audience-story__media-main--portrait { object-position: 50% 72%; }
.audience-story__media-cooking { object-position: 50% 13%; }
.audience-story__media--single { display: block; }
.audience-story__media--single .audience-story__media-main { width: 100%; height: auto; aspect-ratio: 16 / 10; object-position: center; }

.lake { overflow: hidden; background: var(--cream); }
.lake__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr); align-items: center; gap: clamp(50px, 7vw, 96px); }
.lake__images { display: grid; gap: 18px; align-items: start; }
.lake__image-main, .lake__image-small { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; box-shadow: var(--shadow); }
.lake__image-main { object-position: 50% 56%; }
.lake__image-small { margin: 0; border: 0; object-position: 50% 68%; }
.lake__copy h2 { max-width: 500px; font-size: clamp(2.15rem, 3.25vw, 3rem); line-height: 1.06; }
.lake__copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); }
.lake__honest { padding: 18px 20px; border-left: 4px solid var(--orange); background: var(--cream-soft); color: var(--ink) !important; }
.lake__links { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.lake-gallery { margin-top: clamp(72px, 9vw, 118px); }
.lake-gallery__heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 48px; margin-bottom: 30px; }
.lake-gallery__heading h3 { max-width: 760px; margin: 0; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1.1; }
.lake-gallery__heading > p { margin: 0 0 5px; color: var(--muted); }
.lake-gallery__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: 14px; }
.lake-gallery__item { position: relative; grid-column: span 4; height: 270px; overflow: hidden; border: 0; padding: 0; background: var(--charcoal); color: var(--white); text-align: left; }
.lake-gallery__item:nth-child(1) { grid-column: span 7; height: 390px; }
.lake-gallery__item:nth-child(2) { grid-column: span 5; height: 390px; }
.lake-gallery__item:nth-child(4) { grid-column: span 3; }
.lake-gallery__item:nth-child(5) { grid-column: span 5; }
.lake-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1), opacity var(--transition); }
.lake-gallery__item:nth-child(1) img { object-position: 50% 56%; }
.lake-gallery__item:nth-child(2) img { object-position: 64% 50%; }
.lake-gallery__item span { position: absolute; right: 16px; bottom: 16px; padding: 8px 12px; background: rgba(53, 55, 55, 0.88); font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; line-height: 1.25; }
.lake-gallery__item:hover img { opacity: 0.91; transform: scale(1.035); }
.lake-gallery__item:active img { transform: scale(1.01); }
.lake-lightbox[hidden] { display: none; }
.lake-lightbox { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; overflow: auto; padding: 20px; background: rgba(28, 30, 29, 0.9); color: var(--white); backdrop-filter: blur(8px); }
.lake-lightbox__frame { position: relative; display: grid; width: min(1180px, 100%); place-items: center; gap: 14px; }
.lake-lightbox__frame > img { width: auto; max-width: 100%; max-height: calc(100dvh - 112px); object-fit: contain; box-shadow: 0 24px 70px rgba(18, 20, 19, 0.38); }
.lake-lightbox__frame > p { margin: 0; font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; text-align: center; }
.lake-lightbox__close, .lake-lightbox__nav { position: absolute; z-index: 1; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(255, 253, 248, 0.45); border-radius: 50%; background: rgba(53, 55, 55, 0.9); color: var(--white); transition: background var(--transition), transform var(--transition); }
.lake-lightbox__close { top: 14px; right: 14px; }
.lake-lightbox__nav { top: 50%; transform: translateY(-50%); }
.lake-lightbox__nav--previous { left: 14px; }
.lake-lightbox__nav--next { right: 14px; }
.lake-lightbox__close:hover, .lake-lightbox__nav:hover { background: var(--olive-dark); }
.lake-lightbox__close:active { transform: scale(0.96); }
.lake-lightbox__nav:active { transform: translateY(-50%) scale(0.96); }
.lake-lightbox__close svg, .lake-lightbox__nav svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.activities-preview { background: var(--cream-soft); }
.activities-preview__header { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; margin-bottom: 50px; }
.activities-preview__header h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2rem, 3.2vw, 3rem); }
.activity-strip { display: grid; grid-template-columns: 1.15fr 0.85fr; border-top: 1px solid var(--border); }
.activity-strip__item { min-height: 158px; display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 30px 34px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); transition: background var(--transition), color var(--transition), transform var(--transition); }
.activity-strip__item:nth-child(2n) { border-right: 0; }
.activity-strip__item:hover { background: var(--charcoal); color: var(--cream); transform: translateY(-3px); }
.activity-strip__item span { color: var(--olive-dark); font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.activity-strip__item:hover span { color: #b8cf79; }
.activity-strip__item strong { max-width: 540px; font-family: var(--font-display); font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.2; }

.faq { background: var(--cream); }
.faq__layout { display: grid; grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr); align-items: start; gap: clamp(60px, 9vw, 130px); }
.faq__intro { position: sticky; top: calc(var(--header-height) + 36px); }
.faq__intro h2 { max-width: 530px; font-size: clamp(2.15rem, 3.25vw, 3.2rem); }
.faq__intro > p:not(.eyebrow) { max-width: 500px; color: var(--muted); }
.faq__intro .btn { margin-top: 16px; }
.faq__list { border-bottom: 1px solid var(--border); }
.faq__list details { border-top: 1px solid var(--border); }
.faq__list summary { position: relative; padding: 24px 54px 24px 0; color: var(--charcoal); font-family: var(--font-label); font-size: clamp(1.08rem, 1.6vw, 1.28rem); font-weight: 700; line-height: 1.4; list-style: none; cursor: pointer; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::before, .faq__list summary::after { content: ""; position: absolute; top: 50%; right: 7px; width: 18px; height: 2px; background: var(--olive-dark); transition: opacity var(--transition), transform var(--transition); }
.faq__list summary::after { transform: rotate(90deg); }
.faq__list details[open] summary::after { opacity: 0; transform: rotate(0); }
.faq__list summary:hover { color: var(--olive-dark); }
.faq__list details > p { max-width: 760px; margin: -4px 54px 0 0; padding: 0 0 25px; color: var(--muted); }

.contact { background: var(--charcoal); color: var(--cream); }
.contact__grid { display: grid; grid-template-columns: minmax(300px, 0.8fr) minmax(500px, 1.2fr); gap: clamp(60px, 9vw, 130px); align-items: start; }
.contact__details h2 { color: var(--cream); }
.contact__details > p:not(.eyebrow) { max-width: 480px; color: rgba(244, 234, 214, 0.76); }
.contact__details dl { margin: 44px 0 0; }
.contact__details dl > div { display: grid; grid-template-columns: 80px 1fr; gap: 22px; padding: 17px 0; border-top: 1px solid rgba(244, 234, 214, 0.2); }
.contact__details dl > div:last-child { border-bottom: 1px solid rgba(244, 234, 214, 0.2); }
.contact__details dt { color: #b7c978; font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; text-transform: uppercase; }
.contact__details dd { margin: 0; }
.contact__details a:hover { color: #c8dc8c; }
.contact__minimum { margin-top: 24px; padding-left: 16px; border-left: 3px solid var(--orange); font-weight: 500; }
.contact-form { padding: clamp(28px, 4.5vw, 54px); background: var(--cream); color: var(--charcoal); box-shadow: 0 30px 70px rgba(18, 20, 19, 0.28); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; margin-bottom: 18px; }
.form-field label { font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; }
.form-field label span { color: var(--muted); font-family: var(--font-body); font-weight: 400; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid rgba(53, 55, 55, 0.32); border-radius: 2px; padding: 12px 13px; background: var(--white); color: var(--charcoal); transition: border var(--transition), box-shadow var(--transition); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 0; border-color: var(--olive-dark); box-shadow: 0 0 0 3px rgba(120, 149, 47, 0.18); }
.form-field textarea { min-height: 126px; resize: vertical; }
.form-consent label { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; font-family: var(--font-body); font-weight: 400; line-height: 1.45; }
.form-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--olive); }
.form-consent a { border-bottom: 1px solid currentColor; color: var(--olive-dark); }
.field-error { min-height: 22px; color: #9c2f24; font-size: 1.125rem; }
.form-field.has-error input, .form-field.has-error select, .form-field.has-error textarea { border-color: #ad392e; }
.form-helper { margin: 13px 0 0; color: var(--muted); font-size: 1.125rem; }
.form-status { display: none; margin: 18px 0 0; padding: 12px 14px; font-weight: 500; }
.form-status.is-visible { display: block; }
.form-status.is-error { background: #f4dcd7; color: #84241c; }
.form-status.is-success { background: var(--olive-pale); color: #435716; }
.prepared-mail { display: none; margin-top: 18px; padding: 20px; border: 1px solid rgba(120, 149, 47, 0.4); background: var(--cream-soft); }
.prepared-mail.is-visible { display: block; }
.prepared-mail p { margin-bottom: 12px; }

.google-reviews { padding: clamp(72px, 8vw, 108px) 0; background: #292b2a; color: var(--cream); }
.google-reviews__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, 0.68fr); align-items: center; gap: clamp(50px, 9vw, 130px); }
.google-reviews__copy h2 { max-width: 690px; margin-bottom: 20px; color: var(--cream); font-size: clamp(2.1rem, 3.5vw, 3.35rem); }
.google-reviews__copy > p:not(.eyebrow) { max-width: 650px; margin: 0; color: rgba(244, 234, 214, 0.74); }
.google-reviews__rating { padding: 30px 32px; border-left: 5px solid var(--orange); background: var(--cream-soft); box-shadow: 0 20px 50px rgba(60, 55, 43, 0.11); }
.google-reviews__score { display: flex; align-items: baseline; gap: 10px; }
.google-reviews__score strong { color: var(--charcoal); font-family: var(--font-display); font-size: 4.6rem; line-height: 0.95; }
.google-reviews__score span { color: var(--muted); font-family: var(--font-label); font-weight: 700; }
.google-reviews__stars { display: flex; gap: 4px; margin: 17px 0 12px; color: #b65304; }
.google-reviews__stars svg { width: 29px; height: 29px; fill: currentColor; }
.google-reviews__rating > p { margin: 0; }
.google-reviews__rating time { display: block; margin: 3px 0 23px; color: var(--muted); font-size: 0.9rem; }
.google-reviews__rating .btn { width: 100%; text-align: center; }
.google-reviews__embed { grid-column: 1 / -1; overflow: hidden; border: 1px solid rgba(244, 234, 214, 0.16); background: #242625; box-shadow: 0 24px 62px rgba(11, 13, 12, 0.28); }
.google-reviews__placeholder { display: grid; min-height: 430px; place-items: center; align-content: center; padding: clamp(34px, 6vw, 72px); background: #242625; text-align: center; }
.google-reviews__placeholder h3 { max-width: 680px; margin: 6px 0 14px; color: var(--cream); font-size: clamp(1.7rem, 3vw, 2.55rem); }
.google-reviews__placeholder > p:not(.eyebrow) { max-width: 720px; margin-bottom: 22px; color: rgba(244, 234, 214, 0.74); }
.google-reviews__privacy-icon { width: 52px; height: 52px; margin-bottom: 12px; fill: #b7c978; }
.google-reviews__placeholder .btn { min-width: min(100%, 260px); cursor: pointer; }
.google-reviews__placeholder .google-reviews__privacy-note { max-width: 620px; margin: 18px 0 0; color: rgba(244, 234, 214, 0.66); font-size: 0.9rem; }
.google-reviews__privacy-note a { border-bottom: 1px solid currentColor; color: #c8dc8c; font-weight: 600; }
.google-reviews__iframe-shell { height: clamp(480px, 62vw, 680px); padding-top: 72px; background: #242625; }
.google-reviews__iframe-shell iframe { display: block; width: 100%; height: 100%; border: 0; }
.google-reviews__embed-controls { display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; background: var(--charcoal); color: var(--cream); }
.google-reviews__embed-controls p { margin: 0; font-size: 0.9rem; }
.google-reviews__hide { border: 0; border-bottom: 1px solid currentColor; padding: 2px 0; background: transparent; color: var(--cream); font: 700 0.85rem/1.3 var(--font-label); cursor: pointer; }
.google-reviews__hide:hover, .google-reviews__hide:focus-visible { color: #c8dc8c; }

.site-footer { padding: 64px 0 24px; background: #292b2a; color: rgba(244, 234, 214, 0.75); }
.footer__grid { display: grid; grid-template-columns: 1.25fr 1fr 0.8fr 0.9fr; gap: 48px; }
.footer__brand { display: flex; align-items: flex-start; }
.footer__brand img { width: 150px; height: 150px; aspect-ratio: 1; object-fit: contain; flex: none; filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.22)); }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer__grid strong { margin-bottom: 7px; color: var(--cream); font-family: var(--font-label); font-size: 1.125rem; }
.footer__grid a, .footer__grid span { font-size: 1.125rem; }
.footer__grid a:hover { color: #c7d98b; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(244, 234, 214, 0.13); font-size: 1.125rem; }

.whatsapp-button { position: fixed; right: clamp(16px, 2.5vw, 32px); bottom: clamp(16px, 2.5vw, 32px); z-index: 19; display: inline-flex; min-height: 58px; align-items: center; gap: 10px; padding: 9px 18px 9px 11px; border: 1px solid rgba(255, 255, 255, 0.72); border-radius: 999px; background: #25d366; color: var(--white); box-shadow: 0 18px 38px -20px rgba(18, 140, 72, 0.8), inset 0 1px rgba(255, 255, 255, 0.18); font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; line-height: 1; transition: transform var(--transition), background var(--transition); }
.whatsapp-button:hover { background: #1ebe5d; transform: translateY(-3px); }
.whatsapp-button:active { transform: scale(0.98); }
.whatsapp-button svg { width: 32px; height: 32px; flex: 0 0 auto; fill: currentColor; }

/* Cookie consent */
.cookie-consent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 10000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 18px 60px rgba(25, 28, 27, 0.24);
}
.cookie-consent[hidden], .cookie-settings-button[hidden] { display: none; }
.cookie-consent__content h2 { margin-bottom: 8px; font-size: 1.55rem; }
.cookie-consent__content p { max-width: 760px; margin-bottom: 8px; color: var(--charcoal-soft); }
.cookie-consent__content a { border-bottom: 1px solid currentColor; color: var(--olive-dark); font-weight: 600; }
.cookie-consent__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.cookie-consent__actions .btn { min-width: 180px; cursor: pointer; }
.btn--outline { border-color: var(--olive-dark); background: var(--white); color: var(--olive-dark); }
.btn--outline:hover { background: var(--olive-pale); }
.cookie-settings-button {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 9998;
  padding: 10px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  color: var(--olive-dark);
  box-shadow: var(--shadow);
  font: 700 0.8rem/1.2 var(--font-label);
  cursor: pointer;
}
.cookie-settings-button:hover, .cookie-settings-button:focus-visible { background: var(--olive-pale); }

/* Legal pages */
.legal-page { padding: clamp(64px, 7vw, 104px) 0; background: var(--cream-soft); }
.legal-page__header { max-width: 820px; margin-bottom: 58px; }
.legal-page__header h1 { max-width: none; }
.legal-content { max-width: 900px; }
.legal-content h2 { margin: 54px 0 18px; font-size: clamp(1.55rem, 2.4vw, 2.15rem); line-height: 1.16; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin-top: 32px; }
.legal-content p, .legal-content li { max-width: 78ch; }
.legal-content ul { margin: 0 0 24px; padding-left: 24px; }
.legal-content a { border-bottom: 1px solid currentColor; color: var(--olive-dark); }
.legal-note { padding: 18px 20px; border-left: 4px solid var(--orange); background: var(--cream); }

.fade-in { opacity: 0; transform: translateY(22px); transition: opacity 650ms cubic-bezier(0.16, 1, 0.3, 1), transform 650ms cubic-bezier(0.16, 1, 0.3, 1); }
.fade-in.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; } .fade-in { opacity: 1; transform: none; } }

/* Freizeit page */
.subpage-hero { padding: clamp(90px, 11vw, 150px) 0 90px; background: var(--cream); }
.subpage-hero__grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr); gap: clamp(55px, 8vw, 110px); align-items: center; }
.subpage-hero h1 { max-width: 650px; font-size: clamp(2.45rem, 4vw, 3.9rem); }
.subpage-hero__image { height: 520px; border-radius: 160px 4px 4px 4px; object-fit: cover; box-shadow: var(--shadow); }
.quick-nav { padding: 20px 0; border-block: 1px solid var(--border); background: var(--cream-soft); }
.quick-nav__inner { display: flex; flex-wrap: wrap; gap: 10px; }
.quick-nav a { padding: 8px 12px; border: 1px solid var(--border); border-radius: 999px; background: var(--white); font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; }
.quick-nav a:hover { background: var(--olive-dark); color: var(--white); }
.destination-section { padding: 88px 0; }
.destination-section:nth-of-type(even) { background: var(--cream); }
.destination-heading { display: grid; grid-template-columns: 48px clamp(230px, 22vw, 340px) minmax(240px, 1fr) minmax(170px, 220px); align-items: end; gap: 24px; margin-bottom: 44px; }
.destination-heading > div { grid-column: 1 / 3; }
.destination-heading > p { grid-column: 3 / 5; }
.destination-heading h2 { margin: 0; font-size: clamp(1.9rem, 2.75vw, 2.7rem); }
.destination-heading p { margin: 0 0 5px; color: var(--muted); }
.destination-list { border-top: 1px solid var(--border); }
.destination { display: grid; grid-template-columns: 48px clamp(230px, 22vw, 340px) minmax(240px, 1fr) minmax(170px, 220px); align-items: baseline; gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--border); }
.destination > span { color: var(--olive-dark); font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; }
.destination h3 { margin: 0; }
.destination p { margin: 0; color: var(--muted); font-size: 1.125rem; }
.destination a { border-bottom: 1px solid currentColor; font-family: var(--font-label); font-size: 1.125rem; font-weight: 700; }
.destination a:hover { color: var(--olive-dark); }
.source-note { margin-top: 32px; color: var(--muted); font-size: 1.125rem; }
.return-cta { padding: 80px 0; background: var(--olive-dark); color: var(--cream); }
.return-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.return-cta h2 { max-width: 770px; margin: 0; color: var(--cream); }

@media (max-width: 1050px) {
  :root { --header-height: 112px; }
  .utility-bar__inner > span { display: none; }
  .utility-bar__inner { justify-content: flex-end; }
  .brand { width: 140px; margin-bottom: -38px; }
  .main-nav { gap: 12px; }
  .hero__grid, .subpage-hero__grid { grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); gap: 46px; }
  .hero__visual, .hero__visual > img:first-child { min-height: 510px; height: 510px; }
  .fact-band__grid { grid-template-columns: repeat(2, 1fr); }
  .fact-band__grid > div { border-bottom: 1px solid rgba(244, 234, 214, 0.17); }
  .fact-band__grid > div:nth-child(2) { border-right: 0; }
  .fact-band__grid > div:first-child, .fact-band__grid > div:last-child { padding-inline: clamp(18px, 3vw, 38px); }
  .house-collage { grid-template-columns: 1.1fr 0.9fr; grid-template-rows: 360px 280px; }
  .house-collage__main { grid-row: auto; }
  .house-collage__tall { grid-column: 2; grid-row: 1 / 3; }
  .house-collage__small:last-child { display: none; }
  .property-gallery__item { grid-column: span 4; }
  .property-gallery__item--wide { grid-column: span 8; }
  .brand-story__layout { grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr); gap: 54px; }
  .brand-story__visual { min-height: 590px; }
  .audience-story { grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr); gap: 48px; }
  .audience-story__media { grid-template-rows: 190px 190px; }
  .faq__layout, .google-reviews__inner { gap: 64px; }
  .contact__grid { grid-template-columns: 0.75fr 1.25fr; gap: 55px; }
}

@media (max-width: 820px) {
  :root { --header-height: 90px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .utility-bar { display: none; }
  .nav-row { min-height: 112px; }
  .brand { width: 132px; margin: 0; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .main-nav { position: fixed; inset: var(--header-height) 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 28px 24px 40px; background: var(--cream-soft); transform: translateX(100%); visibility: hidden; transition: transform var(--transition), visibility var(--transition); overflow-y: auto; }
  .main-nav.open { transform: translateX(0); visibility: visible; }
  .main-nav > a, .main-nav > a:not(.nav-cta) { padding: 16px 4px; border-bottom: 1px solid var(--border); font-size: 1.125rem; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 18px; text-align: center; }
  .hero { padding-top: 62px; }
  .hero__grid, .subpage-hero__grid, .brand-story__layout { grid-template-columns: 1fr; }
  .hero__visual { min-height: 520px; }
  .hero__visual > img:first-child { height: 520px; min-height: 0; border-radius: 120px 4px 4px 4px; }
  .section-intro, .lake__grid, .activities-preview__header, .destination-heading { grid-template-columns: 1fr; gap: 24px; }
  .destination-heading > div, .destination-heading > p { grid-column: auto; }
  .section-intro { align-items: start; }
  .property-gallery__heading { grid-template-columns: 1fr; gap: 18px; }
  .property-gallery__item, .property-gallery__item--wide { grid-column: span 6; height: 280px; }
  .property-gallery__item--wide { grid-column: span 12; height: 360px; }
  .brand-story__visual { min-height: 540px; }
  .audiences__header, .audience-story, .faq__layout, .contact__grid, .google-reviews__inner { grid-template-columns: 1fr; }
  .audiences__header .audiences__lead, .audiences__header > p:last-child { grid-column: 1; grid-row: auto; }
  .audiences__header .audiences__lead { max-width: 680px; margin-top: 10px; }
  .audience-story:nth-child(even) .audience-story__media { order: 0; }
  .audience-story__copy { max-width: 720px; }
  .audience-story__media { grid-template-rows: 260px 220px; }
  .faq__intro { position: static; }
  .lake__grid { gap: 52px; }
  .lake__images { width: min(100%, 760px); }
  .lake__image-main, .lake__image-small { width: 100%; aspect-ratio: 16 / 10; }
  .lake__image-small { margin: 0; }
  .lake-gallery__heading { grid-template-columns: 1fr; gap: 8px; }
  .lake-gallery__item, .lake-gallery__item:nth-child(1), .lake-gallery__item:nth-child(2), .lake-gallery__item:nth-child(4), .lake-gallery__item:nth-child(5) { grid-column: span 6; height: 290px; }
  .lake-gallery__item:nth-child(1) { grid-column: span 12; height: 380px; }
  .activity-strip { grid-template-columns: 1fr; }
  .activity-strip__item { border-right: 0; }
  .google-reviews__rating { width: min(100%, 540px); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .cookie-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    gap: 18px;
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    padding: 20px;
  }
  .cookie-consent__actions { display: grid; grid-template-columns: 1fr; }
  .cookie-consent__actions .btn { width: 100%; min-width: 0; }
  .subpage-hero__image { height: 450px; }
  .destination { grid-template-columns: 40px minmax(160px, 0.7fr) minmax(240px, 1.3fr); }
  .destination a { grid-column: 2 / 4; justify-self: start; }
}

@media (max-width: 560px) {
  .section { padding: 72px 0; }
  h1 { font-size: clamp(2.3rem, 10.5vw, 3rem); }
  h2 { font-size: clamp(1.95rem, 8vw, 2.35rem); }
  .hero { padding: 54px 0 92px; }
  .hero__actions, .lake__links { align-items: flex-start; flex-direction: column; }
  .hero__visual, .hero__visual > img:first-child { height: 430px; min-height: 430px; }
  .hero__visual > img:first-child { border-radius: 84px 4px 4px 4px; }
  .hero__caption { right: 12px; font-size: 1.125rem; }
  .fact-band__grid { grid-template-columns: 1fr; }
  .fact-band__grid > div { min-height: 110px; border-right: 0; padding: 22px 0 !important; }
  .fact-band strong { min-width: 78px; font-size: 2.7rem; }
  .house-collage { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 290px); }
  .house-collage__main, .house-collage__tall, .house-collage__small { grid-column: auto; grid-row: auto; }
  .house-collage__small:last-child { display: block; }
  .property-gallery__filters { align-items: stretch; flex-direction: column; }
  .property-gallery__filters button { width: 100%; }
  .property-gallery__item, .property-gallery__item--wide { grid-column: span 12; height: 250px; }
  .property-gallery__item--wide { height: 290px; }
  .brand-story__visual { min-height: 500px; }
  .brand-story__visual blockquote { right: 22px; bottom: 24px; left: 22px; }
  .brand-story__visual blockquote p { font-size: 1.55rem; }
  .audiences__header h2 { font-size: clamp(2.35rem, 11vw, 3.25rem); }
  .audience-story { gap: 36px; padding: 58px 0; }
  .audience-story__number { margin-bottom: 15px; }
  .audience-story h3 { font-size: clamp(1.95rem, 9vw, 2.55rem); }
  .audience-story__media { grid-template-rows: 230px 145px; gap: 8px; }
  .audience-story__media-main { grid-column: 1 / 13; grid-row: 1; }
  .audience-story__media img:nth-child(2) { grid-column: 1 / 7; grid-row: 2; }
  .audience-story__media img:nth-child(3) { grid-column: 7 / 13; grid-row: 2; }
  .faq__list summary { padding-block: 21px; font-size: 1.05rem; }
  .faq__list details > p { margin-right: 8px; }
  .google-reviews__rating { padding: 26px 22px; }
  .google-reviews__score strong { font-size: 4rem; }
  .lake__images { gap: 12px; }
  .lake__image-main, .lake__image-small { width: 100%; aspect-ratio: 16 / 10; }
  .lake-gallery__grid { gap: 10px; }
  .lake-gallery__item, .lake-gallery__item:nth-child(1), .lake-gallery__item:nth-child(2), .lake-gallery__item:nth-child(4), .lake-gallery__item:nth-child(5) { grid-column: span 12; height: 250px; }
  .lake-gallery__item:nth-child(1) { height: 300px; }
  .lake-gallery__item span { right: 12px; bottom: 12px; }
  .lake-lightbox { padding: 10px; }
  .lake-lightbox__frame > img { max-height: calc(100dvh - 92px); }
  .lake-lightbox__close, .lake-lightbox__nav { width: 46px; height: 46px; }
  .lake-lightbox__close { top: 10px; right: 10px; }
  .lake-lightbox__nav--previous { left: 10px; }
  .lake-lightbox__nav--next { right: 10px; }
  .activity-strip__item { min-height: 140px; padding: 26px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { margin-inline: -2px; padding: 25px 20px; }
  .contact__details dl > div { grid-template-columns: 68px 1fr; gap: 14px; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .footer__bottom, .return-cta__inner { align-items: flex-start; flex-direction: column; }
  .subpage-hero { padding-top: 62px; }
  .subpage-hero__image { height: 360px; border-radius: 90px 4px 4px 4px; }
  .destination { grid-template-columns: 34px 1fr; gap: 9px 12px; }
  .destination h3 { align-self: center; }
  .destination p, .destination a { grid-column: 2; }
  .whatsapp-button { width: 56px; height: 56px; min-height: 0; justify-content: center; padding: 8px; }
  .whatsapp-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
}
