:root {
    --green: #24382d;
    --cream: #f7f3eb;
    --sand: #d8b76a;
    --white: #ffffff;
    --dark: #141816;
    --max: 1180px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

body {
    font-family: "Inter", sans-serif;
    background: var(--cream);
    color: var(--dark);
}

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    padding: 8px 28px;
}

.navbar {
    max-width: var(--max);
    margin: 0 auto;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(20, 24, 22, .32);
    backdrop-filter: blur(18px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    color: var(--white);
    text-decoration: none;
    line-height: 1;
}

.brand-main {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.7rem;
    letter-spacing: .04em;
}

.brand-sub {
    display: block;
    margin-top: 5px;
    font-size: .68rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    opacity: .78;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 34px;
}

.nav-links a {
    color: var(--white);
    text-decoration: none;
    font-size: .95rem;
    font-weight: 500;
    opacity: .88;
}

.nav-links a:hover {
    color: var(--sand);
}

.nav-cta {
    color: var(--dark);
    background: var(--sand);
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 700;
}

.hero {
    min-height: 72vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 120px 0 70px;
}

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

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(20,24,22,.78), rgba(20,24,22,.42), rgba(20,24,22,.18)),
        linear-gradient(0deg, rgba(20,24,22,.45), rgba(20,24,22,.05));
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(var(--max), calc(100% - 56px));
    margin: 0 auto;
    padding-top: 20px;
    color: var(--white);
}

.hero-kicker {
    font-size: .85rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--sand);
    margin-bottom: 22px;
}

.hero h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.8rem, 7vw, 6.2rem);
    line-height: 0.95;
    font-weight: 700;
    max-width: 760px;
    margin-bottom: 24px;
}

.hero-text {
    font-size: 1.2rem;
    line-height: 1.9;
    max-width: 560px;
    opacity: .95;
    margin-bottom: 34px;
}

.hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.hero-facts span {
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(12px);
    font-size: .92rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 16px 26px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    transition: .25s ease;
}

.btn-primary {
    background: var(--sand);
    color: var(--dark);
    box-shadow: 0 18px 35px rgba(0,0,0,.22);
}

.btn-secondary {
    color: var(--white);
    border: 1.5px solid rgba(255,255,255,.9);
}

.btn:hover {
    transform: translateY(-3px);
}

/* Wohnung */

.intro {
    max-width: var(--max);
    margin: 0 auto;
    padding: 90px 28px 70px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 72px;
    align-items: center;
}

.intro-image {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 35px 80px rgba(20, 24, 22, .18);
    background: var(--white);
}

.intro-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.section-kicker {
    color: var(--sand);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .82rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.intro-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 5vw, 5.4rem);
    line-height: .95;
    margin-bottom: 28px;
    color: var(--green);
}

.intro-content p {
    font-size: 1.08rem;
    line-height: 1.9;
    color: rgba(20, 24, 22, .78);
    margin-bottom: 18px;
}

.apartment-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 38px;
}

.apartment-highlights article,
.apartment-highlights div {
    background: #ffffff;
    border: 1px solid rgba(36, 56, 45, 0.12);
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 18px 45px rgba(20, 24, 22, 0.06);
}

.apartment-highlights strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.65rem;
    color: var(--green);
    margin-bottom: 4px;
}

.apartment-highlights span {
    display: block;
    font-size: 0.9rem;
    color: rgba(20, 24, 22, 0.62);
}

@media (max-width: 860px) {
    .site-header {
        padding: 16px;
    }

    .navbar {
        border-radius: 24px;
    }

    .nav-links {
        display: none;
    }

    .nav-cta {
        padding: 10px 15px;
        font-size: .85rem;
    }

    .brand-main {
        font-size: 1.35rem;
    }

    .brand-sub {
        display: none;
    }

    .hero {
        min-height: 82vh;
        padding: 120px 0 60px;
    }

    .hero-content {
        width: calc(100% - 36px);
        padding-top: 60px;
    }

    .hero h1 {
        font-size: clamp(3.2rem, 17vw, 5rem);
    }

    .hero-text {
        font-size: 1rem;
    }

    .intro {
        grid-template-columns: 1fr;
        padding: 90px 18px;
        gap: 38px;
    }

    .intro-image {
        border-radius: 24px;
    }

    .apartment-highlights {
        grid-template-columns: 1fr;
    }
}
/* ============================= */
/* Galerie */
/* ============================= */

.gallery{
    max-width:var(--max);
    margin:0 auto;
    padding:20px 28px 120px;
}

.gallery-header{
    max-width:680px;
    margin:0 auto 60px;
    text-align:center;
}

.gallery-header h2{
    font-family:"Cormorant Garamond",serif;
    font-size:clamp(3rem,5vw,5rem);
    color:var(--green);
    margin-bottom:22px;
}

.gallery-header p{
    line-height:1.8;
    color:rgba(20,24,22,.72);
}

.gallery-grid{

    display:grid;

    grid-template-columns:
    2fr
    1fr
    1fr;

    gap:22px;
}

.gallery-item{

    overflow:hidden;
    border-radius:26px;

    box-shadow:
    0 25px 70px rgba(20,24,22,.12);

    cursor:pointer;

}

.gallery-item img{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

    transition:.6s;
}

.gallery-item:hover img{

    transform:scale(1.06);

}

.large{

    grid-row:span 2;
    min-height:640px;

}

.panorama{

    grid-column:1 / -1;

    height:320px;

}

.gallery-item:not(.large):not(.panorama){

    height:309px;

}

@media(max-width:900px){

.gallery-grid{

grid-template-columns:1fr;

}

.large,
.panorama,
.gallery-item{

height:auto;

min-height:280px;

}

}
.gallery-header{
    max-width:700px;
    margin:0 auto 45px;
}
.gallery{
    padding:40px 28px 100px;
}
.gallery-item {
    position: relative;
}

.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(20,24,22,.45), transparent 55%);
    opacity: 0;
    transition: .35s ease;
}

.gallery-item figcaption {
    position: absolute;
    left: 24px;
    bottom: 22px;
    color: white;
    z-index: 2;
    font-weight: 700;
    opacity: 0;
    transform: translateY(10px);
    transition: .35s ease;
}

.gallery-item:hover::after,
.gallery-item:hover figcaption {
    opacity: 1;
}

.gallery-item:hover figcaption {
    transform: translateY(0);
}
/* Umgebung */

.surroundings {
    max-width: var(--max);
    margin: 0 auto;
    padding: 90px 28px 130px;
}

.surroundings-header {
    max-width: 760px;
    margin-bottom: 80px;
}

.surroundings-header h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 5vw, 5.4rem);
    line-height: .95;
    color: var(--green);
    margin-bottom: 24px;
}

.surroundings-header p {
    font-size: 1.08rem;
    line-height: 1.9;
    color: rgba(20, 24, 22, .72);
}

.surroundings-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.surroundings-grid article {
    background: #ffffff;
    border: 1px solid rgba(36, 56, 45, .12);
    border-radius: 28px;
    padding: 36px 30px;
    box-shadow: 0 22px 55px rgba(20, 24, 22, .07);
    transition: .3s ease;
}

.surroundings-grid article:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 70px rgba(20, 24, 22, .12);
}

.surroundings-grid span {
    display: block;
    font-size: 2rem;
    margin-bottom: 22px;
}

.surroundings-grid h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    color: var(--green);
    margin-bottom: 12px;
}

.surroundings-grid p {
    line-height: 1.75;
    color: rgba(20, 24, 22, .68);
}

@media (max-width: 900px) {
    .surroundings-grid {
        grid-template-columns: 1fr;
    }

    .surroundings {
        padding: 70px 18px 90px;
    }
}
/* Aussicht */

.view-section {
    position: relative;
    min-height: 680px;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.view-section img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(20,24,22,.76), rgba(20,24,22,.35), rgba(20,24,22,.12)),
        linear-gradient(0deg, rgba(20,24,22,.48), rgba(20,24,22,.08));
}

.view-content {
    position: relative;
    z-index: 2;
    width: min(var(--max), calc(100% - 56px));
    margin: 0 auto;
    color: white;
}

.view-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.2rem, 6vw, 6rem);
    line-height: .95;
    max-width: 760px;
    margin-bottom: 28px;
}

.view-content p {
    max-width: 560px;
    font-size: 1.15rem;
    line-height: 1.9;
    margin-bottom: 34px;
    color: rgba(255,255,255,.88);
}

@media (max-width: 860px) {
    .view-section {
        min-height: 620px;
    }
}
/* ============================= */
/* Abend / Terrasse */
/* ============================= */

.evening,
.quote-view {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.evening img,
.quote-view img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.evening-overlay,
.quote-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(20,24,22,.78), rgba(20,24,22,.35), rgba(20,24,22,.08)),
        linear-gradient(0deg, rgba(20,24,22,.48), rgba(20,24,22,.08));
}

.evening-content,
.quote-content {
    position: relative;
    z-index: 2;
    width: min(var(--max), calc(100% - 56px));
    margin: 0 auto;
    color: white;
}

.evening-content h2,
.quote-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.4rem, 6vw, 6.2rem);
    line-height: .95;
    max-width: 760px;
    margin-bottom: 28px;
}

.evening-content p,
.quote-content p {
    max-width: 620px;
    font-size: 1.15rem;
    line-height: 1.9;
    margin-bottom: 34px;
    color: rgba(255,255,255,.9);
}

.quote-content {
    text-align: center;
}

.quote-content h2,
.quote-content p {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 860px) {
    .evening,
    .quote-view {
        min-height: 620px;
    }
}
/* ==========================================
   Terrasse
========================================== */

.terrace{
    max-width: var(--max);
    margin:0 auto;
    padding:120px 28px;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:80px;
    align-items:center;
}

.terrace-image{
    overflow:hidden;
    border-radius:32px;
    box-shadow:0 40px 90px rgba(20,24,22,.16);
}

.terrace-image img{
    width:100%;
    display:block;
    aspect-ratio:4/5;
    object-fit:cover;
}

.terrace-content h2{

    font-family:"Cormorant Garamond",serif;
    font-size:clamp(3rem,5vw,5.2rem);
    line-height:.95;
    color:var(--green);

    margin-bottom:30px;
}

.terrace-content p{

   font-size:1rem;
    line-height:1.9;

    color:rgba(20,24,22,.74);

    margin-bottom:34px;
}

.terrace-features{

    display:grid;
    grid-template-columns:repeat(2,1fr);

    gap:16px;

    margin-bottom:42px;
}

.terrace-features div{

    background:white;

    border-radius:18px;

    padding:18px 22px;

    box-shadow:0 18px 45px rgba(20,24,22,.06);

    font-weight:600;
}

@media(max-width:900px){

    .terrace{

        grid-template-columns:1fr;

        gap:45px;

        padding:80px 18px;
    }

    .terrace-features{

        grid-template-columns:1fr;
    }

}
.terrace-content h2{
    max-width: 620px;
}
.terrace-features div{
    padding:18px 34px;
    border-radius:16px;
    box-shadow:0 10px 24px rgba(20,24,22,.05);
}
.btn-primary{
    margin-top:12px;
}
.reviews{
    max-width:var(--max);
    margin:0 auto;
    padding:120px 28px;
}

.reviews-header{
    text-align:center;
    max-width:760px;
    margin:0 auto 70px;
}

.reviews-header h2{
    font-family:"Cormorant Garamond",serif;
    font-size:clamp(3rem,5vw,5rem);
    color:var(--green);
    margin:18px 0 24px;
}

.reviews-header p:last-child{
    font-size:1.12rem;
    line-height:1.9;
    color:rgba(20,24,22,.72);
}
.reviews-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.review-card{
    background:#fff;
    padding:34px;
    border-radius:24px;
    box-shadow:0 22px 60px rgba(20,24,22,.08);
    transition:.3s;
}

.review-card:hover{
    transform:translateY(-8px);
}

.review-card.offset{
    margin-top:70px;
}

.stars{
    color:#d8b76a;
    letter-spacing:5px;
    margin-bottom:22px;
    font-size:1.35rem;
}

.review-card p{
    line-height:1.9;
    color:rgba(20,24,22,.78);
    margin-bottom:28px;
}

.review-card strong{
    color:var(--green);
}
@media(max-width:900px){

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

.review-card.offset{
    margin-top:0;
}

}
/* Finaler Buchungsbereich */

.booking-final {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.booking-final img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(20,24,22,.82), rgba(20,24,22,.48), rgba(20,24,22,.18)),
        linear-gradient(0deg, rgba(20,24,22,.55), rgba(20,24,22,.08));
}

.booking-content {
    position: relative;
    z-index: 2;
    width: min(var(--max), calc(100% - 56px));
    margin: 0 auto;
    color: white;
}

.booking-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.2rem, 6vw, 6rem);
    line-height: .95;
    max-width: 760px;
    margin-bottom: 28px;
}

.booking-content p {
    max-width: 620px;
    font-size: 1.15rem;
    line-height: 1.9;
    color: rgba(255,255,255,.9);
    margin-bottom: 34px;
}

.booking-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
/* Footer */

.site-footer {
    max-width: var(--max);
    margin: 0 auto;
    padding: 50px 28px 55px;
    color: var(--green);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(36,56,45,.08);
}

.site-footer strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--green);
}

.site-footer span {
    display: block;
    margin-top: 8px;
    letter-spacing: .24em;
    text-transform: uppercase;
    font-size: .75rem;
    color: rgba(36,56,45,.62);
}

.site-footer nav {
    display: flex;
    gap: 40px;
}

.site-footer a {
    text-decoration: none;
    color: rgba(36,56,45,.62);
    font-size: .95rem;
    transition: .25s ease;
}

.site-footer a:hover {
    color: var(--green);
}

@media (max-width: 860px) {
    .site-footer {
        flex-direction: column;
        text-align: center;
        gap: 26px;
        padding: 55px 28px 65px;
    }

    .site-footer nav {
        gap: 28px;
    }
}
/* Rechtliche Unterseiten */

.legal-page {
    max-width: 860px;
    margin: 0 auto;
    padding: 90px 28px 70px;
}

.legal-page h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.4rem, 7vw, 5.6rem);
    line-height: .95;
    color: var(--green);
    margin-bottom: 38px;
}

.legal-page h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    color: var(--green);
    margin: 42px 0 14px;
}

.legal-page p {
    font-size: 1.02rem;
    line-height: 1.9;
    color: rgba(20,24,22,.76);
    margin-bottom: 18px;
}

.back-link {
    display: inline-block;
    margin-bottom: 48px;
    color: var(--green);
    text-decoration: none;
    font-weight: 700;
}

.back-link:hover {
    color: var(--sand);
}
.footer-note {
    font-size: .85rem;
    color: rgba(36,56,45,.55);
}
/* Kontakt */

.contact-section {
    max-width: var(--max);
    margin: 0 auto;
    padding: 110px 28px 90px;
}

.contact-card {
    background: #ffffff;
    border: 1px solid rgba(36,56,45,.10);
    border-radius: 32px;
    padding: 46px;
    box-shadow: 0 28px 80px rgba(20,24,22,.08);
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 56px;
    align-items: center;
}

.contact-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: .95;
    color: var(--green);
    margin-bottom: 26px;
}

.contact-content p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(20,24,22,.74);
    margin-bottom: 34px;
}

.contact-details {
    display: grid;
    gap: 18px;
    margin-bottom: 40px;
}

.contact-details a,
.contact-details span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-details a:hover {
    color: var(--sand);
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.contact-actions .btn {
    min-width: 210px;
}

.btn-light {
    background: var(--cream);
    color: var(--green);
}

.contact-image {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(20,24,22,.14);
}

.contact-image img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
}

@media (max-width: 900px) {
    .contact-section {
        padding: 80px 18px 70px;
    }

    .contact-card {
        grid-template-columns: 1fr;
        padding: 28px;
        gap: 34px;
        border-radius: 24px;
    }

    .contact-image img {
        min-height: 300px;
    }
}
.contact-details a,
.contact-details span {
    color: var(--green);
    text-decoration: none;
    font-weight: 700;
}
/* ============================= */
/* Mobile Feinschliff */
/* ============================= */

@media (max-width: 900px) {

    body {
        overflow-x: hidden;
    }

    .site-header {
        padding: 10px 14px;
    }

    .navbar {
        padding: 12px 16px;
        border-radius: 28px;
    }

    .nav-links {
        display: none;
    }

    .nav-cta {
        padding: 10px 16px;
        font-size: .85rem;
    }

    .brand-main {
        font-size: 1.35rem;
    }

    .brand-sub {
        font-size: .58rem;
        letter-spacing: .14em;
    }

    .hero {
        min-height: 86vh;
        padding: 115px 0 55px;
        align-items: flex-end;
    }

    .hero-content {
        width: calc(100% - 36px);
        padding-top: 0;
    }

    .hero-kicker {
        font-size: .7rem;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    .hero h1 {
        font-size: clamp(3.1rem, 15vw, 4.8rem);
        margin-bottom: 20px;
    }

    .hero-text {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 26px;
    }

    .hero-facts {
        gap: 8px;
        margin-bottom: 26px;
    }

    .hero-facts span {
        font-size: .78rem;
        padding: 8px 13px;
    }

    .hero-actions,
    .booking-actions,
    .contact-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
        min-width: unset;
    }
}
@media (max-width: 560px) {

    .hero h1,
    .intro-content h2,
    .gallery-header h2,
    .surroundings-header h2,
    .terrace-content h2,
    .reviews-header h2,
    .contact-content h2,
    .booking-content h2 {
        font-size: clamp(2.8rem, 14vw, 4rem);
    }

    .intro,
    .gallery,
    .surroundings,
    .terrace,
    .reviews,
    .contact-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .gallery {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .gallery-grid {
        gap: 16px;
    }

    .gallery-item,
    .large,
    .panorama {
        height: 280px;
        min-height: 280px;
    }

    .surroundings-grid article,
    .review-card {
        padding: 28px 24px;
    }

    .terrace {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .terrace-image img {
        aspect-ratio: 4 / 4.6;
    }

    .terrace-features {
        grid-template-columns: 1fr;
    }

    .contact-card {
        padding: 28px 22px;
    }

    .contact-image img {
        min-height: 280px;
    }

    .booking-final {
        min-height: 620px;
    }

    .site-footer {
        text-align: center;
    }
}
.burger {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    cursor: pointer;
}

.burger span {
    display: block;
    width: 20px;
    height: 2px;
    background: white;
    margin: 5px auto;
    border-radius: 999px;
}

@media (max-width: 900px) {
    .burger {
        display: block;
    }

    .navbar {
        position: relative;
    }

    .nav-links {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 18px;
        border-radius: 24px;
        background: rgba(20,24,22,.92);
        backdrop-filter: blur(18px);
    }

    .nav-links.open {
        display: flex;
    }

    .nav-links li a {
        display: block;
        padding: 14px 10px;
    }

   .navbar {
    gap: 12px;
}

.nav-cta {
    margin-left: auto;
    margin-right: 6px;
}
}
@media (max-width: 900px) {
    .intro,
    .gallery,
    .surroundings,
    .terrace,
    .reviews,
    .contact-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .booking-final {
        min-height: 560px;
    }

    .reviews-header {
        margin-bottom: 45px;
    }
}

@media (max-width: 560px) {
    .intro,
    .gallery,
    .surroundings,
    .terrace,
    .reviews,
    .contact-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .booking-final {
        min-height: 520px;
    }
}
.hero{
    padding-top:140px;
}
/* Scroll-Animationen */

.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .8s ease, transform .8s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
/* Lightbox */

.gallery-item {
    cursor: pointer;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(20,24,22,.88);
    backdrop-filter: blur(14px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
}

.lightbox.open {
    display: flex;
}

.lightbox-image {
    max-width: min(1100px, 90vw);
    max-height: 86vh;
    object-fit: contain;
    border-radius: 24px;
    box-shadow: 0 40px 100px rgba(0,0,0,.45);
    animation: lightboxZoom .28s ease;
}
.lightbox-content {
    position: relative;
    display: inline-block;
}

.lightbox-caption {
    position: absolute;
    left: 22px;
    bottom: 22px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(20,24,22,.55);
    backdrop-filter: blur(12px);
    color: #fff;
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .02em;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

@keyframes lightboxZoom {
    from {
        opacity: 0;
        transform: scale(.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    border: 0;
    color: white;
    background: rgba(255,255,255,.14);
    backdrop-filter: blur(12px);
    cursor: pointer;
    transition: .25s ease;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background: var(--sand);
    color: var(--dark);
}

.lightbox-close {
    top: 24px;
    right: 24px;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    font-size: 2rem;
    line-height: 1;
}

.lightbox-prev,
.lightbox-next {
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 999px;
    font-size: 2.8rem;
    line-height: 1;
}

.lightbox-prev {
    left: 24px;
}

.lightbox-next {
    right: 24px;
}

@media (max-width: 700px) {
    .lightbox {
        padding: 18px;
    }

    .lightbox-image {
        max-width: 100%;
        max-height: 80vh;
        border-radius: 18px;
    }

    .lightbox-prev,
    .lightbox-next {
        width: 44px;
        height: 44px;
        font-size: 2.2rem;
    }

    .lightbox-prev {
        left: 12px;
    }

    .lightbox-next {
        right: 12px;
    }
    .lightbox-caption {
    left: 14px;
    bottom: 14px;
    padding: 8px 14px;
    font-size: .85rem;
}
}
.lightbox-image {
    transition: opacity .25s ease, transform .25s ease;
}

.lightbox-image.is-changing {
    opacity: 0;
    transform: scale(.97);
}

.lightbox-counter {
    position: absolute;
    right: 22px;
    bottom: 22px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(20,24,22,.55);
    backdrop-filter: blur(12px);
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

@media (max-width:700px) {
    .lightbox-counter {
        right: 14px;
        bottom: 14px;
        padding: 8px 12px;
        font-size: .8rem;
    }
}

/* Scroll to top */

.scroll-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 80;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: .25s ease;
    box-shadow: 0 18px 40px rgba(20,24,22,.22);
}

.scroll-top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.scroll-top:hover {
    background: var(--sand);
    color: var(--dark);
}
#wohnung,
#galerie,
#umgebung,
#kontakt {
    scroll-margin-top: 10px;
}
@media (max-width: 900px) {
    html {
        scroll-padding-top: 95px;
    }

    #wohnung,
    #galerie,
    #umgebung,
    #kontakt {
        scroll-margin-top: 10px;
    }
}
.brand-main {
    font-size: 1.85rem;
}

.brand-sub {
    font-size: .72rem;
}
@media (max-width: 900px) {
    .brand-main {
        font-size: 1.45rem;
    }

    .brand-sub {
        font-size: .62rem;
    }
}
.btn-secondary:hover {
    background: rgba(255,255,255,.12);
    border-color: var(--sand);
    color: #fff;
}
@media (max-width: 700px) {
    .booking-final {
        min-height: auto;
        padding: 95px 0 105px;
        align-items: flex-start;
    }

    .booking-content {
        width: calc(100% - 48px);
    }

    .booking-actions {
        margin-bottom: 0;
    }

    .site-footer {
        padding-top: 70px;
    }
}
