:root {
    --terra: #bd5928;
    --terra-dark: #a44d21;
    --green: #0a4d3b;
    --green-dark: #07392c;
    --white: #fdfcfc;
    --soft: #f7f3ef;
    --text: #222222;
}

/* =========================
   BASE
========================= */
body {
    font-family: 'Inter', Arial, sans-serif;
    color: var(--text);
    background: #fff;
}

.hero-title,
.section-title,
.brand-name {
    font-family: 'Playfair Display', serif;
}

/* =========================
   HEADER
========================= */
.site-navbar {
    background: rgba(10, 77, 59, 0.96);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding-top: 14px;
    padding-bottom: 14px;
}

.brand-wrap {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    line-height: 1.1;
}

.brand-name {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.brand-tagline {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.75rem;
    margin-top: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-center .nav-link {
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    transition: color 0.25s ease;
}

.nav-center .nav-link:hover,
.nav-center .nav-link.active {
    color: var(--terra) !important;
}

.custom-toggler {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.custom-toggler:focus {
    box-shadow: none;
}

.header-actions {
    min-width: max-content;
}

/* =========================
   PAGE BANNER
========================= */
.page-banner {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.page-banner .container {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.page-banner h1 {
    margin-bottom: 4px;
    line-height: 1.1;
}

.page-banner p {
    margin-bottom: 0;
}

/* Section spécifique contact */
.contact-section {
    padding-top: 12px !important;
    padding-bottom: 40px !important;
}

/* =========================
   BOUTONS
========================= */
.btn-brand {
    background-color: var(--terra);
    color: #fff;
    border: none;
    padding: 10px 22px;
    font-weight: 600;
    border-radius: 999px;
    transition: 0.3s ease;
}

.btn-brand:hover {
    background-color: var(--terra-dark);
    color: #fff;
}

.header-btn-outline {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
}

.header-btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.header-btn-main,
.header-btn-outline {
    border-radius: 999px;
    padding-left: 16px;
    padding-right: 16px;
}

/* =========================
   HERO
========================= */
.hero-section {
    min-height: 85vh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
        url("../../img/salle1.png") center center / cover no-repeat;
}

.hero-content {
    max-width: 900px;
    padding-top: 90px;
    padding-bottom: 70px;
}

.hero-subtitle {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.95;
    margin-bottom: 12px;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 18px;
}

.hero-text {
    font-size: 1.15rem;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.hero-actions {
    margin-top: 170px;
}

/* =========================
   SECTIONS GÉNÉRALES
========================= */
.home-intro {
    background: #fff;
}

.content-box {
    padding: 20px 10px 20px 0;
}

.content-box p {
    line-height: 1.8;
    color: #444;
}

.section-title {
    color: var(--green);
    font-weight: 700;
}

.section-text {
    color: #555;
    font-size: 1.05rem;
}

.section-soft {
    background: var(--soft);
}

/* =========================
   BLOC À PROPOS
========================= */
.home-intro-a-propos {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.home-intro-a-propos .container {
    position: relative;
    z-index: 2;
}

.content-box-a-propos {
    padding: 10px 28px 10px 0;
    display: flex;
    flex-direction: column;
}

.content-box-a-propos p {
    line-height: 1.85;
    color: #444;
    margin-bottom: 1rem;
}

.image-col-a-propos {
    display: block;
}

.image-bloc-a-propos {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
    background: #eee;
}

.a-propos-img {
    display: block;
    width: 100%;
    height: auto;
    object-position: center center;
}

/* =========================
   CARDS
========================= */
.feature-card {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    border-radius: 22px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.10);
}

.feature-card-image {
    padding-top: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.feature-card-image .feature-card-overlay {
    margin-top: -5px;
}

.feature-card-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 18px;
    margin-top: 0;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(4px);
}

.feature-card h3 {
    color: var(--green);
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.feature-card p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.feature-card-image h3,
.feature-card-image p {
    color: #fff;
}

.feature-card-tapas {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.45)),
        url("../../img/tapas-bg.jpg");
}

.feature-card-cocktails {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.45)),
        url("../../img/cocktails-bg.jpg");
}

.feature-card-location {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.45)),
        url("../../img/emplacement-bg.jpg");
}

/* =========================
   FORMULAIRE CONTACT
========================= */
.contact-form-box {
    border: 1px solid rgba(10, 77, 59, 0.08);
}

.contact-form-box .form-label {
    font-weight: 600;
    color: var(--green);
}

.contact-form-box .form-control {
    border-radius: 14px;
    border: 1px solid rgba(10, 77, 59, 0.15);
    padding: 14px 16px;
    box-shadow: none;
}

.contact-form-box .form-control:focus {
    border-color: var(--terra);
    box-shadow: 0 0 0 0.2rem rgba(189, 89, 40, 0.12);
}

.contact-check-list {
    display: grid;
    gap: 12px;
}

.contact-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(10, 77, 59, 0.12);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
}

.contact-check-item:hover {
    border-color: var(--terra);
    background: rgba(189, 89, 40, 0.04);
}

.contact-check-item input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: var(--terra);
    cursor: pointer;
    flex-shrink: 0;
}

.contact-check-item span {
    font-weight: 500;
    color: var(--text);
}

.btn-contact {
    background: var(--terra);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.btn-contact:hover {
    background: var(--green);
    color: #fff;
}

/* =========================
   CTA
========================= */
.cta-section {
    background: linear-gradient(135deg, var(--green), var(--green-dark));
}

/* =========================
   FOOTER
========================= */
.site-footer {
    background: var(--green);
    color: var(--white);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--white);
}

.footer-text {
    color: rgba(253, 252, 252, 0.85);
    line-height: 1.7;
}

.footer-btn-outline {
    display: inline-block;
    padding: 12px 26px;
    border: 1px solid var(--terra);
    border-radius: 999px;
    background: transparent;
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-btn-outline:hover {
    background: var(--terra);
    color: #fff;
    box-shadow: 0 8px 20px rgba(189, 89, 40, 0.25);
    transform: translateY(-2px);
}

.footer-socials a {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-socials a:hover {
    background: var(--terra);
    color: #fff;
    transform: translateY(-3px) scale(1.05);
}

/* =========================
   GALERIE - CARTES
========================= */
.gallery-cards-section {
    background: #fff;
}

.gallery-card-square {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 24px;
    cursor: pointer;
    background: #111;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-card-square:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.16);
}

.gallery-card-square__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gallery-card-square__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 22px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.28) 48%,
        rgba(0, 0, 0, 0.06) 100%
    );
}

.gallery-card-square__content {
    width: 100%;
    color: #fff;
}

.gallery-card-square__content h3 {
    margin: 0 0 8px;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    line-height: 1.05;
    color: #fff;
}

.gallery-card-square__content p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.5;
}

.gallery-card-square__content span {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

/* =========================
   GALERIE - LIGHTBOX / SPOTLIGHT
========================= */
body.gallery-open {
    overflow: hidden;
}

.gallery-spotlight {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.gallery-spotlight.is-open {
    opacity: 1;
    pointer-events: auto;
}

.gallery-spotlight__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 8, 8, 0.62);
    backdrop-filter: blur(4px);
}

.gallery-spotlight__card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(78vw, 820px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 30px;
    background: #111;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    transform: translate(-50%, -50%) scale(0.5);
    transition: transform 0.35s ease;
    cursor: pointer;
}

.gallery-spotlight.is-open .gallery-spotlight__card {
    transform: translate(-50%, -50%) scale(1);
}

.gallery-spotlight__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.45s ease, opacity 0.35s ease;
}

.gallery-spotlight__card.is-switching .gallery-spotlight__image {
    transform: scale(1.08);
    opacity: 0.92;
}

.gallery-spotlight__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.30) 48%,
        rgba(0, 0, 0, 0.05) 100%
    );
}

.gallery-spotlight__content {
    width: 100%;
    color: #fff;
}

.gallery-spotlight__content h3 {
    margin: 0 0 10px;
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    line-height: 1.05;
    color: #fff;
}

.gallery-spotlight__content p {
    margin: 0 0 12px;
    font-size: 1.02rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.94);
}

.gallery-spotlight__content span {
    display: inline-block;
    padding: 9px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

.gallery-spotlight__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 20;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    font-size: 1.9rem;
    line-height: 1;
    cursor: pointer;
}

.gallery-spotlight__close:hover {
    background: rgba(0, 0, 0, 0.58);
}

/* =========================
   PAGE RÉSEAUX SOCIAUX
========================= */
.social-page-section {
    background: #fff;
}

.social-card {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    min-height: auto;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    background-color: #fff;
    background-size: 68% auto;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.social-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 22px 46px rgba(190, 90, 46, 0.28);
}

.social-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding: 1rem;
}

.social-card__content {
    width: 100%;
    color: #fff;
}

.social-card__icon {
    display: none;
}

.social-card__content h3 {
    margin: 0 0 10px;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    line-height: 1.05;
    color: #fff;
}

.social-card__content p {
    margin: 0 0 16px;
    color: #07392c;
    line-height: 1.55;
    font-size: 1rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.social-card__btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

/* Logos centrés */
.social-card--whatsapp {
    background-image: url("../../img/logo-whatsapp.png");
}

.social-card--instagram {
    background-image: url("../../img/logo-instagram.png");
}

.social-card--tiktok {
    background-image: url("../../img/logo-tiktok.png");
}

.social-card--snapchat {
    background-image: url("../../img/logo-snapchat.png");
}

/* =========================
   RESPONSIVE - DESKTOP LARGE
========================= */
@media (min-width: 992px) {
    .home-intro-a-propos .row {
        align-items: stretch !important;
    }

    .home-intro-a-propos .col-lg-6 {
        display: flex;
    }

    .content-box-a-propos {
        justify-content: center;
        flex: 1 1 auto;
    }

    .image-col-a-propos {
        display: flex;
    }

    .image-bloc-a-propos {
        position: relative;
        flex: 1 1 auto;
        min-height: 100%;
    }

    .a-propos-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* =========================
   RESPONSIVE - TABLETTE
========================= */
@media (max-width: 991.98px) {
    .site-navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-center {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .nav-center .nav-link {
        margin-left: 0;
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-actions {
        flex-direction: column;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .header-btn-main,
    .header-btn-outline {
        width: 100%;
        text-align: center;
    }

    .content-box {
        padding-right: 0;
    }

    .content-box-a-propos {
        padding-right: 0;
    }

    .image-bloc-a-propos {
        min-height: 430px;
    }

    .hero-section {
        min-height: 80vh;
    }

    .hero-content {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .hero-actions {
        margin-top: 140px;
    }

    .gallery-card-square__content h3 {
        font-size: 1.6rem;
    }

    .gallery-spotlight__card {
        width: min(88vw, 680px);
    }

    .gallery-spotlight__content h3 {
        font-size: 2.1rem;
    }

    .social-card__content h3 {
        font-size: 1.7rem;
    }

    .social-card {
        background-size: 64% auto;
    }

    .contact-section {
        padding-top: 10px !important;
    }
}

/* =========================
   RESPONSIVE - TÉLÉPHONE
========================= */
@media (max-width: 767.98px) {
    .hero-section {
        min-height: 75vh;
    }

    .hero-content {
        padding-top: 110px;
        padding-bottom: 60px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

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

    .hero-subtitle {
        font-size: 0.9rem;
        letter-spacing: 1.5px;
    }

    .hero-actions {
        margin-top: 120px;
    }

    .hero-actions .btn {
        width: 100%;
        max-width: 280px;
    }

    .brand-name {
        font-size: 1.05rem;
    }

    .brand-tagline {
        font-size: 0.68rem;
    }

    .feature-card {
        min-height: 240px;
        padding: 24px 20px;
    }

    .feature-card h3 {
        font-size: 1.45rem;
    }

    .feature-card p {
        font-size: 1rem;
    }

    /* À propos mobile */
    .home-intro-a-propos {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
        isolation: isolate;
        background: none;
    }

    .home-intro-a-propos::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url("../../img/a_propos.png") center center / cover no-repeat;
        filter: blur(4px);
        transform: scale(1.05);
        z-index: 0;
    }

    .home-intro-a-propos::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.35);
        z-index: 1;
    }

    .image-col-a-propos {
        display: none !important;
    }

    .content-box-a-propos {
        padding: 22px 18px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(2px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .content-box-a-propos p {
        color: #2f2f2f;
        line-height: 1.75;
    }

    .gallery-card-square__overlay {
        padding: 18px;
    }

    .gallery-card-square__content h3 {
        font-size: 1.45rem;
    }

    .gallery-card-square__content p {
        font-size: 0.92rem;
    }

    .gallery-spotlight__card {
        width: 92vw;
        border-radius: 22px;
    }

    .gallery-spotlight__overlay {
        padding: 20px;
    }

    .gallery-spotlight__content h3 {
        font-size: 1.7rem;
    }

    .gallery-spotlight__content p {
        font-size: 0.92rem;
    }

    .social-card {
        border-radius: 18px;
        background-size: 62% auto;
    }

    .social-card__overlay {
        padding: 14px;
        align-items: flex-end;
        justify-content: center;
        text-align: center;
    }

    .social-card__content {
        width: 100%;
    }

    .social-card__content h3 {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }

    .social-card__content p {
        display: none;
    }

    .social-card__btn {
        padding: 8px 12px;
        font-size: 0.78rem;
    }

    .page-banner .container {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .contact-section {
        padding-top: 8px !important;
        padding-bottom: 28px !important;
    }
}