:root {
    --bg: #11100f;
    --panel: #191715;
    --panel-2: #211e1b;
    --text: #f7efe4;
    --muted: #c7b8a3;
    --gold: #d7a84f;
    --gold-dark: #9a6d25;
    --line: rgba(255, 255, 255, 0.1);
    --danger: #e85d5d;
    --ok: #68c28f;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    margin: 0;
    background: radial-gradient(circle at top left, #2b2117 0, var(--bg) 34rem);
    color: var(--text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: clip;
}

a {
    color: inherit;
}

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

.site-header {
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(17, 16, 15, 0.84);
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    padding: 1rem clamp(1rem, 4vw, 4rem);
    position: sticky;
    top: 0;
    z-index: 10;
}

.brand {
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
}

.brand span,
.eyebrow {
    color: var(--gold);
}

nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

nav a,
.inline-form button {
    background: transparent;
    border: 0;
    color: var(--muted);
    cursor: pointer;
    font: inherit;
    text-decoration: none;
}

.language-switch {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    display: inline-flex;
    padding: 0.2rem;
}

.language-switch button {
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: var(--muted);
    cursor: pointer;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.35rem 0.55rem;
}

.language-switch button.active {
    background: var(--gold);
    color: #17120b;
}

.nav-cta {
    border: 1px solid var(--gold);
    border-radius: 999px;
    color: var(--text);
    padding: 0.55rem 0.9rem;
}

.messages {
    margin: 1rem auto 0;
    max-width: 72rem;
    padding: 0 1rem;
}

.message {
    background: rgba(215, 168, 79, 0.14);
    border: 1px solid rgba(215, 168, 79, 0.34);
    border-radius: 1rem;
    margin: 0;
    padding: 0.9rem 1rem;
}

.hero,
.section {
    margin: 0 auto;
    max-width: 72rem;
    padding: clamp(3rem, 7vw, 6rem) 1rem;
    width: 100%;
}

.hero {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.9fr);
}

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

.eyebrow {
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    line-height: 1;
    margin: 0;
}

h1 {
    font-size: clamp(2.8rem, 6.4vw, 5.4rem);
    letter-spacing: -0.08em;
    overflow-wrap: break-word;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.6rem);
    letter-spacing: -0.06em;
}

h3 {
    font-size: 1.2rem;
}

p {
    color: var(--muted);
    line-height: 1.7;
}

.hero-text {
    font-size: 1.1rem;
    max-width: 38rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.button {
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    max-width: 100%;
    padding: 0.9rem 1.15rem;
    text-decoration: none;
}

.button.primary {
    background: var(--gold);
    color: #17120b;
}

.button.secondary {
    border-color: var(--line);
    color: var(--text);
}

.button:disabled {
    cursor: not-allowed;
    filter: grayscale(0.8);
    opacity: 0.6;
}

.hero-card {
    border-radius: 2rem;
    min-height: 31rem;
    overflow: hidden;
    position: relative;
}

.hero-card img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.floating-card {
    background: rgba(17, 16, 15, 0.86);
    border: 1px solid var(--line);
    border-radius: 1rem;
    bottom: 1rem;
    display: grid;
    gap: 0.25rem;
    left: 1rem;
    padding: 1rem;
    position: absolute;
}

.floating-card span,
small {
    color: var(--muted);
}

.section-heading {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.price-grid,
.gallery {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card,
.booking-form,
.auth-card,
.table-card,
.slots-card {
    background: linear-gradient(145deg, var(--panel), var(--panel-2));
    border: 1px solid var(--line);
    border-radius: 1.4rem;
    padding: 1.25rem;
}

.price-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 12rem;
}

.price-board {
    background: linear-gradient(145deg, #322316, #15110d);
    border: 1px solid rgba(215, 168, 79, 0.3);
    border-radius: 1.6rem;
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
}

.price-board article {
    align-items: center;
    border-bottom: 1px dotted rgba(247, 239, 228, 0.28);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.85rem 0.4rem;
}

.price-board article:last-child {
    border-bottom: 0;
}

.price-board span {
    font-size: 1.1rem;
    font-weight: 800;
}

.price-board strong {
    color: var(--gold);
    font-size: 1.35rem;
}

.price strong {
    color: var(--gold);
    display: block;
    font-size: 1.8rem;
}

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

.gallery {
    grid-auto-rows: 15rem;
}

.gallery img {
    border-radius: 1.4rem;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

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

.map-card {
    background: linear-gradient(145deg, var(--panel), var(--panel-2));
    border: 1px solid var(--line);
    border-radius: 1.4rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(16rem, 0.8fr);
    margin-top: 1rem;
    overflow: hidden;
    padding: 1rem;
}

.map-card iframe {
    border: 0;
    border-radius: 1rem;
    height: 22rem;
    width: 100%;
}

.map-card div {
    align-self: center;
}

.map-card strong {
    display: block;
    font-size: 1.4rem;
}

.about,
.booking-section,
.crm-grid {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: 0.85fr 1fr;
}

.booking-section {
    align-items: start;
}

.booking-intro {
    align-self: start;
    height: fit-content;
    position: sticky;
    top: 5.5rem;
    z-index: 1;
}

.about img {
    aspect-ratio: 1;
    border-radius: 2rem;
    object-fit: cover;
    width: 100%;
}

.stars {
    color: var(--gold);
    letter-spacing: 0.1em;
}

.reviews-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
}

.rating-pill {
    align-items: center;
    background: rgba(215, 168, 79, 0.12);
    border: 1px solid rgba(215, 168, 79, 0.24);
    border-radius: 999px;
    display: flex;
    gap: 0.65rem;
    justify-content: center;
    min-width: 15rem;
    padding: 0.75rem 1.1rem;
    white-space: nowrap;
}

.rating-pill strong {
    color: var(--text);
    font-size: 1rem;
}

.rating-pill span {
    color: var(--muted);
    font-size: 0.95rem;
}

.review-carousel {
    margin-left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: min(100vw, 84rem);
}

.review-track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 0 5rem 1rem;
    scroll-behavior: smooth;
    scroll-padding-inline: 5rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.review-track::-webkit-scrollbar {
    display: none;
}

.review-card {
    background: linear-gradient(145deg, var(--panel), var(--panel-2));
    border: 1px solid var(--line);
    border-radius: 1.4rem;
    flex: 0 0 clamp(17rem, 27vw, 24rem);
    overflow: hidden;
    scroll-snap-align: start;
}

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

.review-card div {
    padding: 1.1rem;
}

.review-card p {
    min-height: 7rem;
}

.carousel-arrow {
    align-items: center;
    background: rgba(17, 16, 15, 0.84);
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--text);
    cursor: pointer;
    display: flex;
    font-size: 2rem;
    height: 3rem;
    justify-content: center;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 3rem;
    z-index: 2;
}

.carousel-arrow.prev {
    left: 1rem;
}

.carousel-arrow.next {
    right: 1rem;
}

.mini-cta {
    align-items: center;
    background: linear-gradient(135deg, rgba(215, 168, 79, 0.22), rgba(215, 168, 79, 0.05));
    border: 1px solid rgba(215, 168, 79, 0.3);
    border-radius: 1.6rem;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 70rem;
    padding: 1.5rem;
}

.mini-cta h2 {
    font-size: clamp(1.6rem, 3vw, 2.6rem);
}

form label,
.stacked-form p {
    display: grid;
    gap: 0.35rem;
}

input,
select,
textarea {
    background: #0f0e0d;
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    color: var(--text);
    font: inherit;
    padding: 0.8rem 0.9rem;
    width: 100%;
}

.booking-form,
.stacked-form {
    display: grid;
    gap: 1rem;
}

.booking-calendar {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--line);
    border-radius: 1.2rem;
    padding: 1rem;
}

.calendar-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.calendar-title {
    font-size: 1.1rem;
}

.calendar-nav {
    align-items: center;
    background: var(--panel-2);
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--text);
    cursor: pointer;
    display: flex;
    font-size: 1.4rem;
    height: 2.4rem;
    justify-content: center;
    width: 2.4rem;
}

.calendar-grid {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays {
    color: var(--muted);
    font-size: 0.76rem;
    margin-bottom: 0.55rem;
    text-align: center;
}

.calendar-day {
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--text);
    cursor: pointer;
    display: grid;
    font: inherit;
    font-weight: 800;
    place-items: center;
    position: relative;
}

.calendar-day::after {
    background: var(--ok);
    border-radius: 999px;
    bottom: 0.45rem;
    content: "";
    height: 0.16rem;
    opacity: 0.85;
    position: absolute;
    width: 1rem;
}

.calendar-day.selected {
    background: #2d97aa;
    border-color: #2d97aa;
    color: #fff;
}

.calendar-day.disabled {
    color: rgba(247, 239, 228, 0.35);
    cursor: not-allowed;
    text-decoration: line-through;
}

.calendar-day.disabled::after {
    display: none;
}

.calendar-empty {
    aspect-ratio: 1;
}

.calendar-help {
    font-size: 0.88rem;
    margin: 0.85rem 0 0;
}

.errorlist,
.form-errors {
    color: var(--danger);
    margin: 0;
}

.auth-card,
.narrow {
    max-width: 42rem;
}

.auth-card {
    margin: 4rem auto;
}

.table-card {
    overflow-x: auto;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    border-bottom: 1px solid var(--line);
    padding: 0.8rem;
    text-align: left;
    vertical-align: top;
}

th {
    color: var(--gold);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.8rem;
    padding: 0.25rem 0.55rem;
}

.badge.confirmed {
    background: rgba(104, 194, 143, 0.18);
    color: var(--ok);
}

.badge.cancelled {
    background: rgba(232, 93, 93, 0.18);
    color: var(--danger);
}

.badge.pending {
    background: rgba(215, 168, 79, 0.16);
    color: var(--gold);
}

.week-tabs,
.slot-list,
.slot-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.week-tabs {
    margin-bottom: 1.5rem;
}

.week-tabs a,
.slot-list span,
.slot-option {
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    padding: 0.55rem 0.75rem;
    text-decoration: none;
}

.week-tabs a.active,
.slot-list span,
.slot-option.selected {
    background: rgba(215, 168, 79, 0.14);
    color: var(--text);
}

.slot-option {
    background: transparent;
    cursor: pointer;
    font: inherit;
    min-width: 6rem;
    text-align: center;
}

.slot-option.selected {
    border-color: var(--gold);
}

.slot-block-form,
.blocked-slot {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 1rem;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.55rem;
    width: 100%;
}

.slot-block-form input {
    min-width: 0;
}

.slot-block-form button,
.blocked-slot button {
    background: rgba(215, 168, 79, 0.16);
    border: 1px solid rgba(215, 168, 79, 0.3);
    border-radius: 999px;
    color: var(--text);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 0.55rem 0.75rem;
}

.blocked-list {
    display: grid;
    gap: 0.6rem;
}

.blocked-slot small {
    display: block;
}

.crm-grid {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) 20rem;
}

.status-form select {
    min-width: 9rem;
}

@media (max-width: 1100px) {
    .hero,
    .about,
    .crm-grid {
        grid-template-columns: 1fr;
    }

    .price-grid,
    .gallery {
        grid-template-columns: 1fr;
    }

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

    .review-track {
        padding-inline: 3.5rem;
    }

    .review-card {
        flex-basis: min(78vw, 22rem);
    }

    .gallery img:first-child {
        grid-column: auto;
        grid-row: auto;
    }

    .map-card {
        grid-template-columns: 1fr;
    }

    .site-header {
        align-items: flex-start;
        gap: 0.8rem;
        flex-direction: column;
        padding: 0.9rem 0.8rem;
        width: 100%;
    }

    .brand {
        font-size: 1rem;
    }

    nav {
        gap: 0.55rem;
        width: 100%;
    }

    nav a,
    .inline-form button {
        font-size: 0.88rem;
    }

    .nav-cta {
        padding: 0.45rem 0.7rem;
    }

    .language-switch {
        margin-left: auto;
    }

    .language-switch button {
        font-size: 0.76rem;
        padding: 0.3rem 0.45rem;
    }

    .hero,
    .section {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    h1 {
        font-size: clamp(2.6rem, 12vw, 3.4rem);
        letter-spacing: -0.045em;
    }

    h2 {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

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

}

@media (max-width: 760px) {
    .booking-section {
        grid-template-columns: 1fr;
    }

    .booking-intro {
        position: static;
    }
}

@media (max-width: 430px) {
    nav {
        column-gap: 0.45rem;
        row-gap: 0.6rem;
    }

    nav a,
    .inline-form button {
        font-size: 0.82rem;
    }

    .nav-cta {
        padding: 0.42rem 0.62rem;
    }

    h1 {
        font-size: clamp(2.35rem, 11vw, 2.9rem);
    }

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