:root {
    --ink: #17201b;
    --muted: #65706b;
    --pine: #204637;
    --pine-dark: #12281f;
    --lake: #1b7f8f;
    --clay: #b66d3c;
    --gold: #d9a441;
    --cream: #fbfaf6;
    --soft-green: #e2ece2;
    --line: #dfe6e0;
    --white: #ffffff;
    --shadow: 0 18px 45px rgba(20, 36, 32, .18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

[id] {
    scroll-margin-top: 100px;
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--cream);
    color: var(--ink);
    font-family: Inter, Arial, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

.site-header {
    position: fixed;
    top: 0;
    left: clamp(12px, 3vw, 42px);
    right: clamp(12px, 3vw, 42px);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 110px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(32, 70, 55, .16);
    border-radius: 0 0 8px 8px;
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 42px rgba(20, 36, 32, .18);
}

.brand {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: clamp(240px, 26vw, 320px);
    min-width: 0;
    text-decoration: none;
}

.brand-logo {
    display: block;
    width: 100%;
    height: auto;
}

.brand-location {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 24.5%;
    margin-top: 10px;
    background: transparent;
    color: #47635a;
    font-size: clamp(11px, .95vw, 13px);
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
}

.site-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #28362f;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: none;
}

.site-nav a {
    text-decoration: none;
}

.nav-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.nav-cta,
.btn.primary {
    background: var(--clay);
    color: var(--white);
}

.btn.secondary {
    background: rgba(255, 255, 255, .92);
    color: var(--pine-dark);
}

.menu-toggle {
    display: none;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--white);
    color: var(--ink);
    font-weight: 800;
}

.hero {
    position: relative;
    min-height: auto;
    display: grid;
    justify-items: center;
    padding: clamp(118px, 13vw, 164px) clamp(12px, 3vw, 42px) clamp(42px, 6vw, 72px);
    color: var(--ink);
    overflow: hidden;
}

.hero-visual {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #d7e2df;
}

.hero-bg {
    width: 100%;
    height: clamp(150px, 24vw, 455px);
    object-fit: cover;
    object-position: center;
    filter: contrast(1.07) saturate(1.04);
}

.hero-bg-banner {
    object-position: center center;
}

.hero-overlay {
    display: none;
}

.hero-content {
    position: relative;
    justify-self: start;
    max-width: 780px;
    margin-top: 0;
}

.hero-info-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 520px) minmax(0, 1fr);
    align-items: stretch;
    gap: clamp(24px, 4vw, 54px);
    justify-self: stretch;
    width: 100%;
    max-width: none;
    margin-top: clamp(28px, 4vw, 44px);
    padding: clamp(18px, 3vw, 32px);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: transparent;
    isolation: isolate;
}

.hero-info-row::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: var(--soft-green);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    z-index: -1;
}

.hero-message {
    min-width: 0;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    font-family: Lora, Georgia, serif;
    font-size: clamp(52px, 8vw, 102px);
    line-height: .98;
}

.hero-copy {
    max-width: 650px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: clamp(18px, 2.2vw, 24px);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hero-card {
    position: relative;
    justify-self: start;
    width: min(420px, 100%);
    margin-top: 28px;
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    background: rgba(8, 22, 16, .72);
    backdrop-filter: blur(8px);
}

.hero-card img {
    width: 140px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 5px;
}

.hero-card strong,
.hero-card span {
    display: block;
}

.hero-card strong {
    color: var(--white);
}

.hero-card span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
}

.hero-pool-frame {
    position: relative;
    min-width: 0;
    min-height: 280px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.hero-pool-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section {
    padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 70px);
}

.intro {
    display: grid;
    grid-template-columns: minmax(260px, 520px) minmax(280px, 1fr);
    gap: clamp(28px, 6vw, 72px);
    max-width: 1240px;
    margin: 0 auto;
}

.section-copy h2,
.section-heading h2,
.split-content h2,
.lake-area h2,
.contact-info h2 {
    margin: 0;
    font-family: Lora, Georgia, serif;
    font-size: clamp(32px, 4.2vw, 54px);
    line-height: 1.06;
}

.intro-text {
    color: #415047;
    font-size: clamp(16px, 1.6vw, 18px);
}

.intro-text p:first-child {
    margin-top: 0;
}

.intro-logo-image {
    display: block;
    width: min(100%, 520px);
    height: clamp(190px, 22vw, 250px);
    object-fit: cover;
    object-position: center;
    margin-top: 24px;
}

.feature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--white);
}

.feature-strip div {
    padding: 28px clamp(18px, 3vw, 36px);
    border-right: 1px solid var(--line);
}

.feature-strip div:last-child {
    border-right: 0;
}

.feature-strip strong,
.feature-strip span {
    display: block;
}

.feature-strip span {
    margin-top: 6px;
    color: var(--muted);
}

.rooms-section {
    background: var(--soft-green);
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.section-heading p:last-child {
    color: var(--muted);
    font-size: 17px;
}

.room-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto;
}

.room-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 8px 24px rgba(39, 59, 49, .08);
}

.room-card-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #d8ded9;
}

.room-card-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1600ms ease;
}

.room-card-media img.is-active {
    opacity: 1;
}

.room-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.room-topline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.room-topline strong {
    color: var(--clay);
}

.room-body h3 {
    margin: 12px 0;
    font-size: clamp(20px, 2vw, 22px);
    line-height: 1.2;
}

.room-body ul {
    margin: 0;
    padding-left: 18px;
    color: #4f5e55;
}

.room-body li + li {
    margin-top: 6px;
}

.room-body a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: auto;
    padding: 13px 18px;
    border-radius: 8px;
    background: var(--lake);
    color: var(--white);
    font-weight: 800;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.room-body a:hover,
.room-body a:focus-visible {
    background: #1f6f83;
    transform: translateY(-1px);
}

.policy-note {
    max-width: 1240px;
    margin: 22px auto 0;
    color: var(--clay);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(300px, 520px) minmax(300px, 1fr);
    gap: clamp(30px, 6vw, 76px);
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
}

.split-media img {
    width: 100%;
    aspect-ratio: 5 / 6;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.amenities-section {
    align-items: stretch;
}

.amenity-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    height: 100%;
    min-height: 430px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(251, 250, 246, .94), rgba(226, 236, 226, .88)),
        url("images/7M4A2728-2.jpg") center / cover;
}

.amenity-visual-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    min-height: 176px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 8px;
    color: #153f35;
    box-shadow: 0 16px 34px rgba(25, 51, 45, .13);
}

.amenity-visual-item span {
    display: inline-grid;
    place-items: center;
    width: 100%;
    min-height: 116px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .7);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55), 0 14px 28px rgba(0, 0, 0, .1);
}

.amenity-visual-item svg {
    width: min(100%, 188px);
    height: auto;
    display: block;
    filter: drop-shadow(0 8px 10px rgba(37, 61, 54, .12));
}

.amenity-visual-item strong {
    max-width: 11rem;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(21px, 2vw, 29px);
    font-weight: 700;
    line-height: 1.08;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .36);
}

.amenity-visual-lake {
    background: linear-gradient(135deg, #d6f6ff, #9ee8d4);
}

.amenity-visual-family {
    background: linear-gradient(135deg, #ffe2a5, #ffb4a4);
}

.amenity-visual-lodging {
    background: linear-gradient(135deg, #dce8ff, #ffd291);
}

.amenity-visual-rv {
    background: linear-gradient(135deg, #d4fff2, #a9d8ff);
}

.amenity-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.amenity-grid div {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.amenity-grid strong,
.amenity-grid span {
    display: block;
}

.amenity-grid span {
    margin-top: 7px;
    color: var(--muted);
}

.lake-area {
    display: grid;
    grid-template-columns: minmax(300px, 1.08fr) minmax(280px, .72fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: stretch;
    background:
        linear-gradient(135deg, rgba(226, 236, 226, .94), rgba(251, 250, 246, .98)),
        url("images/7M4A2728-2.jpg") center / cover;
}

.lake-area-copy {
    align-self: center;
    max-width: 760px;
}

.lake-area-copy > p:last-of-type {
    max-width: 660px;
    margin: 18px 0 0;
    color: #46534d;
    font-size: 18px;
}

.lake-destination-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.lake-destination-grid div {
    min-height: 118px;
    padding: 18px;
    border: 1px solid rgba(32, 70, 55, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 12px 28px rgba(20, 36, 32, .08);
}

.lake-destination-grid strong,
.lake-destination-grid span {
    display: block;
}

.lake-destination-grid strong {
    color: var(--pine-dark);
    font-size: 18px;
}

.lake-destination-grid span {
    margin-top: 8px;
    color: #58655f;
}

.lake-area-map {
    align-self: center;
    overflow: hidden;
    border: 1px solid rgba(32, 70, 55, .18);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.lake-area-map img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-bottom: 1px solid var(--line);
}

.lake-map-note {
    padding: 18px 20px 20px;
}

.lake-map-note strong,
.lake-map-note span {
    display: block;
}

.lake-map-note strong {
    color: var(--pine-dark);
    font-size: 18px;
}

.lake-map-note span {
    margin-top: 7px;
    color: var(--muted);
}

.lake-map-note small {
    display: block;
    margin-top: 12px;
    color: #77827c;
    font-size: 12px;
}

.gallery-carousel {
    max-width: 1240px;
    margin: 0 auto;
    min-width: 0;
}

.gallery-stage {
    position: relative;
    display: grid;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: #101914;
    box-shadow: var(--shadow);
}

.gallery-feature {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
}

.gallery-feature img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #101914;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(44px, 5vw, 58px);
    height: clamp(44px, 5vw, 58px);
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 50%;
    background: rgba(16, 25, 20, .68);
    color: var(--white);
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
    background: rgba(182, 109, 60, .92);
}

.gallery-arrow-prev {
    left: clamp(12px, 2vw, 22px);
}

.gallery-arrow-next {
    right: clamp(12px, 2vw, 22px);
}

.gallery-carousel-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 14px;
    color: #3d4b43;
    font-weight: 700;
}

.gallery-carousel-meta p {
    margin: 0;
    overflow-wrap: anywhere;
}

.gallery-carousel-meta span {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 14px;
}

.gallery-thumbs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(96px, 142px);
    gap: 10px;
    margin-top: 18px;
    padding: 2px 2px 12px;
    overflow-x: auto;
    scrollbar-color: var(--clay) rgba(32, 70, 55, .16);
}

.gallery-thumb {
    width: 100%;
    padding: 0;
    border: 3px solid transparent;
    border-radius: 8px;
    background: transparent;
    opacity: .72;
    overflow: hidden;
    cursor: pointer;
}

.gallery-thumb:hover,
.gallery-thumb:focus-visible,
.gallery-thumb.is-active {
    opacity: 1;
}

.gallery-thumb.is-active {
    border-color: var(--clay);
}

.gallery-thumb img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.contact-section {
    display: grid;
    grid-template-columns: minmax(300px, 520px) minmax(320px, 1fr);
    gap: clamp(30px, 6vw, 72px);
    max-width: 1240px;
    margin: 0 auto;
}

.contact-list {
    display: grid;
    gap: 10px;
    margin: 24px 0;
    color: #39473f;
    font-weight: 700;
}

.contact-list a {
    color: var(--lake);
    text-decoration: none;
}

.map-below-cue {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-top: 20px;
    padding-left: 42px;
    color: var(--lake);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.map-below-cue::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f7bd45, #1b7f8f);
    box-shadow: 0 8px 16px rgba(27, 127, 143, .22);
    transform: translateY(-50%);
}

.map-below-cue::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
    transform: translateY(-68%) rotate(45deg);
}

.map-below-cue:hover,
.map-below-cue:focus-visible {
    color: var(--clay);
}

.inquiry-form {
    display: grid;
    gap: 14px;
    padding: clamp(20px, 4vw, 32px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

label {
    display: grid;
    gap: 7px;
    color: #35423a;
    font-size: 14px;
    font-weight: 800;
}

.field-help {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.field-help.is-warning {
    color: #a43a18;
}

.pet-policy-help {
    color: var(--clay);
    font-size: 15px;
}

input,
select,
textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #cfd8d1;
    border-radius: 6px;
    background: #fbfcfb;
    color: var(--ink);
    font: inherit;
}

textarea {
    min-width: 0;
    resize: vertical;
}

.form-success,
.form-error {
    margin: 0;
    padding: 12px;
    border-radius: 6px;
    font-weight: 700;
}

.form-success {
    background: #e8f6ed;
    color: #1f6b3c;
}

.form-error {
    background: #fff0eb;
    color: #9a3d20;
}

.terms-page {
    padding-top: 138px;
}

.terms-hero {
    padding: clamp(34px, 6vw, 74px) clamp(18px, 5vw, 70px);
    background: var(--soft-green);
}

.terms-hero h1 {
    max-width: 760px;
    margin: 0;
    font-family: Lora, Georgia, serif;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1;
}

.terms-hero p:last-child {
    max-width: 680px;
    color: #42524a;
    font-size: clamp(17px, 2vw, 21px);
}

.terms-content {
    max-width: 980px;
    margin: 0 auto;
}

.terms-panel {
    padding: clamp(22px, 4vw, 38px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 14px 36px rgba(20, 36, 32, .1);
}

.terms-panel h2 {
    margin: 28px 0 10px;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.15;
}

.terms-panel h2:first-child {
    margin-top: 0;
}

.terms-panel p,
.terms-panel li {
    color: #35423a;
    font-size: 16px;
}

.terms-panel ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 22px;
}

.terms-panel a {
    color: var(--lake);
    font-weight: 800;
}

.required-field-note {
    margin: -4px 0 0;
    color: #c01818;
    font-weight: 800;
}

.field-label-text {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
}

.required-asterisk {
    color: #c01818;
    font-weight: 800;
}

.calendar-nav {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    margin: 8px 0 0;
}

.calendar-nav a {
    color: var(--lake);
    font-weight: 800;
    text-decoration: none;
}

.payment-setup-note {
    margin: 0;
    padding: 12px;
    border: 1px solid #ead8a5;
    border-radius: 6px;
    background: #fff8df;
    color: #6c5412;
    font-weight: 700;
}

.map-section iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px clamp(18px, 5vw, 70px);
    background: #101914;
    color: var(--white);
}

.site-footer strong,
.site-footer span {
    display: block;
}

.site-footer span {
    color: rgba(255, 255, 255, .68);
}

.site-footer a,
.footer-links a {
    color: var(--gold);
    font-weight: 800;
    text-decoration: none;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px 20px;
}

.gallery-dialog {
    width: min(1000px, calc(100vw - 28px));
    padding: 12px;
    border: 0;
    border-radius: 8px;
    background: var(--white);
}

.gallery-dialog::backdrop {
    background: rgba(8, 14, 12, .78);
}

.gallery-dialog button {
    margin: 0 0 10px auto;
    display: block;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--white);
    font-weight: 800;
}

.gallery-dialog img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    background: #111;
}

@media (max-width: 1120px) {
    [id] {
        scroll-margin-top: 92px;
    }

    .site-header {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        min-height: 96px;
    }

    .brand {
        padding-right: 8px;
        width: min(46vw, 280px);
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        background: rgba(255, 255, 255, .94);
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        bottom: auto;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 18px 18px;
        background: rgba(255, 255, 255, .97);
        border: 1px solid var(--line);
        border-radius: 8px;
        box-shadow: 0 16px 34px rgba(20, 36, 32, .14);
        white-space: normal;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 13px 4px;
    }

    .nav-cta {
        margin-top: 8px;
    }
}

@media (max-width: 980px) {
    .hero {
        padding-top: 128px;
    }

    .intro,
    .hero-info-row,
    .split-section,
    .lake-area,
    .contact-section {
        grid-template-columns: 1fr;
    }

    .hero-pool-frame {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .feature-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-strip div:nth-child(2) {
        border-right: 0;
    }

    .feature-strip div:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .room-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-feature img {
        aspect-ratio: 4 / 3;
    }

    .gallery-carousel-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .map-section iframe {
        height: 360px;
    }
}

@media (max-width: 640px) {
    [id] {
        scroll-margin-top: 84px;
    }

    .site-header {
        top: 0;
        left: 10px;
        right: 10px;
        min-height: 82px;
        gap: 10px;
        padding: 9px;
    }

    .brand {
        width: min(54vw, 208px);
    }

    .brand-location {
        font-size: 10px;
        margin-top: 7px;
    }

    .menu-toggle {
        min-height: 40px;
        padding: 0 10px;
        background: rgba(255, 255, 255, .94);
    }

    .site-nav {
        padding: 8px 12px 14px;
    }

    .site-nav a {
        padding: 12px 2px;
    }

    .hero {
        min-height: auto;
        padding: 112px 14px 34px;
    }

    .terms-page {
        padding-top: 112px;
    }

    .terms-hero {
        padding: 28px 14px 34px;
    }

    .hero-bg {
        height: 150px;
        object-fit: cover;
    }

    .hero-info-row {
        gap: 20px;
        margin-top: 22px;
        padding: 20px 14px;
    }

    .hero-copy {
        margin-top: 14px;
        font-size: 17px;
    }

    .hero-card {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .hero-card img {
        width: 100%;
    }

    .feature-strip,
    .room-grid,
    .amenity-grid,
    .field-row {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 46px 14px;
    }

    .section-copy h2,
    .section-heading h2,
    .split-content h2,
    .lake-area h2,
    .contact-info h2 {
        font-size: clamp(28px, 9vw, 36px);
    }

    .section-heading {
        margin-bottom: 26px;
        text-align: left;
    }

    .feature-strip div {
        padding: 22px 18px;
    }

    .room-body {
        padding: 18px;
    }

    .split-media img {
        aspect-ratio: 4 / 3;
    }

    .amenity-visual {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 12px;
    }

    .amenity-visual-item {
        min-height: 124px;
        padding: 16px;
    }

    .amenity-visual-item span {
        min-height: 108px;
    }

    .amenity-visual-item svg {
        width: min(100%, 168px);
    }

    .amenity-visual-item strong {
        max-width: none;
        font-size: 24px;
    }

    .amenity-grid div {
        padding: 16px;
    }

    .lake-area {
        padding: 44px 14px;
    }

    .lake-destination-grid {
        grid-template-columns: 1fr;
    }

    .gallery-stage,
    .gallery-feature {
        border-radius: 6px;
    }

    .gallery-feature img {
        aspect-ratio: 1 / 1;
    }

    .gallery-arrow {
        width: 42px;
        height: 42px;
        font-size: 32px;
    }

    .gallery-thumbs {
        grid-auto-columns: minmax(82px, 112px);
        margin-top: 14px;
    }

    .feature-strip div {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .feature-strip div:last-child {
        border-bottom: 0;
    }

    .site-footer {
        display: grid;
    }

    .footer-links {
        justify-content: flex-start;
    }

    .inquiry-form {
        padding: 18px 14px;
    }

    input,
    select,
    textarea {
        font-size: 16px;
    }

    .map-section iframe {
        height: 300px;
    }

    .gallery-dialog {
        width: calc(100vw - 16px);
        padding: 8px;
    }

    .gallery-dialog img {
        max-height: 74vh;
    }
}

@media (max-width: 420px) {
    .brand {
        width: 168px;
    }

    .menu-toggle {
        min-height: 38px;
        padding: 0 9px;
        font-size: 13px;
    }

    .hero {
        padding-top: 106px;
    }

    .gallery-arrow {
        width: 38px;
        height: 38px;
    }

    .gallery-arrow-prev {
        left: 8px;
    }

    .gallery-arrow-next {
        right: 8px;
    }
}
