:root {
    --ebene: #000000;
    --reglisse: #161515;
    --cendre: #333333;
    --sesame: #8e7f68;
    --sable: #ddcbaa;
    --argent: #bcbec0;
    --perle: #ffffff;
    --soft: rgba(221, 203, 170, .12);
    --shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--perle);
    background: var(--ebene);
    font-family: "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

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

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px clamp(18px, 5vw, 72px);
    background: linear-gradient(180deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .18));
    transition: background .25s ease, padding .25s ease;
}

.site-header.is-scrolled {
    padding-block: 12px;
    background: rgba(22, 21, 21, .94);
    backdrop-filter: blur(14px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 150px;
}

.brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: var(--sable);
    border: 7px solid var(--sesame);
    font-size: 0;
}

.brand-text {
    color: var(--sable);
    font-size: 22px;
    line-height: .9;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.brand-text small {
    display: block;
    font-size: 11px;
    font-style: italic;
    letter-spacing: .14em;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: clamp(12px, 2vw, 26px);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.site-nav a {
    transition: color .2s ease;
}

.site-nav a:hover {
    color: var(--sable);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: rgba(0, 0, 0, .25);
}

.nav-toggle span {
    display: block;
    height: 1px;
    margin: 6px 0;
    background: var(--perle);
}

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: 120px clamp(20px, 7vw, 110px) 80px;
}

.hero-bg,
.hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-bg {
    object-fit: cover;
    object-position: center 42%;
    transform: scale(1.04);
    animation: slowZoom 14s ease-out forwards;
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .66) 46%, rgba(0, 0, 0, .28) 100%);
}

.hero-shine {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.hero-shine::after {
    content: "";
    position: absolute;
    top: -20%;
    left: -60%;
    width: 45%;
    height: 140%;
    background: linear-gradient(
        105deg,
        transparent 0%,
        rgba(255, 255, 255, .02) 35%,
        rgba(221, 203, 170, .18) 48%,
        rgba(255, 255, 255, .28) 52%,
        rgba(221, 203, 170, .12) 58%,
        transparent 72%
    );
    transform: skewX(-18deg);
    animation: heroShine 5.5s ease-in-out 1.2s infinite;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.hero-content.is-visible .eyebrow {
    animation: fadeSlideUp .8s ease .1s both;
}

.hero-content.is-visible h1 {
    animation: fadeSlideUp .9s ease .25s both;
}

.hero-content.is-visible .slogan {
    animation: fadeSlideUp .9s ease .45s both;
}

.hero-content.is-visible .hero-copy {
    animation: fadeSlideUp .9s ease .6s both;
}

.hero-content.is-visible .hero-actions {
    animation: fadeSlideUp .9s ease .75s both;
}

.hero-content.is-visible .btn {
    animation: fadeIn .7s ease both;
}

.hero-content.is-visible .btn:nth-child(1) { animation-delay: .85s; }
.hero-content.is-visible .btn:nth-child(2) { animation-delay: .95s; }
.hero-content.is-visible .btn:nth-child(3) { animation-delay: 1.05s; }

.eyebrow {
    margin: 0 0 14px;
    color: var(--sable);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .34em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 14px;
    font-size: clamp(72px, 16vw, 178px);
    font-weight: 300;
    line-height: .72;
    letter-spacing: .02em;
    text-transform: uppercase;
}

h1 span {
    display: block;
    margin-left: 22%;
    font-size: .22em;
    font-style: italic;
    letter-spacing: .12em;
}

.slogan {
    margin-bottom: 24px;
    color: var(--sable);
    font-size: clamp(16px, 2vw, 24px);
    letter-spacing: .42em;
    text-transform: uppercase;
}

.hero-copy {
    max-width: 560px;
    color: rgba(255, 255, 255, .8);
    font-size: clamp(18px, 2vw, 23px);
}

.hero-actions,
.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 13px 24px;
    border: 1px solid rgba(221, 203, 170, .5);
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

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

.btn.primary {
    color: var(--reglisse);
    background: var(--sable);
}

.btn.ghost,
.btn.line {
    color: var(--sable);
    background: rgba(0, 0, 0, .2);
}

.orbital {
    position: absolute;
    right: clamp(-120px, -8vw, -40px);
    bottom: -110px;
    width: clamp(260px, 38vw, 540px);
    aspect-ratio: 1;
    border: 52px solid rgba(142, 127, 104, .26);
    border-radius: 50%;
    animation: breathe 5s ease-in-out infinite;
}

section {
    padding: clamp(72px, 10vw, 140px) clamp(20px, 7vw, 110px);
}

.band {
    background: var(--reglisse);
}

.section-head {
    max-width: 860px;
    margin-bottom: clamp(30px, 5vw, 62px);
}

h2 {
    font-size: clamp(38px, 6vw, 86px);
    font-weight: 300;
    line-height: .96;
    letter-spacing: .01em;
}

h3 {
    color: var(--sable);
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 400;
}

.split,
.map-layout {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
    gap: clamp(24px, 5vw, 68px);
    align-items: center;
}

.copy p,
.branch-card p,
.experience-grid p,
.news-list p,
.menu-card p {
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
}

.media,
.gallery-item img,
.map {
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.media {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.menu-grid,
.experience-grid,
.news-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.menu-card,
.experience-grid article,
.news-list article,
.branch-card {
    border: 1px solid rgba(221, 203, 170, .16);
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(221, 203, 170, .08), rgba(255, 255, 255, .02));
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.card-media {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    transition: transform .5s ease, filter .35s ease;
}

.menu-card:hover .card-media,
.experience-grid article:hover .card-media {
    transform: scale(1.05);
    filter: brightness(1.06);
}

.card-body {
    padding: clamp(22px, 3vw, 34px);
}

.branch-card {
    padding: clamp(22px, 3vw, 34px);
}

.news-list article {
    padding: clamp(22px, 3vw, 34px);
}

.menu-card:hover,
.experience-grid article:hover,
.news-list article:hover,
.branch-card:hover {
    transform: translateY(-4px);
    border-color: rgba(221, 203, 170, .32);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
}

.menu-card span,
.news-list time {
    color: var(--sesame);
    letter-spacing: .24em;
    text-transform: uppercase;
}

.booking-form {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    padding: clamp(18px, 3vw, 34px);
    border: 1px solid rgba(221, 203, 170, .18);
    border-radius: 8px;
    background: rgba(0, 0, 0, .22);
}

label {
    display: grid;
    gap: 8px;
    color: var(--sable);
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

input,
textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    padding: 14px 13px;
    color: var(--perle);
    background: rgba(255, 255, 255, .06);
    font: inherit;
}

textarea {
    resize: vertical;
}

.wide {
    grid-column: 1 / -1;
}

.map {
    width: 100%;
    min-height: 390px;
    border: 0;
    filter: grayscale(1) contrast(1.05);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: clamp(220px, 24vw, 330px);
    gap: 18px;
}

.gallery-item {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    cursor: zoom-in;
    background: var(--reglisse);
    box-shadow: var(--shadow);
    transition: transform .35s ease, box-shadow .35s ease;
}

.gallery-item:hover {
    transform: scale(1.02);
    box-shadow: 0 28px 60px rgba(0, 0, 0, .38);
}

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

.gallery-item:hover img {
    transform: scale(1.06);
    filter: brightness(1.08);
}

.gallery-zoom {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: var(--reglisse);
    background: rgba(221, 203, 170, .92);
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    opacity: 0;
    transform: scale(.8);
    transition: opacity .3s ease, transform .3s ease;
}

.gallery-item:hover .gallery-zoom {
    opacity: 1;
    transform: scale(1);
}

.gallery-grid .tall {
    grid-row: span 2;
}

.gallery-grid .tall img {
    object-position: center 42%;
}

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

.gallery-grid .gallery-item:first-child img {
    object-position: center 46%;
}

.gallery-grid .gallery-item:last-child {
    grid-column: span 2;
}

.gallery-grid .gallery-item:last-child img {
    object-position: center 38%;
}

.gallery-grid .gallery-item:nth-child(3),
.gallery-grid .gallery-item:nth-child(6) {
    grid-column: span 2;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    padding: clamp(16px, 4vw, 48px);
    background: rgba(0, 0, 0, .92);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.lightbox-figure {
    margin: 0;
    max-width: min(1200px, 92vw);
    max-height: 88vh;
    animation: lightboxIn .35s ease;
}

.lightbox-image {
    display: block;
    max-width: 100%;
    max-height: calc(88vh - 48px);
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
    object-fit: contain;
}

.lightbox-caption {
    margin-top: 14px;
    color: var(--sable);
    text-align: center;
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lightbox-close,
.lightbox-nav {
    position: absolute;
    display: grid;
    place-items: center;
    border: 1px solid rgba(221, 203, 170, .28);
    color: var(--sable);
    background: rgba(22, 21, 21, .85);
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.lightbox-close:hover,
.lightbox-nav:hover {
    background: rgba(221, 203, 170, .18);
    transform: scale(1.05);
}

.lightbox-close {
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
}

.lightbox-nav {
    top: 50%;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 32px;
    transform: translateY(-50%);
}

.lightbox-nav:hover {
    transform: translateY(-50%) scale(1.05);
}

.lightbox-prev {
    left: clamp(12px, 3vw, 28px);
}

.lightbox-next {
    right: clamp(12px, 3vw, 28px);
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 42px clamp(20px, 7vw, 110px);
    background: #050505;
    color: rgba(255, 255, 255, .7);
}

.brand-footer {
    margin-bottom: 4px;
    color: var(--sable);
    font-size: 28px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.footer-actions a {
    color: var(--sable);
}

.float-whatsapp,
.float-call {
    position: fixed;
    z-index: 25;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 17px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .28);
}

.float-whatsapp {
    bottom: 22px;
    color: #062d18;
    background: #ddcbaa;
}

.float-call {
    bottom: 78px;
    color: var(--sable);
    background: rgba(22, 21, 21, .9);
    border: 1px solid rgba(221, 203, 170, .28);
}

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

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

.reveal.is-visible:nth-child(2) { transition-delay: .08s; }
.reveal.is-visible:nth-child(3) { transition-delay: .16s; }
.reveal.is-visible:nth-child(4) { transition-delay: .24s; }

.section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.detail-page {
    padding-top: clamp(70px, 8vw, 110px);
}

.detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: clamp(24px, 5vw, 70px);
    align-items: center;
}

.detail-hero p {
    color: rgba(255, 255, 255, .74);
    font-size: 19px;
}

.detail-hero img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.detail-grid,
.review-grid,
.admin-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: clamp(28px, 5vw, 64px);
}

.detail-card,
.review-card,
.qr-panel {
    border: 1px solid rgba(221, 203, 170, .16);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(221, 203, 170, .08), rgba(255, 255, 255, .02));
    box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.detail-card,
.review-card {
    padding: clamp(22px, 3vw, 34px);
}

.detail-card span,
.review-card span {
    display: block;
    margin-bottom: 18px;
    color: var(--sable);
    letter-spacing: .18em;
}

.detail-card p,
.review-card p,
.qr-panel p {
    color: rgba(255, 255, 255, .74);
}

.review-card small {
    color: var(--sesame);
    letter-spacing: .12em;
    text-transform: uppercase;
}

.qr-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 22px;
    align-items: center;
    margin-top: 22px;
    padding: clamp(22px, 3vw, 34px);
}

.detail-form,
.detail-gallery {
    margin-top: clamp(28px, 5vw, 64px);
}

.qr-panel img {
    width: 100%;
    max-width: 190px;
    justify-self: end;
    border-radius: 8px;
    background: var(--perle);
    padding: 12px;
}

.admin-panel {
    background: var(--reglisse);
}

.admin-grid strong {
    color: var(--sable);
    font-weight: 600;
}

@keyframes slowZoom {
    to {
        transform: scale(1);
    }
}

@keyframes breathe {
    50% {
        transform: scale(1.04);
        opacity: .68;
    }
}

@keyframes heroShine {
    0%,
    72% {
        left: -60%;
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    38% {
        left: 120%;
        opacity: 1;
    }

    48%,
    100% {
        left: 120%;
        opacity: 0;
    }
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes lightboxIn {
    from {
        opacity: 0;
        transform: scale(.94);
    }

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

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .hero-shine::after {
        display: none;
    }
}

@media (max-width: 980px) {
    .nav-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: 76px;
        left: 16px;
        right: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        border-radius: 8px;
        background: rgba(22, 21, 21, .98);
    }

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

    .site-nav a {
        padding: 10px 0;
    }

    .split,
    .map-layout,
    .menu-grid,
    .experience-grid,
    .news-list,
    .detail-grid,
    .review-grid,
    .admin-grid,
    .booking-form {
        grid-template-columns: 1fr 1fr;
    }

    .detail-hero,
    .qr-panel {
        grid-template-columns: 1fr;
    }

    .qr-panel img {
        justify-self: start;
    }
}

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

    .hero {
        min-height: 92svh;
        padding-inline: 20px;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, .84), rgba(0, 0, 0, .56));
    }

    .hero-bg {
        object-position: 54% center;
    }

    .split,
    .map-layout,
    .menu-grid,
    .experience-grid,
    .news-list,
    .detail-grid,
    .review-grid,
    .admin-grid,
    .booking-form,
    .gallery-grid,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .site-footer {
        display: grid;
    }

    .gallery-grid {
        grid-auto-rows: 230px;
    }

    .gallery-grid .tall {
        grid-row: auto;
    }

    .gallery-grid .gallery-item,
    .gallery-grid .gallery-item:first-child,
    .gallery-grid .gallery-item:last-child,
    .gallery-grid .gallery-item:nth-child(3),
    .gallery-grid .gallery-item:nth-child(6) {
        grid-column: auto;
    }

    .gallery-zoom {
        opacity: 1;
        transform: scale(1);
    }

    .lightbox-nav {
        display: none;
    }

    .float-whatsapp,
    .float-call {
        right: 12px;
        font-size: 13px;
    }
}
