:root {
    --color-ink: #22302d;
    --color-muted: #6d7975;
    --color-line: #d7e1d4;
    --color-paper: #ffffff;
    --color-soft: #f7faf4;
    --color-mist: #eef5ea;
    --color-forest: #5B9346;
    --color-forest-dark: #4a7b38;
    --color-clay: #c87958;
    --color-gold: #e2ad55;
    --color-sky: #dfedf0;
    --shadow-soft: 0 16px 42px rgba(34, 48, 45, .07);
    --shadow-crisp: 0 1px 0 rgba(34, 48, 45, .08), 0 18px 44px rgba(34, 48, 45, .05);
    --radius: 6px;
}

* {
    letter-spacing: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--color-soft);
    color: var(--color-ink);
    font-family: Manrope, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

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

a {
    color: var(--color-forest);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--color-forest-dark);
}

p {
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-ink);
    font-family: inherit;
    font-weight: 400;
    line-height: 1.12;
}

h1 {
    font-size: clamp(2.7rem, 5.4vw, 6rem);
    letter-spacing: -.035em;
}

h2 {
    font-size: clamp(1.85rem, 3vw, 3.1rem);
    letter-spacing: -.025em;
}

h3 {
    font-size: 1.22rem;
    font-weight: 600;
}

.skip-link {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 9999;
    transform: translateY(-150%);
    background: var(--color-ink);
    color: #fff;
    padding: .65rem 1rem;
    border-radius: var(--radius);
}

.skip-link:focus {
    transform: translateY(0);
    color: #fff;
}

.btn {
    border-radius: var(--radius);
    font-weight: 600;
    padding: .82rem 1.15rem;
    border-width: 1px;
}

.btn-primary,
.book_btn a,
.button,
.boxed-btn {
    background: var(--color-forest);
    border-color: var(--color-forest);
    color: #fff !important;
}

.btn-primary:hover,
.book_btn a:hover,
.button:hover,
.boxed-btn:hover {
    background: var(--color-forest-dark);
    border-color: var(--color-forest-dark);
    color: #fff !important;
}

.btn-outline-primary {
    border-color: var(--color-forest);
    color: var(--color-forest);
}

.btn-outline-primary:hover {
    background: var(--color-forest);
    border-color: var(--color-forest);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--color-clay);
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--color-forest);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
}

.site-header .navbar {
    padding: .62rem 0;
}

.navbar-brand img,
.logo-img img {
    width: 154px;
    max-height: 54px;
    display: block;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    margin-right: 1.1rem;
    padding: .35rem 0;
    border-radius: 0;
}

.site-header .collapse > .col-xl-2,
.site-header .mobile_menu {
    display: none !important;
}

.site-header .collapse,
.site-header .navbar-collapse {
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    min-height: 48px;
}

.site-header .col-lg-8 {
    flex: 0 1 auto;
    width: auto;
    max-width: none;
}

.site-header .col-lg-2 {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    align-items: center;
}

.main-menu nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#navigation,
.site-menu {
    align-items: center;
    gap: .12rem;
    margin: 0;
    padding: 0;
    min-height: 42px;
}

#navigation li {
    list-style: none;
}

#navigation a,
.site-menu a {
    display: block;
    color: rgba(255, 255, 255, .95) !important;
    font-weight: 600;
    font-size: .86rem;
    padding: .58rem .58rem;
    border-radius: var(--radius);
    white-space: nowrap;
}

#navigation a:hover,
#navigation a.active {
    background: rgba(255, 255, 255, .12);
    color: #fff !important;
}

.book_room {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-left: 0;
    min-height: 48px;
}

.social_links ul {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
    padding: 0;
}

.social_links li {
    list-style: none;
}

.social_links a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--radius);
    line-height: 1;
}

.social_links a:hover {
    border-color: rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .1);
}

.book_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .72rem 1.05rem;
    border-radius: var(--radius);
    font-weight: 600;
    line-height: 1;
    background: #fff;
    color: var(--color-forest-dark) !important;
}

.book_btn a:hover {
    background: #f4f7ef;
    color: var(--color-forest-dark) !important;
}

@media (min-width: 992px) {
    .site-header .navbar > .container {
        display: grid;
        grid-template-columns: 186px minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 1.25rem;
        min-height: 66px;
    }

    .site-header .navbar-brand {
        grid-column: 1;
    }

    .site-header #siteNavigation {
        display: contents !important;
    }

    .site-header .col-lg-8 {
        grid-column: 2;
        justify-self: end;
        min-width: 0;
        display: flex;
        justify-content: flex-end;
    }

    .site-header .col-lg-2 {
        grid-column: 3;
        display: flex !important;
        justify-content: flex-end;
    }

    .site-header .main-menu,
    .site-header .main-menu nav {
        min-width: 0;
    }

    #navigation,
    .site-menu {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap;
        justify-content: flex-end;
        margin: 0 !important;
    }

    #navigation li {
        display: block !important;
        margin: 0 !important;
    }
}

.lead-home {
    position: relative;
    background:
        linear-gradient(135deg, rgba(223, 237, 240, .82), rgba(255, 255, 255, .35) 36%, rgba(246, 248, 248, 1) 70%),
        var(--color-soft);
    padding: clamp(4.6rem, 8vw, 8.5rem) 0 2.8rem;
    overflow: hidden;
}

.lead-home::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: var(--color-line);
}

.lead-home::after {
    content: "";
    position: absolute;
    right: -8rem;
    top: 4rem;
    width: 34rem;
    height: 34rem;
    border: 1px solid rgba(40, 114, 95, .16);
    border-radius: 50%;
}

.lead-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: center;
    position: relative;
    z-index: 2;
}

.lead-copy {
    max-width: 700px;
}

.lead-copy h1 {
    max-width: 780px;
    margin-bottom: 1.25rem;
}

.lead-copy p {
    max-width: 590px;
    font-size: 1.02rem;
    line-height: 1.9;
}

.lead-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2rem;
}

.hero-word {
    position: absolute;
    left: 50%;
    top: 5.2rem;
    transform: translateX(-50%);
    z-index: 0;
    font-size: clamp(5rem, 16vw, 16rem);
    font-weight: 700;
    letter-spacing: .08em;
    line-height: .8;
    color: rgba(34, 48, 45, .045);
    white-space: nowrap;
    pointer-events: none;
}

.lead-visual {
    position: relative;
    min-height: 520px;
}

.hero-shot {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius);
    background: #dbe5e2;
    box-shadow: var(--shadow-crisp);
}

.hero-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.hero-shot:hover img {
    transform: scale(1.035);
}

.hero-shot-1 {
    right: 0;
    top: 0;
    width: 76%;
    height: 72%;
}

.hero-shot-2 {
    left: 0;
    bottom: 0;
    width: 44%;
    height: 44%;
    z-index: 2;
}

.hero-shot-3 {
    right: 8%;
    bottom: 1rem;
    width: 34%;
    height: 32%;
    z-index: 3;
    border: 8px solid rgba(255, 255, 255, .86);
}

.stay-panel {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    align-items: center;
    gap: 0;
    margin-top: clamp(1.5rem, 3vw, 2.4rem);
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-crisp);
    overflow: hidden;
}

.stay-panel div,
.stay-panel a {
    min-height: 86px;
    padding: 1rem 1.2rem;
}

.stay-panel div {
    border-right: 1px solid var(--color-line);
}

.stay-panel span,
.stay-panel strong {
    display: block;
}

.stay-panel span {
    color: var(--color-muted);
    font-size: .78rem;
}

.stay-panel strong {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--color-ink);
}

.stay-panel a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-forest-dark);
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.stay-panel a:hover {
    background: var(--color-forest);
    color: #fff;
}

.quick-facts {
    background: var(--color-soft);
    color: var(--color-ink);
    padding: 0 0 2.7rem;
}

.quick-facts .container {
    display: none;
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
}

.facts-grid div {
    background: transparent;
    border-right: 1px solid var(--color-line);
    border-radius: 0;
    padding: 1rem 1.2rem;
    box-shadow: none;
}

.facts-grid div:first-child {
    border-left: 1px solid var(--color-line);
}

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

.facts-grid strong {
    font-size: 1.22rem;
    font-weight: 600;
    color: var(--color-forest-dark);
}

.facts-grid span {
    color: var(--color-muted);
}

.section {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.section-intro {
    padding-top: clamp(2.2rem, 4vw, 3.8rem);
    padding-bottom: clamp(2.6rem, 5vw, 4.4rem);
}

.section-muted {
    background: var(--color-mist);
}

.section-heading {
    max-width: 720px;
    margin-bottom: 2rem;
}

.content-flow > * + * {
    margin-top: 1.1rem;
}

.content-flow h2,
.content-flow h3 {
    margin-top: 2.4rem;
}

.content-flow ul,
.content-flow ol {
    padding-left: 1.1rem;
}

.content-flow li {
    margin-bottom: .55rem;
    color: var(--color-muted);
}

.intro-aside {
    position: sticky;
    top: 110px;
    overflow: hidden;
    padding: clamp(1.5rem, 3vw, 2rem);
    background:
        linear-gradient(135deg, rgba(40, 114, 95, .11), rgba(255, 255, 255, .7)),
        var(--color-paper);
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
}

.intro-aside::after {
    content: "01";
    position: absolute;
    right: 1.2rem;
    top: .65rem;
    font-size: 5.5rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.05em;
    color: rgba(24, 63, 53, .055);
    pointer-events: none;
}

.intro-aside h2 {
    margin-bottom: 1rem;
}

.intro-aside p {
    margin-bottom: 1.35rem;
}

.intro-points {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--color-line);
}

.intro-points span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: .4rem .7rem;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(40, 114, 95, .18);
    border-radius: var(--radius);
    color: var(--color-forest-dark);
    font-size: .88rem;
    font-weight: 600;
}

.intro-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    margin-top: 1rem;
    background: var(--color-line);
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    overflow: hidden;
}

.intro-meta div {
    background: rgba(255, 255, 255, .78);
    padding: .95rem 1rem;
}

.intro-meta strong,
.intro-meta span {
    display: block;
}

.intro-meta strong {
    color: var(--color-forest-dark);
    font-size: 1.05rem;
    font-weight: 600;
}

.intro-meta span {
    color: var(--color-muted);
    font-size: .85rem;
}

.content-page {
    background: linear-gradient(180deg, #fff 0%, var(--color-soft) 100%);
}

.content-body,
.reservation-copy {
    color: var(--color-muted);
    font-size: 1.04rem;
    line-height: 1.85;
}

.content-body h2,
.content-body h3,
.reservation-copy h2,
.reservation-copy h3 {
    color: var(--color-ink);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.back-link,
.text-link {
    display: inline-flex;
    align-items: center;
    color: var(--color-forest-dark);
    font-weight: 600;
    text-decoration: none;
}

.back-link:hover,
.text-link:hover {
    color: var(--color-forest);
}

.feature-card,
.content-panel,
.reservation-aside,
.reservation-form-card,
.contact-card,
.map-card,
.blog_item,
.article-card {
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
}

.feature-card {
    height: 100%;
    padding: 1.35rem;
}

.feature-card > span {
    color: var(--color-clay);
    font-weight: 600;
}

.feature-card p {
    margin-bottom: 0;
}

.home-gallery,
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.home-gallery a,
.gallery-grid a {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--color-mist);
}

.gallery-card__image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform .35s ease;
}

.home-gallery a:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.home-gallery img,
.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.home-gallery a:hover img,
.gallery-grid a:hover img {
    transform: scale(1.04);
}

.gallery-card:hover .gallery-card__image {
    transform: scale(1.04);
}

.article-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.article-card {
    padding: 1.6rem;
}

.article-card h2 {
    font-size: 1.35rem;
}

.article-card h2 a {
    color: var(--color-ink);
    text-decoration: none;
}

.section-cta {
    padding-top: 0;
}

.cta-panel,
.footer_top {
    background: linear-gradient(135deg, var(--color-forest-dark), #245f69);
    color: #fff;
    border-radius: var(--radius);
    padding: clamp(2rem, 5vw, 4rem);
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.cta-panel h2,
.footer_top h3,
.footer_top p,
.footer_top a {
    color: #fff;
}

.page-hero,
.bradcam_area {
    position: relative;
    min-height: 285px;
    display: flex;
    align-items: end;
    background-size: cover;
    background-position: center;
    padding: 6rem 0 3rem;
    isolation: isolate;
}

.page-hero::before,
.bradcam_area::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(24, 63, 53, .72), rgba(24, 63, 53, .26));
}

.page-hero h1,
.page-hero .eyebrow,
.bradcam_area h1 {
    color: #fff;
}

.bradcam_area h1 {
    width: min(1140px, calc(100% - 2rem));
    margin: 0 auto;
}

.page-hero h1,
.bradcam_area h1 {
    font-weight: 500;
    font-size: clamp(2rem, 4vw, 4rem);
}

.content-panel {
    padding: clamp(1.5rem, 4vw, 3rem);
}

.about_area {
    padding: clamp(3rem, 7vw, 6rem) 0;
}

.about_info {
    max-width: 100%;
}

.table {
    border-color: var(--color-line);
    margin: 2rem 0;
}

.table th {
    background: var(--color-mist);
    color: var(--color-ink);
}

.table td,
.table th {
    padding: 1rem;
    vertical-align: middle;
}

.form-control {
    min-height: 52px;
    border-radius: var(--radius);
    border-color: var(--color-line);
    padding: .85rem 1rem;
}

textarea.form-control {
    min-height: 150px;
}

.reservation-form textarea.form-control {
    display: block;
    height: 190px !important;
    min-height: 190px;
    resize: vertical;
}

.form-control:focus {
    border-color: var(--color-forest);
    box-shadow: 0 0 0 .2rem rgba(31, 111, 85, .14);
}

.native-date {
    cursor: pointer;
    color-scheme: light;
}

.native-date::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: .72;
    padding: .35rem;
}

.native-date::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

.form-contact,
.reservation-form-card {
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    padding: clamp(1.5rem, 4vw, 2.5rem);
    box-shadow: var(--shadow-soft);
}

.form-group {
    margin-bottom: 1rem;
}

.form-contact button {
    margin-top: .75rem;
}

.reservation-submit {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: .25rem;
    clear: both;
}

.reservation-submit .btn {
    margin-top: 0;
}

.reservation-aside {
    padding: 2rem;
    position: sticky;
    top: 110px;
}

.info-panel {
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    padding: clamp(1.4rem, 3vw, 2rem);
    box-shadow: var(--shadow-soft);
}

.info-panel h2 {
    font-size: 1.45rem;
    margin-bottom: 1rem;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.check-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: .8rem;
    color: var(--color-muted);
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45rem;
    width: .65rem;
    height: .65rem;
    border-radius: 999px;
    background: var(--color-gold);
    box-shadow: 0 0 0 5px rgba(222, 169, 80, .18);
}

.reservation-aside ul {
    padding-left: 1.1rem;
    margin: 1.4rem 0;
}

.reservation-aside li {
    color: var(--color-muted);
    margin-bottom: .65rem;
}

.phone-link {
    display: inline-flex;
    font-weight: 600;
    color: var(--color-forest-dark);
}

.contact-card {
    height: 100%;
    padding: 2rem;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.5rem;
}

.map-card {
    height: 100%;
    overflow: hidden;
}

.map-card iframe,
.contact-page iframe {
    display: block;
    width: 100%;
    min-height: 520px;
    border: 0;
}

.footer {
    background: var(--color-forest-dark);
    padding-top: 0;
}

.footer_top {
    border-radius: 0;
    padding-top: 3.8rem;
    padding-bottom: 2.9rem;
}

.footer_widget {
    margin-bottom: 2rem;
}

.footer_title {
    color: #fff;
    margin-bottom: 1rem;
}

.footer_text,
.copy_right {
    color: rgba(255, 255, 255, .72);
}

.footer img {
    border-radius: var(--radius);
}

.copy-right_text {
    background: var(--color-forest-dark);
    padding: 0 0 1.7rem;
}

.footer_border {
    border-top: 1px solid rgba(255, 255, 255, .16);
    margin-bottom: 1rem;
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding-top: 1.35rem;
}

.footer_bottom .copy_right {
    margin: 0;
    font-size: .95rem;
}

.footer_bottom_actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .65rem;
}

.footer_bottom_actions a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: .55rem .85rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--radius);
    color: rgba(255, 255, 255, .82);
    font-size: .9rem;
}

.footer_bottom_actions a:hover {
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.footer_bottom_actions .footer_reserve {
    background: #fff;
    border-color: #fff;
    color: var(--color-forest-dark);
    font-weight: 600;
}

.footer_bottom_actions .footer_reserve:hover {
    background: var(--color-mist);
    color: var(--color-forest-dark);
}

.single-gallery-image {
    height: auto;
    aspect-ratio: 4 / 3;
    background-size: cover !important;
    background-position: center !important;
    border-radius: var(--radius);
}

.blog_item {
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
}

.blog_details {
    padding: 0;
}

iframe[src*="youtube"] {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: var(--radius);
}

@media (max-width: 991.98px) {
    .site-header {
        background: var(--color-forest);
    }

    .site-header .navbar {
        padding: .55rem 0;
    }

    .site-header .navbar > .container {
        align-items: center;
    }

    .navbar-brand img,
    .logo-img img {
        width: 142px;
        max-height: 50px;
    }

    .navbar-toggler {
        display: inline-flex;
        align-items: center;
        gap: .55rem;
        margin-left: auto;
        min-height: 42px;
        padding: .55rem .75rem;
        border: 1px solid rgba(255, 255, 255, .22);
        border-radius: var(--radius);
        color: #fff;
        font-weight: 600;
        box-shadow: none;
    }

    .navbar-toggler .navbar-toggler-icon {
        filter: brightness(0) invert(1);
    }

    .navbar-toggler::after {
        content: "Menu";
        font-size: .9rem;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .18);
    }

    .navbar-toggler[aria-expanded="true"] {
        background: rgba(255, 255, 255, .12);
        border-color: rgba(255, 255, 255, .28);
        color: #fff;
    }

    .site-header .collapse {
        display: none;
    }

    .site-header .collapse.show {
        display: block;
        flex-basis: 100%;
        width: 100%;
        margin-top: .75rem;
        padding: .8rem;
        background: #fff;
        border: 1px solid var(--color-line);
        border-radius: var(--radius);
        box-shadow: var(--shadow-crisp);
    }

    .site-header .col-lg-8,
    .site-header .col-lg-2 {
        width: 100%;
    }

    .site-header .col-lg-2.d-none.d-lg-block {
        display: block !important;
    }

    .main-menu nav {
        justify-content: flex-start;
    }

    #navigation,
    .site-menu {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: .25rem;
        padding: 0;
        margin: 0 !important;
    }

    #navigation a {
        padding: .85rem .9rem;
        border: 1px solid transparent;
        font-size: 1rem;
        color: var(--color-ink) !important;
    }

    #navigation a:hover,
    #navigation a.active {
        border-color: var(--color-line);
        background: var(--color-mist);
        color: var(--color-forest-dark) !important;
    }

    .book_room {
        align-items: stretch;
        flex-direction: column;
        gap: .65rem;
        margin: .75rem 0 0;
        min-height: 0;
        padding-top: .75rem;
        border-top: 1px solid var(--color-line);
    }

    .book_room .social_links ul {
        justify-content: flex-start;
    }

    .book_room .social_links a {
        width: auto;
        min-height: 40px;
        padding: .55rem .8rem;
        border-color: var(--color-line);
        color: var(--color-forest-dark);
        background: var(--color-soft);
    }

    .book_room .social_links a::after {
        content: "Webkamera";
        margin-left: .45rem;
        font-family: Manrope, "Segoe UI", Arial, sans-serif;
        font-size: .9rem;
    }

    .book_btn a {
        width: 100%;
        min-height: 48px;
        font-size: 1rem;
        background: var(--color-forest);
        color: #fff !important;
    }

    .lead-grid {
        grid-template-columns: 1fr;
    }

    .lead-visual {
        min-height: 470px;
    }

    .hero-shot-1 {
        width: 78%;
        height: 68%;
    }

    .hero-shot-2 {
        width: 48%;
        height: 40%;
    }

    .hero-shot-3 {
        width: 36%;
        height: 30%;
    }

    .stay-panel {
        grid-template-columns: repeat(3, 1fr);
    }

    .stay-panel a {
        grid-column: 1 / -1;
    }

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

    .home-gallery,
    .gallery-grid,
    .article-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-gallery a:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }

    .cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .intro-aside {
        position: static;
    }

    .footer_bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer_bottom_actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 16px;
    }

    .lead-home {
        padding-top: 3.5rem;
    }

    .lead-actions .btn,
    .cta-panel .btn,
    .form-contact .btn {
        width: 100%;
    }

    .lead-visual {
        min-height: 520px;
    }

    .hero-shot {
        position: relative;
        inset: auto;
        width: 100%;
        height: 220px;
        margin-bottom: .8rem;
        border: 0;
    }

    .hero-shot-3 {
        display: none;
    }

    .stay-panel {
        grid-template-columns: 1fr;
    }

    .stay-panel div {
        border-right: 0;
        border-bottom: 1px solid var(--color-line);
    }

    .stay-panel div,
    .stay-panel a {
        min-height: 66px;
    }

    .facts-grid,
    .home-gallery,
    .gallery-grid,
    .article-list {
        grid-template-columns: 1fr;
    }

    .home-gallery a:first-child {
        grid-column: span 1;
    }

    .page-hero,
    .bradcam_area {
        min-height: 240px;
        padding: 5rem 0 2.5rem;
    }
}
