:root {
    --black: #090909;
    --black-deep: #000000;
    --panel: #111111;
    --gold: #d7b76d;
    --gold-light: #f2d68c;
    --white: #f7f4ec;
    --muted: #aaaaaa;
    --line: #2a2a2a;
}

/* RESET */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--black);
    color: var(--white);
    font-family: Inter, sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

/* CABEÇALHO */
.site-header {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
    background: rgba(0, 0, 0, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.brand {
    display: flex;
    align-items: center;
    background: var(--black-deep);
    overflow: hidden;
}

.brand img {
    display: block;
    width: 420px;
    height: 90px;
    object-fit: contain;
    object-position: left center;
    background: #000;
}

.nav {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 14px;
}

.nav > a:not(.btn) {
    color: #dddddd;
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    color: #ffffff;
    font-size: 28px;
}

/* BOTÕES */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid transparent;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: 0.25s;
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color: #15120b;
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(215, 183, 109, 0.2);
}

.btn-ghost {
    border-color: rgba(255, 255, 255, 0.27);
}

.btn-dark {
    background: #111111;
    color: #ffffff;
}

/* HERO */
.hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    align-items: center;
    gap: clamp(30px, 5vw, 90px);
    padding: 150px 7vw 80px;
    background: #000000;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 520px;
    aspect-ratio: 1 / 1;
    justify-self: center;
    align-self: center;
    transform: none;

    background-color: #000000;
    background-image: url("../img/logo.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    opacity: 1;
    filter: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: transparent;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    min-width: 0;
}

.eyebrow {
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.25em;
}

.hero h1,
.section h2,
.booking-intro h1 {
    margin: 22px 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(48px, 6vw, 86px);
    line-height: 0.98;
}

.hero p {
    max-width: 620px;
    color: #cccccc;
    font-size: 19px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 34px;
}

/* SEÇÕES */
.section {
    padding: 110px 8vw;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
    background: #f3efe5;
    color: #151515;
}

.split h2,
.section-head h2 {
    font-size: clamp(42px, 5vw, 68px);
}

.split p {
    font-size: 18px;
}

.muted {
    color: #7d7d7d;
    font-size: 13px !important;
}

.dark {
    background: #0d0d0d;
}

.section-head {
    max-width: 850px;
    margin-bottom: 50px;
}

/* ÁREAS DE ATUAÇÃO */
.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
}

.card {
    min-height: 290px;
    padding: 38px;
    background: #111111;
    opacity: 0;
    transform: translateY(16px);
    transition: 0.5s;
}

.card.visible {
    opacity: 1;
    transform: none;
}

.card > span {
    color: var(--gold);
    font-size: 12px;
}

.card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
}

.card p {
    color: #aaaaaa;
}

.card a {
    color: var(--gold);
}

/* EQUIPE */
.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.team-card {
    display: flex;
    gap: 28px;
    padding: 34px;
    background: #0f0f0f;
    border: 1px solid var(--line);
    opacity: 0;
    transform: translateY(16px);
    transition: 0.5s;
}

.team-card.visible {
    opacity: 1;
    transform: none;
}

.avatar {
    min-width: 110px;
    height: 140px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #2d2412, #0f0f0f);
    border: 1px solid rgba(215, 183, 109, 0.4);
    color: var(--gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
}

.team-card h3 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
}

.gold {
    color: var(--gold);
}

/* CHAMADA */
.cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 8vw;
    background: linear-gradient(135deg, #d7b76d, #f1d58c);
    color: #17130a;
}

.cta h2 {
    margin: 10px 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
}

.cta .eyebrow {
    color: #4c3b15;
}

/* LOCALIZAÇÃO */
.location {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.location iframe {
    width: 100%;
    height: 420px;
    border: 0;
    filter: grayscale(1) contrast(1.1);
}

.text-link {
    color: var(--gold);
}

/* RODAPÉ */
.footer {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 50px;
    padding: 70px 8vw;
    background: #000000;
    border-top: 1px solid var(--line);
}

.footer-logo {
    display: block;
    width: 260px;
    background: #000000;
    mix-blend-mode: screen;
}

.footer p {
    color: #aaaaaa;
}

.copyright {
    padding: 20px;
    background: #000000;
    border-top: 1px solid var(--line);
    color: #777777;
    font-size: 13px;
    text-align: center;
}

/* WHATSAPP */
.whatsapp {
    position: fixed;
    z-index: 60;
    right: 22px;
    bottom: 22px;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    background: #25d366;
    border-radius: 50%;
    color: #081b0d;
    font-weight: 900;
}

/* PÁGINA DE AGENDAMENTO */
.booking-page {
    min-height: 100vh;
    padding-top: 88px;
    background: #0b0b0b;
}

.booking-intro {
    padding: 90px 20px 40px;
    text-align: center;
}

.booking-intro h1 {
    font-size: 64px;
}

.booking-wrap {
    display: grid;
    grid-template-columns: 1.6fr 0.7fr;
    gap: 30px;
    padding: 20px 8vw 100px;
}

.booking-form,
.booking-side {
    padding: 36px;
    background: #111111;
    border: 1px solid var(--line);
}

.booking-side img {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    background: #000000;
    mix-blend-mode: screen;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.booking-form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    color: #bbbbbb;
    font-size: 13px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    padding: 14px;
    background: #090909;
    border: 1px solid #343434;
    color: #ffffff;
    color-scheme: dark;
    font: inherit;
    outline: none;
}

.booking-form input[type="date"] {
    position: relative;
    cursor: pointer;
}

.booking-form input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    opacity: 1;
    cursor: pointer;
    filter: invert(1);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
    border-color: var(--gold);
}

.consent {
    flex-direction: row !important;
    align-items: flex-start;
}

/* ALERTAS */
.alert {
    margin-bottom: 20px;
    padding: 14px 18px;
}

.success {
    background: #173421;
    color: #a6f3be;
}

.error {
    background: #3e1b1b;
    color: #ffb2b2;
}

/* ANIMAÇÕES */
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: 0.7s;
}

.reveal.visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1200px) {
    .hero {
        grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
        gap: 30px;
        padding-left: 6vw;
        padding-right: 6vw;
    }

    .hero h1 {
        font-size: clamp(52px, 6.4vw, 76px);
    }

    .hero::after {
        max-width: 420px;
    }
}

/* TABLET */
@media (max-width: 900px) {
    .site-header {
        height: 72px;
    }

    .brand img {
        width: 170px;
        height: 60px;
    }

    .menu-toggle {
        display: block;
    }

    .nav {
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 24px;
        background: #0b0b0b;
    }

    .nav.open {
        display: flex;
    }

.hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 120px 7vw 70px;
}

.hero-content {
    max-width: 100%;
}

.hero::after {
    width: min(100%, 420px);
    max-width: 420px;
    height: auto;
    margin: 0 auto;
    opacity: 1;
}

.hero-overlay {
    background: transparent;
}

    .hero-overlay {
        background: rgba(5, 5, 5, 0.67);
    }

    .split,
    .location,
    .booking-wrap {
        grid-template-columns: 1fr;
    }

    .cards {
        grid-template-columns: 1fr 1fr;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .footer {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }
}

/* CELULAR */
@media (max-width: 600px) {
    .cards {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 75px 6vw;
    }

    .hero h1 {
        font-size: 52px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .booking-wrap {
        padding: 15px 5vw 70px;
    }

    .booking-form,
    .booking-side {
        padding: 22px;
    }

    .booking-intro h1 {
        font-size: 48px;
    }

    .team-card {
        flex-direction: column;
    }

    .location iframe {
        height: 320px;
    }
}