/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

*/

:root {
    --gold: #C9A84C;
    --gold-light: #E8C97A;
    --dark: #091C14;
    --dark-mid: #0F2E20;
    --dark-surface: #16402C;
    --cream: #F9F3E8;
    --text-main: #F5EDD8;
    --text-muted: #9FB0A0;
    --spice: #B84A1A;
    --green: #3E8C5C;
    --green-light: #6FB98C;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Jost',sans-serif;
    background: radial-gradient(ellipse 80% 50% at 50% 0%,rgba(62,140,92,.12) 0%,transparent 60%),var(--dark);
    color: var(--text-main);
    font-weight: 300;
    overflow-x: hidden
}

/*    nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.25rem 4rem;
        background: rgba(9,28,20,.78);
        backdrop-filter: blur(14px);
        border-bottom: .5px solid rgba(201,168,76,.18);
        transition: background .4s ease,padding .4s ease
    }*/

.consent-text {
    font-size: 10px;
}

.notice-banner {
    color: #C9A84C;
    padding: 2px;
    text-align: center;
}

    .notice-banner strong {
        display: block;
        margin-bottom: 5px;
        font-size: 1.1em;
    }


nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    flex-direction: column; /* important */

    padding: 1.25rem 4rem;
    background: rgba(9,28,20,.78);
    backdrop-filter: blur(14px);
    border-bottom: .5px solid rgba(201,168,76,.18);
    transition: background .4s ease,padding .4s ease;
}

/* your original flex row */
.nav-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


    .notice-banner p {
        margin: 0;
    }

    nav.scrolled {
        background: rgba(9,28,20,.93);
        border-bottom: .5px solid rgba(201,168,76,.25)
    }

.nav-logo {
    font-family: 'Cormorant Garamond',serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--gold);
    letter-spacing: .12em;
    text-decoration: none
}

.nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none
}

    .nav-links a {
        font-size: .78rem;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: var(--text-muted);
        text-decoration: none;
        transition: color .2s
    }

        .nav-links a:hover {
            color: var(--gold-light)
        }

.nav-cta {
    font-size: .78rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid var(--gold);
    padding: .55rem 1.5rem;
    text-decoration: none;
    transition: background .2s,color .2s
}

    .nav-cta:hover {
        background: var(--gold);
        color: var(--dark)
    }

/* HERO */
#home {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 6rem 2rem 5rem;
    overflow: hidden
}

.hero-slides {
    position: absolute;
    inset: 0
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.8s ease;
    filter: brightness(.34) saturate(.75)
}

    .hero-slide.active {
        opacity: 1
    }

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,rgba(9,28,20,.12) 0%,rgba(9,28,20,.38) 55%,rgba(9,28,20,1) 100%)
}

.hero-ornament {
    position: relative;
    z-index: 1;
    width: 2px;
    height: 60px;
    background: linear-gradient(to bottom,transparent,var(--gold),transparent);
    margin: 0 auto 2rem;
    animation: fadeDown 1.2s ease both
}

.hero-sub {
    position: relative;
    z-index: 1;
    font-size: .72rem;
    letter-spacing: .35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.2rem;
    animation: fadeUp 1s .2s ease both
}

.hero-title {
    position: relative;
    z-index: 1;
    font-family: 'Cormorant Garamond',serif;
    font-size: clamp(3.5rem,9vw,8rem);
    font-weight: 300;
    line-height: 1;
    color: var(--cream);
    animation: fadeUp 1s .35s ease both
}

    .hero-title em {
        font-style: italic;
        color: var(--gold-light)
    }

.hero-tagline {
    position: relative;
    z-index: 1;
    font-size: clamp(.9rem,2vw,1.1rem);
    color: var(--text-muted);
    letter-spacing: .04em;
    margin-top: 1.5rem;
    animation: fadeUp 1s .5s ease both
}

.hero-divider {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin: 2.5rem auto;
    width: 220px;
    animation: fadeUp 1s .65s ease both
}

    .hero-divider::before, .hero-divider::after {
        content: '';
        flex: 1;
        height: .5px;
        background: var(--gold)
    }

.hero-diamond {
    width: 8px;
    height: 8px;
    background: var(--gold);
    transform: rotate(45deg)
}

.hero-btns {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    justify-content: center;
    animation: fadeUp 1s .8s ease both
}

.hero-dots {
    display: none
}

.btn-primary {
    background: var(--gold);
    color: var(--dark);
    font-family: 'Jost',sans-serif;
    font-size: .78rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .2s,transform .15s;
    display: inline-block
}

    .btn-primary:hover {
        background: var(--gold-light);
        transform: translateY(-1px)
    }

.btn-outline {
    background: transparent;
    color: var(--cream);
    font-family: 'Jost',sans-serif;
    font-size: .78rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 400;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border: 1px solid rgba(245,237,216,.35);
    cursor: pointer;
    transition: border-color .2s,transform .15s;
    display: inline-block
}

    .btn-outline:hover {
        border-color: var(--cream);
        transform: translateY(-1px)
    }

/* MENU TOGGLE */
.menu-toggle-wrap {
    position: relative;
    z-index: 2;
    margin-top: 2.5rem;
    width: 100%;
    max-width: 920px;
    animation: fadeUp 1s 1s ease both
}

.menu-toggle-btn {
    background: transparent;
    border: .5px solid rgba(201,168,76,.35);
    color: var(--text-muted);
    font-family: 'Jost',sans-serif;
    font-size: .72rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    padding: .75rem 2rem;
    cursor: pointer;
    transition: border-color .2s,color .2s;
    display: inline-flex;
    align-items: center;
    gap: .8rem
}

    .menu-toggle-btn:hover {
        border-color: var(--gold);
        color: var(--gold)
    }

    .menu-toggle-btn .arrow {
        font-size: .6rem;
        transition: transform .35s;
        display: inline-block
    }

    .menu-toggle-btn.open .arrow {
        transform: rotate(180deg)
    }

.menu-preview {
    max-height: 0;
    overflow: hidden;
    transition: max-height .55s cubic-bezier(.4,0,.2,1),opacity .4s;
    opacity: 0
}

    .menu-preview.open {
        max-height: 1100px;
        opacity: 1
    }

.menu-preview-inner {
    margin-top: 2rem;
    background: rgba(9,28,20,.88);
    border: .5px solid rgba(201,168,76,.2);
    padding: 2.5rem 3rem;
    text-align: left;
    backdrop-filter: blur(8px)
}

.mp-title {
    font-family: 'Cormorant Garamond',serif;
    font-size: 1.35rem;
    color: var(--gold);
    text-align: center;
    margin-bottom: 2rem
}

.mp-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
    margin-bottom: 2rem
}

.mp-cat {
    border-left: 1px solid rgba(201,168,76,.3);
    padding-left: 1rem
}

.mp-cat-label {
    font-size: .62rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: .6rem
}

.mp-cat-items {
    font-size: .83rem;
    color: var(--text-muted);
    line-height: 1.95
}

.mp-notes {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    font-size: .78rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: .5px solid rgba(201,168,76,.12)
}

.mp-cta {
    text-align: center
}

/* SECTIONS */
section {
    padding: 7rem 4rem
}

.section-label {
    font-size: .68rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
    display: block
}

.section-title {
    font-family: 'Cormorant Garamond',serif;
    font-size: clamp(2.2rem,5vw,4rem);
    font-weight: 300;
    color: var(--cream);
    line-height: 1.1
}

    .section-title em {
        font-style: italic;
        color: var(--gold-light)
    }

/* ABOUT */
#about {
    position: relative;
    overflow: hidden;
    padding: 7rem 4rem
}

.about-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 40%;
    filter: brightness(.12) saturate(.5)
}

.about-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,rgba(9,28,20,.97) 45%,rgba(9,28,20,.55) 100%)
}

.about-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center
}

.about-text p {
    color: var(--text-muted);
    line-height: 1.9;
    margin-top: 1.5rem;
    font-size: 1.05rem
}

.about-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 3rem
}

.highlight {
    padding: 1.5rem;
    border: .5px solid rgba(111,185,140,.22);
    background: linear-gradient(135deg,rgba(62,140,92,.12),rgba(9,28,20,.4))
}

.highlight-num {
    font-family: 'Cormorant Garamond',serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--gold);
    line-height: 1
}

.highlight-label {
    font-size: .75rem;
    letter-spacing: .1em;
    color: var(--text-muted);
    margin-top: .3rem
}

.about-photo-frame {
    position: relative
}

    .about-photo-frame img {
        width: 100%;
        aspect-ratio: 3/4;
        object-fit: cover;
        display: block;
        border: .5px solid rgba(201,168,76,.2)
    }

    .about-photo-frame::after {
        content: '';
        position: absolute;
        bottom: -1.5rem;
        left: -1.5rem;
        width: 60%;
        height: 60%;
        border: 1px solid rgba(201,168,76,.3);
        pointer-events: none
    }

/* GALLERY */
#galerie {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    height: 400px;
    overflow: hidden
}

.gal-cell {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

    .gal-cell img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s ease,filter .5s;
        filter: brightness(.78) saturate(.9)
    }

    .gal-cell:hover img {
        transform: scale(1.08);
        filter: brightness(1) saturate(1.1)
    }

.gal-cell-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.2rem 1rem;
    background: linear-gradient(to top,rgba(9,28,20,.85),transparent);
    font-size: .6rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(201,168,76,.9);
    opacity: 0;
    transition: opacity .4s
}

.gal-cell:hover .gal-cell-label {
    opacity: 1
}

/* RESERVATION */
#reservierung {
    position: relative;
    overflow: hidden
}

.res-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(.1) saturate(.4)
}

.res-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(15,46,32,.98) 50%,rgba(15,46,32,.75) 100%)
}

.res-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 6rem;
    align-items: start
}

.res-info p {
    color: var(--text-muted);
    line-height: 1.8;
    margin-top: 1.5rem;
    font-size: 1rem
}

.res-details {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.res-detail {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: .5px solid rgba(201,168,76,.1)
}

.res-detail-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border: .5px solid rgba(201,168,76,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1rem
}

.res-detail-text {
    font-size: .9rem;
    color: var(--text-muted);
    line-height: 1.6
}

    .res-detail-text strong {
        color: var(--cream);
        font-weight: 400;
        display: block;
        margin-bottom: .4rem
    }

.hours-table {
    width: 100%
}

    .hours-table td {
        padding: .25rem 0;
        font-size: .88rem;
        color: var(--cream)
    }

        .hours-table td:first-child {
            color: var(--text-muted);
            padding-right: 1rem;
            white-space: nowrap
        }

    .hours-table .closed {
        color: var(--spice) !important
    }

.res-form {
    background: rgba(9,28,20,.7);
    border: .5px solid rgba(201,168,76,.2);
    padding: 3rem;
    backdrop-filter: blur(6px)
}

.form-title {
    font-family: 'Cormorant Garamond',serif;
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--cream);
    margin-bottom: 2rem
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: 1rem
}

    .form-group label {
        font-size: .68rem;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: var(--text-muted)
    }

    .form-group input, .form-group select, .form-group textarea {
        background: rgba(255,255,255,.05);
        border: .5px solid rgba(201,168,76,.25);
        color: var(--cream);
        font-family: 'Jost',sans-serif;
        font-size: .95rem;
        font-weight: 300;
        padding: .85rem 1rem;
        outline: none;
        transition: border-color .2s;
        -webkit-appearance: none
    }

        .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
            border-color: var(--gold)
        }

        .form-group select option {
            background: #0F2E20;
            color: var(--cream)
        }

    .form-group textarea {
        resize: vertical;
        min-height: 90px
    }

.form-success {
    display: none;
    text-align: center;
    padding: 2rem;
    color: var(--gold);
    font-family: 'Cormorant Garamond',serif;
    font-size: 1.4rem
}

/* REVIEWS */
#bewertungen {
    position: relative;
    overflow: hidden
}

.reviews-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(.1) saturate(.4)
}

.reviews-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(9,28,20,.93)
}

.reviews-inner {
    position: relative;
    z-index: 1
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    gap: 1rem
}

.google-badge {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(15,46,32,.8);
    border: .5px solid rgba(201,168,76,.25);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(4px)
}

.google-badge-score {
    font-family: 'Cormorant Garamond',serif;
    font-size: 2.8rem;
    font-weight: 300;
    color: var(--gold);
    line-height: 1
}

.google-badge-info {
    display: flex;
    flex-direction: column;
    gap: .2rem
}

.stars-row {
    display: flex;
    gap: 2px
}

.star {
    color: var(--gold);
    font-size: 1rem
}

.google-badge-label {
    font-size: .7rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--text-muted)
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem
}

.review-card {
    background: rgba(22,64,44,.85);
    border: .5px solid rgba(201,168,76,.12);
    padding: 2rem;
    transition: border-color .3s,background .3s,opacity .6s ease,transform .6s ease;
    backdrop-filter: blur(4px)
}

    .review-card.fade-out {
        opacity: 0;
        transform: translateY(10px)
    }

    .review-card .review-badge {
        display: none;
        font-size: .6rem;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: var(--dark);
        background: var(--gold);
        padding: .2rem .55rem;
        border-radius: 2px;
        margin-left: .6rem;
        vertical-align: middle
    }

    .review-card.is-latest .review-badge {
        display: inline-block
    }

    .review-card:hover {
        border-color: rgba(201,168,76,.35);
        background: rgba(15,46,32,.95)
    }

.review-header {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: 1rem
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond',serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--dark);
    flex-shrink: 0
}

.review-meta {
    flex: 1
}

.review-name {
    font-size: .9rem;
    color: var(--cream);
    font-weight: 400
}

.review-date {
    font-size: .72rem;
    color: var(--text-muted);
    margin-top: .1rem
}

.review-stars {
    display: flex;
    gap: 2px;
    margin-bottom: .8rem
}

.review-text {
    font-size: .88rem;
    color: var(--text-muted);
    line-height: 1.8;
    font-style: italic
}

    .review-text::before {
        content: '\201E';
        color: var(--gold);
        font-family: 'Cormorant Garamond',serif;
        font-size: 1.6rem;
        line-height: 0;
        vertical-align: -.35rem;
        margin-right: .15rem
    }

    .review-text::after {
        content: '\201C';
        color: var(--gold);
        font-family: 'Cormorant Garamond',serif;
        font-size: 1.6rem;
        line-height: 0;
        vertical-align: -.35rem;
        margin-left: .15rem
    }

.reviews-cta {
    text-align: center;
    margin-top: 3rem
}

    .reviews-cta p {
        font-size: .85rem;
        color: var(--text-muted);
        margin-bottom: 1rem
    }

/* CONTACT */
#kontakt {
    position: relative;
    overflow: hidden
}

.kontakt-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    filter: brightness(.1) saturate(.4)
}

.kontakt-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,rgba(9,28,20,.97) 40%,rgba(15,46,32,.88) 100%)
}

.kontakt-inner {
    position: relative;
    z-index: 1
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 5rem;
    align-items: start;
    margin-top: 4rem
}

.contact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(201,168,76,.1)
}

.contact-card {
    background: rgba(9,28,20,.7);
    border: .5px solid rgba(201,168,76,.12);
    padding: 1.8rem;
    transition: border-color .3s,background .3s;
    backdrop-filter: blur(4px)
}

    .contact-card:hover {
        border-color: rgba(201,168,76,.35);
        background: rgba(15,46,32,.7)
    }

.contact-card-icon {
    width: 38px;
    height: 38px;
    border: .5px solid rgba(201,168,76,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: .95rem;
    margin-bottom: 1rem
}

.contact-card h3 {
    font-size: .62rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: .6rem
}

.contact-card p {
    font-size: .92rem;
    color: var(--cream);
    line-height: 1.8;
    font-weight: 300
}

.contact-card a {
    color: var(--cream);
    text-decoration: none
}

    .contact-card a:hover {
        color: var(--gold-light)
    }

.map-wrap {
    position: relative
}

    .map-wrap::before {
        content: '';
        position: absolute;
        inset: -8px;
        border: .5px solid rgba(201,168,76,.2);
        pointer-events: none;
        z-index: 1
    }

.map-embed iframe {
    width: 100%;
    height: 420px;
    border: none;
    filter: saturate(.5) brightness(.65);
    display: block
}

/* FOOTER */
footer {
    background: rgba(9,28,20,.98);
    border-top: .5px solid rgba(201,168,76,.15);
    padding: 3rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem
}

.footer-logo {
    font-family: 'Cormorant Garamond',serif;
    font-size: 1.2rem;
    color: var(--gold);
    letter-spacing: .1em
}

.footer-copy {
    font-size: .78rem;
    color: var(--text-muted)
}

.footer-links {
    display: flex;
    gap: 1.5rem;
    list-style: none
}

    .footer-links a {
        font-size: .75rem;
        letter-spacing: .1em;
        color: var(--text-muted);
        text-decoration: none;
        transition: color .2s
    }

        .footer-links a:hover {
            color: var(--gold-light)
        }

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* TRIPADVISOR BANNER - bottom right corner */
.ta-banner {
    position: fixed;
    bottom: 1.6rem;
    right: 1.6rem;
    z-index: 90;
    display: flex;
    align-items: center;
    gap: .8rem;
    background: rgba(15,46,32,.92);
    backdrop-filter: blur(10px);
    border: .5px solid rgba(201,168,76,.3);
    padding: .7rem 1.2rem;
    text-decoration: none;
    transition: border-color .3s,background .3s,transform .3s;
    box-shadow: 0 8px 24px rgba(0,0,0,.35)
}

    .ta-banner:hover {
        border-color: var(--gold);
        background: rgba(22,64,44,.95);
        transform: translateY(-2px)
    }

.ta-banner-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #34E0A1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ta-banner-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25
}

.ta-banner-title {
    font-size: .68rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500
}

.ta-banner-sub {
    font-size: .72rem;
    color: var(--text-muted)
}

.ta-banner-stars {
    color: #34E0A1;
    font-size: .75rem;
    letter-spacing: 1px;
    margin-left: .3rem
}

.ta-banner-close {
    color: var(--text-muted);
    font-size: .9rem;
    cursor: pointer;
    padding: 0 .2rem;
    line-height: 1;
    transition: color .2s
}

    .ta-banner-close:hover {
        color: var(--cream)
    }

/* TABLET - 1000px and below */
@media(max-width:1000px) {
    nav {
        padding: 1rem 1.5rem
    }

    .nav-links {
        display: none
    }

    section {
        padding: 5rem 1.5rem
    }

    .about-inner {
        grid-template-columns: 1fr;
        gap: 3rem
    }

    .about-photo-frame {
        display: none
    }

    #galerie {
        grid-template-columns: 1fr 1fr;
        height: auto
    }

    .gal-cell {
        height: 220px
    }

    .res-inner {
        grid-template-columns: 1fr;
        gap: 3rem
    }

    .reviews-grid {
        grid-template-columns: 1fr 1fr
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 3rem
    }

    footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem 1.5rem
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .mp-grid {
        grid-template-columns: 1fr 1fr
    }

    .menu-preview-inner {
        padding: 1.5rem
    }

    .res-form {
        padding: 1.5rem
    }

    .reviews-header {
        flex-direction: column;
        align-items: flex-start
    }

    .ta-banner {
        bottom: 1rem;
        right: 1rem;
        padding: .6rem 1rem
    }
}

/* MOBILE - 768px and below */
@media(max-width:768px) {
    nav {
        padding: .75rem 1rem
    }

    .nav-logo {
        font-size: 1.2rem
    }

    section {
        padding: 3rem 1rem
    }

    .hero-title {
        font-size: clamp(2rem,6vw,3.5rem)
    }

    .hero-sub {
        font-size: .65rem;
        margin-bottom: 1rem
    }

    .hero-btns {
        flex-direction: column;
        gap: 1rem
    }

    .btn-primary, .btn-outline {
        width: 100%;
        padding: .85rem 1.5rem;
        font-size: .72rem
    }

    .menu-toggle-wrap {
        margin-top: 1.5rem
    }

    .menu-preview-inner {
        padding: 1.2rem
    }

    .mp-grid {
        grid-template-columns: 1fr
    }

    .about-inner {
        gap: 2rem
    }

    .about-highlights {
        grid-template-columns: 1fr
    }

    .section-title {
        font-size: clamp(1.5rem,4vw,2.5rem)
    }

    #galerie {
        grid-template-columns: 1fr;
        height: auto
    }

    .gal-cell {
        height: 200px
    }

    .reviews-grid {
        grid-template-columns: 1fr
    }

    .res-form {
        padding: 1.2rem
    }

    .form-row {
        gap: .75rem
    }

    .contact-cards {
        grid-template-columns: 1fr
    }

    .contact-layout {
        gap: 2rem
    }

    .map-embed iframe {
        height: 300px
    }

    footer {
        padding: 1.5rem 1rem;
        font-size: .7rem
    }

    .ta-banner {
        bottom: .75rem;
        right: .75rem;
        gap: .6rem;
        padding: .5rem .8rem;
        font-size: .6rem
    }
}


/* PHONE - 600px and below */
@media(max-width:600px) {
    body

{
    font-size: 14px
}

nav {
    padding: .5rem .75rem
}

.nav-logo {
    font-size: 1rem
}

section {
    padding: 2rem .75rem
}

.hero-title {
    font-size: clamp(1.8rem,5vw,2.8rem);
    margin-bottom: .8rem
}

.hero-sub {
    font-size: .6rem
}

.hero-tagline {
    font-size: .85rem;
    margin-top: 1rem
}

.hero-btns {
    gap: .8rem
}

.btn-primary, .btn-outline {
    padding: .75rem 1.2rem;
    font-size: .65rem
}

.menu-toggle-btn {
    padding: .6rem 1.2rem;
    font-size: .65rem
}

.menu-preview-inner {
    padding: 1rem;
    margin-top: 1rem
}

.mp-title {
    font-size: 1.2rem;
    margin-bottom: 1.2rem
}

.mp-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem
}

.mp-cat {
    padding-left: .75rem;
    border-left: 1px solid rgba(201,168,76,.3)
}

.mp-cat-label {
    font-size: .55rem;
    margin-bottom: .4rem
}

.mp-cat-items {
    font-size: .75rem;
    line-height: 1.8
}

.mp-notes {
    gap: 1rem;
    font-size: .7rem;
    margin-bottom: 1rem
}

.section-title {
    font-size: clamp(1.3rem,3.5vw,2rem)
}

.section-label {
    font-size: .6rem;
    margin-bottom: .75rem
}

#galerie {
    grid-template-columns: 1fr;
    gap: 0
}

.gal-cell {
    height: 180px
}

.gal-cell-label {
    font-size: .55rem;
    padding: 1.5rem 1rem .8rem
}

.about-inner {
    gap: 1.5rem
}

.about-highlights {
    gap: 1rem
}

.highlight {
    padding: 1rem
}

.highlight-num {
    font-size: 2rem
}

.highlight-label {
    font-size: .65rem;
    margin-top: .2rem
}

.review-card {
    padding: 1.2rem;
    border: .5px solid rgba(201,168,76,.12)
}

.review-header {
    gap: .6rem;
    margin-bottom: .8rem
}

.review-avatar {
    width: 36px;
    height: 36px;
    font-size: 1rem
}

.review-name {
    font-size: .8rem;
    margin-bottom: .1rem
}

.review-date {
    font-size: .65rem
}

.review-stars {
    margin-bottom: .6rem
}

.review-text {
    font-size: .8rem;
    line-height: 1.6
}

.review-badge {
    font-size: .5rem;
    padding: .15rem .3rem
}

.res-inner {
    gap: 1.5rem
}

.res-detail {
    padding: .75rem 0
}

.res-detail-icon {
    width: 32px;
    height: 32px;
    font-size: .85rem
}

.res-detail-text {
    font-size: .8rem
}

.res-form {
    padding: 1rem
}

.form-group {
    margin-bottom: .75rem
}

    .form-group label {
        font-size: .6rem;
        margin-bottom: .4rem
    }

    .form-group input, .form-group select, .form-group textarea {
        padding: .7rem .8rem;
        font-size: .85rem
    }

.form-title {
    font-size: 1.2rem;
    margin-bottom: 1.2rem
}

.hours-table {
    font-size: .75rem
}

    .hours-table td {
        padding: .2rem 0
    }

.contact-card {
    padding: 1.2rem
}

    .contact-card h3 {
        font-size: .55rem;
        margin-bottom: .5rem
    }

    .contact-card p {
        font-size: .8rem;
        line-height: 1.6
    }

.contact-card-icon {
    width: 34px;
    height: 34px;
    font-size: .85rem
}

.map-embed iframe {
    height: 250px
}

footer {
    padding: 1rem .75rem
}

.footer-logo {
    font-size: .95rem;
    margin-bottom: 1rem
}

.footer-links {
    gap: 1rem;
    flex-wrap: wrap
}

    .footer-links a {
        font-size: .65rem
    }

.footer-copy {
    font-size: .65rem
}

.ta-banner {
    bottom: .5rem;
    right: .5rem;
    gap: .4rem;
    padding: .4rem .6rem
}

.ta-banner-icon {
    width: 24px;
    height: 24px
}

.ta-banner-title {
    font-size: .6rem
}

.ta-banner-sub {
    font-size: .62rem
}

}


/* SMALL PHONE - 480px and below */
@media(max-width:480px) {
    nav

{
    padding: .4rem .5rem;
    gap: 1rem
}

.nav-logo {
    font-size: .9rem
}

section {
    padding: 1.5rem .5rem
}

.hero-title {
    font-size: clamp(1.5rem,4vw,2.2rem)
}

.btn-primary, .btn-outline {
    padding: .65rem 1rem;
    font-size: .6rem
}

.menu-toggle-btn {
    font-size: .6rem;
    padding: .5rem 1rem
}

.mp-grid {
    gap: .8rem
}

.reviews-grid {
    gap: 1rem
}

.review-card {
    padding: 1rem
}

.contact-cards {
    grid-template-columns: 1fr;
    gap: 0
}

.contact-card {
    border: .5px solid rgba(201,168,76,.12)
}

footer {
    padding: .75rem .5rem
}

.ta-banner {
    padding: .3rem .5rem;
    font-size: .5rem
}

}
