:root {
    --brand-green: #4a2c24;
    --brand-green-dark: #2f1b16;
    --brand-gold: #b55a2a;
    --brand-gold-light: #d57642;
    --brand-cream: #f7f2ea;
    --accent-soft: #b85c5c;
    --text-body: #2f2623;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", system-ui, sans-serif;
    color: var(--text-body);
    background-color: var(--brand-cream);
}

h1, h2, h3, .navbar-brand {
    font-family: "Libre Baskerville", Georgia, serif;
}

.text-brand-green {
    color: var(--brand-green) !important;
}

.btn-brand-gold {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--brand-gold);
    --bs-btn-border-color: var(--brand-gold);
    --bs-btn-hover-bg: var(--brand-gold-light);
    --bs-btn-hover-border-color: var(--brand-gold-light);
    --bs-btn-hover-color: #fff;
    --bs-btn-active-bg: #9d4921;
    --bs-btn-active-border-color: #9d4921;
    font-weight: 600;
    border-radius: 0;
}

.btn-outline-brand {
    color: var(--brand-green);
    border-color: rgba(74, 44, 36, 0.5);
    font-weight: 500;
    border-radius: 0;
}

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

.site-navbar {
    background: #fff;
    border-bottom: 1px solid #ede3d8;
    box-shadow: none !important;
}

.site-brand-logo {
    height: 3rem;
    width: auto;
    max-width: min(220px, 52vw);
    object-fit: contain;
    display: block;
}

@media (min-width: 992px) {
    .site-brand-logo {
        height: 3.35rem;
        max-width: 240px;
    }
}

.footer-logo-wrap {
    background: #fff;
    padding: 0.6rem 0.85rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    line-height: 0;
}

.footer-brand-logo {
    height: 4.25rem;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.hero-showcase {
    background-image: linear-gradient(to right, rgba(28, 18, 15, 0.15), rgba(28, 18, 15, 0.15)), url("https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?auto=format&fit=crop&w=1600&q=80");
    background-position: center;
    background-size: cover;
    min-height: 78vh;
    display: flex;
    align-items: flex-end;
    padding: 4rem 0 3.5rem;
}

.hero-card {
    max-width: 440px;
    background: #f8f5f1;
    padding: 2.5rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.hero-card h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.12;
    margin-bottom: 1.1rem;
}

.hero-card p {
    color: #5e5450;
    margin-bottom: 1.6rem;
}

.hero-link {
    display: block;
    background: var(--brand-gold);
    color: #fff;
    text-decoration: none;
    padding: 1rem 1.15rem;
    margin: 0 -2.5rem -2.5rem;
    transition: background 0.2s ease;
}

.hero-link:hover {
    color: #fff;
    background: #9f4e24;
}

.section-neutral {
    background: var(--brand-cream);
}

.section-plain {
    background: #fff;
}

.about-image {
    min-height: 500px;
    background-image: url("https://images.unsplash.com/photo-1600565193348-f74bd3c7ccdf?auto=format&fit=crop&w=900&q=80");
    background-size: cover;
    background-position: center;
}

.section-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    color: #8d7262;
    margin-bottom: 0.9rem;
}

.display-like {
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    line-height: 1.16;
}

.section-heading {
    border-left: 3px solid var(--brand-gold);
    padding-left: 0.8rem;
}

.text-gold-muted {
    color: #e5bfa8;
}

.text-link-arrow {
    color: var(--brand-green);
    text-decoration: none;
    border-bottom: 1px solid rgba(47, 27, 22, 0.25);
    padding-bottom: 0.35rem;
}

.text-link-arrow:hover {
    color: #1f120f;
}

.service-block {
    padding: 2rem 1.7rem 1.6rem;
    min-height: 260px;
}

.service-block h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.service-block p {
    color: #5f5048;
    margin-bottom: 2rem;
}

.service-block a {
    text-decoration: none;
    color: #473730;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.tone-green { background: #dce6d5; }
.tone-orange { background: #efc1a8; }
.tone-lilac { background: #dbd6e5; }

.experience-strip {
    background-image: linear-gradient(to right, rgba(76, 38, 26, 0.84), rgba(76, 38, 26, 0.84)), url("https://images.unsplash.com/photo-1559339352-11d035aa65de?auto=format&fit=crop&w=1600&q=80");
    background-size: cover;
    background-position: center;
}

.text-light-opacity {
    color: rgba(255, 255, 255, 0.75);
}

.feature-list article {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.2rem 1.4rem;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.04);
}

.feature-list h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
}

.feature-list p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0;
}

.lead-sm {
    max-width: 700px;
    font-size: 1.15rem;
}

.footer-site {
    background: linear-gradient(180deg, #5b3224, #3f231a);
    margin-top: 0;
}

.navbar .nav-link {
    font-weight: 500;
    color: var(--text-body);
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--brand-green);
}

.whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1080;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.06);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.3);
}

.map-embed {
    border: 0;
    border-radius: 0.75rem;
    min-height: 320px;
    width: 100%;
}

.gallery-img {
    border-radius: 0.5rem;
    object-fit: cover;
    aspect-ratio: 4/3;
    width: 100%;
}

.gallery-thumb {
    cursor: zoom-in;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-thumb:hover {
    transform: scale(1.02);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.15) !important;
}

.gallery-thumb:focus-visible {
    outline: 2px solid var(--brand-gold, #c9a227);
    outline-offset: 2px;
}

.gallery-caption {
    line-height: 1.35;
}

.gallery-lightbox-img {
    max-height: min(88vh, 900px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.45);
}

.gallery-lightbox-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}

.skip-link:focus {
    position: fixed;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 2000;
    padding: 0.5rem 1rem;
    background: #fff;
    color: var(--brand-green);
    clip: auto;
    width: auto;
    height: auto;
}

@media (max-width: 991.98px) {
    .hero-showcase {
        min-height: 62vh;
    }

    .about-image {
        min-height: 360px;
    }

    .service-block h3 {
        font-size: 1.6rem;
    }
}
