@font-face {
    font-family: FigtreeVF;
    src: url("chrome-extension://majdfhpaihoncoakbjgbdhglocklcgno/fonts/FigtreeVF.woff2") format("woff2 supports variations"),
         url("chrome-extension://majdfhpaihoncoakbjgbdhglocklcgno/fonts/FigtreeVF.woff2") format("woff2-variations");
    font-weight: 100 1000;
    font-display: swap;
}

html { scroll-behavior: smooth; }
body { letter-spacing: 0.01em; font-family: "FigtreeVF", "Inter", "Arial", sans-serif; background-color: #F5F2EB; background-image: radial-gradient(rgba(0,0,0,0.015) 1px, transparent 1px); background-size: 6px 6px; }

body * { font-family: inherit; }
header nav a,
#mobile-menu a,
#mobile-menu-button,
#site-header .rounded-full.border,
#site-header [class*="tracking-"] {
    font-family: "Lora", "Lora Placeholder", serif;
    font-size: 12px;
    font-weight: 500;
}

.uppercase {
    font-family: "Lora", "Lora Placeholder", serif;
}

section { position: relative; }
::selection { background: #6B8E23; color: #fff; }

#site-header {
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

#site-header img {
    height: 3rem;
    transition: height 0.3s ease;
}

#site-header.header-transparent img {
    height: 6rem;
}

#site-header.header-solid img,
#site-header.header-hidden img {
    height: 3rem;
}

#site-header.header-transparent {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    backdrop-filter: none;
}

#site-header.header-solid {
    background-color: rgba(30, 58, 47, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

#site-header.header-hidden {
    transform: translateY(-100%);
}

/* Premium hover animations for the 3 button styles used across the site */
a.rounded-full.bg-olive,
button.rounded-full.bg-olive {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

a.rounded-full.bg-olive:hover,
button.rounded-full.bg-olive:hover {
    background-color: #7da52b;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(107, 142, 35, 0.35);
}

a.rounded-full.bg-forest,
button.rounded-full.bg-forest {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

a.rounded-full.bg-forest:hover,
button.rounded-full.bg-forest:hover {
    background-color: #285140;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(30, 58, 47, 0.35);
}

a.rounded-full.border,
button.rounded-full.border {
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

a.rounded-full.border:hover,
button.rounded-full.border:hover {
    background-color: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.45);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(255, 255, 255, 0.16);
}

/* Premium hover for homepage service cards + discover links */
.service-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 42px rgba(16, 24, 40, 0.18);
    border-color: rgba(107, 142, 35, 0.35);
}

.service-card > div:first-child {
    transition: transform 0.45s ease;
}

.service-card:hover > div:first-child {
    transform: scale(1.04);
}

.service-discover-link {
    transition: color 0.3s ease, transform 0.3s ease, letter-spacing 0.3s ease;
}

.service-discover-link:hover {
    color: #1E3A2F;
    transform: translateX(3px);
    letter-spacing: 0.18em;
}

/* Premium cards in "Pourquoi nous choisir" section */
.why-card {
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 36px rgba(16, 24, 40, 0.16);
    border-color: rgba(107, 142, 35, 0.3);
    background-color: #ffffff;
}

/* Premium hover in "Présence forte" cards */
.seo-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border: 1px solid rgba(30, 58, 47, 0.05);
}

.seo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 38px rgba(16, 24, 40, 0.14);
    border-color: rgba(107, 142, 35, 0.3);
}

/* Premium hover in "Zones ciblées" card */
.target-zone-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.target-zone-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 34px rgba(0, 0, 0, 0.22);
    border-color: rgba(216, 204, 184, 0.45);
    background-color: rgba(255, 255, 255, 0.11);
}

/* Premium hover for image showcase section */
.gallery-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.gallery-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 42px rgba(16, 24, 40, 0.18);
    border-color: rgba(107, 142, 35, 0.3);
}

.gallery-card > div {
    transition: transform 0.45s ease;
}

.gallery-card:hover > div {
    transform: scale(1.04);
}

/* Fallback text reveal if GSAP is unavailable */
.text-scroll-fallback {
    opacity: 0;
    transform: translateY(48px);
    filter: blur(6px);
    transition: opacity 0.9s ease, transform 0.9s ease, filter 0.9s ease;
}

.text-scroll-fallback.text-scroll-visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

/* Services page premium cards */
.service-category-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 42px rgba(16, 24, 40, 0.14);
    border-color: rgba(107, 142, 35, 0.28);
}

.service-detail-card {
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.service-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 34px rgba(16, 24, 40, 0.14);
    border-color: rgba(107, 142, 35, 0.3);
    background-color: #ffffff;
}

/* Services accordion premium interactions */
.service-accordion-item {
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.service-accordion-item:hover,
.service-accordion-item.service-accordion-open {
    border-color: rgba(107, 142, 35, 0.35);
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.12);
    background-color: rgba(255, 255, 255, 0.94);
}

.service-accordion-trigger {
    transition: background-color 0.3s ease;
}

.service-accordion-trigger:hover {
    background-color: rgba(107, 142, 35, 0.05);
}

.service-accordion-icon {
    transition: transform 0.3s ease;
}

.service-accordion-open .service-accordion-icon {
    transform: rotate(180deg);
}

/* Better readability for long service descriptions */
.service-detail-text {
    line-height: 1.9;
    letter-spacing: 0.01em;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

/* Portfolio premium masonry */
.portfolio-pattern-bg {
    background-color: #F5F2EB;
    background-image: radial-gradient(rgba(0, 0, 0, 0.015) 1px, transparent 1px);
    background-size: 6px 6px;
}

.portfolio-fixed-bg {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.portfolio-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #ffffff;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.portfolio-thumb-image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.portfolio-thumb:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 42px rgba(16, 24, 40, 0.2);
    border-color: rgba(107, 142, 35, 0.35);
}

.portfolio-thumb:hover .portfolio-thumb-image {
    transform: scale(1.06);
    filter: saturate(1.08);
}

.portfolio-lightbox-arrow {
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    background: rgba(255, 255, 255, 0.12);
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.portfolio-lightbox-arrow:hover {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1024px) {
    .portfolio-fixed-bg {
        background-attachment: scroll;
    }
}

/* Contact page premium section */
.contact-pattern-bg {
    background-color: #F5F2EB;
    background-image: radial-gradient(rgba(0, 0, 0, 0.015) 1px, transparent 1px);
    background-size: 6px 6px;
}

.contact-main-card,
.contact-info-card {
    border-radius: 26px;
    background: rgba(245, 242, 235, 0.72);
    backdrop-filter: blur(1px);
}

.contact-input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.68);
    padding: 0.82rem 0.95rem;
    color: rgba(30, 58, 47, 0.9);
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.contact-input:focus {
    border-color: rgba(107, 142, 35, 0.45);
    box-shadow: 0 0 0 3px rgba(107, 142, 35, 0.12);
    background: #fff;
}

.contact-textarea {
    min-height: 132px;
    resize: vertical;
}

.contact-submit-btn {
    border-radius: 2px;
    background: #8d9160;
    color: #fff;
    font-weight: 600;
    padding: 0.9rem 1.25rem;
    transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(16, 24, 40, 0.2);
    filter: brightness(1.03);
}

.contact-info-item {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-4px);
}

.contact-info-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.9rem;
    margin-bottom: 0.35rem;
}

.contact-info-value {
    color: rgba(30, 58, 47, 0.82);
    line-height: 1.7;
}

@media (max-width: 768px) {
    .contact-info-title {
        font-size: 1.55rem;
    }
}

/* About page premium cards */
.about-section-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-section-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 42px rgba(16, 24, 40, 0.14);
    border-color: rgba(107, 142, 35, 0.28);
}

.about-image-block > div {
    transition: transform 0.45s ease, filter 0.45s ease;
}

.about-section-card:hover .about-image-block > div {
    transform: scale(1.05);
    filter: saturate(1.06);
}

.about-section-text {
    line-height: 1.9;
    letter-spacing: 0.01em;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}