.site-header {
    z-index: 100;
}

.fp-navbar {
    width: min(calc(100% - 48px), var(--max));
    min-height: 86px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}

.fp-control {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.fp-contact,
.fp-menu-button,
.fp-menu__whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--ivory);
    font: 700 .68rem/1 Arial, sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.fp-contact {
    justify-self: start;
}

.fp-brand {
    justify-self: center;
    color: var(--ivory);
    font: 1rem/1 Georgia, serif;
    letter-spacing: .14em;
    text-align: center;
    text-transform: uppercase;
}

.fp-brand b,
.fp-brand sup,
.whatsapp-icon {
    color: var(--gold);
}

.fp-brand sup {
    font-size: .5em;
}

.fp-menu-button {
    justify-self: end;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--line);
}

.fp-menu-button svg,
.fp-menu__close svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.5;
}

.whatsapp-icon {
    width: 22px;
    height: 22px;
    flex: none;
    background: currentColor;
    -webkit-mask: url('../img/whatsapp.svg') center / contain no-repeat;
    mask: url('../img/whatsapp.svg') center / contain no-repeat;
}

.fp-contact:hover,
.fp-menu-button:hover,
.fp-menu__close:hover,
.fp-menu__whatsapp:hover {
    color: #e7cd8d;
}

.fp-menu {
    position: fixed;
    z-index: 200;
    inset: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
}

.fp-menu.is-active {
    visibility: visible;
}

.fp-menu.is-open {
    pointer-events: auto;
}

.fp-menu__overlay,
.fp-menu__surface {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.fp-menu__overlay {
    z-index: 5;
    pointer-events: none;
}

.fp-menu__overlay path {
    fill: #0b0c0a;
}

.fp-menu__surface {
    opacity: 0;
    overflow: hidden;
    background: #0b0c0a;
}

.fp-menu.is-open .fp-menu__surface {
    opacity: 1;
}

.fp-menu__tiles {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    height: 155vh;
    flex-direction: column;
    justify-content: center;
    opacity: .28;
    transform: translate3d(-50%, -50%, 0) rotate(18deg);
}

.fp-menu__tile-row {
    display: flex;
    flex: none;
    transform: translate3d(25%, 0, 0);
    animation: fp-menu-runner 13s linear infinite paused;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: transform;
}

.fp-menu__tile-row:nth-child(2) {
    animation-duration: 18s;
    animation-direction: reverse;
}

.fp-menu__tile-row:nth-child(3) {
    animation-duration: 23s;
}

.fp-menu.is-open .fp-menu__tile-row {
    animation-play-state: running;
}

.fp-menu__tile-row img {
    width: clamp(170px, 25vh, 300px);
    height: clamp(170px, 25vh, 300px);
    margin: clamp(12px, 2vw, 30px);
    flex: none;
    border-radius: 28px;
    object-fit: cover;
    filter: grayscale(.25) contrast(1.08);
    transform: translateZ(0);
}

@keyframes fp-menu-runner {
    to { transform: translate3d(-25%, 0, 0); }
}

.fp-menu__close {
    position: absolute;
    z-index: 3;
    top: 28px;
    right: clamp(24px, 4vw, 58px);
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgb(201 164 93 / 45%);
    border-radius: 50%;
    color: var(--ivory);
}

.fp-menu__content {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 48px), 920px);
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fp-menu__eyebrow {
    margin-bottom: 28px;
    color: var(--gold);
    font: 700 .7rem/1 Arial, sans-serif;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.fp-menu__items {
    display: grid;
    gap: 14px;
}

.fp-menu__item {
    border: 0;
    background: none;
    color: var(--ivory);
    cursor: pointer;
}

.fp-menu__item strong,
.fp-menu__item small {
    display: block;
}

.fp-menu__item strong {
    font: 400 clamp(2.5rem, 6.5vw, 5.8rem)/.9 Georgia, serif;
    letter-spacing: -.04em;
}

.fp-menu__item small {
    margin-top: 7px;
    color: #c8c0b3;
    font: 700 .66rem/1.2 Arial, sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.fp-menu__item:hover strong {
    color: #e7cd8d;
}

.fp-menu__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: min(100%, 510px);
    margin-top: 34px;
}

.fp-menu__action {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 12px 18px;
    border: 1px solid rgb(201 164 93 / 55%);
    background-color: #080906d9;
    color: var(--ivory);
    font: 700 .66rem/1 Arial, sans-serif;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.fp-menu__action svg {
    width: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.fp-menu__action:hover {
    border-color: var(--gold);
    color: #e7cd8d;
}

.menu-is-open {
    overflow: hidden;
}

@media (max-width: 700px) {
    .fp-navbar {
        width: calc(100% - 28px);
        min-height: 74px;
        gap: 10px;
    }

    .fp-brand {
        max-width: 190px;
        font-size: .7rem;
        line-height: 1.25;
    }

    .fp-menu-button {
        gap: 7px;
        font-size: .62rem;
    }

    .fp-menu-button svg {
        width: 23px;
        height: 23px;
    }

    .fp-menu__actions {
        margin-top: 25px;
    }

    .fp-menu__content {
        width: calc(100% - 32px);
    }

    .fp-menu__item strong {
        font-size: clamp(2.3rem, 13vw, 4rem);
    }

    .fp-menu__item small {
        font-size: .57rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fp-menu__tile-row {
        animation: none;
    }
}
